﻿body {
  color: black;
}
.film-card {
  padding-top: 20px;
  padding-bottom: 20px;
}
.film-card .card .card-body {
  padding: 0px;
  color: #000000;
}
.film-card .card .card-body .card-img {
  overflow: hidden;
}
.film-card .card .card-body .film-category {
  font-size: 12px;
}
.film-card .card .card-body .card-title {
  margin: 0;
  padding: 10px 10px 0px 10px;
}
.film-card .card .card-body .film-detay {
  padding: 10px;
}
.film-card .card .card-footer {
  padding: 0px;
}
.film-card .card .card-footer button {
  border: 0px;
  border-radius: 0;
}
.film-card .card:hover {
  box-shadow: 1px 15px 62px rgba(0, 0, 0, 0.35) !important;
  cursor: pointer;
}
.carousel-gallery {
  margin: 50px 0;
  padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63031;
  transform: scale(1.1, 1.1);
}
/*# Carousel Gallery*/
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all 0.2s linear;
}
.plugins a:hover {
  color: #d63031;
}
.flag-icon {
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left;
}
.flag-icon-xk,
.flag-icon-sq {
  background-image: url(../Images/xk.png);
}
.flag-icon-en {
  background-image: url(../Images/en.png);
}
.flag-icon-tr {
  background-image: url(../Images/tr.png);
}
.notice {
  padding: 15px;
  border: none;
  margin-bottom: 10px;
}
.biletinial-logo {
  width: 150px;
}
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.btn-mini-mp {
  font-size: 13px;
  padding: 1px 4px !important;
  margin: 2px !important;
}
.btn-medium-mp {
  padding: 2px 6px !important;
  font-size: 15px;
  margin: 2px 2px !important;
}
.cursor-pointer {
  cursor: pointer;
}
/*Carousel Gallery*/
.carousel-gallery {
  margin: 30px 0;
  padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63031;
  transform: scale(1.1, 1.1);
}
.fancybox-toolbar {
  display: none!important;
}
/*# Carousel Gallery*/
/*tab pane li*/
/*tab pane li*/
.notice-sm {
  padding: 10px;
  font-size: 80%;
}
.notice-lg {
  padding: 35px;
  font-size: large;
}
.notice-success {
  border-color: #80D651;
}
.notice-success > strong {
  color: #80D651;
}
.notice-info {
  border-color: #45ABCD;
}
.notice-info > strong {
  color: #45ABCD;
}
.notice-warning {
  border-color: #FDEE30;
}
.notice-warning > strong {
  color: #FDEE30;
}
.notice-danger {
  border-color: #d73814;
}
.notice-danger > strong {
  color: #d73814;
}
.btn-warning {
  background-color: #FDEE30;
}
.downtitle {
  font-size: 28px;
}
.downtitle i {
  color: #FDEE30;
}
.logo-a img {
  width: 130px;
}
.page-footer {
  background-color: #FDEE30;
  color: #000000;
  position: relative;
}
.page-footer .footer-body {
  padding: 50px 20px;
}
.page-footer a {
  text-decoration: none;
  color: #000000;
}
.page-footer a:hover {
  font-weight: 600;
}
.page-footer .social-icon li {
  background-color: #ccbd00;
  padding: 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.35) !important;
  cursor: pointer;
}
.page-footer .social-icon li a {
  margin: 0px !important;
}
#carouselExampleControls .carousel-inner {
  width: 100%;
}
#carouselExampleControls .carousel-inner .carousel-item a img {
  width: 100%;
}
#carouselExampleControls h1 {
  font-size: 1.7rem;
  padding: 20px 0px 0px;
  margin: 0px;
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}
.carousel-caption .btn {
  padding: 5px 30px;
  border-radius: 20px;
  border: none;
}
.card {
  margin: 5px 3px;
}
.card .card-header {
  padding: 0.25rem 1.25rem;
}
.card .card-header h5 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 18px;
}
.card .card-body .card-title {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#seanslar {
  background-color: #eeeeee;
  padding: 0px 10px;
}
#seanslar .seans-timed button {
  margin: 5px;
}
#seanslar a {
  background-color: #fdee30;
  color: #343a40;
  font-weight: 600;
  padding: 7px;
  border-radius: 10px;
  margin: 5px;
  text-decoration: none;
}
#seanslar hr:last-child {
  display: none;
}
#seanslar table tbody tr:first-child td {
  border: none;
}
.seanslar-tab {
  padding: 0px !important;
  position: relative;
}
@media (max-width: 768px) {
  .seanslar-tab {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.seanslar-tab .li {
  padding: 10px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .seanslar-tab .li {
    padding: 5px 20px;
  }
}
.seanslar-tab .li.active {
  background-color: #eee;
}
.seanslar-tab .li a {
  text-decoration: none;
  color: #343a40;
  font-weight: 600;
}
.seanslar-tab .li a span:first-child {
  width: 100%;
  font-size: 24px;
}
@media (max-width: 768px) {
  .seanslar-tab .li a span:first-child {
    font-size: 16px;
  }
}
.seanslar-tab .li a span:last-child {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 768px) {
  .seanslar-tab .li a span:last-child {
    font-size: 12px;
  }
}
.btn-nav-light {
  color: #000000 !important;
  border: none;
  margin: 0px 4px;
}
.card-border {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.film-desc .film-player ul {
  list-style: none;
  margin: 0px;
}
.film-desc .film-player ul li {
  display: inline;
  font-size: 14px;
}
.film-desc span {
  font-weight: 600;
}
.hanging-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 9001;
}
#trailer-video {
  width: 100%;
  height: 100%;
}
.scale-media {
  padding-bottom: 56.25%;
  position: relative;
}
.scale-media iframe {
  border: none;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: white;
}
@media (max-width: 576px) {
  .d-none.d-sm-block-desk {
    display: block !important;
  }
}
.branch-desc ul li a {
  color: #343a40 !important;
}
.branch-desc ul li a.active {
  background-color: #343a40 !important;
  color: #FEFEFE !important;
}
.top-menu ul li a {
  font-size: 14px;
}
@media (max-width: 991px) {
  .top-menu ul li .btn-nav-light {
    display: table;
    margin: 5px 0px;
    padding: 5px;
  }
}
.branch-box .card {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.branch-box .card .card-body {
  width: 100%;
  height: 200px;
  border-radius: 4px;
}
.branch-box .card .card-body .card-img {
  width: 100%;
  height: 170px;
  background-size: auto;
  background-position: center center;
  text-align: center;
  padding: 50px;
}