@charset "UTF-8";
/**
* @file events.css
* Стили раздела «Афиша» в новом дизайне (v2).
* Разметка-образец: веб-архив clubber.ru, /poster/index.php, декабрь 2016
* (классы section-header-actions, filter-panel-*, events-items-grp, event-item-*).
* Базовые классы (wrapper, section-header, places-scrollbox, wrapper-gap,
* цветовые и типографские утилиты) — в common.css / simple.css.
*/

/* В simple.css .clearfix:after идёт без display:block, поэтому clear не работает
   и float'ы фильтров «вытекают» в блок событий. Даём рабочую очистку. */
.section-header:after,
.filter-panel-cnt:after,
.events-items-grp-items-cards:after,
.events-items-grp-items-list:after,
.filter-panel-dropdown-cnt:after {
  content: "";
  display: block;
  clear: both;
}

/* ============================================================
   SECTION HEADER + ACTION
   ============================================================ */
.section-header-actions {
  float: right;
  padding-top: 20px;
}

.header-action,
.header-action:visited {
  color: #00aeef;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12pt;
  font-family: 'Proxima Nova Regular';
  display: inline-block;
  line-height: 1;
}

.header-action:hover {
  color: #0099d2;
}

.header-action .ico {
  position: relative;
  top: -3px;
}

/* ============================================================
   TOP EVENTS (горизонтальный скролл, как блок «Топ событий» в архиве)
   ============================================================ */
#places .places-scrollbox-item-cover {
  height: 340px;
}

#places .places-scrollbox-item-cover img {
  width: 100%;
  min-height: 340px;
}

/* ============================================================
   FILTER PANEL
   ============================================================ */
.filter-panel-cnt {
  margin-bottom: 34px;
}

.filter-panel-divider {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
}

.filter-panel-side-filter {
  float: left;
  max-width: 900px;
}

.filter-panel-side-sort {
  float: right;
  text-align: right;
}

.filter-panel-title {
  color: #999;
  text-transform: uppercase;
  font-size: 11pt;
  margin-bottom: 12px;
}

.filter-panel {
  line-height: 1;
}

/* обёртка «кнопка + выпадающий список» */
.filter-panel-item-cnt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 12px 0;
}

.ro-button {
  display: inline-block;
  border: 3px solid #00aeef;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11pt;
  font-family: 'Proxima Nova Regular';
  padding: 9px 16px 7px;
  cursor: pointer;
  line-height: 1;
}

.ro-button-lightblue,
.ro-button-lightblue:visited {
  color: #00aeef;
  background-color: #fff;
}

.ro-button-lightblue:hover {
  color: #fff;
  background-color: #00aeef;
}

/* активный (выбранный) фильтр */
.ro-button-highlight,
.ro-button-highlight:visited {
  color: #fff;
  background-color: #00aeef;
}

.ro-button-highlight:hover {
  color: #fff;
  background-color: #2d95cb;
}

.ro-button .regular,
.filter-panel-title .regular {
  font-family: 'Proxima Nova Regular';
  text-transform: none;
}

.filter-detached {
  display: inline-block;
  margin: 0 0 12px 0;
}

.filter-action {
  display: inline-block;
  margin-left: 8px;
  font-size: 13pt;
  line-height: .8;
  vertical-align: middle;
  opacity: .8;
}

.filter-action:hover {
  opacity: 1;
}

/* выпадающий список фильтра */
.filter-panel-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  z-index: 300;
  background-color: #fff;
  border: 3px solid #00aeef;
  min-width: 210px;
  padding: 12px 0;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 14px rgba(0, 0, 0, .25);
}

.filter-panel-item-cnt:hover .filter-panel-dropdown,
.filter-panel-item-cnt.open .filter-panel-dropdown {
  display: block;
}

.filter-panel-dropdown-arrow-top {
  position: absolute;
  top: -9px;
  left: 26px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-left: 3px solid #00aeef;
  border-top: 3px solid #00aeef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-panel-dropdown-cnt {
  overflow: hidden;
}

.filter-panel-dropdown-col {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  float: left;
  min-width: 210px;
  max-width: 330px;
  max-height: 340px;
  overflow-y: auto;
}

.filter-count {
  color: #bbb;
  font-size: 10pt;
}

.filter-panel-dropdown-col-item {
  padding: 0;
}

.filter-panel-dropdown-col-item a,
.filter-panel-dropdown-col-item a:visited {
  display: block;
  padding: 8px 18px 7px;
  color: #000;
  text-decoration: none;
  font-size: 12pt;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-panel-dropdown-col-item a:hover {
  background-color: #7fd6f7;
  color: #000;
}

.filter-panel-dropdown-col-item.filter-panel-dropdown-col-item-active a {
  color: #00aeef;
  font-family: 'Proxima Nova Bold';
}

.filter-panel-dropdown-col-item.filter-panel-dropdown-col-item-all a {
  border-bottom: 1px solid #eee;
  color: #999;
  margin-bottom: 6px;
}

.filter-quick {
  margin-top: 6px;
}

.filter-quick-item {
  color: #999;
  text-decoration: none;
  font-size: 11pt;
  margin-right: 14px;
}

.filter-quick-item:hover {
  color: #00aeef;
}

.filter-quick-item.filter-quick-item-active {
  color: #00aeef;
  font-family: 'Proxima Nova Bold';
}

/* переключатель вида */
.filter-panel-sort-types {
  font-size: 12pt;
}

.filter-panel-sort-types-item,
.filter-panel-sort-types-item:visited {
  display: inline-block;
  color: #999;
  text-decoration: none;
  margin-left: 18px;
  text-transform: uppercase;
}

.filter-panel-sort-types-item:hover {
  color: #00aeef;
}

.filter-panel-sort-types-item-active,
.filter-panel-sort-types-item-active:visited {
  color: #00aeef;
  font-family: 'Proxima Nova Bold';
}

/* ============================================================
   EVENTS: группа по дням
   ============================================================ */
.events-items-cnt {
  position: relative;
}

.events-items-grp {
  margin-bottom: 46px;
}

.events-items-grp-header {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 26px;
}

.events-items-grp-title {
  font-family: 'Proxima Nova Condensed Bold';
  font-size: 22pt;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.events-items-grp-title span {
  color: #00aeef;
}

.events-items-grp-title .events-items-grp-today {
  font-family: 'Proxima Nova Regular';
  font-size: 12pt;
  color: #999;
  margin-left: 15px;
  text-transform: none;
}

.events-items-grp-items-cards {
  margin-right: -30px;
}

/* ============================================================
   EVENTS: карточка события
   ============================================================ */
.events-item-card {
  float: left;
  width: 270px;
  margin: 0 30px 34px 0;
}

.event-item-image {
  position: relative;
  height: 202px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.event-item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.event-item-extend-info {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 25, 35, .78);
  color: #fff;
  padding: 20px;
}

.events-item-card:hover .event-item-extend-info,
.event-item-image:hover .event-item-extend-info {
  display: block;
}

.event-item-extend-info-main {
  margin-bottom: 12px;
}

.event-item-extend-info-start {
  font-family: 'Proxima Nova Bold';
  font-size: 14pt;
  text-transform: uppercase;
  line-height: 1.2;
}

.event-item-extend-info-place {
  color: #d5d5d5;
  font-size: 12pt;
  margin-top: 6px;
  line-height: 1.25;
}

.event-item-extend-info-text {
  color: #d5d5d5;
  font-size: 12pt;
  line-height: 1.35;
  max-height: 190px;
  overflow: hidden;
}

.event-item-extend-info-bottom {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
}

.event-item-cell-stat-blk {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  color: #d5d5d5;
  font-size: 12pt;
}

.event-item-cell-stat-ico {
  display: inline-block;
  vertical-align: middle;
}

.event-item-main-data {
  padding-top: 13px;
}

.event-item-place,
.event-item-place:visited {
  display: block;
  color: #999;
  text-transform: uppercase;
  font-size: 11pt;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.event-item-place:hover {
  color: #00aeef;
}

.event-item-title {
  font-family: 'Proxima Nova Bold';
  font-size: 14pt;
  line-height: 1.25;
  text-transform: uppercase;
  overflow: hidden;
}

.event-item-title a,
.event-item-title a:visited {
  color: #000;
  text-decoration: none;
}

.event-item-title a:hover {
  color: #00aeef;
}

.event-item-stat {
  margin-top: 8px;
  color: #999;
  font-size: 11pt;
}

/* ============================================================
   EVENTS: списочный вид
   ============================================================ */
.events-item-line {
  border-bottom: 1px solid #f0f0f0;
  padding: 14px 0;
}

.events-item-line:last-child {
  border-bottom: 0;
}

.event-item-line-time {
  float: left;
  width: 90px;
  font-family: 'Proxima Nova Bold';
  font-size: 14pt;
  color: #00aeef;
  line-height: 1.2;
}

.event-item-line-img {
  float: left;
  width: 123px;
  margin-right: 16px;
}

.event-item-line-img img {
  display: block;
  width: 123px;
  height: auto;
  border-radius: 6px;
}

.event-item-line-main {
  margin-left: 229px;
}

.cb-noimg {
  display: block;
  width: 123px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background: #f2f2f2;
  color: #999;
  font-size: 10pt;
  border-radius: 6px;
}

.event-item-line-title {
  font-family: 'Proxima Nova Bold';
  font-size: 14pt;
  text-transform: uppercase;
  line-height: 1.25;
}

.event-item-line-title a,
.event-item-line-title a:visited {
  color: #000;
  text-decoration: none;
}

.event-item-line-title a:hover {
  color: #00aeef;
}

.event-item-line-place {
  margin-top: 5px;
  font-size: 12pt;
  color: #999;
}

.event-item-line-place a,
.event-item-line-place a:visited {
  color: #999;
  text-decoration: none;
}

.event-item-line-place a:hover {
  color: #00aeef;
}

.event-item-line-desc {
  margin-top: 7px;
  font-size: 12pt;
  color: #555;
  line-height: 1.35;
}

/* ============================================================
   EVENTS: пустой результат / баннер
   ============================================================ */
.events-empty {
  padding: 70px 0 90px;
  text-align: center;
  font-size: 14pt;
  color: #999;
  line-height: 1.5;
}

.events-banner {
  margin: 0 0 46px;
  text-align: center;
}

/* ============================================================
   EVENT CARD PAGE (poster/main_v2.tpl)
   ============================================================ */
#eventHeader {
  position: relative;
  background-color: #191919;
  overflow: hidden;
}

.event-header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -60%;
  bottom: -60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .28;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=28);
}

.event-header-inner {
  position: relative;
  z-index: 2;
}

.event-breadcrumbs {
  font-size: 12pt;
  color: #999;
  padding: 22px 0 0;
}

.event-breadcrumbs a,
.event-breadcrumbs a:visited {
  color: #999;
  text-decoration: none;
}

.event-breadcrumbs a:hover {
  color: #00aeef;
}

.event-header-cnt {
  padding: 30px 0 44px;
}

.event-header-cover {
  float: left;
  width: 270px;
  height: 380px;
  overflow: hidden;
  background-color: #111;
  position: relative;
}

.event-header-cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.event-header-data {
  margin-left: 310px;
}

.event-header-place,
.event-header-place:visited {
  color: #00aeef;
  text-transform: uppercase;
  font-size: 13pt;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 14px;
}

.event-header-place:hover {
  color: #7fd6f7;
}

.event-header-title {
  font-family: 'Proxima Nova Condensed Bold';
  font-size: 34pt;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
}

.event-header-meta {
  color: #d5d5d5;
  font-size: 14pt;
  line-height: 1.6;
  margin-bottom: 10px;
}

.event-header-meta .event-header-meta-date {
  font-family: 'Proxima Nova Bold';
  color: #fff;
}

.event-header-meta .event-header-meta-city {
  color: #999;
  font-size: 12pt;
}

.event-header-actions {
  margin-top: 26px;
}

.event-header-actions .ro-button {
  margin: 0 12px 12px 0;
}

.event-header-actions .ro-button-white,
.event-header-actions .ro-button-white:visited {
  color: #fff;
  border-color: #fff;
}

.event-header-actions .ro-button-white:hover {
  color: #191919;
  background-color: #fff;
}

.event-header-guests {
  margin-top: 18px;
  color: #999;
  font-size: 12pt;
}

.event-header-guests a,
.event-header-guests a:visited {
  color: #00aeef;
  text-decoration: none;
  font-family: 'Proxima Nova Bold';
}

.event-persones {
  padding: 0 0 20px;
}

.event-persones-title {
  font-family: 'Proxima Nova Condensed Bold';
  font-size: 20pt;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.event-persones-group {
  font-size: 12pt;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.event-persones-list {
  overflow: hidden;
  margin-right: -18px;
}

.event-person {
  float: left;
  width: 118px;
  margin: 0 18px 18px 0;
  text-align: center;
}

.event-person img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 8px;
  background-color: #eee;
}

.event-person .event-person-name,
.event-person .event-person-name:visited {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 11pt;
  line-height: 1.2;
  overflow: hidden;
}

.event-person .event-person-name:hover {
  color: #00aeef;
}

.event-person .event-person-time {
  display: block;
  color: #999;
  font-size: 10pt;
  margin-bottom: 3px;
}

.event-description {
  font-size: 13pt;
  line-height: 1.55;
  color: #333;
}

.event-description img {
  max-width: 100%;
}

/* --- Комментарии (переиспользуем старый партиал comments/comm_xhtml.tpl) --- */
.event-comments .lf {
  float: left;
}

.event-comments .rg {
  float: right;
}

.event-comments .cls {
  clear: both;
}

.event-comments br.cls {
  display: block;
}

.event-comments .gray {
  color: #999;
}

.event-comments .header_div {
  font-family: 'Proxima Nova Condensed Bold';
  font-size: 20pt;
  text-transform: uppercase;
  color: #000;
}

.event-comments .header_div .counter {
  font-family: 'Proxima Nova Regular';
  font-size: 12pt;
  color: #999;
  text-transform: none;
  margin-left: 10px;
}

.event-comments .bt_wrap_div a,
.event-comments .bt_wrap_div a:visited {
  color: #00aeef;
  text-decoration: none;
  font-size: 12pt;
  text-transform: uppercase;
}

.event-comments .bt_wrap_div a:hover {
  color: #0099d2;
}

.event-comments .citem_div {
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid #f0f0f0;
}

.event-comments .avatar_div {
  float: left;
  width: 90px;
  text-align: center;
  font-size: 11pt;
  overflow: hidden;
}

.event-comments .avatar_div img {
  width: 72px;
  height: 72px;
  margin-bottom: 6px;
}

.event-comments .avatar_div a,
.event-comments .avatar_div a:visited {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
}

.event-comments .ctext_div {
  margin-left: 105px;
}

.event-comments .c_div {
  font-size: 13pt;
  line-height: 1.45;
  color: #333;
}

.event-comments .ctext_div .a_answer,
.event-comments .ctext_div .a_message,
.event-comments .ctext_div .a_del {
  display: inline-block;
  margin: 8px 14px 0 0;
  font-size: 11pt;
  color: #00aeef;
  text-decoration: none;
}

.event-comments .ctext_div .a_del {
  color: #c0392b;
}

.event-comments .cpaginator_div {
  padding: 14px 0;
  font-size: 12pt;
}

.event-comments .cpaginator_div a {
  color: #00aeef;
  text-decoration: none;
  margin: 0 4px;
}

.event-comments #cinput_div {
  overflow: hidden;
  padding: 10px 0 4px;
}

.event-comments #cinput_div textarea {
  width: 100%;
  min-height: 90px;
  border: 1px solid #ddd;
  padding: 8px;
  font-family: 'Proxima Nova Regular';
  font-size: 12pt;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ============================================================
   АФИША: лента быстрого доступа по типам событий
   ============================================================ */
.cb-type-ribbon {
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.cb-type-ribbon-item {
  display: inline-block;
  margin: 0 20px 6px 0;
  padding-bottom: 3px;
  font-family: 'Proxima Nova Regular';
  font-size: 13pt;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.cb-type-ribbon-item:hover {
  border-bottom-color: #cfe9f7;
}

.cb-type-ribbon-item-active {
  font-family: 'Proxima Nova Bold';
  border-bottom-color: #00aeef;
}

.cb-type-ribbon-count {
  font-family: 'Proxima Nova Regular';
  font-size: 10pt;
  color: #9aa7ae;
}
