/*
Theme Name:Subtitrari
Theme URI: http://bluehex.ro
Author: Bluehex
*/
* {
	padding:0;
	margin:0;
}
body{
	font-size:16px;
	background:#000000;
	color:#fff;
	font-family: 'Arimo', sans-serif;
}
a, a:link, a:visited,a:focus, a:hover, a:active{
	outline:0;
}
/*HEADER*/
header{
	background:#1D1D1D;
	color:#8A8A8A;
	padding: 1.5em 0;
    border-bottom:1px solid #2f2f2f;
    /*overflow:auto;*/
}
header::after {
    clear: both;
    content: "";
    display: block;
}
.logo{
	float:left;
	text-align:right;
	width:20%;
}
.logo h2 {
    text-align: center;
}
nav{
	float:right;
	width:20%;
}
.search {
    float: left;
    width: 60%;
    text-align: center;
}
header a,footer a{
	text-decoration:none;
	font-size:1.2em;
	color:#8A8A8A;
}
header a:hover,footer a:hover{
	color:#fff;
}
nav ul{
	display: flex;
  	justify-content: flex-end;
}
nav li{
	list-style:none;
	margin:0 1em;
	margin-top: 0.5em;
}
.clear::after{
	display:block;
	clear:both;
	content:"";
}
.search #searchsubmit,.formular #searchsubmit{
	color:#fff;
	padding: 0.4em 1.3em;
	background:#E82C0C;
	border-radius:5px;
	margin-left: 1em;
	font-size: 1.2em;
	border:none;
}
.search #searchsubmit:hover,.formular #searchsubmit:hover{
	background:#fff;
	color:#ED2C2B;
	border:none;
}
input:focus,textarea:focus{
	outline:none;
}
form#commentform input, form#commentform textarea {
    color: #fff;
}
input#s{
	padding: 0.4em 0.3em;
    background: #cfcac4;
    font-size: 1.2em;
    width: 60%;
    border-radius: 2px;
    color: #fff;
    border: none;
}
.search input[type="textarea"]:focus{
	outline:none;
	background:#282828;
}
/*FRONT-PAGE*/
.navigation{
	text-align:center;
	margin:2em 0;
}
.front-page{
	display:flex;
	flex-direction:column;
    margin: 0 auto;
    width:100%;
}
.continut-pagina{
	width:90%;
	margin:0 auto;
	padding-bottom:100px;
}
.filmele img,.filmele-search img{
	height:100%;
	height: 268px;
	width: 182px;
	width:100%;
	border: 6px solid #fff;
    border-radius: 3px;
}
.filmele {
   	display:flex;
    text-align:center;
    padding:0 1.9em;
}
.cauta {
	color:#5A5A5A;
	font-size:1em;
	padding:0;
}
.filmele li{
    margin: 0.5em 1em;
    list-style:none;
    position:relative;
    text-align:left;
   	width:14%;
}
.hidden-hover {
    position: absolute;
    top: 9%;
    left: 10%;
    font-size: 22px;
    opacity: 0;
    z-index: 10;
    text-align: center;
    width: 80%;
}
.filmele li:hover .hidden-hover{
	opacity:1;
}
.hover1,.hover2,.hover3,.hover4{
	margin-top:0.6em;
}
.hidden-hover .hover3 .icon-star,.hidden-hover2 .hover3 .icon-star{
	color:#E82C0C!important;
	font-size: 25px;
	left:41%;
}
.anul{
	color:#fff;
}
.filmele a{
	display:inline-block;
	position:relative;
	width: 100%;
	max-width: 100%;
}
.hover4{
	display:inline-block;
	background-color:#E82C0C;
	color:#fff;
	font-size:20px;
	padding:0.5em 1em;
	border-radius:4px;
	left:7%;
}
.first:hover::after{
	background-color: #ffffff;
	color:#E82C0C;
	z-index:9999;
}
.first::after{
	display: block;
	content:'Nou';
	position:absolute;
	right: -0.75em;
	top:0;
	padding:0.5em 1.5em;
	background-color:#E82C0C;
	font-weight:bold;
	text-transform: uppercase;
}
.filmele-a::before,.filmele-a2::before {
    content: "";
    display: block;
    width: 100%;
    height: 94.4%;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
    background: #30353A;
    z-index:9;
    border: 6px solid #E82C0C;
    border-radius: 4px;
}
.filmele li:hover .filmele-a::before,.filmele-search li:hover .filmele-a2::before{
	opacity:0.6;
}
.filmele h5{
	color: #fff;
	font-size:17px;
}
.page-numbers,.current {
    font-size: 1.3em;
    text-decoration: none;
    color:#fff;
    background:#282828;
    padding:0.2em 0.5em;
    border-radius: 5px;
}
.current{
	background:#e82c0c;
}
.page-numbers:hover,.current:hover{
	background:#ffffff;
	color:#e82c0c;
}
.clear{
	clear:both;
}
.titlu-filme{
	text-decoration:none;
	color:#fff;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #000;
    background-image: none;
    color: #fff;
}
/*SEARCH*/
h4.brown_col {
    text-align: center;
    font-size:1.2em;
    margin-top:1em;
}
.filmele-search li{
	text-align: center;
    margin:2em 1em;
    position: relative;
    display:inline-block;
}
ul.filmele-search {
    width: 70%;
    margin: 0 auto;
    list-style:none;
    text-align:center;
    padding-bottom: 6em;
}
.filmele-search a{
	display: inline-block;
}
.filmele-search li:hover .hidden-hover2{
	opacity:1;
}
.filmele-search .hidden-hover2 {
    position: absolute;
    top: 12%;
    left: 11.6%;
    opacity:0;
    z-index:9;
    font-size:25px;
    color:#fff;
}
.filmele-search a::before{
	height: 87%;
}
/*SINGLE filme*/
.thumbnail-{
	width: 70%;
    margin: 0 auto;
    position:relative;
    overflow:auto;
    background-color:#1d1c1b;
    box-sizing: border-box;
    padding-bottom: 1.5em;
    padding-top:1.5em;
}
.produs .container {
    padding: 9em 0;
}
.feat_img {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: block
}
.thumbnail- h1{
    font-size:2.3em;
}
.thumbnail- .prima-stanga img:first-child{
	float:left;
	border:6px solid #fff;
	border-radius: 3px;
	margin-bottom:1em;
}
.thumbnail- .poster img:hover{
	border:6px solid #E82C0C;
}
.clear{
	position:relative;
	padding-left: 4em;
	z-index:4;
}
.descriere{
	float:left;
	margin-left: 11em;
	width: 60%;
}
.descriere-serial{
	width:40%;
}
.descriere-film .col-md-5, .descriere-serial .col-md-5{
    padding: 1em 0;
}
.flex{
	display:flex;
}
.col-md-6.thumbnail-.col-sm-5::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.col-md-5 {
    padding: 0.3em 0;
    font-size: 1.2em;
}
.produs-box{
	clear:both;
	padding-top:0.5em;
}
.similar img{
	margin: 0 0.2em;
	border: 4px solid #fff;
}
.similar img:hover{
	border:4px solid #E82C0C;
}
.similar li {
    list-style: none;
    float: left;
    width: 34%;
    margin-top:0.5em;
}
.similar h3 {
    margin-left: 3em;
}
.trailer {
	text-align: center;
	max-width: 32%;
	float: left;
	margin-right:1.5%;
}
.poze_details{
	margin-right: 1%;
	width: 350px;
}
.prima-stanga{
	margin-top: 2em;
}
.download{
    background: #5DA93C;
    padding: 0.5em 0;
    width: 242px;
    border-radius: 3px;
    margin-top: 1em;
    font-size: 1.2em;
    text-align: center;
    clear:both;
}
.download a{
	text-decoration:none;
	color:#fff;
}
.icons {
    width: 68%;
    font-size: 1.3em;
}
.icons div,.icons a{
	display:inline-block;
}
.icon-star{
	color:#E82C0C;
}
.icons a{
	text-decoration:none;
	color:#fff;
}
.produs{
	position:relative;
}
.icons-absolute{
	position:fixed;
	top:30%;
	right:0;
	font-size:2em;
}
.icons-absolute a{
	text-decoration:none;
	color:blue;
}
.icons-absolute li{
	list-style:none;
	margin-top:0.2em;
}
.a-doua{
	float:right;
}
.thumbnail- .descriere .imdb img{
	float:none;
	border:none;
	margin-left:0.5em;
	margin-bottom: 0;
}
.imdb-link{
	display:hidden;
}

.hasdoi {
    font-size: 24px;
    margin: 0.5em 0;
    text-transform: uppercase;
}
.film-sub li, .hidden li{
	list-style-type: none;
	padding:1em 0;
	border-bottom: 1px solid #2f2f2f
}
.film-sub li a, .hidden li a{
	text-decoration: none;
}
.sezoane li{
	list-style: none;
}
.media{
	display: flex;
}
/*DESPRE*/
/*.continut-despre{
	width:50%;
}*/
.container-fluid.despre {
    padding: 14em 0;
    text-align:center;
}
.despre img:first-child {
    margin-right: 26px;
}
.despre .thumbnail- p{
	width:80%;
	margin:0 auto;
	line-height: 1.4em;
	font-size:1.1em;	
}
.cerere{
    color: #fff;
    padding: 0.2em 0.3em;
    background: #E82C0C;
    border: 1px solid #E82C0C;
    border-radius: 2px;
    text-decoration:none;
}
.paypal{
	text-align:center;
	padding: 0.2em 0.5em;
	margin: 0 45% auto;
    margin-top: 1em;
}
.despre form {
    margin-top: 2em;
}
.hidden{
	display: none;
}
.sezon > h3{
	text-transform: uppercase;
	margin:1em 0;
}
.sezon h4{	
	margin:0.5em 0;
}
.sezon h4:hover{
	color:#E82C0C;
	cursor: pointer;
}
/*HOME*/
.home{
	text-align:center;
	width:80%;
}
.home h1{
	margin-top:1em;
}
.home .under-h1{
	width:50%;
	margin:0 auto;
	margin-top: 2.5em;
	color:#CCCCCC;
}
.home h4{
	font-size:1.1em;
	margin-top:1em;
}
input#trimite {
    padding: 0.1em 0.5em;
    margin-top: 1em;
    background-color: #E82C0C;
    color: #fff;
    border: none;
    font-size: 1em;
    border-radius: 2px;
}
/*.imi-place,.trimite,.nota-sub{
	padding:0.2em 0.5em;
	margin-top:1em;
	background-color:#E82C0C;
	color:#fff;
	border:none;
	font-size:1em;
	border-radius: 2px;
}*/
.nota-sub{
	background-color:#fff;
	border:1px solid #E82C0C;
	margin-left:0.5em;
	color:#000;
}
.descriere label{
	font-size:1.1em;
}
/*FOOTER*/
footer{
	background:#1D1D1D;
	color:#8A8A8A;
    display:block;
    text-align:center;
    clear:both;
    width:100%;
    border-top:1px solid #2f2f2f;
    padding:2em 0;
}
footer nav{
	float:none;
	text-align:center;
	display: inline-block;
}

footer p{
	float:right;
	font-size: 1em;
    margin-top: 0.5em;
    margin-right:2em;
}
footer a{
	font-size:1em;
}
/*---------------------Archive-----------------------*/
.filmele{
	padding:10em 4em;
}
.pagination{
	width: 20%;
	margin:2em auto;
}
.pagination ul{
	display:flex;
	list-style: none;
	justify-content: space-between;
}
/*CONTACT*/
.contact{
	text-align:center;
	padding:10em 0;
}
.formular p{
	margin:0.8em 0;
	font-size:1em;
}
.formular label{
	font-size:1.1em;
}
.formular input[type="text"]:focus,.formular input[type="tel"]:focus,.formular input[type="email"]:focus,.formular textarea:focus{
	outline:none;
}
.formular input[type="text"],.formular input[type="tel"],.formular input[type="email"],.formular textarea{
	padding: 0.8em 0.7em;
    font-size: 1em;
    text-align: left;
    width: 15%;
    border: none;
    border-radius:2px;
    background: #cfcac4;
    color:#fff;
}
.formular #searchsubmit{
	padding: 0.4em 2.3em;
}
.contact h1 {
    padding-bottom: 2em;
    text-transform: uppercase;
    font-size: 2.5em;
}
a.sub_link{
	color:#fff;
}
/*.formular input[type="submit"]{
	padding:0.8em 1.8em;
}*/
#respond{
	margin-top:1em;
	width:50%;
}
#respond h3{
	font-size:1.4em;
	margin-bottom:0.3em;
}
#respond label{
	margin-bottom:0.3em;
	display: inline-block;
}
#respond input,#respond textarea{
	margin-bottom:0.5em;
	padding:0.2em 0.5em;
	height:2.5em;
	border-radius:5px;
	display:inline-block;
	resize: none;
	background-color: #1d1c1b;
	border:1px solid #2f2f2f;
}
#respond textarea{
	height:5em;
}
#respond button#submit {
    padding: 0.7em 0.5em;
    background: #E82C0C;
    outline: none;
    border: #E82C0C;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1em;
    margin-top: 0.5em;
}
.form .comentariu{
	margin: 0.5em 0;
}
.form a{
	color:#e82c0c;
}
.continut-despre {
    position: relative;
    z-index: 9;
}
@media all and (max-width:1680px){
	/*body{
		color:orange;
	}*/
	.search {
    	width: 60%;
	}
	.thumbnail- h1 { 
	    top: 6%;
	   	left: 32.9%;
	}
	.thumbnail- {
    	width: 80%;
	}
	.formular input[type="text"],.formular input[type="tel"],.formular input[type="email"],.formular textarea{
		width:30%;
	}
	.despre .thumbnail- p {
		width:93%;
	}
	ul.filmele-search {
	    width: 80%;
	    padding-bottom: 5em;
	}
	.filmele {
	    text-align:center;
	    padding:0 1em;
	}
	.filmele li{
		width:20%;
	}
	.archive {
    	padding: 8.2em 0;
	}
}
@media all and (max-width:1366px){
	/*body{
		color:pink;
	}*/
	nav {
    	float: right;
    	width: 25%;
	}
	.search {
    	width: 55%;
	}
	.filmele li {
    	margin: 0.5em 2em;
    }
    .thumbnail- {
    	width: 80%
	}
	.a-doua {
    	margin-right: -8em;
	}
	.thumbnail- h1 {
    	left: 38.9%;
	}
	.thumbnail-{
		width:85%;
	}
	.formular input[type="text"],.formular input[type="tel"],.formular input[type="email"],.formular textarea{
		width:30%;
	}
	.despre .thumbnail- p {
		width:75%;
	}
	.filmele li{
		width:32%;
	}
	.container-fluid.despre {
    	padding: 7em 0;
	}
}
@media all and (max-width:1280px){
	/*body{
		color:blue;
	}*/
	.filmele li {
    	margin: 0.5em 1.5em;
	}
	.thumbnail- h1 {
    	left: 41%;
	}
	.formular input[type="text"],.formular input[type="tel"],.formular input[type="email"],.formular textarea{
		width:30%;
	}
}
@media all and (max-width:1024px){
	/*body{
		color:purple;
	}*/
	.search {
    	width: 45%;
	}
	.logo{
		width:20%;
		padding-top:0.5em;
	}
	.logo p{
		display:none;
	}
	nav{
		width:30%;
	}
	.filmele li {
    	margin: 0.5em 1.5em;
	}
	.thumbnail- {
    	width: 90%;
    }
    .descriere {
    	margin: 5em 0 0 2em;
	}
	.thumbnail- h1{
		left:30%;
	}
	.search #searchsubmit {
	    padding: 0.4em 0.5em;
	    margin-left: 0.4em;
	}
	.descriere{
		margin-top:0;
	}
	.descriere-serial {
    	width: 55%;
	}
	.formular input[type="text"],.formular input[type="tel"],.formular input[type="email"],.formular textarea{
		width:40%;
	}
	.despre .thumbnail- p {
		font-size:1em;
	}
	.container-fluid.despre {
    	padding: 7.8em 0;
	}
	.archive {
    	padding: 5em 0;
	}
}
@media all and (max-width:768px){
	/*body{
		color:yellow;
	}*/
	.flex{
		flex-direction:column;
	}
	.search {
    	width: 100%;
    	margin-top:0.4em;
	}
	.logo{
		width:60%;
	}
	nav{
		width:100%;
		margin-top:0.4em;
	}
	nav ul {
    	display: flex;
    	justify-content: center;
    	font-size: 0.9em;
	}
	.filmele li {
    	margin: 0.5em 1.3em;
    	width: 50%;
	}
	.filmele img, .filmele-search img{
		height: 350px;
	}
	input#s {
		width: 45%;
	}
	.front-page{
		width:99%;
		padding-top:0;
	}
	.similar li{
		width:55%;
		clear:both;
	}
	.thumbnail- h1 {
    	left: 40%;
    	font-size:1.5em;
	}
	.thumbnail- {
    	width: 95%;
	}
	.descriere-serial {
    	width: 50%;
	}
	.col-md-5 {
   		padding: 0.2em 0;
    	font-size: 1em;
	}
	.container-fluid.despre {
    	padding: 11em 0;
	}
	footer nav{
		width:50%;
		margin:0;
	}
	.formular input[type="text"],.formular input[type="tel"],.formular input[type="email"],.formular textarea{
		width:40%;
	}
	.contact h1 {
    	padding-bottom: 1em;
    	font-size:2em;
    }
    .despre .thumbnail- p {
    	line-height:1.3em;
    }
    ul.filmele-search {
	    width: 95%;
	}
	.icons-absolute{
		display:none;
	}
	.trailer {
	    display: inline-block;
	    margin: 1em 0 1em 0;
	}
	.produs .container {
    	padding: 1em 0;
	}
}
@media all and (max-width:640px){
	input#s {
   	 	width: 60%;
	}
	.search{
		width:100%;
	}
	.filmele li {
    	margin: 0.5em 3em;
	}
	.thumbnail- .prima-stanga img:first-child {
    	float: none;
    	margin: 0 auto;
    	display: inherit;
	}
	.descriere-serial {
    	width: 100%;
    	margin: 0;
    	margin-top: 1em;
    	text-align: center;
	}
	.col-md-5 {
    	padding: 0.2em 0;
    	font-size: 1em;
    	text-align: center;
	}
	.download{
		text-align:center;
		margin: 0 auto;
    	margin-top: 1em;
	}
	.despre{
		text-align:center;
		padding-top:0.5em;
	}
	.descriere-film {
    	width: 100%;
    	text-align: center;
    	margin: 0;
    	margin-top: 1em;
	}	
	
	.despre .thumbnail- p {
		width:auto;
		margin:0 auto;
		margin-top:1em;
	}
	.thumbnail-{
		padding-top:1em;
		padding-bottom:6em;
	}
	.despre form{
		padding-left:0;
	}
	img.poze_details {
	    margin: 0.3em 0.1em;
	    max-width: 100%;
	}
	.container-fluid.despre {
    	padding: 6.5em 0;
	}
	.produs-box{
		text-align:center;
	}
	.icons {
    	width: 100%;
	}
	.filmele-a::before, .filmele-a2::before {
    	height: 95.8%;
}
}
@media all and (max-width:480px){
	.search {
    	width: 100%;
	}
	.search #searchsubmit{
    	padding: 0.4em 0.8em;
    }
    .filmele li {
    	margin: 0 auto;
    	width:58%;
	}
	.filmele{
		flex-wrap:wrap;
	}
	footer nav{
		float: none;
		width:45%;
	}
	footer p{
		float:none;
		text-align: center;
		margin-right:0;
	}
	.formular input[type="text"],.formular input[type="tel"],.formular input[type="email"],.formular textarea{
		width:60%;
	}
	.prima-stanga{
		float:none;
		overflow:none;
	}
	.container-fluid.despre {
    	padding: 4.5em 0;
	}
	.logo {
    	width: 70%;
	}
	.archive {
   	 	padding: 1em 0;
    	width: 80%!important;
	}
	.filmele-a::before, .filmele-a2::before {
    	height: 95.7%;
	}
	
}
@media all and (max-width:360px){
	.search {
    	width: 100%;
	}
	.search #searchsubmit {
    	padding: 0.5em 0.3em;
    	margin-left: 0.4em;
    	margin-top: 0.6em;
	}
	.filmele li {
    	margin: 0 auto;
    	margin-top: 0.5em;
    	margin-bottom: 0.5em;
    	width: 82%;
	}
	.formular input[type="text"],.formular input[type="tel"],.formular input[type="email"],.formular textarea{
		width:75%;
	}
	.container-fluid.despre {
    	padding: 1.5em 0;
	}
	.logo {
    	width: 76%;
	}
	.clear{
		padding-left:0;
	}
	.produs .container {
    	padding: 0.5em 0;
	}

}
@media all and (max-width:320px){
}