html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'combined';
  src: url('https://modiinapp.com/font/combined.woff');
  src: url('https://modiinapp.com/font/combined.woff') format('woff'), url('https://modiinapp.com/font/combined.ttf') format('truetype'), url('https://modiinapp.com/font/combined.svg#combined') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'combined';
  src: url('https://modiinapp.com/font/combined-bold.woff');
  src: url('https://modiinapp.com/font/combined-bold.woff') format('woff'), url('https://modiinapp.com/font/combined-bold.ttf') format('truetype'), url('https://modiinapp.com/font/combined-bold.svg#combined') format('svg');
  font-weight: bold;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  direction: ltr;
  font-family: combined, sans-serif;
  margin: 0px;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a {
  outline: 0;
}
html,
body {
  font-size: 16px;
}
input {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type='text'],
input[type='search'],
input[type='number'],
textarea {
  font-size: 16px;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type='checkbox'] {
  -webkit-appearance: checkbox;
}
input[type='radio'] {
  -webkit-appearance: radio;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:focus {
  outline: 0;
}
.symbol-font {
  font-family: 'combined' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-transform: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img {
  overflow: hidden;
  position: relative;
  background-color: #EFEFEF;
}
.img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 333ms opacity ease-in-out;
  transition: 333ms opacity ease-in-out;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.img img.loaded {
  opacity: 1;
}
.category {
  position: relative;
  cursor: pointer;
}
.category:hover .title {
  border-bottom-color: #b4b4b4;
}
.category .main {
  position: relative;
  padding-left: 70px;
  padding-right: 10px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 15px;
  text-decoration: none;
  color: black;
  vertical-align: middle;
  line-height: 52px;
  font-weight: normal;
}
.category .category-content {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.category .deal-count {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 15px;
  margin-top: -16px;
  text-align: right;
  text-decoration: none;
  line-height: 32px;
  color: #ffd200;
  font-weight: normal;
}
.category .img {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  border: 1px solid #c8c8c8;
}
.category .title {
  line-height: 22px;
  display: inline;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid transparent;
}
.homepage-message,
.category-message {
  margin: 10px;
  border: 1px dashed #76bdba;
  padding: 10px;
  line-height: 24px;
  font-size: 15px;
  color: #323232;
  margin-top: 15px;
  border: 2px dashed #a6dcda;
}
.homepage-message a,
.category-message a {
  color: #549cb9;
  border-bottom: 1px solid #70b2cc;
  line-height: 24px;
  display: inline-block;
}
.category-message {
  color: #868686;
}
.search-extra {
  display: none;
}
.search-list .more {
  display: block;
  padding: 10px;
  line-height: 30px;
}
.search-list .more a {
  color: #006a7e;
  border-bottom: 1px solid #007f98;
}
.search-list .more:before {
  content: "\e81c";
  color: #808080;
  margin-right: 5px;
  float: left;
}
.search-list .search-extra-prompt {
  display: inline-block;
  margin: 0px 10px 30px;
  color: #585858;
  cursor: pointer;
  margin-top: 10px;
  display: block;
  line-height: 24px;
}
.search-list .search-extra-prompt span {
  line-height: 25px;
  border: 1px solid #d8d8d8;
  padding: 5px 15px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  display: inline-block;
  /*
			&:before
			{
				content: "\e81c";
				color: #808080;
				.margin-right(5px);
				float:@left;
			}*/
}
.page-item {
  border-top: 1px solid #e6e6e6;
  max-width: 520px;
  position: relative;
  padding-right: 8px;
  padding-left: 88px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: black;
  font-size: 15px;
  line-height: 21px;
  z-index: 0;
  /*
	.recommendations-count:after{
		.symbol-font;
		-webkit-font-smoothing: antialiased;
		content: "\e820";
		.margin-left(4px);
		float:@right;
	}*/
}
.page-item .drag-handle:before {
  height: 40px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  content: '\e82C';
  display: none;
  color: #bbbbbb;
  cursor: move;
  background-color: rgba(255, 255, 255, 0.7);
  float: right;
  margin-right: -10px;
  margin-top: -10px;
}
.page-item .delete-link {
  /*
		font-weight: normal;
		color: #ff8080;
    	border-bottom: 1px solid #ff8080;
	    opacity: 0.7;
	    display:none;
		opacity:0;
		transition:all 300ms ease-in-out;
		transform:translateX(-20px);
		line-height: 19px;
		*/
}
.page-item .delete-link:before {
  height: 40px;
  width: 30px;
  top: 10px;
  text-align: right;
  line-height: 37px;
  font-size: 24px;
  right: 10px;
  content: '\e849';
  display: none;
  color: #ff8080;
  background-color: rgba(255, 255, 255, 0.7);
  /*
			opacity:0;
			transition:all 300ms ease-in-out;
			transform:translateX(20px);
			*/
  float: right;
  margin-top: -10px;
}
.page-item .delete-link:hover:before {
  color: #ff5050;
}
.page-item > a {
  color: black;
}
.page-item.premium {
  background: #fffff9;
  border-top: 1px solid #f3e255;
  border-bottom: 1px solid #f3e255;
  /*
		background-color: #ffffee;
		border-left:1px solid rgb(240,240,240);
		border-right:1px solid rgb(240,240,240);
		border-top:1px solid rgb(240,240,240);

		//background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEklEQVQYV2NkgALG+vp6KRAbAAsaAZo0qwPjAAAAAElFTkSuQmCC);
		background-color: @light-highlight-color;
		//background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQYV2P8///xfwYkwIgh8OvXL1QV6AIAb28Pn61Ybo4AAAAASUVORK5CYII=);
		*/
}
.page-item .cover {
  position: absolute;
  left: 0px;
  width: 88px;
  top: 0px;
  bottom: 0px;
  background-size: 100%;
  background-size: cover;
  background-position: center;
}
.page-item .cover:after {
  content: '';
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(#ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6), #ffffff);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.6), #ffffff);
}
.page-item .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #005090;
  display: inline;
  padding-bottom: 0px;
  border-bottom-color: rgba(255, 255, 255, 0);
  margin-right: 5px;
  color: #005090;
  color: #006cc2;
  color: #4486ba;
}
.page-item:hover .title {
  border-bottom-color: #cbcbd7;
  border-bottom-color: #8eb6d6;
}
.page-item .description {
  font-weight: normal;
  max-height: 61px;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.page-item .gallery {
  margin-top: 10px;
  margin-right: -5px;
  white-space: nowrap;
  height: 50px;
}
.page-item .gallery .img {
  width: 50px;
  height: 50px;
  border: 1px solid #d0d0d0;
  display: inline-block;
  margin-right: 8px;
  float: left;
}
.page-item .gallery .img:last-child {
  margin-right: 0px;
}
.page-item .gallery:after {
  content: "";
  display: table;
  clear: both;
}
.page-item .kosher {
  background-color: #64be64;
  color: white;
  padding: 0px 6px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 1px;
}
.page-item .likes:after {
  font-family: 'combined' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-transform: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\e834";
  margin-left: 4px;
  float: right;
}
.page-item .recommendations-count {
  float: right;
  font-size: 15px;
  vertical-align: bottom;
  margin-left: 16px;
  outline: 2px solid #8fe382;
  padding: 0px 8px;
  position: relative;
}
.page-item .recommendations-count:after,
.page-item .recommendations-count:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.page-item .recommendations-count:after {
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.page-item .recommendations-count:before {
  border-right-color: #8fe382;
  border-width: 9px;
  margin-top: -9px;
}
.page-item .kosher,
.page-item .likes {
  float: right;
  font-size: 15px;
  vertical-align: bottom;
  margin-left: 8px;
}
.page-item .date {
  float: right;
  margin-left: 10px;
}
.page-item .location {
  color: #6e6e6e;
  font-size: 14px;
  font-size: 15px;
  margin-top: 5px;
}
.page-item .deal-title {
  margin-top: 7px;
  color: orange;
  font-size: 15px;
  font-weight: bold;
  display: none;
}
.page-item .deal-tag {
  position: absolute;
  line-height: 34px;
  background-color: #ffa500;
  color: white;
  width: 50px;
  text-align: center;
  top: -2px;
  bottom: -2px;
  left: -2px;
  display: none;
}
.page-item .deal {
  position: relative;
  padding: 5px 0px;
  padding-right: 5px;
  margin-left: 0px;
  padding-left: 42px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px dashed #ffcd5a;
  color: #645032;
  max-width: 300px;
  background-color: rgba(255, 205, 90, 0.05);
  background-color: #fffcfc;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQYV2P8///xfwYkwIgh8OvXL1QV6AIAb28Pn61Ybo4AAAAASUVORK5CYII=);
  padding-left: 5px;
  margin-left: -7px;
  background: transparent;
  background: #fffdf8;
  background-color: #fffff9;
  margin-right: 0px;
  /*
	    &::after{
			display: block;
		    content: '\e800';
		    color: rgb(255, 205, 89);
		    position: absolute;
		    top: 50%;
		    margin-top: -16px;
		    font-size: 31px;
		    line-height: 32px;
		    .left(0px);
		    width: 32px;
		    text-align: center;

	        .left(-39px);
		}
		*/
}
.page-item .deal:after {
  content: "";
  display: table;
  clear: both;
}
.page-item .deal .title {
  color: #645032;
  border-bottom: none;
  color: #ff9200;
  font-weight: bold;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  color: black;
  margin-left: 5px;
  margin-right: 10px;
  display: block;
}
.page-item .deal .img {
  float: right;
  margin-top: 5px;
  border: 1px solid #c8c8c8;
  margin-bottom: 5px;
}
.page-item.premium .deal {
  background-color: #ffffff;
}
.page-item:after {
  content: "";
  display: table;
  clear: both;
}
.page-item .page-logo .img {
  margin-top: 0px;
  width: 66px;
  height: 66px;
  border: 1px solid #c8c8c8;
  border: 1px solid #e0e0e0;
  float: left;
  margin-left: -78px;
}
.page-item .recommendations {
  max-width: 380px;
  margin-left: 0px;
  margin-top: 15px;
}
.page-item .recommendations .recommendation-text {
  font-style: italic;
  margin-top: 10px;
  line-height: 22px;
  background-color: #fafffa;
  position: relative;
  padding: 5px 10px;
  border: 2px solid #d3efd3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: 15px;
  font-size: 15px;
  max-width: 350px;
  margin-left: 57px;
}
.page-item .recommendations .recommendation-text:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 14px;
  border-width: 11px 11px 0;
  border-style: solid;
  border-color: #d3efd3 transparent;
  display: block;
  width: 0;
}
.page-item .recommendations .recommendation-text:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 17px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #fafffa transparent;
  display: block;
  width: 0;
}
.page-item .recommendations .recommendation-menu-button {
  float: right;
  letter-spacing: 1px;
  margin: 0px 7px;
  margin-top: -6px;
  font-weight: bold;
}
.page-item .recommendations .recommendation-bottom {
  margin-left: 40px;
  height: 21px;
}
.page-item .recommendations .recommendation-name {
  font-weight: bold;
  color: #646464;
  max-width: 120px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*
				content:'- ';
			}*/
}
.page-item .recommendations .recommendation-date {
  color: #646464;
  font-size: 14px;
  margin-left: 3px;
  text-transform: lowercase;
  float: right;
  margin-right: 5px;
}
.page-item .recommendations-top {
  margin-left: -80px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.page-item .comment {
  position: relative;
  padding: 3px 10px;
  border: 2px solid #70a0e0;
  color: #000000;
  background: #fcfcff;
  -webkit-border-radius: 10px;
  border-radius: 14px;
  background: #70a0e0;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIW2NkQAXGjEh8YwYGhrMwATAHJAkSgHNAAgBPrgM4NDOmCgAAAABJRU5ErkJggg==);
}
.page-item .comment:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 10px;
  border-width: 15px 0px 0px 15px;
  border-style: solid;
  border-color: transparent #70a0e0;
  display: block;
  width: 0;
}
.page-item .comment .comment-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 16px;
  color: white;
  vertical-align: middle;
  display: block;
  font-family: arial;
  font-style: italic;
}
.page-item .author {
  padding-left: 0px;
  padding-top: 0px;
  font-weight: bold;
  font-size: 12px;
  color: #4684d7;
  text-align: right;
  margin-right: 32px;
  margin-top: 10px;
  margin-bottom: -2px;
  line-height: 20px;
  font-size: 14px;
}
body {
  background-color: transparent;
}
html,
body {
  height: 100%;
  font-size: 16px;
}
@font-face {
  font-family: 'combined';
  src: url('/font/combined.woff');
  src: url('/font/combined.woff') format('woff'), url('/font/combined.ttf') format('truetype'), url('/font/combined.svg#combined') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'combined';
  src: url('/font/combined-bold.woff');
  src: url('/font/combined-bold.woff') format('woff'), url('/font/combined-bold.ttf') format('truetype'), url('/font/combined-bold.svg#combined') format('svg');
  font-weight: bold;
  font-style: normal;
}
em {
  font-style: italic;
}
.tablet-only {
  display: none;
}
.tablet-only-strict {
  display: none;
}
.desktop-only {
  display: none !important;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Contents:
  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/
/*
  
  1. Buttons
 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button--close {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  font-size: 13px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
  font-size: 16px;
  line-height: 44px;
  width: auto;
}
/*
.pswp__button--close:before{
  content:'X';
  color:white;
}
*/
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*
  2. Share modal/popup and links
 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*
  3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
  position: absolute;
  top: 0;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
  
  4. Caption
 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 15px;
  padding: 10px;
  line-height: 22px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*
  5. Loading indicator (preloader)
  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
  
  6. Additional styles
 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
}
.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -webkit-transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}
.marker-cluster {
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}
.body-inner {
  width: 100%;
  height: 100%;
}
.disabled-warning {
  padding: 10px 15px;
  margin: 10px;
  background-color: #ffffc3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  line-height: 24px;
}
.all-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
#main-content {
  clear: both;
  display: table-row;
  height: 100%;
}
.body {
  margin-top: 15px;
  margin-bottom: 10px;
}
.body ol,
.body ul {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: disc outside;
}
.hours ol,
.hours ul {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: disc outside;
}
.full-deal ol,
.deal-detail ol,
.full-deal ul,
.deal-detail ul {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: disc outside;
}
@-webkit-keyframes cloud-move {
  from {
    background-color: red;
  }
  to {
    background-color: yellow;
  }
}
@keyframes cloud-move {
  from {
    background-color: red;
  }
  to {
    background-color: yellow;
  }
}
@-webkit-keyframes cloud-rotate {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cloud-rotate {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cloud-little {
  -webkit-animation-name: cloud-rotate;
  animation-name: cloud-rotate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.cloud-big {
  -webkit-animation-name: cloud-move;
  animation-name: cloud-move;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.complaint-submit-body {
  margin: 0px 10px;
  max-width: 480px;
}
.complaint-submit-body p {
  margin: 10px 0px;
  font-size: 16px;
  line-height: 26px;
}
.complaint-submit-body textarea {
  font-family: inherit;
  padding: 5px;
}
.complaint-submit-body .option-comment {
  margin-top: -10px;
  color: #949494;
  font-size: 15px;
  margin-left: 19px;
}
.link-style {
  border-bottom: 1px solid #007f98;
  color: #4486ba;
  border-bottom-color: #8eb6d6;
}
.button-style {
  cursor: pointer;
  font-size: 16px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 2px solid #dcdcdc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  vertical-align: middle;
  line-height: 32px;
  padding: 0px 10px;
  margin-top: 8px;
  margin-right: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.event-warning {
  margin: 20px 10px;
  font-size: 16px;
  color: #646464;
  line-height: 22px;
}
.updated-date::before {
  content: '\e800';
  margin-right: 3px;
}
.pswp__ui {
  max-width: 1024px;
  margin: 0px auto;
  position: relative;
  height: 100%;
}
.pswp__caption__center {
  max-width: 640px;
}
.pswp__counter {
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__button--close {
  border: 2px solid rgba(255, 255, 255, 0.25);
  margin: 10px;
  padding: 0px 12px;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: inherit;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pswp__button--close:after {
  margin-left: 5px;
  content: '\e849';
  font-size: 20px;
  display: inline-block;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  font-family: inherit;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: transparent;
  color: white;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  height: auto;
  width: 49px;
  line-height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border: 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pswp__top-bar {
  background-color: transparent !important;
}
.pswp__button--arrow--left:before {
  content: '\e82e';
}
.pswp__button--arrow--right:before {
  content: '\e82f';
}
.leaflet .leaflet-bar {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.leaflet .leaflet-bar a {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.leaflet .route a {
  font-size: 16px;
  width: auto !important;
  height: auto !important;
  padding: 0px 12px;
  text-align: left;
}
.leaflet .route a:hover {
  text-align: left;
}
.leaflet .route-title {
  font-size: 16px;
  margin: 0px 14px 4px;
  text-align: left;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  font-weight: bold;
  color: #555;
}
.leaflet .leaflet-control-zoom a {
  font-size: 20px !important;
  padding: 3px 14px;
  width: auto !important;
  height: auto !important;
}
.leaflet .close a {
  font-size: 16px;
  width: auto !important;
  height: auto !important;
  padding: 0px 12px;
}
.leaflet .close a:after {
  margin-left: 5px;
  content: '\e849';
  font-size: 20px;
  color: #505050;
  display: inline-block;
}
.close-button {
  border: 2px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
  padding: 0px 10px;
  line-height: 28px;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
}
.close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.close-button:after {
  margin-left: 10px;
  content: '\e849';
  font-size: 20px;
  color: #c8c8c8;
  display: inline-block;
}
.page-button-block .button {
  display: inline-block;
  border: 2px solid #f0f0f0;
  padding: 0px 10px;
  margin: 5px;
  line-height: 28px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.page-button-block .favourite-add-button,
.page-button-block .favourite-remove-button {
  display: none;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}
.page-button-block .favourite-add-button:hover,
.page-button-block .favourite-remove-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.page-button-block .favourite-add-button:before,
.page-button-block .favourite-remove-button:before,
.page-button-block .favourite-add-button:after,
.page-button-block .favourite-remove-button:after {
  position: absolute;
  right: 5px;
  font-size: 20px;
}
.page-button-block .favourite-add-button:before,
.page-button-block .favourite-remove-button:before {
  color: yellow;
}
.page-button-block .favourite-add-button:after,
.page-button-block .favourite-remove-button:after {
  content: '\e835';
  color: #646464;
}
.page-button-block .favourite-remove-button:before {
  content: '\e834';
}
.page-button-block .favourite-add-button:after {
  color: #bdbdbd;
}
.page-button-block .favourite-block {
  display: inline-block;
}
.page-button-block .favourite-block.favourite-no .favourite-add-button {
  display: inline-block;
}
.page-button-block .favourite-block.favourite-yes .favourite-remove-button {
  display: inline-block;
}
.leaflet-control-locate a {
  font-size: 1.4em;
  color: #444;
}
.leaflet-control-locate.active a {
  color: #2074B6;
}
.leaflet-control-locate.active.following a {
  color: #FC8428;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes zoomin {
  from {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomin {
  from {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.calendar-open {
  float: right;
  border: 2px solid rgba(0, 0, 0, 0.15);
  line-height: 36px;
  padding: 0px 10px;
  margin: 0px 10px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.calendar-open:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.calendar-open:before {
  content: '\e82d';
  display: inline-block;
  font-size: 20px;
  color: #505050;
  margin-right: 8px;
  font-weight: normal;
}
.dialog-container {
  display: none;
  -webkit-transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.dialog-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.dialog-container.opening {
  display: block;
  opacity: 0;
}
.dialog-container.open {
  display: block;
  opacity: 1;
}
.dialog {
  -webkit-transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  position: relative;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.dialog-container.opening .dialog {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.dialog-container.open .dialog {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.calendar {
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 328px;
  min-width: 280px;
  max-width: 500px;
  width: 100%;
}
.button {
  cursor: pointer;
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
.month {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  display: none;
}
.month.current {
  display: block;
}
.month .top {
  line-height: 40px;
  text-align: center;
  margin-bottom: 8px;
}
.month .top:after {
  content: "";
  display: table;
  clear: both;
}
.month .top .prev {
  float: left;
}
.month .top .prev:before {
  content: '\e82E';
}
.month .top .next {
  float: right;
}
.month .top .next:after {
  content: '\e82F';
}
.month .top .calendar-close {
  float: right;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 0px 10px;
  margin-left: 10px;
  cursor: pointer;
}
.month .top .calendar-close:hover {
  background-color: #e6e6e6;
}
.month .top .calendar-close:after {
  content: '\e849';
  font-size: 20px;
  color: #505050;
  margin-left: 5px;
  line-height: 26px;
}
.month .top .calendar-close-content {
  display: none;
}
.month .top .month-name {
  padding: 0px 8px;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #222;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #464646;
}
.month .top .next,
.month .top .prev {
  width: 50px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  color: black;
  visibility: hidden;
}
.month .top .next.active,
.month .top .prev.active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.15);
  visibility: visible;
  color: rgba(0, 0, 0, 0.6);
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border: none;
}
.month .top .next.active:hover,
.month .top .prev.active:hover {
  background-color: #e6e6e6;
}
.month .grid:after {
  content: "";
  display: table;
  clear: both;
}
.month .weektitle {
  font-weight: bold;
  margin-bottom: 15px;
}
.month .weektitle:after {
  content: "";
  display: table;
  clear: both;
}
.month .weektitle .weekday {
  border: none;
}
.month .weekday,
.month .spacer,
.month .weekname {
  height: 40px;
  float: left;
  width: 14.28%;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  padding: 2px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.month .weekname {
  height: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #464646;
}
.month .weekday {
  position: relative;
  color: black;
  background-color: white;
}
.month .weekday:hover {
  background-color: #dcdcdc;
}
.month .weekday:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 1px;
  top: 0px;
  bottom: 1px;
  outline: 1px solid #ebebeb;
}
.month .today {
  background-color: #dcdcdc;
}
.month .index {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  color: #646464;
}
.month .count {
  color: rgba(0, 0, 0, 0.7);
  color: #4486ba;
  font-weight: bold;
  font-size: 13px;
  margin-top: 2px;
  font-size: 15px;
}
@media (min-width: 360px) {
  .month .top .calendar-close-content {
    display: inline;
  }
}
/*
.categories-block
{
	.page-item:first-of-type{
		border-top:0px;
	}
}
*/
.event-date-title {
  font-size: 17px !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  letter-spacing: 1px !important;
  color: #6f6f6f;
  line-height: 18px;
}
.continues {
  margin-top: 5px;
  margin-left: 88px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.continues:after {
  content: "\e846";
  margin-left: 10px;
}
.cloud {
  position: absolute;
  opacity: 0.8;
  width: 100px;
  height: 100px;
  left: -50px;
  top: -50px;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  background-size: 100%;
}
.star {
  position: absolute;
  opacity: 0.8;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: white;
}
.column-top {
  line-height: 40px;
  margin: 10px;
  max-width: 500px;
}
.column-padding {
  margin-bottom: 20px;
  overflow: hidden;
}
.column-title {
  font-size: 19px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.column-title .count {
  display: inline-block;
  margin-right: 5px;
}
.deal-column-title {
  color: orange;
}
.deal-column-title .count {
  line-height: 24px;
  display: inline-block;
  background-color: orange;
  color: white;
  padding: 0px 8px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  margin-right: 6px;
}
.header-inner {
  z-index: 2;
}
.header {
  display: table-row;
  left: 0px;
  right: 0px;
  position: relative;
  margin-bottom: 10px;
  /*
	#login-button
	{
		&:before{
			content: "\e820";
			.margin-right(8px);
    		display: inline-block;
    	}
	}
	*/
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header .header-inner {
  position: relative;
}
.header .header-inner:after {
  content: "";
  display: table;
  clear: both;
}
.header .header-background {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
  background: #21b2ab;
}
.header .header-content {
  width: 100%;
}
.header .header-nav {
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 30px;
  color: white;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.header .header-nav .content {
  padding: 0px 10px;
}
.header .header-nav a {
  color: white;
  cursor: pointer;
  display: inline-block;
}
.header .header-nav a:hover {
  text-decoration: underline !important;
}
.header .header-bar {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.search-show .header .header-bar {
  margin-right: 10px;
}
.header .header-browse {
  padding: 0px 10px;
  padding-bottom: 6px;
  padding-bottom: 10px;
}
.header .main-title {
  line-height: 32px;
  color: white;
  font-size: 26px;
  display: inline-block;
}
.header .tagline {
  display: inline-block;
  display: none;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  opacity: 0.6;
  font-size: 18px;
  margin-left: 5px;
}
.header .logo {
  margin-left: 10px;
  float: left;
  width: 35px;
  height: 30px;
  margin-top: -5px;
  margin-right: 10px;
}
.header .logo:before {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e800";
  color: white;
  font-size: 40px;
}
.header #search-form {
  display: inline;
}
.header .header-right {
  float: right;
  margin-top: 2px;
}
.header #login-button,
.header #user-button {
  background-color: #1f9893;
  border: 2px solid #1a8984;
  padding: 0px 10px;
  line-height: 26px;
  margin-right: -9px;
  letter-spacing: 0.5px;
  margin-left: 8px;
  font-size: 15px;
  display: inline-block;
  color: white;
  background-color: transparent;
  border: none;
  font-size: 26px;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
}
.header #login-button {
  border: 1px solid white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
}
.header #user-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header #user-button:after {
  content: "\e820";
  margin-left: 8px;
  display: inline-block;
}
.header #user-button:hover {
  opacity: 0.8;
}
.header #switch-lang {
  color: black;
  padding: 0px 0px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 0px 10px;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  background: transparent;
  padding: 0px;
  text-decoration: none;
  line-height: 26px;
  float: right;
}
.header .search-container {
  display: inline-block;
  width: 100%;
  position: relative;
}
.header #search-input {
  height: 34px;
  padding: 0px 6px;
  padding-left: 37px;
  display: inline-block;
  width: 100%;
  outline: none;
  letter-spacing: 0.5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  line-height: 34px;
}
.header .browse-link {
  margin: 0px 5px;
  color: white;
  margin: 0px 3px;
  display: inline-block;
  line-height: 22px;
  border: 1px solid #54c9c3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 27px;
  padding: 0px 7px;
}
.header #search-button {
  line-height: 28px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 35px;
  text-align: center;
}
.header #search-button::after {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\e81c";
  font-size: 21px;
  line-height: 26px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  color: #808080;
  vertical-align: middle;
}
.header #browse-button,
.header #search-close-button {
  line-height: 26px;
  height: 30px;
  display: inline-block;
  color: white;
  padding: 0px 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding-right: 30px;
  margin-right: 5px;
}
.header #browse-button:hover,
.header #search-close-button:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.header #browse-button.hover,
.header #search-close-button.hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.header #browse-button:after,
.header #search-close-button:after {
  -webkit-transition: 400ms all;
  transition: 400ms all;
  position: absolute;
  vertical-align: middle;
  right: 5px;
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\e846";
  color: white;
  line-height: 26px;
  top: 0px;
  bottom: 0px;
}
.header #browse-button .deals,
.header #search-close-button .deals {
  float: right;
  color: orange;
}
.header #search-close-button {
  display: none;
  width: 80px;
  margin-right: -90px;
}
.header #search-close-button:after {
  content: '\e849';
}
#browse-button {
  position: relative;
  letter-spacing: 0.5px;
}
.browse-button-arrow {
  display: none;
}
.browse-button-arrow:before {
  position: absolute;
  top: 100%;
  margin-left: 0px;
  left: 50%;
  height: 0;
  width: 0;
  border: 0px solid transparent;
  border-top-color: #1A8C87;
  content: "";
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.browse-button-arrow:after {
  position: absolute;
  top: 100%;
  margin-left: 0px;
  left: 50%;
  height: 0;
  width: 0;
  border: 0px solid transparent;
  border-top-color: #19a09a;
  content: "";
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#browse-button:hover .browse-button-arrow:after {
  border-top-color: #1C9892;
}
.browse-show .browse-button-arrow:before {
  margin-left: -12px;
  border-width: 12px;
}
.browse-show .browse-button-arrow:after {
  margin-left: -9px;
  border-width: 9px;
}
#other-content {
  position: relative;
}
.search-button-arrow {
  display: none;
}
.search-button-arrow:before {
  position: absolute;
  top: 100%;
  margin-left: 0px;
  left: 50%;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 0px solid transparent;
  border-top-color: #bebebe;
  content: "";
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.search-button-arrow:after {
  position: absolute;
  top: 100%;
  margin-left: 0px;
  left: 50%;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 0px solid transparent;
  border-top-color: white;
  content: "";
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.search-show .search-button-arrow:before {
  margin-left: -12px;
  border-width: 12px;
}
.search-show .search-button-arrow:after {
  margin-left: -9px;
  border-width: 9px;
}
.screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.screenreader a:focus {
  position: static;
  width: auto;
  height: auto;
}
.header-extra-bar {
  display: none;
  background-color: white;
}
.header-extra-bar .content {
  line-height: 40px;
  padding: 0px 10px;
}
.prefooter {
  display: table-row;
  height: 1px;
}
.prefooter .categories {
  color: #464646;
  background-color: #ebebeb;
  border-top: 1px solid #e0e0e0;
}
.prefooter .categories .content .smalltitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
  padding: 20px 10px 10px;
  letter-spacing: 2px;
}
.footer {
  color: white;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.footer .categories {
  color: #464646;
  background-color: #ebebeb;
}
.footer .categories .content {
  padding: 20px 0px 30px;
}
.footer .categories .content:after {
  content: "";
  display: table;
  clear: both;
}
.footer .categories .column-outer {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 14px;
  padding: 0px 10px;
  margin-right: -1px;
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
.footer .categories .column-outer:first-child {
  border-left: none;
}
.footer .categories .column-outer:last-child {
  border-right: none;
}
.footer .categories .category-small {
  margin-bottom: 8px;
  font-size: 15px;
}
.footer .categories .category-small a {
  color: inherit;
  border-bottom: 0;
}
.categories-large {
  margin-bottom: 10px;
}
.footer-skyline {
  margin: 0 auto;
  position: relative;
  padding: 0px;
  max-width: 700px;
}
.footer-skyline > div {
  padding-top: 12%;
  position: relative;
}
.footer-skyline > div > div {
  background-image: url(/skyline2.svg);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c3c3c3;
}
.footer-bench {
  margin: 0 auto;
  position: relative;
  padding: 0px;
  max-width: 300px;
  max-width: 45%;
  width: 300px;
}
.footer-bench > div {
  padding-top: 75%;
  position: relative;
}
.footer-bench > div > div {
  background-image: url(/bench.svg);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c3c3c3;
}
.postfooter {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
  position: relative;
}
.postfooter .aboutus {
  background-color: #c3c3c3;
  color: #171717;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  overflow: hidden;
}
.postfooter .aboutus .logo:before {
  content: "\e800";
  float: left;
  line-height: 62px;
  font-size: 62px;
  font-weight: normal;
  color: #f0f0f0;
  opacity: 1;
  margin-right: 20px;
  margin-bottom: 10px;
}
.postfooter .aboutus .content {
  padding: 0px 10px;
}
.postfooter .aboutus p {
  margin: 30px 0px;
  margin-bottom: 0px;
}
.postfooter .aboutus a {
  color: #171717;
  border-bottom: 1px solid #171717;
}
.postfooter .copyright {
  background-color: #323232;
  color: #f0f0f0;
  letter-spacing: 0.5px;
}
.postfooter .copyright .content {
  padding: 20px 10px;
}
.postfooter .copyright a {
  text-decoration: none;
  border-bottom: 1px solid #c8c8c8;
}
.postfooter .copyright .aboutuslink {
  float: right;
  color: inherit;
}
.postfooter .copyright .copyrightlink {
  color: inherit;
  line-height: 22px;
}
#phone-dialog {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
#phone-dialog .phone-content {
  width: 300px;
  height: 300px;
  background-color: white;
  border: 1px solid black;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
}
.page-block {
  margin-top: 20px;
}
.content {
  margin: 0 auto;
  max-width: 480px;
}
.deal-page {
  background-color: #646464;
  padding: 10px;
}
.deal-page .content {
  border: 2px dashed #ffcd5a;
  -webkit-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNpi/H826j8DGmA0XsaILoZNHRMDBYAF2UICapHl/1NsM0WaRwGJgBEp5TAipTAGLCmMYfDEMwu6U/AkVepmDIAAAwCNThFhStX+jAAAAABJRU5ErkJggg==") 2 round;
  border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNpi/H826j8DGmA0XsaILoZNHRMDBYAF2UICapHl/1NsM0WaRwGJgBEp5TAipTAGLCmMYfDEMwu6U/AkVepmDIAAAwCNThFhStX+jAAAAABJRU5ErkJggg==") 2 round;
  max-width: 550px;
}
.deal-page .deal-image .img {
  width: 100px;
  height: 100px;
  float: right;
}
.deal-page .ends {
  color: #787878;
  margin: 10px 0px;
  font-size: 15px;
  font-weight: bold;
}
.deal-page .page-title {
  line-height: 21px;
  font-size: 16px;
  margin: 10px 0px;
}
.deal-page .page-title a {
  color: #4486ba;
  font-weight: bold;
}
.deal-page .title {
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  color: #323232;
}
.deal-page .inner {
  background-color: white;
  padding: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQYV2P8///xfwYkwIgh8OvXL1QV6AIAb28Pn61Ybo4AAAAASUVORK5CYII=);
}
.deal-page .page-item {
  border: 1px solid #dcdcdc !important;
  margin-top: 10px;
  background-color: white;
}
.deal-page .smallprint {
  padding-top: 10px;
  background-color: rgba(40, 20, 0, 0.55);
  color: white;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
}
.page-page h2,
.category-page h2,
.search-page h2,
.deals-page h2 {
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  letter-spacing: 2px;
  font-size: 20px;
  color: #777;
  border-color: #e8e8e8;
  background-color: #f5f5f5;
  border: none;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.title-simple {
  line-height: 22px;
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 21px;
  color: #676767;
}
@-webkit-keyframes category-appear {
  from {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes category-appear {
  from {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes category-dissapear {
  from {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes category-dissapear {
  from {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
#search-results #search-content {
  -webkit-transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
#search-results #search-help,
#search-results .summary {
  line-height: 22px;
  font-size: 16px;
  padding-top: 17px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#search-results .close-button {
  float: right;
}
#search-results .close {
  float: right;
  padding: 10px;
}
#search-results .close:after {
  content: '\e849';
  font-size: 20px;
  color: #505050;
}
#search-results .content {
  display: none;
  margin-top: -37px;
  -webkit-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
  opacity: 0.0;
  -ms-transform: scaleY(0.8);
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  position: absolute;
  z-index: 10;
}
#user-menu {
  position: relative;
}
#user-menu .content {
  display: block;
  z-index: 9;
  position: absolute;
  right: 10px;
  top: 12px;
  background-color: white;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  z-index: 3;
  opacity: 1;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  overflow: hidden;
  padding: 8px 0px;
}
#user-menu .user-name {
  padding: 5px 10px;
  display: block;
  background-color: #dcdcdc;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #505050;
}
#user-menu .menu-item {
  font-size: 16px;
  color: #1e1e1e;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 8px 20px;
  border: none;
  text-align: left;
  font-size: inherit;
  background-color: transparent;
}
#user-menu .menu-item:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  #user-menu .content {
    top: -90px;
  }
}
#user-menu.hidden {
  display: none;
}
#categories {
  display: block;
  -webkit-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
  opacity: 0.0;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
#categories:after {
  content: "";
  display: table;
  clear: both;
}
#categories .categories-title {
  margin: 10px;
  font-size: 21px;
  color: #323232;
  float: left;
  line-height: 34px;
}
#categories.hidden {
  display: none;
}
#categories .close-button {
  float: right;
}
#categories .category {
  min-height: 50px;
}
#categories .category .main {
  line-height: 40px;
  padding-left: 60px;
}
#categories .category .img {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
#categories .categories {
  clear: both;
}
#categories .categories > :first-child {
  margin-top: 0px;
}
#categories .content {
  padding: 0px 0px;
  padding-bottom: 5px;
  position: absolute;
}
#categories .category-divider {
  width: 100%;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 18px;
  color: #777;
  border-color: #e8e8e8;
  background-color: #f5f5f5;
  border: none;
}
.category-divider {
  background-color: #fafafa;
  clear: both;
}
.category-divider:after {
  content: "";
  display: table;
  clear: both;
}
.action-block {
  max-width: 280px;
  margin: 30px auto;
  margin-left: 12px;
}
.tab2-tab {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 33.33%;
  max-width: 120px;
  padding: 0px 7px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 17px;
  line-height: 36px;
  margin-left: 0px;
  margin-right: -1px;
  font-size: 16px;
  min-width: none;
  max-width: none;
  width: auto;
  padding: 0 3%;
  /* background-color: #8bd2ce; */
  background-color: white;
  padding: 0 12px;
  padding-left: 42px;
  position: relative;
  color: #555;
  border-left: 2px solid #c8f0f0;
  border-bottom: 2px solid #c8f0f0;
}
.tab2-tab:first-child {
  border-left: 0;
}
.tab2-tab:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 36px;
  width: 45px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.tab2-tab-good:after {
  content: '\e850';
  color: #3da73d;
}
.tab2-tab-bad:after {
  content: '\e851';
  color: #ff6c6c;
}
.tab2-tab-current {
  border-bottom-color: white;
}
.tab2-page {
  padding: 15px 10px;
  margin: 0px 0px;
  background-color: white;
  display: none;
}
.tab2-page-current {
  display: block;
}
.tab2-page,
.tab2-tab {
  position: relative;
}
.tab2-page:before,
.tab2-tab:before {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #c8f0f0;
  z-index: -1;
}
.tab2-tab,
.tab2-tab:before {
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.action-button {
  margin: -2px 5px;
  border: 2px solid #dcdcdc;
  padding: 8px;
  padding-left: 42px;
  background-color: white;
  position: relative;
  border-color: #eee;
}
.action-button:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 30px;
  height: 30px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.action-favourite:before {
  content: '\e835';
}
.action-recommend:before {
  content: '\e852';
}
.action-share:before {
  content: '\e84E';
}
.banners {
  padding: 0px 5px;
  margin: 10px 0px;
  line-height: 0px;
}
.banners .banner-item {
  width: 50%;
  padding: 0px 5px;
  display: inline-block;
}
.banners .banner-item:hover .img {
  outline: 1px solid rgba(0, 0, 0, 0.25);
}
.banners .img {
  width: 100%;
  height: 0px;
  padding-bottom: 66.666%;
  outline: 1px solid rgba(0, 0, 0, 0.15);
}
.banners-block-top {
  margin: 12px 0px;
}
.banners-block {
  padding: 10px 5px;
  margin: 12px 0px;
  border-top: 2px;
  border-bottom: 2px;
  border-style: dashed;
  border-color: rgba(33, 178, 171, 0.5);
}
.banners-block-vertical {
  padding: 0px 0px;
  overflow: hidden;
  border: 2px dashed rgba(33, 178, 171, 0.5);
  border-right: none;
  margin-top: 15px;
  max-width: 270px;
  margin-left: auto;
  margin-right: 0px;
}
.banners-block-vertical .banners {
  margin: 0px;
  padding: 0px;
}
.banners-block-vertical .banner-item {
  width: 100%;
  margin: 15px 0px;
  display: block;
  padding: 0px 15px;
}
.banners-block-vertical .img {
  outline: 1px solid #dcdcdc;
  outline-color: #e6e6e6;
  border: 0px;
}
.banners-block-vertical .sponsored {
  margin-top: -5px;
}
.reviews-page .reviews {
  max-width: 480px;
}
.banners-sponsored-mobile {
  position: relative;
  padding: 0px 0px;
  overflow: hidden;
  max-width: 480px;
  margin: 0px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 0px;
}
.banners-sponsored-mobile .banners {
  margin: 10px 0px;
  padding: 0px 5px;
}
.banners-sponsored-mobile .banner-item {
  padding: 0px 5px;
}
.banners-sponsored-mobile .img {
  /*outline: 1px solid rgb(200, 200, 200);*/
  border: 0px;
}
.sponsored {
  padding: 0px 10px;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  text-transform: lowercase;
  font-weight: bold;
  margin: 5px 0px;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
  display: none;
}
.aboutus bold {
  font-weight: bold;
}
.leaflet {
  background-color: #e6e6e6;
  margin-top: 0px;
}
.map-icon img {
  width: 64px;
  height: 64px;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
.leaflet-popup-content {
  margin: 5px;
  overflow: hidden;
}
.leaflet-container a.leaflet-popup-close-button {
  font-family: combined, arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  z-index: 1;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
.directions-popup {
  font-size: 16px;
  padding: 10px;
}
.directions-popup:after {
  content: '\e82f';
  margin-left: 5px;
}
.mini-map {
  height: 200px;
}
.leaflet-popup .page-item {
  padding-left: 8px;
}
.leaflet-popup .page-item .gallery {
  display: none;
}
.subtitle {
  line-height: 22px;
  padding: 5px 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 1px;
}
.subtitle .count {
  display: inline-block;
  margin-right: 5px;
}
.deals-subtitle {
  color: #dc8e00;
  margin: 20px 0px;
  background-color: #fff8ec;
}
.review-title {
  color: #159015;
  margin: 20px 0px;
  background-color: #e4f5e4;
}
.news-title {
  background-color: #f5f5ff;
}
.items-title {
  /*
	background-color:@news-header-background-color;
	max-width:520px;
	margin-top:10px;
    color: rgb(51, 51, 51);
    background-color: #e8e8ff;
    margin-bottom: 20px;
*/
  background-color: #f5f5ff;
  max-width: 520px;
  margin-top: 10px;
  color: #333333;
  background-color: #e8e8ff;
  margin-bottom: 20px;
  background-color: transparent;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #1e1e1e;
}
.date-divider {
  color: #50a0c0;
  border-color: rgba(80, 150, 200, 0.3);
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.leaflet-marker-icon.loading:after {
  opacity: 1 !important;
}
.leaflet-marker-icon:after {
  content: "\e819";
  opacity: 0;
  -webkit-transition: 500ms opacity ease-in-out;
  transition: 500ms opacity ease-in-out;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  font-size: 64px;
  width: 100%;
  height: 100%;
  line-height: 64px;
  text-shadow: 0px 0px 10px black;
  color: white;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.page-loader {
  margin: 20px 10px;
  text-align: center;
  display: block;
  float: none;
  letter-spacing: 1px;
  padding-right: 0px;
  float: right;
  /*
	&.loading:after{
		content: "\e819";
		opacity:0.7;
        -webkit-animation:spin 2s linear infinite;
	    -moz-animation:spin 2s linear infinite;
	    animation:spin 2s linear infinite;
	}*/
}
.page-loader:after {
  margin-left: 10px;
  content: "\e846";
  width: 32px;
  height: 32px;
}
.page-loader.loading:after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0cHgiICBoZWlnaHQ9IjE0NHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtcm9sbGluZyIgc3R5bGU9ImJhY2tncm91bmQ6IG5vbmU7Ij4KICAgIDxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIGZpbGw9Im5vbmUiIG5nLWF0dHItc3Ryb2tlPSJ7e2NvbmZpZy5jb2xvcn19IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgbmctYXR0ci1yPSJ7e2NvbmZpZy5yYWRpdXN9fSIgbmctYXR0ci1zdHJva2UtZGFzaGFycmF5PSJ7e2NvbmZpZy5kYXNoYXJyYXl9fSIgc3Ryb2tlPSIjMjFiMmFiIiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY0LjkzMzYxNDMxMzQ2NDE1IDU2Ljk3Nzg3MTQzNzgyMTM4IiB0cmFuc2Zvcm09InJvdGF0ZSgxMTYuNDk1IDUwIDUwKSI+CiAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEuNXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4KICAgIDwvY2lyY2xlPgogIDwvc3ZnPg==);
  background-size: cover;
}
.news {
  position: relative;
}
.news .news-item {
  margin: 0px 0px;
  margin-bottom: 5px;
}
.news .news-item > a {
  position: relative;
  padding-left: 85px;
  padding-right: 10px;
  display: block;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  color: black;
  font-size: 15px;
  min-height: 80px;
}
.news .news-item > a:hover .title {
  border-color: #9bc9db;
}
.news .news-item > a .img {
  position: absolute;
  left: 10px;
  top: 5px;
  margin-top: 0px;
  width: 60px;
  height: 60px;
  border: 1px solid #c8c8c8;
}
.news .news-item > a .title {
  font-weight: bold;
  font-size: 16px;
  color: #006ebe;
  color: #50a0c0;
  border-bottom: 1px solid transparent;
  display: inline;
}
.news .news-item > a .description {
  font-weight: normal;
  font-size: 15px;
  margin-top: 5px;
}
.news .news-item > a .date {
  color: #cccccc;
  float: right;
  display: inline-block;
  margin-right: 4px;
  margin-left: 6px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.categories-block {
  margin-top: 0px;
  margin-bottom: 20px;
}
.deals-list .banner-item {
  width: auto;
  display: inline-block;
  width: 50%;
}
.deals-list .banners {
  margin: 0px;
}
.more-deals,
.more-reviews {
  font-weight: bold;
  border-bottom: 1px solid #ffb047;
  line-height: 23px;
  display: inline-block;
  font-size: 16px;
  color: #ff9200;
  margin: 10px 12px;
  margin-top: 10px;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
  border: 2px solid #ffdcae;
  padding: 7px 0px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 15px;
}
.more-deals:hover,
.more-reviews:hover {
  background-color: #f3f3f3;
}
.more-deals:after,
.more-reviews:after {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  font-size: 24px;
  float: right;
  content: '\e82F';
  width: 32px;
  height: 32px;
}
.more-reviews {
  color: #4ba04b;
  border-color: #c0e8c0;
}
.deals.deals-list {
  margin-bottom: 20px;
  border: none;
  max-width: 520px;
}
.deals.deals-list .banners {
  padding: 0px;
  padding: 0px 5px;
}
.deals.deals-list .banner-item {
  width: 50%;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.deals.deals-list .banner-item-inner {
  padding: 3px;
  display: block;
}
.deals.deals-list .banner-item-inner .img {
  width: 100%;
  height: 0px;
  padding-bottom: 66.666%;
  outline: 1px solid rgba(0, 0, 0, 0.25);
  outline: none;
}
.deals.deals-list .banner-item-inner .img:hover {
  outline: 1px solid rgba(0, 0, 0, 0.35);
  outline: 1px solid #f0c090;
}
.deals.deals-list .deal,
.deals.deals-list .banner-item-inner {
  border: 2px dashed #ffcd5a;
  -webkit-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNpi/H826j8DGmA0XsaILoZNHRMDBYAF2UICapHl/1NsM0WaRwGJgBEp5TAipTAGLCmMYfDEMwu6U/AkVepmDIAAAwCNThFhStX+jAAAAABJRU5ErkJggg==") 2 round;
  border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNpi/H826j8DGmA0XsaILoZNHRMDBYAF2UICapHl/1NsM0WaRwGJgBEp5TAipTAGLCmMYfDEMwu6U/AkVepmDIAAAwCNThFhStX+jAAAAABJRU5ErkJggg==") 2 round;
}
.deals.deals-list .deal {
  background-color: rgba(255, 205, 90, 0.05);
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fffff9;
  position: relative;
  padding-left: 82px;
}
.deals.deals-list .deal:hover .title {
  border-bottom-color: #ffb047;
}
.deals.deals-list .deal .title {
  font-weight: bold;
  line-height: 1.2em;
  color: black;
  color: #323232;
  color: #e08000;
  border-bottom: 1px solid transparent;
  display: inline;
  line-height: 22px;
  color: #ff9200;
  color: #e68200;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.deals.deals-list .deal .remaining {
  display: none;
  float: right;
  font-size: 15px;
  background-color: orange;
  color: white;
  padding: 0px 6px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 0px;
  line-height: 24px;
}
.deals.deals-list .deal .business-title {
  color: #6e6e6e;
  line-height: 20px;
  font-size: 14px;
  font-size: 15px;
  margin-top: 5px;
}
.deals.deals-list .deal .description {
  font-size: 15px;
  line-height: 20px;
  margin-top: 6px;
  overflow: hidden;
  max-height: 60px;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.deals.deals-list .deal .img {
  width: 60px;
  height: 60px;
  border: 1px solid #dcdcdc;
  margin-top: 4px;
  margin-left: 5px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.deals.deals-large {
  margin-top: 20px;
}
.deals.deals-large .deal {
  position: relative;
  padding-left: 88px;
  margin-left: 10px;
  margin-right: 10px;
}
.deals.deals-large .deal .img {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 66px;
  height: 66px;
}
.deals.deals-large .deal .remaining {
  display: inline-block;
}
.body,
.hours,
.full-deal .description,
.deal-detail {
  margin: 0px 10px;
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
}
.body hr,
.hours hr,
.full-deal .description hr,
.deal-detail hr {
  margin: 15px 0px;
}
.body p,
.hours p,
.full-deal .description p,
.deal-detail p {
  margin-bottom: 15px;
}
.body p:last-child,
.hours p:last-child,
.full-deal .description p:last-child,
.deal-detail p:last-child {
  margin-bottom: 0px;
}
.body strong,
.hours strong,
.full-deal .description strong,
.deal-detail strong {
  font-weight: bold;
}
.body a,
.hours a,
.full-deal .description a,
.deal-detail a {
  color: #006a7e;
  border-bottom: 1px solid #007f98;
  color: #4486ba;
  border-bottom-color: #8eb6d6;
  font-weight: normal;
}
.panoramawrapper {
  float: none;
  clear: both;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.panoramawrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panoramawrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videocontainer {
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
.videowrapper {
  float: none;
  clear: both;
  position: relative;
  padding-bottom: 56%;
  padding-top: 0px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h1 {
  font-size: 22px;
  line-height: 26px;
}
h1.title {
  font-size: 24px;
  line-height: 31px;
}
.big-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-size: 100%;
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 140px;
}
.cover-image {
  width: 100%;
  margin: 0px auto;
  height: 100%;
  max-width: 480px;
}
.layer-2 {
  overflow: hidden;
}
.layer-2 div {
  -webkit-transition: transform 2000ms ease-in-out;
  -webkit-transition: -webkit-transform 2000ms ease-in-out;
  transition: -webkit-transform 2000ms ease-in-out;
  transition: transform 2000ms ease-in-out;
  transition: transform 2000ms ease-in-out, -webkit-transform 2000ms ease-in-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -ms-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.layer-2 {
  background-color: rgba(0, 158, 255, 0.25);
  margin: 0px auto;
}
.layer-2 .img {
  width: 100%;
  padding-top: 75%;
  height: 0px;
}
.layer-3 {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.layer-3 div {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsBAMAAACLU5NGAAAAFVBMVEUVFRUKCgoFBQUREREdHR0NDQ0aGhoqWJ3BAAAScElEQVR42rTcSRfSQBAE4EGWM0lePJv4cg+OeMaHcgainl3Q//8TXEDLpLqnGJ72zTWf6UonZEZC/FV9oCrbaTXFX/XuzR21K/6qsqUqqOqr52HW03tY+9Eh72FV+azxn7+H9SmbNYxYMZtVXO5gbQrqomBFyTJ7iHqpVYcil1VPWP1drMzM77JZ1YQVs1lrzXo7Oeh/YU3Pt2bNslnDoyzUQrJOheiil3iwesFCDxEuGa1cVv0PWGsdrWkpVkWsSCx5MctoZbOGx1moixymqosULbCcLsaT6CEN1Fl9oWGaZg3zE0UrzZrHuE2x+G69adtuQffpVBePIcB1D+v6s9uSzrd7tz78UE1cX9Os5odq4hoMVhyr4GIWZ353vh3rJSXeYTW/T8NJsPqRCi6weKBCdavmlTFMUSWpQtgi8SYLsUKdOVo8UHdli/rAw5RZHVRw1Q4LKtSJWDRQv5TjJGOYct1UAQVXZbIiVOwyj1FfVe2krtqZz6rCpJaIFrOgIhdYFK5lS1UhWkYXoULNES1i9VCNaoMe0kCFauS6YJgSi1S3QVF7LKjG9R6s6UCdtWZ1i31hVzuEYLtcVvRq6xyjetI61S0Lu47BqfngsN5Ht0o78n3ZetXb2WqDW1ubdSoG92zZUz6EF56qCWFjqdqjy7Ln1gmDwwo9u36GxG3ic4yj8WX4zG3i+HkLKnAjCrO+YVVYeqx1MFxXr1NL4yPG9poEN1o86W8XlMc6BnLd/hKPtZl82IfKDdfvwJAqnB0WTgFU1+od1ogQcP2DxdGaum5/t5v5DuMIKrTXiRYMASo/XH8dezp8Zn7i4YLKDxfO6/srCyqwjMTDVfcBR01FC64W1fjRgiLE0dhzo4WCyv7wjQDBRb9mRwsu/NAP19Y+JIeLzwjTvYE6GdT8sZYTn2LNnGj5rGdu4lETVi2ixaylM0x9VmexZsxS4SpTrKCixfkTibdYg4wWjukP1EAslfkTsVS4NsRSme/SrLWKFrNqP1pgqXA9c1j+QF3ms0qH5Q/UY5rV+NECS4aL8kwH1b9DheuUzdqog77gYSpYRx6mxFKZf6FYMxqmivWMoiVZNSWeWSLza8XqxDAFC6WixdOQ3Sp9lHhmiXBtNetM0SKWCNdJs2qReLCczHea9YyGqWStv43qE7NEYCvNei4STyxanNhp1iabtdZnSy3lnJkl/lLN6mW25NoEdVEOHb1Oo69EuZKzo79T/VOPcm7pcarXvV4QSwSjyp7yc8niJejXxBKXUf0f7okXYh1sFnpI1QtW0E8QvGAiutioHiJcDqtj1kywnlrLlSnWxmCt/8HTqV7pPZQJ1slg1f/iWV6viz/xWfab23/9yae2F5191sZk9SlWk/E5EcNUdbFRPeTMlxQtFa5A0VJdbHQPi+ofv4NY2Kx9i+p60UPK/GpJw1SFK4xe1NbeYj3+vfVo+ZhFHK7VZGEoBBmuNrRwJfaKfYYqwoUecrigwuIehmlyoJbtDxZcNEy5i3W8ltdDDtcKS6Hi3SlUVxZcLwExHwbxIRI5TYcLy9klhqlZUF1ZP4vu0+bD4BBR1ENzoF5o8T/1Xv6mAqulYcoPg81NBdfJZ/VQwZVexYAKrFbtMXpxU6HQQzPzUGELh1zzuWHAasWOrK/8KgeBtzPPkZghWuZAbZnVNqn9a4cQqdrGZ9XXS5BdGB0crtZitV1KFZIr61yv7L9oGdzatDarCZ7qo7UV4dwmXINz5g/RbeLZYXWx91V8um6dt1Vh5czlGN1oOawqxv7iqsKcegiXMR5s1jzarm3hsoYIF6mIdfY3DfYhyYq2qihNVhOj4TpcVdxF/EFTFRZ2tH4Vq3xWF6+1mFyCaL/33otULmsXLdd7LLEz63mEi1TWxi6UcZO2M//F2vJ3KlIsjPEVVKPy3102xuOyGy24sGrss2KcunbTi9h5LQ7XEFAXM1pwkaooDVYTpy6EnVnWtnWoEC6OFlxQmSxEC9VDFVBGD+GCyg3XfnwMepA0WFUcVQ8Vak49TH2k8aOFDViSRY9TVqGHYs3VDleclLuhPlC0BAs9lKwFRSuf1WkWuvjiMdZesQpiVcQyCz3UrEDDNJ813Meao4f5rLlklVNWzGC9uJN1oWGay+qYZRd6qFkLkXjNeq5YvL9fs1YULcUqJqwqg3UWLJSIlmYNkoUutoLlhSsKFn+qbuLdrPlGsLxw7fJZnWShzoLlhWtvsahGrOf/hxUilWI9erZWrwXLe+NbZ7Dys7U43M/aZLPKR69EWmC8e+tMBkvPLU7x23tZc9phIVnZUx6j6PAgq8pnNfeysKihWUu1N+zxJwjuodvFXi3YP8AaNAu3k1KzkHjUkP8Y+Pw+FpamNAvRepzVaRZucnvNQrRQdTaLM+/1EF1UrE02q3zwcyItTYmdM6KLisUDdXu0e+h3sekpWoLVz/Wn6m6sKmq7h7xPCRdNr1bXK3oHcVKsZvpywH588rt4PRCtELrhCuKNDQ/U9/b2sIWzTwkTRi0YT1Rw+awKKlrZRQ/dLt4aQ4l3wkW/T7w7xfVRcQ9Rr+lkwUWJ53CZgyT5phn6nnrIXeT5wonncNH7b3oBjoLKPl32PiW+jjlaqPz38u1AE67nHnIXeRgjMma4+jtXMZD57WkcBeoh6kAnC4VoEYtUaLm7QrZNbbNI7XDhO9fSZtWkwqBwWA2piop6iHrLJwsltrlkrCc2r5Lb/C6JfUrD3f+LdwhufTxbrOblm1lqP11in1IXuewuDtxDHGB3ZlazoP9mr1aW3tLJMm/DqNoMPA5weDFldQvn+y6O6CFViZu8wYILKpOFC/2wGbO6y6+0JDKa2G1WmSxy1TxK+YY7+5tV3c7Fxj1dC4u1d04WDr4V9x2eP0uw1vgaL67a7iG6WLksuKCKvc+CK/ylQubpdK383WZ8snBsuN7Lz8V483tlHXGYnTMBuYd4jKjSrDCfqKKXeLjKH6wP/B1QfLou7m6zJlo1vq1AZbIoJbty0p6Z2MbDm9YrwcJXKqTDNe4CfohwUR2ph+gik/jIUbA4vGBZ4dJfxrfNZ0URLbBQREpvZTwMdg+zWZc0a2Oy1h7ra/0AqxfRIhYNVPU9bvY3bvTZrJVgWXfrmk8XrpD6v7O8u/XJOF0Yc/msKBMPFo6UShePE6uLIZt1UawZ9xDpsv4JdT6r58Qr1lvuIU4X5dBk9dmslWBhoKqLEcNkyGZFES2wZLh40/reeyMaslkXZqlw/WFevMmbz+opWpL12uviB6/bg+ihZK3uYO28j6H1xT2r77/XdsY8bsMwFNbByc1JXO+xg95sn+vOGdrMcXztfEXz/39DgaLAa/xIvdJNOCaQ9UGkZYkUqb/l/Bgs11/83Xk1qFLAI7D8wE3lDJbyz2uTX4DVUXISBsvGOsh5K/4mnjKZLhUNlolVh7FWejrNxSrfrMHayUOCpMP4LM+nOq2EvB9ZrEN4YSOxuMnIq+fTmK2hXYexrmq9lc/uKo2aofqop9KhXm8dRergJxqsnS5GpJfyz3GsgvZmX7cCq4liJYH1nlhobzZmdciJYkqHGkumDm4wWMASWhSDpfeJJx8Ly8GRdCgCxGKw9K76qNNlNxisDNZGYCkfxLMwLY6TOHFcPwG+mEiHymMz82/ZTWZaIyxHi/BvTTRYwr8FbyBMi6SbYfwL1gZU8AYCS3gD4Tsl0yLjAgWZlqVFUIELOlS+U3DBtGZS0NgILGixYK+88jSzX95rwhqr8Ysj+9k4I/U5a1xrimL4WCMz1AqrhvdbRnxgXE8U84FpkTxZOwn8ZssZVCjqCBExH0TIfKy1RVALrMNgpuLlImQXM5747kZGAXDLlaGqW5HLL+KJiL76TUZ7WLY5KiMu3NTnTPTViewfjiKOTLJ/4t9QnmFtHUg8h3NfX7xZvnAGq/ngVrVu8QLP5uIpGtl/w9dn3sLRllcDvOKPFmaTMngO4mp/Fdfu/FT/3m64VKkgHXpc60ySqf21HvyPzIGr3qNb1iKwI2ds9lhFUAsb6+WPWxB/zoznibC8avx8UAr2Cy5qYWK9oaQCU0GL/Ai+u8DHworHWmlZWNZND2d3AcnHLrkPxqqNtfPID7VLD5wu1BttAxqbyz8bCNMCl3/K0Wxx6pgKWuQH8C0ijAXTAhdauFgf6M6VXNoDt59y504xNd5yzVpsHdOCrK0Fwjq3jC2pD8Zit3sOC8YIUXVgWLY6yTR8/9Qhg8XvcrMM6yWKxS1yu6ZdDgtCWG8CC03cFsmU/8NaRbDQQmN1aKywQJ/IfiUWWggsWhzEsfYKC03cFpndXLMQ60MMCy00Viex/KyoTwKLtbiSWNDibinWNYzFLWSVIcYSGXeHLwoLTaiFwnpajPUSxUILjVXsXCyRzflBYHGsfCWxIGEsPVr6mLoerctSrI8Ci0s6PgewhoBtyTdR+DU0FvzfuwBWdN6qVCURP8v/9Z+x4rN86bmGNdYQwIp+EzfqlICoIPGgFYQ+geLX2+gCWMH1ljwlIKqTPGZ1WulTAqZQXSyBFVzLb4JYGCxoUWLFdz7sXYxg9Qt3Ps1VYLXLsKi6mcASu+rTQKYlbP5naQ+Wr8VKVJRi4zrOE4hKFcj9CTegGXg1qNCHj3WYUc3anEUgdw3vo411ISrqY6f8W5xwJc5Hr+36vQWwBqZCHz5WswKVkY+dD+Q+kfeRg+c7okIfwneKokGcB+sb16nzkr7dO2Um6sPD2qNmELfZZAK5p1fy8kGHthYn6kP55Qszr94O1cBvap9Hcq5Rqil3n7EgV6JClnXrYh15opxsrFdQcR9+cOUTqOZHTys3Yno0vY9mKdIBVCaXGyE7everlg4WqCwu8zKs2unDxTrYVKjCwDaPeI8VjbKunfro9rFzsKrelWQLrNiKKBbUc7aP0caiM9MSa8jHqnuSC6hY7Fl+G8YaRGTfeEyGarAWNjXqDxjS2lR5rA1BPGOqZumMLUYN34cl/k0WGSyy+RUVw3On1ASqzHW0ZvxaYB3wLqKk8TGLhScmUGWMy6EiLfInqAAVfXDJtMCVQJUxLoNKYdX4WoMKdedMLHAlUPnGlasylNMhPowJdSkzFo9nptvdh8LiC4wzOgQXlteuFm+P2CYubsFiUQkt1glSgMrXonW5iTAumhk01p6WZXktDvF7X9sFWK27oSweiQURp2EJy5665L2vLCmOtSEsocXxDlhaiy1hCS1GL1iNY0GHwFJaHOJYqgiZr0NgKS3Ke1/vgiVcO4Zpxa+jTQJL5Pkw1nEBVnkHrLNw/jJW/N7XNoxVJ8ISWhwk1jaMxRl3jCW0GLj3dTnWmbBknXnGUsaVFBZnczKW0OJWY1VhrOqbyH29imzD9SOweHw1Vvze1ymMNYWx3umRD3gTe4kl82sfMG/pFleZX6uxwrN8GcY6xu99nTRWuMVVZhtqrPAKotdYOr/27gubSrfQWN3dl4FlGOsUv/e1DC+apwiWzq9dvsUIt7jq/Fqx8wnvE6s+jBW/97UKY5WqBW8x4ve+VmEfxKSxOL9WGpfsRGPpFlcyLZZZYLwfdSftrSPwpkWvsfp+Fcuvrab0Owqk3W6gus0VrjSWe+Maf62RMHhbfEVhFfSdVi0SbhCT+bWASD24lEsXVJBJYSFU4GNxkmzqwcWd6BrHvSMcFf4Mi88Z17ceWP2Q76Q1nKYi7sFxzjZ/grADFYJDwyg6YSodJSpmv1HuHBnXRDGrEZ2wEBVpnbFABS6YlmlcUw8scE0ZrG4bwupBdcMF0yL53T+wwOV30uIVFBYvQoer5ErntR5E9IqkdANxrfPPULpKnBystnC4Lk3tVTB7d6iuTojutSk906o8rJQGIN+eE/BqVdpcz+whxXGpynsPHayUwDU/COCVoTO5kh+tYD80psTJx0r9RFQmFkomHQseKziLrIMjdctUjAUdMteAEDvLxvRorzJBlK4hLkyJVQ4r9QM9xsRC3atTQVQO1qUxuMZtDgsvxTfj+KNtWsx1JU+kfeLtbKxKHCxw8fESx7TARTcSA9U+WUZUNMvTyniYUzW1KLGbQMVxVvPwaUkruNLDAheogJUtB5lARcZl38taUvFyDwsyXGQmwDxbVoecdvMznt4nNrnen0ZigYLEMS71zEljUR40WzyJiqHEsdow1oY4ZAxFYVV3wHoTVGxclziWTvziyVQJWby01+VYMC0pdMBTYdEWo9VYdcy0eELtNFa5HAumFbT5i8aqZlhJYzU0mQaNy38iZDEWJtOocTX/gDXFsWr6Tocm1CGO1Qaw8J2OGderxIJx/QKLbiiGVYJlwgAAAABJRU5ErkJggg==);
  background-size: 150px;
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -ms-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  background-size: 250px;
}
.layer-4 {
  background-size: 4px;
  opacity: 0.70;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAUklEQVQokZXNwQ0AIAhD0eJkHZ3RvJgYTcXCkbyfBh5HUv6jpTNTBIUWC7W+g68+AkfvwNQr8DWAaGkAo6VJiqDQYqHWd/DVR+DoHZh6Bb4GMAHG0i3YOlssEAAAAABJRU5ErkJggg==);
  width: 100%;
  height: 100%;
  margin: 0px auto;
}
.cover-container {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.deals-list {
  margin: 10px 0px;
}
.block {
  display: none;
  -webkit-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  overflow: hidden;
  top: 0px;
}
.block-fade-left {
  display: block;
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  position: absolute;
  opacity: 0;
}
.block-fade-right {
  display: block;
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  position: absolute;
  opacity: 0;
}
.block-fade-visible {
  display: block;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
/*
.selected-list-start
{
	.news-block
	{
		display:block;
		.translateX(-30px);
		opacity:0;
	}
}

.selected-list
{
	.news-block
	{
		display:block;
		.translateX(0px);
		opacity:1;
	}
}

.selected-deals-start
{
	.deals-block
	{
		display:block;
		.translateX(30px);
		opacity:0;
	}
}

.selected-deals
{
	.deals-block
	{
		display:block;
		.translateX(0px);
		opacity:1;
	}
}

.selected-reviews-start
{
	.reviews-block
	{
		display:block;
		.translateX(30px);
		opacity:0;
	}
}

.selected-reviews
{
	.reviews-block
	{
		display:block;
		.translateX(0px);
		opacity:1;
	}
}
*/
#map-tab .tab-content:before {
  content: '\e818';
  float: left;
  margin-right: 8px;
  color: #646464;
  font-size: 24px;
  font-weight: normal;
}
.top-block {
  padding-top: 10px;
  padding-top: 15px;
  background-color: rgba(0, 0, 0, 0);
  min-height: 108px;
}
.top-block h1 {
  color: white;
  line-height: 22px;
  margin: 10px;
}
.top-block .main-logo {
  float: right;
  cursor: pointer;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px;
  margin-top: 0px;
}
.top-block .main-logo .img {
  width: 100px;
  height: 100px;
}
.top-block .bits {
  display: block;
}
.top-block .bits:after {
  content: "";
  display: table;
  clear: both;
}
.top-block .title {
  letter-spacing: 0.5px;
  text-shadow: 0px 0px 5px black;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 0px;
}
.top-block .address {
  line-height: 22px;
  font-size: 15px;
  color: #e6e6e6;
  margin-top: 4px;
  letter-spacing: 0;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin: 10px;
}
.top-block .kosher {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  line-height: 24px;
  background-color: #64be64;
  color: white;
  padding: 0px 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  float: right;
  margin: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
}
.top-block .recommended {
  font-size: 14px;
  line-height: 24px;
  background-color: #64be64;
  padding: 0px 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  display: inline-block;
  background-color: #51da45;
  color: black;
  margin-left: 10px;
}
.top-block .phone {
  margin-top: 5px;
  display: inline-block;
}
.phone {
  display: inline-block;
  margin-left: 10px;
}
.leaflet-popup-content .page-item {
  border-top: none;
}
.title-block {
  position: relative;
  z-index: 1;
}
.phone-block {
  position: relative;
  padding: 10px 10px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  text-align: right;
  padding-bottom: 0px;
  min-height: 50px;
}
.phone-block:after {
  content: "";
  display: table;
  clear: both;
}
.phone-block .phone-content-block {
  max-width: 640px;
}
.phone-block .phone {
  color: black;
  /*
		&:hover{
			.phone-button{
				background-color:darken(#34af23, 5%);
			}

		}*/
}
.phone-block .phone-button:hover {
  background-color: #2e9a1f;
}
.phone-block .phone-button {
  color: white;
  font-size: 32px;
  background-color: #34af23;
  text-align: center;
  line-height: 36px;
  float: right;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  width: 102px;
  margin-bottom: 10px;
}
.phone-block .phone-button:before {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\e82b";
  width: 58px;
}
.phone-block .phone-expand {
  border: 2px solid #c8c8c8;
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
  color: white;
  padding: 7px 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-right: 10px;
}
.phone-block .phone-expand:hover {
  background-color: rgba(128, 128, 128, 0.2);
}
.phone-block .phone-full,
.phone-block .phone-partial {
  display: inline-block;
  padding: 0px 6px;
  padding-left: 0px;
  padding-right: 0px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  border-bottom: 1px solid #969696;
  line-height: 1.4em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.phone-block .phone-partial {
  margin-right: 0px;
}
.phone-block .phone-full {
  display: inline-block;
}
.phone-block .phone-partial,
.phone-block .phone-expand {
  display: none;
}
h2 {
  line-height: 22px;
  letter-spacing: 2px;
  margin: 0px;
  padding: 5px 10px;
  font-size: 19px;
  color: #323232;
}
.hours {
  padding: 0px 10px;
  margin: 0px;
}
.shares {
  margin-left: -5px;
  margin-right: -5px;
  float: left;
  font-size: 24px;
  line-height: 30px;
  color: white;
  margin-bottom: 10px;
  /*
	.share-title{ 
		padding: 0px;
		width: auto;
		line-height: 30px;
		font-size: 15px;
		padding: 0px 5px;
		letter-spacing: 0.5px;
		color:white;
		margin:0px 0px;
		float:@left;


		//background-image: url(/image/share.png);
    	background-size: contain;
    	color: transparent;
	    width: 101px;

	    display:none;
	}
	*/
}
.shares .share-title {
  font-size: 18px;
  margin-right: 5px;
  margin-left: 10px;
  float: right;
  opacity: 0.7;
}
.shares .share-title:before {
  content: '\e830';
  margin-right: 8px;
}
.shares .likes {
  font-size: 15px;
  color: #646464;
  display: inline-block;
  padding: 0px 6px;
  margin-left: 8px;
  text-align: right;
}
.shares .likes:after {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\e834";
  margin-left: 8px;
}
.shares .name {
  display: none;
}
.shares .share {
  float: left;
  text-align: center;
  display: inline-block;
  color: white;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px 5px;
  width: 60px;
  width: 55px;
  outline: 1px solid rgba(255, 255, 255, 0.1);
}
.shares .share:last-child {
  margin-right: 0px;
}
.shares .facebook {
  background-color: #3b5998;
}
.shares .facebook:before {
  content: "\e81d";
}
.shares .twitter {
  background-color: #55acee;
}
.shares .twitter:before {
  content: "\e832";
}
.shares .whatsapp {
  background-color: #34af23;
}
.shares .whatsapp:before {
  content: "\e841";
}
.shares .email {
  background-color: #464646;
}
.shares .email:before {
  content: "\e81e";
}
.shares .pinterest {
  background-color: #910101;
}
.shares .pinterest:before {
  content: "\e840";
}
.static-map {
  display: block;
  text-align: center;
  max-width: 640px;
  height: 240px;
  border-bottom: 1px solid #d2d2d2;
  margin-top: -15px;
}
.fontawesome-icon {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
#map-container {
  background-color: #dcdcdc;
}
body.map-page #list,
body.map-page .header {
  display: none;
}
body.map-page .map-overlay,
body.map-page #map {
  display: block;
}
body.map-page .list-button {
  display: inline-block;
}
.list-button {
  display: none;
}
.crumbs {
  padding: 5px 10px;
  font-size: 14px;
  background-color: black;
  color: white;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.waze-button {
  cursor: pointer;
  font-size: 16px;
  float: right;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 2px solid #dcdcdc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  vertical-align: middle;
  line-height: 32px;
  padding: 0px 10px;
  margin-top: 8px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.waze-button:hover {
  background-color: #f7f7f7;
}
.expand-button {
  cursor: pointer;
  font-size: 16px;
  float: left;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border: 2px solid #dcdcdc;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  line-height: 32px;
  padding: 0px 10px;
  margin-top: 0px;
}
.expand-button:hover {
  background-color: #f7f7f7;
}
.expand-button:after {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  margin-left: 10px;
  font-size: 24px;
  float: right;
  color: #666;
  color: #c7c7c7;
  line-height: 30px;
}
.page-loader {
  float: none;
  margin-top: 15px;
}
.gallery2-block {
  position: relative;
  overflow: hidden;
  margin: 10px 5px;
}
.gallery2-block img {
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.gallery2-block img.loaded {
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.gallery2-block .img {
  -webkit-transition: all 166ms ease-in-out;
  transition: all 166ms ease-in-out;
}
.gallery2-block .img:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.gallery2-block .extra {
  display: none;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 333ms all ease-out;
  transition: 333ms all ease-out;
}
.gallery2-block .line {
  position: relative;
  margin: 10px 0px;
}
.gallery2-block .line-content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.gallery2-block .image {
  float: left;
  height: 100%;
  margin: 0px 1%;
  cursor: pointer;
}
.gallery2-block .img {
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
.gallery2-block.expanded .show {
  display: none;
}
.gallery2-block.expanded .extra {
  display: block;
}
.gallery2-block .show,
.gallery2-block .hide {
  margin: 0px 5px 0px 5px;
}
.gallery2-block .show:after,
.gallery2-block .hide:after {
  content: "\e846";
  font-size: 21px;
}
.gallery2-block .hide:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.gallery-block {
  margin-top: 20px;
}
.gallery-block .thumbnail-gallery {
  position: relative;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  height: 118px;
}
.gallery-block .thumbnail-gallery .gallery-scroller {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 220px;
}
.gallery-block .thumbnail-gallery .gallery-scroller .gallery-inner {
  padding-left: 10px;
  padding-right: 5px;
  height: 118px;
  min-width: 100%;
}
.gallery-block .thumbnail-buttons {
  display: none;
  text-align: right;
  position: relative;
  margin-top: 5px;
  margin-right: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-block .thumbnail-buttons .next,
.gallery-block .thumbnail-buttons .prev {
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  display: inline-block;
  padding: 5px;
  text-align: center;
  width: 45px;
  background-color: #c8c8c8;
  margin-left: 5px;
  color: white;
  font-size: 20px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.gallery-block .thumbnail-buttons .next.active,
.gallery-block .thumbnail-buttons .prev.active {
  background-color: #787878;
}
.gallery-block .thumbnail-buttons .next.active:hover,
.gallery-block .thumbnail-buttons .prev.active:hover {
  background-color: #8c8c8c;
}
.gallery-block .gallery-fade-start {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 118px;
  width: 60px;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  pointer-events: none;
}
.gallery-block .gallery-fade-end {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 118px;
  width: 60px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  pointer-events: none;
}
.gallery-block .gallery-item {
  display: inline-block;
}
.gallery-block .gallery-item .img {
  border: 1px solid #dcdcdc;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.scroller::-webkit-scrollbar {
  display: none;
}
.review-entry {
  margin: 0px 12px;
}
.review-entry textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #dcdcdc;
  margin: 10px 0px;
}
.review-prompt {
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 20px;
  outline: 2px solid #c8eae8;
  background-color: #f8fcfc;
}
.review-prompt .buttons {
  overflow: hidden;
  margin-top: 8px;
}
.review-prompt .expand-button {
  margin-right: 8px;
}
.review-entry.recommending .review-recommend-button,
.review-entry.complaining .review-complain-button {
  background-color: #f0f0f0;
}
.review-recommend {
  display: none;
}
.review-entry.recommending .review-recommend {
  display: block;
}
.review-complain {
  display: none;
}
.review-entry.complaining .review-complain {
  display: block;
}
.list-block .reviews-block .reviews .review {
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 0px;
}
.list-block .reviews-block .reviews .review .text {
  margin-left: 0px;
}
.install-prompt-container {
  position: fixed;
  bottom: 10px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  opacity: 1;
}
.install-prompt-container.hidden {
  bottom: -200px;
  opacity: 0;
}
.install-prompt {
  padding: 0px 17px;
  padding-right: 7px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  background-color: #21b2ab;
  color: white;
  display: inline-block;
}
.install-prompt-close:after {
  content: '\e849';
  font-size: 20px;
  color: #787878;
  padding: 0px 10px;
  display: inline-block;
  float: right;
  color: white;
}
.page-reviews-block .review-content-policy,
.reviews-block .review-content-policy,
.page-reviews-block .review-status,
.reviews-block .review-status {
  margin-left: 50px;
  line-height: 24px;
  border-bottom: 1px solid #21b2ab;
  display: inline-block;
  color: #21b2ab;
  font-size: 15px;
}
.page-reviews-block .reviews-expand,
.reviews-block .reviews-expand {
  line-height: 30px;
  display: inline-block;
  margin: 0px 10px;
  border-bottom: 1px solid black;
  border: 2px solid #dcdcdc;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 50px;
  cursor: default;
}
.page-reviews-block .reviews-expand:hover,
.reviews-block .reviews-expand:hover {
  background-color: #fafafa;
}
.page-reviews-block .reviews-expand:after,
.reviews-block .reviews-expand:after {
  content: "\e846";
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  margin-left: 10px;
  font-size: 20px;
  float: right;
  color: #666;
  color: #c7c7c7;
  line-height: 30px;
}
.page-reviews-block .reviews .review,
.reviews-block .reviews .review {
  margin: 15px 10px;
  border: 2px solid #c0efb9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  line-height: 20px;
  font-size: 15px;
  background-color: #fff;
  margin-left: 15px;
  position: relative;
  margin-left: 50px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding-left: 15px;
  /*
			.review-text{
				line-height:22px;
				max-height:44px;
				margin-bottom:3px;
			    overflow: hidden;
			    color:rgb(20,20,20);

				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;  
			}
			*/
}
.page-reviews-block .reviews .review .title,
.reviews-block .reviews .review .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #005090;
  display: inline;
  padding-bottom: 0px;
  border-bottom-color: rgba(255, 255, 255, 0);
  margin-right: 5px;
  color: #4486ba;
  display: block;
  margin-left: 55px;
}
.page-reviews-block .reviews .review .review-top,
.reviews-block .reviews .review .review-top {
  min-height: 46px;
}
.page-reviews-block .reviews .review .review-bottom,
.reviews-block .reviews .review .review-bottom {
  margin-top: 7px;
}
.page-reviews-block .reviews .review .review-logo,
.reviews-block .reviews .review .review-logo {
  position: absolute;
  top: 50%;
  left: -45px;
  height: 32px;
  width: 32px;
  margin-top: -16px;
  text-align: center;
  line-height: 32px;
  font-size: 30px;
  color: #81d075;
}
.page-reviews-block .reviews .review .review-logo:after,
.reviews-block .reviews .review .review-logo:after {
  content: '\e820';
}
.page-reviews-block .reviews .review:after,
.reviews-block .reviews .review:after,
.page-reviews-block .reviews .review:before,
.reviews-block .reviews .review:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.page-reviews-block .reviews .review:after,
.reviews-block .reviews .review:after {
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.page-reviews-block .reviews .review:before,
.reviews-block .reviews .review:before {
  border-right-color: #c0efb9;
  border-width: 13px;
  margin-top: -13px;
}
.page-reviews-block .reviews .review:hover .page-name,
.reviews-block .reviews .review:hover .page-name {
  border-color: #9bc9db;
}
.page-reviews-block .reviews .review.review-expanded .review-text,
.reviews-block .reviews .review.review-expanded .review-text {
  -webkit-line-clamp: unset;
  max-height: unset;
  min-height: 70px;
}
.page-reviews-block .reviews .review .review-text,
.reviews-block .reviews .review .review-text {
  margin-top: 5px;
  font-size: 15px;
  line-height: 22px;
  max-height: 44px;
  margin-bottom: 3px;
  overflow: hidden;
  color: #141414;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: default;
}
.page-reviews-block .reviews .review .review-name,
.reviews-block .reviews .review .review-name {
  font-weight: bold;
  color: #505050;
  font-size: 16px;
}
.page-reviews-block .reviews .review .review-date,
.reviews-block .reviews .review .review-date {
  float: right;
  color: #a9a9a9;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.page-reviews-block .reviews .review .account-name,
.reviews-block .reviews .review .account-name,
.page-reviews-block .reviews .review .name,
.reviews-block .reviews .review .name {
  /*color: #4486ba;*/
  font-weight: bold;
  font-style: normal;
}
.page-reviews-block .reviews .review .page-name,
.reviews-block .reviews .review .page-name {
  color: #50a0c0;
  font-weight: bold;
  line-height: 20px;
  display: inline;
  border-bottom: 1px solid transparent;
}
.page-reviews-block .reviews .review .account-name,
.reviews-block .reviews .review .account-name,
.page-reviews-block .reviews .review .date,
.reviews-block .reviews .review .date {
  font-weight: bold;
  color: #adadad;
  color: #adc7b2;
  font-size: 14px;
  font-style: normal;
}
.page-reviews-block .reviews .review .account-name,
.reviews-block .reviews .review .account-name {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: right;
}
.page-reviews-block .reviews .review .date,
.reviews-block .reviews .review .date {
  float: right;
  margin-left: 10px;
}
.page-reviews-block .reviews .review .text,
.reviews-block .reviews .review .text {
  font-style: italic;
  margin-top: 10px;
  line-height: 22px;
  background-color: #fafffa;
  position: relative;
  padding: 5px 10px;
  border: 2px solid #d3efd3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: 15px;
  font-size: 15px;
  max-width: 350px;
  margin-bottom: 10px;
  margin-left: 57px;
}
.page-reviews-block .reviews .review .text:before,
.reviews-block .reviews .review .text:before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -11px;
  border-width: 11px;
  border-left-width: 0px;
  border-style: solid;
  border-color: transparent #d3efd3;
  display: block;
  width: 0;
}
.page-reviews-block .reviews .review .text:after,
.reviews-block .reviews .review .text:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -8px;
  border-width: 8px;
  border-left-width: 0px;
  border-style: solid;
  border-color: transparent #fafffa;
  display: block;
  width: 0;
}
.page-reviews-block .reviews .review .page-logo,
.reviews-block .reviews .review .page-logo {
  float: left;
  margin-right: 10px;
  outline: 1px solid #dcdcdc;
}
.page-reviews-block .reviews .review .page-logo .img,
.reviews-block .reviews .review .page-logo .img {
  width: 44px;
  height: 44px;
}
.page-reviews-block .reviews .review .account-image,
.reviews-block .reviews .review .account-image {
  float: left;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
.page-reviews-block .reviews .review .account-image .img,
.reviews-block .reviews .review .account-image .img {
  width: 40px;
  height: 40px;
}
.page-reviews-block .reviews .review:target,
.reviews-block .reviews .review:target {
  background-color: red;
}
.page-reviews-block .reviews .review-edit,
.reviews-block .reviews .review-edit {
  border-color: #b4b4b4;
  padding: 0px;
}
.page-reviews-block .reviews .review-edit textarea,
.reviews-block .reviews .review-edit textarea {
  font: inherit;
  padding: 0;
  width: 100%;
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: 140px;
  resize: none;
  line-height: 22px;
  padding: 10px;
  padding-left: 15px;
}
.page-reviews-block .reviews .review-edit textarea:focus,
.reviews-block .reviews .review-edit textarea:focus {
  outline: none;
}
.page-reviews-block .reviews .review-edit .review-logo,
.reviews-block .reviews .review-edit .review-logo {
  color: #b4b4b4;
}
.page-reviews-block .reviews .review-edit:before,
.reviews-block .reviews .review-edit:before {
  border-right-color: #b4b4b4;
}
.reviews-block .page .page-logo .img {
  margin-top: 0px;
  width: 66px;
  height: 66px;
  border: 1px solid #c8c8c8;
  border: 1px solid #e0e0e0;
  float: left;
  margin-left: -78px;
}
.reviews-block .page .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #005090;
  display: inline;
  padding-bottom: 0px;
  border-bottom-color: rgba(255, 255, 255, 0);
  margin-right: 5px;
  color: #005090;
  color: #006cc2;
  color: #4486ba;
  display: block;
  margin-left: 54px;
}
.page-reviews-block {
  max-width: 480px;
}
.page-reviews-block .reviews-dest-anchor {
  display: block;
  position: relative;
  top: -10px;
  visibility: hidden;
}
.app-page .page-reviews-block .reviews-dest-anchor {
  top: -65px;
}
.page-reviews-block .flash-message {
  padding: 15px;
  margin: 15px;
  background-color: #bfefbf;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 24px;
}
.page-reviews-block .flash-message-failed {
  background-color: #ffd4d4;
}
.page-reviews-block .review-your {
  background-color: red;
  overflow: hidden;
  /* padding: 10px 0px; */
  margin-top: 15px;
  background-color: #f5faf5;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #e0f0e0;
}
.page-reviews-block .review-first {
  margin: 10px;
  margin-left: 50px;
  line-height: 21px;
}
.page-reviews-block .review-your-lead {
  margin: 10px;
  margin-left: 52px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 21px;
}
.page-reviews-block .review-sign-in {
  padding: 10px;
  padding-left: 15px;
  height: 140px;
  line-height: 30px;
}
.page-reviews-block .review-sign-in a {
  display: inline-block;
  border: 2px solid #dcdcdc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 10px;
  line-height: 30px;
  color: black;
  margin-right: 2px;
}
.page-reviews-block .review-delete-button {
  line-height: 24px;
  display: inline-block;
  color: #21b2ab;
  font-size: 15px;
  float: right;
  margin-right: 10px;
  color: #989898;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #989898;
  padding: 0px;
}
.page-reviews-block .review-edit-block {
  display: none;
}
.page-reviews-block .review-edit-button,
.page-reviews-block .review-save-button {
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  border: 2px solid #cecece;
  background-color: white;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
  line-height: 30px;
  padding: 2px 10px;
  text-align: center;
  min-width: 70px;
  margin-bottom: 10px;
  font-size: inherit;
  cursor: default;
}
.page-reviews-block .review-edit-button:hover,
.page-reviews-block .review-save-button:hover {
  background-color: #fafafa;
}
.page-reviews-block .review-edit-button[disabled],
.page-reviews-block .review-save-button[disabled] {
  background-color: #f0f0f0;
  border-color: #dcdcdc;
  color: #aaaaaa;
}
.page-reviews-block .review-button {
  border: none;
  background-color: #21b2ab;
  color: white;
  margin: 10px;
  padding: 4px 12px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  letter-spacing: 0.6px;
  color: black;
  background-color: #a3fd95;
  padding: 11px 14px;
  display: inline-block;
  margin-top: 20px;
}
.page-reviews-block .reviews-extra {
  display: none;
}
.page-reviews-block .reviews-expanded .reviews-expand {
  display: none;
}
.page-reviews-block .reviews-expanded .reviews-extra {
  display: block;
}
.page-reviews-block .reviews.reviews-narrow .review .text {
  margin-left: 30px;
}
.page-reviews-block .reviews.reviews-narrow .review .review-top {
  min-height: 44px;
}
.location-select {
  display: inline-block;
  color: #323232;
  margin: 0px 2px;
  line-height: 28px;
  padding: 0px 3px;
  border: 1px solid white;
  padding: 0px 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
}
.location-select:after {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\e846";
  color: #a0a0a0;
  color: #c8c8c8;
  color: white;
}
.deals-filter,
.kosher-filter {
  display: inline-block;
  color: #323232;
  color: #969696;
  margin: 0px;
  margin-left: 10px;
  line-height: 28px;
  padding: 0px 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: right;
  text-decoration: underline;
  padding: 0px 10px;
  text-decoration: none;
  color: white;
}
.deals-filter:before,
.kosher-filter:before {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\e843";
  color: #323232;
  margin-right: 5px;
  text-decoration: none;
  color: white;
}
.deals-filter.selected:before,
.kosher-filter.selected:before {
  content: "\e842";
}
.deals-filter .count,
.kosher-filter .count {
  color: #a0a0a0;
  font-size: 14px;
}
.deals-filter {
  background-color: orange;
}
.kosher-filter {
  background-color: #64be64;
}
.map-button {
  background-color: white;
  float: right;
  font-weight: bold;
}
.map-button:before {
  content: '\e818';
  float: left;
  margin-right: 8px;
  color: #646464;
  font-size: 24px;
  font-weight: normal;
}
.phone-block .map-button {
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.phone-block .map-button:before {
  color: white;
}
/*.map-button,*/
.list-button {
  float: right;
  border: 1px solid white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  margin-top: 0px;
  margin-right: 0px;
  line-height: 28px;
  padding: 0px 8px;
}
.list-button:after {
  margin-left: 6px;
  font-family: "combined";
  content: '\e818';
  -webkit-font-smoothing: antialiased;
  color: #505050;
  display: inline-block;
  color: white;
}
.list-button:after {
  content: '\e82c';
}
.twitter-bar {
  margin: 15px 10px;
}
.tweet {
  font-size: 16px;
  line-height: 23px;
  max-width: 480px;
  margin: 15px 0px;
  color: #1e1e1e;
}
.tweet .text {
  color: rgba(0, 0, 0, 0.7);
}
.tweet .date {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
}
.tweet .sender {
  color: #4486ba;
}
.tweet:hover .sender {
  border-bottom: 1px solid #4486ba;
}
.tweet:before {
  float: left;
  font-family: "combined";
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  content: "\e832";
  display: inline-block;
  color: #55acee;
  margin-right: 5px;
  font-size: 24px;
  line-height: 22px;
  vertical-align: middle;
  font-style: normal;
}
.links > * {
  display: block;
  margin: 5px 10px;
  line-height: 32px;
  height: 32px;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #006a7e;
}
.links > *:before {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 5px;
  font-size: 24px;
  width: 34px;
  text-align: center;
  text-decoration: none;
}
.links .text {
  border-bottom: 1px solid #0090A0;
  border-bottom: 1px solid #a0d0ff;
  color: #006a7e;
  border-bottom: 1px solid #007f98;
  color: #4486ba;
  border-bottom-color: #8eb6d6;
}
.links .facebook:before {
  content: "\e826";
  color: #3b5998;
}
.links .twitter:before {
  content: "\e832";
  color: #55acee;
}
.links .linkedin:before {
  content: 'in';
  color: white;
  background-color: #0274B3;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.links .pinterest:before {
  content: "\e832";
  color: #55acee;
}
.links .phone:before {
  content: "\e82b";
  color: #34af23;
}
.links .fax:before {
  content: "\e838";
  color: #505050;
}
.links .youtube:before {
  content: "\e825";
  color: #3b5998;
  color: #c4302b;
}
.links .email:before {
  content: "\e81e";
  color: #3c3c3c;
}
.links .website:before {
  content: "\e83d";
  color: black;
}
.links .whatsapp:before {
  content: "\e841";
  color: #3b5998;
}
.weather-icon:before,
.weather-icon:after {
  font-family: "combined";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.weather {
  white-space: nowrap;
  font-size: 16px;
  height: 53px;
  overflow: hidden;
}
.weather-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  height: 150px;
  padding: 0px 10px;
  text-align: center;
}
.day {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  width: 33.33%;
  text-align: left;
  float: left;
}
.day .weather-icon {
  left: 0px;
  top: 0px;
  position: absolute;
  font-size: 44px;
}
.day .date {
  font-size: 16px;
  font-weight: 700;
  color: #141414;
}
.day .temp-day {
  margin-top: 3px;
  font-size: 16px;
  color: #282828;
}
.day .temp-night {
  margin-top: 3px;
  font-size: 14px;
  color: #787878;
}
.weather-icon:after {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 0px;
}
.icon-01d::before {
  content: "\e816";
  color: #FFb000;
}
.icon-01n::before {
  content: "\e80e";
  color: #ffff00;
}
.icon-02d::before {
  content: "\e807";
  color: #a0a0a0;
}
.icon-02d::after {
  content: '\e802';
  color: #FFb000;
}
.icon-02n::before {
  content: "\e807";
  color: #a0a0a0;
}
.icon-02n::after {
  content: '\e801';
  color: #ffff00;
}
.icon-03d::before,
.icon-03n::before {
  content: "\e807";
  color: #a0a0a0;
}
.icon-04d::before,
.icon-04n::before {
  content: "\e807";
  color: #a0a0a0;
}
.icon-09d::before,
.icon-09n::before {
  content: '\e806';
  color: #a0a0a0;
}
.icon-09d::after,
.icon-09n::after {
  content: '\e80f';
  color: #00d0ff;
}
.icon-10d::before,
.icon-10n::before {
  content: '\e806';
  color: #aaaaaa;
}
.icon-10d::after,
.icon-10n::after {
  content: '\e80b';
  color: #00d0ff;
}
.icon-11d::before,
.icon-11n::before {
  content: '\e806';
  color: #aaaaaa;
}
.icon-11d::after,
.icon-11n::after {
  content: '\e815';
  color: #FFb000;
}
.icon-12d::before,
.icon-12n::before {
  content: '\e806';
  color: #a0a0a0;
}
.icon-12d::after,
.icon-12n::after {
  content: '\e80c';
  color: #00d0ff;
}
.icon-13d::before,
.icon-13d::before {
  content: '\e809';
  color: #a0a0a0;
}
body {
  border: 0;
}
.filters {
  margin: 15px 10px 15px;
  color: rgba(0, 0, 0, 0.3);
}
.filters .filter {
  margin: 0px 5px;
  color: #4486ba;
  display: inline-block;
}
.filters .filter.selected {
  color: black;
}
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#reviews {
  /*
	.page-item:first{
		border-top:0;
		margin-top:-25px;
	}*/
}
.pages-block {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  left: 0px;
}
/*
.reviews-page.editing{
	.delete-link{
		display:inline-block;
	}
	.drag-handle:before{
		display:inline-block;
	}
}
.reviews-page.editing-complete{
	.delete-link{
		opacity:1;
		transform:translateX(0px);
	}
	.drag-handle:before{
		opacity:1;
		transform:translateX(0px);
	}
}
*/
.reviews-page .page-item {
  /*
	.delete-link{
		display:inline-block;
		opacity:1;
		transform:translateX(0px);
	}*/
}
.reviews-page .page-item .delete-link:before {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.reviews-page .page-item .drag-handle:before {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.reviews-page .favourite-items {
  padding-top: 10px;
}
.reviews-page {
  max-width: 600px;
  margin-bottom: 25px;
}
.reviews-page h2 {
  line-height: 50px;
  background-color: #f1f1f1;
  margin-top: 0px;
  margin-bottom: 20px;
}
.reviews-page .favourite-buttons {
  height: 52px;
  line-height: 52px;
}
.reviews-page .favourite-title {
  font-size: 19px;
  letter-spacing: 1px;
  margin-left: 10px;
  color: #323232;
}
.reviews-page .edit-button {
  border: 2px solid rgba(0, 0, 0, 0.25);
  margin: 10px;
  padding: 0px 10px;
  line-height: 28px;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  background-color: white;
  float: right;
}
.reviews-page .edit-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.reviews-page .edit-button-off {
  display: none;
}
.reviews-page.editing .edit-button-on {
  display: none;
}
.reviews-page.editing .edit-button-off {
  display: block;
}
a:first-of-type .page-item {
  border-top: 0px;
}
.sortable-drag .page-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: none !important;
  outline: 1px solid #e6e6e6;
  left: 0px !important;
}
.sortable-ghost {
  visibility: hidden;
}
@media (max-width: 767px) {
}
.ident {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
}
.content-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
  -webkit-transition: opacity 333ms ease-out;
  transition: opacity 333ms ease-out;
}
.browse-showing #categories {
  display: block;
  opacity: 0;
  -ms-transform: scaleY(0.92);
  -webkit-transform: scaleY(0.92);
  transform: scaleY(0.92);
}
.browse-showing .content-cover {
  opacity: 0;
  display: block;
}
.search-showing #search-results .content {
  display: block;
  opacity: 0;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.search-showing .content-cover {
  opacity: 0;
  display: block;
}
.browse-show #categories {
  display: block;
  opacity: 1;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.browse-show .content-cover {
  opacity: 1;
  display: block;
}
.search-show #search-results .content {
  opacity: 1;
}
.search-show .content-cover {
  opacity: 1;
  display: block;
}
.more.selected,
.category.selected,
.news-item.selected,
.page-item.selected {
  background-color: #F8F8F8;
}
.category:last-child,
.news-item:last-child,
.page-item:last-child {
  border-bottom: none;
}
.search-item {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
}
.search-item .title {
  color: black;
}
.search-item .type {
  color: #aaaaaa;
}
.search-item .type:before {
  content: '>';
  margin-left: 5px;
  margin-right: 5px;
}
h1.search-title {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0px 10px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #ffa545;
  margin-bottom: 25px;
}
.more-reviews-block {
  text-align: right;
}
.category-page .summary {
  color: white;
  line-height: 21px;
  font-size: 15px;
  font-weight: normal;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.7);
  margin: 10px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
/*Billy D. feat. Jimmie G.*/
.page-page .deals-block {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
}
.page-page .deals-block .deal-detail {
  font-size: 16px;
  color: #141414;
  margin: 10px 0px;
  margin-bottom: 20px;
}
.page-page .deals-block .deal-top {
  position: relative;
  padding: 5px 10px;
  min-height: 75px;
}
.page-page .deals-block .deal-top .deal-image .img {
  width: 58px;
  height: 58px;
  outline: 1px solid #e6e6e6;
  position: absolute;
  left: 8px;
  margin-top: 0px;
  top: 8px;
}
.page-page .deals-block .deal-bottom {
  overflow: hidden;
  height: 0px;
  opacity: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  padding: 0px 10px;
}
.page-page .deals-block .deal-terms,
.page-page .deals-block .deal-problem {
  color: #4486ba;
  border-bottom: 1px solid #8eb6d6;
  margin-bottom: 10px;
}
.page-page .deals-block .deal {
  max-width: 480px;
  margin: 0px;
  cursor: pointer;
  position: relative;
  border: 2px dashed #ffcd5a;
  background-color: #fffff9;
  margin-bottom: 12px;
  /*
		&:after {
	        content: '\e800';
		    color: rgba(255, 165, 0, 0.6);
		    position: absolute;

		    top: 50%;
		    margin-top: -27px;
		    line-height: 54px;
		    font-size: 45px;

		    .left(0%);
		    .margin-left(10px);
		    width: 19px;
		    text-align: center;
		    //background-color: white;
		}
		*/
  /*
  		&.expanded{
  			.ends, .smallprint, .description{
  				display:block;
  			}
  			.expand{
  				display:none;
  			}
  		}
*/
}
.page-page .deals-block .deal .smallprint {
  display: none;
  margin-top: 5px;
  font-size: 15px;
  line-height: 21px;
  color: #808080;
}
.page-page .deals-block .title {
  font-size: 17px;
  display: inline-block;
  padding-right: 35px;
  font-weight: normal;
  color: #424242;
  line-height: 24px;
  padding-left: 66px;
  color: #e68200;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: bold;
  vertical-align: middle;
}
.page-page .deals-block .description {
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  font-size: 16px;
}
.page-page .deals-block .ends {
  line-height: 36px;
  font-size: 16px;
  display: block;
  margin: 8px 0px;
  color: #a2a2a2;
  margin-top: 0px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.page-page .deals-block .deal-terms {
  float: left;
}
.page-page .deals-block .deal-problem {
  float: right;
}
.page-page .deals-block .deal-expand {
  color: #545454;
  font-size: 22px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  line-height: 10px;
  margin-top: -16px;
  line-height: 32px;
  width: 48px;
  text-align: center;
}
.page-page .deals-block .deal-expand:after {
  content: "\e846";
  display: block;
  transition: 300ms -webkit-transform ease-in-out;
  transition: 300ms transform ease-in-out;
  transition: 300ms transform ease-in-out, 300ms -webkit-transform ease-in-out;
  -webkit-transition: 300ms -webkit-transform ease-in-out;
}
.page-page .deals-block .deal.expanded .deal-expand:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-page .deals-block .deal.expanded .deal-bottom {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.page-page .deals-block .image .img {
  float: right;
  height: 64px;
  width: 64px;
  margin-left: 10px;
  height: 88px;
  width: 88px;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
}
.tab-row,
.page-row,
.footer {
  clear: both;
}
.tab-row .tab {
  width: 33.33%;
  display: inline-block;
  float: left;
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  background-color: #f0f0f0;
  font-size: 17px;
}
.tab-row .tab.selected {
  border-bottom-style: none;
  background-color: transparent;
}
.tab-row .tab.touched {
  background-color: #dcdcdc;
}
.page-row {
  position: relative;
}
.page-row .page {
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  display: none;
  width: 100%;
  float: left;
}
.page-row .page.selected {
  display: block;
}
.top-bar-container {
  height: 62px;
  position: relative;
  margin-top: 0px;
}
.top-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 67px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  padding: 0px 5px;
  text-align: right;
  /* padding-top: 5px; */
  white-space: nowrap;
  overflow-y: auto;
  background-color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  /*
    &:before{
        content: '';
	    top: 0px;
	    bottom:0px;
	    position: absolute;
        opacity: 0.9;
    	background-image: linear-gradient(135deg, #ffffff 25%, #f0f0f0 25%, #f0f0f0 50%, #ffffff 50%, #ffffff 75%, #f0f0f0 75%, #f0f0f0 100%);
	    background-size: 5px 5px;
        z-index: -1;
    }
  */
}
.top-bar.fixed-top {
  top: 54px;
  bottom: auto;
  position: fixed;
  border-bottom: 1px solid #f0f0f0;
}
.top-bar.fixed-bottom {
  top: auto;
  bottom: 0px;
  position: fixed;
  border-top: 1px solid #f0f0f0;
}
.top-bar-action {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 15px 5px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  /* margin-top: 10px; */
  padding: 0px 11px;
  color: #949494;
  background-color: white;
  /* z-index: 1; */
  color: #737373;
  border-color: #c1c1c1;
}
.top-bar-action:after {
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.top-action-share:after {
  content: '\e84e';
}
.top-action-recommend:after {
  content: '\e852';
}
.top-action-favourite:after {
  content: '\e835';
}
.tabs-container {
  height: 47px;
  position: relative;
  padding-top: 5px;
}
.tabs {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  position: absolute;
  background-color: white;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
.tabs .tabs-scroll {
  margin-right: -200px;
}
.tabs:before {
  content: '';
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  position: absolute;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  -webkit-transition: opacity 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tabs.fixed-top {
  top: 54px;
  position: fixed;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs .tab {
  display: inline-block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #a3a3a3;
  border-bottom: 4px solid transparent;
  line-height: 39px;
  position: relative;
  padding-top: 4px;
  /*
		padding-top: 18px;
		&:before{
			//content:"\e847";
			font-weight:normal;
			content:'\e82C';
			position:absolute;
			width:32px;
			top: -6px;
			font-size:24px;
		}

		&#list-tab:before{
			content:'\e853';
		}
		&#deals-tab:before{
			content:'\e853';
		}
		&#reviews-tab:before{
			content:'\e852';
		}
		&.dialog-open:before{
			content:'\e818';
		}
		*/
}
.tabs .tab.selected {
  border-bottom-color: #21b2ab;
  color: #21b2ab;
}
.tabs.tabs-2 .tab {
  width: 50%;
}
.tabs.tabs-3 .tab {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 90px;
}
.tabs.tabs-4 .tab {
  min-width: 70px;
  padding-left: 10px;
  padding-right: 10px;
}
/*
.tabs 
{	   
	margin-top:15px;
	.clearfix(); 	

	//border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:15px;

	.content
	{
		.padding-left(10px);
		.padding-right(10px);	
	
		//.padding-left(6px);
		//.padding-right(5px);	
	}

	.tab
	{
		.noselect;

		display: inline-block;

		width: 33.33%;
		max-width: 120px;

		float: @left;
		padding: 0px 7px;
		font-weight:bold;
		color: rgba(0,0,0,0.8);
		cursor:pointer;

		font-size:17px;
	    line-height: 36px;

		border: 2px solid @tab-border-color;

		.margin-left(-1px);
		.margin-right(-1px);

	    font-size: 16px;
	    //min-width: 22%;
	    min-width: none;
	    max-width: none;
		width: auto;
		padding: 0 2.5%;

		&:hover .tab-content{
			//background-color:rgb(230,230,230);
			//border-bottom-color:rgba(255,128,0,0.2);
		}

		.tab-content
		{
			padding:0px;
			//background-color:rgb(255,255,255);
		}
	}

	
}

.tabs .tab
{
	.tab-content
	{
		position:relative;
	}

	.tab-content:before, .tab-content:after
	{
		.transition(all 166ms ease-in-out);
		position:absolute;
		top:100%;
		.margin-left(0px);
		.left(50%);
		height:0;
		width:0;
		border:0px solid transparent;
		content:"";
	}

	.tab-content:before
	{
		border-top-color: @tab-border-color;
	}

	.tab-content:after
	{
		border-top-color: @tab-highlight-color;
	}
}

.tab.selected{
	background-color: @tab-highlight-color;

	.tab-content:before
	{
		.margin-left(-15px);
		border-width:15px;
	}

	.tab-content:after
	{
		.margin-left(-12px);
		border-width:12px;
	}

}
*/
/*
#deals-tab
{
	//color:orange;	
	white-space: nowrap;
}

#deals-tab .count
{
	line-height:24px;
	display:inline-block;
	//background-color:orange;
	background-color:rgb(163, 163, 163);
	color:white;
	padding:0px 5px;
	border-radius:12px;
	min-width:24px;
	text-align:center;
	.margin-right(6px);
}
*/
#deals-tab .count {
  display: none;
}
#kosher-tab .count {
  display: inline-block;
  background-color: green;
  color: white;
  padding: 0px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 6px;
}
#list-tab .count {
  display: inline;
  margin-right: 6px;
}
.deals-page .deals-list {
  display: block !important;
}
.page {
  display: none !important;
}
.page.selected {
  display: block !important;
}
.discount {
  float: right;
  color: white;
  font-size: 15px;
  padding: 0px 6px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ff9000;
}
.enlarge-map {
  margin: 0px 0px;
  margin-top: 8px;
  float: none;
  margin-left: 10px;
  display: inline-block;
}
.enlarge-map:after {
  content: "\e847";
}
.pswp__button--close {
  z-index: 10;
}
.dialog-container {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.full-deal {
  width: 100%;
  max-width: 480px;
  border: 2px dashed #ffcd5a;
  -webkit-border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNpi/H826j8DGmA0XsaILoZNHRMDBYAF2UICapHl/1NsM0WaRwGJgBEp5TAipTAGLCmMYfDEMwu6U/AkVepmDIAAAwCNThFhStX+jAAAAABJRU5ErkJggg==") 2 round;
  border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNpi/H826j8DGmA0XsaILoZNHRMDBYAF2UICapHl/1NsM0WaRwGJgBEp5TAipTAGLCmMYfDEMwu6U/AkVepmDIAAAwCNThFhStX+jAAAAABJRU5ErkJggg==") 2 round;
  text-align: left;
}
.full-deal .deal-image .img {
  height: 100px;
  width: 100px;
  float: right;
  border: 1px solid #dcdcdc;
  margin-left: 10px;
}
.full-deal .dialog-content {
  paddin-top: 10px;
  background-color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQYV2P8///xfwYkwIgh8OvXL1QV6AIAb28Pn61Ybo4AAAAASUVORK5CYII=);
}
.full-deal .dialog-content:before {
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.22, 1);
  content: '\e800';
  color: rgba(255, 165, 0, 0.6);
  text-align: center;
  display: block;
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: 120px;
  line-height: 120px;
}
.dialog-container.opening .full-deal .dialog-content:before {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.dialog-container.open .full-deal .dialog-content:before {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.full-deal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 16px;
  float: left;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border: 2px solid #dcdcdc;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  line-height: 32px;
  padding: 0px 10px;
  margin-top: 0px;
}
.full-deal .close:hover {
  background-color: #f7f7f7;
}
.full-deal .close:after {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  margin-left: 10px;
  font-size: 24px;
  float: right;
  color: #666;
  color: #c7c7c7;
  line-height: 30px;
}
.full-deal .close:after {
  display: inline-block;
  margin-left: 5px;
  content: '\e849';
  font-size: 20px;
  color: #505050;
}
.full-deal .top {
  padding: 10px;
}
.full-deal .title {
  margin-top: 15px;
  font-size: 21px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
}
.full-deal .page-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.full-deal .ends {
  margin-top: 3px;
  text-align: left;
  display: block;
  float: none;
  margin: 0px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: normal;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.35);
}
.full-deal .description {
  display: block;
  max-height: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
}
.full-deal .smallprint {
  padding-top: 10px;
  background-color: rgba(255, 128, 0, 0.6);
  background-color: rgba(40, 20, 0, 0.55);
  color: white;
  margin-top: 15px;
  padding: 10px;
}
.leaflet-container {
  font-family: inherit;
}
.mini-map-container {
  z-index: 1;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  -webkit-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  /*
    &:hover{
    	box-shadow:0px 0px 10px rgba(0,0,0,0.5);

		.mini-map
    	{
    		transform: scale(1.05);
    	}
    }
*/
}
.mini-map-container .mini-map {
  -webkit-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
.full-map {
  position: absolute;
  top: 54px;
  left: 0px;
  right: 0px;
  bottom: 54px;
  height: auto !important;
}
.full-map .dialog-close {
  display: none;
}
.map-page {
  height: 100vh;
}
.mini-map .leaflet-control-zoom {
  display: none;
}
.mini-map2 {
  height: 100%;
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
}
.map-container {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
.map-container:after {
  content: "";
  display: table;
  clear: both;
}
.map-cover {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 8;
}
.leaflet-container {
  z-index: 8;
}
.selected-map .full-map-container {
  display: block;
}
.banners-vertical {
  display: none;
}
.search-list .category .img {
  width: 66px;
  height: 66px;
  margin-top: -40px;
}
.search-list .category .main {
  padding-left: 88px;
  line-height: 25px;
  min-height: 89px;
}
.search-list .category .title {
  color: #4486ba;
  font-size: 16px;
  font-weight: bold;
}
#categories,
#search-results {
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
#categories .content,
#search-results .content {
  position: absolute;
  top: 0px;
  z-index: 9;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#categories {
  z-index: 10;
}
#categories .content {
  border-left: 0px;
  border-right: 0px;
}
#search-results .content {
  border-left: 0px;
  border-right: 0px;
  left: 0px;
  right: 0px;
}
/*

//Delightful idea stolen from https://fieldnotesbrand.com/: On page load, could do a nice little zoom effect
.layer-2
{
    transition: all 2500ms ease-out;
    transform-origin: center top;
    transform: scale(1.15);
}

*/
@media (min-width: 768px) {
  .gallery2-block {
    margin-right: -75px;
  }
  .layer-2 .img {
    margin-top: -264px;
  }
  .page-page .mobile-only {
    display: none;
  }
  .big-block {
    min-height: 172px;
  }
  .footer .categories .column-inner {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 14px;
    padding: 0px 10px;
    margin-right: -1px;
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
  }
  .footer .categories .column-inner:first-child {
    border-left: none;
  }
  .footer .categories .column-inner:last-child {
    border-right: none;
  }
  .footer .categories .column-outer {
    padding: 0px;
  }
  .content {
    margin: 0 auto;
    max-width: 768px;
  }
  .cover-image {
    max-width: 768px;
  }
  .top-block {
    padding-top: 20px;
    min-height: 171px;
    padding-left: 20px;
  }
  .top-block .main-logo .img {
    height: 200px;
    width: 200px;
    z-index: 1;
  }
  .top-block .title {
    font-size: 26px;
    line-height: 30px;
  }
  .top-block .address,
  .top-block .summary {
    font-size: 16px;
    line-height: 22px;
  }
  .top-block .summary {
    font-size: 16px;
  }
  .top-block .kosher {
    line-height: 28px;
    padding: 0px 8px;
  }
  .top-block .mini-map {
    width: 240px;
    height: 200px;
    background-color: white;
  }
  .top-block .map-container {
    float: right;
    margin: 0px;
    margin-left: 20px;
  }
  .top-block .map-container .enlarge-map {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 8;
  }
  .phone-block {
    padding-right: 15px;
  }
}
/*
html,body {
  height: 100%;
  width: 100%;
  overflow: hidden;
} 
*/
/*
.app-page.news-page{
	.app-top-pad{
		height:96px;
	}

	.app-bottom-pad{
		height:54px;
	}
}
*/
.app-page {
  /*
	//Show the search/browse header on the homepage
	&.news-page{
		.header{
			display:block;
			.header-nav{
				display:none;
			}
			.ident{
				display:none;
			}
		}
	}
	*/
}
.app-page .dialog-container {
  top: 54px;
}
.app-page #other-content {
  overflow-x: hidden;
}
.app-page .top-block {
  padding-top: 5px;
}
.app-page .big-block {
  overflow: visible;
}
.app-page .cover-container {
  top: -54px;
}
.app-page .app-top-pad {
  background-color: white;
  left: 0px;
  width: 100%;
}
.app-page .app-top-pad-fixed {
  top: 0px;
  position: fixed;
  z-index: 1;
  background-color: transparent;
}
.app-page .body-inner {
  /*
		//Fill the whole windows - this means that the iframe doesn't auto-expand on ios
		position: absolute;
	    top: 0;
	    bottom:0;
	    height:100%;
	    width:100%; 
	 	overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		*/
  /* Prevent native touch events on Windows */
  -ms-touch-action: none;
  /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Prevent text resize on orientation change, useful for web-apps */
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.app-page .header,
.app-page .footer,
.app-page .postfooter,
.app-page .prefooter {
  display: none;
}
.app-page .header {
  /*display:block;*/
  margin-bottom: 0px !important;
}
.app-page.search-show .body-inner {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.app-page.index-page .header {
  display: block;
}
.app-page.index-page .ident,
.app-page.index-page .header-nav {
  display: none;
}
.text-area-content {
  max-width: 630px;
}
.tab {
  cursor: pointer;
}
.tab:hover {
  color: #a0cecb;
  border-bottom-color: #d0f0ef;
}
.page-page .right-column {
  display: none;
}
.gallery-wide {
  display: none;
}
@media (min-width: 1024px) {
  .tabs {
    overflow: hidden;
  }
  #user-menu .content {
    top: -90px;
  }
  .right-column {
    display: block;
  }
  .layer-2 div {
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  #search-results .content {
    max-width: 700px;
    margin-left: 10px;
    margin-top: -43px;
  }
  #categories .content {
    width: 800px;
  }
  #categories .category {
    width: 33.33%;
    float: left;
    height: 50px;
  }
  #categories .title {
    max-height: 44px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
  }
  .header .header-browse {
    padding-bottom: 10px;
  }
  .header .ident {
    margin-bottom: 15px;
  }
  .header .main-title {
    letter-spacing: 1px;
    font-size: 31px;
  }
  .news-page .left-column {
    display: block;
    float: right;
  }
  .news-page .categories-block {
    display: block;
    margin-top: -10px;
    width: 360px;
  }
  .mini-map2 {
    height: 710px;
  }
  .list-block {
    padding-left: 10px;
    max-width: 520px;
    padding-bottom: 50px;
  }
  .deals-block {
    padding-left: 10px;
    max-width: 520px;
    padding-bottom: 0px;
  }
  .date-block {
    padding-left: 10px;
    max-width: 520px;
    padding-bottom: 50px;
  }
  .news-block {
    padding-left: 10px;
    max-width: 520px;
    padding-bottom: 50px;
  }
  .reviews-block {
    padding-left: 10px;
    max-width: 520px;
    padding-bottom: 50px;
  }
  .page-block {
    padding-left: 10px;
    max-width: 520px;
    margin-right: 400px;
    padding-bottom: 50px;
    padding-top: 20px;
    margin-top: 10px;
  }
  .page-block .banners-block-top {
    margin-bottom: 30px;
  }
  .page-page .right-column {
    display: block;
    float: right;
    width: 320px;
  }
  .page-page .right-column .mini-map {
    height: 250px;
  }
  .page-page h2 {
    margin-top: 30px;
  }
  .page-page .gallery-narrow {
    display: none;
  }
  .page-page .gallery-wide {
    display: block;
  }
  .map-block {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    outline: 1px solid #e6e6e6;
    margin-bottom: 50px;
  }
  .tabs.tabs-4 .tab {
    min-width: 70px;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tabs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs-container {
    margin-bottom: 5px;
  }
  .top-block .main-logo {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 30px;
  }
  .desktop-only {
    display: block !important;
  }
  .cover-image {
    max-width: 1024px;
  }
  .content {
    max-width: 1024px;
  }
  .top-block {
    margin-top: 10px;
  }
}
.app-page .pswp {
  top: 54px;
}
.app-page .body-inner {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.body-inner {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.leaflet.dialog {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 320px) {
  .header .main-title {
    font-size: 23px;
  }
  .header .tagline {
    font-size: 17px;
  }
  .locale-he #switch-lang {
    display: none !important;
  }
}
.locale-he .header .main-title {
  font-size: 23px;
}

/*# sourceMappingURL=website.ltr.css.map */
