/** Common styles **/
body, td {
  font-family: Circe, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 17px;
  line-height: 120%;
}

body {
  margin-top: 0 !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
h1, .h1 {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
}

h2, .h2 {
  font-weight: bold;
  font-size: 20px;
}

img {
  max-width: 100%;
}

.block-title {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
}

.block-title-simple-font {
  font-family: Circe, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.block-title a {
  color: #000;
}
.block-title:after {
  content: "";
  position: absolute;
  background: #8c2035;
  width: 114px;
  height: 3px;
  left: 50%;
  margin-left: -57px;
  bottom: 15px;
}

.block-title-important {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
  color: #8c2035;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.block-title-important span {
  background: #ffffff;
  padding: 3px 10px 3px 10px;
}
.block-title-important:after {
  content: "";
  position: absolute;
  background: #8c2035;
  width: 100%;
  height: 3px;
  left: 0;
  top: 33%;
  z-index: -1;
}

.bordered-block {
  border: 1px solid #939393;
  padding: 10px 0 10px 0;
}

.light-block {
  background: #f1f1f1;
}

.dark-caption-wrap {
  position: relative;
}

.dark-caption {
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  color: #ffffff;
}

.dark-caption .h2 {
  margin: 3px 0 0 0;
}
.dark-caption .btn-primary {
  border: 1px solid #ffffff;
}
.dark-caption .btn-primary:hover, .dark-caption .btn-primary:active {
  border: 1px solid #ffffff !important;
}
.dark-caption .btn-secondary {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.dark-caption .btn-secondary:hover, .dark-caption .btn-secondary:active {
  border: 1px solid #f9dd9c !important;
  background: none !important;
  color: #f9dd9c !important;
}

.date {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
}

.title-space {
  padding-top: 50px;
}

.pagination .page-item {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
  font-size: 24px;
}
.pagination .page-item .page-link {
  color: #000;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination .page-item .page-link:hover {
  background: none;
  color: #8c2035;
}
.pagination .page-item.active .page-link {
  border: 1px solid #000000;
  background: none;
}

#submenu a {
  display: inline-block !important;
}

#b1 {
  display: block;
}

.tooltip .muted {
  font-size: 12px;
  color: #bbbba9;
}

.photos .photo {
    margin-bottom: 10px;
    padding-bottom: 25%;
}

.photos .photo  a {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.photos .photo img {
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nc_admin_mode_content .adv-image {
    max-height: 200px;
}

/** /Common styles **/
/** Buttons **/
.buttons-wrap {
  display: flex;
  /*max-width: 450px;*/
}
.buttons-wrap .btn {
  flex: 1;
  margin: 10px 20px 10px 0;
}

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.btn .icon-arrow {
  width: 14px;
  position: relative;
  top: -2px;
}

.btn-primary {
  border: 1px solid #8c2035;
  background: #f9dd9c;
  color: #8c2035;
}
.btn-primary:hover {
  background: #8c2035 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #000000;
  color: #000;
}
.btn-secondary:hover, .btn-secondary:active {
  border: 1px solid #000000 !important;
  background: #f9dd9c !important;
  color: #000000 !important;
}

/** /Buttons **/
/** Common layout **/
.top-line {
  background: #bbbba9;
  font-size: 16px;
}
.top-line .phone-links .dropdown-toggle {
  text-decoration: underline;
}
.top-line .phone-links .dropdown-toggle:after {
  display: none;
}
.top-line .phone-links a {
  color: #000;
}
.top-line .social-links {
  white-space: nowrap;
}
.top-line .social-links a {
  text-decoration: none;
}
.top-line .icon {
  width: 23px;
  opacity: 0.63;
}
.top-line a .icon:hover {
  opacity: 1;
}
.top-line .search .form-inline .form-control {
  width: 220px;
}

.search .form-inline {
  position: relative;
}
.search .form-inline .form-control {
  height: 32px;
}
.search .btn {
  position: absolute;
  right: 0;
  padding: 0 6px 0 6px;
}
.search .btn .icon {
  width: 19px;
  opacity: 0.33;
}

@media (min-width: 1199px) {
  .top-line .phone-links .dropdown-toggle {
    display: none;
  }
  .top-line .phone-links .dropdown-menu {
    position: initial;
    display: inline-flex;
    top: 0;
    left: 0;
    z-index: 1;
    float: none;
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
    border: none;
  }
  .top-line .phone-links .dropdown-menu .dropdown-item {
    padding: 0;
    margin: 5px 15px 0 0;
  }
  .top-line .phone-links .dropdown-menu .dropdown-item:hover, .top-line .phone-links .dropdown-menu .dropdown-item:focus, .top-line .phone-links .dropdown-menu .dropdown-item:active {
    background: none;
    color: #8c2035;
  }
}
@media (max-width: 768px) {
  .top-line .address {
    text-align: center;
    padding-bottom: 10px;
    display: block;
    width: 100%;
  }
}
.menu-line {
  background: #8c2035;
  color: #ffffff;
  padding: 0;
}
.menu-line .navbar-brand {
  display: flex;
  padding: 0;
  align-items: center;
}
.menu-line .navbar-brand .logo-name {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #ffffff;
}
.menu-line .navbar-brand .logo-name .logo-name1 {
  font-size: 25px;
}
.menu-line .navbar-brand .logo-name .logo-name2 {
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 4px;
}
.menu-line .navbar-brand .logo-name .logo-name3 {
    font-size: 14px;
    text-transform: initial;
    letter-spacing: 3.6px;
 }   
.menu-line .navbar-brand img {
  width: 160px;
  min-width: 110px;
}
.menu-line .navbar-nav {
 align-items: center;
}
.menu-line .navbar-nav .nav-item {
  width: 100%;
}
.menu-line .navbar-nav .nav-item .nav-link {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.menu-line .navbar-nav .nav-item .nav-link:hover {
  color: #f9dd9c;
}

.menu-line .navbar-nav .nav-item:first-child .nav-link {
  color: #f9dd9c;
}
.menu-line .navbar-nav .nav-item:first-child .nav-link:hover {
  color: #f1a136;
}
.menu-line .navbar-nav .nav-item.active .nav-link {
  color: #f9dd9c;
}
.menu-line .navbar-nav .nav-link {
  color: #ffffff;
}
.menu-line .navbar-nav .search .form-control {
  width: 100%;
}
.menu-line .navbar-toggler {
  margin-right: 15px;
  border-color: #ffffff;
}
.menu-line .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.menu-line.fixed-top .navbar-brand img {
  width: 110px !important;
}
.menu-line.fixed-top .navbar-brand .logo-name1 {
  font-size: 20px !important;
}
.menu-line.fixed-top .navbar-brand .logo-name2 {
  font-size: 11px !important;
}

@media (max-width: 991px) {
  .menu-line .navbar-brand img {
    width: 110px !important;
  }
  .menu-line .navbar-brand .logo-name1 {
    font-size: 20px !important;
  }
  .menu-line .navbar-brand .logo-name2 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .menu-line .navbar-brand .logo-name2 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .menu-line .navbar-nav {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu-line .navbar-nav .dropdown-menu {
    background: none;
    text-align: center;
    border: none;
  }
  .menu-line .navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .menu-line .navbar-nav .dropdown-menu .dropdown-item:hover, .menu-line .navbar-nav .dropdown-menu .dropdown-item:focus, .menu-line .navbar-nav .dropdown-menu .dropdown-item:active {
    background: none;
    color: #f9dd9c;
  }
  .menu-line .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #f9dd9c;
  }
}
@media (min-width: 992px) {
  .menu-line .navbar-nav .dropdown-menu {
    background: #bbbba9;
    border-radius: 0;
    font-family: "Source Sans Pro", "Times New Roman", Times, serif;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 1px solid transparent;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  }
  .menu-line .navbar-nav .dropdown-menu:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #bbbba9;
    position: absolute;
    left: 50px;
    top: -10px;
  }
  .menu-line .navbar-nav .dropdown-menu .dropdown-item {
    color: #292921;
  }
  .menu-line .navbar-nav .dropdown-menu .dropdown-item:hover, .menu-line .navbar-nav .dropdown-menu .dropdown-item:focus, .menu-line .navbar-nav .dropdown-menu .dropdown-item:active {
    background: none;
    color: #8c2035;
  }
}
.main {
  padding-top: 22px;
}

.footer {
  background: #bbbba9;
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer .footer-block-title {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 14px;
  color: #46463f;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .footer-block-title a {
  color: #46463f;
}
.footer .nav-link {
  color: #000;
}
.footer .icon {
  width: 23px;
  opacity: 0.63;
}
.footer .nav {
  margin: 0 0 30px 0;
  display: block;
}
.footer .nav .nav-item {
  font-size: 15px;
  margin-bottom: 3px;
}
.footer .nav .nav-item .nav-link {
  padding: 0;
  display: inline;
  color: #000;
  line-height: 100%;
}
.footer .nav .nav-item .nav-link:hover {
  color: #8c2035;
}
.footer .footer-contact {
  font-size: 15px;
}
.footer .footer-contact p {
  margin: 0;
}
.footer .footer-contact .bold {
  font-weight: bold;
}
.footer .copyright-wrap {
  border-top: 1px solid #45453e;
  font-size: 12px;
  margin-top: 20px;
  padding-top: 20px;
}
.footer .copyright-wrap p {
  margin: 0;
}
.footer .copyright-wrap a {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .footer .footer-contact {
    margin-top: 15px;
  }
}
/** /Common layout **/
/** Index layout **/
.index-block {
  margin-bottom: 35px;
}

.news-block {
  padding-top: 15px;
}
.news-block .block-content {
  padding: 15px;
}
.news-block .block-content .news-name {
  font-weight: bold;
}

.index-block-invert {
  background: #8c2035;
  color: #FFF;
}
.index-block-invert .block-title a {
  color: #FFF;
}

.index-block-invert .btn-primary {
  border: 1px solid #fff;
}

.index-block-invert .block-title:after {
  background: #FFF;
}

.slick-slide img {
  width:100%;
}

/** /Index layout **/
/** Datepicker **/
.datepickers-container {
  width: 300px;
}

.datepicker {
  font-family: Circe, Arial, Helvetica, sans-serif;
  width: 100%;
  border: 0;
  font-size: 17px;
}
.datepicker .datepicker--nav-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.datepicker .datepicker--day-name {
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
  color: #000;
}
.datepicker .datepicker--day-name.-weekend- {
  color: #8c2035;
}
.datepicker .datepicker--cell {
  height: 47px;
}
.datepicker .calendar-event {
  font-weight: bold;
  color: #8c2035;
  display: block;
  padding: 5px;
  position: relative;
}
.datepicker .datepicker--cell.-current- {
  border: 1px solid #bbbba9;
  color: #4a4a4a;
}
.datepicker .datepicker--cell.-selected-, .datepicker .datepicker--cell.-selected-.-current- {
  background: #bbbba9;
}

.calendar-event-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.calendar-event-item:last-of-type {
  border-bottom: none;
}

.datepicker > div {
  display: initial;
}

.datepicker-inline {
  width: auto;
}

.datepicker {
  padding: 0;
}

/** /Datepicker **/
/** Events **/
.events {
  margin-bottom: 20px;
}
.events .events-item {
  border-top: 1px solid #bbbba9;
  padding: 20px 0 20px 0;
}
.events .events-item:last-of-type {
  border-bottom: 1px solid #bbbba9;
}
.events .events-item .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.events .events-item .item-content .info-wrap {
  flex-grow: 1;
}
.events .events-item .date {
  text-align: center;
}
.events .events-item .date .day {
  font-size: 36px;
}
.events .events-item .date .month {
  font-size: 22px;
}
.events .events-item .date .month {
  font-size: 14px;
}
.events .events-item .date .time {
  font-size: 20px;
  color: #8e8e5f;
}
.events .events-item .name-wrap {
  display: flex;
}
.events .events-item .name-wrap .name {
  font-size: 25px;
  display: inline-block;
  flex-grow: 1;
}
.events .events-item .name-wrap .name a {
  color: #000;
}
.events .events-item .name-wrap .age {
  display: inline-block;
  background: #bbbba9;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 12px;
  margin-left: 20px;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 4px;
  vertical-align: super;
}
.events .events-item .sub-name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}
.events .other-date {
  font-size: 15px;
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
}
.events .events-item .bages {
  margin-bottom: 10px;
}
.events .events-item .bages .bage {
  display: inline-block;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  padding: 1px 10px 1px 10px;
  vertical-align: super;
  font-weight: bold;
}
.events .events-item .bages .bage.hall {
  border: 1px solid #8c2035;
  background: rgba(140, 32, 53, 0.8);
  color: #ffffff;
  margin: 15px 0 0 0;
}
.events .events-item .bages .bage.premiere {
  border: 1px solid #8c2035;
  background: rgba(140, 32, 53, 0.8);
  color: #ffffff;
}

.events-slider .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.events-slider .item-content .info-wrap {
  flex-grow: 1;
}

/** /Events **/
/** Text page **/
.title-image {
  margin-top: -22px;
  margin-bottom: 22px;
  background-size: 100% auto;
}
.title-image .dark-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-image .dark-bg .block-title {
  margin-top: 10px;
  color: #ffffff;
}
.title-image .dark-bg .block-title:after {
  background: #ffffff;
}

.text-content {
  font-size: 19px;
  line-height: 140%;
  margin-bottom: 44px;
}

/** /Text page **/
/** Event **/
.event {
  margin-top: 15px;
  margin-bottom: 50px;
}
.event .event-block-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
}
.event .event-block-title.lined {
  border-bottom: 1px #bbbba9 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.event .name-wrap {
  margin-bottom: 5px;
}
.event .name-wrap .name {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}
.event .name-wrap .age {
  display: inline-block;
  background: #bbbba9;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 12px;
  margin-left: 20px;
  width: 26px;
  height: 26px;
  text-align: center;
  padding-top: 4px;
  vertical-align: super;
}
.event .sub-name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}
.event .date {
  font-size: 21px;
  margin-bottom: 15px;
}
.event .event-button {
  margin-bottom: 26px;
}
.event .event-button .btn {
  padding: 10px 20px 10px 20px;
}
.event .other-dates .event-block-content .other-date {
  margin-bottom: 5px;
  font-size: 21px;
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
}
.event .description-short {
  margin-bottom: 43px;
}
.event .reviews {
  margin-bottom: 20px;
}
.event .reviews .review {
  margin-bottom: 30px;
}
.event .reviews .review .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.event .event-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .event .poster {
    text-align: center;
    margin-bottom: 30px;
  }
}
/** /Event **/
/** Contact modal **/
.contact-modal {
  padding: 20px;
  background: #fff;
  text-align: center;
}
.contact-modal .icon {
  opacity: 0.5;
}
.contact-modal .info {
  font-size: 17px;
}
.contact-modal .phone-big-font {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", "Times New Roman", Times, serif;
}

/** /Contact modal **/

/*# sourceMappingURL=main.css.map */
