html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #222;
    padding: 91px 0;
    color: #999;
}

label {
    font-weight: 500;
}

.navbar-inverse .navbar-brand {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
}

.navbar-brand img {
  width: 80px;
}

.navbar-brand small {
    font-size: 50%;
    font-weight: 300;
    color: #9d9d9d;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #111;
    opacity: 1;
}

.dropdown-menu {
    background: #222;
    color: #999;
}

.dropdown-menu > li > a {
    color: #999;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #337ab7;
    text-decoration: none;
    background-color: #333;
}

.dropdown-menu .divider {
    background-color: #333;
}

.text-muted {
    color: #999;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}

.btn {
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}

.btn-link {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.btn-default {
    color: #999;
    background-color: #222;
    border-color: #333;
}

.btn-default.focus, .btn-default:focus, .btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #111;
    border-color: #333;
}

.page-header {
    margin: 0 0 20px 0;
    border-bottom-color: #333;
    padding-bottom: 15px;
}

.page-header h1 a {
    text-decoration: none;
    color: #fff;
}

.page-header h3 {
    color: #999;
    font-weight: 300;
}

.title h3 {
    color: #fff;
    font-weight: 300;
}

.page-header h2 {
    color: #fff;
    font-weight: 300;
}

.page-header h2 small {
    color: #666;
    font-weight: 700;
}

.page-header h1 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}

.page-header h1 small {
    color: #666;
    font-weight: 700;
}

.label-default {
    background-color: #333;
    color: #999;
    margin-left: 5px;
}

.carousel {
    opacity: 0.8;
}

.navbar-inverse .navbar-nav > li > a {
    color: #999;
}

.footer {
    position: absolute;
    width: 100%;
    background-color: #222;
    color: #999;
    height: 0;
}

.footer .container {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #222;
}

.footer .container p {
    margin: 20px 0;
}

.copyr {color: #FFFFFF;}

.thumbnail {
    padding: 0;
    border: none;
    background-color: inherit;
}

.thumbnail img {
    opacity: .80;
    width: 100%;
    border-radius: 4px;
}

.thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumbnail .caption {
}

.thumbnail .caption p {
    margin: 0;
    color: #999;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.thumbnail .caption p.bold {
    font-weight: 700;
}

.thumbnail:hover a img {
    opacity: 1;
}

.thumbnail:hover .caption p {
    color: #fff;
}

.thumbnail a:hover, .thumbnail a:focus {
    text-decoration: none;
}

.thumbnail .quality {
    display: block;
    position: absolute;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.thumbnail .imdb {
    display: block;
    position: absolute;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.thumbnail .languages {
    display: block;
    position: absolute;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.thumbnail .languages-wait {
    display: block;
    position: absolute;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.thumbnail .year {
    display: block;
    position: absolute;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
    bottom: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.nav-tabs {
    border-bottom: 1px solid #333;
}

.nav-tabs > li > a {
    color: #999;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #999;
    cursor: default;
    background-color: #222;
    border: 1px solid #333;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:hover {
    border-color: #333 #333 #222;
    background-color: #222;
    color: #999;
}

.tab-content {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #222;
    color: #999;
    padding: 10px 15px;
}

.modal-content {
    background: #222;
    color: #999;
}

.modal-header {
    border-bottom: 1px solid #333;
}

.modal-title {
    color: #999;
}

.modal-footer {
    border-top: 1px solid #333;
}

.form-control, .input-group-addon {
    background-color: #222;
    border: 1px solid #333;
    color: #999;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}

.input-group-addon a {
    color: #999;
}

.pagination > li > a, .pagination > li > span {
    color: #999;
    background-color: #222;
    border: 1px solid #333;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #111;
    border-color: #333;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #999;
    cursor: not-allowed;
    background-color: #222;
    border-color: #333;
}

.movie {
    margin-bottom: 20px;
}

.movie-search {
    margin-bottom: 20px;
}

.movie-buttons {
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
    background: #222;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.movie-buttons .btn-default {
    margin: 15px 5px;
}

.movie-buttons .btn-default.like.active {
    color: #fff;
    background-color: darkgreen;
    border-color: darkgreen;
}

.movie-buttons .btn-default.unlike.active {
    color: #fff;
    background-color: darkred;
    border-color: darkred;
}

.movie-buttons .btn-default.watched.active {
    color: #fff;
    background-color: darkgreen;
    border-color: darkgreen;
}

.movie-buttons .btn-default.watchlist.active {
    color: #fff;
    background-color: darkgreen;
    border-color: darkgreen;
}

.movie-buttons .btn-default.editlist.active {
    color: #fff;
    background-color: darkred;
    border-color: darkred;
}

.movie-buttons .btn-default.descduzenle.active {
    color: #fff;
    background-color: darkgreen;
    border-color: darkgreen;
}

.movie-buttons .btn-default.pause.active {
    color: #fff;
    background-color: darkred;
    border-color: darkred;
}

.movie-buttons .btn-default.play {
    color: #fff;
    background-color: darkgreen;
    border-color: darkgreen;
}

.movie-detail .poster {
    background: #333;
    padding: 10px;
}

.movie-detail .poster img {
    width: 100%;
    opacity: 0.8;
}

.movie-detail .title {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}

.movie-detail .title h2 {
    margin-top: 0;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}

.table-responsive {
    border: none;
    margin-bottom: 0;
}

.table > tbody > tr > td {
    border-top: 1px solid #333;
    padding: 10px;
}

.table > thead > tr > th {
    border-bottom: 2px solid #333;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot >
tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr >
td.active, .table > thead > tr > th.active {
    background-color: #020;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr >
th.active:hover {
    background-color: #333;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #333;
}

.movie-detail .table > tbody > tr > td a {
    margin-right: 10px;
}

.movie-detail .table > tbody > tr > td span {
    margin-top: 10px;
    display: block;
    display: inline;
}

.movie-detail .table > tbody > tr > td span:first-child {
    margin: 0;
}

.movie-detail .table > tbody > tr > td:first-child {
    width: 30%;
    font-weight: 700;
}

.movie-detail .table > tbody > tr > td:last-child {
    width: 70%;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}

.panel-padding {
    padding: 0 10px 15px 10px;
}

.panel {
    border: 1px solid #333;
    background-color: #222;
}

.panel .panel-heading {
    color: #999;
    background-color: #222;
    border-color: #333;
}

.comments-list {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
}

.comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.comments-list .comment .avatar {
    width: 35px;
    height: 35px;
}

.comments-list .comment .comment-heading {
    display: block;
    width: 100%;
}

.comments-list .comment .comment-heading .user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
}

.comments-list .comment .comment-heading .time {
    font-size: 12px;
    margin-top: 0;
    margin-right: 10px;
    display: inline;
}

.comments-list .comment .comment-heading .reply {
    font-size: 10px;
    margin-top: 0;
    margin-right: 10px;
    display: inline;
}

.comments-list .comment .comment-heading .like, .comments-list .comment .comment-heading .unlike {
    font-size: 12px;
    margin-top: 0;
    margin-right: 10px;
    display: inline;
}.comment .comment-heading .commentremove {    font-size: 10px;    margin-top: 0;    margin-right: 10px;    display: inline;		color: darkgreen;}

.comments-list .comment .comment-heading .like a {
    color: darkgreen;
}

.comments-list .comment .comment-heading .unlike a {
    color: darkred;
}

.comments-list .comment .comment-heading a:hover {
    text-decoration: none;
}

.comments-list .comment .comment-body {
    margin-left: 50px;
    position: relative;
}

.comments-list .comment > .comments-list {
    margin-left: 50px;
}

.comments .marked {
    background: #111;
    padding: 10px;
}

.comments .not-approved {
    background: #111;
    padding: 10px;
}

.comment-write-login {
    border: 1px solid #333;
    border-radius: 3px;
    margin: 20px 0;
    padding: 10px;
    background: #222;
}

.comment-write {
    background: #333;
    color: #999;
    font-size: 13px;
    border-radius: 3px;
}

.comment-write textarea {
    resize: none;
    height: 34px;
}

.comment-write textarea.focus {
    height: 100px;
    font-size: 15px;
}

.commentusernamemail input {height:45px; margin-bottom:15px; font-size:15px;}

.comments .success-comment {
    color: #27ae60;
    display: block;
}

.comments .pending-comment {
    color: #f39c12;
    display: block;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.spoiler-checkbox {
    text-align: right;
    font-size: 15px;
}

.spoiler-checkbox span {color:#fff; font-weight:900;}

.spoiler-checkbox > .submitcomment {background-color: #FFC530; color:#000; font-size:15px;}

.spoiler-checkbox > label {
    margin-right: 10px;
}

.contains-spoilers {
    color: rgba(163,163,163,0.01);
    text-shadow: 0 0 10px #A3A3A3;
    cursor: pointer;
    --webkit-touch-callout: none;
    --webkit-user-select: none;
    --khtml-user-select: none;
    --moz-user-select: none;
    --ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.inc-spoilers {
    position: absolute;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.inc-spoilers span {
    color: #FFC530;
    font-weight: 900;
}

.removesendbtn {
    font-size: 10px;
    margin-top: 0;
    margin-right: 10px;
    display: inline;
    color: #8a0101;
}

.userlink {
    color: #337ab7;
    text-decoration: none;
}

.btn-social {
    background: #222;
    border: 1px solid #333;
    color: #999;
}

.btn-social.btn-twitter-hover {
    background: #00acee;
    border: 1px solid #00acee;
    color: #fff;
}

.btn-social.btn-facebook-hover {
    background: #3b5998;
    border: 1px solid #3b5998;
    color: #fff;
}

.btn-social.btn-twitter:hover {
    background: #00acee;
    border: 1px solid #00acee;
    color: #fff;
}

.btn-social.btn-google-hover {
    background: #e93f2e;
    border: 1px solid #e93f2e;
    color: #fff;
}

.btn-social.btn-facebook:hover {
    background: #3b5998;
    border: 1px solid #3b5998;
    color: #fff;
}

.btn-social.btn-google:hover {
    background: #e93f2e;
    border: 1px solid #e93f2e;
    color: #fff;
}

.share {
    margin-bottom: 20px;
}

.list-group-item {
    background-color: #222;
    border: 1px solid #333;
}

.profile-header {
    margin-bottom: 20px;
}

.subtitle-action {
    margin-right: 10px;
}

.embed-responsive #video_embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.download-links {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.jw-preview {
    background-color: #111 !important;
}

.social-sticky {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 0;
    padding: 20px 0 10px;
    width: 100%;
    background-color: #111;
}

.social-sticky .container {
    position: relative;
}

.social-sticky .container:last-child {
    position: relative;
}

.social-sticky .fa-close {
    position: absolute;
    top: -5px;
    right: 5px;
    cursor: pointer;
}

.embed-responsive-24by10 {
    padding-bottom: 41.66%;
}

@media (max-width: 767px) {
    .movie-buttons .btn-default {
        margin: 5px;
    }

    .movie-buttons .event small {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-form {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }
}

@media (min-width: 992px) and (max-width: 1119px) {
}

@media (min-width: 1200px) {
}

.vhead > .dropdown{display: inline-block;}
.dropdown > .dropdown-menu > .active a {background-color:#333;}
.vhead button, .fastmsources .btn a, .fastmsources .btn:link, .fastmsources .btn:hover, .fastmsources .btn:active, btn-primary:hover, .btn-primary:visited{background-color: #333; border:none !important; color:#dbdbdb}
.vhead button:hover{background-color: #333 !important; border:none !important;}
.vhead button:active{background-color: #333 !important; border:none !important;}
.vhead button:link{background-color: #333 !important; border:none !important;}
.vhead button:focus{background-color: #333 !important; border:none !important;}
.vhead li a:hover {color:gray; border:none !important;}
.vhead {position:relative; margin-bottom: 7px;}
.fastmsources .btn:hover {color: #FFFFFF;}
.fastmsource {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.fastmsources {
    display: inline-block;
}
.fastmsources .btn {
    border-radius: 0 !important;
}
.fastmsources .btn:last-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    background-color: #333 !important;
}
.fastmsources .btn:first-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background-color: #333 !important;
}
.fastmsources .btn.active {
    background-color: #555 !important;
    color: #FFFFFF;
    border:none !important;
}

.btn:focus, .btn:active {
   outline: none !important;
   box-shadow: none;
}

.alert {background: #555; color: #FFFFFF; border: none;}

.header-ads img{
max-width:100%;
max-height:100%;
}

.vidonu img{
max-height:100%;
max-width:100%;
}

/* vidonu icin */
#vid  {
width: 100% !important;
height: 100% !important;
/* object-fit: fill !important; */
}

#s3{display:none;}
/* vidonu icin */

.vidust-ads img{
max-width:100%;
max-height:100%;
}

.vidust-ads iframe{
max-width:100%;
max-height:100%;
}

.vidalt-ads img{
max-width:100%;
max-height:100%;
}

@media (min-width: 1100px) {
.vidust-ads img, .header-ads img {height: 100px;}
}

/* @media (min-width: 1100px) {
.vidalt-ads img, .vidust-ads img, .header-ads img {height: 90px;}
} */

.pagedescription a {color:darkgray;}
.pagedescription h1 {font-size:15px;}
.container > .text-center a {color:darkgray;}

.breadcrumb {text-align: center; background-color:#222 ;border:1px solid #333;border-radius:1px; margin:5px;}
.breadcrumb-item a{color: #FFFFFF;}
.breadcrumb-item + .breadcrumb-item::before {
content: '>';
color: #FFFFFF;
}

#head-categories{margin-top:30px;position:relative;display:none}#head-categories .close-cat{right:10px;top:10px;position:absolute;font-size:24px;color:#FFFFFF}#head-categories .categoriestitle{font-size:24px;color:#FFFFFF;}#head-categories ul{padding:0}#head-categories ul li{list-style:none;float:left}#head-categories ul li a{display:inline-block;color:#fff;border:1px solid #333;border-radius:2px;height:40px;line-height:40px;padding:0 30px;font-size:16px;margin:0 15px 15px 0}#head-categories ul li a:hover{border-color:#fff}

/* @media only screen and (max-width:720px){
    .skip, .skip2 {font-size:15px; line-height:15px;}
  }
@media only screen and (min-width:721px){
    .skip, .skip2 {font-size:26px; line-height:26px;}
  }

.skip, .skip2 {position: absolute;display:block;bottom:50px;right:0;width:auto;background-color:rgba(0,0,0,0.5);color:#fff;cursor:pointer;padding:10px;z-index:9;border:1px solid rgba(255,255,255,0.35);border-right:none;}
.skip a, .skip2 a {color:#fff;} */

@media only screen and (max-width:768px){
    .cb_splash_ads .pop {margin-top:25%;}
  }
@media only screen and (max-width:320px){
    .cb_splash_ads .pop {margin: 25% 3% 0;}
  }
@media only screen and (max-width:1278px){.cb_splash_ads, .pop, .close {display:none;}}
@media only screen and (min-width:1279px){
.cb_splash_ads {
    display:none;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.cb_splash_ads .pop {
    background-color: #fff;
    margin: 10% auto 0;
    padding: 5px;
    position: relative;
    max-width: 300px;
}
.cb_splash_ads .pop img {
    width: 100%;
 vertical-align: middle;
}
.cb_splash_ads .close {
    opacity: 1;
    position: absolute;
    right: -9px;
    top: -9px;
}
.cb_splash_ads .close img {
    height: 32px;
    width: 32px;
}
}

@media (min-width: 240px) and (max-width: 319px) {
 .benzerfilmlertitle {width: 55px;}
.benzerfilmler img {width: 55px;}
}

@media (min-width: 320px) and (max-width: 360px) {
 .benzerfilmlertitle {width: 90px;}
.benzerfilmler img {width: 90px;}
}

@media (min-width: 361px) and (max-width: 410px) {
 .benzerfilmlertitle {width: 110px;}
.benzerfilmler img {width: 110px;}
}

@media (min-width: 410px) and (max-width: 459px) {
 .benzerfilmlertitle {width: 65px;}
.benzerfilmler img {width: 65px;}
}

@media (min-width: 460px) and (max-width: 509px) {
 .benzerfilmlertitle {width: 75px;}
.benzerfilmler img {width: 75px;}
}

@media (min-width: 510px) and (max-width: 600px) {
 .benzerfilmlertitle {width: 90px;}
.benzerfilmler img {width: 90px;}
}

@media (min-width: 601px) and (max-width: 701px) {
 .benzerfilmlertitle {width: 115px;}
.benzerfilmler img {width: 115px;}
}

@media (min-width: 702px) and (max-width: 767px) {
 .benzerfilmlertitle {width: 140px;}
.benzerfilmler img {width: 140px;}
}

@media (min-width: 768px) and (max-width: 900px) {
 .benzerfilmlertitle {width: 100px;}
.benzerfilmler img {width: 100px;}
}

@media (min-width: 901px) and (max-width: 995px) {
 .benzerfilmlertitle {width: 105px;}
.benzerfilmler img {width: 105px;}
}

@media (min-width: 995px) and (max-width: 1199px) {
 .benzerfilmlertitle {width: 135px;}
.benzerfilmler img {width: 135px;}
}

@media (min-width:240px) and (max-width:319px) {
.benzerfilmler span {
position:relative;
display:inline-block;
color:#fff;
border:1px solid #333;
border-radius:2px;
height:30px;
line-height:30px;
padding:0 15px;
font-size:9px;
margin:0 10px 10px 0;
left:5%;
color:#fff
}
}

@media (min-width:320px) and (max-width:360px) {
.benzerfilmler span {
position:relative;
display:inline-block;
color:#fff;
border:1px solid #333;
border-radius:2px;
height:30px;
line-height:30px;
padding:0 15px;
font-size:12px;
margin:0 10px 10px 0;
left:14%;
color:#fff
}
}

@media (min-width:361px) and (max-width:581px) {
.benzerfilmler span {
position:relative;
display:inline-block;
color:#fff;
border:1px solid #333;
border-radius:2px;
height:30px;
line-height:30px;
padding:0 15px;
font-size:13px;
margin:0 10px 10px 0;
left:25%;
color:#fff
}
}

@media (min-width:582px) {
.benzerfilmler span {
position:relative;
display:inline-block;
color:#fff;
border:1px solid #333;
border-radius:2px;
height:40px;
line-height:40px;
padding:0 30px;
font-size:15px;
margin:0 15px 10px 0;
left:29.5%;
color:#fff
}
}

.benzerfilmler ul li {float: left; list-style:none; margin: 5px; }
.benzerfilmler ul li a:hover{color: #ffffff;}
.benzerfilmler img {opacity: .80; border-radius: 4px; max-width: 160px;}
.benzerfilmler a {
display: block;
position: relative;
overflow: hidden;
color: #999;
text-decoration: none;
}
.benzerfilmler a:hover img {
opacity: 1;
}

.benzerfilmlertitle {
overflow: hidden;
white-space: nowrap;
list-style:none;
text-overflow: ellipsis;
height: 1.5em;
margin: 0;
font-weight: 700;
text-decoration: none;
max-width:145px;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}

@media (min-width: 5120px) and (max-width: 5121px) {
#bgsol {
position: fixed;
background: url(../brandingsol.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 20%;
min-width: 20%;
top: 0;
left: 0;
z-index: 9;
}

#bgsag {
position: fixed;
background: url(../brandingsag.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 20%;
min-width: 20%;
top: 0;
right: 0;
z-index: 9;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: 9;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}
.pageskin-ads {display: none;}
}

@media (min-width: 4096px) and (max-width: 4097px) {
#bgsol {
position: fixed;
background: url(../brandingsol.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 20%;
min-width: 20%;
top: 0;
left: 0;
z-index: 9;
}

#bgsag {
position: fixed;
background: url(../brandingsag.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 20%;
min-width: 20%;
top: 0;
right: 0;
z-index: 9;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: 9;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}
.pageskin-ads {display: none;}
}

@media (min-width: 3840px) and (max-width: 3841px) {
#bgsol {
position: fixed;
background: url(../brandingsol.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 20%;
min-width: 20%;
top: 0;
left: 0;
z-index: 9;
}

#bgsag {
position: fixed;
background: url(../brandingsag.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 20%;
min-width: 20%;
top: 0;
right: 0;
z-index: 9;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: 9;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}
.pageskin-ads {display: none;}
}

@media (min-width: 2560px) and (max-width: 2561px) {
#bgsol {
position: fixed;
background: url(../brandingsol.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 27.15%;
min-width: 27.15%;
top: 0;
left: 0;
z-index: 9;
}

#bgsag {
position: fixed;
background: url(../brandingsag.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 27.15%;
min-width: 27.15%;
top: 0;
right: 0;
z-index: 9;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: 9;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}
.pageskin-ads {display: none;}
}


@media (min-width: 1920px) and (max-width: 1921px) {
#bgsol {
position: fixed;
background: url(../brandingsol.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 19.51%;
min-width: 19.51%;
top: 0;
left: 0;
z-index: 9;
}

#bgsag {
position: fixed;
background: url(../brandingsag.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 19.51%;
min-width: 19.51%;
top: 0;
right: 0;
z-index: 9;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: 9;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}
.pageskin-ads {display: none;}
}


@media (min-width: 1680px) and (max-width: 1919px) {
#bgsol {
position: fixed;
background: url(../brandingsol.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 15.25%;
min-width: 15.25%;
top: 0;
left: 0;
z-index: 9;
}

#bgsag {
position: fixed;
background: url(../brandingsag.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 15.25%;
min-width: 15.25%;
top: 0;
right: 0;
z-index: 9;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: 9;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}
.pageskin-ads {display: none;}
}

@media (min-width: 1440px) and (max-width: 1535px) {
#bgsol {
position: fixed;
background: url(../brandingsol.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 9.35%;
min-width: 9.35%;
top: 0;
left: 0;
z-index: 9;
}

#bgsag {
position: fixed;
background: url(../brandingsag.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 9.35%;
min-width: 9.35%;
top: 0;
right: 0;
z-index: 9;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: 9;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}
.pageskin-ads {display: none;}
}

@media (min-width: 320px) and (max-width: 1439px) {
.pageskin-ads img{
max-width:100%;
max-height:100%;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: -1;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}

}

@media (min-width: 1536px) and (max-width: 1601px) {
.pageskin-ads img{
max-width:100%;
max-height:100%;
}

#bgcenter {
position: fixed;
background: url(../brandingcenter.jpg);
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
background-size: 100% 100%;
max-width: 100%;
min-width: 100%;
top: 0;
z-index: -1;
}

.col-sm-12, .row, .pagination, .col-xs-6, .col-sm-3, .col-md-2, .col-xs-4, .col-xs-8, .col-sm-4, .col-md-3, .col-sm-8, .col-md-9, .footer {background-color: #222; z-index: 10;}
}

@media (max-width: 1278px) {
#toolbar, #sayfa_alti, #fkapat {display: none;}
}

@media (min-width: 1279px) {
#toolbar {display: none; position: fixed; z-index:99999; bottom: 0px;left: 29%;text-align: justify; width: 728px; height:90px;}
#sayfa_alti {width:728px; height:90px; display:block;}
#fkapat {color:white;font-size:21px;cursorointer;position:absolute;top:-30px;right:0px;z-index:9999; display:block;}
}

#full-stars-example {
  text-align:center;
}
#full-stars-example .rating-group {
  display: inline-flex;
}
#full-stars-example .rating__icon {
  pointer-events: none;
}
#full-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.5rem;
}
#full-stars-example .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__icon--none {
  color: #eee;
}
#full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}
#half-stars-example {
  text-align:center;
}
#half-stars-example .rating-group {
  display: inline-flex;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.5rem;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star, #half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star, #half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}
#full-stars-example-two {
  text-align:center;
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.5rem;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.rating-group {pointer-events: none;}

.imdbrate {display:none;}

@media (min-width: 1024px) {
  .vidusttext a { font-size: 14px; }
  .vidalttext a { font-size: 14px; }
}
@media (max-width: 1023px) {
  .vidusttext a { font-size: 10px; }
  .vidalttext a { font-size: 10px; }
}
.vidusttext a { display:block; padding:3px 0; margin-bottom:8px; border-radius:3px; font-weight:900; text-transform: uppercase; text-align:center; background:#333; color:#fff; }
.vidalttext a { display:block; padding:3px 0; margin-top:8px; border-radius:3px; font-weight:900; text-transform: uppercase; text-align:center; background:#333; color:#fff; }

.d-inline-block{
    display: inline-block !important;
}

.autocomplete-suggestions {
    width: 234px;
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
    background-color: #222;
    border-color: #080808;
    padding: 5px;
    text-decoration: none;
}

.autocomplete-suggestions {
    width: 320px !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
    background-color: #222;
    border-color: #080808;
    padding: 5px;
    text-decoration: none;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix {
    font-size: 12px;
    display: block;
    min-height: 85px;
    margin-top: 5px;
    text-decoration: none;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix:hover {
    background: #3c3c3c;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix img {
    width: 55px;
    position: absolute;
    height: 80px;
    margin-top: 2.5px;
    margin-left: 2.5px;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix div {
    padding: 5px 5px 5px 65px;
    font-size: 11px;
    color: #fff;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span {
	display: block;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span.movie-name {
	font-size: 12px;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span.movie-name {
	margin-top: 6px;
	font-size: 11px;
	color: #999;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span.year,
.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span.imdb {
	margin-top: 12px;
	font-size: 10px;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span.year strong,
.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span.imdb strong {
	color: #ffc530;
}

.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span.float1 {
	width: auto;
	float: left;
}
.autocomplete-suggestions .autocomplete-suggestion a.clearfix > div > span.float2 {
	width: auto;
	float: right;
}

/* swiper start */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container .swiper-slide .poster {
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.swiper-container .swiper-slide .poster a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    z-index: 3
}

.swiper-container .swiper-slide .poster .detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35% 2% 2% 2%;
    top: 0;
    background: rgba(254, 254, 254, 0);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 0) 0%, rgba(0, 0, 0, 0.52) 74%, rgba(0, 0, 0, 0.55) 79%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 0)), color-stop(74%, rgba(0, 0, 0, 0.52)), color-stop(79%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0) 0%, rgba(0, 0, 0, 0.52) 74%, rgba(0, 0, 0, 0.55) 79%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 0) 0%, rgba(0, 0, 0, 0.52) 74%, rgba(0, 0, 0, 0.55) 79%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 0) 0%, rgba(0, 0, 0, 0.52) 74%, rgba(0, 0, 0, 0.55) 79%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 0) 0%, rgba(0, 0, 0, 0.52) 74%, rgba(0, 0, 0, 0.55) 79%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#000000', GradientType=0)
}

.swiper-container .swiper-slide .poster .detail p {
    margin: 0;
    line-height: 1.5em
}

.swiper-container .swiper-slide .poster .detail p .original-name {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
	white-space: nowrap;
	list-style:none;
	text-overflow: ellipsis;
	max-width: 99%;
	display: block;
	overflow: hidden;
}

.swiper-container .swiper-slide .poster .detail p .turkish-name {
    font-size: 26px;
    line-height: 39px;
    color: #ffc530;
	white-space: nowrap;
	list-style:none;
	text-overflow: ellipsis;
	max-width: 99%;
	display: block;
	overflow: hidden;
}

.swiper-container .swiper-slide .poster .top-left .black-badge,
.swiper-container .swiper-slide .poster .top-right .black-badge {
    min-width: 55px;
    background-color: rgba(0, 0, 0, 0.7);
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 8px;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    text-align: center
}

.swiper-container .swiper-slide .poster .top-left {
    position: absolute;
    left: 2%;
    top: 5%
}

.swiper-container .swiper-slide .poster .top-left .imdb {
    color: #ffffff;
}

.swiper-container .swiper-slide .poster .top-right {
    position: absolute;
    right: 2%;
    top: 5%
}

.swiper-container {
    margin-bottom: 20px;
    background-color: #222;
}

.swiper-container .swiper-slide {
    width: auto !important;
    flex-basis: 100%
}

.swiper-container .swiper-button-next {
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 444.819 444.819' style='enable-background:new 0 0 444.819 444.819;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M352.025,196.712L165.884,10.848C159.029,3.615,150.469,0,140.187,0c-10.282,0-18.842,3.619-25.697,10.848L92.792,32.264 c-7.044,7.043-10.566,15.604-10.566,25.692c0,9.897,3.521,18.56,10.566,25.981l138.753,138.473L92.786,361.168 c-7.042,7.043-10.564,15.604-10.564,25.693c0,9.896,3.521,18.562,10.564,25.98l21.7,21.413 c7.043,7.043,15.612,10.564,25.697,10.564c10.089,0,18.656-3.521,25.697-10.564l186.145-185.864 c7.046-7.423,10.571-16.084,10.571-25.981C362.597,212.321,359.071,203.755,352.025,196.712z' fill='%23ffc530'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A")
}

.swiper-container .swiper-button-prev {
    left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 444.531 444.531' style='enable-background:new 0 0 444.531 444.531;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M213.13,222.409L351.88,83.653c7.05-7.043,10.567-15.657,10.567-25.841c0-10.183-3.518-18.793-10.567-25.835 l-21.409-21.416C323.432,3.521,314.817,0,304.637,0s-18.791,3.521-25.841,10.561L92.649,196.425 c-7.044,7.043-10.566,15.656-10.566,25.841s3.521,18.791,10.566,25.837l186.146,185.864c7.05,7.043,15.66,10.564,25.841,10.564 s18.795-3.521,25.834-10.564l21.409-21.412c7.05-7.039,10.567-15.604,10.567-25.697c0-10.085-3.518-18.746-10.567-25.978 L213.13,222.409z' fill='%23ffc530'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E")
}

@media only screen and (min-width: 768px) {
    .swiper-container .swiper-slide {
        flex-basis: 50%
    }

    .swiper-container .swiper-slide-active {
        padding-right: 15px
    }

    .swiper-container .swiper-slide-next {
        padding-left: 15px
    }
}

@media only screen and (max-width: 992px) {
	.swiper-container .swiper-slide .poster .detail p .original-name {
	    font-size: 20px;
	    line-height: 25px;
	}

	.swiper-container .swiper-slide .poster .detail p .turkish-name {
	    font-size: 18px;
	    line-height: 22px;
	}
	.swiper-container .swiper-slide .poster .top-right p:nth-child(2){
	    display: none;
	}
}

@media only screen and (max-width: 767px) {
	.swiper-container .swiper-slide .poster .detail p .original-name {
	    font-size: 24px;
	    line-height: 35px;
	}

	.swiper-container .swiper-slide .poster .detail p .turkish-name {
	    font-size: 21px;
	    line-height: 29px;
	}
	.swiper-container .swiper-slide .poster .top-right p:nth-child(3) {
	    display: none;
	}
}
/* swiper end */