@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
body {
  background-color: #f4f4f4;
  padding-top: 70px;
}
header {
  background: #c50000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  height: 69px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
header .logo {
  display: block;
  float: left;
  margin: 22.5px 0 0;
}
header .menu-icon {
  width: 32px;
  height: 28px;
  margin: 24px 0 0 30px;
  display: block;
  float: right;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .menu-icon span.line-1 {
  top: 0px;
}
header .menu-icon span.line-2,
header .menu-icon span.line-3 {
  top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header .menu-icon span.line-4 {
  top: 20px;
}
header .menu-icon.active span.line-1 {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .menu-icon.active span.line-2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-icon.active span.line-3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menu-icon.active span.line-4 {
  top: 18px;
  width: 0%;
  left: 50%;
}
header nav {
  overflow: hidden;
  margin-left: 30px;
  float: left;
}
header nav > ul > li {
  float: left;
  height: 70px;
  display: table;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
header nav > ul > li > a {
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none !important;
  color: #fff !important;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
header nav > ul > li.open {
  background: #000000;
  border-color: #fff;
}
header nav > ul > li.open > a {
  position: relative;
  z-index: 1001;
}
header nav > ul > li.open > a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
header nav > ul .dropdown-menu {
  top: 67px;
  width: 100%;
  border-radius: 0 !important;
  border: none;
  background: #000;
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 30px;
}
header nav > ul .dropdown-menu .title {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #c50000;
  margin: 10px 0;
  line-height: 18px;
}
header nav > ul .dropdown-menu a {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 5px 0;
  display: block;
  padding-bottom: 5px;
  line-height: 18px;
  border-bottom: 1px solid #2c2c2c;
  text-decoration: none;
}
header nav > ul .dropdown-menu a.yellow {
  color: #ffcc00;
}
header nav > ul .dropdown-menu a.new::after {
  content: "YENİ";
  background: #c50000;
  position: relative;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 10px;
}
header nav > ul .dropdown-menu .mobile-buttons {
  padding: 5px 0 10px;
  border-bottom: 1px solid #2c2c2c;
}
header nav > ul .dropdown-menu .mobile-buttons > .row {
  margin: 0 -3px;
}
header nav > ul .dropdown-menu .mobile-buttons > .row > div {
  padding: 0 3px;
}
header nav > ul .dropdown-menu .mobile-buttons a {
  border: none;
  padding: 0;
}
header nav > ul .dropdown-menu .mobile-buttons a img {
  width: 100%;
}
header nav > ul .dropdown-menu .social-buttons {
  padding: 5px 0 10px;
  border-bottom: 1px solid #2c2c2c;
}
header nav > ul .dropdown-menu .social-buttons a {
  border: none;
  padding: 0;
  margin-right: 10px;
  width: 21px;
  height: 27px;
  background: url("../images/social-sprite.png") no-repeat;
  float: left;
}
header nav > ul .dropdown-menu .social-buttons a.youtube {
  background-position: 0 0;
}
header nav > ul .dropdown-menu .social-buttons a.facebook {
  background-position: -22px 0;
}
header nav > ul .dropdown-menu .social-buttons a.instagram {
  background-position: -44px 0;
}
header nav > ul .dropdown-menu .social-buttons a.twitter {
  background-position: -66px 0;
}
header .header-buttons {
  float: right;
  margin: 21px 0 0;
  position: relative;
}
header .header-buttons .search-area {
  height: 54px;
  width: 440px;
  position: absolute;
  background: #000000;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  top: -13px;
  right: 37px;
  display: none;
  left: initial;
  padding: 0;
}
header .header-buttons .search-area input[type="submit"],
header .header-buttons .search-area button,
header .header-buttons .search-area .submit {
  display: inline-block;
  height: 28px;
  background: url("../images/header-sprite.png") 0 0 no-repeat;
  width: 24px;
  border: none;
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 2;
  text-indent: -9999px;
}
header .header-buttons .search-area input[type="text"] {
  width: 100%;
  height: 34px;
  padding: 0 68px 0 20px;
  margin: 10px 0 0;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #aeaeae;
  background: transparent;
  border: none;
  z-index: 1;
}
header .header-buttons .search-area span {
  width: 46px;
  height: 46px;
  position: absolute;
  right: 4px;
  top: 4px;
  background: #c50000;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header .header-buttons .search-area.open {
  display: block !important;
}
header .header-buttons > * {
  display: inline-block;
  height: 28px;
  background: url("../images/header-sprite.png") no-repeat;
}
header .header-buttons .search {
  background-position: 0 0;
  width: 24px;
}
header .header-buttons .bracket {
  background-position: -25px 0;
  width: 1px;
  margin: 0 11px 0 11px;
}
header .header-buttons .user {
  background-position: -27px 0;
  width: 21px;
}
.extra-menu {
  background: #000000;
  margin: -1px 0 0;
  border-top: 1px solid #fff;
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
}
.extra-menu a {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 5px 7px;
  display: block;
  line-height: 18px;
  text-decoration: none;
  float: left;
}
.extra-menu .row {
  margin: 0 -25px;
}
main {
  width: 100%;
  overflow: hidden;
}
main .back-button {
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #636363;
  text-decoration: none;
  margin: 15px 0 20px;
  display: inline-block;
}
main .breadcrumb {
  padding: 0 0 6px 15px;
  margin: 20px 0 5px;
  border-bottom: 1px solid #a3a3a3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url("../images/breadcrumb-left.png") 0 3px no-repeat;
}
main .breadcrumb a,
main .breadcrumb li {
  text-decoration: none;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #636363;
}
main hr {
  margin: 20px 0 0;
  border-color: #e0e0e0;
}
main .vertical-align-content {
  display: table;
  width: 100%;
  text-align: center;
}
main .vertical-align-content > * {
  display: table-cell !important;
  vertical-align: middle;
}
main .main-category-title {
  position: relative;
  margin: 20px 0 0;
}
main .main-category-title a {
  text-decoration: none;
}
main .main-category-title span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  height: 1px;
  background: #e0e0e0;
  z-index: 1;
}
main .main-category-title strong {
  font-size: 35px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #c50000;
  line-height: 40px;
  background: #f5f5f5;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
main .live-tv {
  font-size: 18px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  text-align: center;
  display: block;
  margin: 20px 0 0;
  line-height: 22px;
}
main .splash-slider-area {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
  max-height: 350px;
  overflow-y: hidden;
}
main .splash-slider-area * {
  outline: none !important;
}
main .splash-slider-area .splash-slider {
  position: relative;
}
main .splash-slider-area .splash-slider .owl-dots {
  display: none;
}
main .splash-slider-area .custom-dots {
  background: #d2d2d2;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
main .splash-slider-area .custom-dots li {
  width: 62px;
  height: 62px;
  margin-left: 3px;
  padding: 2px 0;
}
main .splash-slider-area .custom-dots li:first-child {
  margin-bottom: 1px;
}
main .splash-slider-area .custom-dots li:last-child {
  margin-top: 1px;
}
main .splash-slider-area .custom-dots li button,
main .splash-slider-area .custom-dots li a {
  width: 100%;
  height: 100%;
  background: #000000;
  text-align: center;
  line-height: 1;
  border: none;
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  outline: none;
  text-decoration: none;
  display: block;
}
main .splash-slider-area .custom-dots li a {
  font-style: normal;
}
main .splash-slider-area .custom-dots li a::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
main .splash-slider-area .custom-dots li.active button,
main .splash-slider-area .custom-dots li.active a {
  background: #c50000;
}
main .splash-slider-area .splash-slider-item {
  text-align: center;
  padding: 1px 0;
  outline: none;
}
main .splash-slider-area .splash-slider-item > img {
  display: inline-block;
}
main .headline-slider-area {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
}
main .headline-slider-area * {
  outline: none !important;
}
main .headline-slider-area .headline-slider-next,
main .headline-slider-area .headline-slider-prev {
  position: absolute;
  z-index: 10;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 47px;
  border: 1px solid transparent;
}
main .headline-slider-area .headline-slider-prev {
  left: 10px;
  top: 50%;
}
main .headline-slider-area .headline-slider-next {
  right: 10px;
  top: 50%;
}
main .headline-slider-area .headline-slider {
  position: relative ;
  overflow-y: hidden;
  max-height: 453px;
}
main .headline-slider-area .headline-slider .owl-dots {
  display: none;
}
main .headline-slider-area .heaadline-slider-item {
  text-align: center;
}
main .headline-slider-area .heaadline-slider-item > img {
  display: inline-block;
}
main .headline-slider-area .headline-slider-controller {
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 100%;
}
main .headline-slider-area .headline-slider-controller .custom-dots {
  width: 100%;
  text-align: center;
  background: #fff;
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
}
main .headline-slider-area .headline-slider-controller .custom-dots li {
  width: 5%;
  padding: 0 2px;
  display: inline-block;
  height: 100%;
  margin: 0 -1px;
  vertical-align: top;
}
main .headline-slider-area .headline-slider-controller .custom-dots li button,
main .headline-slider-area .headline-slider-controller .custom-dots li a {
  width: 100%;
  height: 30px;
  background: #000000;
  text-align: center;
  line-height: 30px;
  border: none;
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  outline: none;
  text-decoration: none;
  display: block;
}
main .headline-slider-area .headline-slider-controller .custom-dots li.active button,
main .headline-slider-area .headline-slider-controller .custom-dots li.active a {
  background: #c50000;
}
main .headline-slider-area .headline-slider-controller > button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  border: none;
  outline: none;
  z-index: 99;
  background: #d2d2d2;
}
main .headline-slider-area .headline-slider-controller .prev {
  left: 0;
  background-position: 0 0;
}
main .headline-slider-area .headline-slider-controller .next {
  right: 0;
  background-position: -30px 0;
}
main .cinema-headline {
  overflow-y: hidden;
  max-height: 555px;
}
main .programs-slider-wrap {
  width: 100%;
  background: url("../images/survivorsliderbg.jpg") top center no-repeat;
  padding-top: 20px;
}
main .programs-slider-area {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
main .programs-slider-area * {
  outline: none !important;
}
main .programs-slider-area .headline-slider {
  position: relative;
}
main .programs-slider-area .headline-slider .owl-dots {
  display: none;
}
main .programs-slider-area .programs-slider-item {
  text-align: center;
}
main .programs-slider-area .programs-slider-item > img {
  display: inline-block;
}
main .programs-slider-controller {
  position: relative;
  width: 100%;
}
main .programs-slider-controller .custom-dots {
  width: 100%;
  text-align: center;
  background: #000;
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
  margin-top: -2px;
  position: relative;
}
main .programs-slider-controller .custom-dots li {
  width: 10%;
  padding: 0 3px;
  display: inline-block;
  height: 100%;
  margin: 0 -2px;
  vertical-align: top;
}
main .programs-slider-controller .custom-dots li button,
main .programs-slider-controller .custom-dots li a {
  width: 100%;
  height: 100%;
  background: #bd091a;
  text-align: center;
  border: none;
  font-size: 19px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  outline: none;
  text-decoration: none;
  display: block;
  line-height: 30px;
}
main .programs-slider-controller .custom-dots li.active button,
main .programs-slider-controller .custom-dots li.active a {
  background: #ffffff;
  color: #000;
}
main .programs-slider-controller > button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  border: none;
  outline: none;
  z-index: 99;
  background: #333333;
  color: #fff;
}
main .programs-slider-controller .prev {
  left: 0;
  background-position: 0 0;
}
main .programs-slider-controller .next {
  right: 0;
  background-position: -30px 0;
}
main .table > caption + thead > tr:first-child > td,
main .table > caption + thead > tr:first-child > th,
main .table > colgroup + thead > tr:first-child > td,
main .table > colgroup + thead > tr:first-child > th,
main .table > thead:first-child > tr:first-child > td,
main .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
main .performance-ranking {
  margin: 20px 0 0;
}
main .performance-ranking .performance-ranking-top .performance-ranking-top-title {
  text-align: center;
  font-size: 25px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  background: #202020;
}
main .performance-ranking .table {
  height: 100%;
}
main .performance-ranking .table.margin-0 {
  margin: 0;
}
main .performance-ranking .performance-ranking-table {
  border-top: 1px solid #fff;
}
main .performance-ranking .performance-ranking-table thead tr th {
  background: #202020;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 0;
  vertical-align: middle;
  font-size: 13px;
}
main .performance-ranking .performance-ranking-table tbody tr td {
  background: #a7a7a7;
  color: #000;
  font-weight: 400;
  text-align: center !important;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 2px;
}
main .performance-ranking .performance-ranking-table tbody tr td.padding-0 {
  padding: 0;
}
main .performance-ranking .performance-ranking-table tbody tr td:last-child {
  border-right: none;
}
main .performance-ranking .performance-ranking-table tbody tr td.performance-ranking-sub-item-wrap {
  overflow: hidden;
  padding: 0 5px;
}
main .performance-ranking .performance-ranking-table tbody tr td.performance-ranking-sub-item-wrap .performance-ranking-sub-item-one {
  float: left;
  width: 47%;
  position: relative;
  padding-right: 5px;
}
main .performance-ranking .performance-ranking-table tbody tr td.performance-ranking-sub-item-wrap .performance-ranking-sub-item-one:after {
  content: ".";
  font-size: 0;
  right: 1px;
  top: -147px;
  height: 300px;
  width: 1px;
  background: #fff;
  position: absolute;
  margin-left: -1px;
}
main .performance-ranking .performance-ranking-table tbody tr td.performance-ranking-sub-item-wrap .performance-ranking-sub-item-two {
  float: left;
  width: 50%;
  padding-left: 5px;
}
main .performance-ranking .performance-ranking-table tbody tr td a {
  text-decoration: none;
  color: #000;
}
main .performance-ranking .performance-ranking-table tbody tr td table td {
  border-left: none;
  border-top: none;
  border-bottom: none;
}
main .performance-ranking .performance-ranking-table tbody tr.champion-user td {
  background: #027107;
  color: #fff;
}
main .performance-ranking .performance-ranking-table tbody tr.champion-user td a {
  color: #fff;
}
main .performance-ranking .performance-ranking-table tbody tr.eliminated-user td {
  background: #c70000;
}
main .performance-ranking .performance-ranking-table tbody tr.performance-ranking-sub-table td {
  border-left: none;
  border-top: none;
  border-bottom: none;
  background: #bababa;
}
main .performance-ranking .performance-ranking-bottom {
  background: #202020;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  text-align: left;
  padding: 10px;
}
main .performance-ranking .performance-ranking-bottom .all-performance-ranking-table {
  color: #000;
  font-weight: 500;
}
main .performance-ranking .performance-ranking-bottom-text {
  padding: 10px;
  background: #bd091a;
}
main .performance-ranking .performance-ranking-bottom-text .performance-ranking-bottom-text-title {
  font-size: 10px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
main .performance-ranking .performance-ranking-bottom-text .performance-ranking-bottom-text-title p {
  font-size: 14px;
  color: #7e7e7e;
}
main .read-more-statistics {
  text-align: center;
  padding: 10px 0;
  background: #bd091a;
}
main .read-more-statistics a {
  font-size: 22px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
main .competitor-week-list {
  display: none;
}
main .survivors {
  margin: 20px 0 0;
}
main .survivors .survivors-title {
  text-align: center;
  padding: 10px 5px;
  font-size: 25px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  width: 100%;
}
main .survivors .survivors-title.red {
  background: #bd091a;
}
main .survivors .survivors-title.blue {
  background: #0066ff;
}
main .survivors .survivors-content {
  background: #e3e3e3;
  padding: 10px 11px 20px;
  text-align: center;
}
main .survivors .survivors-content .survivor {
  display: inline-block;
  width: 25%;
  margin: 10px -2px 0;
  padding: 0 4px;
}
main .survivors .survivors-content .survivor em {
  width: 100%;
  position: relative;
  display: block;
}
main .survivors .survivors-content .survivor em > img {
  margin: 0 auto;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
main .survivors .survivors-content .survivor em i {
  position: absolute;
  display: block;
  width: 66px;
  height: 63px;
  left: -4px;
  top: -5px;
}
main .survivors .survivors-content .survivor em i img {
  width: 100%;
}
main .survivors .survivors-content .survivor span {
  font-size: 11px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  display: block;
  margin: 5px 0 0;
  line-height: 14px;
  max-height: 24px;
  overflow: hidden;
}
main .box {
  width: 100%;
  margin: 20px 0 10px;
  display: block;
  text-decoration: none !important;
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
  background-color: #fff !important;
}
main .box em {
  position: relative;
  display: block;
}
main .box em .play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
main .box em .play b {
  display: table;
  width: 100%;
  height: 100%;
}
main .box em .play .glyphicon,
main .box em .play [class^="icon-"],
main .box em .play [class*=" icon-"] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 8rem;
  display: table-cell;
  vertical-align: middle;
}
main .box em .timer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-style: normal;
  font-size: 11px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
main .box.type-0 span {
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
  height: 50px;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0 0;
  padding: 0 10px 0 5px;
}
main .box.type-1 {
  height: 310px;
}
main .box.type-1 em img {
  display: inline-block;
}
main .box.type-1 .vertical-align-content {
  height: 100%;
}
main .box.type-2 {
  background: #ededed;
  height: 166px;
}
main .box.type-2 em img {
  display: inline-block;
}
main .box.type-2 .vertical-align-content {
  height: 100%;
}
main .box.type-3 {
  background: #ededed;
  padding-bottom: 20px;
}
main .box.type-3 span {
  font-size: 21px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 12px 0 0;
  padding: 0 10px;
}
main .box.type-4 {
  background: #ededed;
}
main .box.type-4 .vertical-align-content {
  height: 85px;
  text-align: left;
}
main .box.type-4 span {
  font-size: 25px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
main .box.type-5 {
  background: #ededed;
  padding-bottom: 12px;
}
main .box.type-5 span {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
  height: 36px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 12px 0 0;
  padding: 0 10px;
}
main .box.type-6 {
  height: 630px;
}
main .box.type-6 em img {
  display: inline-block;
}
main .box.type-6 .vertical-align-content {
  height: 100%;
}
main .box.type-7 {
  background: #ededed;
  padding-bottom: 20px;
  height: 490px;
}
main .box.type-7 span {
  font-size: 20px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
}
main .box.type-8 {
  background: #ededed;
  padding-bottom: 20px;
}
main .box.type-8 span {
  font-size: 17px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
}
main .box.type-9 {
  background: #ededed;
  padding-bottom: 20px;
}
main .box.type-9 span {
  font-size: 20px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
}
main .box.type-9.only-image {
  padding: 0;
}
main .box.type-9.only-image img {
  display: inline-block;
}
main .box.type-10 {
  background: #ededed;
  position: relative;
  max-height: 350px;
}
main .box.type-10 p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
}
main .box.type-10 p span {
  font-size: 2.8rem;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 3.9rem;
  background: #000;
  box-shadow: 5px 0 0 #000, -5px 0 0 #000;
}
main .box.type-11 {
  background: #ededed;
  padding-bottom: 20px;
}
main .box.type-11 span {
  font-size: 20px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
}
main .box.type-11 p {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 18px;
  height: 54px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0 0;
  padding: 0 10px;
}
main .box.type-12 {
  background: #ededed;
  padding-bottom: 20px;
}
main .box.type-12 span {
  font-size: 17px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
}
main .box.type-12 p {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 18px;
  height: 54px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0 0;
  padding: 0 10px;
}
main .box.type-13 {
  background: #ededed;
  padding-bottom: 20px;
  height: 618px;
}
main .box.type-13 span {
  font-size: 17px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
}
main .box.type-13 p {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 18px;
  height: 54px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0 0;
  padding: 0 10px;
}
main .box.type-14 {
  background: #ededed;
  padding-bottom: 20px;
}
main .box.type-14 span {
  font-size: 18px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  height: 44px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
}
main .box.type-14 p {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 18px;
  height: 54px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0 0;
  padding: 0 10px;
}
main .box.type-15 {
  padding-bottom: 20px;
}
main .box.type-15 .vertical-align-content {
  text-align: left !important;
}
main .box.type-15 span {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
}
main .box.type-16 {
  background: #ededed;
  padding-bottom: 12px;
}
main .box.type-16 span {
  font-size: 13px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
  height: 70px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 12px 0 0;
  padding: 0 10px;
}
main .box.auto-height {
  height: auto !important;
}
main .programs-header {
  background: #191919;
}
main .programs-header .programs-nav {
  position: relative;
}
main .programs-header .programs-nav ul {
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
main .programs-header .programs-nav ul li {
  display: inline-block;
}
main .programs-header .programs-nav ul li a {
  display: inline-block;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  padding: 0 8px;
  text-decoration: none;
}
main .programs-header .programs-nav ul li a.yellow {
  color: #ffcc00;
}
main .programs-header .programs-nav ul li.active a {
  background: #b10818;
}
main .programs-header .programs-nav .others {
  height: 45px;
  background: #000;
  line-height: 45px;
  padding: 0 15px;
  display: block;
  float: right;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
main .programs-header .others-list {
  background: #000000;
  padding: 10px 6px;
  width: 100%;
  clear: both;
  display: none;
}
main .programs-header .others-list a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #a3a3a3;
  text-decoration: none;
  margin: 5px 3px;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
}
main .programs-sub-nav {
  background: #ededed;
  position: relative;
}
main .programs-sub-nav ul {
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
main .programs-sub-nav ul li {
  display: inline-block;
  margin: 0 -2px 0 0;
}
main .programs-sub-nav ul li a {
  display: inline-block;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  text-decoration: none;
  background: #191919;
  position: relative;
}
main .programs-sub-nav ul li.active a {
  background: #ff0066;
}
main .programs-sub-nav .others {
  height: 45px;
  background: #000;
  line-height: 45px;
  padding: 0 15px;
  display: block;
  float: right;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
main .programs-content {
  width: 100%;
}
main .programs-content.cinema-main .programs-slider-wrap {
  background: #000;
  padding: 0;
}
main .programs-content.cinema-main .programs-slider-wrap > div {
  max-width: 100%;
}
main .programs-content.cinema-main .cinema-main-slider-next,
main .programs-content.cinema-main .cinema-main-slider-prev {
  position: absolute;
  z-index: 10;
  font-size: 26px;
  color: #000;
  cursor: pointer;
  background: #ffffff;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 72px;
}
main .programs-content.cinema-main .cinema-main-slider-prev {
  left: -32px;
  top: 50%;
  padding-left: 22px;
}
main .programs-content.cinema-main .cinema-main-slider-next {
  right: -32px;
  top: 50%;
  padding-right: 22px;
}
main .programs-content.cinema-main .programs-detail {
  background: #000000;
}
main .programs-content.cinema-main .programs-detail .box.type-14 {
  background: transparent;
}
main .programs-content.cinema-main .programs-detail .box.type-14 span {
  color: #fff;
  text-align: center;
  height: auto;
  max-height: initial;
}
main .programs-content.cinema-main .programs-detail .box.type-16 {
  margin-top: 0;
  padding-bottom: 20px;
}
main .programs-content.cinema-main .programs-detail .box.type-16 span {
  font-size: 36px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #bd091a;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 20px 0 0;
  padding: 0 20px;
}
main .programs-content.cinema-main .programs-detail .box.type-16 p {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #cccccc;
  line-height: 18px;
  display: block;
  margin: 10px 0 0;
  padding: 0 20px;
}
main .programs-content.cinema-main .box.type-14 span {
  font-size: 19px;
  line-height: 22px;
}
main .programs-content.cinema-main .box.type-9 span {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
  max-height: 36px;
  height: 36px;
}
main .programs-content.cinema-main .box.type-9 p {
  font-size: 13px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
  max-height: 48px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0 0;
  padding: 0 10px;
}
main .programs-content.cinema-main .box.type-9.only-image {
  height: 306px;
  padding-bottom: 0;
  background: transparent;
}
main .programs-content.cinema-main .box.type-9.only-image > div {
  height: 100%;
}
main .programs-content.cinema-main .movie-item {
  display: block;
  text-decoration: none !important;
  text-align: center;
  margin-top: 15px;
}
main .programs-content.cinema-main .movie-item em {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
main .programs-content.cinema-main .movie-item em img {
  width: 100%;
}
main .programs-content.cinema-main .movie-item span {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  display: block;
  line-height: 1;
}
main .programs-content.cinema-main .movie-item p {
  font-size: 11px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #bd091a;
  display: block;
  line-height: 1;
  margin: 3px 0 0;
}
main .programs-content.category-main .programs-slider-wrap {
  background: #000;
  padding: 0;
}
main .programs-content.category-main .programs-slider-wrap > div {
  max-width: 100%;
}
main .programs-content.category-main .box.type-1 {
  margin: 0;
}
main .programs-content.category-main .box.type-2 {
  background: #c50000 url("../images/aitalic.png") center center no-repeat !important;
  padding: 23px 10px 15px;
}
main .programs-content.category-main .box.type-2 p {
  display: block;
  font-size: 13px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 6px 0 0;
}
main .programs-content.category-main .box.type-2 .social-buttons {
  margin: 15px 0 0;
}
main .programs-content.category-main .box.type-2 .social-buttons a {
  border: none;
  padding: 0;
  margin: 0 5px;
  height: 36px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  line-height: 36px;
}
main .programs-content.category-main .box.type-2 .social-buttons a.youtube {
  background-position: 0 0;
}
main .programs-content.category-main .box.type-2 .social-buttons a.facebook {
  background-position: -22px 0;
}
main .programs-content.category-main .box.type-2 .social-buttons a.instagram {
  background-position: -44px 0;
}
main .programs-content.category-main .box.type-2 .social-buttons a.twitter {
  background-position: -66px 0;
}
main .programs-content.category-main .box.type-3 span {
  font-size: 23px;
  line-height: 26px;
  height: 52px;
  max-height: 52px;
}
main .programs-content.category-main .box.type-3 p {
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 20px;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0 0;
  padding: 0 10px;
}
main .programs-content.category-main .box.type-13 {
  height: 666px;
}
main .programs-content.category-main .box.type-13 span {
  font-size: 20px;
  line-height: 24px;
  max-height: initial;
  height: auto;
}
main .programs-content.category-main .box.type-13 p {
  font-size: 15px;
  line-height: 18px;
  max-height: initial;
  height: auto;
}
main .programs-content.act-list .search-result-text {
  padding-bottom: 0;
  border-bottom: none;
}
main .programs-content.act-list .theater-detail {
  margin: 20px 0 0;
}
main .programs-content.act-list .theater-detail .title {
  font-size: 35px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #b10818;
  line-height: 40px;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
main .programs-content.act-list .theater-detail .detail .image {
  border: 1px solid #dedede;
  padding: 20px 10px;
}
main .programs-content.act-list .theater-detail .detail .image img {
  width: 100%;
}
main .programs-content.act-list .theater-detail .detail .text p {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0;
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #191919;
  line-height: 20px;
}
main .programs-content.act-list .theater-detail .detail .text p strong {
  margin-right: 5px;
}
main .programs-content.act-list .theater-detail .detail .text p span {
  display: inline-block;
  vertical-align: middle;
}
main .programs-content.act-list .theater-detail .detail .text p span strong {
  font-weight: 400;
}

main .survivorSmsSiralamasi h1 {
    background: transparent !important;
    padding: 6px 0px !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-family: 'DefaultFont', sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: normal !important;
}

main .survivorSmsSiralamasi h2 {
    background: transparent !important;
    padding: 6px 0px !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-family: 'DefaultFont', sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: normal !important;
}

main .programs-content h1 {
  padding: 6px 30px;
  background: #bd091a;
  margin: 20px 0 0;
  font-size: 25px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: normal;
}

main .survivorSmsSiralamasi a {
    display: inline-block;
    background: #bd091a !important;
    width: 100%;
    padding: 10px 10px 10px;
    margin-bottom: 10px;
    font-family: 'DefaultFont', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

main .programs-content h1.subkategoribaslik {
  padding: 6px 0px !important;
  background: transparent !important;
}
main .programs-content h1.kategori {
  background: #0066ff;
}
main .programs-content .survivors-list-title {
  padding: 6px 30px;
  background: #bd091a;
  margin: 20px 0 0;
  font-size: 25px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: normal;
}
main .programs-content .survivors-list-title.blue {
  background: #0066ff;
}
main .programs-content .programs-photo-item {
  margin: 20px 0 0;
  display: block;
  text-decoration: none;
}
main .programs-content .programs-photo-item .photo-counter {
  height: 46px;
  line-height: 26px;
  background: #d7d7d7;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000;
}
main .programs-content .programs-photo-item .text {
  display: inline-block;
  line-height: 26px;
  font-size: 20px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000;
}
main .programs-content .programs-photo-item .social-buttons {
  margin: 7.5px 0 0;
}
main .programs-content .programs-photo-item .social-buttons a {
  border: none;
  padding: 0;
  margin-left: 10px;
  width: 31px;
  height: 31px;
  background: url("../images/social-detail.png") no-repeat;
  float: right;
}
main .programs-content .programs-photo-item .social-buttons a.facebook {
  background-position: 0 0;
}
main .programs-content .programs-photo-item .social-buttons a.instagram {
  background-position: -31px 0;
}
main .programs-content .programs-photo-item .social-buttons a.twitter {
  background-position: -62px 0;
}
main .programs-main .programs-main-item {
  width: 100%;
  margin: 20px 0 0;
}
main .programs-main .programs-main-item .programs-main-title {
  padding-bottom: 11px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding-right: 90px;
}
main .programs-main .programs-main-item .programs-main-title a {
  padding: 8px 12px;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 13px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  text-decoration: none !important;
}
main .programs-main .programs-main-item .programs-main-title a.more {
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
}
main .programs-main .programs-main-item .programs-main-title a.play-all {
  background: #c50000;
  vertical-align: middle;
}
main .programs-main .programs-main-item .programs-main-title a.play-all i {
  margin-left: 5px;
}
main .programs-main .programs-main-item .programs-main-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #c50000;
  margin-right: 10px;
  line-height: 24px;
}
main .programs-main .programs-main-item .coming-soon {
  min-height: 280px;
}
main .programs-main .programs-main-item .box.type-1 {
  height: 323px;
}
main .programs-main .programs-main-item .box.type-4 .vertical-align-content {
  height: 92px;
}
main .programs-main .programs-main-item .box.type-4 span {
  font-size: 30px;
  line-height: 34px;
}
main .programs-main .programs-main-item .social-buttons {
  height: 65px;
  border-top: 1px solid #fff;
  background: #ededed;
  padding: 0 6px;
}
main .programs-main .programs-main-item .social-buttons > div {
  height: 100%;
  text-align: left;
}
main .programs-main .programs-main-item .social-buttons a {
  display: inline-block;
  height: 32px;
  line-height: 20px;
  padding: 6px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  margin: 0 4px;
}
main .programs-main .programs-main-item .social-buttons a > strong {
  margin-left: 5px;
}
main .programs-main .programs-main-item .social-buttons a > span {
  margin-left: 5px;
}
main .programs-main .programs-main-item .social-buttons a > i {
  height: 20px;
  background: url("../images/survivorsocial.png") no-repeat;
  display: inline-block;
  vertical-align: top;
}
main .programs-main .programs-main-item .social-buttons a.facebook {
  background: #4267b2;
}
main .programs-main .programs-main-item .social-buttons a.facebook.like i {
  width: 12px;
  background-position: 0 0;
}
main .programs-main .programs-main-item .social-buttons a.facebook.share i {
  width: 7px;
  background-position: -13px 0;
}
main .programs-main .programs-main-item .social-buttons a.twitter {
  background: #1b95e0;
}
main .programs-main .programs-main-item .social-buttons a.twitter i {
  width: 12px;
  background-position: -21px 0;
}
main .programs-main .programs-main-item .social-buttons a.youtube {
  background: #c50000;
}
main .programs-main .programs-main-item .social-buttons a.youtube i {
  width: 16px;
  background-position: -34px 0;
}
main .programs-main .programs-main-item .social-buttons a.instagram {
  background: #d42f8a;
}
main .programs-main .programs-main-item .social-buttons a.instagram i {
  width: 17px;
  background-position: -51px 0;
}
main .programs-detail {
  margin: 20px 0 0;
}
main .programs-detail .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
main .programs-detail .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
main .programs-detail .survivor-text {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 110px;
}
main .programs-detail .survivor-text h2 {
  font-size: 30px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000;
  line-height: normal;
  margin: 0 0 15px;
}
main .programs-detail .survivor-text p {
  font-size: 18px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: normal;
}
main .programs-detail .score-ranking-status-table {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
main .programs-detail .score-ranking-status-table .table {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  border: none;
}
main .programs-detail .score-ranking-status-table .table thead tr th {
  background: #bd091a;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
}
main .programs-detail .score-ranking-status-table .table td {
  background: #b7b7b7;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #000;
  padding: 15px 10px;
}
main .programs-detail .score-ranking-status-table .table td .score-ranking-competitor-photo {
  display: inline-block;
  margin-right: 10px;
}
main .survivor-detail-slider-area {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
}
main .survivor-detail-slider-area * {
  outline: none !important;
}
main .survivor-detail-slider-area .survivor-detail-slider-next,
main .survivor-detail-slider-area .survivor-detail-slider-prev {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  background: #000000;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 52px;
}
main .survivor-detail-slider-area .survivor-detail-slider-prev {
  left: -30px;
  top: 50%;
}
main .survivor-detail-slider-area .survivor-detail-slider-next {
  right: -30px;
  top: 50%;
}
main .survivor-detail-slider-area .survivor-detail-slider {
  position: relative;
}
main .survivor-detail-slider-area .survivor-detail-slider .owl-dots {
  display: none;
}
main .survivor-detail-slider-area .heaadline-slider-item {
  text-align: center;
}
main .survivor-detail-slider-area .heaadline-slider-item > img {
  display: inline-block;
}
main .survivors-list a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 20px 0 0;
}
main .survivors-list a span {
  text-decoration: none;
  font-size: 25px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 28px;
  max-height: 56px;
  height: 56px;
  overflow: hidden;
  margin: 10px 0 0;
  display: inline-block;
}
main .survivors-list a.eliminated {
  position: relative;
}
main .survivors-list a.eliminated em {
  display: block;
  position: relative;
  font-style: normal;
}
main .survivors-list a.eliminated em::after {
  content: "ELENDİ";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #000;
  font-size: 18px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 22px;
  padding: 10px;
}
main .survivors-list a.eliminated img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
main .video-detail .video-info {
  overflow: hidden;
  background: #1f1f1f;
  margin: 1px 0 0;
  padding: 8px 4px 8px 10px;
}
main .video-detail .video-info > div {
  display: table;
  width: 100%;
}
main .video-detail .video-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
}
main .video-detail .video-info .social-buttons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
main .video-detail .video-info .social-buttons a {
  display: inline-block;
  width: 33px;
  height: 32px;
  line-height: 20px;
  padding: 6px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  margin: 0 4px;
  text-align: center;
}
main .video-detail .video-info .social-buttons a > strong {
  margin-left: 5px;
}
main .video-detail .video-info .social-buttons a > span {
  margin-left: 5px;
}
main .video-detail .video-info .social-buttons a > i {
  height: 20px;
  background: url("../images/survivorsocial.png") no-repeat;
  display: inline-block;
  vertical-align: top;
}
main .video-detail .video-info .social-buttons a.facebook {
  background: #4267b2;
}
main .video-detail .video-info .social-buttons a.facebook.like i {
  width: 12px;
  background-position: 0 0;
}
main .video-detail .video-info .social-buttons a.facebook.share i {
  width: 7px;
  background-position: -13px 0;
}
main .video-detail .video-info .social-buttons a.twitter {
  background: #1b95e0;
}
main .video-detail .video-info .social-buttons a.twitter i {
  width: 12px;
  background-position: -21px 0;
}
main .video-detail .video-info .social-buttons a.youtube {
  background: #c50000;
}
main .video-detail .video-info .social-buttons a.youtube i {
  width: 16px;
  background-position: -34px 0;
}
main .video-detail .video-info .social-buttons a.instagram {
  background: #d42f8a;
}
main .video-detail .video-info .social-buttons a.instagram i {
  width: 17px;
  background-position: -51px 0;
}
main .video-detail .video-text h1 {
  font-size: 30px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #c50000;
  line-height: 34px;
  display: block;
  margin: 20px 0 0;
}
main .video-detail .video-text h2 {
  font-size: 30px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #c50000;
  line-height: 34px;
  display: block;
  margin: 20px 0 0;
}
main .video-detail .video-text p {
  font-size: 17px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  display: block;
  margin: 20px 0 0;
}
main .video-detail .video-list {
  padding: 5px 10px;
  background: #f5f5f5;
}
main .video-detail .video-list h3 {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #c50000;
  margin: 20px 0 0;
}
main .video-detail .video-list .box {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
main .video-detail .video-list .box.type-15 .vertical-align-content em {
  width: 56%;
}
main .video-detail .video-list .box.type-15 .vertical-align-content em .glyphicon,
main .video-detail .video-list .box.type-15 .vertical-align-content em [class^="icon-"],
main .video-detail .video-list .box.type-15 .vertical-align-content em [class*=" icon-"] {
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 8px;
  right: 50px;
  font-size: 22px;
  top: initial;
}
main .video-detail .video-list .box.type-15 .vertical-align-content span {
  vertical-align: top;
}
main .video-detail .video-list .box.type-15:last-child {
  border-bottom: none;
}
main .video-detail.trailer .video-area {
  margin: 20px 0 0;
}
main .video-detail.trailer .video-text h2 {
  font-size: 26px;
  line-height: 30px;
}
main .video-detail.trailer .other-trailer {
  border-bottom: 1px solid #e0e0e0;
}
main .video-detail.trailer .other-trailer .title {
  font-size: 20px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #b10818;
  line-height: 24px;
  display: block;
  margin: 20px 0 0;
}
main .video-detail.trailer .other-trailer .box {
  padding-bottom: 10px;
}
main .video-detail.trailer .other-trailer .box.type-15 em img {
  width: 100%;
}
main .video-detail.trailer .other-trailer .box.type-15 span {
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
}
main .category-detail h1 {
  font-size: 35px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 40px;
  display: block;
  margin: 0 0 20px;
}
main .category-detail .spot h2 {
  font-size: 20px !important;
  font-weight: 400;
  color: #000 !important;
  line-height: 30px;
  display: block;
  margin: 20px 0 0;
  font: normal 18px/26px "DefaultFont", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
main .category-detail .category-info {
  overflow: hidden;
  background: #1f1f1f;
  margin: 1px 0 0;
  padding: 8px 4px 8px 10px;
}
main .category-detail .category-info > div {
  display: table;
  width: 100%;
}
main .category-detail .category-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
}
main .category-detail .category-info .social-buttons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
main .category-detail .category-info .social-buttons a {
  display: inline-block;
  width: 33px;
  height: 32px;
  line-height: 20px;
  padding: 6px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  margin: 0 4px;
  text-align: center;
}
main .category-detail .category-info .social-buttons a > strong {
  margin-left: 5px;
}
main .category-detail .category-info .social-buttons a > span {
  margin-left: 5px;
}
main .category-detail .category-info .social-buttons a > i {
  height: 20px;
  background: url("../images/survivorsocial.png") no-repeat;
  display: inline-block;
  vertical-align: top;
}
main .category-detail .category-info .social-buttons a.facebook {
  background: #4267b2;
}
main .category-detail .category-info .social-buttons a.facebook.like i {
  width: 12px;
  background-position: 0 0;
}
main .category-detail .category-info .social-buttons a.facebook.share i {
  width: 7px;
  background-position: -13px 0;
}
main .category-detail .category-info .social-buttons a.twitter {
  background: #1b95e0;
}
main .category-detail .category-info .social-buttons a.twitter i {
  width: 12px;
  background-position: -21px 0;
}
main .category-detail .category-info .social-buttons a.youtube {
  background: #c50000;
}
main .category-detail .category-info .social-buttons a.youtube i {
  width: 16px;
  background-position: -34px 0;
}
main .category-detail .category-info .social-buttons a.instagram {
  background: #d42f8a;
}
main .category-detail .category-info .social-buttons a.instagram i {
  width: 17px;
  background-position: -51px 0;
}
main .category-detail .category-text h2 {
  font-size: 30px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #c50000;
  line-height: 34px;
  display: block;
  margin: 20px 0 0;
}
main .category-detail .category-text p {
  font-size: 18px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  display: block;
  margin: 20px 0 0;
}
main .category-detail .category-text .relatedContent {
  background: #fff;
  border-left: 8px solid #ec0133;
  margin: 10px 0 10px 0;
}
main .category-detail .category-text .relatedContent .relatedLink {
  width: 100%;
  color: #000;
  display: block;
  margin: 0 0 0 -14px;
  overflow: hidden;
  position: relative;
}
main .category-detail .category-text .relatedContent .relatedLink .relatedImgWrapper {
  width: 30%;
  display: block;
  float: left;
}
main .category-detail .category-text .relatedContent .relatedLink .relatedImgWrapper .relatedImg {
  width: 100%;
  display: block;
}
main .category-detail .category-text .relatedContent .relatedLink .relatedImgShadow {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
main .category-detail .category-text .relatedContent .relatedLink .relatedText {
  width: 63%;
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 3% 0;
  display: block;
  float: left;
}
main .category-detail .box {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
main .category-detail .box.type-1 {
  margin: 0;
}
main .category-detail .box.type-2 {
  background: #c50000 url("../images/aitalic.png") center center no-repeat;
  padding: 23px 10px 15px;
}
main .category-detail .box.type-2 p {
  display: block;
  font-size: 13px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 6px 0 0;
}
main .category-detail .box.type-2 .social-buttons {
  margin: 15px 0 0;
}
main .category-detail .box.type-2 .social-buttons a {
  border: none;
  padding: 0;
  margin: 0 5px;
  height: 36px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  line-height: 36px;
}
main .category-detail .box.type-2 .social-buttons a.youtube {
  background-position: 0 0;
}
main .category-detail .box.type-2 .social-buttons a.facebook {
  background-position: -22px 0;
}
main .category-detail .box.type-2 .social-buttons a.instagram {
  background-position: -44px 0;
}
main .category-detail .box.type-2 .social-buttons a.twitter {
  background-position: -66px 0;
}
main .category-detail .box.type-3 span {
  font-size: 23px;
  line-height: 26px;
  height: 52px;
  max-height: 52px;
}
main .category-detail .box.type-3 p {
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 20px;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 0 0;
  padding: 0 10px;
}
main .category-detail .box.type-13 {
  height: 666px;
}
main .category-detail .box.type-13 span {
  font-size: 20px;
  line-height: 24px;
  max-height: initial;
  height: auto;
}
main .category-detail .box.type-13 p {
  font-size: 15px;
  line-height: 18px;
  max-height: initial;
  height: auto;
}
main .main-trailer-list .box {
  padding-bottom: 0;
}
main .main-trailer-list .box.type-15 em img {
  width: 100%;
}
main .main-trailer-list .box.type-15 span {
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
  height: 48px;
  max-height: 48px;
}
main .tags {
  padding: 10px 0;
  width: 100%;
  clear: both;
  margin: 20px -3px 0 3px;
}
main .tags .etiketler {
  margin-left: 10px;
}
main .tags a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  margin: 5px 0px;
  font-size: 13px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #464646;
}
main .comment-area .comment-area-title {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0;
}
main .comment-area .comment-area-title span {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 34px;
}
main .comment-area .comment-area-title a {
  display: inline-block;
  float: right;
  width: 130px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  background: #c50000;
  text-align: center;
}
main .comment-area .comment-form {
  background: #f5f5f5;
  padding: 30px 35px 30px 70px;
  position: relative;
}
main .comment-area .comment-form em {
  position: absolute;
  left: 12px;
  top: 40px;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a0a0a0;
}
main .comment-area .comment-form em img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
main .comment-area .comment-form .add-comment {
  width: 100%;
}
main .comment-area .comment-form .add-comment input[type="text"] {
  display: block;
  border: none;
  background: #fff;
  padding: 0 15px;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000;
  margin: 10px 0 0;
  height: 48px;
  width: 100%;
}
main .comment-area .comment-form .add-comment textarea {
  display: block;
  border: none;
  background: #fff;
  padding: 10px 15px;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000;
  margin: 10px 0 0;
  height: 98px;
  resize: none;
  outline: none;
  width: 100%;
  line-height: 16px;
}
main .comment-area .comment-form .add-comment input[type="submit"],
main .comment-area .comment-form .add-comment button {
  display: inline-block;
  float: right;
  width: 130px;
  height: 40px;
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  background: #000000;
  text-align: center;
  margin: 10px 0 0;
  border: none;
  padding: 0;
}
main .comment-area .comment-list .comment-item {
  margin: 10px 0;
}
main .comment-area .comment-list .comment-item .comment {
  padding: 5px 0 20px 70px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
main .comment-area .comment-list .comment-item .comment .comment-item-title span {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 18px;
  display: inline-block;
}
main .comment-area .comment-list .comment-item .comment .comment-item-title i {
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 18px;
  display: inline-block;
  margin-left: 10px;
  font-style: normal;
}
main .comment-area .comment-list .comment-item .comment em {
  position: absolute;
  left: 12px;
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #a0a0a0;
}
main .comment-area .comment-list .comment-item .comment em img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
main .comment-area .comment-list .comment-item .comment p {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 18px;
  display: inline-block;
  margin: 5px 0 0;
}
main .comment-area .comment-list .comment-item .comment .actions {
  margin: 10px 0 0;
}
main .comment-area .comment-list .comment-item .comment .actions a {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #7e7e7e;
  line-height: 18px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
main .comment-area .comment-list .comment-item .comment .actions a i {
  display: inline-block;
}
main .comment-area .comment-list .comment-item .comment .actions a i.glyphicon-heart {
  color: #ff0000;
}
main .cinema-mini-slider-area {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
}
main .cinema-mini-slider-area * {
  outline: none !important;
}
main .cinema-mini-slider-area .cinema-mini-slider-next,
main .cinema-mini-slider-area .cinema-mini-slider-prev {
  position: absolute;
  z-index: 10;
  font-size: 26px;
  color: #000;
  cursor: pointer;
  background: #ffffff;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 72px;
}
main .cinema-mini-slider-area .cinema-mini-slider-prev {
  left: -32px;
  top: 50%;
  padding-left: 22px;
}
main .cinema-mini-slider-area .cinema-mini-slider-next {
  right: -32px;
  top: 50%;
  padding-right: 22px;
}
main .cinema-mini-slider-area .cinema-mini-slider {
  position: relative;
}
main .cinema-mini-slider-area .cinema-mini-slider .owl-dots {
  display: none;
}
main .cinema-mini-slider-area .cinema-mini-slider-item {
  text-align: center;
}
main .cinema-mini-slider-area .cinema-mini-slider-item > img {
  display: inline-block;
}
main .cinema-mini-slider-area .cinema-mini-slider-item a {
  display: block;
  text-decoration: none !important;
  padding-bottom: 5px;
}
main .cinema-mini-slider-area .cinema-mini-slider-item a em {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
main .cinema-mini-slider-area .cinema-mini-slider-item a em img {
  width: 100%;
}
main .cinema-mini-slider-area .cinema-mini-slider-item a em i {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ff0066;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-style: normal;
  line-height: 56px;
  font-size: 24px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
}
main .cinema-mini-slider-area .cinema-mini-slider-item a span {
  font-size: 18px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  display: block;
  line-height: 1;
}
main .cinema-mini-slider-area .cinema-mini-slider-item a p {
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #bd091a;
  display: block;
  line-height: 1;
  margin: 3px 0 0;
}
main .filter-area {
  background: #ededed;
  padding: 10px;
}
main .filter-area .stylish-select {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  height: 38px;
}
main .filter-area .stylish-select select {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 2;
}
main .filter-area .stylish-select span {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 0 28px 0 10px;
  line-height: 34px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000000;
}
main .filter-area .stylish-select em {
  width: 28px;
  height: 38px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  right: 0;
  top: 0;
}
main .filter-area .stylish-select b {
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  position: absolute;
  right: 10px;
}
main .filter-area > .row {
  margin: 0 -5px;
}
main .filter-area > .row > div {
  padding: 0 5px;
}
main .filter-area label {
  line-height: 38px;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  display: block;
  text-align: right;
}
main .filter-area .filter-items > .row > div {
  position: relative;
}
main .filter-area .filter-items > .row > div::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #a9a9a9;
  position: absolute;
  left: 0px;
  top: 4px;
}
main .filter-area .filter-items > .row > div:first-child::after {
  display: none;
}
main .filter-area .filter-button {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #c50000;
  border: none;
  margin: 4px 0 0;
  padding: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 5px;
  max-width: 80px;
}
main .cinema-news {
  background: #ededed;
  margin: 20px 0 0;
}
main .cinema-news .title {
  background: #c50000;
  padding: 10px 5px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
}
main .cinema-news .cinema-news-list {
  padding: 0 30px;
}
main .cinema-news .cinema-news-list .box {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
main .cinema-news .cinema-news-list .box.type-15 em img {
  width: 100%;
}
main .cinema-news .cinema-news-list .box.type-15 span {
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  margin: 10px 0 0;
}
main .cinema-news .cinema-news-list .box.type-15:last-child {
  border-bottom: none;
}
main .trailer-news {
  background: #ededed;
  margin: 20px 0 0;
}
main .trailer-news .title {
  background: #000000;
  padding: 10px 5px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
}
main .trailer-news .trailer-news-list {
  padding: 0 30px;
}
main .trailer-news .trailer-news-list .box {
  padding-bottom: 10px;
}
main .trailer-news .trailer-news-list .box.type-15 em img {
  width: 100%;
}
main .trailer-news .trailer-news-list .box.type-15 span {
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
}
main .movie-list-item {
  margin: 20px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
main .movie-list-item > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
main .movie-list-item > .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
main .movie-list-item .title {
  margin-bottom: 10px;
}
main .movie-list-item .title strong {
  font-size: 25px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #b10818;
  line-height: 30px;
  display: inline-block;
  margin-right: 5px;
}
main .movie-list-item .title span {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
  display: inline-block;
}
main .movie-list-item .text {
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}
main .movie-list-item .text .info {
  padding: 6px 0 2px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  max-width: 440px;
  clear: both;
}
main .movie-list-item .text .info:first-child {
  border-top: 1px solid #e8e8e8;
}
main .movie-list-item .text .info > * {
  display: inline-block;
  vertical-align: middle;
}
main .movie-list-item .text .info strong {
  line-height: 24px;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #191919;
  margin-right: 10px;
}
main .movie-list-item .text .info i {
  margin-right: 5px;
}
main .movie-list-item .text .info b {
  width: 1px;
  height: 24px;
  background: #e8e8e8;
  margin-right: 4px;
}
main .movie-list-item .text .info .red strong {
  color: #c50000;
}
main .movie-list-item .text .info em {
  width: 24px;
  height: 24px;
  background: #c50000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin: 0 4px;
  font-style: normal;
  font-size: 11px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
}
main .movie-list-item .text p {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #191919;
  line-height: 16px;
}
main .movie-list-item .text .buttons {
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
main .movie-list-item .text .buttons > .row {
  margin: 0 -5px;
}
main .movie-list-item .text .buttons > .row > div {
  padding: 0 5px;
}
main .movie-list-item .text .buttons a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #000000;
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
main .movie-list-item .text .buttons a.red {
  background: #c50000;
}
main .movie-list-item .movie-acts {
  padding-top: 5px;
  border-top: 1px solid #e8e8e8;
  margin: 20px 0 0;
}
main .movie-list-item .movie-acts strong {
  line-height: 16px;
  margin: 10px 0 0;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #191919;
  display: inline-block;
  width: 60px;
  word-break: break-word;
  position: relative;
  top: 5px;
}
main .movie-list-item .movie-acts span {
  display: inline-block;
  background: #ffa800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 10px 4px 0 0;
}
main .movie-list-item.detail {
  border: none;
}
main .movie-list-item.detail .text {
  padding: 0;
}
main .movie-list-item.detail .text p {
  font-size: 15px;
  line-height: 20px;
  margin: 15px 0 0;
}
main .movie-title {
  margin: 20px 0 10px;
}
main .movie-title strong {
  font-size: 35px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #b10818;
  line-height: 40px;
  display: inline-block;
  margin-right: 5px;
}
main .movie-title span {
  font-size: 20px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  display: inline-block;
}
main .act-city-list {
  background: #ededed;
  margin: 20px 0 -20px;
  padding: 10px 10px 20px;
}
main .act-city-list > strong {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #b10818;
  line-height: 18px;
  display: inline-block;
}
main .act-city-list > span {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
  display: inline-block;
  margin: 5px 0 10px;
}
main .act-city-list > a {
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 10px 20px;
  margin: 10px 0 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
main .act-city-list > a i {
  vertical-align: middle;
  display: inline-block;
  color: #ff0066;
  font-size: 18px;
}
main .act-city-list > a b {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  vertical-align: middle;
  display: inline-block;
}
main .act-city-list.act-left {
  background: transparent;
  padding: 10px 0 20px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
main .act-city-list.act-left a {
  display: inline-block;
  margin-right: 5px;
  background: #ededed;
}
main .act-city-list.act-left a:hover {
  background: #d6d6d6;
}
main .act-city-list.act-left a.active {
  background: #ff0066;
}
main .act-city-list.act-left a.active i,
main .act-city-list.act-left a.active b {
  color: #fff;
}
main .search-result-text {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #191919;
  display: block;
  margin: 20px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
main .search-result-text strong {
  color: #b10818;
}
main .search-result-text strong.purple {
  color: #ff0066;
}
main .movie-act-dates ul {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 7px;
  margin: 15px 0 0;
}
main .movie-act-dates ul li {
  width: 14.285%;
  padding: 0 1px;
  min-width: 86px;
  display: inline-block;
  margin: 0 -4px 0 0;
}
main .movie-act-dates ul li a {
  width: 100%;
  display: block;
  text-align: center;
  background: #ededed;
  font-size: 13px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #8b8b8b;
  line-height: 16px;
  text-decoration: none;
  padding: 10px 0;
}
main .movie-act-dates ul li a strong {
  display: block;
  font-size: 22px;
  line-height: 24px;
}
main .movie-act-dates ul li.active a {
  background: #ff0066;
  color: #fff;
  position: relative;
}
main .movie-act-dates ul li.active a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ff0066 transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -5px;
}
main .movie-act-list .movie-act-item {
  border-bottom: 1px solid #e8e8e8;
  margin: 15px 0 0;
  padding-bottom: 15px;
}
main .movie-act-list .movie-act-item h3 {
  font-size: 22px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ff0066;
  line-height: 26px;
}
main .movie-act-list .movie-act-item .info {
  padding: 6px 0 2px;
  margin: 5px 0;
}
main .movie-act-list .movie-act-item .info > * {
  display: inline-block;
  vertical-align: middle;
}
main .movie-act-list .movie-act-item .info strong {
  line-height: 24px;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #191919;
  margin-right: 10px;
}
main .movie-act-list .movie-act-item .info i {
  margin-right: 5px;
}
main .movie-act-list .movie-act-item .info b {
  width: 1px;
  height: 24px;
  background: #e8e8e8;
  margin-right: 4px;
}
main .movie-act-list .movie-act-item .info .red strong {
  color: #c50000;
}
main .movie-act-list .movie-act-item .info em {
  width: 24px;
  height: 24px;
  background: #c50000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin: 0 4px;
  font-style: normal;
  font-size: 11px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
}
main .movie-act-list .movie-act-item p {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
main .movie-act-list .movie-act-item .movie-acts span {
  display: inline-block;
  background: #ffa800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 10px 4px 0 0;
}
main .pager a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 8px;
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
}
main .pager .active a {
  background: #c50000;
  text-decoration: none;
  color: #fff;
}
main .pager .prev a,
main .pager .next a {
  text-decoration: none;
  float: none;
}
main .cinema-corporate-list {
  margin: 20px 0 0;
}
main .cinema-corporate-list a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
main .cinema-corporate-list a em {
  width: 100%;
  height: 80px;
  display: block;
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
main .cinema-corporate-list a em img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .cinema-corporate-list a span {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
  height: 54px;
  max-height: 54px;
  overflow: hidden;
  display: block;
}
footer {
  margin: 20px 0 40px;
}
footer .footer-top {
  background: #c50000;
  padding: 13px 0;
  text-align: center;
}
footer .footer-top img {
  margin: 0 auto;
}
footer .footer-bottom {
  background: #000;
  padding: 5px 40px 20px;
}
footer .footer-bottom .title {
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
  line-height: 18px;
}
footer .footer-bottom a {
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 2px 0;
  display: block;
  line-height: 16px;
  text-decoration: none;
}
footer .footer-bottom a.yellow {
  color: #ffcc00;
}
footer .footer-bottom a.new::after {
  content: "YENİ";
  background: #c50000;
  position: relative;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 10px;
}
footer .footer-bottom .mobile-buttons > .row {
  margin: 0 -3px;
}
footer .footer-bottom .mobile-buttons > .row > div {
  padding: 0 3px;
}
footer .footer-bottom .mobile-buttons a {
  border: none;
  padding: 0;
  margin: 5px 0;
}
footer .footer-bottom .social-buttons {
  padding: 5px 0 10px;
}
footer .footer-bottom .social-buttons a {
  border: none;
  padding: 0;
  margin-right: 10px;
  width: 21px;
  height: 27px;
  background: url("../images/social-sprite.png") no-repeat;
  float: left;
}
footer .footer-bottom .social-buttons a.youtube {
  background-position: 0 0;
}
footer .footer-bottom .social-buttons a.facebook {
  background-position: -22px 0;
}
footer .footer-bottom .social-buttons a.instagram {
  background-position: -44px 0;
}
footer .footer-bottom .social-buttons a.twitter {
  background-position: -66px 0;
}
.mobile-menu {
  width: 100%;
  height: -webkit-calc(100% - 69px);
  height: -moz-calc(100% - 69px);
  height: calc(100% - 69px);
  position: fixed;
  right: -100%;
  top: 69px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  padding: 15px;
}
.mobile-menu .subMenuCategoryButton {
  margin: 5px 0 !important;
  background-color: transparent !important;
  color: white !important;
  border: transparent !important;
}
.mobile-menu .subMenuDiv {
  margin-left: 5% !important
}
.mobile-menu .menu-content {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: auto;
  padding: 15px;
}
.mobile-menu .menu-content .search {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #000;
}
.mobile-menu .menu-content .title {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #c50000;
  margin: 10px 0;
  line-height: 18px;
}
.mobile-menu .menu-content a {
  font-size: 15px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 5px 0;
  display: block;
  padding-bottom: 5px;
  line-height: 18px;
  text-decoration: none;
}
.mobile-menu .menu-content a.yellow {
  color: #ffcc00;
}
.mobile-menu .menu-content a.new::after {
  content: "YENİ";
  background: #c50000;
  position: relative;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 700;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 10px;
}
.mobile-menu .menu-content .mobile-buttons {
  padding: 5px 0 10px;
  border-bottom: 1px solid #2c2c2c;
}
.mobile-menu .menu-content .mobile-buttons > .row {
  margin: 0 -3px;
}
.mobile-menu .menu-content .mobile-buttons > .row > div {
  padding: 0 3px;
}
.mobile-menu .menu-content .mobile-buttons a {
  border: none;
  padding: 0;
}
.mobile-menu .menu-content .mobile-buttons a img {
  width: 100%;
}
.mobile-menu .menu-content .social-buttons {
  padding: 5px 0 10px;
  border-bottom: 1px solid #2c2c2c;
}
.mobile-menu .menu-content .social-buttons a {
  border: none;
  padding: 0;
  margin-right: 10px;
  width: 21px;
  height: 27px;
  background: url("../images/social-sprite.png") no-repeat;
  float: left;
}
.mobile-menu .menu-content .social-buttons a.youtube {
  background-position: 0 0;
}
.mobile-menu .menu-content .social-buttons a.facebook {
  background-position: -22px 0;
}
.mobile-menu .menu-content .social-buttons a.instagram {
  background-position: -44px 0;
}
.mobile-menu .menu-content .social-buttons a.twitter {
  background-position: -66px 0;
}
.detail .container {
  max-width: 970px;
}
.detail header {
  height: 69px;
}
.detail header .logo {
  max-width: 212px;
  margin-top: 20px;
}
.detail header nav > ul > li > a {
  font-size: 15px;
  padding: 0 5px;
}
.detail .extra-menu {
  top: -1px;
  position: relative;
}
.detail .extra-menu a {
  font-size: 12px;
  line-height: 16px;
}
.detail .footer-bottom {
  padding-right: 20px;
  padding-left: 20px;
}
#dialog .modal-dialog {
  width: 90%;
  max-width: 380px;
}
#dialog .modal-header,
#dialog .modal-footer {
  border: none;
}
#dialog h4 {
  font-size: 25px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 30px;
  padding-bottom: 25px;
  position: relative;
  margin-top: 10px;
  text-align: center;
}
#dialog h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -77px;
  height: 1px;
  background: #ffde1f;
  width: 144px;
}
#dialog p {
  font-size: 14px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 20px;
  text-align: center;
}
#dialog button {
  height: 36px;
  background: #ffde1f;
  border: none;
  font-size: 12px;
  font-family: 'DefaultFont', sans-serif;
  font-weight: 500;
  color: #4a4a4a;
}
#dialog .modal-footer {
  text-align: center;
}
/* o ses turkiye */
.the-voice-of-competitor-tabs.nav-tabs li {
  border: none;
  margin-bottom: 1px;
}
.the-voice-of-competitor-tabs.nav-tabs li.active a {
  background: #fb4050;
  border: none;
  color: #fff;
}
.the-voice-of-competitor-tabs.nav-tabs li a {
  background: #000;
  border: none;
  border-radius: 0;
  font-size: 15px;
  color: #fff;
  height: 95px;
  overflow: hidden;
}
.the-voice-of-competitor-tabs-jury-img img {
  margin: 0 auto;
}
.the-voice-of-competitor-tabs.nav-tabs li .the-voice-of-competitor-tabs-jury-text {
  padding: 7px 0 0;
}
.competitor-list-one-scroll {
  padding-right: 2px;
  max-height: 380px;
  height: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.competitor-info-box-one {
  max-height: 105px;
}
.competitor-info-box-one-img {
  position: relative;
}
.competitor-info-box-one-img img {
  margin: 0 auto;
}
.competitor-info-box-one-text {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  min-height: 38px;
  padding: 5px 0;
}
.the-voice-of-competitor-jury-box {
  background: #000;
  padding: 10px;
}
.the-voice-of-competitor-jury-box-img img {
  margin: 0 auto;
}
.the-voice-of-competitor-jury-box-text {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.the-voice-of-eliminated {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.competitor-info-box-one-img {
  position: relative;
}
.competitor-info-box-one-img img {
  margin: 0 auto;
}
.competitor-info-box-one-text {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  min-height: 38px;
  padding: 5px 0;
}
.competitor-jury-title {
  background: #000;
  padding: 10px;
}
.competitor-jury-title .competitor-jury-title-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 45px 0 0 20px;
}
.competitor-info-box-one-img {
  position: relative;
}
.competitor-info-box-one-img img {
  margin: 0 auto;
}
.competitor-info-box-one-text {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  min-height: 38px;
  padding: 5px 0;
}
/* o ses turkiye */
/* margin */
.margin-0 {
  margin: 0!important;
}
.margin-5 {
  margin: 5px!important;
}
.margin-10 {
  margin: 10px!important;
}
.margin-15 {
  margin: 15px!important;
}
.margin-20 {
  margin: 20px!important;
}
.margin-25 {
  margin: 25px!important;
}
.margin-30 {
  margin: 30px!important;
}
.margin-35 {
  margin: 35px!important;
}
.margin-40 {
  margin: 40px!important;
}
.margin-0-auto {
  margin: 0 auto!important;
}
.margin-5-auto {
  margin: 5px auto!important;
}
.margin-10-auto {
  margin: 10px auto!important;
}
.margin-15-auto {
  margin: 15px auto!important;
}
.margin-20-auto {
  margin: 20px auto!important;
}
.margin-25-auto {
  margin: 25px auto!important;
}
.margin-30-auto {
  margin: 30px auto!important;
}
.margin-35-auto {
  margin: 35px auto!important;
}
.margin-40-auto {
  margin: 40px auto!important;
}
.margin-top-0 {
  margin-top: 0!important;
}
.margin-top-5 {
  margin-top: 5px!important;
}
.margin-top-10 {
  margin-top: 10px!important;
}
.margin-top-15 {
  margin-top: 15px!important;
}
.margin-top-20 {
  margin-top: 20px!important;
}
.margin-top-25 {
  margin-top: 25px!important;
}
.margin-top-30 {
  margin-top: 30px!important;
}
.margin-top-35 {
  margin-top: 35px!important;
}
.margin-top-40 {
  margin-top: 40px!important;
}
.margin-bottom-0 {
  margin-bottom: 0!important;
}
.margin-bottom-5 {
  margin-bottom: 5px!important;
}
.margin-bottom-10 {
  margin-bottom: 10px!important;
}
.margin-bottom-15 {
  margin-bottom: 15px!important;
}
.margin-bottom-20 {
  margin-bottom: 20px!important;
}
.margin-bottom-25 {
  margin-bottom: 25px!important;
}
.margin-bottom-30 {
  margin-bottom: 30px!important;
}
.margin-bottom-35 {
  margin-bottom: 35px!important;
}
.margin-bottom-40 {
  margin-bottom: 40px!important;
}
.margin-left-0 {
  margin-left: 0!important;
}
.margin-left-5 {
  margin-left: 5px!important;
}
.margin-left-10 {
  margin-left: 10px!important;
}
.margin-left-15 {
  margin-left: 15px!important;
}
.margin-left-20 {
  margin-left: 20px!important;
}
.margin-left-25 {
  margin-left: 25px!important;
}
.margin-left-30 {
  margin-left: 30px!important;
}
.margin-left-35 {
  margin-left: 35px!important;
}
.margin-left-40 {
  margin-left: 40px!important;
}
.margin-right-0 {
  margin-right: 0!important;
}
.margin-right-5 {
  margin-right: 5px!important;
}
.margin-right-10 {
  margin-right: 10px!important;
}
.margin-right-15 {
  margin-right: 15px!important;
}
.margin-right-20 {
  margin-right: 20px!important;
}
.margin-right-25 {
  margin-right: 25px!important;
}
.margin-right-30 {
  margin-right: 30px!important;
}
.margin-right-35 {
  margin-right: 35px!important;
}
.margin-right-40 {
  margin-right: 40px!important;
}
/* padding */
.padding-0 {
  padding: 0!important;
}
.padding-5 {
  padding: 5px!important;
}
.padding-10 {
  padding: 10px!important;
}
.padding-15 {
  padding: 15px!important;
}
.padding-20 {
  padding: 20px!important;
}
.padding-25 {
  padding: 25px!important;
}
.padding-30 {
  padding: 30px!important;
}
.padding-35 {
  padding: 35px!important;
}
.padding-40 {
  padding: 40px!important;
}
.racunn-160-left {
  position: fixed;
  width: 160px;
  overflow: hidden;
  top: 170px;
  max-width: 345px;
}
.racunn-160-left {
  margin-left: -650px;
  left: 50%;
}
.racunn-160-right {
  position: fixed;
  margin-right: -650px;
  right: 50%;
  width: 160px;
  overflow: hidden;
  max-width: 345px;
  top: 170px;
}
.black-team {
  background: #000 !important;
  color: #fff !important;
}
.white-team {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.competitior-caption {
  background: #fff !important;
  border-bottom: 1px solid #e0e0e0;
  color: #c50000 !important;
  padding: 6px 0px !important;
}
.relatedContent {
  background: #e1e1e1;
  border-left: 4px solid #ec0133;
}
a.relatedLink {
  width: 100%;
  color: #000000;
  display: block;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}
a.relatedLink .relatedImgWrapper {
  width: 30%;
  display: block;
  float: left;
}
a.relatedLink i.relatedImgShadow {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
a.relatedLink img.relatedImg {
  width: 100%;
  display: block;
}
a.relatedLink span.relatedText {
  width: 63%;
  line-height: 28px;
  font-size: 22px;
  font-weight: 300;
  margin: 2% 3% 0 3%;
  display: block;
  float: left;
}
/**
  Footer cookie notification
 */
.cookie-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  width: 100%;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  height: 40px;
}
.cookie-notification .wrapper {
  text-align: center;
  padding: 12px 34px;
}
.cookie-notification a {
  color: #fff;
  text-decoration: underline!important;
}
.cookie-notification .close {
  opacity: 1;
  color: #fff;
  display: inline-block;
  background-position: -766px -343px;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 9px;
}
@media screen and (min-width: 414px) and (max-width: 768px) and (orientation: landscape) {
  #dialog .modal-dialog {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header .logo {
    margin-bottom: 18.5px;
  }
  .extra-menu {
    padding: 10px 0;
  }
  .extra-menu a {
    font-size: 13px;
    line-height: 16px;
  }
  main .a300 {
    margin-top: 40px;
  }
  main .ads300 {
    background-color: #fff;
    height: 401px !important;
  }
  main .box.type-0 span {
    font-size: 14px;
    line-height: 17px;
    max-height: 34px;
    height: 34px;
  }
  main .box.type-1 {
    height: auto;
    background: #fff;
  }
  main .box.type-2 {
    height: auto;
  }
  main .box.type-3 span {
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
    height: 44px;
  }
  main .box.type-4 span {
    font-size: 22px;
    line-height: 26px;
  }
  main .box.type-5 span {
    font-size: 13px;
    line-height: 16px;
    max-height: 32px;
    height: 32px;
  }
  main .box.type-7 {
    height: 358px;
  }
  main .box.type-7 span {
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
    height: 44px;
  }
  main .box.type-8 span {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    height: 36px;
  }
  main .box.type-9 {
    height: 221px;
  }
  main .box.type-9 span {
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
    height: 44px;
  }
  main .box.type-10 p span {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  main .box.type-11 span {
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
    height: 44px;
  }
  main .box.type-12 span {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    height: 36px;
  }
  main .box.type-13 {
    height: 486px;
  }
  main .box.type-13 span {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    height: 36px;
  }
  main .programs-main-item .box.type-4 .vertical-align-content {
    height: 74px !important;
  }
  main .programs-main-item .box.type-4 span {
    font-size: 18px !important;
  }
  main .survivors .survivors-content .survivor {
    width: 33.333%;
  }
  main .splash-slider-area {
    max-height: 350px;
    overflow-y: hidden;
  }
  main .splash-slider-area .splash-slider-item {
    padding: 1px 0 0 0;
  }
  main .splash-slider-area .splash-slider-next,
  main .splash-slider-area .splash-slider-prev {
    position: absolute;
    z-index: 10;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 50px;
    margin-top: -50px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -o-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 47px;
    border: 1px solid transparent;
  }
  main .splash-slider-area .splash-slider-prev {
    left: 10px;
    top: 40%;
  }
  main .splash-slider-area .splash-slider-next {
    right: 10px;
    top: 40%;
  }
  main .survivor-header .survivor-nav ul {
    padding: 0 10px;
  }
  main .survivor-content h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  main .survivor-detail-slider-area .survivor-detail-slider-next,
  main .survivor-detail-slider-area .survivor-detail-slider-prev {
    display: none !important;
  }
  main .survivor-detail .survivor-text {
    padding: 0;
  }
  main .survivor-detail .survivor-text .score-ranking-status-table {
    position: relative;
    margin: 15px 0 0;
  }
  main .trailer-news-list,
  main .cinema-news-list {
    padding: 0 15px !important;
  }
  main .cinema-main .box.type-9 {
    height: auto;
  }
  main .cinema-main .box.type-9.only-image {
    height: 264px !important;
  }
  main .programs-content.category-main .box.type-2 {
    padding: 10px 10px 5px;
  }
  main .programs-content.category-main .box.type-2 p {
    font-size: 11px;
  }
  main .programs-content.category-main .box.type-13 {
    height: 578px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  main .splash-slider-area {
    max-height: 350px !important;
  }
  main .splash-slider-area .custom-dots {
    padding-top: 2px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  header .logo {
    width: 200px;
  }
  header nav {
    margin-left: 0;
  }
  header nav > ul > li > a {
    font-size: 15px;
    padding: 0 4px;
  }
  header nav > ul .dropdown-menu a {
    font-size: 13px;
    line-height: 16px;
  }
  .extra-menu a {
    font-size: 13px;
    line-height: 16px;
  }
  main .splash-slider-area {
    max-height: 235px;
  }
  main .news-block-without-text {
    margin-top: 40px;
  }
  main .inline-banner .live-streaming {
    margin-top: 10px !important;
  }
  main .inline-banner .sms {
    margin-top: 5px !important;
  }
  main .box.type-1 {
    height: auto;
  }
  main .box.type-2 {
    height: auto;
  }
  main .box.type-6 {
    height: 647px;
  }
  main .box.type-7 {
    height: 431px;
  }
  main .box.type-9 {
    height: 293px;
  }
  main .box.type-10 p span {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  main .box.type-13 {
    height: 560px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  header {
    height: auto !important;
  }
  header .logo {
    max-width: 172px !important;
    margin-bottom: 18.5px;
  }
  header .header-buttons {
    margin-top: 14px;
  }
  header .header-buttons .bracket {
    display: none;
  }
  header .menu-icon {
    margin-top: 17px;
  }
  .mobile-menu {
    height: -webkit-calc(100% - 59px);
    height: -moz-calc(100% - 59px);
    height: calc(100% - 59px);
    top: 59px;
  }
  .mobile-menu .menu-content .social-buttons {
    text-align: center;
  }
  .mobile-menu .menu-content .social-buttons a {
    display: inline-block;
    margin: 0 5px;
    float: none;
  }
  #dialog .modal-dialog {
    width: 90%;
    margin-left: 5%;
  }
  main {
    padding-bottom: 15px;
  }
  main .jury-col {
    height: 100px;
  }
  main .competitor-jury-title-text {
    font-size: 15px !important;
    padding: 45px 0 0 3px !important;
  }
  main .survivor-detail-slider-area .survivor-detail-slider-next,
  main .survivor-detail-slider-area .survivor-detail-slider-prev {
    display: none !important;
  }
  main .filter-area {
    padding-top: 0;
  }
  main .filter-area .row > div::after {
    display: none;
  }
  main .filter-area label {
    text-align: left;
  }
  main .filter-area .stylish-select {
    margin-bottom: 10px;
  }
  main .programs-detail .survivor-text {
    padding: 0;
  }
  main .programs-detail .survivor-text .score-ranking-status-table {
    position: relative;
    margin: 15px 0 0;
  }
  main .headline-slider-area {
    margin-bottom: 34px;
  }
  main .headline-slider-area .headline-slider {
    overflow-y: hidden;
  }
  main .headline-slider-area .headline-slider-controller .custom-dots {
    padding: 0 10px;
  }
  main .headline-slider-area .headline-slider-controller .custom-dots li {
    padding: 0 3px;
  }
  main .headline-slider-area .headline-slider-controller .custom-dots li button {
    font-size: 14px;
  }
  main .programs-slider-area .programs-slider-controller .custom-dots {
    padding: 0 10px;
  }
  main .programs-slider-area .programs-slider-controller .custom-dots li {
    padding: 0 3px;
  }
  main .programs-slider-area .programs-slider-controller .custom-dots li button {
    font-size: 14px;
  }
  main .box {
    height: auto !important;
  }
  main .box img {
    width: 100%;
  }
  main .box span {
    font-size: 17px !important;
  }
  main .box.type-10 p span {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  main .programs-main .programs-main-item .programs-main-title span {
    font-size: 16px;
  }
  main .programs-main .programs-main-item .programs-main-title a {
    font-size: 10px;
  }
  main .programs-main .programs-main-item .box.type-4 span {
    font-size: 17px;
    line-height: 20px;
  }
  main .programs-main .programs-main-item .social-buttons {
    height: auto;
  }
  main .programs-main .programs-main-item .social-buttons > div {
    text-align: center;
    padding: 0 5%;
  }
  main .programs-main .programs-main-item .social-buttons > div a {
    margin: 5px;
  }
  main .survivors .survivors-title.red {
    margin-top: 20px;
  }
  main .survivors .survivors-content {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 10px 0 20px 10px;
  }
  main .survivors .survivors-content .survivor {
    width: 120px;
    padding: 0 10px;
  }
  main .container {
    display: flex;
    flex-wrap: wrap;
  }
  main .headline {
    height: auto;
    overflow: hidden;
    order: -1;
  }
  main .survivor-header .survivor-nav ul {
    padding: 0 10px;
  }
  main .survivor-content h1,
  main .survivor-content .survivors-list-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  main .survivors-list em img {
    width: 100%;
  }
  main .programs-content.category-main .box.type-1 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .headline {
    min-height: 510px;
  }
}
/*# sourceMappingURL=screen.css.map */