.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.calendar {
  width: 630px;
  position: relative;
  height: 570px;
  overflow: hidden;
}
.calendar .cal_month_select {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-image: url('../img/calendar_title_image.png');
  background-repeat: no-repeat;
  background-position: 21px center;
  padding-left: 55px;
}
.calendar .cal_month_select .cal_prev_month {
  float: left;
  width: 9px;
  height: 17px;
  background-image: url('../img/calendar_month_sel_arrow.png');
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}
.calendar .cal_month_select .cal_next_month {
  float: left;
  width: 9px;
  cursor: pointer;
  height: 17px;
  background-image: url('../img/calendar_month_sel_arrow.png');
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 5px;
}
.calendar .cal_month_select .cal_month {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  font-family: 'Open Sans';
  font-weight: '300';
  font-size: 24px;
  color: #3b3b3b;
  text-transform: uppercase;
  width: 180px;
  text-align: center;
}
.calendar .cal_month_select .cal_events_link {
  font-size: 18px;
  color: #3a3a3a;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: '300';
  float: right;
  margin-right: 15px;
}
.calendar .cal_month_select .cal_events_link:hover {
  text-decoration: none;
}
.calendar .cal_row:last-child .cal_day_name:first-of-type {
  border-radius: 0 0 4px 0;
}
.calendar .cal_row:last-child .cal_day_name:last-of-type {
  border-radius: 0 0 0 4px;
}
.calendar .cal_row.cal_header {
  margin-top: 12px;
  overflow: hidden;
}
.calendar .cal_row.cal_header .cal_day_name {
  width: 90px;
  text-align: center;
  height: 43px;
  display: inline-block;
  background-color: #00364f;
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans";
  line-height: 43px;
  color: #ffffff;
  text-transform: uppercase;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  float: left;
}
.calendar .cal_row.cal_header .cal_day_name:first-of-type {
  border-radius: 4px 0  0 0;
}
.calendar .cal_row.cal_header .cal_day_name:last-of-type {
  border-radius: 0 4px 0  0;
}
.calendar .cal_row.cal_header .cal_day_name.today {
  background-color: #004c70;
}
.calendar .cal_row.cal_header .cal_day_name:last-of-type {
  border-right: 1px solid #e1e1e1;
}
.calendar .cal_row .cal_day_block {
  width: 90px;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  background-color: #f4f4f4;
  height: 80px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  float: left;
}
.calendar .cal_row .cal_day_block.today {
  background-color: #ffffff;
}
.calendar .cal_row .cal_day_block.today .cal_an_event_on_this_day {
  height: 7px;
  background-color: #1786c6;
}
.calendar .cal_row .cal_day_block.today .cal_day_num {
  color: #5c5c5c;
}
.calendar .cal_row .cal_day_block:hover {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block:hover .cal_an_event_on_this_day {
  background-color: #1786c6;
  height: 7px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block:hover .cal_rival_logo {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
}
.calendar .cal_row .cal_day_block:last-of-type {
  border-right: 1px solid #e1e1e1;
}
.calendar .cal_row .cal_day_block .cal_an_event_on_this_day {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #828282;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_day_num {
  position: absolute;
  left: 15px;
  top: 12px;
  font-family: 'Open Sans';
  font-weight: 800;
  color: #bebebe;
  width: 15px;
  display: inline-block;
  text-align: center;
}
.calendar .cal_row .cal_day_block .cal_rival_logo {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_time_block {
  display: inline-block;
  width: 37px;
  position: absolute;
  bottom: 0;
  right: 5px;
  bottom: 6px;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time {
  background-color: #1786c6;
  width: 37px;
  height: 14px;
  border-radius: 3px;
  float: right;
  cursor: pointer;
  margin-top: 4px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time:hover {
  background-color: #dd1858;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time:hover .cal_event_description {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time .cal_event_description {
  width: 157px;
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  position: absolute;
  left: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.66);
  font-size: 10px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  text-align: left;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time .cal_event_description:before {
  content: '';
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent rgba(0, 0, 0, 0.66) transparent transparent;
  right: 100%;
  top: 50%;
  margin-top: -3px;
  display: block;
}
.calendar .cal_row .cal_day_block:nth-of-type(6) .cal_event_description,
.calendar .cal_row .cal_day_block:nth-of-type(7) .cal_event_description {
  left: -177px !important;
  transform: translate(-10px, -50%);
}
.calendar .cal_row .cal_day_block:nth-of-type(6) .cal_event_description:before,
.calendar .cal_row .cal_day_block:nth-of-type(7) .cal_event_description:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px !important;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.66) !important;
  left: 100%;
  top: 50%;
  margin-top: -3px;
  z-index: 99;
  display: block;
}
.calendar .cal_row .cal_day_block.before_day:hover .cal_an_event_on_this_day {
  background-color: #828282;
}
.calendar .cal_row .cal_day_block.before_day .cal_event_time {
  background-color: #828282;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block.before_day .cal_event_time:hover {
  background-color: #8f8f8f;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block.not_this_month .cal_day_num {
  color: #d9d9d9;
  font-weight: 500;
}
.calendar .cal_row .cal_day_block.not_this_month .cal_an_event_on_this_day {
  display: none;
}
.calendar .cal_row .cal_day_block.not_this_month .cal_rival_logo {
  display: none;
}
.calendar .cal_row .cal_day_block.not_this_month .cal_time_block {
  display: none;
}
.calendar .cal_row:last-of-type .cal_event_time:last-of-type .cal_event_description {
  bottom: 0;
  left: -65px;
  top: initial;
}
.calendar .cal_row:last-of-type .cal_event_time:last-of-type .cal_event_description:before {
  right: 50% !important;
  top: 100% !important;
  margin-top: 0px !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px  !important;
  border-color: rgba(0, 0, 0, 0.66) transparent transparent transparent !important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
#ice_rink_header:after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: url('../img/ice_rink_header_logo.png') no-repeat;
  opacity: 0.48;
  position: absolute;
  left: -33px;
  top: 6px;
}
#ice_rink_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2033px;
  top: 18px;
}
#prohibited_header:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url('../img/prohibited.png') no-repeat;
  opacity: 0.48;
  position: absolute;
  left: -33px;
  top: 8px;
}
#prohibited_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2033px;
  top: 18px;
}
.services_items {
  width: 980px;
  margin-top: 15px;
  margin-bottom: 22px;
  position: relative;
}
.services_items .service_item {
  width: 245px;
  height: 225px;
  display: inline-block;
  float: left;
  position: relative;
  border-right: 1px solid #0d6e9c;
}
.services_items .service_item:nth-of-type(4n+1) {
  border-right: none;
}
.services_items .service_item:nth-of-type(14) {
  border-right: none;
}
.services_items .service_item:hover .header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*height: 129px;*/
  background-color: #075f87;
  overflow: hidden;
}
.services_items .service_item:hover .price {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #075f87;
}
.services_items .service_item .header {
  width: 100%;
  position: absolute;
  display: inline-block;
  /*height: 115px; */
  background-color: #004c70;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  top: 0;
  left: 0;
  padding-right: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.services_items .service_item .price {
  height: 110px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  padding-top: 52px;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  background-color: #e3eef3;
}
.services_items .service_item .price b {
  line-height: 12px;
  font-size: 24px;
  font-weight: 700;
}
.services_items .all_services {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #dd1858;
  float: left;
}
.services_items .all_services:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e42a66;
}
.banners_in_rink {
  overflow: hidden;
  width: 980px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.banners_in_rink .banner {
  display: inline-block;
  float: left;
  width: 485px;
  height: 90px;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banners_in_rink .banner:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banners_in_rink .banner:first-child {
  margin-right: 10px;
}
.schedule_sidebar {
  width: 325px;
  display: inline-block;
}
.schedule_sidebar .schedule {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 80px;
  position: relative;
  font-size: 13px;
  color: #1b1b1b;
}
.schedule_sidebar .schedule:hover .time {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #d00e4d;
}
.schedule_sidebar .schedule .time {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 24px;
  width: 61px;
  left: 10px;
  text-align: center;
  position: absolute;
  font-size: 13px;
  color: #fffefe;
  line-height: 24px;
  display: inline-block;
  border-radius: 4px;
  background-color: #1786c6;
}
.schedule_sidebar .download_schedule {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  width: 315px;
  height: 40px;
  background-image: url('../img/download_schedule.png');
  padding-left: 70px;
  line-height: 40px;
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.schedule_sidebar .download_schedule:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  opacity: 0.7;
}
.prohibited {
  margin-bottom: 65px;
}
.prohibited ul {
  padding-left: 18px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.prohibited ul li {
  font-size: 14px;
  line-height: 1.714;
  line-height: 18px;
  color: #d00e4d;
}
.prohibited ul li span {
  color: #3b3b3b;
}
.prohibited .all_prohibited {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #dd1858;
  float: left;
}
.prohibited .all_prohibited:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e42a66;
}
.download_price_button {
  width: 125px;
  height: 36px;
  position: absolute;
  display: inline-block;
  right: 10px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -46px;
  padding-left: 48px;
  line-height: 18px;
}
.download_price_button:hover {
  text-decoration: none;
  color: #1786c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download_price_button:hover span {
  background-color: #e42a66;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download_price_button span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 36px;
  width: 36px;
  background-color: #d00e4d;
  background-image: url('../img/download.png');
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
}
.date_range_selection p.title {
  font-size: 14px;
  color: #969696;
  font-style: italic;
}
.date_range_selection .date_carousel {
  width: 980px;
  position: relative;
  height: 74px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.date_range_selection .date_carousel .owl-item:nth-of-type(odd) .date_item {
  background-color: #2a96d4;
}
.date_range_selection .date_carousel .owl-item .date_item {
  background-color: #1786c6;
}
.date_range_selection .date_carousel .owl-item .date_item.hover,
.date_range_selection .date_carousel .owl-item .date_item.active,
.date_range_selection .date_carousel .owl-item .date_item.today {
  background-color: #d00e4d;
}
.date_range_selection .date_carousel .owl-item .date_item.before_active {
  background-color: #e73670;
}
.date_range_selection .date_carousel .owl-item .date_item.no_events {
  background-color: #bbbbbb;
}
.date_range_selection .date_carousel .nav_sel {
  width: 19px;
  height: 34px;
  display: inline-block;
  position: absolute;
  background-image: url('../img/prev_next_date_range.png');
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.date_range_selection .date_carousel .nav_sel.prev {
  left: -31px;
}
.date_range_selection .date_carousel .nav_sel.next {
  right: -31px;
  background-position: -21px 0;
}
.date_range_selection .date_carousel .date_item {
  height: 74px;
  padding-top: 20px;
  width: 98px;
  float: left;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1786c6;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}
.date_range_selection .date_carousel .date_item span {
  font-size: 9px;
}
.date_range_selection .date_carousel .date_item.hover,
.date_range_selection .date_carousel .date_item.active,
.date_range_selection .date_carousel .date_item.today {
  background-color: #d00e4d !important;
}
.date_range_selection .date_carousel .date_item.before_active {
  background-color: #e73670 !important;
}
.date_range_selection .date_carousel .date_item.no_events {
  background-color: #bbbbbb !important;
}
.date_range_selection .date_carousel .date_row {
  width: 882px;
  float: left;
  display: inline-block;
  overflow: hidden;
  height: 74px;
}
.poster_items {
  padding-top: 30px;
  padding-left: 10px;
  width: 980px;
}
.poster_items .poster_item {
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  width: 233px;
  height: 262px;
  margin-right: 6px;
  margin-bottom: 15px;
  display: inline-block;
  background-color: #f3f3f3;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px; */
	/*background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.reviews .bx-wrapper .bx-viewport {
	background: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	margin-left: -485px;
	background: url(../img/controls.png) no-repeat left top;
}

.bx-wrapper .bx-next {
	margin-left: 475px;
	background: url(../img/controls.png) no-repeat right top;
}

/* .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
} */

.bx-wrapper .bx-controls-direction a {
	left: 50%;
	position: absolute;
	top: 50%;
	margin-top: -34px;
	outline: 0;
	width: 11px;
	height: 30px;
	text-indent: -9999px;
	z-index: 3000;
	opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(http://erofey-arena.com/bitrix/templates/erofey/assets/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Main Theme 
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	zoom: 1;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	text-indent: -9999px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.owl-theme  .owl-item {
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.owl-theme .owl-item:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}


/*
* 	Owl Carousel 'Today' Theme 
*/

.owl-today  .owl-item {
	padding-right: 140px;
}

.owl-today .owl-wrapper-outer {
	display: inline-block;
	width: 650px;
}

.owl-today .owl-controls{
	height: 76px;
	width: 140px;	
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.owl-today .owl-controls .owl-buttons div {
	zoom: 1;
	text-indent: -9999px;
	background: #063c55 url('../img/arrows_today_left.png') no-repeat center center;
	width: 51px;
	height: 64px;
	display: inline-block;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.owl-today .owl-controls .owl-buttons div:hover {
	background-color: #084f70;
}

.owl-today .owl-controls .owl-buttons div:last-child {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}


/*
* 	Owl Carousel 'calendar' Theme 
*/

.owl-calendar  .owl-controls {
	display: none !important;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
textarea,
input {
  outline: none;
}
html {
  background: url('../img/bg4.jpg') right center no-repeat;
  position: relative;
  min-height: 100%;
}
html.main {
  background-position: right 355px;
}
body {
  min-height: 100%;
  min-height: 623px;
  min-width: 980px;
  background: url('../img/bg3.jpg') left center no-repeat;
  padding-top: 152px;
  margin: 0 0 394px;
}
.main body {
  background-position: left 475px;
}
.main_bg_2 {
  padding-top: 35px;
  background: url('../img/main_bg_2.jpg') right top no-repeat;
}
a,
a:hover {
  color: #1778c6;
}
.container {
  min-width: 980px;
}
#megawrapper .container {
  padding: 20px 10px;
}
.img-left {
  margin: 0 15px 5px 0;
}
.img-right {
  margin: 0 0 5px 15px;
}
.img-middle,
.img-center {
  display: block;
  margin: 0 auto 5px;
}
#top_copy {
  font-size: 12px;
  color: black;
  display: block;
  width: 510px;
  padding: 3px 0;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 62px;
  margin-left: -255px;
  text-align: center;
  z-index: 1;
  line-height: 14px;
}
#main_header {
  position: fixed;
  width: 100%;
  z-index: 5000;
  top: 0;
  background: white;
}
#logo {
  display: inline-block;
  background: url('../img/logo.png') no-repeat 0 10px;
  margin-right: 156px;
  height: 100px;
  width: 212px;
  color: #2b2b2b;
  text-indent: -9999px;
  font-size: 0px;
  vertical-align: top;
}
#logo:hover {
  text-decoration: none;
}
.bg1 {
  min-width: 980px;
  background: url('../img/bg1.jpg') no-repeat 300px top;
}
#buy_ticket_btn {
  position: relative;
  z-index: 2;
  width: 208px;
  height: 45px;
  background: #dd1858;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#buy_ticket_btn div {
  background: url('../img/buy_ticket.png') no-repeat 22px 12px;
  padding-left: 59px;
  padding-top: 14px;
  padding-bottom: 11px;
}
#buy_ticket_btn:hover {
  text-decoration: none;
  background-color: #e42a66;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-top: 5px;
}
#buy_ticket_btn:hover:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 104px 0 104px;
  border-color: #e42a66 transparent transparent transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#buy_ticket_btn:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 104px 0 104px;
  border-color: #dd1858 transparent transparent transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#top_info {
  display: inline-block;
  vertical-align: top;
  color: #343434;
  float: right;
}
#top_info .fixH {
  height: 51px;
}
#main_phone {
  display: inline-block;
  margin-left: 15px;
  padding-top: 3px;
}
#main_phone span {
  display: block;
  font-family: "Open Sans";
  font-size: 16px;
}
#main_phone span.desc {
  font-size: 12px;
}
#feedback_btn {
  display: inline-block;
  background: #dd1858 url('../img/icon-mail.png') no-repeat 50% 15px;
  width: 48px;
  margin: 0 20px 0 8px;
  height: 46px;
  text-indent: -9999px;
  vertical-align: top;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#feedback_btn:hover {
  height: 51px;
  background-color: #e42a66;
  background-position: 50% 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#lang {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  width: 130px;
}
#lang a {
  font-size: 13px;
  color: #343434;
}
#lang a.active {
  font-weight: bold;
}
#lang a.active:hover {
  text-decoration: none;
}
#top_search {
  padding: 5px 5px 2px;
}
#top_search button,
#top_search .submit {
  padding: 0;
  border: none;
  height: 37px;
  width: 37px;
  background: #00364f url('../img/search_btn.png') no-repeat 0 50%;
  -webkit-border-top-right-radius: 18px;
  -webkit-border-bottom-right-radius: 18px;
  -moz-border-radius-topright: 18px;
  -moz-border-radius-bottomright: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
#resizen_input_field {
  position: relative;
  z-index: 2;
  width: 80px;
  vertical-align: top;
  font-size: 14px;
  color: #c5c5c5;
  border: none;
  height: 37px;
  background: #00364f;
  padding-left: 18px;
  -webkit-border-top-left-radius: 18px;
  -webkit-border-bottom-left-radius: 18px;
  -moz-border-radius-topleft: 18px;
  -moz-border-radius-bottomleft: 18px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#resizen_input_field.focused {
  width: 240px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#top_menu {
  border-top: 4px solid #1786c6;
  background: #00364f;
}
#top_menu nav ul {
  margin: 0;
  padding: 0 10px;
  display: table;
  width: 100%;
}
.flexbox #top_menu nav ul {
  /*display: -webkit-box;
				display: -moz-box;
				display: -webkit-flexbox;
				
				-webkit-box-pack: justify;
				-moz-box-pack: justify;
				-webkit-flex-pack: justify;*/
  display: flex;
  justify-content: space-between;
}
#top_menu nav li {
  display: table-cell;
}
.flexbox #top_menu nav li {
  display: block;
}
#top_menu nav a {
  display: block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: white;
}
#resp_slider_wrapper {
  max-width: 1900px;
  margin: 0 auto 7px;
}
#resp_slider_wrapper li {
  display: none;
}
#main_slider {
  position: relative;
}
#today_slider {
  position: absolute;
  z-index: 20;
  width: 980px;
  height: 98px;
  background: url('../img/today_slider_bg.jpg') no-repeat;
  left: 50%;
  margin-left: -490px;
  bottom: 30px;
  overflow: hidden;
  font-size: 0;
  color: white;
}
#today_slider > div {
  font: 18px/22px "Open Sans";
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  height: 98px;
  vertical-align: top;
}
#today_slider .black_bg {
  background: rgba(0, 54, 79, 0.9);
}
#today_slider .green_bg {
  background: rgba(0, 155, 106, 0.9);
}
#today_slider .date {
  padding-top: 22px;
  display: inline-block;
  width: 180px;
}
#today_slider .date .fulldate {
  font-family: "Open Sans";
  font-size: 14px;
  padding-top: 5px;
}
#today_slider .event {
  padding-top: 22px;
  display: inline-block;
  width: 800px;
}
#today_slider .event .time {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  margin-top: 7px;
  background: #222222;
  padding: 3px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#today_slider .item {
  height: 76px;
}
#today_slider .controls {
  display: inline-block;
  width: 140px;
}
#adv_1 {
  margin-top: 10px;
}
.a_title {
  display: block;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}
.a_title a:hover {
  color: #00364f;
  text-decoration: none;
}
#partners .container,
#gallery .container {
  padding: 0;
}
#gallery_header:after {
  content: '';
  display: block;
  width: 20px;
  height: 17px;
  background: url('../img/icon-photo.png') no-repeat;
  position: absolute;
  left: -33px;
  top: 9px;
}
#gallery_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2033px;
  top: 18px;
}
#partners_header:after {
  content: '';
  display: block;
  width: 29px;
  height: 22px;
  background: url('../img/icon-hands.png') no-repeat;
  position: absolute;
  left: -42px;
  top: 6px;
}
#partners_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2042px;
  top: 18px;
}
#text_item_header {
  position: relative;
}
#text_item_header:after {
  content: '';
  display: block;
  width: 18px;
  height: 23px;
  background: url('../img/icon-page.png') no-repeat;
  position: absolute;
  left: -31px;
  top: 5px;
}
#text_item_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2031px;
  top: 18px;
}
#last_news_header:after {
  content: '';
  display: block;
  width: 17px;
  height: 18px;
  background: url('../img/icon-clock.png') no-repeat;
  position: absolute;
  left: -30px;
  top: 8px;
}
#last_news_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2030px;
  top: 18px;
}
#last_news {
  width: 339px;
}
#last_news.news-line-list {
  width: 100%;
  margin-bottom: 60px;
}
#last_news.news-line-list a {
  display: inline-block;
}
#last_news.news-line-list .desc {
  width: 210px;
}
#last_news.full_size {
  width: 100%;
}
#last_news.full_size .desc {
  width: 870px;
}
#last_news.full_size a {
  margin-bottom: 20px;
}
#last_news.full_size a:after {
  display: block;
  content: '';
  background: #b6c6cd;
  width: 960px;
  height: 1px;
  position: relative;
  bottom: -20px;
}
#last_news.full_size a:last-child:after {
  display: none;
}
#last_news a {
  display: block;
  height: 100px;
  color: #1b1b1b;
  padding: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#last_news a:hover {
  color: #1b1b1b;
  background: #f1f1f1;
  text-decoration: none;
}
#last_news a:hover .title {
  text-decoration: underline;
}
#last_news a:hover .date {
  height: 72px;
  top: 4px;
  line-height: 72px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#last_news .img {
  vertical-align: top;
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
#last_news .img img {
  position: absolute;
  z-index: 1;
}
#last_news .img .date {
  position: absolute;
  left: 4px;
  top: 31px;
  color: white;
  font-weight: bold;
  font-size: 9px;
  width: 72px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #1786c6;
  opacity: 0.8;
  z-index: 3;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#last_news .desc {
  vertical-align: top;
  display: inline-block;
  width: 228px;
  height: 80px;
  padding-left: 7px;
  overflow: hidden;
}
#last_news .desc .title {
  font: 13px/18px "Open Sans";
  font-weight: 600;
}
#last_news .desc .text {
  font: 12px/18px "Open Sans";
  font-weight: 300;
}
.news-detail {
  position: relative;
  padding-bottom: 20px;
}
.news-detail .news-date-time {
  display: inline-block;
  position: absolute;
  background: #459ed1;
  width: 72px;
  height: 72px;
  bottom: -92px;
  left: -86px;
  color: white;
  font-size: 9px;
  line-height: 72px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
#online_btn {
  display: block;
  margin: 20px 0 20px 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#online_btn:hover {
  opacity: 0.9;
}
.main_sidebar {
  display: inline-block;
}
#calendar {
  display: inline-block;
  width: 631px;
  vertical-align: top;
}
.no-padding {
  padding: 0;
}
footer {
  color: white;
  height: 394px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#copyright {
  font-size: 12px;
  font-weight: 300;
  background: #006585;
}
#copyright .container {
  padding: 25px 0 15px 0;
}
#copyright .container > div {
  display: inline-block;
  width: 49%;
}
#webalt {
  display: inline-block;
  width: 165px;
  min-height: 30px;
  padding-left: 60px;
  background: url('../img/webalt.png') no-repeat left center;
}
#copyright a {
  color: white;
}
#webalt a:hover {
  text-decoration: none;
}
#bottom_menu {
  background: #00364f url('../img/bg2.png') no-repeat;
  background-position: 658px bottom;
  padding: 20px 0 0 0;
  min-height: 345px;
}
#bottom_menu .menu {
  position: relative;
}
#bottom_menu .menu:after {
  position: absolute;
  content: '';
  display: block;
  height: 270px;
  width: 1px;
  background: #377491;
  right: 0;
  top: 5px;
}
#bottom_menu a {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}
#bottom_menu nav ul {
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
}
#bottom_menu nav ul li {
  list-style: none;
}
#bottom_menu nav ul.first {
  padding: 0;
  margin-top: 20px;
}
#bottom_menu .superb {
  font-size: 18px;
  margin-bottom: 15px;
}
#bottom_menu .super {
  font-weight: 600;
}
#bottom_menu .social_btns {
  width: 38px;
  float: right;
}
#bottom_menu .social_btns a {
  color: white;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #006585;
  margin-bottom: 7px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#bottom_menu .social_btns a:hover {
  text-decoration: none;
  background: #105a71;
}
#partners_slider {
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
#partners_slider div {
  display: inline-block;
}
#partners_slider .owl-prev,
#partners_slider .owl-next {
  position: absolute;
  background: url('../img/partners_arrows.png') no-repeat;
  width: 16px;
  height: 41px;
  top: 30px;
}
#partners_slider .owl-prev {
  left: 0;
  margin-left: -40px;
}
#partners_slider .owl-next {
  right: 0;
  background-position: 100% 0;
  margin-right: -40px;
}
#main_gallery {
  margin-top: 10px;
  background: #00364f;
  padding: 8px 0 3px 0;
  overflow: hidden;
  font-size: 0;
}
#main_gallery .gal_row {
  white-space: nowrap;
  margin-bottom: 5px;
}
#main_gallery a {
  margin: 0 5px 0 0;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#main_gallery a:hover {
  opacity: 1;
}
.page_title {
  margin: 20px 0;
}
.pagenavigation {
  text-align: center;
  margin: 30px 0;
}
.pagenavigation .active {
  display: inline-block;
  padding: 3px 10px;
  background: #daecf6;
}
.pagenavigation a {
  display: inline-block;
  padding: 3px 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pagenavigation a:hover {
  background: #1786c6;
  color: white;
  text-decoration: none;
}
.popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 10000;
}
.popup__overlay:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: '';
}
.popup {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  max-width: 80%;
  vertical-align: middle;
  /*box-shadow: 0 0 20px 0 #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.feedback_form {
  display: inline-block;
  width: 638px;
  background: #ffffff url('../img/feedback_bg.jpg') no-repeat top center;
  position: relative;
  border-top: 5px solid #1786c6;
}
.feedback_form form {
  padding-top: 17px;
  text-align: left;
}
.feedback_form form div {
  display: inline-block;
  margin-left: 22px;
  vertical-align: top;
}
.feedback_form form .left {
  width: 265px;
}
.feedback_form form .right {
  width: 306px;
}
.feedback_form form span {
  color: #3b3b3b;
  font-size: 13px;
  line-height: 16px;
}
.feedback_form form input[type="text"] {
  display: block;
  width: 100%;
  height: 32px;
  margin-bottom: 8px;
  border: 1px solid #b5babc;
  padding: 0 10px;
  color: #b5babc;
  font-size: 12px;
}
.feedback_form form input[type="text"]:focus {
  border: 1px solid #1786c6;
}
.feedback_form form textarea {
  resize: none;
  width: 100%;
  height: 180px;
  border: 1px solid #b5babc;
  padding: 5px 10px;
  color: #b5babc;
  font-size: 12px;
}
.feedback_form form textarea:focus {
  border: 1px solid #1786c6;
}
.feedback_form form input[type="submit"],
.feedback_form form button {
  background: #dd1858;
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 10px 0;
  border: none;
  margin-top: 30px;
  background-color: #dd1858;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.feedback_form form input[type="submit"]:hover,
.feedback_form form button:hover {
  background-color: #e42a66;
}
.submit-button-wrap {
  width: 280px;
}
.submit-button {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #dd1858;
  border: none;
}
.submit-button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e42a66;
}
