* {
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
html, body {
	margin: 0;
	/* font: 14px 'Open Sans', sans-serif; */
	font: 14px 'Ubuntu', sans-serif;
	color: #25262b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #f8f8f8;
}
img {
	max-width: 100%;
	max-height: 100%;
}
a {
	color: #428bca;
}
.container {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
.container:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}
.header-holder {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-position: bottom center;
	background-image: url(../images/header_bg.jpg);
	position: relative;
	height: 290px;
}
.page-index .header-holder {
	height: 490px;
}
.header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header-block {
	position: absolute;
	top: 0;
	right: 0;
	padding: 22px 28px;
	z-index: 2;
}
.header-stats {
	font-size: 1.3em;
	text-align: right;
	width: 210px;
}
.header-stats__weather, .header-stats__dollar, .header-stats__euro {
	margin-left: 1em;
	color: #fff;
	transition: 0.2s linear;
}
.header-stats__weather:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f2c9";
	margin-right: 5px;
}
.header-stats__weather:hover, .header-stats__dollar:hover, .header-stats__euro:hover {
	opacity: 0.8;
}
.header-search {
	margin-top: 12px;
	position: relative;
}
.header-search__input {
	vertical-align: top;
	width: 175px;
	border: none;
	background-color: rgba(255, 255, 255, 0.17);
    padding: 6px 10px;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	position: relative;
}
.header-search__submit {
	vertical-align: top;
	border: none;
	background-color: rgba(255, 255, 255, 0.17);
	width: 35px;
	height: 37px;
	text-align: center;
	color: #dbe3ed;
	font-size: 16px;
	cursor: pointer;
}
.header-social {
	margin-top: 10px;
	text-align: right;
}
.header-social__vk, .header-social__facebook, .header-social__instagram {
	display: inline-block;
	color: #fff;
	transition: 0.2s linear;
	margin-left: 5px;
	border-radius: 8px;
	padding: 3px 0;
	width: 42px;
	background-color: rgba(255, 255, 255, 0.17);
	text-align: center;
	font-size: 24px;
}
.header-social__vk:hover, .header-social__facebook:hover, .header-social__instagram:hover {
	opacity: 0.8;
}
.header-main {
	text-align: center;
	padding-top: 20px;
}
.header-logo {
	display: inline-block;
	width: 125px;
}
.header-slogan {
	font-size: 2em;
	margin: 0 0 10px 0;
	color: #fff;
}
.header-main__buttons {
	margin-top: 16px;
}
.header-main__afisha, .header-main__subsribe {
	display: inline-block;
	width: 230px;
	max-width: calc(50% - 1px);
	background: #5d8bb5;
	color: #fff;
	padding: 14px 0;
	font-size: 1.1em;
	text-align: center;
	transition: 0.2s linear;
}
.header-main__subsribe {
	margin-left: 1px;
}
.header-main__afisha:hover, .header-main__subsribe:hover {
	background: #2f3037;
}
.header-main__extra {
	margin-top: 10px;
	padding-left: 60%;
	text-align: left;
}
.main-menu-holder {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 3;
}
.main-menu-holder__button {
	width: 52px;
	height: 52px;
	text-align: center;
	color: #fff;
	display: inline-block;
	background: rgba(20, 22, 31, 0.9);
	font-size: 28px;
	line-height: 52px;
	z-index: 10;
	/* position: relative; */
	position: absolute;
	transition: 0.2s linear;
}
.main-menu-holder.active .main-menu-holder__button {
	margin-left: 148px;
	background: rgba(20, 22, 31, 0);
}
.main-menu {
	display: block;
	position: absolute;
	top: 0;
	padding-top: 52px;
	background: rgba(20, 22, 31, 0.9);
	width: 200px;
	height: 100%;
	margin-left: -200px;
	transition: 0.2s linear;
	z-index: 9;
}
.main-menu-holder.active .main-menu {
	margin-left: 0;
}
.main-menu__logo {
	display: block;
	text-align: center;
	transition: 0.2s linear;
}
.main-menu__logo:hover {
	opacity: 0.7;
}
.main-menu__logo > img {
	width: 100px;
	max-width: 100%;
}
.main-menu__top {
	float: left;
	width: 100%;
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}
.main-menu__top > li {
	margin: 0;
	padding: 0;
	opacity: 0.7;
	transition: 0.2s linear;
}
.main-menu__top > li > a {
	padding: 15px 10px;
	display: block;
	transition: 0.2s linear;
	color: #fff;
	text-align: center;
}
.main-menu__top > li:hover {
	opacity: 1;
	background: #53545b;
}
.main-menu__bottom {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.main-menu__bottom > li {
	margin: 0;
	padding: 0;
	opacity: 0.7;
	transition: 0.2s linear;
}
.main-menu__bottom > li > a {
	color: #fff;
	display: block;
	padding: 15px 10px;
	text-align: center;
}
.main-menu__bottom > li:hover {
	opacity: 1;
}
.main-holder {
	width: 100%;
	position: relative;
	clear: both;
}
.page-index .main-holder {
	margin-top: -200px;
}
.main {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}
.main:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}
.slider-holder {
	width: 100%;
	position: relative;
}
.slider {
	width: 100%;
	position: relative;
}
.slider:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}
.slider-left {
	/*width: 40%;*/
	width: 70%;
	float: left;
	position: relative;
}
/* bxslider */
.bx-wrapper {
	border: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10px;
	padding-top: 0;
}
.slider-right {
	/*width: calc(60% - 2px);*/
	width: calc(30% - 2px);
	float: right;
}
.slider-left a.slider-link,
.slider-item > a {
	width: 100%;
	display: inline-block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	color: #fff;
	font-size: 16px;
	transition: 0.2s linear;
}
/* .slider-left > a:hover > .slider-inner,
.slider-item > a:hover > .slider-inner {
	background: rgba(0,0,0,0.4);
} */
.slider-left  a.slider-link .slider-inner,
.slider-item > a > .slider-inner {
	background: linear-gradient(to bottom right, rgba(0,0,0,0), rgba(0,0,0,0.7));
}
.slider-left .slider-title {
	font-size: 20px;
}
.slider-right .slider-item {
	float: left;
	/*width: calc(50% - 1px);*/
	width: 100%;
}
.slider-right .slider-item:nth-child(2n) {
	/*margin-left: 2px;*/
}
.slider-right .slider-item:nth-child(1),
.slider-right .slider-item:nth-child(2) {
	margin-bottom: 2px;
}
.slider-right .slider-item > a{
	height: 199px;
}
.slider-left .slider-inner {
	background: rgba(0,0,0,0);
	padding: 10px;
	transition: 0.2s linear;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
.slider-right .slider-inner {
	height: 100%;
	background: rgba(0,0,0,0);
	padding: 10px;
	transition: 0.2s linear;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
/* .slider-right .slider-inner:before {
	content: "";
	display: inline-block;
	height: 88%;
	width: 0;
	vertical-align: bottom;
} */
.slider-right .slider-item-category {
	font-size: 13px;
	font-style: italic;
}
.main-cols {
	margin-top: 40px;
	clear: both;
}
.main-left-likes {
	width: 50px;
	height: 300px;
	float: left;
	position: relative;
}
.main-left-likes > .likes-wrapper.fix {
	position: fixed;
	top: 10px;
	width: 50px;
}
.main-left-likes .google-calendar-btn {
	font-size: 26px;
	color: #555;
	margin-top: 10px;
	margin-left: 5px;
	display: block;
	transition: 0.2s linear;
}
.main-left-likes .google-calendar-btn:hover {
	transform: scale(1.1);
}
.main-left {
	float: left;
	width: calc(100% - 280px);
	/*overflow: hidden;*/
}
.main-left-likes + .main-left {
	margin-left: 40px;
	width: calc(100% - 280px - 90px);
}
.main-right {
	float: right;
	width: 240px;
	margin-left: 40px;
	padding-top: 39px;
}
.special-content-item {
	display: block;
	margin-bottom: 10px;
	transition: 0.2s linear;
	cursor: pointer;
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
}
.special-content-item:hover {
	opacity: 0.8;
}
.block-title {
	width: 100%;
	margin: 0;
	padding: 5px 0 10px 0;
	text-align: center;
	font-size: 24px;
	position: relative;
}
.block-title:before {
	content: "";
	display: block;
	width: 100%;
	border-top: 1px solid rgba(37, 38, 43, 0.1);
	position: absolute;
	top: 18px;
}
.block-title a {
	color: inherit;
	text-transform: uppercase;
	transition: 0.2s linear;
	position: relative;
	background: #f8f8f8;
	padding: 0 10px;
}
.block-title a:hover {
	/*opacity: 0.8;*/
}
.block-title a:before,
.block-title a:after {
	/*content: "";*/
	position: absolute;
	height: 5px;
	border-top: 1px solid rgba(37, 38, 43, 0.3);
	top: 13px;
	width: 600px;
}
.block-title a:before {
	right: 100%;
	margin-right: 15px;
}
.block-title a:after {
	left: 100%;
	margin-left: 15px;
}
.block-view-all {
	text-align: center;
	margin: 10px 0 70px 0;
	clear: both;
}
.block-view-all a {
	background: #3a78b0;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 10px 30px;
	transition: 0.2s linear;
}
.block-view-all a:hover {
	opacity: 0.8;
}
.poster-blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	align-items: stretch;
}
.poster-block {
	flex-basis: calc(33.33% - 10px);
	box-shadow: 3px 2px 9px 5px rgba(154, 167, 187, 0.1);
	padding-bottom: 10px;
	transition: 0.2s linear;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.poster-blocks.four .poster-block {
	flex-basis: calc(25% - 10px);
}
.poster-block:hover {
	box-shadow: 3px 2px 9px 5px rgba(154, 167, 187, 0.4);
}
.poster-block__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.poster-block__image img {
	display: block;
	width: 100%;
}
.poster-block__title {
	color: #3f4d5e;
	padding: 5px 10px;
	font-size: 14px;
	margin: 0;
}
.poster-block__title a {
	color: inherit;
}
.poster-block__short {
	font-size: 12px;
	color: #696969;
	padding: 5px 10px;
	margin: 0;
}
.page-index .poster-block__short {
	font-style: italic;
}
.poster-block__date,
.poster-block__place,
.poster-block__category,
.poster-block__food-type {
	display: block;
	padding: 5px 10px;
	color: #696969;
	transition: 0.2s linear;
}
.page-index .poster-block__date,
.page-index .poster-block__place,
.page-index .poster-block__category,
.page-index .poster-block__food-type {
	font-size: 12px;
}
.poster-block__date:hover,
.poster-block__place:hover,
.poster-block__category:hover,
.poster-block__food-type:hover {
	text-shadow: 1px 1px 1px rgba(105,105,105,0.5);
}
.poster-block__place i,
.poster-block__category i {
	margin: 0 2px;
}
.poster-blocks-menus {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	height: 46px;
	position: relative;
}
.poster-blocks-menu {
	margin: 0 12px 0 0;
	padding: 0;
	list-style: none;
	background: #fff;
	max-height: 46px;
	overflow: hidden;
	transition: 0.2s linear;
	width: calc(25% - 9px);
	float: left;
}
.poster-blocks-menu:nth-of-type(4n) {
	margin-right: 0;
}
.poster-blocks-menu:hover {
	max-height: 1000px;
}
.poster-blocks-menu li {
	margin: 0 0 10px 0;
	padding: 0;
}
.poster-blocks-menu li a {
	display: block;
	padding: 15px 5px;
	color: #fff;
	text-align: center;
}
.poster-blocks-menu:nth-of-type(1) li a {
	background: #3e92d2;
}
.poster-blocks-menu:nth-of-type(2) li a {
	background: #ffad41;
}
.poster-blocks-menu:nth-of-type(3) li a {
	background: #36d4a1;
}
.poster-blocks-menu:nth-of-type(4) li a {
	background: #ff8041;
}
.title-holder {
	float: left;
	width: 100%;
}
.title-holder h1 {
	font-size: 26px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.page-category {
	background-color: #2b2d35;
}
.page-category > h1 {
	text-align: center;
    font-size: 26px;
    margin: 0;
    color: #ffffff;
    padding: 20px 0 10px;
	font-weight: normal;
}
.page-category-subs,
.page-category-dates {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.page-category-subs li,
.page-category-dates li {
	display: inline-block;
}
.page-category-subs li a,
.page-category-dates li a {
	display: block;
    color: #ffffff;
    padding: 4px 10px;
    cursor: pointer;
    margin: 15px 3px;
    transition: 0.2s linear;
}
.page-category-subs li a.permanent {
	border: 1px dashed #57606f;
}
.page-category-subs li a.active,
.page-category-dates li a.active {
	background: #57606f;
}
.page-category-subs li:nth-child(2) a.active {
	background: #5d8bb5;
}
.page-category-dates .date-day {
	text-transform: uppercase;
	color: #666469;
}
.page-category-dates .active .date-day {
	color: #a5a5a5;
}
.breadcrumbs {
	margin: 20px 0;
	padding: 0;
	list-style:none;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li:not(:last-child):after {
	display: inline-block;
	content: "»";
	margin: 0 4px;
}
.breadcrumbs li a {
	color: #428bca;
}
.main > .text {
	float: left;
	width: 100%;
}
.article-page .article-header,
.event-page .event-header,
.food-page .food-header {
	float: left;
	width: 100%;
}
.article-page .article-header__image,
.event-page .event-header__image,
.food-page .food-header__image {
	width: 100%;
	float: left;
}
.article-page .article-header__image img,
.event-page .event-header__image img,
.food-page .food-header__image img {
	display: block;
}
.article-page .article-header__image.with-map,
.event-page .event-header__image.with-map,
.food-page .food-header__image.with-map {
	width: 69.5%;
	padding-right: 1%;
}
.article-page .article-header__map,
.event-page .event-header__map,
.food-page .food-header__map {
	width: 29.5%;
	float: right;
	min-height: 100px;
	background: #ddd;
}
.food-page .food__map {
	min-height: 100px;
	background: #ddd;
	margin-bottom: 30px;
}
.food-photos-holder {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.food-photos-holder-photo {
	display: inline-block;
	width: 20%;
	padding: 0 5px;
}
.food-photos-holder-photo img {
	max-width: 100%;
	display: block;
	cursor: pointer;
	transition: 0.2s linear;
}
.food-photos-holder-photo img:hover {
	opacity: 0.8;
}
.article-page h1,
.event-page h1,
.food-page h1 {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 26px;
}
.food-page .food-price {
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #b9b9b9;
	margin-bottom: 30px;
	font-size: 26px;
}
.food-page .food-price .fa {
	display: inline-block;
	margin: 0 10px;
	opacity: 1;
}
.food-page .food-price .fa.current ~ .fa {
	opacity: 0.3;
}
.article-page .article-content,
.event-page .event-content,
.food-page .food-content {
	line-height: 16px;
	font-size: 16px;
	white-space: pre-wrap;
	color: #515669;
}
.article-page .article-content a,
.event-page .event-content a,
.food-page .food-content a {
	color: #428bca;
	transition: 0.2s linear;
}
.article-page .article-content a:hover,
.event-page .event-content a:hover,
.food-page .food-content a:hover {
	color: #2a6496;
	text-decoration: underline;
}
.article-page .article-content iframe,
.event-page .event-content iframe,
.food-page .food-content iframe {
	display: block;
	margin: 0 auto;
}
.article-page .article-content img,
.event-page .event-content img,
.food-page .food-content img {
	display: block;
	margin: 10px auto;
	width: 100%;
	height: auto;
}
.article-page .article-content .content-image-holder,
.event-page .event-content .content-image-holder,
.food-page .food-content .content-image-holder {
	text-align: center;
}
.article-page .article-content .content-image-holder-inner,
.event-page .event-content .content-image-holder-inner,
.food-page .food-content .content-image-holder-inner {
	position: relative;
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.article-page .article-content .content-image-holder-inner img,
.event-page .event-content .content-image-holder-inner img,
.food-page .food-content .content-image-holder-inner img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.article-page .article-content .content-image-holder-inner-copy,
.event-page .event-content .content-image-holder-inner-copy,
.food-page .food-content .content-image-holder-inner-copy {
	position: absolute;
	padding: 5px 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	right: 4px;
	bottom: 4px;
	font-size: 14px;
}
.article-page .article-tags,
.event-page .event-tags,
.food-page .food-tags {
	margin: 10px 0;
	float: left;
	width: 100%;
}
.article-page .article-tags-title,
.event-page .event-tags-title,
.food-page .food-tags-title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #a5a5a5;
}
.article-page .article-tags__tag,
.event-page .event-tags__tag,
.food-page .food-tags__tag {
	display: inline-block;
	padding: 2px 4px;
	border-radius: 2px;
	background: #eee;
	margin-right: 4px;
	margin-bottom: 4px;
	color: inherit;
	transition: 0.2s linear;
}
.article-page .article-tags__tag:hover,
.event-page .event-tags__tag:hover,
.food-page .food-tags__tag:hover {
	background: #5d8bb5;
	color: #fff;
}
.article-page .main-right,
.event-page .main-right,
.food-page .main-right {
	padding-top: 0;
}
.article-page .article-view-all {
	clear: both;
}
.event-page .event-view-all {
	clear: both;
}
.food-page .food-view-all {
	clear: both;
}
.article-page .article-view-all a,
.event-page .event-view-all a,
.food-page .food-view-all a {
	display: inline-block;
	background: #2a6496;
	color: #fff;
	padding: 12px 0;
    width: 230px;
    font-size: 1.1em;
	text-align: center;
	transition: 0.2s linear;
}
.article-page .article-view-all a:hover,
.event-page .event-view-all a:hover,
.food-page .food-view-all a:hover {
	background: #2f3037;
}
.article-page .poster-blocks__title,
.event-page .poster-blocks__title,
.food-page .poster-blocks__title {
	float: left;
	width: 100%;
	padding: 8px 0;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.articles-list,
.events-list,
.foods-list {
	float: left;
	width: 100%;
}
.articles-list .articles-list-item,
.events-list .events-list-item,
.foods-list .foods-list-item {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.articles-list .articles-list-item-image,
.events-list .events-list-item-image,
.foods-list .foods-list-item-image {
	float: left;
	margin: 0 10px 10px 0;
	width: 300px;
}
.articles-list .articles-list-item-title,
.events-list .events-list-item-title,
.foods-list .foods-list-item-title {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
/*
.event-details-table,
.food-details-table {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	font-size: 16px;
}
.event-details-table table,
.food-details-table table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	position: relative;
}
.event-details-table table tr {
	width: 50%;
	padding: 5px 0;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #eee;
}
.event-details-table table tr td,
.food-details-table table tr td {
	display: inline-block;
	width: 50%;
	padding: 8px 0;
}
.food-details-table table tr td {
	display: table-cell;
}
.event-details-table table tr td:first-child,
.food-details-table table tr td:first-child {
	vertical-align: top;
	font-weight: bold;
}
*/
.event-details-table,
.food-details-table {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.event-details-table__row,
.food-details-table__row {
	flex-basis: 50%;
	padding: 5px 0;
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #eee;
}
.event-details-table__item,
.food-details-table__item {
	flex-basis: 50%;
	padding: 8px 0;
}
.event-details-table__row .event-details-table__item:first-child,
.food-details-table__row .food-details-table__item:first-child {
	font-weight: bold;
}
.events-list-holder,
.foods-list-holder,
.page-tags-list-holder {
	background: #2b2d35;
	padding: 20px 0;
	float: left;
	width: 100%;
}
.foods-list-holder,
.page-tags-list-holder {
	background: transparent;
}
.foods-filters-holder {
	background: #45474d;
	padding: 20px 0;
	position: relative;
	width: 100%;
	clear: both;
}
.foods-filters {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.events-list-holder .events-list-map {
	display: block;
	width: 100%;
	max-width: 800px;
	text-align: center;
	color: #fff;
	background: #5d8bb5;
	transition: 0.2s linear;
	padding: 14px 0;
    font-size: 1.1em;
	margin: 0 auto 20px auto;
}
.events-list-holder .events-list-map:hover {
	background: #525252;
}
.events-list-holder .poster-blocks,
.foods-list-holder .foods-items,
.page-tags-list-holder .poster-blocks {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	float: none;
}
.events-list-holder .poster-blocks:after,
.foods-list-holder .foods-items:after,
.page-tags-list-holder .poster-blocks:after {
	content: "";
	display: table;
	clear: both;
}
.events-list-holder .poster-blocks .poster-block,
.foods-list-holder .foods-items .foods-item,
.page-tags-list-holder .poster-blocks .poster-block {
	margin-bottom: 40px;
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: none;
}
.events-list-holder .poster-blocks .poster-block:hover {
	box-shadow: none;
}
.events-list-holder .poster-blocks .poster-block__title {
	color: #fff;
	opacity: 0.8;
}
.events-list-holder .poster-blocks .poster-block__date,
.events-list-holder .poster-blocks .poster-block__place {
	color: #a2a2a2;
	opacity: 0.8;
}
.foods-list-holder .foods-items .foods-item {
	float: left;
	width: 100%;
	position: relative;
}
.foods-list-holder .foods-items .foods-item.recommended {
	background: #F4F8FD;
}
.foods-list-holder .foods-items .foods-item.recommended:before {
	content: "\f164";
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: FontAwesome;
	font-size: 35px;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #428bca;
	line-height: 45px;
}
.foods-list-holder .foods-items .foods-item__image {
	width: 280px;
	height: 176px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
	float: left;
}
.foods-list-holder .foods-items .foods-item__descr {
	padding: 20px;
	float: left;
	width: calc(100% - 320px);
}
.foods-list-holder .foods-items .foods-item__title {
	color: #428bca;
    font-weight: normal;
    margin: 0 0 10px 0;
	font-size: 18px;
}
.foods-list-holder .foods-items .foods-item__price,
.poster-block .poster-block__price {
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #b9b9b9;
	margin-bottom: 30px;
	font-size: 26px;
	margin-top: 30px;
}
.foods-list-holder .foods-items .foods-item__price .fa,
.poster-block .poster-block__price .fa {
	display: inline-block;
	margin: 0 10px;
	opacity: 1;
}
.foods-list-holder .foods-items .foods-item__price .fa.current ~ .fa,
.poster-block .poster-block__price .fa.current ~ .fa {
	opacity: 0.3;
}
.foods-sort-holder {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding-bottom: 20px;
}
.foods-sort-holder a {
	color: rgba(0, 0, 0, 0.9);
	display: inline-block;
	margin-right: 20px;
}
.foods-sort-holder a.current:after {
	display: inline-block;
	color: inherit;
	font-family: FontAwesome;
	margin-left: 5px;
	font-size: 18px;
	vertical-align: middle;
}
.foods-sort-holder a.current.asc:after {
	content: "\f0de";
	padding-top: 7px;
}
.foods-sort-holder a.current.desc:after {
	content: "\f0dd";
	padding-bottom: 7px;
}
.pagination {
	float: left;
	width: 100%;
	text-align: right;
	padding-right: 50px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	margin: 2px 4px;
	padding: 0;
}
.pagination ul li span,
.pagination ul li a {
	display: block;
	padding: 5px 0;
	width: 40px;
	text-align: center;
	color: #fff;
	background: #2b2d35;
	border: 1px solid #2b2d35;
	transition: 0.2s linear;
}
.events-list-holder .pagination ul li span,
.events-list-holder .pagination ul li a {
	color: #2b2d35;
	background: #fff;
	border: 1px solid #fff;
}
.pagination ul li.active span,
.pagination ul li a:hover {
	background: transparent;
	color: #2b2d35;
}
.events-list-holder .pagination ul li.active span,
.events-list-holder .pagination ul li a:hover {
	background: transparent;
	color: #fff;
}
.main-right .tags-list {
	clear: both;
	margin-top: 30px;
}
.main-right .tags-list__title {
	float: left;
    width: 100%;
    padding: 8px 0;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.main-right .tags-list-tags {
	margin: 10px 0;
    float: left;
    width: 100%;
}
.main-right .tags-list-tags__tag {
	display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    background: #eee;
    margin-right: 4px;
    margin-bottom: 4px;
    color: inherit;
    transition: 0.2s linear;
}
.main-right .tags-list-tags__tag:hover {
	background: #5d8bb5;
    color: #fff;
}
.main-right .popular-articles {
	clear: both;
	margin-top: 30px;
}
.article-news-page .main-right .popular-articles {
	margin-top: 0;
}
.main-right .popular-articles__title {
	float: left;
    width: 100%;
    padding: 8px 0;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.main-right .popular-block {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.main-right .popular-block__image {
/* 	height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
    display: block;
}
.main-right .popular-block__title {}
.main-right .popular-block__title a {
	color: inherit;
}
.footer-holder {
	background: #EAEAEA;
	float: left;
	width: 100%;
	padding: 30px 0;
}
.footer {
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
}
.footer-menu-holder {
	width: 100%;
}
.footer-menu {
	display: block;
	width: calc(20% - 6px);
	margin: 0 3px;
	float: left;
	list-style: none;
	padding: 0;
}
.footer-menu > li {
	margin: 0;
	padding: 0;
}
.footer-menu > li > a{
	transition: 0.2s linear;
	font-size: 0.8em;
	color: #25262b;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
	text-align: center;
    opacity: 0.7;
}
.footer-menu > li > a:hover{
	opacity: 1;
}
.footer-menu > li:first-child > a {
	padding-bottom: 30px;
	font-size: 0.9em;
}
.footer-menu-second-holder {
	margin-top: 30px;
	text-align: center;
	width: 100%;
	float: left;
}
.footer-menu-second {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu-second > li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer-menu-second > li > a {
	display: block;
	padding: 0 10px;
	color: #586f96;
	transition: 0.2s linear;
}
.footer-menu-second > li > a:hover {
	color: #25262b;
}
.footer-copyright {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	color: #586f96;
}
.footer-copyright a {
	color: inherit;
	transition: 0.2s linear;
}
.footer-copyright a:hover {
	color: #25262b;
}
.scroll-top {
	position: fixed;
	display: none;
	z-index: 100;
	width: 52px;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.0);
	transition: 0.2s linear;
	cursor: pointer;
}
.scroll-top:hover {
	background: rgba(0,0,0,0.6);
}
.scroll-top-arrow {
	text-align: center;
	color: #b6b6b9;
	font-size: 34px;
	position: absolute;
	bottom: 0;
	padding: 8px 0;
	width: 100%;
}
.no-padding-top {
	padding-top: 0;
}
.SumoSelect {
	width: calc(33.33% - 20px);
	margin: 0 10px 10px 10px;
}
.SumoSelect > .CaptionCont {
    background-color: #53555b;
	border: none;
}
.SumoSelect > .CaptionCont:hover {
    background-color: #A3A6AE;
	border: none;
}
.SumoSelect > .CaptionCont > span,
.SumoSelect > .CaptionCont > span.placeholder {
    color: #fff;
	font-style: normal;
}
#cboxOverlay {
	background: rgba(0, 0, 0, 0.6);
}
.subscribe-holder #cboxTopLeft,
.subscribe-holder #cboxTopCenter,
.subscribe-holder #cboxTopRight,
.subscribe-holder #cboxBottomLeft,
.subscribe-holder #cboxBottomCenter,
.subscribe-holder #cboxBottomRight,
.subscribe-holder #cboxMiddleLeft,
.subscribe-holder #cboxMiddleRight {
	opacity: 0;
}
.subscribe-holder #cboxLoadedContent {
	margin: 0;
}
.subscribe-form {
	background: #5087ba url(../images/subscribe.png) 20px 40px no-repeat;
	padding: 50px 10px 50px 180px;
}
.subscribe-form p {
	margin: 0;
	padding: 5px 0;
	color: #fff;
	font-size: 19px;
}
.subscribe-form p+p {
	font-size: 0.8em;
	margin-bottom: 20px;
}
.subscribe-form input {
	border: none;
	background: #fff;
	padding: 5px 10px;
	width: 70%;
}
.subscribe-form button {
	background: none;
	border: none;
	padding: 5px 10px;
	width: 30%;
	cursor: pointer;
	color: #fff;
}
.subscribe-message {
	background: #5087ba;
	padding: 20px 30px;
	color: #fff;
}
.ui-autocomplete {
	width: 310px !important;
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style: none;
	left: -100px !important;
	position: absolute;
}
.ui-autocomplete li {
	margin: 0;
	padding: 0;
}
.ui-autocomplete li a {
	display: block;
	padding: 4px 8px;
	color: #fff;
	background: #2b2d35;
	transition: 0.2s linear;
	font-size: 12px;
}
.ui-autocomplete li a:hover {
	background: #999;
}
.ui-autocomplete li a i {
	width: 16px;
	text-align: center;
	margin-right: 4px;
}
.pagination-single {
	clear: both;
	padding: 5px 0;
	text-align: center;
}
.pagination-single-button {
	display: inline-block;
	padding: 5px 10px;
	transition: 0.2s linear;
	width: 140px;
	border: 1px solid #2b2d35;
	color: #2b2d35;
}
.events-list-holder .pagination-single-button {
	border: 1px solid #fff;
	color: #fff;
}
.pagination-single-button:hover {
	background: #2b2d35;
	color: #fff;
}
.events-list-holder .pagination-single-button:hover {
	background: #fff;
	color: #2b2d35;
}
.social-comments {
	width: 100% !important;
	margin-top: 20px;
}
.events-list-map {
	display: none !important;
}

.special-content-holder a {
	margin-bottom: 10px;
}