.start_page_wrapper .shortcuts .actual {
	margin-left: 30px;
	margin-right: 65px;
}

.start_page_wrapper .right-side {
	margin-bottom: 0;

}

.search-box {
	background-color: #ddd;
	padding: 0;
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	min-height: 200px;
}

.flex-grid-item {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 140px;
	display: block;
	align-items: center;
	justify-content: center;
	margin:15px 0 0;
	text-align: center;
	padding: 10px 8px;

}

.flex-grid-item:hover {
	background-color: #F5F5F5;
}

.flex-grid-item.no_hover:hover {
	background-color: transparent;
}

.flex-grid-item .fancy_div {
	border-radius: 5px;
	height:auto;
}

.flex-grid-item .fancy_div .event_image {
	border-radius: 5px;
}

.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	margin-bottom: 0 !important;
}

.bx-wrapper .bx-pager {
	padding-left: 0;
}

.flex-grid .start_page_event_label {
	position: absolute;
	width: 80px;
	/*height: 42px;*/
	background-color: rgba(248, 231, 28, 0.9);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-left: 30px;
	padding: 5px 0 3px;
}

.flex-grid .start_page_event_label .label_text {
	/*margin-top: 5px;*/
	display: block;
	width: 80px;
	color: #383838;
	line-height: 17px;
}

.flex-grid .start_page_event_label .label_time {
	display: block;
	width: 80px;
	font-weight: bold;
	color: #1A1A1A;
	line-height: 17px;
}

#index_slider {
	max-width: 950px;
	background-color: #F5F5F5;
	padding-top: 3px;
	padding-bottom: 30px;

	-webkit-box-shadow: 0 28px 28px -26px grey;
	-moz-box-shadow: 0 28px 28px -26px grey;
	box-shadow: 0 28px 28px -26px grey;
	margin-bottom: 30px;
}

#index_slider .bx-wrapper{
	width: 950px;
	height: 230px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dadada !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus
{
	background: #979797 !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -20px !important;
}

.actual_events_head_title {
	/*background-color: #cfe5d4;*/
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.actual_events_head_contrtols {
	background-color: #95bcce;
	background-color: #f5f5f5;
	padding: 8px 10px;
}

.actual_events_head_contrtols .input_action.input_action_search_wrapper {
	position: relative;
	color: #1351a1;
	background: #ffffff;
	padding: 5px;
	border: 1px #E9E9E9 solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 202px;
}
.actual_events_head_contrtols .input_action.input_action_date_wrapper {
	position: relative;
}

.actual_events_head_contrtols .input_action.input_action_search_wrapper:after {
	/*content: "\f073";*/
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 14px;
	color: #1351a1;
	top: 6px;
	left: 10px;
	z-index: 1;
}

.actual_events_head_contrtols .input_action.input_action_date_wrapper:after {
	content: "\f073";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 14px;
	color: #383838;
	top: 7px;
	left: 10px;
	z-index: 1;
}

.actual_events_head_contrtols .input_action.input_action_date_wrapper.link_active:after {
	color: #ffffff;
}

.actual_events_head_contrtols .input_action.input_action_date_wrapper.link_active .input_action_date::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
	font-weight: normal;
}

.actual_events_head_contrtols .input_action.input_action_date_wrapper.link_active .input_action_date:-ms-input-placeholder, /* Internet Explorer 10-11 */
.actual_events_head_contrtols .input_action.input_action_date_wrapper.link_active .input_action_date::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
}

.actual_events_head_contrtols .input_action_search {
	font-size: 14px;
	text-indent: 25px;
	color: #1351a1;
	border: none;
	background: transparent;
	font-weight: bold;
	width: 172px;
}

.actual_events_head_contrtols .input_action_date {
	font-size: 14px;
	text-indent: 25px;
	color: #1351a1;
	border: none;
	background: transparent;
	width: 172px;
}

.actual_events_head_contrtols .input_action_search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #1351a1;
	opacity: 1; /* Firefox */
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.actual_events_head_contrtols .input_action_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #1351a1;
	font-family: Arial, Helvetica, sans-serif;
}

.actual_events_head_contrtols .input_action_search::-ms-input-placeholder { /* Microsoft Edge */
	color: #1351a1;
	font-family: Arial, Helvetica, sans-serif;
}


.actual_events_head_contrtols .form_slug {
	color: #717171;
	font-size: 12px;
	line-height: 16px;
}

.actual_events_head_contrtols .head_contrtols_group {
	display: block;
	margin-bottom: 5px;
}

.actual_events_head_contrtols .link_action,
.actual_events_head_contrtols .input_action {
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding: 7px 6px;
	margin: 0 5px;
	vertical-align: middle;
	background: #cbcbcb;
	background: #ececec;
	color: #EC1C24;
	border: none;
	text-decoration: none;
	line-height: 18px;
	box-sizing: border-box;
}

.actual_events_head_contrtols .link_action {
	font-weight: bold;
}

.actual_events_head_contrtols .input_action {
	width: 140px;
}

.actual_events_head_contrtols .link_value {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #717171;
	padding: 0 5px;
}

.actual_events_head_contrtols .link_value::placeholder {
	color: #1A1A1A;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.actual_events_head_contrtols .link_value:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #1A1A1A;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	box-sizing: border-box;
}

.actual_events_head_contrtols .link_value::-ms-input-placeholder { /* Microsoft Edge */
	color: #1A1A1A;
	font-family: Arial, Helvetica, sans-serif;
}

.actual_events_head_contrtols .link_active,
.actual_events_head_contrtols .link_active .link_value {
	background: #383838;
	color: #ffffff;
	width: 100%;
	box-sizing: border-box;
}

/*---------- #search_data (Begin) -------------*/

#search_data a {
	text-decoration: none;
}

#search_data a .start_page_event_image {
	border-radius: 5px;
	border: none;
	height: 196px;
	width: 140px;
}
#search_data a .start_page_event_image img {
	max-width: 140px;
	max-height: 196px;
}
#search_data a .start_page_event_image img.center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#search_data a .start_page_event_image .event_image {
	/*border-radius: 5px;*/
	border: none;
}

.event_venue_titles {
	text-align: left;
	margin-top: 10px;
	line-height: 16px;
	width: 140px;
}

.event_venue_titles .event_title {
	color: #383838;
	font-weight: bold;
	font-size: 14px;
}

.flex-grid-item .event_venue_titles,
.flex-grid-item:hover .event_venue_titles,
.flex-grid-item:active .event_venue_titles {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/*
.flex-grid-item .event_venue_titles .event_title,
.flex-grid-item .event_venue_titles .event_title .venue_title,
.flex-grid-item:hover .event_venue_titles .event_title,
.flex-grid-item:hover .event_venue_titles .event_title .venue_title,
.flex-grid-item:active .event_venue_titles .event_title,
.flex-grid-item:active .event_venue_titles .event_title .venue_title,
.flex-grid-item event_venue_titles .venue_title:hover,
.flex-grid-item event_venue_titles .venue_title:active {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

*/
.event_venue_titles .venue_title {
	margin-top: 8px;
	color: #989a9c;
	font-weight: normal;
	font-size: 11px;
}
.flex-grid-item:hover .event_title,
.flex-grid-item:hover .event_title .venue_title/*,
.event_venue_titles .event_title:hover,
.event_venue_titles .event_title:hover .venue_title*/ {
	color: #660F78;
}

/*---------- #search_data (End) -------------*/


/*--- .search_data_navigation" (Begin) ------*/

.search_data_navigation {
	max-width: 950px;
	/*width: 301px;*/
	width: 310px;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
	background-color: lightblue;
	background-color: #fff;
	position: relative;
	flex: 1 0 auto;
	box-sizing: border-box;
}

.carret_wrapper {
	display: none;
}

.content_wrapper {
	width:100%;
	display: inline-block;
}

.load_more_wrapper {
	background-color:#cd8b8b;
	background-color:#fff;
	display: block;
	text-align:center;
	width: auto;
	margin: 0 auto 10px;
}

.search_data_navigation .load_more {
	padding: 15px 0;
	background: #1351A1;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
}

.dot_elm_wrapper {
	background-color: #fff;
	height:48px;
	overflow:hidden;
	display: none;
}

.dot_elm_wrapper.right {
	display: block;

}

.search_data_navigation .dot_elm {
	background: radial-gradient(ellipse at center, #D8D8D8 0%, #D8D8D8 30%, transparent 30%);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: 7px;
	display: inline-block;
	padding: 0 4px;
}

.dot_elm_wrapper.right .dot_elm:first-child {
	padding: 0 4px 0 0;
}

.search_data_navigation.last_page {
	margin-top: 0;
}

.search_data_navigation.last_page .load_more_wrapper,
.search_data_navigation.last_page .dot_elm_wrapper.left {
	display:none !important;
}
.search_data_navigation.last_page .dot_elm_wrapper.right {
	width:100%;
}

.actual_events_head_contrtols.ru .input_action_search_wrapper {
	width: 188px;
}


@media only screen and (min-width:401px){
	.search_data_navigation {
		width: 365px;
	}

}

@media only screen and (min-width:769px){

	.actual_events_head_contrtols.ru .input_action_date_wrapper {
		width: 160px;
	}

	.search_data_navigation.last_page {
		margin-top: 30px;
	}

	.search_data_navigation {
		max-width: 950px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom : 30px;
		background-color: lightblue;
		background-color: #fff;
		position: relative;
		flex: 1 0 auto;
		box-sizing: border-box;
	}

	.carret_wrapper {
		width: 76px;
		padding-right: 20px;
		flex-shrink: 0;
		position: relative;
		background-color: lightgreen;
		background-color: #fff;
		line-height: 48px;
		margin-top: 2px;
		margin-bottom: -2px;
		display:block;
	}

	.carret_wrapper .inactive {
		cursor: default;
	}

	.carret_wrapper a {
		padding-right: 6px;
	}

	.carret_wrapper i {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		font-size: 18px;
		color: #1351A1;
		line-height: 30px;
		text-align: center;
		background: #eeeeee;
	}

	.carret_wrapper .inactive i {
		color: #9b9b9b;
	}

	.carret_wrapper i.fa-caret-left:before {
		padding-right: 2px;
	}
	.carret_wrapper i.fa-caret-right:before {
		padding-left: 2px;
	}

	.load_more_wrapper {
		display: inline-block;
		padding: 0 10px 0 8px;
		width: auto;
		margin: 0 auto;
	}

	.search_data_navigation .load_more {
		width: 280px;
		margin-bottom: 0;
	}

	.dot_elm_wrapper {
		display: inline-block;
	}

	.dot_elm_wrapper.left {
		width: auto; /* Fallback if Unsupported */
		width: -webkit-calc(50% - 147px); /* Chrome 19+ & Safari */
		width: -moz-calc(50% - 147px); /* Firefox v4-15 */
		width: calc(50% - 147px);
		float:left;
	}
	.dot_elm_wrapper.right {
		width: auto; /* Fallback if Unsupported */
		width: -webkit-calc(50% - 152px); /* Chrome 19+ & Safari */
		width: -moz-calc(50% - 152px); /* Firefox v4-15 */
		width: calc(50% - 152px);
		float:right;
	}

}

@media screen and (max-width: 980px) {
}

@media (max-width: 768px) {
}

@media (max-width: 400px) {
}

/*---- .search_data_navigation" (End) -------*/


@media (min-width: 576px) {

}


@media (min-width: 769px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
		width:auto;

	}

	.actual_events_head_contrtols .head_contrtols_group {
		display: inline-block;
		margin-bottom: 0;
	}

}

@media (max-width: 980px) {
	.actual_events_head_contrtols {
		text-align: center;
	}

	.actual_events_head_contrtols .form_slug {
		width: 100%;
		margin: 3px 0 5px 0;
		text-align: center;
	}

	.actual_events_head_contrtols .input_action.input_action_search_wrapper {
		width: 151px;
	}

	.actual_events_head_contrtols .input_action_search {
		width: 145px;
	}
}

@media (max-width: 768px) and (min-width: 761px) {
	.menu-v2 .menu-v2-item {
		width: 22.8%;
	}
}

@media (max-width: 768px) {

	.actual_events_head_title {
		text-align: center;
	}
	.actual_events_head_contrtols .input_action_date {
		/*margin-top: 5px;*/
		width: 100%;
		font-size: 13px;
	}

	.actual_events_head_contrtols .input_action_search_wrapper {
		margin-top: 5px;
	}

	.actual_events_head_contrtols .link_action,
	.actual_events_head_contrtols .input_action_date_wrapper {
		width: 47%;
		display: inline-block;
	}

	.actual_events_head_contrtols .input_action_search_wrapper {
		width: 97% !important;
		display: inline-block;
		margin-bottom: 8px;
	}

	.actual_events_head_contrtols .input_action_search {
		width: 93.5% !important;
	}

	.menu-v2 .menu-v2-item {
		/*
		width: 21.8%;
		margin: 0.5%;
		padding: 0 1.1%;
		*/

	}
}

@media (max-width: 400px) {
	.actual_events_head_contrtols .link_action,
	.actual_events_head_contrtols .input_action_date_wrapper {
		width: 48%;
		display: inline-block;
		margin: 0;
	}

	.actual_events_head_contrtols.ru #link_thisweek {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	#index_slider {
		height: 230px;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -30px !important;
	}
}


@media (min-width: 1200px) {

}

.hidden, .bx-prev, .bx-next, .bx-caption{
	display: none;
}

.margin_top_for_label {
	/*margin-top: 14px !important;*/
}

#clear_search_box.hidden {
	visibility: hidden;
}

div.no_results {
	margin-top: 30px;
	display: none;
}

div.no_results .text {
	text-align: center;
	font-size: 14px;
	color: #717171;
	font-weight: bold;
}

.actual_events_head_title h2 {
	font-size: 22px;
	font-weight: 400;
}

@media (max-width: 980px) {
	#index_slider .bx-wrapper {
		width: 950px;
		height: 230px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	#index_slider .bx-wrapper {
		width: 740px;
		height: 179px;
	}
}

@media (min-width: 400px) and (max-width: 768px) {
	#index_slider .bx-wrapper {
		width: 430px;
		height: 104px;
	}
}

@media (min-width: 1px) and (max-width: 400px) {
	#index_slider .bx-wrapper {
		width: 320px;
		height: 77px;
	}
}