<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NORMALIZE */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}pre,textarea{overflow:auto}address,dl,ol,p,pre,ul{margin-bottom:1rem}a,table{background-color:transparent}caption,th{text-align:left}article,aside,details,figcaption,figure,footer,header,legend,main,menu,nav,section{display:block}audio,canvas,label,output,progress,video{display:inline-block}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul{margin-top:0}dd,h1,h2,h3,h4,h5,h6,label,legend{margin-bottom:.5rem}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}a{-webkit-text-decoration-skip:objects;text-decoration:none;color:inherit!important;}a:active,a:hover{outline-width:0;text-decoration: none;}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;max-width:100%;white-space:normal}textarea{resize:vertical}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}address,button,input,legend,select,textarea{line-height:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}body{margin:0;font-size:1rem;font-weight:400;line-height:1.5}[tabindex="-1"]:focus{outline:0!important}abbr[data-original-title],abbr[title]{cursor:help}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;caption-side:bottom}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=datetime-local],input[type=month],input[type=date],input[type=time]{-webkit-appearance:listbox}fieldset{min-width:0;padding:0;margin:0;border:0}legend{width:100%;padding:0;font-size:1.5rem}input[type=search]{-webkit-appearance:none}[hidden]{display:none!important}
/* NORMALIZE */

/* FONT ICON */
@font-face {
  font-family: 'ico-font';
  src: url('../fonts/fontello.eot?27061464');
  src: url('../fonts/fontello.eot?27061464#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?27061464') format('woff2'),
       url('../fonts/fontello.woff?27061464') format('woff'),
       url('../fonts/fontello.ttf?27061464') format('truetype'),
       url('../fonts/fontello.svg?27061464#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "ico-font"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; text-align: center; font-variant: normal;text-transform: none;
  line-height: 1em;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.icon-login:before { content: '\e800'; }
.icon-movie:before { content: '\e801'; } 
.icon-search:before { content: '\e802'; } 
.icon-user:before { content: '\e803'; } 
.icon-down-open:before { content: '\e804'; }
.icon-left-open:before { content: '\e805'; }
.icon-right-open:before { content: '\e806'; }
.icon-up-open:before { content: '\e807'; }
.icon-star:before { content: '\e808'; }
.icon-report:before { content: '\e809'; }
.icon-source:before { content: '\e80a'; }
.icon-clock:before { content: '\e80b'; }
.icon-twitter:before { content: '\e80c'; }
.icon-ok:before { content: '\e80d'; }
.icon-facebook:before { content: '\f09a'; }
/* /FONT ICON */


body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	background: #000000 url('../img/bg.jpg') center no-repeat;
	background-attachment: fixed;
	/*
	background-attachment: fixed;
	background: rgba(11,4,53,1) fixed;
	background: -moz-linear-gradient(top, rgba(11,4,53,1) 0%, rgba(96,2,57,1) 49%, rgba(163,10,15,1) 75%, rgba(238,69,2,1) 100%) fixed;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,4,53,1)), color-stop(49%, rgba(96,2,57,1)), color-stop(75%, rgba(163,10,15,1)), color-stop(100%, rgba(238,69,2,1))) fixed;
	background: -webkit-linear-gradient(top, rgba(11,4,53,1) 0%, rgba(96,2,57,1) 49%, rgba(163,10,15,1) 75%, rgba(238,69,2,1) 100%) fixed;
	background: -o-linear-gradient(top, rgba(11,4,53,1) 0%, rgba(96,2,57,1) 49%, rgba(163,10,15,1) 75%, rgba(238,69,2,1) 100%) fixed;
	background: -ms-linear-gradient(top, rgba(11,4,53,1) 0%, rgba(96,2,57,1) 49%, rgba(163,10,15,1) 75%, rgba(238,69,2,1) 100%) fixed;
	background: linear-gradient(to bottom, rgba(11,4,53,1) 0%, rgba(96,2,57,1) 49%, rgba(163,10,15,1) 75%, rgba(238,69,2,1) 100%) fixed;
	*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0435', endColorstr='#ee4502', GradientType=0 ); fixed;
}	

.container {
	padding: 0;
}


/* HEADER */

header {
	margin-top: 20px;
	position: relative;
	z-index: 5000;
	overflow: hidden;
}

header .top {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	background: #222731;
	border-radius: 3px 3px 0 0;
	padding: 30px 40px 30px 30px;
	overflow: hidden;
	position: relative;
}

header .top .logo {
	width: 100%;
	display: inline-block;
	float: left;
	background-size: 100%;
	color: #fff !important;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	position: relative;
	top: -20px;
}

header .top .logo a {
	display: block;
}

header .top .logo img {
	margin: 0 auto;
	background-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

header .menu {
	width: 100%;
	height: 55px;
	float: left;
	background-color: #171A21;
	position: relative;
	display: block;
}

header .menu .nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	letter-spacing: -0.3px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	display: none;
	overflow: hidden;
	visibility: hidden;	
}

header .menu .nav ul li {
	padding: 0 8px;
	float: left;
	text-align: center;
	line-height: 55px;
}

header .menu .nav ul li a {
	transition: .3s all;
}

header .menu .nav ul li a:hover {
	color: #FFA900 !important;
}

header .top .search {
	width: 100%;
	height: 45px;
	display: none;
	visibility: hidden;
	float: left;
	position: relative;
}

header .top .search input {
	width: 100%;
	height: 100%;
	background-color: #CFD4DE;
	outline: none;
	border: none;
	border-radius: 100px;
	font-family: 'Source Sans Pro';
	padding-top: 2px;
	color: #474747;
	font-size: 14px;
	letter-spacing: -0.3px;
	padding-left: 48px;
	padding-right: 20px;
	transition: .3s all;
}

header .top .search form {
	height: 45px;
}


header .top .search input:focus {
	background-color: #fff;
	box-shadow: 0 12px 25px 0 rgba(0,0,0,0.21);	
}

header .top .search::before {
	content: '\e802';
	font-family: 'ico-font';
	color: #616161;
	font-size: 19px;
	position: absolute;
	left: 20px;
	top: 10px;
}

header .hamburger {
	display: block;
	visibility: visible;
	position: absolute;
	left: 0px;
	z-index: 10;
}

header .hamburger .menu-icon-wrapper {
	position: relative;
	display: inline-block;
    width: 34px;
    height: 34px;
	pointer-events: none;
	transition: 0.1s;
	margin-top: 6px;
	margin-left: 15px;
}

header .hamburger .menu-icon-wrapper.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

header .hamburger .menu-icon-wrapper svg {
	position: absolute;
	top: -33px;
	left: -33px;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

header .hamburger .menu-icon-wrapper svg path {
	stroke: #fff;
	stroke-width: 32px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

header .hamburger .menu-icon-wrapper .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

header .hamburger .menu-icon-wrapper .menu-icon-trigger:hover,
header .hamburger .menu-icon-wrapper .menu-icon-trigger:focus {
	outline: none;
}

header .m-search {
	overflow: hidden;
	visibility: visible;
	display: block;
	width: 100%;
	height: 55px;
	float: left;
	background-color: #171A21;
	padding: 10px 10px;
}


header .m-search form {
	height: 35px;
}

header .m-search input {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	font-family: 'Source Sans Pro';
	padding: 0 10px;
	border-radius: 1px;
	background-color: #CFD4DD;
	transition: .3s all;
	letter-spacing: -0.3px;
	font-size: 14px;
}

header .m-search input:focus {
	background-color: #fff;
}

header .toggle-menu {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: #13151b;
	z-index: 100000;
	margin: 0 auto;
	display: none;
	visibility: hidden;
	float: left;
}

header .toggle-menu.show {
	display: block;
	visibility: visible;
}


header .toggle-menu .link {
	width: 100%;
	display: block;
	float: left;
	padding: 0 20px;
}

header .toggle-menu .link ul {
	list-style: none;
	padding: 0;
	background-color: inherit;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

header .toggle-menu .link ul li {
	display: block;
	width: 100%;
}


header .toggle-menu .link ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px 0;
	transition: .3s all;
	border-bottom: 1px solid rgba(255,255,255,0.02);
}

header .toggle-menu .link ul li a:hover {
	color: #FFA900 !important;
}

header .toggle-menu .link ul li a::before {
	content: '\e806';
	float: right;
	color: #444958;
	font-size: 15px;
	font-family: 'ico-font';
	position: relative;
	top: 5px;
}

/* /HEADER */





/* GLOBAL UI */

.notif {
	width: 100%;
	display: block;
	float: left;
	border-radius: 2px;
	padding: 10px 15px;
	letter-spacing: -0.2px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
} 

.notif.warning {
	background-color: #AB2B23;
}
.notif.success {
	background-color: #357D22;
}
.notif.normal {
	background-color: #498DF0;
}

.btn {
	float: left;
	padding: 0 15px;
	transition: .3s all;
}

.btn.header {
	background-color: inherit;
	border: 2px solid #5B636D;
	border-radius: 100px;
	color: #fff !important;
	font-size: 14px;
	letter-spacing: 0.17px;
	border-radius: 100px;
	line-height: 40px;
}

.btn.showmore {
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 30px 0 30px;
	margin: 0 auto;
	float: none;
}

.btn.showmore:hover {
	background: #FFA900;
	box-shadow: 0 11px 29px 0 rgba(255,169,0,0.36);
	border-color: #FFA900;
}

.guest-buttons {
	float: right;
	display: none;
	visibility: hidden;
}

.guest-buttons a {
	transition: .3s all;
}

.guest-buttons a:first-child {
	margin-right: 10px;
}

.guest-buttons a i {
	font-size: 16px;
	padding-right: 5px;
	position: relative;
	top: 1px;
	color: #82858A;
	transition: .3s all;
	visibility: hidden;
	display: none;
}

.guest-buttons a:hover {
	background-color: #5B636D;
}

.guest-buttons a:hover i {
	color: #fff;
}

h2.title {
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -0.4px;
	line-height: 22px;
	border-left: 4px solid;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 20px;
}

h2.title.yellow {
	border-color: #FFA900;
}
h2.title.red {
	border-color: #D0021B;
}
h2.title.blue {
	border-color: #2989F9;
}
h2.title.green {
	border-color: #7ED321;
}


/* MOVIES BOX */

.movie-box {
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 15px;
}

.movie-box .poster {
	padding-bottom: 150%;
	position: relative;
	border-radius: 3px;
}

.movie-box .poster .img {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 3px;
	margin-bottom: 3px;
	margin: 0;
	padding: 0;
}

.movie-box .poster .img img {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-size: 100%;
	border-radius: 3px;
}

.movie-box .poster .flag {
	position: absolute;
	top: 8px;
	left: 8px;
}

.movie-box .poster .flag span.fl {
	width: 29px;
	height: 21px;
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
}

.movie-box .poster .flag span.fl.tr {
	background-image: url('../img/icons/flag/tr.png');
}

.movie-box .poster .flag span.fl.en {
	background-image: url('../img/icons/flag/en.png');
}

.movie-box .poster .flag span.fl.fragman {
	position: absolute;
	background-color: rgba(237 176 46);
	border-radius: 100px;
	display: inline-block;
	padding: 0px 53px 0px 6px;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.ni-list li a .poster-lang .tr-flag {
    display: inline-block;
    width: 16px;
    float: left;
    margin-top: 2px;
    height: 12px;
    margin-right: 5px;
    margin-right: .5rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAIAAADkharWAAAAjklEQâ€¦PQnmcqmiAn6Rg+1zUCqsbr6dSMX9euQz1tYTOw8UASAgCc+/4/rbpQ8wAAAABJRU5ErkJggg==);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdâ€¦0uNzA3MTEuNzA3MTEuNzA3MTEtMS41NyA4LjA1KSIvPjwvZz48L2c+PC9zd2l0Y2g+PC9zdmc+);
}

.movie-box .poster .rating {
	position: absolute;
	right: 8px;
	bottom: 10px;
	background-color: rgba(255,189,46,0.90);
	border-radius: 100px;
	display: inline-block;
	padding: 0 12px;
	line-height: 25px;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.movie-box .poster .yapim_yili {
	position: absolute;
	left: 8px;
	bottom: 10px;
	background-color: rgba(255,255,255,.90);
	border-radius: 100px;
	display: inline-block;
	padding: 0 12px;
	line-height: 25px;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.movie-box .name {
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	float: left;
	color: #fff;
	margin-top: 10px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	transition: .3s all;
	letter-spacing: -0.3px;
	white-space: nowrap;
}

.movie-box:hover .m-name a {
	color: #FFA900 !important;
}


.movie-box .category {
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	float: left;
	color: rgba(255,255,255,0.63) !important;
	overflow: hidden;
	font-size: 12px;
	font-weight: 400;
	transition: .3s all;
	letter-spacing: -0.3px;
	white-space: nowrap;
}

/* / MOVIES BOX */


/* / GLOBAL UI */

.ni-container {
	width: 100%;
}
.ni-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ni-container ul li a {
	display: block;
	position: relative;
	transition: .3s all;
    padding-left: 30px;
    padding-right: 5px;
    background-color: #1E2129;
    color: #fff;
    border-radius: 2px;
    height: 35px;
    margin-bottom: 7px;
    position: relative;
    transition: .3s all;
}
.ni-container ul li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 36px;
}
.ni-container ul li a h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	padding: 0;
	color: #fff;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* HOME */

.contact-container,
.page-container,
.movie-archive,
.home-con {
	width: 100%;
	display: block;
	float: left;
	background-color: #1E2129;
	padding: 0 30px 30px 30px;
}

.found-container {
	width: 100%;
	display: block;
	float: left;
	background-color: #1e2129;
	text-align: center;
	padding: 50px 30px 100px 30px;
}

.found-container span:first-child {
	font-size: 96px;
	color: #fff;
	width: 100%;
	display: block;
	float: left;
	
	font-weight: 700;
}

.found-container span:nth-child(2) {
	width: 100%;
	display: block;
	float: left;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
	top: -20px;
}

.found-container span:nth-child(3) {
	width: 100%;
	display: block;
	float: left;
	color: #4f5261;
	text-align: center;
	position: relative;
	top: -10px;
	margin-bottom: 15px;
}

.found-container a {
	margin-bottom: 100px !important;
	text-align: center !important;
	text-transform: none !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}


.layout {
	width: 100%;
	float: left;
	margin-top: 0px;
}

.page-container p {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 24px;
	font-weight: 400;
}




/* HOME: FEATURED MOVIES */

.featured-movies-con {
	width: 100%;
	min-height: 300px;
	padding-bottom: 20px;
	display: block;
	float: left;
	background: url('../img/linear-gradient.png') center center;
	background-color: #25282F;
	background-size: cover;
	padding-top: 20px;
}

.featured-movies-con .content {
	margin: 0 30px;
}

.featured-movies-con .slider {
	margin: 0;
}

.featured-movies-con .slider .owl-stage-outer {
	padding-top: 15px;
}
.featured-movies-con .slider .owl-dots {
	text-align: center;
	margin-top: -10px;
	position: relative;
	z-index: 5000;
}

.featured-movies-con .slider .owl-dots .owl-dot {
	display:inline-block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background-color: rgba(255,255,255,0.10);
	border-radius: 100px
}

.featured-movies-con .slider .owl-dots .owl-dot.active {
	background-color: #FFA900;
}

/* / HOME: FEATURED MOVIES */


/* HOME: LAST ADDED MOVIES */

.last-added-movies {
	width: 100%;
	display: block;
	float: left;
	margin-top: 30px;
}

.last-added-movies .movie-box {
	margin-bottom: 30px;
}

.home-last-more {
	display: none;
}

/* /HOME: LAST ADDED MOVIES */


/* HOME: OTHER MOVIES */

.other-mix-movies {
	display: inline-block;
	float: left;
	width: 100%;
}


.other-mix-movies .col-md-8 {
	padding-left: 0;
}

.mix-movies-con {
	float: left;
	display: inline-block;
	width: 100%;
	position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.other-mix-movies .mix-movies-con:first-child{
	border-top-color: transparent;
}

.related-movies .mix-movies-con {
	padding: 0;
	border: 0;
}


.owl-nav {
	font-size: 19px;
	color: white !important;
	position: absolute;
	top: 25%;
	display: block;
	width: 100%;
	text-align: center;
}

.owl-nav .owl-next {
	right: 0;
	position: absolute;
	width: 35px;
	height: 60px !important;
	background-color: rgba(0,0,0,0.60);
	border-radius: 2px 0 0 2px;
	line-height: 58px;

}

.owl-nav .owl-prev {
	position: absolute;
	left: 0;
	width: 35px;
	height: 60px !important;
	background-color: rgba(0,0,0,0.60);
	border-radius: 0px 2px 2px 0;
	line-height: 58px;
}

/* /HOME: OTHER MOVIES */


/* HOME: SIDEBAR */

.h-sidebar {
	width: 100%;
	display: block;
	float: left;
}

.h-sidebar .weekly-rating-movies {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 30px;
}

.h-sidebar .weekly-rating-movies .content {
	float: left;
	width: 100%;
	display: block;
}

.h-sidebar .weekly-rating-movies .item {
	width: 100%;
	height: 55px;
	display: block;
	float: left;
	margin-bottom: 1px;
	background-color: #15171D;
    -moz-transition: all 0.50s;
    -webkit-transition: all 0.50s;
    transition: all 0.50s;
}

.h-sidebar .weekly-rating-movies .item:hover {
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #0F1014;
    margin: 4px 0;
}


.h-sidebar .weekly-rating-movies .item:hover span.rank {
	background-color: #FFA900;
	color: #000;
}

.h-sidebar .weekly-rating-movies .item span.rank {
	width: 34px;
	height: 100%;
	float: left;
	display: inline-block;
	background-color: #0B0D10;
	text-align: center;
	color: #A3A5AE;
	font-size: 15px;
	line-height: 55px;
	letter-spacing: -0.3px;
	font-weight: 600;
	margin-right: 10px;
    -moz-transition: all 0.50s;
    -webkit-transition: all 0.50s;
    transition: all 0.50s;
}

.h-sidebar .weekly-rating-movies .item .info {
	margin-top: 6px;
	margin-right: 10px;
}

.h-sidebar .weekly-rating-movies .item .info span.poster {
	width: 30px;
	height: 43px;
	display: inline-block;
	float: left;
	border-radius: 1px;
	margin-right: 10px;
}

.h-sidebar .weekly-rating-movies .item .info span.poster img {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 1px;
}

.h-sidebar .weekly-rating-movies .item .info span.movie {
	margin-top: 2px;
	display: inline-block;	
}

.h-sidebar .weekly-rating-movies .item .info span.movie span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}

.h-sidebar .weekly-rating-movies .item .info span.movie span:first-child {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.4px;
}

.h-sidebar .weekly-rating-movies .item .info span.movie span:nth-child(2) {
	font-size: 12px;
	color: #A7A8AA !important;
	font-weight: 400;
	letter-spacing: -0.2px;	
}


.h-sidebar .last-added-comments {
	width: 100%;
	display: block;
	float: left;
}


.h-sidebar .last-added-comments .content {
	width: 100%;
	display: block;
	float: left;
}


.h-sidebar .last-added-comments .item {
	width: 100%;
	display: block;
	float: left;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	padding-bottom: 19px;
	margin-top: 15px;
}


.h-sidebar .last-added-comments .item:hover span.info span.name {
	color: #FFA900;
}

.h-sidebar .last-added-comments .item:first-child {
	margin-top: 0;
}

.h-sidebar .last-added-comments .item span.poster {
	display: inline-block;
	float: left;
	width: 80px;
	height: 115px;
	border-radius: 2px;
	position: relative;
	margin-right: 15px;
}


.h-sidebar .last-added-comments .item span.poster img {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 2px;
}


.h-sidebar .last-added-comments .item span.poster span.rating {
	position: absolute;
	right: 5px;
	bottom: 8px;
	background-color: rgba(255,189,46,0.90);
	border-radius: 100px;
	display: inline-block;
	padding: 0 8px;
	line-height: 20px;
	color: #000;
	text-align: center;
	font-size: 11px;
}


.h-sidebar .last-added-comments .item span.info {
	margin-top: 3px;
	display: block;
	
}

.h-sidebar .last-added-comments .item span.info span {
	display: block;
}


.h-sidebar .last-added-comments .item span.info span.name {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s all;
}
.h-sidebar .last-added-comments .item span.info span.category {
	font-size: 12px;
	color: #ABACAF;
	font-weight: 400;
	letter-spacing: -0.3px;
	margin-bottom: 5px;
}

.h-sidebar .last-added-comments .item span.info span.description {
	font-size: 12px;
	color: #ABACAF;
	font-weight: 400;
	letter-spacing: -0.3px;
	text-align: justify;
	line-height: 17px;
	height: 64px;
	overflow: hidden;
}

/* /HOME: SIDEBAR */

/* /HOME */

/* FOOTER */

footer {
	margin-bottom: 42px;
	width: 100%;
	display: block;
	float: left;
	
}

footer .copyright .logo {
	width: 100%;
	display: inline-block;
	background-size: 100%;
	font-size: 25px;
	font-weight: 700;
	color: #fff !important;
	text-align: center !important;
	transform: translateY(50%);
	margin-top: -38.75px;
}	

footer .copyright .logo img {
	max-height: 50px;
	max-width: 150px;
	margin: 0 auto;
	background-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

footer .copyright {
	width: 100%;
	display: block;
	float: left;
	background-color: #1A1C23;
	padding: 35px 42px 20px 42px;
}


footer .copyright span.copyright-text {
	float: left;
	display: none;
	visibility: hidden;
	font-size: 12px;
	color: #919295;
	font-weight: 400;
	letter-spacing: -0.2px;
	border-left: 1px solid #292B31;
	padding-left: 20px;
	line-height: 1.6;
    position: relative;
}


footer .copyright span.footer-description {
	text-align: center;
	font-size: 12px;
	width: 100%;
	color: #919295;
	letter-spacing: -0.3px;
	line-height: 17px;
	float: left;
	margin-top: 15px;
	
}

footer .copyright span.footer-description a {
	color: #fff !important;
}


footer .f-menu {
	width: 100%;
	height: 45px;
	background-color: #181A20;
	display: block;
	float: left;
	padding: 0 10px;
	overflow: hidden;
}


footer .f-menu ul {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	color: rgba(255,255,255,0.30);
	font-size: 12px;
	letter-spacing: -0.3px;
	line-height: 45px;
}


footer .f-menu ul li {
	display: inline-block;
	padding: 0 10px;
	transition: .3s all;
}


footer .f-menu ul li:hover {
	color: #FFA900;
}

/* /FOOTER */

/* FÄ°LM Ä°ZLEME SAYFASI */

.film-izle {
	width: 100%;
	position: relative;
	padding-bottom: 60%;
	max-width: 100%;
	margin: 0 auto;
	height: 0;
	background-color: #000;
	overflow: hidden;
}

.film-izle p {
	width: 100%;
	display: block;
	float: left;
	color: #fff;
}


.film-izle iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
}

.player-control {
	width: 100%;
	height: 60px;
	background-color: #101218;
	float: left;
	display: block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.player-control .video-sources-title {
	background-color: #f5b93c;
	height: 100%;
	float: left;
	transition: .3s all;
	text-align: center;
}

.player-control .video-sources-title span.head {
	color: #160d01;
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	padding: 0 30px;
	position: relative;
	transition: .3s all;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.player-control .video-sources-title span.head i {
	padding-right: 8px;
}

.player-control .video-sources-toggle {
	width: 100%;
	background-color: #0D0E11;
}

.player-control .video-sources-toggle.show {
	opacity: 1;
	display: block;
}


.player-control .video-sources-toggle ul {
	list-style: none;
	padding: 0 20px;
	margin: 0;
}

.player-control .video-sources-toggle ul li { 
	float: left;
	border-radius: 2px;
	line-height: 1;
	font-size: 11px;
	letter-spacing: -0.4px;
	font-weight: 700;
	position: relative;
	padding: 19px 10px 20px;
	transition: .3s all;
	text-transform: uppercase;
}

.player-control .video-sources-toggle ul li a,
.player-control .video-sources-toggle ul li span {
	display: block;
	font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.67) !important;
	background: #222731;
	padding: 3px 4px;
    margin: -6px;
	border-radius: 15px;
	line-height: 1;
	transition: .3s all;
}

.player-control .video-sources-toggle ul li a:hover {
	color: #fff !important;
	background: #313744;
}

.player-control .video-sources-toggle ul li span {
	color: #160d01 !important;
	background: #f5b93c;
    font-weight: bold !important;
}

.player-control .video-sources-toggle ul li i.flag {
	width: 29px;
	height: 21px;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
}

.player-control .video-sources-toggle ul li i.flag.tr {
	background-image: url('../img/icons/flag/tr.png');
}

.player-control .video-sources-toggle ul li i.flag.en {
	background-image: url('../img/icons/flag/en.png');
}


.player-control .views {
	float: left;
	font-size: 14px;
	line-height: 60px;
	font-weight: 400;
	color: #63697C;
	padding-left: 20px;
	display: none;
	visibility: hidden;
	
}

.player-control .views b {
	color: #fff;
	font-weight: 600;
	padding-right: 3px;
}

.player-control .report-video {
	float: right;
	line-height: 60px;
	border-left: 1px solid #171921;
	font-size: 14px;
	color: #fff;
	display: none;
	visibility: hidden;
}


.player-control .report-video span i {
	padding-right: 5px;
}

.player-control .report-video a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 30px;
	float: left;
	transition: .3s all;
}

.player-control .report-video a:hover {
	background-color: #9F0316;
}


.film-bilgileri {
	width: 100%;
	display: block;
	float: left;
	background-color: #191B22;
	padding: 30px 30px;
}

.film-bilgileri.before-video {
	background-color: #12151b;
	padding: 30px;
	float: none;
}


.film-bilgileri .social-share {
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 5px;
}


.film-bilgileri .social-share a {
	line-height: 36px;
	background-color: inherit;
	border-radius: 2px;
	font-size: 12px;
	color: #fff !important;
	width: 100%;
	display: block;
	float: left;
	border: 1px solid;
	text-align: center;
	transition: .3s all;
	margin-bottom: 10px;
	border-color: #F4AB3D;
}

.film-bilgileri .social-share a i {
	padding-right: 5px;
	font-size: 15px;
	position: relative;
	top: 2px;
}


.film-bilgileri .social-share a:hover {
	background-color: #F4AB3D;
	color: #000 !important;
}

.film-bilgileri .social-share a.facebook {
	border-color: #344C93 !important;
	background-color: inherit !important;
}

.film-bilgileri .social-share a.twitter {
	border-color: #46A9E7 !important;
	background-color: inherit !important;
}

.film-bilgileri .social-share a.facebook:hover {
	background-color: #344C93 !important;
	color: #fff !important;
}
.film-bilgileri .social-share a.twitter:hover {
	background-color: #46A9E7 !important;
	color: #fff !important;
}

.film-bilgileri .poster {
	width: 100%;
	display: inline-block;
	float: left;
}

.film-bilgileri .poster img {
	background-size: 100%;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 auto;
	height: 50%;
	border-radius: 2px;
}


.film-bilgileri .movie-left {
	display: none;
	visibility: hidden;
}

.film-bilgileri .movies-data {
	width: 100%;
	display: block;
	float: left;
}

.film-bilgileri.before-video .movies-data {
	float: none;
}

.film-bilgileri .movies-data .info {
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px solid #22242B;
	padding-bottom: 18px;
}

.film-bilgileri.before-video .movies-data .info {
	border: 0;
	padding-bottom: 0;
	float: none;
}


.film-bilgileri .movies-data .info .thumb {
	float: left;
	display: inline-block;
	visibility: visible;
	height: 150px;
}


.film-bilgileri .movies-data .info .thumb img {
	width: 88px;
	height: 150px;
	margin-right: 15px;
}


.film-bilgileri .movies-data .info .imdb-count {
    float: left;
    display: none;
    visibility: hidden;
    border-radius: 2px;
    background-color: inherit;
    border: 1px solid #F4AB3D;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 8px 12px;
    margin-right: 10px;
}

.film-bilgileri .movies-data .info h1.film {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.5px;
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	line-height: 25px;
}

.film-bilgileri .movies-data .info h2.original-name {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,0.25);
	letter-spacing: -0.3px;
	display: block;
	width: 100%;
	margin: 0;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
}


.film-bilgileri .movies-data .info ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
	-webkit-font-smoothing: antialiased;
}


.film-bilgileri .movies-data .info ul li {
	float: left;
	color: rgba(255,255,255,0.25);
	font-size: 14px;
	letter-spacing: -0.3px;
	font-weight: 400;
	margin-right: 10px;
}


.film-bilgileri .movies-data .info ul li span {
	color: #fff;
	padding-left: 5px;
}


.film-bilgileri .movies-data .rating {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #22242B;
	padding-bottom: 18px;

}

.film-bilgileri .movies-data .rating span.imdb {
	border-radius: 2px;
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 48px;
	text-align: center;
	padding: 0 12px;
	background-color: #242730;
	margin-right: 15px;
	font-size: 26px;
	color: #fff;
	font-weight: 700;
}

.film-bilgileri .movies-data .rating .star-rating {
	display: inline-block;
}

.film-bilgileri .movies-data .rating .star-rating i {
	color: #24262E;
	font-size: 20px;
}

.film-bilgileri .movies-data .rating .star-rating i.active {
	color: #FFA900;
}

.film-bilgileri .movies-data .rating .site-rating {
	display: block;
	color: rgba(255,255,255,0.25);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.3px;
	-webkit-font-smoothing: antialiased;
}

.film-bilgileri .movies-data .rating .site-rating span {
	font-weight: 600;
	color: #fff;
	padding-left: 2px;
}

.film-bilgileri .movies-data .category {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #22242B;
	padding-bottom: 8px;
	display: none;
	visibility: hidden;
	
}

.film-bilgileri .movies-data .category span {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.3px;
	margin-right: 15px;
	color: rgba(255,255,255,0.25);
	-webkit-font-smoothing: antialiased;
	padding-top: 3px;
}


.film-bilgileri .movies-data .category ul.post-categories  {
	list-style: none;
}

.film-bilgileri .movies-data .category a {
	float: left;
	border-radius: 100px;
	color: #fff !important;
	font-size: 13px;
	line-height: 30px;
	border: 1px solid #47484E;
	margin-right: 8px;
	transition: .3s all;
	margin-bottom: 10px;
	list-style: none;
	padding: 0 18px;
	display: inline-block;
}

.film-bilgileri .movies-data .category a:hover {
	background-color: #47484E;
}


.film-bilgileri .movies-data .description {
	width: 100%;
	text-align: justify;
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-top: 15px;
	line-height: 26px;
	letter-spacing: -0.2px;
	color: rgba(255,255,255,0.8);
}

.related-movies {
	width: 100%;
	display: block;
	float: left;
	margin-top: 30px;
}

/* /FÄ°LM Ä°ZLEME SAYFASI */

.heading-con {
	width: 100%;
	display: block;
	float: left;
	background-color: #242830;
	border-left: 5px solid;
	padding: 20px 30px 20px 30px;
}


.heading-con.yellow {
	border-color: #FFA900;
}

.heading-con h1 {
	font-size: 24px;
	letter-spacing: -0.6px;
	color: #fff;
	line-height: 27px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}

.heading-con p {
	padding: 0;
	margin: 0;
	font-weight: 400;
	letter-spacing: -0.4px;
	font-size: 14px;
	text-align: justify;
	color: rgba(255,255,255,0.60);
}

/* FÄ°LM ARÅžÄ°V */


.pagination {
	float: left;
    margin-top: 0px;
}
.pagination ul {
    padding: 0;
    width: 100%;
    text-align: center;
    float: left;
}
.pagination ul li {
    display: inline-block;
    line-height: 48px;
    min-width: 48px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 0px;
    background: inherit;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 100px !important;
    font-size: 13px;
    color: #fff;
    transition: .3s all;
}

.pagination ul li:hover {
    background: #FFA900;
    color: #000;
}

.pagination ul li:last-child {
    margin-right: 0;
}
.pagination ul li.active {
    background: #FFA900;
	box-shadow: 0 7px 16px 0 rgba(255,169,0,0.26);
    color: #000;
}
.pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

/* YORUMLAR */

.comment-awaiting-moderation {
	font-family: 'Source Sans Pro' !important;
}

#comments #reply-title,
#comments .comments-title,
#respond form p.comment-form-author label,
#respond form p.comment-form-comment label,
#respond form p.comment-form-email label,
#respond form p.comment-notes,
#respond form p.logged-in-as {
    display: none
}

#comments ol.comment-list {
    padding: 0
}

#comments .comment-author.vcard span.says {
    display: none;
    visibility: hidden
}

#comments .comment-author.vcard img {
    width: 54px;
    height: 54px;
    float: left;
    border-radius: 100px;
    margin-right: 15px
}

#comments .comment-author.vcard cite {
    color: #FFA900;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.4px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    font-style: normal;
}

#comments em.comment-awaiting-moderation {
    color: #fff;
    font-size: 13px;
    text-decoration: none!important;
    font-weight: 100!important;
    font-style: normal;
    position: relative;
    top: -2px;
    font-family: Circular;
    border-radius: 15px;
    padding: 0 10px;
    background: #CB0E26
}

#comments .comment-meta.commentmetadata {
    color: #5E626D;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: -.3px;
    position: relative;
    top: 2px;
}

#respond form p.comment-form-comment {
    margin-bottom: 0
}

#respond form p.comment-form-comment textarea {
    outline: 0;
    border: none;
    width: 100%;
    min-height: 85px!important;
    background-color: #171920;
    border-radius: 0 0 3px 3px;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #fff !important;
    word-wrap: break-word;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-top: 1px solid #1F2129;
    float: left;
    resize: none;
}


#respond form p.comment-form-comment textarea::placeholder {
	color: #fff;
}

#respond p.form-submit {
    margin: 0;
    padding: 0
}

#respond p.form-submit input {
    height: 40px;
    width: 100%;
    background-color: #008BFF;
    border: none;
    outline: 0;
    padding: 2px 20px 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -.4px;
    border-radius: 1px;
    float: right;
    margin-top: 5px;
    transition: .3s all ease-in-out;
    cursor: pointer;
    margin-bottom: 15px
}



#respond form p.comment-form-author {
	margin: 0;
	width: 50%;
	float: left;
	border-right: 1px solid #1F2129;
}
#respond form p.comment-form-email {
	margin: 0;
	width: 50%;
	float: right;
}


#respond form p.comment-form-author input,
#respond form p.comment-form-email input {
    width: 100%;
    float: left;
    height: 50px!important;
    border: none;
    outline: 0;
    border-radius: 3px 3px 0 0;
    background-color: #171920;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    word-wrap: break-word;
    box-sizing: border-box
}

#respond form p.comment-form-author input::-webkit-input-placeholder {
    color: #fff!important
}

#respond form p.comment-form-email input::-webkit-input-placeholder {
    color: #fff!important
}

.comment-body {
    width: 100%;
    float: left;
    display: block;
    border-top: 1px solid #292C33;
    margin: 10px 0 0;
    padding-top: 30px
}

.comment-body p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: rgba(255,255,255,0.80);
    padding-top: 5px;
    display: block;
    padding-left: 70px;
    letter-spacing: -.3px
}

.comment-body .reply {
    padding-left: 70px;
    color: #9399AE;
    font-weight: 300;
    font-size: 13px;
    transition: .3s all;
    position: relative;
    top: -5px
}

.comment-body .reply:hover {
    color: #fff
}

.post-heading span.title {
    text-transform: uppercase;
    padding-bottom: 10px;
    float: left;
    border-bottom: 3px solid;
    border-color: #CB0E26
}

.post-heading span,
.post-heading span h2 {
    padding: 0;
    font-size: 13px;
    font-weight: 200;
    color: #fff
}

.comment-write {
    float: left;
    width: 100%
}

.comment-write textarea {
    outline: 0;
    border: none;
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #232323;
    letter-spacing: -.4px;
    word-wrap: break-word;
    box-sizing: border-box
}

.comment-write textarea::-webkit-input-placeholder {
    color: #232323!important
}

.comment-write button {
    height: 40px;
    background-color: #C80734;
    border: none;
    outline: 0;
    padding: 2px 20px 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -.4px;
    border-radius: 1px;
    float: right;
    margin-top: 5px;
    transition: .3s all
}

.comment-box,
.video-details {
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.comment-write button:hover {
    box-shadow: 0 10px 26px 0 rgba(189, 13, 53, .53)
}

.comment-con {
    width: 100%;
    float: left;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, .04)
}

.comment-box .reply,
.like-dislike {
    float: left;
    margin-top: 15px
}

.comment-box {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 30px;
    padding-top: 30px
}

.c-detail {
    padding-left: 75px
}

.comment-box span.avatar {
    width: 54px;
    height: 54px;
    float: left;
    border-radius: 100px
}

.comment-box span.avatar img {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.comment-box span.username {
    color: #0094FF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.4px
}

.comment-box span.username.admin {
    color: #FF0C2A
}

.comment-box span.username:hover {
    color: #FFAC00
}

.comment-box span.dot {
    padding: 0 10px;
    font-weight: 100
}

.comment-box span.date {
    color: #313B53;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: -.3px
}

.comment-box span.comment {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    letter-spacing: -.3px;
    color: #B0B5C5;
    padding-top: 10px;
    display: block
}

.comment-box .user-avatar {
    width: 54px;
    height: 54px;
    float: left;
    margin-right: 20px
}


#comments ol,
.f-menu-link ul,
.fil-element ul,
.mobil-menu ul,
.navigation ol,
.post-info ul,
.post-keywords ul,
.video-details ul {
    list-style: none
}

.comments-container {
	width: 100%;
	display: block;
	float: left;
	
}


/* /YORUMLAR */


.side-filter {
	width: 100%;
	display: block;
	float: left;
	background-color: #171A21;
	padding: 15px;
}

.side-filter .sort-con {
	width: 100%;
	display: block;
	float: left;
}

.side-filter span.head {
	width: 100%;
	height: 40px;
	display: block;
	border-radius: 2px;
	background-color: #1E2129;
	font-size: 15px;
	color: #fff;
	letter-spacing: -0.3px;
	padding-left: 15px;
	line-height: 42px;
	border-left: 4px solid;
	margin-bottom: 10px;
}

.side-filter span.head.yellow {
	border-color: #FFA900;
}
.side-filter span.head.red {
	border-color: #D0021B;
}

.side-filter .dropdown {
	width: 100%;
	display: block;
	float: left;
	position: relative;
}

.side-filter .dropdown select {
	width: 100%;
	height: 45px;
	border-radius: 2px;
	display: block;
	float: left;
	outline: none;
	background-color: inherit;
	border: 1px solid #21252F;
	padding: 0 15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    letter-spacing: -0.2px;
    color: #B5B9C2;
    font-weight: 400;
}


.side-filter .dropdown::before {
	content: '\e804';
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: 'ico-font';
	font-size: 16px;
	color: #71747A;
}

.side-filter .gender-movies {
	width: 100%;
	display: block;
	float: left;
	margin-top: 15px;
}

.side-filter .gender-movies ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	float: left;
}


.side-filter .gender-movies ul li {
	width: 48.8%;
	float: left;
	background-color: #1E2129;
	color: #fff;
	font-size: 13px;
	border-radius: 2px;
	height: 35px;
	line-height: 36px;
	margin-bottom: 7px;
	position: relative;
	transition: .3s all;
}


.side-filter .gender-movies ul li:nth-child(even) {
	float: right;
}




.side-filter .gender-movies ul li a {
	width: 100%;
	display: block;
	padding: 0 10px;
	border-radius: 2px;
	float: left;
	transition: .3s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.side-filter .gender-movies ul li a:hover {
	background-color: #008BFF;
}

.c-form {
	width: 100%;
	display: block;
	float: left;
}

.c-form .submit,
.c-form .textarea,
.c-form .input {
	width: 100%;
	display: block;
	float: left;
}


.c-form p {
	width: 100%;
	display: block;
	float: left;
	border-radius: 2px;
	padding: 8px 15px;
	color: #fff;
	margin: 0;
	font-size: 14px;
}

.c-form p.error {
	background-color: #b91717;
}

.c-form p.thanks {
	background-color: green;
}

.c-form span {
	width: 100%;
	display: block;
	float: left;
	border-radius: 2px;
	color: #85899e;
	font-size: 13px;
	margin-bottom: 10px;
}


.c-form .input input {
	width: 100%;
	display: block;
	float: left;
	background-color: #171920;
	outline: none;
	border: none;
	border-radius: 1px;
	height: 45px;
	padding: 0 20px;
	font-size: 13px;
	margin: 7px 0;
	color: #fff;
	font-weight: 400;
}

.c-form .input input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}


.c-form .textarea textarea {
	width: 100%;
	display: block;
	float: left;
	background-color: #171920;
	outline: none;
	border: none;
	border-radius: 1px;
	padding: 25px 20px;
	min-height: 175px;
	font-size: 13px;
	color: #fff;
	margin-top: 7px;
	font-weight: 400;
	margin-bottom: 7px;
}



.c-form .submit.member input {
	margin-top: 0;
	width: 100%;
}

.c-form .submit.login input {
	width: 100%;
}

.c-form .submit input,
.c-form .submit button {
	float: right;
	outline: none;
	border: none;
	background-color: #358CF7;
	padding: 0 20px;
	text-align: center;
	border-radius: 1px;
	color: #fff;
	font-size: 14px;
	height: 40px;
	cursor: pointer;
	margin-top: 15px;
}

.privacy-agree {
	width: 100%;
	display: block;
	float: left;
	margin-top: 5px;
}

.privacy-agree label {
	position: relative;
	top: -2px;
	color: #fff;
	font-size: 14px;
}

.privacy-agree input {
	display: none;
}

.privacy-agree input + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #171920;
	position: relative;
	float: left;
	margin-right: 10px;
	background: #171920;
	border-radius: 3px;
}

.privacy-agree input:checked + label span {
}

.privacy-agree input:checked + label span:before {
	content: '\e80d';
	font-family: 'ico-font';
	text-align: center;
	position: relative;
	top: -2px;
	left: 2px;
	color: #fff;
	width: 100%;
	height: 100%;
}




@media only screen and (min-width : 576px) {

.film-bilgileri .movies-data .info .thumb {
	height: auto;
}


}

/* TABLET */
@media only screen and (min-width : 768px) {

.guest-buttons {
	display: inline-block;
	visibility: visible;
}

footer .copyright .logo,
header .top .logo {
	text-align: inherit;
}

header .top .logo img {
	margin: 0px !important;
}

footer .copyright .logo img {
	margin: 0px;
}

header .menu .toggle-menu,
header .m-search,
header .hamburger {
	display: none;
	visibility: hidden;
	opacity: 0;	
}

header .top .search {
	visibility: visible;
	display: block;
}

header .menu .nav ul li {
	padding: 0 20px;
}

header .menu .nav ul li:first-child {
	padding-left: 30px;
}

header .menu .nav ul {
	display: block;
	visibility: visible;
}

.contact-container,
.page-container,
.movie-archive,
.home-con {
	padding: 0 30px 30px 30px;
}

footer .copyright span.footer-description {
	float: right;
	text-align: right;
	margin-top: -5px;
}

footer .f-menu {
	padding: 0 42px;
}

footer .f-menu ul {
	text-align: right;
	float: right;
}

footer .f-menu ul li {
	float: left;
}

footer .f-menu ul li:last-child {
	padding-right: 0;
}

.film-bilgileri .poster img {
	display: block;
	margin: 0;
	width: 100%;
	background-size: 100%;
}

.player-control .video-sources {
	width: auto;
	text-align: left;
}

.player-control .video-sources span {
	float: left;
}

.player-control .report-video,
.player-control .views {
	display: inline-block;
	visibility: visible;
}

.film-bilgileri {
	padding: 30px 42px;
}

#respond p.form-submit input {
	width: auto;
}



.film-bilgileri .movies-data .info ul {
	border-top: 1px solid #22242B;
	margin-top: 18px;
	padding-top: 16px;
}


.film-bilgileri .movies-data .category {
	display: inline-block;
	visibility: visible;
}


.film-bilgileri .movies-data .info .imdb-count {
    display: inline-block;
    visibility: visible;
}

}

/* DESKTOP MEDIUM */
@media only screen and (min-width : 992px) {

header {
	margin-top: 30px;
}

.btn {
	padding: 0 20px;
}


.guest-buttons a i {
	visibility: visible;
	display: inline-block;
}

footer .copyright span.copyright-text {
	display: block;
	visibility: visible;
}

.film-izle {
	padding-bottom: 41%;
}

.film-bilgileri .movies-data .info .thumb {
	display: none;
	visibility: hidden;
}
.film-bilgileri .movie-left {
	visibility: visible;
	width: 100%;
	display: block;
}

.film-bilgileri .movies-data {
	padding-left: 25px;
}

.film-bilgileri.before-video .movies-data {
	padding-left: 0;
}


}

/* DESKTOP LARGE */
@media only screen and (min-width : 1200px) {
	.h-sidebar {
		margin-left: 12px;
	}
	
	.featured-movies-con { 
		height: 350px;
	}
}

.alert {
	background: #faa706;
    padding: 8px 30px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.bihdr{position:relative;width:728px;height:90px;text-align:center;background:#1e2129;padding:5px 0px;display:block;margin-bottom:10px;left:-20px;}
@media (max-width:970px) {.bihdr {width:99%;height:70px;}}
.biflm{position:relative;width:728px;height:90px;text-align:center;background:#1e2129;display:block;margin:auto;}
@media (max-width:970px) {.biflm {width:99%;height:70px;}}
}
.player-ustu-metin{margin:-16px 3px 0px 2px;color:#000}.player-ustu-metin a{display:block;padding:5px 0;text-align:center;background:#f5b93c;color:#000}</pre></body></html>