@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff2') format('woff2'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/montserrat/montserrat-regular.eot');
  src: url('../fonts/montserrat/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat/montserrat-regular.woff') format('woff'), url('../fonts/montserrat/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat/montserrat-regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/montserrat/montserrat-medium.eot');
  src: url('../fonts/montserrat/montserrat-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-medium.woff2') format('woff2'), url('../fonts/montserrat/montserrat-medium.woff') format('woff'), url('../fonts/montserrat/montserrat-medium.ttf') format('truetype'), url('../fonts/montserrat/montserrat-medium.svg#Montserrat-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/montserrat/montserrat-bold.eot');
  src: url('../fonts/montserrat/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat/montserrat-bold.woff') format('woff'), url('../fonts/montserrat/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat/montserrat-bold.svg#Montserrat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/montserrat/montserrat-light.eot');
  src: url('../fonts/montserrat/montserrat-light.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-light.woff2') format('woff2'), url('../fonts/montserrat/montserrat-light.woff') format('woff'), url('../fonts/montserrat/montserrat-light.ttf') format('truetype'), url('../fonts/montserrat/montserrat-light.svg#Montserrat-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-semiBold';
  src: url('../fonts/montserrat/montserrat-semiBold.eot');
  src: url('../fonts/montserrat/montserrat-semiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-semiBold.woff2') format('woff2'), url('../fonts/montserrat/montserrat-semiBold.woff') format('woff'), url('../fonts/montserrat/montserrat-semiBold.ttf') format('truetype'), url('../fonts/montserrat/montserrat-semiBold.svg#Montserrat-semiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  max-width: 1425px;
  
  .desktop {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .desktop-extra {
    display: block !important;
  }
  .mobile-xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none!important;
  }
  .mobile {
    display: block!important;
  }
}
@media screen and (max-width: 479px) {
  .desktop-extra {
    display: none !important;
  }
  .mobile-xs {
    display: block !important;
  }
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scroll-content > .scroll-element,
.scroll-content > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scroll-content > .scroll-element {
  background-color: #ffffff;
}
.scroll-content > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scroll-content > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scroll-content > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scroll-content > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scroll-content > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 5px;
}
.scroll-content > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scroll-content > .scroll-element .scroll-element_track {
  background-color: #f1f0f0;
}
.scroll-content > .scroll-element .scroll-element_outer,
.scroll-content > .scroll-element .scroll-element_track,
.scroll-content > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scroll-content > .scroll-element .scroll-bar {
  background-color: #9b9b9b;
}
.scroll-content > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scroll-content > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scroll-content > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scroll-content > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scroll-content > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scroll-content > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scroll-content > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scroll-content > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scroll-content > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scroll-content > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
  padding: 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button:focus {
  outline: none;
  border: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  font-size: 14px;
  color: #000000;
  font-family: 'Montserrat-Regular', sans-serif;
  background: #f1f0f0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  -ms-overflow-x: hidden;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 10px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
}
/* Text styles */
h1 {
  font-size: 25px;
  font-family: 'Montserrat-Bold', sans-serif;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 30px;
  font-family: 'Montserrat-Bold', sans-serif;
}
h3 {
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 25px;
  }
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 14px;
}
.image-page-title {
  font-size: 25px;
  font-family: 'Montserrat-Bold', sans-serif;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .image-page-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .image-page-title {
    font-size: 36px;
  }
}
.title-turquoise {
  font-size: 20px;
  text-align: center;
  color: #71bfc0;
  text-transform: uppercase;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .title-turquoise {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .title-turquoise {
    font-size: 25px;
    padding: 34px 0 16px;
  }
}
.title-image {
  font-size: 18px;
  font-family: 'Montserrat-Bold';
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .title-image {
    font-size: 30px;
  }
}
.store-name {
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .store-name {
    font-size: 30px;
  }
}
.post-content {
  line-height: 1.38;
  font-family: 'Montserrat-Light', sans-serif;
}
.button-text {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.blog-body-light-16px {
  font-size: 16px;
  line-height: 1.38;
}
.store-link {
  font-size: 13px;
  font-family: 'Montserrat-Bold', sans-serif;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .store-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .store-link {
    font-size: 18px;
  }
}
.tabs-text {
  font-size: 14px;
  font-family: 'Montserrat-Bold', sans-serif;
  text-align: center;
}
.tabs-hover {
  font-size: 14px;
  font-family: 'Montserrat-Bold', sans-serif;
  text-align: center;
  color: #ffffff;
}
.ui-menu.ui-autocomplete {
  border: 1px solid #707070;
  padding: 14px 16px 19px;
  border-top: none;
}
.ui-menu.ui-autocomplete li:hover {
  text-decoration: underline;
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper {
  line-height: 1.79;
  padding: 0;
  color: #000000;
}
#breadcrumbs {
  padding: 0 0 16px;
  color: #9b9b9b;
  font-size: 11px;
}
#breadcrumbs:before,
#breadcrumbs:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
#breadcrumbs .item {
  float: left;
}
#breadcrumbs .item:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #9b9b9b;
  font-size: 9px;
}
#breadcrumbs .item:hover,
#breadcrumbs .item:focus,
#breadcrumbs .item:active {
  text-decoration: none;
}
#breadcrumbs .item:hover:before {
  color: inherit;
}
#breadcrumbs .item:before {
  display: inline-block;
  padding: 0 4px;
}
#breadcrumbs .item > * {
  font-size: 11px;
}
#breadcrumbs .item:first-child:before {
  display: none;
}
#breadcrumbs .bread-link,
#breadcrumbs .bread-cat {
  font-size: 11px;
  color: #9b9b9b;
}
#breadcrumbs strong {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}
.banner-wrap {
  position: relative;
}
.banner-wrap .desc-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: none;
  text-align: center;
  color: #ffffff;
  width: 90%;
}
.banner-wrap .title-image {
  text-transform: none;
}
.banner-wrap .title-heading {
  font-size: 25px;
  font-family: 'Montserrat-Bold', sans-serif;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .banner-wrap .title-heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .banner-wrap .title-heading {
    font-size: 36px;
  }
}
.banner-wrap .banner-text {
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  margin-bottom: 30px;
}
.banner-wrap .button {
  background: #ffffff;
  color: #000000;
}
.banner-wrap .button:hover {
  background: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .banner-wrap .desc-image {
    width: 68%;
  }
  .banner-wrap .banner-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .title-image {
    font-size: 18px;
  }
}
.store-time-details {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  color: #4a4a4a;
  margin-top: 0;
}
.store-time-details .open-status {
  text-transform: uppercase;
  font-family: 'Montserrat-Bold', sans-serif;
  text-align: center;
  color: #6f6f6f;
  margin-bottom: 12px;
}
.trading-main-content .store-time-details .open-status {
  color: #8bd1c7;
}
.trading-main-content .store-time-details .open-status span{
  text-transform: none;
}
.eat-listing .stores-list .store-item .store-info .store-time .status{
  text-transform: none;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .store-time-details .open-status {
    margin-bottom: 10px;
  }
}
.store-time-details .open-status.open-now {
  color: #71bfc0;
}
.store-time-details li.time {
  display: flex;
}
.store-time-details li.time .day {
  width: 85px;
}
.store-time-details .current {
  color: #71BFC0;
}
.info-link,
.getting-link,
.center-map-link,
.phone-link {
  font-size: 0;
  margin-left: 10px;
  display: inline-block;
}
.info-link:hover,
.getting-link:hover,
.center-map-link:hover,
.phone-link:hover {
  color: #8bd1c7!important;
}
.info-link {
  margin-left: 0;
}
.info-link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  color: #9b9b9b;
  font-size: 17px;
}
.info-link:hover,
.info-link:focus,
.info-link:active {
  text-decoration: none;
}
.info-link:hover:before {
  color: inherit;
}
.getting-link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  color: #9b9b9b;
  font-size: 19px;
}
.getting-link:hover,
.getting-link:focus,
.getting-link:active {
  text-decoration: none;
}
.getting-link:hover:before {
  color: inherit;
}
.center-map-link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #9b9b9b;
  font-size: 15px;
}
.center-map-link:hover,
.center-map-link:focus,
.center-map-link:active {
  text-decoration: none;
}
.center-map-link:hover:before {
  color: inherit;
}
.phone-link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  color: #9b9b9b;
  font-size: 19px;
}
.phone-link:hover,
.phone-link:focus,
.phone-link:active {
  text-decoration: none;
}
.phone-link:hover:before {
  color: inherit;
}
.button,
button:not(.slick-arrow) {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  height: 40px;
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #4a4a4a;
  text-decoration: none !important;
  outline: none;
  display: inline-block;
  font-family: 'Montserrat-Regular', sans-serif;
  background: #ffffff;
  letter-spacing: normal;
}
.button:hover,
button:not(.slick-arrow):hover {
  text-decoration: none;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .button,
  button:not(.slick-arrow) {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
button.btn-load-more,
#no-more {
  display: block;
  margin: 0 auto 30px;
  min-width: 124px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  button.btn-load-more,
  #no-more {
    margin-top: -10px;
    margin-bottom: 60px;
    min-width: 164px;
  }
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'Montserrat-Regular', sans-serif;
  color: #9b9b9b;
  height: 40px;
  border-radius: 0;
  padding: 5px 15px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 0;
}
input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="tel"].error,
input[type="url"].error,
textarea.error {
  border: 2px solid #db0a41;
  padding: 10px 17px;
}
input[type="text"] + label.error,
input[type="email"] + label.error,
input[type="password"] + label.error,
input[type="tel"] + label.error,
input[type="url"] + label.error,
textarea + label.error {
  font-size: 14px;
  color: #db0a41;
}
/*placeholder*/
input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
}
input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
}
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
input[type="password"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
input[type="password"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
}
input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
input[type="tel"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
input[type="tel"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
}
input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
input[type="url"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
input[type="url"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
input[type="url"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
}
input[type="url"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
textarea {
  min-height: 150px;
}
/*checkbox*/
.checkbox-control {
  position: relative;
}
.checkbox-control > input[type=checkbox] {
  visibility: hidden;
  margin: 0;
  width: 0;
  padding: 0;
  position: absolute;
}
.checkbox-control > input[type=checkbox] + label {
  position: relative;
  padding-left: 37px;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 18px;
  min-height: 22px;
  line-height: 22px;
}
.checkbox-control > input[type=checkbox] + label:before {
  content: '';
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000000;
}
.checkbox-control > input[type=checkbox] + label:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  color: #ffffff;
  font-size: 12px;
}
.checkbox-control > input[type=checkbox] + label:hover,
.checkbox-control > input[type=checkbox] + label:focus,
.checkbox-control > input[type=checkbox] + label:active {
  text-decoration: none;
}
.checkbox-control > input[type=checkbox] + label:hover:after {
  color: inherit;
}
.checkbox-control > input[type=checkbox] + label:after {
  opacity: 0;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 5px;
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .checkbox-control > input[type=checkbox] + label {
    font-size: 13px;
    margin-bottom: 16px;
    min-height: 18px;
    line-height: 18px;
  }
  .checkbox-control > input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
  }
  .checkbox-control > input[type=checkbox] + label:after {
    top: 4px;
    left: 4px;
  }
}
.checkbox-control > input[type=checkbox][type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox-control > input[type=checkbox][type=checkbox]:checked + label:before {
  background: #8bd1c7;
  border-color: #8bd1c7;
}
.checkbox-control.disabled > input[type=checkbox] + label {
  color: #c8c8c8;
}
.checkbox-control.disabled > input[type=checkbox] + label:before {
  border-color: #c8c8c8;
}
form p {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 10px;
}
/*data picker*/
.select-datapicker {
  position: relative;
}
.select-datapicker:before {
  content: "";
  background: url(../images/icon-date.png) no-repeat 0 0;
  background-size: 18px auto;
  width: 18px;
  height: 20px;
  position: absolute;
  right: 19px;
  top: 15px;
  pointer-events: none;
}
.slick-slider button.slick-arrow {
  position: absolute;
  background: none;
  border: none;
  z-index: 1;
  padding: 0;
  font-size: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-slider button.slick-arrow.slick-prev {
  left: 0;
}
.slick-slider button.slick-arrow.slick-prev:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #000000;
  font-size: 38px;
}
.slick-slider button.slick-arrow.slick-prev:hover,
.slick-slider button.slick-arrow.slick-prev:focus,
.slick-slider button.slick-arrow.slick-prev:active {
  text-decoration: none;
}
.slick-slider button.slick-arrow.slick-prev:hover:before {
  color: inherit;
}
.slick-slider button.slick-arrow.slick-next {
  right: 0;
}
.slick-slider button.slick-arrow.slick-next:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  color: #000000;
  font-size: 38px;
}
.slick-slider button.slick-arrow.slick-next:hover,
.slick-slider button.slick-arrow.slick-next:focus,
.slick-slider button.slick-arrow.slick-next:active {
  text-decoration: none;
}
.slick-slider button.slick-arrow.slick-next:hover:before {
  color: inherit;
}
.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 27px;
}
.slick-slider .slick-dots li {
  line-height: 0;
  display: inline-block;
  margin-right: 13px;
}
.slick-slider .slick-dots li button {
  border: none;
  line-height: normal;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  opacity: .5;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .slick-slider button.slick-arrow.slick-prev {
    left: 9px;
  }
  .slick-slider button.slick-arrow.slick-prev:before {
    font-size: 23px;
  }
  .slick-slider button.slick-arrow.slick-next {
    right: 9px;
  }
  .slick-slider button.slick-arrow.slick-next:before {
    font-size: 23px;
  }
  .slick-slider .slick-dots {
    bottom: 25px;
  }
  .slick-slider .slick-dots li {
    margin-right: 8px;
  }
  .slick-slider .slick-dots li button {
    height: 6px;
    width: 6px;
  }
}
.slick-slider img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.follow-us {
  width: 155px;
  text-align: center;
  margin-right: 9%;
}
.follow-us h3 {
  margin-bottom: 22px;
}
.follow-us .footer-social {
  padding-top: 8px;
}
.follow-us a.ico {
  margin-right: 14px;
  display: inline-block;
}
.follow-us a.ico:last-child {
  margin-right: 0;
}
.follow-us .facebook:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #8bd1c7;
  font-size: 28px;
}
.follow-us .facebook:hover,
.follow-us .facebook:focus,
.follow-us .facebook:active {
  text-decoration: none;
}
.follow-us .facebook:hover:before {
  color: inherit;
}
.follow-us .instagram:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #8bd1c7;
  font-size: 28px;
}
.follow-us .instagram:hover,
.follow-us .instagram:focus,
.follow-us .instagram:active {
  text-decoration: none;
}
.follow-us .instagram:hover:before {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .follow-us {
    margin: 0 auto 28px;
  }
}
header {
  background: #000000;
  color: #ffffff;
  padding: 30px 0 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  header {
    margin-bottom: 15px;
  }
}
header .container:before,
header .container:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
header .header-left {
  float: left;
}
header .header-left .top-logo img {
  max-width: 200px;
}
@media screen and (min-width: 1024px) {
  header .header-left .top-logo img {
    max-width: 300px;
  }
}
header .language {
  text-align: right;
  margin-bottom: 38px;
}
header .language > select {
  display: none;
}
header .language a.check_language {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Montserrat-Light', sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .language {
    margin-bottom: 13px;
  }
}
header .header-right {
  float: right;
}
header .header-right .nav-search {
  display: flex;
  align-items: center;
}
header .navigation-top li {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .navigation-top li a {
  color: #ffffff;
}
header .navigation-top ul.menu:before,
header .navigation-top ul.menu:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
@media screen and (min-width: 768px) {
  header .navigation-top ul.menu > li {
    float: left;
    margin-right: 20px;
  }
  header .navigation-top ul.menu > li > a {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
  }
  header .navigation-top ul.menu > li > a:hover,
  header .navigation-top ul.menu > li > a:focus {
    text-decoration: none;
  }
  header .navigation-top ul.menu > li > a:hover:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #8bd1c7;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
  header .navigation-top ul.menu > li .sub-menu {
    display: none;
  }
  header .navigation-top ul.menu > li:last-child {
    margin-right: 0;
  }
  header .navigation-top ul.menu > li.current-menu-item a:after,
  header .navigation-top ul.menu > li.current-menu-parent a:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #8bd1c7;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
}
@media screen and (min-width: 1024px) {
  header .navigation-top ul.menu > li {
    margin-right: 42px;
  }
  header .navigation-top ul.menu > li > a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  header .navigation-top ul.menu > li {
    background: #ffffff;
    position: relative;
  }
  header .navigation-top ul.menu > li:hover {
    cursor: pointer;
  }
  header .navigation-top ul.menu > li > a {
    color: #000000;
    display: block;
    border: 1px solid #4a4a4a;
    font-family: 'Montserrat-semiBold', sans-serif;
    padding: 10px 13px;
    text-transform: uppercase;
    margin-top: -1px;
  }
  header .navigation-top ul.menu > li:last-child > a {
    border-bottom: 1px solid #4a4a4a;
  }
  header .navigation-top ul.menu > li .title_static_header {
    position: absolute;
    right: 16px;
    top: 11px;
  }
  header .navigation-top ul.menu > li .title_static_header:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    color: #000000;
    font-size: 10px;
  }
  header .navigation-top ul.menu > li .title_static_header:hover,
  header .navigation-top ul.menu > li .title_static_header:focus,
  header .navigation-top ul.menu > li .title_static_header:active {
    text-decoration: none;
  }
  header .navigation-top ul.menu > li .title_static_header:hover:after {
    color: inherit;
  }
  header .navigation-top ul.menu > li .title_static_header:hover:after {
    color: #000000;
  }
  header .navigation-top ul.menu > li .sub-menu {
    padding: 6px 13px 9px;
    line-height: 2;
  }
  header .navigation-top ul.menu > li .sub-menu li a {
    font-family: 'Montserrat-Medium', sans-serif;
    color: #6f6f6f;
  }
  header .navigation-top ul.menu > li .sub-menu li a:hover {
    text-decoration: underline;
  }
  header .navigation-top ul.menu > li .sub-menu li.current-menu-item > a,
  header .navigation-top ul.menu > li .sub-menu li.current-menu-parent > a {
    text-decoration: underline;
  }
  header .navigation-top ul.menu > li.active .title_static_header:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    color: #000000;
    font-size: 10px;
  }
  header .navigation-top ul.menu > li.active .title_static_header:hover,
  header .navigation-top ul.menu > li.active .title_static_header:focus,
  header .navigation-top ul.menu > li.active .title_static_header:active {
    text-decoration: none;
  }
  header .navigation-top ul.menu > li.active .title_static_header:hover:after {
    color: inherit;
  }
}
header .search-header {
  position: relative;
  margin-left: 27px;
}
header .search-header #search-click {
  display: block;
}
header .search-header #search-click:hover {
  text-decoration: none;
}
header .search-header .icon-search {
  display: block;
}
header .search-header .icon-search:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #ffffff;
  font-size: 30px;
}
header .search-header .icon-search:hover,
header .search-header .icon-search:focus,
header .search-header .icon-search:active {
  text-decoration: none;
}
header .search-header .icon-search:hover:before {
  color: inherit;
}
header .search-header .search-header-form {
  border-bottom: 1px solid #ffffff;
}
header .search-header .search-header-form .input-search {
  font-size: 22px;
  text-transform: none;
  color: #ffffff;
  padding: 0 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Montserrat-Regular';
  background: none;
  width: calc(100% - 60px);
}
header .search-header .search-header-form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
header .search-header .search-header-form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
header .search-header .search-header-form input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
header .search-header .search-header-form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
header .search-header .search-header-form .btn-search {
  font-size: 0;
  background: none;
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
}
header .search-header .search-header-form .btn-search:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #ffffff;
  font-size: 30px;
}
header .search-header .search-header-form .btn-search:hover,
header .search-header .search-header-form .btn-search:focus,
header .search-header .search-header-form .btn-search:active {
  text-decoration: none;
}
header .search-header .search-header-form .btn-search:hover:before {
  color: inherit;
}
header .search-header .search-header-form .btn-search:hover:before {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body.lock-on-search {
    height: 100vh;
    overflow: hidden;
  }
  body.lock-on-search .search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.85);
  }
  body.lock-on-search .search-desktop-wrap {
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #000000;
    min-height: 147px;
    left: 0;
    top: 0;
  }
  body.lock-on-search .search-desktop-wrap form.search-header-form {
    max-width: 48.1%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 21px;
    width: 100%;
  }
  body.lock-on-search .search-desktop-wrap form.search-header-form .line {
    font-size: 0;
    width: 1px;
    height: 31px;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 7px;
  }
  body.lock-on-search .search-desktop-wrap #search-close {
    position: absolute;
    right: 12.6%;
    top: 29px;
    font-size: 0;
  }
  body.lock-on-search .search-desktop-wrap #search-close:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    color: #ffffff;
    font-size: 20px;
  }
  body.lock-on-search .search-desktop-wrap #search-close:hover,
  body.lock-on-search .search-desktop-wrap #search-close:focus,
  body.lock-on-search .search-desktop-wrap #search-close:active {
    text-decoration: none;
  }
  body.lock-on-search .search-desktop-wrap #search-close:hover:before {
    color: inherit;
  }
}
.nav-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  html.overF-mobile .header-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
  }
  header {
    padding: 0;
    height: 67px;
  }
  header .container {
    padding: 0;
  }
  header .header-mobile {
    padding: 0;
    background: #000000;
  }
  header .header-mobile .header-top {
    padding: 19px 16px;
    background: #000000;
  }
  header .header-mobile .header-top:before,
  header .header-mobile .header-top:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    display: table;
  }
  header .header-mobile .header-left .top-logo img {
    max-width: 108px;
  }
  header .header-right-responsive,
  header .close-box {
    position: absolute;
    background: #f1f0f0;
    position: fixed;
    width: 100%;
    top: 67px;
    z-index: 9999;
    left: -100%;
    height: calc(100vh - 67px);
    padding: 0 16px;
    overflow-y: auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  header .header-right-responsive.open-box {
    left: 0;
  }
  header .nav-search .search-header {
    margin: 20px 0;
  }
  header .nav-search .search-header:before,
  header .nav-search .search-header:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    display: table;
  }
  header .nav-search .search-header .search-mb-left {
    float: left;
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  header .nav-search .search-header .search-mb-left h3 {
    font-size: 16px;
    color: #8bd1c7;
    margin-bottom: 0;
  }
  header .nav-search .search-header .search-mb-left h3:first-child {
    border-right: 2px solid #8bd1c7;
    padding-right: 10px;
    margin-right: 10px;
  }
  header .nav-search .search-header .icon-search {
    float: right;
    background: #8bd1c7;
    width: 30px;
    height: 30px;
    padding: 7px 5px 6px 6px;
  }
  header .nav-search .search-header .icon-search:before {
    font-size: 17px;
  }
  header .nav-search .search-header .search-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }
  header .nav-search .search-header .search-mobile input {
    height: 30px;
    width: calc(100% - 30px);
    padding: 2px 10px;
    color: #6f6f6f;
    background: #ffffff;
    font-size: 13px;
  }
  header .nav-search .search-header .search-mobile input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6f6f6f;
  }
  header .nav-search .search-header .search-mobile input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #6f6f6f;
  }
  header .nav-search .search-header .search-mobile input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #6f6f6f;
  }
  header .nav-search .search-header .search-mobile input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #6f6f6f;
  }
  header .nav-search .search-header .search-mobile button {
    padding: 2px 4px;
    right: 0;
  }
  header .nav-search .search-header .search-mobile.open-search {
    display: block;
  }
  header .nav-toggle {
    display: inline-block;
    font-size: 0;
    float: right;
    cursor: pointer;
    margin-top: 4px;
  }
  header .nav-toggle:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e912";
    color: #000;
    font-size: 20px;
  }
  header .nav-toggle:hover,
  header .nav-toggle:focus,
  header .nav-toggle:active {
    text-decoration: none;
  }
  header .nav-toggle:hover:before {
    color: inherit;
  }
  header .nav-toggle.close-icon {
    margin-top: 2px;
  }
  header .nav-toggle.close-icon:before {
    content: "\e910";
  }
  header .language {
    text-align: center;
    margin: 15px 0 13px;
  }
  header .language a.check_language {
    border: 1px solid #000000;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    min-width: 88px;
    color: #000000;
    display: inline-block;
    font-family: 'Montserrat-semiBold', sans-serif;
    background: #ffffff;
  }
  header .follow-us a:hover {
    color: #000000;
  }
}
.container {
  max-width: 1425px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .content-too-short {
    min-height: calc(100vh - 583px);
  }
}
footer {
  background: #000000;
  padding: 46px 0 40px;
  margin-top: 40px;
  color: #ffffff;
  font-size: 14px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer_top {
  font-family: 'Montserrat-Light', sans-serif;
  margin-bottom: 23px;
}
footer .footer_top:before,
footer .footer_top:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
footer .footer_top .nav-footer-wrap {
  width: 45.6%;
  padding-right: 0;
  float: left;
}
@media screen and (max-width: 767px) {
  footer .footer_top .nav-footer-wrap {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
}
footer .footer_top .nav-footer-wrap > ul.menu:before,
footer .footer_top .nav-footer-wrap > ul.menu:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
footer .footer_top .nav-footer-wrap > ul.menu > li {
  float: left;
  width: 25%;
  padding-right: 20px;
}
footer .footer_top .nav-footer-wrap > ul.menu > li > a {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 21px;
  font-family: 'Montserrat-Regular', sans-serif;
}
footer .footer_top .nav-footer-wrap > ul.menu > li > a:focus,
footer .footer_top .nav-footer-wrap > ul.menu > li > a:hover {
  text-decoration: none;
}
footer .footer_top .nav-footer-wrap > ul.menu > li .sub-menu {
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  footer .footer_top .nav-footer-wrap > ul.menu > li {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
    border: 1px solid #4a4a4a;
    border-top: none;
  }
  footer .footer_top .nav-footer-wrap > ul.menu > li > a {
    margin-bottom: 0;
    padding: 10px 0 7px 18px;
  }
  footer .footer_top .nav-footer-wrap > ul.menu > li > a + span.title_static_footer {
    padding: 0 10px;
    font-family: 'Montserrat-Medium', sans-serif;
    position: relative;
    cursor: pointer;
  }
  footer .footer_top .nav-footer-wrap > ul.menu > li > a + span.title_static_footer:before {
    content: "+";
    font-size: 22px;
    color: #dcdcdc;
    position: absolute;
    line-height: 1;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .footer_top .nav-footer-wrap > ul.menu > li .sub-menu {
    display: none;
    line-height: 2;
    padding: 0 0 14px;
  }
  footer .footer_top .nav-footer-wrap > ul.menu > li.active > a + span.title_static_footer:before {
    content: "";
    font-size: 25px;
    width: 10px;
    height: 2px;
    background: #ffffff;
  }
}
footer .footer_top .footer-right {
  float: right;
  width: 54.4%;
  display: flex;
  justify-content: flex-end;
}
footer .footer_top .footer-right:before,
footer .footer_top .footer-right:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
footer .footer_top .footer-right h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: 'Montserrat-Regular', sans-serif;
}
@media screen and (max-width: 767px) {
  footer .footer_top .footer-right {
    float: none;
    clear: both;
    width: 100%;
    display: block;
  }
}
footer .footer_top .chats_address {
  line-height: 1.43;
  width: 210px;
  margin-right: 7%;
}
footer .footer_top .chats_address .logo {
  display: block;
  margin-top: 15px;
}
footer .footer_top .chats_address .logo img {
  max-width: 87px;
}
@media screen and (max-width: 767px) {
  footer .footer_top .chats_address {
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
  }
  footer .footer_top .chats_address .logo {
    margin-top: 21px;
  }
}
footer .footer_top .subscribe {
  width: 36%;
}
footer .footer_top .subscribe h3 {
  margin-bottom: 19px;
}
footer .footer_top .subscribe .subscrible-wrap {
  display: flex;
}
footer .footer_top .subscribe .subscrible-wrap .btn-subscrible {
  font-size: 0;
  border: none;
  padding: 7px 5px 5px 10px;
  height: 40px;
  width: 40px;
  background: #8bd1c7;
}
footer .footer_top .subscribe .subscrible-wrap .btn-subscrible:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #ffffff;
  font-size: 17px;
}
footer .footer_top .subscribe .subscrible-wrap .btn-subscrible:hover,
footer .footer_top .subscribe .subscrible-wrap .btn-subscrible:focus,
footer .footer_top .subscribe .subscrible-wrap .btn-subscrible:active {
  text-decoration: none;
}
footer .footer_top .subscribe .subscrible-wrap .btn-subscrible:hover:before {
  color: inherit;
}
@media screen and (min-width: 767px) and (max-width: 1281px) {
  footer .footer_top .nav-footer-wrap,
  footer .footer_top .footer-right {
    float: none;
    clear: both;
    width: 100%;
    justify-content: space-around;
  }
  footer .footer_top .footer-right {
    padding: 20px 0;
    margin: 20px 0 0;
    position: relative;
  }
  footer .footer_top .footer-right:before,
  footer .footer_top .footer-right:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  footer .footer_top .footer-right:before {
    top: 0;
  }
  footer .footer_top .footer-right:after {
    bottom: 0;
  }
  footer .footer_top .footer-right > div {
    flex: 1;
  }
}
footer .copyright {
  font-size: 10px;
  font-weight: normal;
  color: #9b9b9b;
}
footer .copyright .c-copy {
  display: inline-block;
  margin-right: 5px;
}
footer .copyright .copyright-link {
  display: inline-block;
}
footer .copyright .copyright-link a {
  font-size: 10px;
  font-weight: normal;
  color: #9b9b9b;
  border-right: 1px solid #9b9b9b;
  padding-right: 8px;
  margin-right: 5px;
}
footer .copyright .copyright-link a:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    padding-top: 3px;
  }
  footer .copyright .c-copy {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
    margin-top: 10px;
  }
  footer .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  footer .back_top a {
    background: #000;
    width: 100%;
    height: 40px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .back_top a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    color: #ffffff;
    font-size: 8px;
  }
  footer .back_top a:hover,
  footer .back_top a:focus,
  footer .back_top a:active {
    text-decoration: none;
  }
  footer .back_top a:hover:after {
    color: inherit;
  }
  footer .back_top a > span {
    padding-right: 8px;
    padding-left: 18px;
  }
  footer .mobile-footer-logo {
    max-width: 180px;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 767px) {
  html.overF-mobile {
    overflow: hidden !important;
    position: relative;
    height: 100%;
    width: 100%;
  }
  html.overF-mobile body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  body {
    overflow-x: hidden;
  }
}
.video-slider {
  width: 100%;
  height: auto;
}
.home-slider.slick-slider {
  margin-bottom: 17px;
}
.home-slider.slick-slider button.slick-arrow.slick-prev:before,
.home-slider.slick-slider button.slick-arrow.slick-next:before {
  color: #ffffff;
}
.home-slider.slick-slider button.slick-arrow.slick-prev {
  left: 34px;
}
.home-slider.slick-slider button.slick-arrow.slick-next {
  right: 34px;
}
.home-slider.slick-slider .slick-slide {
  position: relative;
}
.home-slider.slick-slider .desktop-extra {
  max-width: 100vw;
}
.home-slider.slick-slider .background-image {
  padding: 14% 0 13.8%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  -webkit-background-size: cover;
  /* Firefox 3.6 */
}
.home-slider.slick-slider .background-image:hover {
  cursor: pointer;
}
.home-slider.slick-slider .banner-text {
  position: static;
  color: #ffffff;
  text-align: center;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  z-index: 1;
}
.home-slider.slick-slider .banner-text h3 {
  font-size: 28px;
  font-family: 'Montserrat-Bold', sans-serif;
  text-align: center;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
  margin-bottom: 14px;
}
.home-slider.slick-slider .banner-text .desc {
  font-size: 14px;
  margin-bottom: 20px;
}
.home-slider.slick-slider .banner-text .button {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  height: 40px;
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #ffffff;
  text-decoration: none !important;
  outline: none;
  display: inline-block;
  font-family: 'Montserrat-Regular', sans-serif;
  background: transparent;
  letter-spacing: normal;
  min-width: 155px;
  font-size: 20px;
}
.home-slider.slick-slider .banner-text .button:hover {
  text-decoration: none;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .home-slider.slick-slider .banner-text .button {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.home-slider.slick-slider .text-black .banner-text {
  color: #000000;
}
.home-slider.slick-slider .text-black .banner-text h3 {
  text-shadow: none;
}
.home-slider.slick-slider .text-black .banner-text .button {
  border-color: #000000;
  color: #000000;
}
.home-slider.slick-slider .text-black .banner-text .button:hover {
  border-color: transparent;
  background: #ffffff;
}
@media screen and (min-width: 1280px) {
  .home-slider.slick-slider .banner-text h3 {
    font-size: 65px;
    margin-bottom: 17px;
  }
  .home-slider.slick-slider .banner-text .desc {
    font-size: 20px;
    margin-bottom: 38px;
  }
  .home-slider.slick-slider .banner-text .button {
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    min-width: 164px;
  }
}
@media screen and (max-width: 767px) {
  .home-slider.slick-slider button.slick-arrow.slick-prev {
    left: 9px;
  }
  .home-slider.slick-slider button.slick-arrow.slick-next {
    right: 9px;
  }
  .home-slider.slick-slider .mobile-xs {
    height: 587px;
  }
  .home-slider.slick-slider .banner-text .desc_mobile {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .home-slider.slick-slider .background-image {
    padding: 63% 0 63.5%;
  }
}
@media screen and (max-width: 767px) {
  .home .container {
    padding: 0;
  }
}
.home-grid-cate ul {
  display: flex;
  flex-wrap: wrap;
}
.home-grid-cate ul > li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .home-grid-cate ul > li {
    margin-right: 20px;
    width: calc((100% - 41px)/3);
  }
  .home-grid-cate ul > li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .home-grid-cate ul > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-grid-cate ul {
    flex-direction: column;
  }
  .home-grid-cate ul > li {
    width: 100%;
  }
}
.home-grid-cate ul .banner-wrap a.banner-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.home-grid-cate ul .banner-wrap a.banner-link:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.home-grid-cate ul .banner-wrap a.banner-link .desc-image {
  width: 90%;
  z-index: 2;
}
.home-grid-cate ul .banner-wrap a.banner-link:hover:after {
  background: rgba(139, 209, 199, 0.78);
}
@media screen and (max-width: 767px) {
  .home-grid-cate {
    margin-bottom: 20px;
  }
  .home-grid-cate ul > li {
    margin-bottom: 2px;
  }
  .home-grid-cate ul > li .banner-wrap .title-image {
    font-size: 25px;
  }
}
.home-newsfeed .posts-list li.item {
  padding-bottom: 31px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .home-newsfeed {
    margin-bottom: 21px;
  }
  .home-newsfeed .posts-list li.item {
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .home-newsfeed .posts-list li.item:after {
    display: none;
  }
  .home-newsfeed .posts-list li.item .post-title {
    padding: 20px 16px 4px;
    line-height: normal;
    text-align: center;
  }
  .home-newsfeed .posts-list li.item .post-title a {
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
  }
  .home-newsfeed .slick-slider {
    padding-bottom: 25px;
  }
  .home-newsfeed .slick-slider .slick-list {
    position: relative;
    padding-bottom: 36px;
    background: #ffffff;
    padding-bottom: 23px;
  }
  .home-newsfeed .slick-slider .slick-list:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #f1f0f0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  .home-newsfeed .slick-slider .slick-dots {
    bottom: 0;
  }
  .home-newsfeed .slick-slider .slick-dots li button {
    background: #000000;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .home-newsfeed .slick-slider .slick-list {
    padding-bottom: 26px;
  }
}
.home-instagram {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .home-instagram {
    padding-bottom: 5px;
  }
}
.home-instagram .title-turquoise a {
  font-size: 20px;
  text-align: center;
  color: #71bfc0;
  text-transform: uppercase;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .home-instagram .title-turquoise a {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .home-instagram .title-turquoise a {
    font-size: 25px;
    padding: 34px 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .home-instagram .home-ins-slider {
    padding: 0 20px 0 35px;
  }
  .home-instagram .home-ins-slider .slick-track {
    display: flex;
    align-items: center;
  }
  .home-instagram .home-ins-slider .slick-track .slick-slide {
    padding-right: 20px;
  }
  .home-instagram .home-ins-slider .slick-track .slick-slide .item {
    display: block !important;
    position: relative;
  }
  .home-instagram .home-ins-slider .slick-track .slick-slide .item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  .home-instagram .home-ins-slider .slick-track .slick-slide .item:hover:before {
    background: rgba(139, 209, 199, 0.78);
  }
  .home-instagram .home-ins-slider .slick-track .slick-slide .item:hover:after {
    display: inline;
    content: "\e90a";
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .home-instagram .home-ins-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 18px;
  }
  .home-instagram .home-ins-slider .item {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc((100% - 15px)/2);
    display: none;
  }
  .home-instagram .home-ins-slider .item:nth-of-type(2n + 2) {
    margin-right: 0;
  }
  .home-instagram .home-ins-slider .item:nth-of-type(1),
  .home-instagram .home-ins-slider .item:nth-of-type(2),
  .home-instagram .home-ins-slider .item:nth-of-type(3),
  .home-instagram .home-ins-slider .item:nth-of-type(4),
  .home-instagram .home-ins-slider .item:nth-of-type(5),
  .home-instagram .home-ins-slider .item:nth-of-type(6) {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  body.page-template-page-eats footer,
  body.page-template-page-shops footer,
  body.page-template-page-todo footer {
    margin-top: 0;
  }
}
.listing .btn-load-more {
  margin-top: 10px;
}
.listing .btn-load-more:hover {
  background: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .listing .btn-load-more {
    margin-top: -10px;
  }
}
.listing .page-description {
  font-family: 'Montserrat-Light', sans-serif;
}
.listing .page-description h2 {
  font-family: 'Montserrat-Medium', sans-serif;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .listing .page-description h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .listing .page-description h2 {
    margin-bottom: 19px;
  }
}
.listing .page-description h3,
.listing .page-description h4,
.listing .page-description h5,
.listing .page-description h6 {
  font-family: 'Montserrat-Bold', sans-serif;
  margin-bottom: 18px;
}
.listing .page-description h3 {
  font-size: 25px;
}
.listing .page-description h4 {
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .listing .page-description h4 {
    font-size: 22px;
  }
}
.listing .page-description a {
  text-decoration: underline;
}
.listing .page-description a:hover {
  text-decoration: none;
}
.listing .page-description p {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .listing .page-description p {
    word-wrap: break-word;
  }
}
.listing .page-description ul {
  margin-bottom: 18px;
  padding-left: 15px;
}
.listing .page-description ul li {
  list-style: inside square;
  padding: 0;
  margin: 0;
  padding: 0 0 0 3px;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}
.listing .page-description ul li:before {
  display: inline-block;
  width: 12px;
  padding-right: 0;
  text-align: left;
  content: "";
  width: 4px;
  height: 4px;
  background: #000000;
  vertical-align: middle;
  margin-right: 15px;
}
.listing .page-description ol {
  margin-bottom: 18px;
  padding-left: 15px;
}
.listing .page-description ol li {
  list-style: inside decimal;
  padding: 0;
  margin: 0;
  padding: 0 0 0 3px;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}
.listing .page-description ol li:before {
  display: inline-block;
  width: 19px;
  padding-right: 0;
  text-align: left;
  content: counter(item) ".";
}
.listing .page-description blockquote p {
  quotes: "“" "”" "‘" "’";
}
.listing .page-description blockquote p:before {
  content: open-quote;
  font-size: 120%;
}
.listing .page-description blockquote p:after {
  content: close-quote;
  font-size: 120%;
}
.listing .page-description .caption-img {
  font-family: 'Montserrat-Regular', sans-serif;
  margin: -3px 0 40px;
}
#page-main-banner {
  position: relative;
  margin-bottom: 20px;
}
#page-main-banner .title-wrap:not(.has-banner) .image-page-title {
  color: #000000;
  text-align: left;
}
#page-main-banner .has-banner .image-page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  width: 90%;
}
h1.image-page-title.addTxt {
	margin-top:10px;
}
@media screen and (max-width: 767px) {
  #page-main-banner {
	margin-top: -35px!important;
    margin-bottom: 17px;
  }
  #page-main-banner .title-wrap .image-page-title,
  #page-main-banner .title-wrap:not(.has-banner) .image-page-title {
    position: static;
    top: auto;
    left: auto;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #fff;
    text-align: left;
    width: 100%;
    padding-top: 3px;
  }
  #page-main-banner img {
    display: none;
  }
	h1.image-page-title.addTxt {
	padding-top:30px!important;
	font-size: 14px!important;
	background-color: #8bd1c7!important;
	color: #fff!important;
	text-align: center!important;
	}
}
.title-only {
  margin-bottom: 20px;
}
#page-filter {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  #page-filter {
    margin-bottom: 40px;
  }
  #page-filter #filters-wrap {
    margin-bottom: 10px;
  }
}
#page-filter .filter-tops:before,
#page-filter .filter-tops:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
#page-filter .filter-tops .filter-controls {
  float: left;
}
#page-filter .filter-tops .filter-controls button {
  align-items: center;
  padding: 0px 21px 0px 21px;
  letter-spacing: 1px;
  width: 256px;
}
#page-filter .filter-tops .filter-controls button span {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
#page-filter .filter-tops .filter-controls button span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #000000;
  font-size: 9px;
}
#page-filter .filter-tops .filter-controls button span:hover,
#page-filter .filter-tops .filter-controls button span:focus,
#page-filter .filter-tops .filter-controls button span:active {
  text-decoration: none;
}
#page-filter .filter-tops .filter-controls button span:hover:after {
  color: inherit;
}
#page-filter .filter-tops .filter-controls button span:after {
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 15px;
}
#page-filter .filter-tops .filter-controls button.opened span {
  padding-right: 12px;
}
#page-filter .filter-tops .filter-controls button.opened span:after {
  content: "\e910";
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-weight: bold;
  top: 13px;
}
#page-filter .filter-tops .filter-controls button:hover {
  text-decoration: none;
  background: #ffffff;
  border-color: #000000;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #page-filter .filter-tops .filter-controls {
    float: none;
    clear: both;
    width: 100%;
    display: block;
  }
  #page-filter .filter-tops .filter-controls button {
    width: 100%;
    font-size: 14px;
  }
  #page-filter .filter-tops .filter-controls button.opened:after {
    font-size: 10px;
    height: 10px;
  }
}
#page-filter .filter-tops .filter-search {
  float: right;
  width: 275px;
}
#page-filter .filter-tops .filter-search #form-search {
  display: flex;
}
#page-filter .filter-tops .filter-search #form-search input {
  width: 275px;
  padding-right: 45px;
}
#page-filter .filter-tops .filter-search #form-search input:focus {
  border: 1px solid #707070;
}
#page-filter .filter-tops .filter-search .btn-search {
  font-size: 0;
  background: #8bd1c7;
  border: none;
  padding: 7px 0 0 8px;
  width: 40px;
  height: 40px;
  color: #ffffff;
}
#page-filter .filter-tops .filter-search .btn-search:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #ffffff;
  font-size: 25px;
}
#page-filter .filter-tops .filter-search .btn-search:hover,
#page-filter .filter-tops .filter-search .btn-search:focus,
#page-filter .filter-tops .filter-search .btn-search:active {
  text-decoration: none;
}
#page-filter .filter-tops .filter-search .btn-search:hover:before {
  color: inherit;
}
#page-filter .filter-tops .filter-search .btn-search:hover {
  background: #71bfc0;
}
@media screen and (max-width: 767px) {
  #page-filter .filter-tops .filter-search {
    margin-bottom: 20px;
    float: none;
    clear: both;
    width: 100%;
    display: block;
  }
  #page-filter .filter-tops .filter-search #form-search input {
    width: 100%;
    font-size: 13px;
    height: 30px;
    padding-left: 10px;
  }
  #page-filter .filter-tops .filter-search .btn-search {
    height: 30px;
    max-width: 30px;
    padding: 3px 0 0 1px;
  }
  #page-filter .filter-tops .filter-search .btn-search:before {
    font-size: 17px;
  }
}
#page-filter #filters-content {
  background: #ffffff;
  padding: 30px 20px 0px;
  position: relative;
}
#page-filter #filters-content .filters-scroll-mobile {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #page-filter #filters-content .filters-scroll-mobile {
    display: flex;
    flex-wrap: wrap;
  }
}
#page-filter #filters-content ul {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
}
#page-filter #filters-content ul .filter-title {
  font-size: 20px;
  font-family: 'Montserrat-Bold';
  margin-bottom: 31px;
}
@media screen and (min-width: 768px) {
  #page-filter #filters-content {
    margin-top: 25px;
  }
  #page-filter #filters-content:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 15px 13px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -15px;
    left: 115px;
  }
  #page-filter #filters-content ul {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  #page-filter #filters-content {
    padding: 52px 63px 20px;
  }
  #page-filter #filters-content ul {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #page-filter #filters-content {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    left: -100%;
    top: 0;
    position: absolute;
    display: block !important;
  }
  #page-filter #filters-content .filters-scroll-mobile {
    overflow-y: scroll;
    max-height: calc(100% - 40px);
  }
  #page-filter #filters-content .filters-scroll-mobile::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
  }
  #page-filter #filters-content .filters-scroll-mobile::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  #page-filter #filters-content .action {
    margin: 10px -19px 0 -19px;
    display: flex !important;
    width: calc(100% + 20px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #page-filter #filters-content .action .button {
    width: 50%;
  }
  #page-filter #filters-content .action .button.btn-clear {
    border-left: none;
  }
  #page-filter #filters-content .action .button.btn-apply {
    background: #8bd1c7;
    border: none;
    color: #ffffff;
  }
  #page-filter #filters-content ul {
    padding-bottom: 0;
    padding-right: 0;
  }
  #page-filter #filters-content ul .filter-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive .wrap_main {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    left: 0;
    top: 0;
    position: relative;
  }
  .filter-fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .filter-fixed body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .filter-fixed .wrap_main {
    left: calc(100vw - 40px);
    top: 0;
    position: relative;
  }
  .filter-fixed .wrap_main:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .filter-fixed #page-filter .filter-tops .filter-controls {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
  }
  .filter-fixed #page-filter .filter-tops .filter-controls button {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
  }
  .filter-fixed #page-filter .filter-tops .filter-controls button span {
    font-size: 0;
    padding: 0;
  }
  .filter-fixed #page-filter .filter-tops .filter-controls button span:after {
    font-size: 12px;
    width: 18px;
  }
  .filter-fixed #page-filter #filters-content {
    padding: 20px;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: calc(100vw - 40px);
    top: 0;
    left: 0;
  }
}
.store-action-link > a {
  font-family: 'Montserrat-Light', sans-serif;
}
.store-action-link > a.center-map-link:before {
  padding-left: 0;
}
.store-action-link > a:last-child {
  margin-bottom: 0;
}
.stores-list {
  display: flex;
  flex-wrap: wrap;
}
.stores-list .store-item {
  background: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc((100% - 20px)/2);
  display: flex;
}
.stores-list .store-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.stores-list .store-item:not(.banner-wrap) {
  position: relative;
  padding-bottom: 20px;
  background: #ffffff;
}
.stores-list .store-item:not(.banner-wrap):after {
  content: "";
  width: 100%;
  height: 7px;
  background: #f1f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .stores-list .store-item:not(.banner-wrap) {
    padding-bottom: 20px;
  }
}
.stores-list .store-item.banner-wrap {
  background: none;
}
@media screen and (min-width: 1024px) {
  .stores-list .store-item {
    width: calc((100% - 41px)/3);
  }
  .stores-list .store-item:nth-of-type(2n+2) {
    margin-right: 20px;
  }
  .stores-list .store-item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .stores-list .store-item {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .stores-list .store-item {
    width: calc((100% - 60px)/4);
  }
  .stores-list .store-item:nth-of-type(2n+2) {
    margin-right: 20px;
  }
  .stores-list .store-item:nth-of-type(3n+3) {
    margin-right: 20px;
  }
  .stores-list .store-item:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .stores-list .store-item {
    margin-right: 8px;
    width: calc((100% - 8px)/2);
  }
}
.stores-list .store-item .details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.stores-list .store-item .img-wrap {
  position: relative;
}
.stores-list .store-item .img-wrap .rollover {
  width: 220px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 36px;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 768px) {
  .stores-list .store-item .img-wrap .store-action-link > a {
    margin-left: 0;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .stores-list .store-item .img-wrap .store-action-link > a:before {
    width: 38px;
    display: inline-block;
    margin-right: 18px;
    color: #ffffff;
    text-align: center;
  }
  .stores-list .store-item .img-wrap .store-action-link > a:hover {
    color: #8bd1c7;
  }
  .stores-list .store-item .img-wrap .store-action-link > a:hover:before {
    color: #8bd1c7;
  }
  .stores-list .store-item .img-wrap .store-action-link > a:last-child {
    margin-bottom: 0;
  }
  .stores-list .store-item .img-wrap:hover:after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .stores-list .store-item .img-wrap:hover .rollover {
    display: block;
  }
}
.stores-list .store-item .store-info {
  text-align: center;
  padding: 27px 30px 17px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.stores-list .store-item .store-info .store-link {
  margin-bottom: 13px;
  display: inline-block;
}
.stores-list .store-item .store-info .store-link:hover {
  color: #71bfc0;
}
.stores-list .store-item .store-info .description {
  margin-bottom: 23px;
  line-height: 1.45;
  padding: 0 20px;
  flex: 1 0 auto;
  max-height: 40px;
  overflow: hidden;
}
.stores-list .store-item .store-info .store-time {
  margin-bottom: 0;
}
.stores-list .store-item .store-info .store-time .status {
  text-transform: uppercase;
  color: #4a4a4a;
  font-family: 'Montserrat-Bold', sans-serif;
}
.stores-list .store-item .store-info .store-time .status .sep {
  font-family: 'Montserrat-Light', sans-serif;
  padding: 0 10px 0 6px;
}
.stores-list .store-item .store-info .store-time .status.open {
  color: #71bfc0;
}
@media screen and (max-width: 767px) {
  .stores-list .store-item .store-info {
    padding: 14px 10px 5px;
  }
  .stores-list .store-item .store-info .store-link {
    margin-bottom: 6px;
  }
  .stores-list .store-item .store-info .description {
    display: none;
  }
  .stores-list .store-item .store-info .store-time {
    line-height: 1;
  }
  .stores-list .store-item .store-info .store-time .status {
    font-size: 11px;
    display: block;
  }
  .stores-list .store-item .store-info .store-time .status .sep {
    display: none;
  }
  .stores-list .store-item .store-info .store-time .time-detail {
    font-size: 10px;
    color: #4a4a4a;
  }
}
.stores-list .store-item.banner-wrap .banner-link {
  display: block;
  width: 100%;
}
.stores-list .store-item.banner-wrap .banner-link img {
  max-width: none;
}
@media screen and (min-width: 1280px) {
  .store-detail-page {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .store-detail-page {
    margin-top: 20px;
  }
}
.store-detail-page #page-main-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content {
    flex-direction: column;
  }
}
.store-detail-page #page-main-content:before,
.store-detail-page #page-main-content:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
.store-detail-page #page-main-content .store-details {
  width: 100%;
  padding-bottom: 36px;
  background: #ffffff;
  padding: 20px 16px;
  position: relative;
}
.store-detail-page #page-main-content .store-details:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #f1f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 768px) {
  .store-detail-page #page-main-content .store-details {
    padding: 20px;
    width: 330px;
  }
  .store-detail-page #page-main-content .store-details .scroll-content {
    max-height: 770px;
  }
}
@media screen and (min-width: 1024px) {
  .store-detail-page #page-main-content .store-details {
    width: 33.76%;
  }
}
@media screen and (min-width: 768px) {
  .store-detail-page #page-main-content .store-details {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .store-detail-page #page-main-content .store-details {
    padding: 25px 15px 25px 39px;
  }
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details {
    order: 2;
    margin-bottom: 20px;
  }
}
.store-detail-page #page-main-content .store-details .store-detail-scroll {
  position: relative;
  overflow-y: auto;
  padding-right: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.store-detail-page #page-main-content .store-details .store-detail-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.store-detail-page #page-main-content .store-details .store-detail-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #9b9b9b;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.store-detail-page #page-main-content .store-details .store-detail-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f1f0f0;
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .store-detail-scroll {
    padding-right: 0;
  }
}
.store-detail-page #page-main-content .store-details .top-actions {
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .store-detail-page #page-main-content .store-details .top-actions {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .store-detail-page #page-main-content .store-details .top-actions {
    width: 248px;
    padding-top: 13px;
  }
}
.store-detail-page #page-main-content .store-details .top-actions .store-action {
  flex: 1;
}
.store-detail-page #page-main-content .store-details .top-actions .store-action .store-tab {
  border: 1px solid #4a4a4a;
  border-left-color: transparent;
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Montserrat-semiBold', sans-serif;
}
.store-detail-page #page-main-content .store-details .top-actions .store-action .store-tab.order-link {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.store-detail-page #page-main-content .store-details .top-actions .store-action .store-sub {
  display: none;
  margin-left: -1px;
  background: #ffffff;
  position: absolute;
  min-width: calc(33.33% + 1px);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.store-detail-page #page-main-content .store-details .top-actions .store-action .store-sub li a {
  font-size: 12px;
  min-height: 39px;
  padding: 9px 5px;
  display: block;
  border: 1px solid #4a4a4a;
  border-top-color: transparent;
  text-align: center;
}
.store-detail-page #page-main-content .store-details .top-actions .store-action .store-sub li a:hover {
  border-color: #8bd1c7;
  color: #8bd1c7;
  margin-top: -1px;
  padding-top: 10px;
  min-height: 40px;
}
.store-detail-page #page-main-content .store-details .top-actions .store-action:hover .store-tab {
  background: #8bd1c7;
  color: #ffffff;
  cursor: pointer;
  border-color: #8bd1c7 #8bd1c7 #8bd1c7 #8bd1c7 !important;
  margin-left: -1px;
}
.store-detail-page #page-main-content .store-details .top-actions .store-action:hover .store-sub {
  display: block;
  background: #ffffff;
}
.store-detail-page #page-main-content .store-details .top-actions .store-action.store-call .store-tab {
  border-left: 1px solid #4a4a4a;
}
.store-detail-page #page-main-content .store-details .title-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  padding-top: 61px;
}
.store-detail-page #page-main-content .store-details .title-wrap .page-title {
  font-size: 22px;
  font-family: 'Montserrat-Medium', sans-serif;
  margin-right: 10px;
  margin-bottom: 0;
  margin-bottom: -2px;
}
@media screen and (min-width: 1280px) {
  .store-detail-page #page-main-content .store-details .title-wrap {
    padding-top: 90px;
    margin-bottom: 26px;
  }
  .store-detail-page #page-main-content .store-details .title-wrap .page-title {
    font-size: 30px;
  }
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap {
  min-width: 50px;
  padding-bottom: 4px;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap .store-share-icon {
  font-size: 0;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap .store-share-icon:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #9b9b9b;
  font-size: 15px;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap .store-share-icon:hover,
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap .store-share-icon:focus,
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap .store-share-icon:active {
  text-decoration: none;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap .store-share-icon:hover:before {
  color: inherit;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list:before,
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item {
  float: left;
  width: 25px;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a {
  display: inline-block;
  font-size: 0;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-fb:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9b9b9b;
  font-size: 20px;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-fb:hover,
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-fb:focus,
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-fb:active {
  text-decoration: none;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-fb:hover:before {
  color: inherit;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-copy:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #9b9b9b;
  font-size: 19px;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-copy:hover,
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-copy:focus,
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-copy:active {
  text-decoration: none;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a.share-copy:hover:before {
  color: inherit;
}
.store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item > a:hover:before {
  color: #8bd1c7 !important;
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap #store-share-list li.item {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .title-wrap .store-share-wrap {
    padding-bottom: 2px;
  }
}
.store-detail-page #page-main-content .store-details .content-wrap {
  padding-bottom: 4px;
  line-height: 1.29;
  padding-right: 10px;
  font-family: 'Montserrat-Light', sans-serif;
}
.store-detail-page #page-main-content .store-details .content-wrap h2 {
  font-family: 'Montserrat-Medium', sans-serif;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .store-detail-page #page-main-content .store-details .content-wrap h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .content-wrap h2 {
    margin-bottom: 19px;
  }
}
.store-detail-page #page-main-content .store-details .content-wrap h3,
.store-detail-page #page-main-content .store-details .content-wrap h4,
.store-detail-page #page-main-content .store-details .content-wrap h5,
.store-detail-page #page-main-content .store-details .content-wrap h6 {
  font-family: 'Montserrat-Bold', sans-serif;
  margin-bottom: 18px;
}
.store-detail-page #page-main-content .store-details .content-wrap h3 {
  font-size: 25px;
}
.store-detail-page #page-main-content .store-details .content-wrap h4 {
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .store-detail-page #page-main-content .store-details .content-wrap h4 {
    font-size: 22px;
  }
}
.store-detail-page #page-main-content .store-details .content-wrap a {
  text-decoration: underline;
}
.store-detail-page #page-main-content .store-details .content-wrap a:hover {
  text-decoration: none;
}
.store-detail-page #page-main-content .store-details .content-wrap p {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .content-wrap p {
    word-wrap: break-word;
  }
}
.store-detail-page #page-main-content .store-details .content-wrap ul {
  margin-bottom: 18px;
  padding-left: 15px;
}
.store-detail-page #page-main-content .store-details .content-wrap ul li {
  list-style: inside square;
  padding: 0;
  margin: 0;
  padding: 0 0 0 3px;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}
.store-detail-page #page-main-content .store-details .content-wrap ul li:before {
  display: inline-block;
  width: 12px;
  padding-right: 0;
  text-align: left;
  content: "";
  width: 4px;
  height: 4px;
  background: #000000;
  vertical-align: middle;
  margin-right: 15px;
}
.store-detail-page #page-main-content .store-details .content-wrap ol {
  margin-bottom: 18px;
  padding-left: 15px;
}
.store-detail-page #page-main-content .store-details .content-wrap ol li {
  list-style: inside decimal;
  padding: 0;
  margin: 0;
  padding: 0 0 0 3px;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}
.store-detail-page #page-main-content .store-details .content-wrap ol li:before {
  display: inline-block;
  width: 19px;
  padding-right: 0;
  text-align: left;
  content: counter(item) ".";
}
.store-detail-page #page-main-content .store-details .content-wrap blockquote p {
  quotes: "“" "”" "‘" "’";
}
.store-detail-page #page-main-content .store-details .content-wrap blockquote p:before {
  content: open-quote;
  font-size: 120%;
}
.store-detail-page #page-main-content .store-details .content-wrap blockquote p:after {
  content: close-quote;
  font-size: 120%;
}
.store-detail-page #page-main-content .store-details .content-wrap .caption-img {
  font-family: 'Montserrat-Regular', sans-serif;
  margin: -3px 0 40px;
}
@media screen and (min-width: 1280px) {
  .store-detail-page #page-main-content .store-details .content-wrap {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .store-detail-page #page-main-content .store-details .content-wrap {
    padding-right: 77px;
  }
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .content-wrap {
    padding-bottom: 7px;
  }
}
.store-detail-page #page-main-content .store-details .store-times {
  margin-bottom: 18px;
}
.store-detail-page #page-main-content .store-details .store-times .open-status {
  font-family: 'Montserrat-Bold', sans-serif;
  display: inline-block;
  color: #000000;
  padding-bottom: 10px;
}
.store-detail-page #page-main-content .store-details .store-times .open-status:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #8bd1c7;
  font-size: 10px;
}
.store-detail-page #page-main-content .store-details .store-times .open-status:hover,
.store-detail-page #page-main-content .store-details .store-times .open-status:focus,
.store-detail-page #page-main-content .store-details .store-times .open-status:active {
  text-decoration: none;
}
.store-detail-page #page-main-content .store-details .store-times .open-status:hover:after {
  color: inherit;
}
.store-detail-page #page-main-content .store-details .store-times .open-status:after {
  margin-left: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.store-detail-page #page-main-content .store-details .store-times .open-status.active:after,
.store-detail-page #page-main-content .store-details .store-times .open-status:focus:after,
.store-detail-page #page-main-content .store-details .store-times .open-status:hover:after {
  color: #8bd1c7;
}
.store-detail-page #page-main-content .store-details .store-times .open-status.active:after {
  content: "\e901";
}
.store-detail-page #page-main-content .store-details .store-address {
  font-family: 'Montserrat-Bold', sans-serif;
  margin-bottom: 17px;
}
.store-detail-page #page-main-content .store-details .store-address .store-phone {
  display: inline-block;
  margin-left: 9px;
  text-decoration: underline;
}
.store-detail-page #page-main-content .store-details .store-address .store-phone:hover {
  color: #71bfc0;
}
.store-detail-page #page-main-content .store-details .store-location {
  margin-bottom: 50px;
}
.store-detail-page #page-main-content .store-details .store-location a {
  font-family: 'Montserrat-Bold', sans-serif;
  color: #8bd1c7;
  display: inline-block;
}
.store-detail-page #page-main-content .store-details .store-location .center-link {
  border-right: 2px solid #8bd1c7;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .store-location {
    max-width: 100%;
    display: flex;
    margin-bottom: 23px;
  }
  .store-detail-page #page-main-content .store-details .store-location a {
    flex: 1;
    font-size: 12px;
    font-family: 'Montserrat-semiBold', sans-serif;
    border: 1px solid #8bd1c7;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
  }
  .store-detail-page #page-main-content .store-details .store-location .center-link {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.store-detail-page #page-main-content .store-details .store-socials {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .store-socials {
    margin-bottom: 20px;
  }
}
.store-detail-page #page-main-content .store-details .store-socials a.social-link {
  margin-right: 22px;
  font-size: 0;
}
.store-detail-page #page-main-content .store-details .store-socials a.social-link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #9b9b9b;
  font-size: 21px;
}
.store-detail-page #page-main-content .store-details .store-socials a.social-link:hover,
.store-detail-page #page-main-content .store-details .store-socials a.social-link:focus,
.store-detail-page #page-main-content .store-details .store-socials a.social-link:active {
  text-decoration: none;
}
.store-detail-page #page-main-content .store-details .store-socials a.social-link:hover:before {
  color: inherit;
}
.store-detail-page #page-main-content .store-details .store-socials a.social-link.facebook:before {
  content: "\e909";
}
.store-detail-page #page-main-content .store-details .store-socials a.social-link.website:before {
  content: "\e90e";
}
.store-detail-page #page-main-content .store-details .store-socials a.social-link.twitter:before {
  content: "\e911";
}
.store-detail-page #page-main-content .store-details .store-socials a.social-link:hover:before {
  color: #8bd1c7;
}
.store-detail-page #page-main-content .store-details .store-view-more {
  font-size: 13px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-details .store-view-more {
    margin-bottom: 15px;
  }
}
.store-detail-page #page-main-content .store-details .store-view-more h5 {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 13px;
}
.store-detail-page #page-main-content .store-details .store-view-more .filter-name {
  display: inline-block;
  margin-right: 6px;
  font-family: 'Montserrat-Bold', sans-serif;
}
.store-detail-page #page-main-content .store-details .store-view-more .filter-link {
  text-decoration: underline;
  display: inline;
}
.store-detail-page #page-main-content .store-details .store-view-more .filter-link:hover {
  color: #71bfc0;
}
.store-detail-page #page-main-content .store-details .store-view-more .sep {
  margin-left: -2px;
}
.store-detail-page #page-main-content .store-details .store-view-more .sep:last-of-type {
  display: none;
}
.store-detail-page #page-main-content .store-gallery {
  width: 100%;
}
.store-detail-page #page-main-content .store-gallery .gallery-list .slick-dots {
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .store-detail-page #page-main-content .store-gallery {
    width: calc(100% - 330px);
  }
}
@media screen and (min-width: 1024px) {
  .store-detail-page #page-main-content .store-gallery {
    width: 66.24%;
  }
}
@media screen and (max-width: 767px) {
  .store-detail-page #page-main-content .store-gallery {
    order: 1;
  }
  .store-detail-page #page-main-content .store-gallery .gallery-list .slick-dots {
    bottom: 14px;
  }
}
.visit-nav {
  display: none;
}
.visit-nav a {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .visit-nav {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  .visit-nav li {
    flex: 1;
    margin-right: 20px;
    width: calc((100% - 60px)/4);
  }
  .visit-nav li:last-child {
    margin-right: 0;
  }
  .visit-nav li a {
    border: 1px solid #4a4a4a;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold', sans-serif;
    width: 100%;
    line-height: 22px;
    padding: 8px 10px;
    text-align: center;
    display: block;
    white-space: nowrap;
    background: #ffffff;
  }
  .visit-nav li a:hover {
    color: #ffffff;
    background: #8bd1c7;
    border-color: #8bd1c7;
  }
  .visit-nav li.active a {
    color: #ffffff;
    background: #8bd1c7;
    border-color: #8bd1c7;
  }
}
.map-wrapper {
  background: #ffffff;
  margin-bottom: 60px;
}
.map-wrapper .page-description {
  font-size: 18px;
  padding: 20px 16px 4px;
  font-family: 'Montserrat-Medium', sans-serif;
  text-align: center;
}
.map-wrapper .map-button {
  padding: 20px;
  text-align: center;
}
.map-wrapper .map-button a {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  height: 40px;
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #4a4a4a;
  text-decoration: none !important;
  outline: none;
  display: inline-block;
  font-family: 'Montserrat-Regular', sans-serif;
  background: #ffffff;
  letter-spacing: normal;
  width: 154px;
  font-family: 'Montserrat-semiBold', sans-serif;
}
.map-wrapper .map-button a:hover {
  text-decoration: none;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .map-wrapper .map-button a {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.map-wrapper .map-button a:hover {
  background: #000000;
  color: #ffffff;
  font-family: 'Montserrat-Regular', sans-serif;
}
@media screen and (min-width: 1280px) {
  .map-wrapper .page-description {
    padding: 44px 20px 32px;
    font-size: 30px;
  }
  .map-wrapper .map-button {
    padding: 40px 20px 41px;
  }
  .map-wrapper .map-button a {
    width: 208px;
  }
}
@media screen and (max-width: 767px) {
  .map-wrapper {
    margin-bottom: 20px;
  }
  .map-wrapper #g-map {
    height: 268px !important;
  }
}
.main-content-getting {
  display: flex;
  padding-bottom: 15px;
}
.main-content-getting > .section {
  position: relative;
  padding-bottom: 36px;
  background: #ffffff;
}
.main-content-getting > .section:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #f1f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .main-content-getting > .section {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 768px) {
  .main-content-getting > .section {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
  }
  .main-content-getting > .section:nth-of-type(2n+ 2) {
    margin-right: 0;
  }
}
.main-content-getting > .section .section-info {
  padding: 0 16px;
  max-width: 100%;
  line-height: 1.31;
  text-align: center;
  margin: 19px auto 0;
}
.main-content-getting > .section .section-info h3 {
  font-family: 'Montserrat-Bold';
  margin-bottom: 11px;
}
.main-content-getting > .section .section-info .intro-text {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: normal;
}
.main-content-getting > .section .section-info .content-link {
  font-family: 'Montserrat-semiBold', sans-serif;
  color: #71bfc0;
  text-transform: uppercase;
}
.main-content-getting > .section .section-info .content-link:hover {
  color: #4a4a4a;
}
@media screen and (min-width: 1280px) {
  .main-content-getting > .section .section-info {
    max-width: 71%;
    margin: 30px auto 0;
  }
  .main-content-getting > .section .section-info h3 {
    margin-bottom: 18px;
  }
  .main-content-getting > .section .section-info .intro-text {
    font-size: 16px;
    line-height: 1.31;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-content-getting {
    flex-direction: column;
    padding-bottom: 0;
  }
  .main-content-getting > .section {
    margin-bottom: 18px;
    padding-bottom: 27px;
  }
  .main-content-getting > .section:last-child {
    margin-bottom: 0;
  }
}
.trading-main-content ul.stores-list {
  display: flex;
  flex-wrap: wrap;
}
.trading-main-content ul.stores-list > li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .trading-main-content ul.stores-list > li {
    margin-right: 20px;
    width: calc((100% - 20px)/2);
  }
  .trading-main-content ul.stores-list > li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .trading-main-content ul.stores-list > li {
    width: calc((100% - 60px)/4);
  }
  .trading-main-content ul.stores-list > li:nth-of-type(2n+2) {
    margin-right: 20px;
  }
  .trading-main-content ul.stores-list > li:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .trading-main-content ul.stores-list > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .trading-main-content ul.stores-list {
    flex-direction: column;
  }
  .trading-main-content ul.stores-list > li {
    width: 100%;
  }
}
.trading-main-content ul.stores-list > li {
  position: relative;
  padding-bottom: 36px;
  background: #ffffff;
}
.trading-main-content ul.stores-list > li:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #f1f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .trading-main-content ul.stores-list > li {
    padding-bottom: 26px;
  }
}
.trading-main-content ul.stores-list > li .store-info {
  padding: 27px 10px 6px;
  text-align: center;
}
.trading-main-content ul.stores-list > li .store-info .store-time-details {
  margin-top: 6px;
  display: inline-block;
}
.trading-main-content ul.stores-list > li .store-info .store-name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .trading-main-content ul.stores-list > li .store-info {
    padding: 20px 10px 6px;
  }
  .trading-main-content ul.stores-list > li .store-info .store-name {
    margin-bottom: 2px;
  }
}
.trading-main-content .page-notice {
  padding: 13px 0 2px;
  font-family: 'Montserrat-Light';
}
.trading-main-content .page-notice a {
  font-family: 'Montserrat-Regular', sans-serif;
}
.trading-main-content .page-notice a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .trading-main-content .page-notice {
    padding: 0 0 1px;
  }
}
.contact-main-content {
  display: flex;
}
.contact-main-content .column {
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc((100% - 60px)/4);
}
.contact-main-content .column.col-left,
.contact-main-content .column.col-right {
  position: relative;
  padding-bottom: 30px;
  background: #ffffff;
  padding: 20px 10px 10px;
}
.contact-main-content .column.col-left:after,
.contact-main-content .column.col-right:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #f1f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .contact-main-content .column.col-left,
  .contact-main-content .column.col-right {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-main-content .column.col-left,
  .contact-main-content .column.col-right {
    padding: 46px 37px 30px;
  }
}
.contact-main-content .column.col-right {
  margin-right: 0;
}
.contact-main-content .column.col-image {
  width: calc((100% - 60px)/2 + 20px);
}
.contact-main-content .info-section {
  text-align: center;
  margin-bottom: 22px;
}
.contact-main-content .info-section a:hover {
  color: #71bfc0;
}
.contact-main-content .info-section .position-name {
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  margin-bottom: 8px;
}
.contact-main-content .info-section .text {
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 18px;
}
.contact-main-content .info-section .text h5 {
  color: #4a4a4a;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Montserrat-Bold', sans-serif;
}
.contact-main-content .info-section .text.phone a {
  font-family: 'Montserrat-semiBold', sans-serif;
  text-decoration: underline;
}
.contact-main-content .info-section:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .contact-main-content .info-section {
    margin-bottom: 57px;
  }
  .contact-main-content .info-section .position-name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-main-content {
    flex-direction: column;
  }
  .contact-main-content .column.col-left {
    order: 1;
    width: 100%;
  }
  .contact-main-content .column.col-right {
    order: 2;
    width: 100%;
  }
  .contact-main-content .column.col-image {
    order: 3;
    width: 100%;
  }
}
.cms-page-content {
  padding-bottom: 20px;
}
.cms-page-content h1,
.cms-page-content .page-title {
  margin-bottom: 40px;
  font-size: 22px;
}
@media screen and (min-width: 1280px) {
  .cms-page-content h1,
  .cms-page-content .page-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .cms-page-content h1,
  .cms-page-content .page-title {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .cms-page-content .main-content {
    background: #ffffff;
    padding: 50px 8.45% 45px;
  }
}
.cms-page-content .main-content .article-content {
  font-family: 'Montserrat-Light', sans-serif;
}
.cms-page-content .main-content .article-content h2 {
  font-family: 'Montserrat-Medium', sans-serif;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .cms-page-content .main-content .article-content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-page-content .main-content .article-content h2 {
    margin-bottom: 19px;
  }
}
.cms-page-content .main-content .article-content h3,
.cms-page-content .main-content .article-content h4,
.cms-page-content .main-content .article-content h5,
.cms-page-content .main-content .article-content h6 {
  font-family: 'Montserrat-Bold', sans-serif;
  margin-bottom: 18px;
}
.cms-page-content .main-content .article-content h3 {
  font-size: 25px;
}
.cms-page-content .main-content .article-content h4 {
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .cms-page-content .main-content .article-content h4 {
    font-size: 22px;
  }
}
.cms-page-content .main-content .article-content a {
  text-decoration: underline;
}
.cms-page-content .main-content .article-content a:hover {
  text-decoration: none;
}
.cms-page-content .main-content .article-content p {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .cms-page-content .main-content .article-content p {
    word-wrap: break-word;
  }
}
.cms-page-content .main-content .article-content ul {
  margin-bottom: 18px;
  padding-left: 15px;
}
.cms-page-content .main-content .article-content ul li {
  list-style: inside square;
  padding: 0;
  margin: 0;
  padding: 0 0 0 3px;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}
.cms-page-content .main-content .article-content ul li:before {
  display: inline-block;
  width: 12px;
  padding-right: 0;
  text-align: left;
  content: "";
  width: 4px;
  height: 4px;
  background: #000000;
  vertical-align: middle;
  margin-right: 15px;
}
.cms-page-content .main-content .article-content ol {
  margin-bottom: 18px;
  padding-left: 15px;
}
.cms-page-content .main-content .article-content ol li {
  list-style: inside decimal;
  padding: 0;
  margin: 0;
  padding: 0 0 0 3px;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}
.cms-page-content .main-content .article-content ol li:before {
  display: inline-block;
  width: 19px;
  padding-right: 0;
  text-align: left;
  content: counter(item) ".";
}
.cms-page-content .main-content .article-content blockquote p {
  quotes: "“" "”" "‘" "’";
}
.cms-page-content .main-content .article-content blockquote p:before {
  content: open-quote;
  font-size: 120%;
}
.cms-page-content .main-content .article-content blockquote p:after {
  content: close-quote;
  font-size: 120%;
}
.cms-page-content .main-content .article-content .caption-img {
  font-family: 'Montserrat-Regular', sans-serif;
  margin: -3px 0 40px;
}
@media screen and (max-width: 767px) {
  .page-template-default header {
    margin-bottom: 0;
  }
  .page-template-default footer {
    margin-top: 0;
  }
  .cms-page-main {
    background: #ffffff;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  body.blog footer {
    margin-top: 0;
  }
}
.cate-list-post {
  color: #6f6f6f;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 11px;
}
.cate-list-post:hover,
.cate-list-post.active {
  color: #71bfc0;
}
@media screen and (min-width: 1280px) {
  .cate-list-post {
    font-size: 14px;
  }
}
.posts-list {
  display: flex;
  flex-wrap: wrap;
}
.posts-list > li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .posts-list > li {
    margin-right: 20px;
    width: calc((100% - 41px)/3);
  }
  .posts-list > li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .posts-list > li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .posts-list {
    flex-direction: column;
  }
  .posts-list > li {
    width: 100%;
  }
}
.posts-list > li.item {
  position: relative;
  padding-bottom: 43px;
  background: #ffffff;
}
.posts-list > li.item:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #f1f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .posts-list > li.item {
    padding-bottom: 24px;
  }
}
.posts-list > li.item .post-title {
  padding: 20px 15px 10px;
  background: #ffffff;
  text-align: center;
  line-height: normal;
}
.posts-list > li.item .post-title a {
  font-size: 13px;
  font-family: 'Montserrat-Medium', sans-serif;
  color: #000000;
}
.posts-list > li.item .post-title a.hover,
.posts-list > li.item .post-title a:hover {
  color: #71bfc0;
  text-decoration: none;
}
.posts-list > li.item .post-title.hover a {
  color: #71bfc0;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .posts-list > li.item .post-title {
    padding: 33px 30px 11px;
  }
  .posts-list > li.item .post-title a {
    font-size: 22px;
  }
}
.posts-list > li.item .post-category {
  color: #6f6f6f;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 11px;
  text-align: center;
}
.posts-list > li.item .post-category:hover,
.posts-list > li.item .post-category.active {
  color: #71bfc0;
}
@media screen and (min-width: 1280px) {
  .posts-list > li.item .post-category {
    font-size: 14px;
  }
}
.posts-list > li.item .post-category a {
  color: #6f6f6f;
}
.posts-list > li.item .post-category a:hover {
  color: #71bfc0;
}
@media screen and (max-width: 767px) {
  .posts-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .posts-list > li.item {
    width: calc((100% - 8px)/2);
    margin-right: 8px;
  }
  .posts-list > li.item .post-title {
    padding-top: 15px;
    line-height: 1.15;
  }
  .posts-list > li.item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.blog-posts #page-top-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog-posts #page-top-content .categories-list {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-left: 20px;
}
.blog-posts #page-top-content .categories-list li {
  margin-right: 30px;
}
.blog-posts #page-top-content .categories-list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1280px) {
  .blog-posts #page-top-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts #page-top-content {
    margin-bottom: 5px;
  }
  .blog-posts #page-top-content .categories-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts .posts-list > li.item:nth-of-type(3n+3) {
    margin-right: 8px;
  }
  .blog-posts .posts-list > li.item:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .blog-posts .posts-list > li.item:nth-of-type(2n+2) {
    margin-right: 8px;
  }
  .blog-posts .posts-list > li.item:first-child {
    padding-bottom: 20px;
    width: 100%;
  }
  .blog-posts .posts-list > li.item:first-child .post-category {
    display: none;
  }
  .blog-posts .posts-list > li.item:first-child .post-title {
    padding-bottom: 16px;
    padding-top: 20px;
    line-height: normal;
  }
  .blog-posts .posts-list > li.item:first-child .post-title a {
    font-size: 16px;
  }
}
.new-pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .new-pagination {
    margin-top: -20px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .new-pagination {
    padding-bottom: 20px;
  }
}
.new-pagination h2 {
  display: none;
}
.new-pagination .nav-links {
  width: 100%;
  text-align: center;
}
.new-pagination .nav-links a:hover {
  text-decoration: underline;
}
.new-pagination .nav-links .prev,
.new-pagination .nav-links .next {
  display: none;
}
.new-pagination .page-numbers {
  padding: 10px 5px;
  display: inline-block;
  color: #8bd1c7;
  display: none;
}
.new-pagination .page-numbers.current {
  color: #000000;
}
.new-pagination .prev,
.new-pagination .next {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  height: 40px;
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #4a4a4a;
  text-decoration: none !important;
  outline: none;
  display: inline-block;
  font-family: 'Montserrat-Regular', sans-serif;
  background: #ffffff;
  letter-spacing: normal;
  padding: 0 15px;
}
.new-pagination .prev:hover,
.new-pagination .next:hover {
  text-decoration: none;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .new-pagination .prev,
  .new-pagination .next {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.new-pagination .prev:hover,
.new-pagination .next:hover {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .new-pagination .prev,
  .new-pagination .next {
    font-size: 0;
    padding: 5px 10px;
  }
}
.new-pagination .prev {
  float: left;
}
.new-pagination .prev:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #000000;
  font-size: 14px;
}
.new-pagination .prev:hover,
.new-pagination .prev:focus,
.new-pagination .prev:active {
  text-decoration: none;
}
.new-pagination .prev:hover:before {
  color: inherit;
}
.new-pagination .prev:before {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .new-pagination .prev:before {
    padding-right: 0px;
    font-size: 12px;
  }
}
.new-pagination .next {
  float: right;
}
.new-pagination .next:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #000000;
  font-size: 14px;
}
.new-pagination .next:hover,
.new-pagination .next:focus,
.new-pagination .next:active {
  text-decoration: none;
}
.new-pagination .next:hover:after {
  color: inherit;
}
.new-pagination .next:after {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .new-pagination .next:after {
    padding-left: 0px;
    font-size: 12px;
  }
}
.new-pagination .disable {
  opacity: 0;
  visibility: hidden;
}
.tags-wrap h5 {
  color: #71bfc0;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', sans-serif;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
}
.tags-wrap a {
  color: #4a4a4a;
  padding-right: 5px;
}
.tags-wrap a:after {
  content: ",";
}
@media screen and (max-width: 767px) {
  .tags-wrap {
    margin-bottom: 13px;
  }
}
.blog-post .blog-post-wrap {
  background: #ffffff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .blog-post .blog-post-wrap {
    padding: 30px 20px;
  }
  .blog-post .blog-post-wrap .gallery-wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .blog-post .blog-post-wrap {
    padding: 50px 0 57px;
  }
  .blog-post .blog-post-wrap .blog-post-section,
  .blog-post .blog-post-wrap .blog-post-bottom {
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap {
    margin: 0 -16px;
    padding: 20px 16px;
  }
}
.blog-post .blog-post-wrap .page-title {
  margin-bottom: 43px;
}
.blog-post .blog-post-wrap .post-thumb {
  margin-bottom: 50px;
}
.blog-post .blog-post-wrap .post-thumb.post-thumb-article {
  padding-top: 5px;
}
.blog-post .blog-post-wrap .post-content {
  font-family: 'Montserrat-Light', sans-serif;
  line-height: 1.38;
}
.blog-post .blog-post-wrap .post-content p {
  margin-bottom: 23px;
}
.blog-post .blog-post-wrap .post-content.blog-article {
  font-size: 16px;
  font-family: 'Montserrat-Light', sans-serif;
}
.blog-post .blog-post-wrap .post-content.blog-article h2 {
  font-family: 'Montserrat-Medium', sans-serif;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .blog-post .blog-post-wrap .post-content.blog-article h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap .post-content.blog-article h2 {
    margin-bottom: 19px;
  }
}
.blog-post .blog-post-wrap .post-content.blog-article h3,
.blog-post .blog-post-wrap .post-content.blog-article h4,
.blog-post .blog-post-wrap .post-content.blog-article h5,
.blog-post .blog-post-wrap .post-content.blog-article h6 {
  font-family: 'Montserrat-Bold', sans-serif;
  margin-bottom: 18px;
}
.blog-post .blog-post-wrap .post-content.blog-article h3 {
  font-size: 25px;
}
.blog-post .blog-post-wrap .post-content.blog-article h4 {
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .blog-post .blog-post-wrap .post-content.blog-article h4 {
    font-size: 22px;
  }
}
.blog-post .blog-post-wrap .post-content.blog-article a {
  text-decoration: underline;
}
.blog-post .blog-post-wrap .post-content.blog-article a:hover {
  text-decoration: none;
}
.blog-post .blog-post-wrap .post-content.blog-article p {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap .post-content.blog-article p {
    word-wrap: break-word;
  }
}
.blog-post .blog-post-wrap .post-content.blog-article ul {
  margin-bottom: 18px;
  padding-left: 15px;
}
.blog-post .blog-post-wrap .post-content.blog-article ul li {
  list-style: inside square;
  padding: 0;
  margin: 0;
  padding: 0 0 0 3px;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}
.blog-post .blog-post-wrap .post-content.blog-article ul li:before {
  display: inline-block;
  width: 12px;
  padding-right: 0;
  text-align: left;
  content: "";
  width: 4px;
  height: 4px;
  background: #000000;
  vertical-align: middle;
  margin-right: 15px;
}
.blog-post .blog-post-wrap .post-content.blog-article ol {
  margin-bottom: 18px;
  padding-left: 15px;
}
.blog-post .blog-post-wrap .post-content.blog-article ol li {
  list-style: inside decimal;
  padding: 0;
  margin: 0;
  padding: 0 0 0 3px;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}
.blog-post .blog-post-wrap .post-content.blog-article ol li:before {
  display: inline-block;
  width: 19px;
  padding-right: 0;
  text-align: left;
  content: counter(item) ".";
}
.blog-post .blog-post-wrap .post-content.blog-article blockquote p {
  quotes: "“" "”" "‘" "’";
}
.blog-post .blog-post-wrap .post-content.blog-article blockquote p:before {
  content: open-quote;
  font-size: 120%;
}
.blog-post .blog-post-wrap .post-content.blog-article blockquote p:after {
  content: close-quote;
  font-size: 120%;
}
.blog-post .blog-post-wrap .post-content.blog-article .caption-img {
  font-family: 'Montserrat-Regular', sans-serif;
  margin: -3px 0 40px;
}
.blog-post .blog-post-wrap .post-content.blog-article iframe {
  width: 100%;
}
.blog-post .blog-post-wrap .blog-post-content {
  display: flex;
  justify-content: space-between;
}
.blog-post .blog-post-wrap .blog-post-content .left-content {
  width: 66%;
}
.blog-post .blog-post-wrap .blog-post-content .right-content {
  width: 28.79%;
}
.blog-post .blog-post-wrap .share-content {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.blog-post .blog-post-wrap .share-content h5 {
  color: #71bfc0;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', sans-serif;
  display: inline-block;
  margin-bottom: 0;
}
.blog-post .blog-post-wrap .share-content a {
  font-size: 0;
  margin-left: 10px;
}
.blog-post .blog-post-wrap .share-content a:hover {
  color: #71bfc0;
}
.blog-post .blog-post-wrap .share-content .share-fb:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9b9b9b;
  font-size: 20px;
}
.blog-post .blog-post-wrap .share-content .share-fb:hover,
.blog-post .blog-post-wrap .share-content .share-fb:focus,
.blog-post .blog-post-wrap .share-content .share-fb:active {
  text-decoration: none;
}
.blog-post .blog-post-wrap .share-content .share-fb:hover:before {
  color: inherit;
}
.blog-post .blog-post-wrap .share-content .share-copy:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #9b9b9b;
  font-size: 18px;
}
.blog-post .blog-post-wrap .share-content .share-copy:hover,
.blog-post .blog-post-wrap .share-content .share-copy:focus,
.blog-post .blog-post-wrap .share-content .share-copy:active {
  text-decoration: none;
}
.blog-post .blog-post-wrap .share-content .share-copy:hover:before {
  color: inherit;
}
.blog-post .blog-post-wrap .cta-shortcode {
  padding: 14px 0 20px;
}
.blog-post .blog-post-wrap .cta-shortcode .button {
  min-width: 198px;
}
.blog-post .blog-post-wrap .cta-shortcode .button:hover {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap .page-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .blog-post .blog-post-wrap .post-thumb {
    margin-bottom: 22px;
  }
  .blog-post .blog-post-wrap .post-content {
    font-size: 14px;
    line-height: normal;
    margin-top: 6px;
  }
  .blog-post .blog-post-wrap .post-content p {
    margin-bottom: 18px;
  }
  .blog-post .blog-post-wrap .post-content.blog-article {
    font-size: 14px;
  }
  .blog-post .blog-post-wrap .post-content .gallery {
    padding-bottom: 15px;
  }
  .blog-post .blog-post-wrap .post-content .gallery.slick-slider .slick-dots {
    bottom: 0;
  }
  .blog-post .blog-post-wrap .post-content .gallery.slick-slider .slick-dots li button {
    background: #000000;
  }
  .blog-post .blog-post-wrap .blog-post-content {
    flex-direction: column;
  }
  .blog-post .blog-post-wrap .blog-post-content .left-content,
  .blog-post .blog-post-wrap .blog-post-content .right-content {
    width: 100%;
    font-size: 14px;
  }
  .blog-post .blog-post-wrap .cta-shortcode {
    padding: 0px 0 30px;
  }
  .blog-post .blog-post-wrap .cta-shortcode .button {
    min-width: 148px;
  }
  .blog-post .blog-post-wrap .share-content {
    margin-bottom: 15px;
  }
}
.blog-post .gallery.slick-slider {
  margin-bottom: 15px;
}
.blog-post .gallery.slick-slider figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .blog-post .gallery.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: #000000;
  }
  .blog-post .gallery.slick-slider .slick-arrow:before {
    font-size: 12px;
    color: #ffffff;
  }
  .blog-post .gallery.slick-slider .slick-arrow:hover {
    background: #8bd1c7;
  }
  .blog-post .gallery.slick-slider .slick-arrow.slick-prev:before {
    content: "\e902";
  }
  .blog-post .gallery.slick-slider .slick-arrow.slick-next:before {
    content: "\e903";
  }
}
@media screen and (max-width: 767px) {
  .blog-post .gallery.slick-slider {
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
  .blog-post .gallery.slick-slider .slick-arrow {
    display: none !important;
  }
  .blog-post .gallery.slick-slider .slick-dots {
    bottom: 0;
  }
  .blog-post .gallery.slick-slider .slick-dots li button {
    background: #000000;
  }
}
@media screen and (max-width: 767px) {
  .blog-post .blog-right-banner {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .blog-post .blog-right-banner .post-sidebar-banner .title-image {
    font-size: 30px;
  }
}
.blog-post .blog-post-wrap .blog-store-content .share-content {
  margin-bottom: 36px;
  margin-top: 11px;
}
.blog-post .blog-post-wrap .blog-store-content .tags-wrap {
  padding-top: 8px;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap .blog-store-content .share-content {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap .blog-store {
    padding-bottom: 8px;
  }
}
.blog-post .blog-post-wrap .blog-store .stores-list {
  margin-bottom: 56px;
  display: block;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap .blog-store .stores-list {
    margin-bottom: 29px;
  }
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-name {
  text-align: left;
  margin-bottom: 20px;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-name a {
  font-size: 18px;
  font-family: 'Montserrat-Medium', sans-serif;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-name a .number {
  font-size: 13px;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-name a:hover {
  color: #71bfc0;
}
@media screen and (min-width: 1280px) {
  .blog-post .blog-post-wrap .blog-store .stores-list .store-name {
    margin-bottom: 32px;
  }
  .blog-post .blog-post-wrap .blog-store .stores-list .store-name a {
    font-size: 30px;
  }
  .blog-post .blog-post-wrap .blog-store .stores-list .store-name a .number {
    font-size: 22px;
  }
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap .blog-store .stores-list .store-img {
    margin-bottom: 15px;
  }
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-detail {
  display: flex;
  justify-content: space-between;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-detail .description {
  width: calc(100% - 125px);
  max-width: 74%;
  line-height: 1.29;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-detail .store-action-link > a {
  color: #9b9b9b;
  font-size: 0;
  display: inline-block;
  margin-left: 16px;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-detail .store-action-link > a:before {
  color: #9b9b9b;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-detail .store-action-link > a:hover:before {
  color: #8bd1c7;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-detail .store-action-link > a.info-link:before {
  font-size: 19px;
}
.blog-post .blog-post-wrap .blog-store .stores-list .store-detail .store-action-link > a.center-map-link {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-post-wrap .blog-store .stores-list .store-detail {
    flex-direction: column;
  }
  .blog-post .blog-post-wrap .blog-store .stores-list .store-detail .description,
  .blog-post .blog-post-wrap .blog-store .stores-list .store-detail .store-action-link {
    width: 100%;
    max-width: none;
  }
  .blog-post .blog-post-wrap .blog-store .stores-list .store-detail .description {
    margin-bottom: 20px;
  }
  .blog-post .blog-post-wrap .blog-store .stores-list .store-detail .store-action-link a:first-child {
    margin-left: 0;
  }
}
.related-posts {
  padding: 33px 0 5px;
}
.related-posts > h3 {
  text-transform: uppercase;
  margin-bottom: 33px;
}
@media screen and (min-width: 1280px) {
  .related-posts {
    padding: 36px 0 20px;
  }
  .related-posts .posts-list li.item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .related-posts {
    padding-top: 8px;
  }
  .related-posts > h3 {
    margin-bottom: 13px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.single header {
    margin-bottom: 0;
  }
  body.single footer {
    margin-top: 10px;
  }
}
.search-results .page-title {
  padding: 0 0 15px;
}
.search-results .page-title .search-query {
  font-size: 18px;
  font-family: 'Montserrat-Medium', sans-serif;
}
.search-results .page-title .search-count {
  font-size: 14px;
  font-family: 'Montserrat-Medium', sans-serif;
  color: #4a4a4a;
}
@media screen and (min-width: 1280px) {
  .search-results .page-title {
    padding: 0 0 37px;
  }
  .search-results .page-title .search-query {
    font-size: 26px;
    margin-left: 9px;
  }
  .search-results .page-title .search-count {
    font-size: 18px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .page-title .s-title {
    display: block;
    margin-bottom: 3px;
  }
}
.search-results .empty {
  padding: 0px 0 30px;
}
.search-results .section .section-title {
  margin-top: 30px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .search-results .section .section-title {
    margin-top: -7px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .section .section-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 17px;
  }
}
.search-results .stores-results.has-banner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .search-results .stores-results.has-banner .section-content {
    width: calc(((100% - 60px)/3*2) + 40px);
  }
  .search-results .stores-results.has-banner .section-content .stores-list > li {
    margin-right: 20px;
    width: calc((100% - 20px)/2);
  }
  .search-results .stores-results.has-banner .section-content .stores-list > li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .search-results .stores-results.has-banner .section-content .stores-list > li .img-wrap .rollover {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1280px) {
  .search-results .stores-results.has-banner .section-content {
    width: calc(((100% - 60px)/4*3) + 40px);
  }
  .search-results .stores-results.has-banner .section-content .stores-list > li {
    margin-right: 20px;
    width: calc((100% - 41px)/3);
  }
  .search-results .stores-results.has-banner .section-content .stores-list > li:nth-of-type(2n+2) {
    margin-right: 20px;
  }
  .search-results .stores-results.has-banner .section-content .stores-list > li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .search-results .stores-results.has-banner .section-content .stores-list .store-item .store-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .search-results .stores-results.has-banner .section-banner-desktop {
    width: calc(((100% - 61px)/3));
    margin-left: 20px;
    margin-top: 84px;
  }
}
@media screen and (min-width: 1280px) {
  .search-results .stores-results.has-banner .section-banner-desktop {
    width: calc(((100% - 60px)/4));
    margin-top: 56px;
  }
  .search-results .stores-results.has-banner .section-banner-desktop .banner-wrap .desc-image {
    width: 85%;
  }
  .search-results .stores-results.has-banner .section-banner-desktop .banner-wrap .button {
    min-width: 204px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .stores-results.has-banner {
    flex-direction: column;
  }
}
.search-results .posts-results .posts-list li.item .post-title a:hover {
  color: #71bfc0;
}
@media screen and (min-width: 1280px) {
  .search-results .posts-results .posts-list li.item .post-title a {
    font-size: 18px;
  }
}
.search-results .pages-list {
  display: flex;
  flex-wrap: wrap;
}
.search-results .pages-list > li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .search-results .pages-list > li {
    margin-right: 20px;
    width: calc((100% - 41px)/3);
  }
  .search-results .pages-list > li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .search-results .pages-list > li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .pages-list {
    flex-direction: column;
  }
  .search-results .pages-list > li {
    width: 100%;
  }
}
.search-results .pages-list li.item {
  position: relative;
  padding-bottom: 36px;
  background: #ffffff;
  padding: 16px;
}
.search-results .pages-list li.item:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #f1f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .search-results .pages-list li.item {
    padding-bottom: 26px;
  }
}
.search-results .pages-list li.item .post-title {
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  text-align: center;
  margin-bottom: 24px;
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .search-results .pages-list li.item .post-title {
    font-size: 30px;
  }
}
.search-results .pages-list li.item .post-title a:hover {
  color: #71bfc0;
}
.search-results .pages-list li.item .description {
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .search-results .pages-list li.item {
    padding: 28px 31px;
  }
  .search-results .pages-list li.item .post-title {
    font-size: 18px;
  }
  .search-results .pages-list li.item .description {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-results .pages-list li.item {
    padding-bottom: 8px;
  }
  .search-results .pages-list li.item .post-title {
    text-align: left;
    margin-bottom: 10px;
  }
}
.search-results .section-banner-mobile {
  margin-top: 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .search-results footer {
    margin-top: 0;
  }
}
.svg-wrap .map__ground {
  fill: #D1D3D3;
}
.svg-wrap .map__space {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: .7;
}
.svg-wrap .map__text {
  font-size: 7px;
}
.svg-wrap .map__number {
  font-size: 6px;
  fill: #000000;
  pointer-events: none;
  opacity: 0;
}
.svg-wrap .map__pin_position:not(.empty) {
  fill: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.svg-wrap .map__pin_position:not(.empty).active,
.svg-wrap .map__pin_position:not(.empty):hover,
.svg-wrap .map__pin_position:not(.empty):focus {
  fill: #8bd1c7;
  cursor: pointer;
}
.svg-wrap.district-dinning-map .map__space,
.svg-wrap.station-map .map__space {
  stroke-width: 1;
}
.svg-wrap.district-dinning-map .map__text,
.svg-wrap.station-map .map__text {
  font-size: 11px;
}
#svg-pan-zoom-reset-pan-zoom {
  display: none;
}
.svg-pan-zoom-control {
  fill: #71bfc0 !important;
}
.centremap-main-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .centremap-main-content {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .centremap-main-content {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .centremap-main-content .blocks-section {
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .centremap-main-content .blocks-section {
    width: calc((100% - 60px)/4);
  }
}
@media screen and (max-width: 767px) {
  .centremap-main-content .blocks-section {
    order: 2;
  }
}
.centremap-main-content .blocks-section .block-info {
  padding: 27px 36px;
  text-align: center;
  position: relative;
  padding-bottom: 32px;
  background: #ffffff;
  font-family: 'Montserrat-Light', sans-serif;
  line-height: 1.33;
  font-size: 15px;
  margin-bottom: 20px;
}
.centremap-main-content .blocks-section .block-info:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #f1f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .centremap-main-content .blocks-section .block-info {
    padding-bottom: 32px;
  }
}
.centremap-main-content .blocks-section .block-info h3 {
  margin-bottom: 18px;
}
.centremap-main-content .blocks-section .block-info h5 {
  margin-bottom: 1px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .centremap-main-content .blocks-section .block-info h5 {
    font-size: 15px;
  }
}
.centremap-main-content .blocks-section .block-info p {
  margin-bottom: 22px;
}
.centremap-main-content .blocks-section .block-info:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .centremap-main-content .blocks-section .block-info {
    margin-bottom: 40px;
  }
}
.centremap-main-content .map-section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .centremap-main-content .map-section {
    width: calc(100% - 260px);
    margin-left: 20px;
    padding: 20px 20px;
    background: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .centremap-main-content .map-section {
    width: calc(100% - (100% - 60px)/4 - 20px);
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .centremap-main-content .map-section {
    order: 1;
  }
}
.centremap-main-content .map-section .map-top {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.centremap-main-content .map-section .map-top:before,
.centremap-main-content .map-section .map-top:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: table;
}
@media screen and (max-width: 767px) {
  .centremap-main-content .map-section .map-top {
    margin-bottom: 30px;
  }
  .centremap-main-content .map-section .map-top h3 {
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 10px;
    margin-top: 6px;
  }
  .centremap-main-content .map-section .map-top.map-centre {
    margin-bottom: 20px;
  }
}
.centremap-main-content .map-section .search-stores {
  position: relative;
  max-width: 200px;
  width: 100%;
  float: left;
}
@media screen and (min-width: 1024px) {
  .centremap-main-content .map-section .search-stores {
    max-width: 304px;
  }
}
.centremap-main-content .map-section .search-stores input {
  border: 1px solid #4a4a4a;
  padding-left: 18px;
  padding-right: 55px;
  background: #ffffff;
}
.centremap-main-content .map-section .search-stores .btn-search {
  font-size: 0;
  background: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 7px 0 7px 7px;
  border: 0;
}
.centremap-main-content .map-section .search-stores .btn-search:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #000000;
  font-size: 24px;
}
.centremap-main-content .map-section .search-stores .btn-search:hover,
.centremap-main-content .map-section .search-stores .btn-search:focus,
.centremap-main-content .map-section .search-stores .btn-search:active {
  text-decoration: none;
}
.centremap-main-content .map-section .search-stores .btn-search:hover:before {
  color: inherit;
}
.centremap-main-content .map-section .search-stores .clear-text {
  font-size: 0;
  position: absolute;
  right: 40px;
  top: 14px;
  display: none;
}
.centremap-main-content .map-section .search-stores .clear-text:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  color: #000000;
  font-size: 12px;
}
.centremap-main-content .map-section .search-stores .clear-text:hover,
.centremap-main-content .map-section .search-stores .clear-text:focus,
.centremap-main-content .map-section .search-stores .clear-text:active {
  text-decoration: none;
}
.centremap-main-content .map-section .search-stores .clear-text:hover:before {
  color: inherit;
}
.centremap-main-content .map-section .search-stores .clear-text:before {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .centremap-main-content .map-section .search-stores {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    max-width: none;
    margin-bottom: 13px;
  }
}
.centremap-main-content .map-section .select-map {
  float: right;
  width: 200px;
  border: 1px solid #4a4a4a;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.centremap-main-content .map-section .select-map a {
  font-family: 'Montserrat-semiBold', sans-serif;
  text-transform: uppercase;
  padding: 11px 30px 10px 10px;
  display: block;
  font-size: 14px;
  height: 40px;
}
.centremap-main-content .map-section .select-map .map-change-ctrl {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.centremap-main-content .map-section .select-map .map-change-ctrl:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #000000;
  font-size: 9px;
}
.centremap-main-content .map-section .select-map .map-change-ctrl:hover,
.centremap-main-content .map-section .select-map .map-change-ctrl:focus,
.centremap-main-content .map-section .select-map .map-change-ctrl:active {
  text-decoration: none;
}
.centremap-main-content .map-section .select-map .map-change-ctrl:hover:after {
  color: inherit;
}
.centremap-main-content .map-section .select-map .map-change-ctrl:after {
  right: 10px;
  top: 16px;
  position: absolute;
}
.centremap-main-content .map-section .select-map .map-change-ctrl.is-active:after {
  content: "\e901";
}
.centremap-main-content .map-section .select-map .map-change-level {
  border: 1px solid #4a4a4a;
  position: absolute;
  top: 40px;
  left: -1px;
  width: calc(100% + 2px);
  background: #ffffff;
}
.centremap-main-content .map-section .select-map .map-change-level .item a:hover,
.centremap-main-content .map-section .select-map .map-change-level .item a:focus {
  background: #8bd1c7;
  width: calc(100% + 2px);
  margin-left: -1px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .centremap-main-content .map-section .select-map {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    text-align: left;
  }
  .centremap-main-content .map-section .select-map a {
    font-family: 'Montserrat-Regular', sans-serif;
    text-transform: none;
  }
}
.centremap-main-content .map-section .levels-section {
  padding: 16px 0 50px;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .centremap-main-content .map-section .levels-section svg {
    width: 700px;
    height: 930px;
  }
}
.centremap-main-content .map-section .levels-section svg .g-text a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.centremap-main-content .map-section .levels-section svg .g-text a.hover,
.centremap-main-content .map-section .levels-section svg .g-text a:hover,
.centremap-main-content .map-section .levels-section svg .g-text a:focus {
  fill: #71bfc0;
}
@media screen and (max-width: 767px) {
  .centremap-main-content .map-section .levels-section svg .g-text {
    transform: translate(-20px, 2px);
  }
}
.centremap-main-content .map-section .levels-section svg .district-dining_level:hover,
.centremap-main-content .map-section .levels-section svg .level-one_level:hover,
.centremap-main-content .map-section .levels-section svg .ground-floor_level:hover,
.centremap-main-content .map-section .levels-section svg .station_level:hover,
.centremap-main-content .map-section .levels-section svg .district-dining_level:focus,
.centremap-main-content .map-section .levels-section svg .level-one_level:focus,
.centremap-main-content .map-section .levels-section svg .ground-floor_level:focus,
.centremap-main-content .map-section .levels-section svg .station_level:focus {
  cursor: pointer;
}
.centremap-main-content .map-section .levels-section svg .district-dining_level .background__level,
.centremap-main-content .map-section .levels-section svg .level-one_level .background__level,
.centremap-main-content .map-section .levels-section svg .ground-floor_level .background__level,
.centremap-main-content .map-section .levels-section svg .station_level .background__level {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.centremap-main-content .map-section .levels-section svg .district-dining_level > g g,
.centremap-main-content .map-section .levels-section svg .level-one_level > g g,
.centremap-main-content .map-section .levels-section svg .ground-floor_level > g g,
.centremap-main-content .map-section .levels-section svg .station_level > g g {
  pointer-events: none;
}
.centremap-main-content .map-section .levels-section svg .district-dining_level .background__level.hover,
.centremap-main-content .map-section .levels-section svg .district-dining_level .background__level:hover,
.centremap-main-content .map-section .levels-section svg .district-dining_level .background__level:focus {
  fill: #cf0020;
}
.centremap-main-content .map-section .levels-section svg .level-one_level .background__level.hover,
.centremap-main-content .map-section .levels-section svg .level-one_level .background__level:hover,
.centremap-main-content .map-section .levels-section svg .level-one_level .background__level:focus {
  fill: #039fda;
}
.centremap-main-content .map-section .levels-section svg .ground-floor_level .background__level.hover,
.centremap-main-content .map-section .levels-section svg .ground-floor_level .background__level:hover,
.centremap-main-content .map-section .levels-section svg .ground-floor_level .background__level:focus {
  fill: #02985d;
}
.centremap-main-content .map-section .levels-section svg .station_level .background__level.hover,
.centremap-main-content .map-section .levels-section svg .station_level .background__level:hover,
.centremap-main-content .map-section .levels-section svg .station_level .background__level:focus {
  fill: #c1a600;
}
.centremap-main-content .map-section .flat-map-content {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .centremap-main-content .map-section .flat-map-content .svg-wrap {
    background: #ffffff;
    padding: 20px;
    margin: 0 -16px 40px;
  }
}
.centremap-main-content .map-section .level-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.centremap-main-content .map-section .cw-map-stores {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store {
  max-width: 333px;
  width: 90%;
  background: #ffffff;
  border: 1px solid #4a4a4a;
  height: auto;
  display: inline-block;
  pointer-events: auto;
  cursor: auto;
  position: absolute;
  z-index: 3;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store:before {
  content: "";
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #000000 transparent transparent transparent;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -15px;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store:after {
  content: "";
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -14px;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .close-pin {
  font-size: 0;
  color: #ffffff;
  position: absolute;
  right: 7px;
  top: 7px;
  background: #000000;
  padding: 3px 3px 2px;
  border-radius: 2px;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .close-pin:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  color: #ffffff;
  font-size: 13px;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .close-pin:hover,
.centremap-main-content .map-section .cw-map-stores .map-pin-store .close-pin:focus,
.centremap-main-content .map-section .cw-map-stores .map-pin-store .close-pin:active {
  text-decoration: none;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .close-pin:hover:before {
  color: inherit;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content {
  padding: 15px 20px 27px;
  background: #ffffff;
  text-align: center;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content h3 {
  text-align: center;
  margin-bottom: 16px;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content h3 a {
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-open {
  font-size: 15px;
  line-height: 1.33;
  margin-bottom: 26px;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-action a:not(.info-link) {
  margin-left: 19px;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-action .info-link:before {
  font-size: 19px;
}
.centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-action .phone-link {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .centremap-main-content .map-section .cw-map-stores .map-pin-store {
    width: 192px;
    left: 50% !important;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store:before,
  .centremap-main-content .map-section .cw-map-stores .map-pin-store:after {
    display: none;
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content {
    padding: 10px 10px 16px;
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content h3 {
    margin-bottom: 4px;
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content h3 a {
    font-size: 15px;
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-open {
    font-size: 13px;
    margin-bottom: 13px;
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-action a:not(.info-link) {
    margin-left: 17px;
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-action .info-link:before {
    font-size: 16px;
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-action .getting-link:before {
    font-size: 15px;
  }
  .centremap-main-content .map-section .cw-map-stores .map-pin-store .pin-content .pin-action .phone-link:before {
    font-size: 15px;
  }
}
.banner-text {display:inline-block!important;}
.img-thumbmaxheight {max-height:226px;
}
@media only screen and (max-width: 700px) {
 .img-thumbmaxheight {
  max-height:100px!important;
}
}
.img-newsthumbmaxheight {
  max-height:320px;
}

@media only screen and (min-width:900px) and (max-width:1400px) {
 .img-newsthumbmaxheight {
  max-height:160px!important;
}
}
@media only screen and (max-width: 900px) {
 .img-newsthumbmaxheight {
  max-height:100px!important;
}
}

div.sb_instagram_header.sbi_medium.sbi_no_avatar {
  display:none!important;
}

.home-newsfeed {display:none!important;}

#sb_instagram .sbi_follow_btn a {
    background: #71bfc0!important;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a:focus{outline:none;box-shadow:inset 0 0 10px 20px #85BEC0!important;}

#sb_instagram .sbi_follow_btn a:hover{outline:none;box-shadow:inset 0 0 10px 20px #85BEC0!important;}

a.sbi_load_btn {
  background-color: #000000!important;
}

#sbi_load {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', sans-serif;
}
div.banner-text {
min-height: 194px;
}
div.background-image {
  margin-bottom: -2px;
  margin-top: -8px;
  background-color: #9fc5e8;
}
.banner-text {padding-left:10%!important;}

#main-header {
  max-height:135px!important;
}
.home-slider {
margin-top:10px;
      -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Website V2 - Inverted Colours Makeover 2023-09-15 */

/* Begin of Invert Colour Scheme to White Logo and Background */

#main-footer {
  background-color: #ffffff!important;
  color: #263238!important;
  margin-top:-20px!important;
  
}

.header-left{max-width:280px}

.top-logo {
    filter: invert(1)!important;
!important;}

.logo {
    filter: invert(1)!important;
;}

#main-header {
  background-color: #ffffff!important;
  color: #000000!important;
}

div.header-right {
  color: #000000!important;
}


ul li a {
  color: #000000!important;

}

main.site-main {
  color: #ffffff!important;
  background-color: #ffffff!important;
}

main.listing.eat-listing {
  background-color: #ffffff!important;
}

input.input {
  border-style: solid!important;
  border-color: #e0e0e0!important;
  border-left-width: 1px!important;
  border-top-width: 1px!important;
  border-right-width: 1px!important;
  border-bottom-width: 1px!important;
}

input.name.ui-autocomplete-input {
  border-style: solid!important;
  border-top-width: 1px!important;
  border-color: #e0e0e0!important;
  border-bottom-width: 1px!important;
  border-left-width: 1px!important;
  border-right-width: 1px!important;
}

@media only screen and (min-width: 768px)  {
div.nav-search {
margin-top:-25px!important;
}
header .navigation-top ul.menu > li > a {
    font-size: 18px!important;
    font-weight: normal!important;
    text-transform: uppercase!important;
    position: relative!important;
}
}


div.header-top {
    background-color: #ffffff!important;
  color: #263238!important;
}



#page {
  background-color: #ffffff!important;
  
}

div.description {
 display:none!important;
}

div.rollover.desktop.store-action-link {
  color:#fff!important;
}


main.store-detail-page {
  padding-top:20px!important;
}

.store-detail-page #page-main-content .store-details:after {
    content: ""!important;
    width: 100%!important;
    height: 7px!important;
    background: #fff!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    border-top: 1px solid #707070!important;
    border-bottom: 1px solid #707070!important;
}

.stores-list .store-item:not(.banner-wrap):after {
    content: ""!important;
    width: 100%!important;
    height: 7px!important;
    background: #fff!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    border-top: 1px solid #707070!important;
    border-bottom: 1px solid #707070!important;
}

body {
  background-color: #ffffff!important;
  
}

a.info-link {
  color:#fff!important;
}

a.getting-link {
    color:#fff!important;
}

a.center-map-link {
  color:#fff!important;
}

.main-content-getting > .section:after {
    content: ""!important;
    width: 100%!important;
    height: 7px!important;
    background: #fff!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    border-top: 1px solid #707070!important;
    border-bottom: 1px solid #707070!important;
}

.posts-list > li.item:after {
    content: ""!important;
    width: 100%!important;
    height: 7px!important;
    background: #fff!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    border-top: 1px solid #707070!important;
    border-bottom: 1px solid #707070!important;
}



.icon-search {
  color: #000!important;
}

#search-open{
  color: #8BD1C7!important;
}

.search-open{
  color: #8BD1C7!important;
}

a.icon-search {
  color: #8BD1C7!important;
  background-color: #ffffff!important;
}

.open-icon{
  color: #8BD1C7!important;
}

a#search-close {
  color: #fff!important;
}

header .search-header .icon-search:before {
    font-family: 'icomoon' !important;
    speak: none!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1.1!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    content: "\e906"!important;
    color: #000!important;
    font-size: 27px!important;
}

search-close:hover {
  color: #fff!important;
}

div.mobile.header-right-responsive.open-box {
  background-color: #ffffff!important;
}

button.btn-search.icon-search {
  background-color: #ffffff!important;
}


@media only screen and (max-width: 768px)  {
.input-search {
  background-color: #eeeeee!important;
}
}

div li a {
  color: #000!important;
}

.trading-main-content ul.stores-list > li:after {
    content: ""!important;
    width: 100%!important;
    height: 7px!important;
    background: #fff!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    border-top: 1px solid #707070!important;
    border-bottom: 1px solid #707070!important;
}

.centremap-main-content .blocks-section .block-info:after {
    content: ""!important;
    width: 100%!important;
    height: 7px!important;
    background: #fff!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    border-top: 1px solid #707070!important;
    border-bottom: 1px solid #707070!important;
}
.contact-main-content .column.col-left:after, .contact-main-content .column.col-right:after {
    content: ""!important;
    width: 100%!important;
    height: 7px!important;
    background: #fff!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
    border-top: 1px solid #707070!important;
    border-bottom: 1px solid #707070!important;
}

/* End of Invert Colour Scheme to White Logo and Background */

ul.breadcrumb-list {
  display:none;
}

@media screen and (min-width: 768px) {
  main.cms-page-main {
  padding-top: 0px;
  margin-top: -70px;
}
}

@media only screen and (max-width: 767px)  {
.header-left {
   position:absolute;
   left:20px;
   
}
.article-content {margin-top:-30px;}
}
@media only screen and (min-width: 768px)  {
.header-left {
   position:absolute;
   left:70px;

}
}

.header-right {
    position: absolute;
    right: 1em;
    padding-right:75px;
}

#main-header {padding-bottom:84px!important;}

@media only screen and (min-width: 768px)  {
h3.title-turquoise {
  font-weight: 400!important;
  font-style: normal!important;
  font-family: Montserrat!important;
  color: #71bfc0!important;
  font-size: 60px!important;
  
}
}
@media only screen and (max-width: 767px)  {
h3.title-turquoise {
  font-weight: 400!important;
  font-style: normal!important;
  font-family: Montserrat!important;
  color: #71bfc0!important;
  font-size: 40px!important;
  
}
}
article h3 a {
  color: #71bfc0!important;
  text-decoration: none!important;
  font-weight: 400!important;
  font-style: normal!important;
  font-family: Montserrat!important;
}
.hidesliderarrows {display:none!important;}

.lang-item-cn {
  margin-bottom:30px;
}
@media only screen and (min-width: 800px)  {.headerslider{margin-top:20px;}}

.title-wraper {
  width: calc(100vw - 1px)!important;
  margin-left: calc(-50vw + 50% + 1px)!important;}

h1.image-page-title.addTxt {
  padding:20px;
}
  
.page-main-banner {
  width: calc(100vw - 20px)!important;
  margin-left: calc(-50vw + 50% + 10px)!important;}

  
img.attachment-{border-radius: 25px!important;}

.img-thumbmaxheight {border-radius: 25px!important;}

.stores-list .store-item .img-wrap:hover:after {border-radius: 25px!important;  }

div.store-detail-scroll {
    overflow-x: hidden;
}

img.content-img {
  border-radius: 25px;
}

.store-item  {
    animation: fadeIn 1s;
}

#archive-list-wrap {
  animation: fadeIn 8s;
}

.title-wraper { animation: fadeIn 8s;}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@keyframes fadeIn2 {
  0% { opacity: 0; }
  85% { opacity: 0; }
  86% { opacity: 0.5; }
  100% { opacity: 1; }
}

#page {
    animation: fadeIn 2s;
}

main.store-detail-page {
    animation: fadeIn 2s;
}


#cw-filter-control {
    animation: fadeIn 8s;
}

input.name.ui-autocomplete-input {
      animation: fadeIn 8s;
}

a.cate-list-post {
 color:#71BFC0!important;  
}

#page-top-content {
  padding-top: 40px;
}

a.cate-link {
  color:#71BFC0!important; 
}

.lang-item a {
    color: #71BFC0!important;
	font-weight: 600!important;
}

body { overflow-x: hidden;}

/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #71BFC0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8BD1C7;
}

main.cms-page-main {
  margin-top: 50px!important;
}

.size- {
  max-height:300px;
}

img.attachment-full.size-full.wp-post-image {
  max-height:600px
}

@media screen and (min-width: 768px) {
	.gettingherestyle {
	margin-top:90px;
	}
}
.morearticles{
	font-size: 60px!important;
}

@media only screen and (max-width: 768px)  {
h1.page-title {
  margin-bottom:50px!important;
}
}

.post-thumbnail img:hover {
  height:100%;
  opacity:0.8;
}

.store-detail-page #page-main-content .store-details .top-actions .store-action.store-order .order-link:first-of-type {
    border-left: 1px solid #000!important;
}