/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoglu
| URL: https://www.kadirhanoglu.com
| Create Date: 24.05.2018
| Last Update: 12.08.2023
| File: film-page.css
*/

.film-page h1 {
	font-size: 2.2em;
	line-height: 1.6em;
	display: block;
	padding: 15px 20px;
	margin: 0 0 15px 0;
	color: #00adfe;
	border-bottom: 2px dashed #fafafa;
}

.film-picture {
	position: relative;
	overflow: hidden;
}

.film-picture .film-item-lang, .film-picture .film-item-dl-status, .film-picture .film-item-telif {
	padding: 12px 0;
	font-size: 1.5em;
    top: 100px;
    left: -100px;
}

.film-details {
	margin: 15px 0;
}

.film-details ul {
    margin: 0;
    padding: 0;
}

.film-details li {
	background-color: #fafafa;
    list-style: none;
    padding: 12px 15px;
    border-radius: 25px;
}

.film-details li:nth-child(odd) {
	background-color: #fff;
}

.film-details li strong {
	color: #00aeff;
	margin-right: 8px;
}

.film-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
	line-height: 2em;
}

.film-content-item {
	margin: 50px 0;
}

.film-fragman, .film-fragman > video {
	width: 100%;
}

.film-pictures {
	height: 360px;
}

.film-pictures ul, .film-info ul {
	margin: 0;
	padding: 0;
}

.film-pictures li, .film-info li {
    list-style: none;
}

.film-pictures li {
	list-style: none;
	width: 100%;
	padding: 2px;
}

.film-info li {
	float: left;
}

.film-download {
    text-align: center;
}

.film-download > a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 1px #005609;
    border-radius: 4px;
    overflow: hidden;
}

.film-download > a > div {
	background: linear-gradient(to bottom, #00b731 0%,#00960a 100%);
	padding: 10px 40px;
}

.film-download > a:hover > div {
	background: linear-gradient(to bottom, #00960a 0%,#00960a 100%);
}

.film-download > a > span {
	background-color: #3e403e;
	display: block;
	padding: 5px;
}

.film-download > a:hover > span {
	background-color: #111;
}

.film-download > a > span > strong {
    display: block;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.film-download > a > span > em {
    display: block;
    font-style: normal;
    letter-spacing: 0.3em;
}

.download-360p:before, .download-480p:before, .download-720p:before, .download-1080p:before, .download-4k:before, .download-3D:before, .download-3D:after {
	display: inline-block;
	font-family: Font Awesome\ 5 Pro;
	font-weight: 100;
	font-size: 2em;
	font-style: normal;
}

.download-360p:before {
    content: "\f3ce";
}

.download-480p:before {
    content: "\f3fb";
}

.download-720p:before {
    content: "\f109";
}

.download-1080p:before {
    content: "\f108";
}

.download-4k:before {
    content: "\f26c";
}

.download-3D:before {
    content: "\f26c";
}

.download-3D:after {
	content: "\f1b3";
	font-size: 1.6em;
	position: absolute;
	top: 10px;
	margin-left: -28px;
}

.film-info li:first-child {
	width: 10%;
}

.film-info li:nth-child(2) {
	width: 25%;
}

.film-info li:nth-child(3) {
	width: 65%;
}

.film-info li > strong {
	display: block;
	color: #00aeff;
	font-size: 1.2em;
	margin: 0 8px 8px 0;
}

.film-info li > span a {
	background-color: #fafafa;
	color: #666;
	display: inline-block;
	margin: 2px;
	padding: 8px 12px;
	border-radius: 25px;
	cursor: pointer;
}

.film-info li > span a:hover {
	background-color: #f0f0f0;
	color: #000;
}

.film-footer-info {
	border-top: 2px dashed #fafafa;
    padding: 25px 0;
}

.film-footer-info > div {
	width: 33.333%;
    float: left;
    text-align: center;
}

.film-footer-info > div > i {
    display: block;
    font-size: 4em;
}

.film-footer-info > div > span {
    display: block;
    font-size: 1.3em;
    margin-top: 15px;
}

.film-footer-info .fa-clock {
    color: #00aced;
}

.film-footer-info .fa-desktop {
    color: #000;
}

.fa-imdb {
    color: #F5C518;
}

.content-sideblock h4 {
	background-color: #00aeff;
	color: #fff;
	display: block;
	margin: 0;
	padding: 15px 25px;
}

.content-sideblock section {
	margin: 10px 0;
}

.content-sideblock ul {
	margin: 0;
	padding: 0;
}

.content-sideblock li {
	list-style: none;
	margin: 1px 0;
}

.related-film {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f1f1f1;
}

.related-film:hover {
	background-color: #fafafa;
	border-bottom: 1px solid #fafafa;
}

.related-film > img, .related-film > div {
	float: left;
}

.related-film > img {
	width: 25%;
	border-radius: 5px;
}

.related-film > div {
	width: 75%;
	padding: 0 4px;
}

.related-film > div > * {
	display: block;
}

.related-film > div > strong {
	font-size: 1.1em;
	margin-bottom: 5px;
}

.related-film > div > div {
	margin: 0 0 10px 0;
}

.related-film > div > div > em {
	background-color: #fafafa;
	font-style: normal;
	color: #666;
	padding: 2px 8px;
	border-radius: 20px;
}

/* Responsive */

@media screen and (max-width: 480px){
    
    .mobile-header {
        display: none;
    }

	.film-page h1 {
		font-size: 1.6em;
	}

	.film-picture {
		float: left;
		width: 40%;
		height: 240px;
		position: relative;
		overflow: hidden;
	}

    .film-picture .film-item-lang {
    	padding: 12px 0;
    	font-size: 1em;
		top: auto;
		bottom: 0px;
		left: 0px;
    	border-top: 0;
    	border-bottom: 0;
    	transform: rotate(0deg);
    }
    
    .film-picture .film-item-lang, .film-picture .film-item-dl-status, .film-picture .film-item-telif {
    	padding: 6px 10px;
    	font-size: 1em;
		width: 150%;
        top: 30px;
        left: -47px;
    }

	.film-details {
		float: left;
		width: 60%;
		margin: 0;
	}

	.film-details li {
		padding: 8px 12px;
	}

	.film-content {
		font-size: 1em;
		line-height: 1.8em;
	}

	.film-content-item {
		margin: 10px 0;
	}

	.film-fragman {
		width: 100%;
		height: 200px;
		position: relative;
		margin-bottom: 10pX;
	}

	.film-fragman iframe {
		height: 100%;
	}

	.film-pictures {
		height: 280px;
	}

	.film-info li {
		float: none;
		width: 100% !important;
	}

	.film-info li > strong {
		margin: 15px 0 5px 15px;
	}

}

@media screen and (min-width: 481px) and (max-width: 768px){

	.film-picture .film-item-lang {
		top: 24px;
		left: -38px;
	}

}

@media screen and (min-width: 769px) and (max-width: 1024px){

    .film-picture .film-item-lang {
    	width: 150%;
        top: 58px;
        left: -86px;
    }
	
}

@media screen and (min-width: 1025px) and (max-width: 1280px){

    .film-picture .film-item-lang {
        top: 54px;
        left: -66px;
    }

}

@media screen and (min-width: 1281px) and (max-width: 1366px){

    .film-picture .film-item-lang {
        top: 62px;
        left: -70px;
    }

}

@media screen and (min-width: 1367px) and (max-width: 1440px){

    .film-picture .film-item-lang {
        top: 68px;
        left: -70px;
    }

}

@media screen and (min-width: 1441px) and (max-width: 1600px){



}

@media screen and (min-width: 1601px) and (max-width: 1920px){



}

@media screen and (min-width: 1921px) and (max-width: 2560px){

	.film-picture .film-item-lang, .film-picture .film-item-dl-status, .film-picture .film-item-telif {
		padding: 15px 0;
	    top: 120px;
	    left: -150px;
	}

}

@media screen and (min-width: 2561px) {



}