@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic,cyrillic-ext);
a {
  color: #1191bb;
}
.component {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  color: #666;
}
.clear {
  clear: both;
}
.type-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.type-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: #6A920F;
  float: left;
}
.type-list li:last-child {
  border-radius: 0 3px 3px 0;
}
.type-list li:first-child {
  border-radius: 3px 0 0 3px;
}
.type-list li.active,
.type-list li:hover {
  background: #ffa903;
}
.type-list li a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.afisha-filter {
  background: #efefef;
  padding: 10px;
  margin: 10px 0;
}
.afisha-items .is_premier {
  position: absolute;
  background: red;
  color: #fff;
  padding: 0px 5px;
  top: 12px;
  right: 3px;
  font-size: 11px;
}
.afisha-items .mosaicflow .is_premier {
  top: 7px;
  right: -6px;
}
.afisha-items .afisha-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.afisha-items .afisha-item table {
  width: 100%;
}
.afisha-items .afisha-item table td {
  vertical-align: top;
  padding: 5px;
}
.afisha-items .afisha-item table td.item-image {
  width: 150px;
  position: relative;
}
.afisha-items .afisha-item table td.item-image img {
  max-width: 95%;
  border: 1px solid #ccc;
  padding: 2px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.afisha-items .item-info {
  position: relative;
}
.afisha-items .item-info h3 {
  margin: 0;
  padding: 0;
  margin-right: 150px;
}
.afisha-items .item-info h3 a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.afisha-items .item-info .item-genre {
  font-size: 11px;
  color: #999;
}
.afisha-items .item-info .item-desc {
  font-size: 12px;
  line-height: 14px;
  padding-top: 10px;
}
.afisha-items .item-info .rating {
  position: absolute;
  top: 5px;
  right: 5px;
}
.afisha-items .item-char {
  margin-top: 10px;
  font-size: 11px;
  text-align: right;
  background: #efefef;
  padding: 2px 5px;
}
.afisha-items .item-char span {
  margin-left: 7px;
}
.afisha-items .item-char span.age_16 {
  font-weight: bold;
  color: #fff;
  background: #72e544;
  padding: 2px 3px;
}
.afisha-items .item-char span.age_ {
  font-weight: bold;
  color: #fff;
  background: #ff8a00;
  padding: 2px 3px;
}
.afisha-items .item-char span.age_12{
  font-weight: bold;
  color: #fff;
  background: #ff8a00;
  padding: 2px 3px;
}
.afisha-items .item-char span.age_18 {
  font-weight: bold;
  color: #fff;
  background: #ff0000;
  padding: 2px 3px;
}
.item-schedules {
  margin: 5px 0;
  font-size: 11px;
}
.item-schedules .sc-title {
  font-weight: bold;
}
.item-schedules table {
  width: 100%;
  margin-bottom: 15px;
}
.item-schedules table tr.thead td {
  background: #ffa903;
  color: #fff;
  border: none;
}
.item-schedules table tr td {
  padding: 2px 5px;
  border-bottom: 1px solid #efefef;
}
.view-item .item-schedules {
  font-size: 13px;
}
.view-item .item-schedules .sc-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.conf-block {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.list-type {
  float: right;
}
.list-type a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  font-weight: bolder;
}
.list-type a.active {
  color: #333;
}
.item_rating {
  position: absolute;
  top: 60px;
  right: 20px;
}
#slider {
  overflow: hidden;
  margin-bottom: 20px;
}
#slider a {
  display: block;
  width: 100%;
  height: 140px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.view-item .item-desc {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.view-item .item-info {
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.view-item .item-info span {
  margin-right: 15px;
}
.mosaicflow__column {
  float: left;
}
.mosaicflow__item {
  position: relative;
  width: 150px;
  padding: 0;
  margin: 0;
}
.mosaicflow__item img {
  display: block;
  height: auto;
  width: 150px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.mosaicflow__item p {
  display: none;
}
.mosaicflow__item p a {
  color: #fff;
  text-decoration: none;
}
.mosaicflow__item:hover p {
  display: block;
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 10px;
  width: 136px;
  font-size: 14px;
  line-height: 16px;
}
#admin-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 40px;
}
#admin-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #CE2125;
  line-height: 25px;
  float: left;
}
#admin-menu li:first-child {
  border-radius: 3px 0 0 3px;
}
#admin-menu li:last-child {
  border-radius: 0 3px 3px 0;
}
#admin-menu li:hover {
  background: #666;
}
#admin-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  display: inline-block;
}
.sorter {
  text-align: right;
}
.sorter a {
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
#place-list .place-item {
  width: 200px;
  height: 180px;
  border: 1px solid #efefef;
  padding: 5px;
  margin: 0 10px 10px 0;
  float: left;
  position: relative;
}
#place-list .place-item .place-image {
  width: 200px;
  height: 120px;
}
#place-list .place-item .place-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #efefef;
  color: #333;
  width: 100%;
  font-size: 11px;
}
#place-list .place-item .place-info span {
  padding: 0 5px;
}
#place-list .place-item .rating {
  position: absolute;
  top: 5px;
  right: 5px;
}
#place-list .place-item h3 {
  padding: 0;
  margin: 7px 0;
}
#place-list .place-item h3 a {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-decoration: none;
}
.place-desc {
  margin-bottom: 15px;
}
.place-table {
  width: 100%;
}
.place-table tr td {
  vertical-align: top;
}
.bic_calendar {
  background: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #DDD;
}
.bic_calendar .table {
  width: 100%;
}
.bic_calendar a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.bic_calendar .table tbody > tr > td {
  text-align: center;
  padding: 0px;
}
.bic_calendar table.table td {
  height: 80px;
  border: 1px solid #efefef;
}
.bic_calendar table.header td,
.bic_calendar table.table tr:first-child td {
  height: 30px;
  border: none;
}
.bic_calendar td div {
  padding: 0px;
}
.bic_calendar table.table td.event a {
  height: 80px;
  line-height: 80px;
  display: block;
}
.bic_calendar .header {
  padding: 10px 0 10px 0;
}
.bic_calendar .button-month-previous {
  padding: 5px;
  float: left;
  background: red;
}
.bic_calendar .button-month-next {
  padding: 5px;
  float: right;
  background: red;
}
.bic_calendar .button-year-previous {
  padding: 5px;
  float: left;
  background: red;
}
.bic_calendar .button-year-next {
  padding: 5px;
  float: right;
  background: red;
}
.bic_calendar .monthAndYear {
  text-align: center;
  font-weight: 500;
}
.bic_calendar .days-month {
  font-weight: 500;
}
.bic_calendar .event {
  color: white;
  background: #3B5A97;
  text-shadow: 0 0 2px #333;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.bic_calendar .event:hover {
  background: #3B5A97;
  text-shadow: 0 0 2px #000;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);
}
.bic_calendar .event a {
  color: white;
}
.bic_calendar .table {
  margin-bottom: 3px;
}
.bic_calendar .days-month td {
  background: #f0f0f0 ;
}
.bic_calendar .selection {
  background: rgba(141, 200, 230, 0.5);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.bic_calendar .first-selection {
  border-radius: 6px 0 0 6px;
  border-right: 0;
}
.bic_calendar .last-selection {
  border-radius: 0 6px 6px 0;
  border-left: 0;
}
.bic_calendar .middle-selection {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.bic_calendar .popover {
  color: #000;
  text-shadow: none;
}
.bic_calendar .popover-content {
  font-weight: 300;
}
.bic_calendar .tooltip {
  position: absolute !important;
  margin-top: -20px;
}
.afihsa_img{
height:400px;
}
.afise{float:left;
margin-top:15px;
}
.place-rate{
width:200px;
float:left;
}
.gut img{
margin:1px 10px;
}
.item-image img{
margin:10px 3px;
width:200px;
}
#afiha_block1{
margin:10px 0px;
}