/* all */
body {


	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	margin: 0px;
	vertical-align: middle;
}

p {
	color: #fff;
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

.filmoja-btn i {
	margin-right: 3px
}



input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

fieldset,
label {
	margin: 0;
	padding: 0;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

*{
	box-sizing: border-box;
}
.text-main-color-1{
	color: #ec7532;
}

/* public */
.main{
	width: 100%;
	min-width: 100px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px 10px;
}

	width: 100%;
	color: #333;
	border: medium none;
	padding: 5px 50px 5px 10px;
	outline-offset: -2px;
	-webkit-appearance: none;
	overflow: visible;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background: #eaeaea none repeat scroll 0 0;
	border-radius: 5px;
}
.main-btn,
.btn{
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	text-transform: capitalize;
	letter-spacing: 2px;
	border-radius: 25px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border: none;
}

.main-btn:hover,
.btn:hover{
	background-image: -webkit-linear-gradient(right, #fbbd61, #ec7532);
	background-image: linear-gradient(to left, #fbbd61, #ec7532);
	color: #fff
}
.main-btn i,
.btn i{
	margin-right: 3px
}
.btn-xs{
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 12px;
	letter-spacing: 0px;
	cursor: pointer;
}
.btn-white{
	background-image: none;
	border: 1px solid #ddd;
	color: #111;
}

.column-title-1{
	margin-bottom: 10px;
}
.column-title-1 h2{
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	font-size: 30px;
	position: relative;
	padding-left: 20px;
	float: left;
}
.column-title-1 h2:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 7px;
	height: 20px;
	width: 4px;
	background: #eee;
}
.column-title-1 h2:after{
	position: absolute;
	content: "";
	left: 0;
	height: 30px;
	width: 4px;
	background: #fff;
	bottom: 0;
}
.column-title-1 .subtitle{
	margin-left: 5px;
	font-size: 16px;
	color: #ec7532
}
.column-title-1 .more{
	transition: none;
}

.header_banner{
	background-color: #181818;
	text-align: center;
	padding: 30px 0px;
	color: #ec7532;
}

.header_banner .subtitle{
	margin-top: 15px;
	color: #FFF;
}
.header_banner .subtitle .now{
	color: #ec7532;
	transition: none;
}

/* page box */

/* links-box */
.links-box{
	margin-top: 50px;
	background: #101010 none repeat scroll 0 0;
	padding: 20px 0px;
}
.links-box .title{
	color: #ec7532;
	font-size: 20px;
	margin-bottom: 10px;
}
.links-box .title .subtitle{
	color: #FFF;
	font-size: 14px;
}
.links-box li{
	float: left;
	width: 8.3333%;
	text-align: center;
}

/* select-area */

.select-area .box{
	align-items: center;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px 20px;
}
.select-area .type{
	margin: 10px;
}
.select-area .type span{
	color: #111;
	font-weight: bold;
}
.select-area .type li{
	display: inline-block;
	margin-right: 5px;
}
.select-area .type .active{
	font-weight: bold;
	color: #ec7532;
	font-size: 16px;
}

/* area-title */

.area-title{
	border-bottom: 1px solid #d1d4de;
	color: #EC7532;
	margin-bottom: 10px;
}
.area-title h3{
	padding-bottom: 5px;
	font-size: 18px;
	position: relative;
	display: inline-block;
}
.area-title h3:after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #ec7532;
	height: 4px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
.area-margin-t{
	margin-top: 30px;
}

/* movie-list-1 */

.movie-list-1{
	width: 100%;
	margin-top: 50px;
}
.movie-list-1 .box{
	margin-left: -10px;
	margin-right: -10px;
}
.movie-list-1 .box .item{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 16.6666%;
	padding: 0px 10px;
}
.movie-list-1 .box .play{
	width: 20%;
}
.movie-list-1 .box .item .title{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: normal;
	white-space: normal;
	height: 36px;
	line-height: 18px;
}
.movie-list-1 .box .item .subtitle{
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 12px;
	background-color: rgba(236,117,50,0.7);
	color: #FFF;
	padding: 0px 5px;
	line-height: 16px;
	border-radius: 5px;
}
.movie-list-1 .box .item .subtitle a{
	color: #FFF;
}
.movie-list-1 .box .item .content{
	align-items: center;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 5px;
	min-height: 160px;
}
.movie-list-1 .box .item .cover{
	width: 100%;
	height: 110px;
	max-height: 110px;
	min-height: 110px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.movie-list-1 .box .play .cover{
	min-height: 140px;
	max-height: 140px;
}
@media(max-width:1025px){
	.movie-list-1 .box .item .content{
		min-height: 130px;
	}
	.movie-list-1 .box .item .cover{
		min-height: 80px;
		max-height: 80px;
	}
	.movie-list-1 .box .play .cover{
		min-height: 110px;
		max-height: 110px;
	}
}
.movie-list-1 .box .item .info{
	padding: 5px 10px;
}
.movie-list-1 .box .item .info .title a{
	color: #111;
	font-size: 14px;
	transition: none;
}
.movie-list-1 .box .item .info .class li{
	display: inline-block;
}
.movie-list-1 .box .item .info .score{
	position: absolute;
	right: 15px;
	bottom: 5px;
	line-height: 16px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff;
	text-align: center;
	border: medium none;
}
.movie-list-1 .page{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.movie-list-1 .page li{
	display: inline-block;
	width: 35px;
	height: 35px;
}
.movie-list-1 .page li a{
	color: #111;
	line-height: 35px;
}
.movie-list-1 .page .active{
	background-color: #111;
	border-radius: 50%;
}
.movie-list-1 .page .active a{
	color: #FFF;
}

/* movie-detail */
.play-box{
	width: 100%;
}
.play-box .prompt{
	margin-bottom: 5px;
	text-align: center;
}
.play-box .prompt span{
	background-color: #181818;
	border-radius: 5px;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
}
.play-box .keywords{
	text-align: center;
}
.play-box .keywords a{
	margin: 5px;
	display: inline-block;
}
.play-box .shunt{
	margin-bottom: 10px;
}
.play-box .shunt strong{
	margin: 5px 0px;
}
.play-box .shunt{
	padding: 5px 0px;
	text-align: center;
}
.play-box .shunt a{
	display: inline-block;
	color: #EC7532;
	background-color: #FFF;
	border: 1px solid #EC7532;
	margin: 5px;
	padding: 3px 5px;
	border-radius: 3px;
}
.play-box .shunt .active{
	background-color: #EC7532;
	color: #FFF;
}
.play-box .mejs__overlay-button{
	display: none;
}
.play-box .sectional{
	text-align: center;
}
.play-box .sectional img{
	max-width: 100%;
}
.play-box #Play-Box{
	height: 640px;
	position: relative;
	background-color:#333;
}
.play-box .box-title{
	margin: 10px 0px;
	color: #EC7532;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.play-box .box-title span{
	position: relative;
	padding-bottom: 5px;
}
.play-box .box-title span:after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #ec7532;
	height: 4px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
}
.play-box .tools{
	background-color: #000;
	padding: 5px;
	text-align: center;
}
.play-box .tools .center-str{
	line-height: 32px;
	color: #727a93;
}
/* Album Box */
.album-box .photo{
	position: relative;
	text-align: center;
	margin: 10px 0px;
}
.album-box .photo img{
	max-width: 100%;
	min-width: 60%;
}
.album-box .photo .left{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 50%;
	z-index: 100;
	cursor: pointer;
}
.title {

	width: 100%;

}
.album-box .photo .right{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 50%;
	z-index: 100;
	cursor: pointer;
}
.album-box .prompt{
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0px;
	color: #fb3365;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* actor-list-1 */

.actor-list-1{
	width: 100%;
	margin-top: 50px;
}
.actor-list-1 .box{
	margin-left: -10px;
	margin-right: -10px;
}
.actor-list-1 .box .item{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 16.6666%;
	padding: 0px 10px;
}
.actor-list-1 .box .item .content{
	align-items: center;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 5px;
	min-height: 295px;
}
.actor-list-1 .box .item .cover{
	width: 100%;
	height: 230px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
@media(max-width:1025px){
	.actor-list-1 .box .item .content{
		min-height: 245px;
	}
	.actor-list-1 .box .item .cover{
		height: 180px;
	}
}
.actor-list-1 .box .item .info{
	padding: 5px 10px;
}
.actor-list-1 .box .item .info .title a{
	color: #111;
	font-size: 14px;
	transition: none;
}
.actor-list-1 .box .item .info .class li{
	display: inline-block;
}
.actor-list-1 .page{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.actor-list-1 .page li{
	display: inline-block;
	width: 35px;
	height: 35px;
}
.actor-list-1 .page li a{
	color: #111;
	line-height: 35px;
}
.actor-list-1 .page .active{
	background-color: #111;
	border-radius: 50%;
}
.actor-list-1 .page .active a{
	color: #FFF;
}

/* fiction-list-1 */

.fiction-list-1{
	width: 100%;
	margin-top: 50px;
}
.fiction-list-1 .box{
	margin-left: -10px;
	margin-right: -10px;
}
.fiction-list-1 .box .item{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 20%;
	padding: 0px 10px;
}
.fiction-list-1 .box .item .content{
	width: 100%;
	align-items: center;
	border: 1px solid #f7d0bf;
	background: #0000;
	border-radius: 5px;
	text-align: center;
}
.fiction-list-1 .page{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.fiction-list-1 .page li{
	display: inline-block;
	width: 35px;
	height: 35px;
}
.fiction-list-1 .page li a{
	color: #fff;
	line-height: 35px;
	
}
.fiction-list-1 .page .active{
	background-color: #111;
	border-radius: 50%;
}
.fiction-list-1 .page .active a{
	color: #FFF;
}

/* Content Box */
.content-box{
	
}
.content-box .keywords{
	padding: 0px 5px;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
}
.content-box .keywords a{
	padding: 0px 10px;
	margin: 5px 0px;
	display: block;
	float: left;
}
.content-box .font{
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}
.content-box .font a{
	cursor: pointer;
}
.content-box .font .active{
	color: #BF263C;
	font-weight: bold;
}
.content-box .content{
	font-size: 18px;
	letter-spacing: 2px;
	text-align: left;
}
.content-box .content p{
	color: #000;
	margin-bottom: 10px;
	line-height: 28px;
	text-indent: 2em;
	padding: 5px 5px;
	transition: all .3s ease-out;
}
.content-box .photo{
	text-indent: inherit;
	margin: 30px 0px;
	text-align: center;
}
.content-box img{
	max-width: 60%;
	max-height: 500px;
}



