/*Cleaning*/
.group:before { content: " ";display: table }
.group:after { content: " ";clear: both;display: table }
.group { *zoom: 1 }

.widget-b * { box-sizing: border-box; }

.widget-b { width: 100%; margin-bottom: 38px; clear: both }

.header-b {
	padding: 30px 0;
	overflow: hidden;
}

.header-b-title {
	font-family: 'pf_agora_slab_problack', serif;
	font-size: 50px;
    line-height: 62px;
	float: left;
	margin: 0;
	margin-left: 38px;
	color: #e90f8c;
	text-transform: uppercase;
}

.date-b {
	width: 364px;
	height: 34px;
	margin-right: 40px;
	overflow: hidden;
	float: right;
	border: 1px solid #e90f8c;
}

.date-b-arrow {
	width: 10px;
	position: relative;
}

.date-b-arrow:before {
	content: '';
	position: absolute;
	top: 11px;
	border-style: solid;
}

.date-b-arrow.next:before {
	left: 3px;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #676767;
}

.date-b-arrow.prev:before {
	left: 2px;
	border-width: 5px 5px 5px 0;
	border-color: transparent #676767 transparent transparent;
}

.date-b-wrapper,
.date-b-arrow {
	float: left;
	height: 100%;
}

.date-b-wrapper {
	width: 342px;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #e90f8c;
	border-left: 1px solid #e90f8c;
}

.date-b-wrapper-dates {
	width: 1500px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.date-b-wrapper-dates-item {
	font-family: PragmaticaC,'vremena_groteskbold',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 16px;
	width: 114px;
	height: 100%;
	float: left;
	text-align: center;
	color: #ea2d90;
	line-height: 34px;
	border-right: 1px solid #ea2d90;
	cursor: pointer;
}

.date-b-wrapper-dates-item:last-child { border: 0 }

.date-b-wrapper-dates-item.selected {
	color: #fff;
	background: #ea2d90;
}

.content-b {
	padding: 38px;
	border-top: 3px dashed #ea2d90;
	border-bottom: 3px dashed #ea2d90;
}

.content-b-title {
	font-family: agoraslabprob,'pf_agora_slab_problack',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 45px;
	margin: 0 0 38px 0;
	color: #e90f8c;
	display:none;
}

.tickets_b__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tickets_b__list__item {
	margin: 0 26px 0 0;
	float: left;
	position: relative;
	line-height: 1;
}

.tickets_b__list__item__meta {
	font-weight: 700;
	padding: 3px 0;
	position: absolute;
	top: -20px;
	text-transform: uppercase;
	color: #ea2d90;
}

.tickets_b__list__item a {
	font-size: 35px;
	font-family: PragmaticaCL,PragmaticaC,"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 3px 5px 3px 1px;
	display: block;
	color: #fff;
	background: #ea2d90;
	cursor: pointer;
}

.tickets_b__list__item a.is_sale {
	opacity: .7;
	cursor: default!important;
}

/* Schedule widget */

.widget-b_schedule .header-b-title  {
	font-family: 'pf_agora_slab_problack', serif;
	margin: 20px 0 50px;
	float: none;
	font-size: 50px;
    line-height: 62px;
	text-align: center;
}
  
.widget-b_schedule .content-b-title {
	display: block;
}

.widget-b_schedule .tickets_b__list__item { margin-bottom: 13px }

.widget-b_schedule .content-b {
	border: 0;
	padding: 0;
}

.widget-b_schedule .content-b__item {
	padding: 38px;
	border-top: 3px dashed #ea2d90;
}

.widget-b_schedule .content-b__item:last-child { border-bottom: 3px dashed #ea2d90 }

@media (min-width: 1920px) {

  .header-b-title {
    font-size: 70px;
    line-height: 82px;
  }
  
  .date-b-wrapper-dates-item {
  
  }
  
  .content-b-title {
  
  }
  
  .tickets_b__list__item a {
  
  }
  
}

@media (min-width: 1200px) and (max-width: 1919px)  { 

  .header-b-title {
    font-size: 50px!important;
    line-height: 62px!important;
  }
  
  .date-b-wrapper-dates-item {
  
  }
  
  .content-b-title {
  
  }
  
  .tickets_b__list__item a {
  
  }
  
}

@media (min-width: 980px) and (max-width: 1199px) { 

  .header-b-title {
  }
  
  .date-b-wrapper-dates-item {
  
  }
  
  .content-b-title {
  
  }
  
  .tickets_b__list__item a {
  
  }
  
}

@media (min-width: 768px) and (max-width: 979px) {

  .header-b-title {
    
  }
  
  .date-b-wrapper-dates-item {
  
  }
  
  .content-b-title {
  
  }
  
  .tickets_b__list__item a {
  
  }
  
}

@media (min-width: 481px) and (max-width: 767px) {

  .header-b-title {
	font-size: 36px!important;
    line-height: 44px!important;
  }
  
  .date-b-wrapper-dates-item {
  
  }
  
  .content-b-title {
  
  }
  
  .tickets_b__list__item a {
  
  }

}

@media (max-width: 480px) {

  .header-b-title {
	font-size: 36px!important;
    line-height: 44px!important;
  }
  
  .date-b-wrapper-dates-item {
  
  }
  
  .content-b-title {
  
  }
  
  .tickets_b__list__item a {
  
  }
  
}