#e-show-images .e-show-images, #e-show-images .e-show-images .e-images, .content, .slide-description {
  position: relative;
  float: left;
  width: 100%; }

#e-show-images .e-show-images .e-images #e-images-holder, #e-show-images .e-show-images .e-images #e-images-holder .e-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#e-show-images {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  #e-show-images .e-show-images {
    height: 100%;
    padding-top: 104px; }
    @media screen and (max-width: 768px) {
      #e-show-images .e-show-images {
        padding-top: 0; } }
    #e-show-images .e-show-images .e-images {
      height: 100%; }
      #e-show-images .e-show-images .e-images #e-white-bg {
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.88);
        z-index: 2;
        transition: 0.5s; }
        @media screen and (max-width: 768px) {
          #e-show-images .e-show-images .e-images #e-white-bg {
            width: 100%;
            background: rgba(255, 255, 255, 0.6); } }
      #e-show-images .e-show-images .e-images #e-images-holder {
        -webkit-perspective: 1200px;
        -moz-perspective: 1200px;
        perspective: 1200px;
        overflow: hidden; }
        #e-show-images .e-show-images .e-images #e-images-holder .e-item {
          visibility: hidden;
          overflow: hidden;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          transform-style: preserve-3d; }
        #e-show-images .e-show-images .e-images #e-images-holder .pt-page-current,
        #e-show-images .e-show-images .e-images #e-images-holder .no-js .e-item {
          visibility: visible;
          z-index: 1; }
        #e-show-images .e-show-images .e-images #e-images-holder .pt-page-ontop {
          z-index: 1; }

.content {
  padding: 0 35px 0 70px; }
  @media screen and (max-width: 1200px) {
    .content {
      padding-left: 60px; } }
  @media screen and (max-width: 992px) {
    .content {
      padding-left: 50px; } }
  @media screen and (max-width: 768px) {
    .content {
      padding-left: 0;
      padding-right: 0;
      padding-top: 50px; } }

#e-navs {
  position: fixed;
  width: 10px;
  right: 15px;
  top: 50%; }
  @media screen and (max-width: 768px) {
    #e-navs {
      position: absolute;
      width: 100%;
      height: 10px !important;
      left: 0;
      right: auto;
      top: 127px !important;
      margin-top: 0 !important;
      text-align: center; } }
  #e-navs span {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 7px 0;
    background: #3c4256;
    transition: 0.3s;
    opacity: 0.4;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      #e-navs span {
        margin: 0 7px; } }
    #e-navs span.active, #e-navs span:hover {
      opacity: 1; }

#ent-nav, #ent-nav li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none; }

#ent-nav li a {
  font-size: 24px;
  color: #343e55 !important;
  text-decoration: none !important;
  line-height: 72px; }
  @media screen and (max-width: 1200px) {
    #ent-nav li a {
      font-size: 22px; } }
  @media screen and (max-width: 992px) {
    #ent-nav li a {
      font-size: 20px;
      line-height: 65px; } }
  @media screen and (max-width: 768px) {
    #ent-nav li a {
      font-size: 18px;
      line-height: 40px; } }
  #ent-nav li a:hover {
    color: #010101 !important; }
  #ent-nav li a.active {
    color: #010101 !important;
    font-weight: bold;
    font-size: 60px; }
    @media screen and (max-width: 1200px) {
      #ent-nav li a.active {
        font-size: 50px; } }
    @media screen and (max-width: 1200px) {
      #ent-nav li a.active {
        font-size: 40px; } }
    @media screen and (max-width: 768px) {
      #ent-nav li a.active {
        font-size: 30px; } }

#shop-contacts {
  padding: 0;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    #shop-contacts {
      margin-top: 10px; } }
  #shop-contacts .shop-info-floor, #shop-contacts .shop-info-schedule {
    width: auto; }
    @media screen and (max-width: 768px) {
      #shop-contacts .shop-info-floor p, #shop-contacts .shop-info-schedule p {
        color: #000; } }
  #shop-contacts .shop-info-schedule {
    padding-bottom: 25px; }
    @media screen and (max-width: 768px) {
      #shop-contacts .shop-info-schedule {
        padding-bottom: 15px; } }
  #shop-contacts .shop-info-floor {
    margin-right: 30px; }
  #shop-contacts .shop-contact-item {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      #shop-contacts .shop-contact-item {
        margin-top: 20px; } }

.slide-description {
  text-align: justify;
  display: none; }
  .slide-description#slide-description-0 {
    display: block; }
  .slide-description h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1200px) {
      .slide-description h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 992px) {
      .slide-description h3 {
        font-size: 20px;
        line-height: 22px; } }
    @media screen and (max-width: 768px) {
      .slide-description h3 {
        font-size: 18px;
        line-height: 20px; } }

#entertainment-title {
  margin-top: 50px;
  padding-top: 0; }
  @media screen and (max-width: 1200px) {
    #entertainment-title {
      margin-top: 45px; } }
  @media screen and (max-width: 992px) {
    #entertainment-title {
      margin-top: 40px; } }
  @media screen and (max-width: 768px) {
    #entertainment-title {
      margin-top: 35px; } }
  #entertainment-title h1 {
    margin-bottom: 50px;
    font-weight: normal;
    line-height: 32px; }
    @media screen and (max-width: 1200px) {
      #entertainment-title h1 {
        line-height: 30px;
        margin-bottom: 45px; } }
    @media screen and (max-width: 992px) {
      #entertainment-title h1 {
        line-height: 28px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      #entertainment-title h1 {
        line-height: 26px;
        margin-bottom: 35px; } }
    @media screen and (max-width: 480px) {
      #entertainment-title h1 {
        line-height: 24px; } }
    #entertainment-title h1 strong {
      font-weight: 500;
      font-size: 28px; }
      @media screen and (max-width: 1200px) {
        #entertainment-title h1 strong {
          font-size: 26px; } }
      @media screen and (max-width: 992px) {
        #entertainment-title h1 strong {
          font-size: 24px; } }
      @media screen and (max-width: 768px) {
        #entertainment-title h1 strong {
          font-size: 22px; } }
      @media screen and (max-width: 640px) {
        #entertainment-title h1 strong {
          font-size: 18px; } }
      @media screen and (max-width: 480px) {
        #entertainment-title h1 strong {
          font-size: 16px; } }
    #entertainment-title h1 a {
      display: inline-block;
      position: relative;
      font-size: 18px;
      color: #465579 !important;
      text-decoration: none !important; }
      @media screen and (max-width: 1200px) {
        #entertainment-title h1 a {
          font-size: 17px; } }
      @media screen and (max-width: 992px) {
        #entertainment-title h1 a {
          font-size: 16px; } }
      #entertainment-title h1 a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 2px;
        left: 0;
        background-color: #a2aabc;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      #entertainment-title h1 a:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        visibility: hidden; }
      #entertainment-title h1 a:hover i {
        opacity: 1; }
      #entertainment-title h1 a i {
        display: block;
        position: absolute;
        width: 15px;
        height: 14px;
        background: url(../images/back-e.png) no-repeat;
        opacity: 0.5;
        left: -25px;
        top: 50%;
        margin-top: -7px;
        transition: 0.3s; }

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