.db-wrapper {
  padding: 15px;
}

.db-left {
  width: 930px;
  float: left;
}

.db-right {
  width: 300px;
  float: right;
}

.db-topblock {
  position: relative;
  padding-bottom: 10px;
  background: #f3f3f3;
}
.db-topblock ul li {
  width: 25%;
  float: left;
  list-style: none;
}
.db-slider ul li {
    list-style-type: none;
}
.db-topblock ul li a {
  position: relative;
  color: #ffffff;
  display: block;
}
.db-topblock ul li a .db-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 10px 20px;
  line-height: 26px;
  overflow: hidden;
  height: 46px;
  background: rgba(54, 54, 54, 0.78);
  display: block;
  font-size: 18px;
  text-align: center;
  border: solid thin #b5b0b4;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.db-topblock ul li a:hover .db-text {
  background: rgba(54, 54, 54, 0.9);
}
.db-topblock .db-whatsnew {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  background: rgba(237, 20, 91, 0.82);
  color: #ffffff;
  text-transform: uppercase;
  z-index: 9;
  font-size: 18px;
}

.db-image img {
  width: 100%;
  display: block;
}

.db-search {
  padding: 20px;
  background: #ffffff;
}
.db-searchblock {
  margin-top: 20px;
  width: 75%;
  position: relative;
}
.db-searchblock input[type="text"] {
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: url(/common/images/popcorn/search-icon.png) no-repeat 10px center;
  padding-left: 50px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  box-shadow: 3px 0.7px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.db-searchblock .db-searchresults {
  position: absolute;
  top: 58px;
  box-shadow: 3px 0.7px 8px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  z-index: 9;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.db-searchblock .db-searchresults.show {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.db-searchblock .db-searchresults-list {
  padding: 10px;
}
.db-searchblock .db-searchresults-list span {
  font-size: 18px;
  text-transform: uppercase;
  color: #c6c6c6;
  display: block;
  margin-bottom: 10px;
}
.db-searchblock .db-searchresults-list ul li {
  padding-bottom: 10px;
}
.db-searchblock .db-searchresults-list ul li:last-child {
  padding-bottom: 0;
}
.db-searchblock .db-searchresults-list ul li a {
  display: block;
  color: #494848;
  font-size: 14px;
  font-weight: 600;
}
.db-searchblock .db-searchresults-list ul li a .db-searchimage {
  width: 60px;
  float: left;
}
.db-searchblock .db-searchresults-list ul li a .db-searchimage img {
  width: 100%;
  display: block;
}
.db-searchblock .db-searchresults-list ul li a .db-searchtext {
  margin-left: 70px;
}
.db-searchblock .db-searchresults-list ul li a .db-searchtext > div {
  padding-bottom: 5px;
}
.db-searchblock .db-searchresults-list ul li a .db-searchtext-title {
  font-size: 14px;
}
.db-searchblock .db-searchresults-list ul li a .db-searchtext-lang, .db-searchblock .db-searchresults-list ul li a .db-searchtext-year {
  color: #827f7f;
}

.db-lang-block ul li {
  display: inline-block;
  margin-right: 10px;
}
.db-lang-block ul li a {
  display: block;
  background: #ccc;
  border-radius: 15px;
  padding: 0 30px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.db-lang-block ul li a:hover {
  background: #999;
}

.db-lang-block ul li.active a {
  display: block;
  background: #e22b4e;
  border-radius: 15px;
  padding: 0 30px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #e22b4e;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.db-movies {
  background: #ffffff;
  padding: 10px;
  position: relative;
}
.db-movies .db-heading {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
}
.db-movies-list {
  padding: 10px 0 0;
}
.db-movies-list ul li {
  float: left;
  width: 25%;
  padding-bottom: 10px;
  position: relative;
}
.db-movies-list ul li a {
  display: block;
  border: solid thin #ffffff;
  color: #000000;
}
.db-movies-list ul li a .db-text {
  padding: 10px 0 0;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
}
.db-movies-list ul li a .db-movie-lang {
  display: block;
  color: #646161;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
}
.db-movie-rating {
  position: absolute;
  top: 2px;
  right: 2px;
  background: rgba(192,26,58,0.8);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 3px;
}
.db-movies .db-more {
  position: absolute;
  top: 20px;
  right: 20px;
}

.db-more {
  text-align: right;
  font-family: Arial;
  font-size: 14px;
}
.db-more a {
  color: #00a2ff;
}
.db-more:hover a {
  color: #0082cc;
}

.db-birthday {
  background: #c13c7a;
  margin-top: 20px;
}
.db-birthday-head {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  padding: 22px 0;
  color: #ffffff;
}
.db-birthday .bx-wrapper {
  padding: 0 20px;
  height: auto !important;
  position: relative;
}
.db-birthday .bx-wrapper .bx-viewport {
  height: auto !important;
}
.db-birthday .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}
.db-birthday .bx-wrapper .bx-pager-item {
  display: inline-block;
  padding: 0 2px;
}
.db-birthday .bx-wrapper .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999px;
  background: #cfcfcf;
}
.db-birthday .bx-wrapper .bx-pager-item a.active {
  background: #000000;
}
.db-birthday ul li a {
  color: #ffffff;
  display: block;
}
.db-birthday ul li a .db-birthday-image {
  position: relative;
}
.db-birthday ul li a .db-birthday-image:before {
  content: "";
  position: absolute;
  display: block;
  background: url("/common/images/popcorn/birthday-icon.png") no-repeat;
  width: 85px;
  height: 77px;
  right: 0;
  bottom: -10px;
}
.db-birthday-image img {
  width: 100%;
  display: block;
  margin: auto;
}
.db-birthday-name {
  font-size: 24px;
  text-transform: uppercase;
  margin: 8px 0;
  text-align: center;
}
.db-birthday-name span {
  display: block;
  text-transform: initial;
  font-size: 16px;
}
.db-birthday-sendroses {
  margin: 0 30px;
  margin-bottom: 30px;
}
.db-birthday-sendroses button {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: left;
  padding-left: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #fffa7b url(/common/images/popcorn/flower-icon.png) no-repeat 2px center;
  font-size: 16px;
  font-weight: 600;
}

.db-spotlight-list ul li a {
  position: relative;
}
.db-spotlight-list ul li a .db-text {
  position: absolute;
  bottom: 0;
  height: 58px;
  line-height: 58px;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.62);
  color: #ffffff;
  font-size: 24px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.db-spotlight-list ul li a:hover .db-text {
  background: rgba(0, 0, 0, 0.8);
}

.db-upcoming-list .db-movie-date {
  display: block;
  color: #646161;
  font-size: 14px;
  text-transform: capitalize;
}

.db-topmovies {
  padding: 10px 0 25px;
  background: #ffffff;
  margin: 20px 0 0;
}
.db-topmovies-head {
  font-size: 24px;
  text-align: center;
}
.db-topmovies-list {
  margin: 0 10px;
  margin-top: 20px;
}
.db-topmovies-list ul {
  border-top: dashed 1px #7f7f7f;
  counter-reset: my-count;
}
.db-topmovies-list ul li {
  position: relative;
  counter-increment: my-count;
}
.db-topmovies-list ul li:before {
  content: counter(my-count) ".";
  position: absolute;
  left: 5px;
  top: 0;
  height: 46px;
  line-height: 46px;
  display: block;
  color: #c92f77;
  font-size: 18px;
  font-weight: 600;
}
.db-topmovies-list ul li a {
  display: block;
  padding: 0 15px;
  padding-left: 30px;
  line-height: 46px;
  height: 46px;
  color: #000000;
  font-size: 16px;
  border-bottom: dashed 1px #7f7f7f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.db-topmovies-list ul li a:hover {
  color: #c92f77;
}

.db-wrapper2 {
  padding: 15px;
}
.db-wrapper2 .db-left {
  width: 460px;
  float: left;
}
.db-wrapper2 .db-right {
  width: 760px;
  float: right;
}

.db-boxoffice-list ul {
  padding: 15px 0;
}
.db-boxoffice-list ul li {
  margin-bottom: 15px;
}
.db-boxoffice-list ul li a {
  display: block;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  color: #000000;
  border: solid thin #666666;
  position: relative;
  font-weight: 600;
}
.db-boxoffice-list ul li a span {
  position: absolute;
  right: 10px;
}
.db-boxoffice-list ul li:last-child {
  margin-bottom: 0;
}

.db-toplisting .db-heading {
  padding: 0 15px;
}
.db-toplisting-list ul li {
  width: 33.33%;
}
.db-toplisting-list ul li a {
  position: relative;
  margin: 0 10px;
}
.db-toplisting-list ul li a .db-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.48);
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px 0;
  height: 50px;
  text-transform: capitalize;
  text-align: left;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.db-toplisting-list ul li a:hover .db-text {
  background: rgba(0, 0, 0, 0.8);
}

.db-showtime .db-searchblock {
  margin: 60px auto 70px;
  background: #ffffff;
}

.db-showtime-results {
  padding: 30px 0;
  background: #ffffff;
}

.db-showtime-cities {
  position: absolute;
  right: 20px;
  top: 80px;
  width: 150px;
}
.db-showtime-cities span {
  display: block;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.db-showtime-cities span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("/common/images/popcorn/arrow-icon.png") no-repeat center;
  width: 12px;
  height: 8px;
  margin-left: 10px;
}

.db-showtime-films {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 650px;
  flex-wrap: wrap;
  padding: 0 40px;
}

.db-showtime-films .db-showtime-films-b {
  width: 32%;
  float: left;
  flex: 0 1 auto;
  margin-right: 10px;
}

.db-showtime-films h3 {
  font-weight: bold;
  font-size: 16px;
  color: #e22b4e;
  padding: 0 0 10px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.db-showtime-films ul {
  list-style-type: none;
  margin: 0 0 10px;
  border-bottom: solid thin #cccccc;
}

.db-showtime-films ul li a {
  display: block;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 0 10px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.db-showtime-films ul li a:hover {
  text-decoration: underline;
}

.db-showtime-films-b.inactive h3 {
  color: rgba(217, 28, 34, 0.2);
}

.db-showtime-films-b.inactive:hover h3 {
  color: #d91c22;
}

.db-showtime-films-b.inactive ul li a {
  color: rgba(51, 51, 51, 0.2);
}

.db-showtime-films-b.inactive ul li a:hover {
  color: #333333;
}

.filmi-showtime-modal-c-cinema {
  margin-top: 20px;
  height: 650px;
  padding: 0 80px;
  display: none;
}

.db-showtime-nav {
  margin: 0 40px;
}

.db-showtime-nav div {
  float: left;
  margin-right: 20px;
  padding: 6px 0 0;
  font-size: 13px;
  color: #242323;
  font-weight: 600;
}

.db-showtime-nav ul {
  list-style-type: none;
  margin: 0;
  float: left;
  width: 90%;
}

.db-showtime-nav ul li {
  float: left;
  margin: 0 14px 10px 0;
}

.db-showtime-nav ul li a {
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #1c1d22;
  font-weight: 600;
  background: #f3f3f3;
  border-radius: 10px;
  color: #5d5d5d;
}

.db-showtime-nav ul li a.active {
  background: #e22b4e;
  color: #ffffff;
  font-weight: bold;
}

.db-boxoffice-collection {
  position: relative;
  padding-top: 60px;
}

.db-boxoffice-list-head {
  font-size: 16px;
  background: #e22b4e;
  margin-top: 10px;
  padding: 2px 0;
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0;
}
.db-boxoffice-list-head > div {
  float: left;
  width: 20%;
  height: 40px;
  text-align: center;
}
.db-boxoffice-list-head > div:first-child {
  text-align: left;
  width: 54%;
}
.db-boxoffice-list-head > div:first-child span {
  padding: 10px 25px;
}
.db-boxoffice-list-head > div span {
  display: inline-block;
  color: #ffffff;
  padding: 0 5px;
}

.db-boxoffice-per {
  position: absolute;
  width: 200px;
  z-index: 9;
  top: 0;
  right: 10px;
  margin: 5px 0;
  height: 25px;
  padding: 8px 0 0;
}
.db-boxoffice-per:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000000;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.db-boxoffice-per > div {
  width: 45%;
  height: 10px;
  float: left;
  margin: 0 2.5%;
  background: #d7d7d7;
  position: relative;
}
.db-boxoffice-per > div .db-boxoffice-per-block {
  height: 10px;
  background: #707070;
  display: block;
  position: relative;
}
.db-boxoffice-per > div .db-boxoffice-per-text {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #646161;
  font-weight: normal;
}
.db-boxoffice-per-hype .db-boxoffice-per-block {
  float: right;
  border-radius: 12px 0 0 12px;
}
.db-boxoffice-per-collection .db-boxoffice-per-block {
  border-radius: 0 12px 12px 0;
}
.popup-notification-header {
  background: linear-gradient(to right, #5a0244, #af0f1c)!important;
}
.notification-arrow {
  right: 10px!important;
  border-bottom: 10px solid #5a0244!important;
}
.db-text.latest_rel{
      padding: 0;
      color: #000000;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      width: 223px;
  }
  span.paragraph-end {
      background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#ffffff');
      bottom: 0;
      height: 80px;
      max-height: 100%;
      position: absolute;
      right: 0;
      width: 60px;
  }
  span.db-close {
      position: absolute;
      display: none;
      width: 20px;
      height: 20px;
      right: 10px;
      top: 10px;
      color: #000;
      font-size: 28px;
      transform: rotate(45deg);
      cursor: pointer;
  }
  .popcorn-sent-roses-msg {
    color: #FF0000;
    font-family: arial;
    font-size: 14px;  
  }
.db-slider {
  width: 25%;
  float: left;
}
.db-slider .bx-wrapper {
  padding: 0 10px;
  position: relative;
}
.db-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 60px;
  width: 30px;
  height: 80px;
  margin: auto;
  background: #d7d7d8;
  text-indent: -9999px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.db-slider .bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.db-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 10px;
  -moz-box-shadow: 2px 2px 4px -1px #000000;
  -webkit-box-shadow: 2px 2px 4px -1px #000000;
  box-shadow: 2px 2px 4px -1px #000000;
}
.db-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  left: 10px;
}
.db-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 10px;
  -moz-box-shadow: -2px 2px 4px -1px #000000;
  -webkit-box-shadow: -2px 2px 4px -1px #000000;
  box-shadow: -2px 2px 4px -1px #000000;
}
.db-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 10px;
}
.db-slider .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}
.db-slider .db-heading {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 10px 10px;
}
.db-slider ul li {
  position: relative;
  padding-bottom: 50px;
}
.db-slider ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.db-slider .db-text {
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 15px;
  padding: 10px;
  background: rgba(54, 54, 54, 0.78);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
span.play-video1 {
  background: url("/common/images/popcorn/video-icon.png") no-repeat scroll 0 0 transparent;
  display: block !important;
  height: 45px;
  left: 126px;
  position: absolute;
  top: 94px;
  width: 45px;
}