.page-home {
  padding-bottom: 30px;
}
/*.page-home h2 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 2px;
  !*margin-right: 20px;*!
  color:#000;
}*/
.page-home #top-carousel {
  line-height: 0;
}
.page-home #top-carousel .slick-carousel {
  overflow: visible;
}
.page-home #top-carousel .slick-carousel .slick-list {
  overflow: visible;
}
.page-home #top-carousel .slick-carousel .slick-list .slick-slide {
  opacity: 0.2;
  transition: opacity 1s;
}
.page-home #top-carousel .slick-carousel .slick-list .slick-slide.slick-active {
  opacity: 1.0;
}
.page-home #top-carousel .slick-arrow {
  box-shadow: none;
  background-color: transparent;
  width: 15%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  height: 100%;
  z-index: 100;
  transition: opacity 0.2s ease-out;
}
.page-home #top-carousel .slick-arrow:before {
  color: #fff;
  font-size: 50px;
}
@media (max-width: 768px) {
  .page-home #top-carousel .slick-arrow:before {
    font-size: 20px;
  }
}
.page-home #top-carousel .slick-arrow:hover {
  opacity: 0.9;
}
.page-home #top-carousel .slick-prev {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.page-home #top-carousel .slick-next {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.page-home #top-carousel .top-carousel-item {
  margin-top: 0;
  margin-bottom: 1px;
}
.page-home .carousel-wrapper {
  background-color: black;
}
.page-home .carousel-wrapper .glyphicon {
  margin-top: -22px;
  font-size: 44px;
  font-weight: bold;
}
.page-home .carousel-wrapper .glyphicon-menu-left {
  left: 45px;
}
.page-home .carousel-wrapper .glyphicon-menu-right {
  right: 45px;
}
.page-home > .carousel img.img-responsive {
  width: 100%;
}
.page-home > .carousel .carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  width: 100%;
  padding: 0;
}
.page-home > .carousel .carousel-caption::before {
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
}
@media (max-width: 768px) {
  .page-home > .carousel .carousel-caption {
    position: inherit;
    background-color: #000000;
  }
  .page-home > .carousel .carousel-caption::before {
    display: none;
  }
}
.page-home > .carousel .carousel-caption .caption-box {
  padding: 10px 32px;
  box-sizing: border-box;
  position: relative;
  direction: rtl;
}
.page-home > .carousel .carousel-caption .caption-box .stars {
  color: #FFBB00;
  direction: ltr;
  display: inline-block;
  font-size: 1.5em;
  padding: 0 0.5em;
}
.page-home > .carousel .carousel-caption .caption-box h2 {
  margin: 0;
  padding-top: 0.3em;
}
.page-home > .carousel .carousel-caption .caption-box h2.english {
  font-size: 1.8em;
  color: #bdbdbd;
}
.page-home > .carousel .carousel-caption .caption-box h2.farsi {
  font-size: 2.5em;
  display: inline-block;
}
@media (max-width: 768px) {
  .page-home > .carousel .carousel-caption .caption-box {
    padding: 10px;
  }
  .page-home > .carousel .carousel-caption .caption-box .stars {
    font-size: 0.6em;
  }
  .page-home > .carousel .carousel-caption .caption-box h2.english {
    font-size: 0.8em;
  }
  .page-home > .carousel .carousel-caption .caption-box h2.farsi {
    font-size: 1em;
  }
}
.page-home > .row-inner {
  direction: rtl;
  padding-top: 24px;
  padding-bottom: 24px;
  box-sizing: border-box;
}
.page-home > .row-inner > div {
  min-height: 100px;
}
@media (max-width: 1200px) {
  .page-home > .row-inner > div {
    padding: 8px;
  }
}
.page-home > .row-inner > div img.img-responsive {
  width: 100%;
}
.page-home > .specials {
  margin-bottom: -20px;
  overflow: hidden;
}
.page-home > .specials .row-inner {
  padding-top: 40px;
}
.page-home > .specials .have-label {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.page-home > .specials .have-label img.img-responsive {
  width: 100%;
}
.page-home > .specials .tag {
  background-color: #ff3c3d;
  color: white;
  font-size: 1.7em;
  left: 0;
  height: 48px;
  min-width: 20%;
  position: absolute;
  text-align: center;
  top: 24px;
  padding: 0.3em 0.5em;
}
.page-home > .specials .tag::after {
  border-bottom: 24px solid transparent;
  border-left: 24px solid #ff3c3d;
  border-top: 24px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: 0;
  width: 0;
}
@media (max-width: 768px) {
  .page-home > .specials .tag {
    font-size: 1.2em;
  }
}
.page-home > .newest {
  margin-bottom: 15px;
}
.page-home > .newest > h2 {
  padding-right: 8px;
}
@media (max-width: 1200px) {
  .page-home > .newest > h2 {
    padding-right: 16px;
  }
}
.page-home > .newest .show-arrow::after {
  border-bottom: 1.2em solid #333333;
  border-left: 1.2em solid transparent;
  border-right: 1.2em solid transparent;
  bottom: -2em;
  content: "";
  left: 50%;
  position: absolute;
}
.page-home > .special {
  display: block;
  position: relative;
}
.page-home > .special > div {
  min-height: 100px;
  max-height: 400px;
  overflow: hidden;
  padding: 0;
}
.page-home > .special:hover img.img-responsive {

}
.page-home > .special img.img-responsive {
  width: 100%;
  transition: transform 0.25s ease-out;
}
.page-home > .special .dark-effect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}
.page-home > .special .background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-home > .special .background .title {
  display: block;
  font-size: 32px;
  color: white;
}
.page-home > .special .background .btn {
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 7px 45px 4px;
  border: 2px white solid;
  border-radius: 30px;
  margin-top: 25px;
}
.page-home > .special .details {
  color: #FFFFFF;
  direction: rtl;
  font-size: 2em;
  position: absolute;
  text-align: center;
  top: calc(50% - 2em);
  width: 100%;
}
@media (max-width: 992px) {
  .page-home > .special .details {
    font-size: 1.5em;
    top: calc(50% - 2em);
  }
}
@media (max-width: 768px) {
  .page-home > .special .details {
    font-size: 0.8em;
    top: calc(50% - 2em);
  }
}
.page-home > .special .details img.logo {
  background: linear-gradient(#FFFFFF, #bdbdbd);
  border-radius: 0.3em;
  padding: 0.2em;
  width: 5em;
}
.page-home > .special .details .btn-transparent {
  border: 0.1em solid;
  border-radius: 0.2em;
  color: #FFFFFF;
  font-size: 0.5em;
  margin-top: 2em;
  padding: 0.5em 2em;
}
.page-home > .trailers > h2 {
  padding-right: 8px;
}
@media (max-width: 1200px) {
  .page-home > .trailers > h2 {
    padding-right: 16px;
  }
}
.page-home > .trailers .img-responsive {
  width: 100%;
}
.page-home .multi-item-carousel .carousel-control {
  background-color: transparent;
  opacity: 1;
}
.page-home .multi-item-carousel .carousel-control i {
  vertical-align: middle;
  color: #E0E0E0;
}
.page-home .multi-item-carousel .carousel-control.left, .page-home .multi-item-carousel .carousel-control.right {
  background-color: #ff3c3d;
  bottom: auto;
  font-size: 1.5em;
  line-height: 1em;
  opacity: 1;
  padding: 0.4em 0.6em;
  text-align: center;
  text-shadow: none;
  top: calc(50% - 0.5em);
  width: auto;
}
.page-home .multi-item-carousel .carousel-control.left:hover, .page-home .multi-item-carousel .carousel-control.right:hover {
  background-color: #FFFFFF;
}
.page-home .multi-item-carousel .carousel-control.left {
  left: 8px;
  margin-left: -1em;
}
.page-home .multi-item-carousel .carousel-control.right {
  right: 8px;
  margin-right: -1em;
}
@media (max-width: 767px) {
  .page-home .multi-item-carousel .carousel-control.left, .page-home .multi-item-carousel .carousel-control.right {
    font-size: 1em;
    padding: 0.2em 0.4em;
  }
  .page-home .multi-item-carousel .carousel-control.left {
    left: 0.2em;
  }
  .page-home .multi-item-carousel .carousel-control.right {
    right: 0.2em;
  }
}
.page-home > .celebrities {
  font-size: 1em;
}
.page-home > .about {
  background-color: #E0E0E0;
  direction: rtl;
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: justify;
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-home > .about .about-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.page-home > .about .icon:before {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.page-home > .about > div h2 {
  font-size: 1.35em;
}
.page-home > .about > div h2 .icon {
  color: #ff3c3d;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
}
.page-home > .about > div h2 span {
  line-height: 2em;
  vertical-align: middle;
}
.page-home > .about > div p {
  direction: rtl;
  text-align: center;
}
@media (max-width: 768px) {
  .page-home > .about {
    font-size: 0.8em;
  }
  .page-home > .about > div h2 {
    font-size: 1.3em;
  }
  .page-home > .about > div h2 .icon {
    font-size: 1.8em;
  }
}