/*
Theme Name: Movie Point
Version: 1.0
Author: Jsoft
Description: Online Movie,Vedio and TV Show HTML Template
*/

/**
 *** CSS Indexing ***
 * THEME DEFAULT CSS
 * RESET CSS
 * HEADER AREA CSS
 * HERO AREA CSS
 * portfolio AREA CSS
 * video AREA CSS
 * news AREA CSS
 * footer AREA CSS
 * Movie details PAGE CSS
 * seat plan PAGE CSS
 * login PAGE CSS
 * blog PAGE CSS
 * blog details PAGE CSS
 * PRELOADER CSS
**/

/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body {
	line-height: 24px;
	font-size: 14px;
	color: #b6b7b9;
	background: #1d1417;
	font-family: "微软雅黑";
	font-weight: 400;
	position: relative;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h4 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
a {
    transition: 0.6s;
}
a,
a:hover {
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 160px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: #24262d;
    width: 100%;
    padding: 8px 15px;
    border: none;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.section-title {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
.section-title h1 i {
	color: #fece50;
	font-size: 36px;
	margin-right: 5px;
}
.section-title h3 i {
	color: #fece50;
	font-size: 32px;
	margin-right: 5px;
}

.mt-30 {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.mt-20 {
    margin-top: 20px;
}
.pt-60 {
	padding-top: 20px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-20 {
	padding-bottom: 20px;
}

.z01 {
	color:#bdaba2;
	font-size: 16px;
}

.z02 {
	color:#FFFFFF;
	font-size: 16px;
	font-family: "微软雅黑";
}
.z02b {
	color:#FFFFFF;
	font-size: 16px;
	font-family: "微软雅黑";
	cursor:pointer;
}
.z03 {
	color:#eb315a;
	font-size: 14px;
}
.z03b {
	color:#dcc8b4;
	font-size: 13px;
}

.z04 {
	color:#B9DCFF;
	font-size: 14px;
}

.z05 {
	color: #FF7171;
	font-size: 16px;
}

.z06 {
	color:rgba(67,100,119,0.99);
	font-size: 30px;
	font-family: "宋体";
	font-weight: bold;
}
.z07 {
	color:rgba(255,255,253,0.9);
	font-size: 30px;
	font-family: "宋体";
	font-weight: bold;
}
.z08 {
	color:#CACACA;
	font-size: 13px;
}
.z09 {
	color:#FFA4A4;
	font-size: 13px;
}
.z10 {
	color:#dcc8b4;
	font-size: 14px;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.theme-btn {
	background: #eb315a;
    border: 1px solid #eb315a;
    color: #fff;
	border-radius: 35px;
    padding: 5px 25px;
    display: inline-block;
    font-size: 16px;
	cursor: pointer;
	font-weight: 500;
}
.theme-btn:hover {
    border: 1px solid #eb315a;
	background: transparent;
    color: #eb315a;
}
.theme-btn2:hover,
.theme-btn2 {
    color: #fff;
	background: #963dad; /* Old browsers */
	background: -moz-linear-gradient(top, #963dad 0%, #9c3db1 34%, #ba3fc4 65%, #c340ca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #963dad 0%,#9c3db1 34%,#ba3fc4 65%,#c340ca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #963dad 0%,#9c3db1 34%,#ba3fc4 65%,#c340ca 100%); 
	border: none;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
textarea,
input,
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
    color: #fff;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
	padding: 18px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-area {
    display: grid;
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: repeat(12,1fr);
    align-items: center;
    grid-gap: 20px;
}
.logo {
    grid-column: span 2;
    grid-row: span 2;
    padding-right: 15px;
}
.header-right {
    grid-column: span 10;
    text-align: right;
    display: flex;
    align-items: center;
}

.menu-area {
    grid-column: span 10;
}
.mainmenu {
    text-align: right;
}
.mainmenu li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: normal;
}
.mainmenu li a:not(.theme-btn) {
    display: inline-block;
	margin-right: 30px;
	padding: 3px 0;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky {
	border-bottom: 1px solid #fff;
	background: #000;
}
.mainmenu li:hover ul {
    transform: scaleY(1);
}
.mainmenu li ul li {
	display: block;
}
.mainmenu li ul {
    position: absolute;
    top: 100%;
    background: #000;
    padding: 5px 15px;
    left: 0;
    text-align: left;
    min-width: 200px;
    transform: scaleY(0);
    transition: all 0.4s;
}
.mainmenu li a.active, .mainmenu li a:hover {
    color: #eb315a;
}
.header-right form {
    display: flex;
    max-width: 380px;
    border: 1px solid #eee;
    border-radius: 30px;
    margin-left: auto;
}
.header-right form button {
    background: transparent;
    color: #fff;
    border: none;
    padding-right: 10px;
}
option {
	color: #000;
}
.header-right form select {
    background: url('../img/select-icon.png') no-repeat right center;
    color: #fff;
    padding: 0 20px 0 30px;
    border: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.header-right form input {
    width: auto;
	background: transparent;
	color: #fff;
    border: none;
    margin: 0;
    border-left: 1px solid #ddd;
    margin-left: 20px;
}

.header-right ul li a:hover {
	color: #eb315a;
}
.header-right ul li {
    padding: 8px 0 0;
    margin-left: 15px;
    display: inline-block;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*----------------------------------
-------- HERO AREA CSS START -------
------------------------------------*/
.hero-area {
    position: relative;
    background-image: url('../img/hero-area.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.hero-area-slide {
	background: #000000;
	margin: 320px 15px 50px;
	padding-top: 52px;
	box-shadow: 0 0 20px #000000;
}

.hero-area-content > img {
    position: relative;
    margin-top: -120px;
}
.hero-area-slider {
	margin: auto;
	max-width: 950px;
}

.author-review {
    color: #fece50;
    float: left;
}

.review h4 {
    padding-left: 25px;
    overflow: hidden;
}

.review {
    margin: 8px 0 35px;
}

.hero-area-content h3 {
    margin-top: 35px;
}

.single-slide-cast {
    width: 11.5%;
	margin-right: 1%;
	float: left;
    margin-top: 15px;
}

.single-slide-cast img {
    border-radius: 100%;
}

.single-slide-cast.text-center {
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    max-width: 45px;
    border: 2px solid #eb315a;
    color: #eb315a;
}
.pr-50 {
	padding-right: 10px;
	margin-left: -15px;
}
.slide-trailor {
    overflow: hidden;
    margin-top: 40px;
}

.slide-cast {
    overflow: hidden;
}

.slide-trailor h3 {
    float: left;
    margin: 0;
    margin-right: 25px;
}
.hero-area-thumb .hero-area-slide {
	margin: 0 15px;
}

/*----------------------------------
-------- portfolio AREA CSS START -------
------------------------------------*/
hr {
	margin: 0;
	border-top: 1px solid #ddd;
}
.portfolio-menu {
	padding-top: 30px;
}

.portfolio-menu li {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    padding-bottom: 20px;
    cursor: pointer;
}

.portfolio-menu li::before {
    background: transparent;
    bottom: -2px;
    left: 0;
    right: 0;
    transition: 0.4s;
    content: "";
    height: 4px;
    position: absolute;
    z-index: 99;
}

.portfolio-menu li.active {
	color: #fff;
	font-size: 16px;
}

.portfolio-menu li.active::before,.portfolio-menu li:hover::before {
    background: #eb315a;
}
.portfolio-content h2 {
	margin-top: 20px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 14px;
}

.single-portfolio {
    margin-top: 50px;
}
.video-area,
.single-portfolio-img {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.single-portfolio-img:hover .popup-youtube i {
	
}
.single-portfolio-img .popup-youtube i {
	opacity: 0;
}
.video-area img,
.single-portfolio-img img {
	transition: 0.9s;
}
.video-area:hover img,
.single-portfolio:hover img {
	transform: scale(1.2);
}
.single-portfolio .review {
    margin-bottom: 0;
}

.portfolio-sidebar img {
    margin-top: 30px;
	border-radius: 10px;
}

.portfolio-sidebar {
    margin-top: 20px;
}
/*----------------------------------
--------- portfolio AREA CSS END --------
-----------------------------------*/


/*----------------------------------
-------- video AREA CSS START -------
------------------------------------*/
.video-area {
    position: relative;
	margin-top: 35px;
}

.popup-youtube i:hover {
    color: #fece50;
    border: 2px solid #fece50;
}
.popup-youtube i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	transition: all 0.4s;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.video-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(19,21,31,0.6);
    padding: 20px 35px;
    width: 100%;
}

.video-text .review {
    margin-bottom: 0;
}
/*----------------------------------
--------- video AREA CSS END --------
-----------------------------------*/




/*----------------------------------
---- Movie details PAGE CSS START ----
------------------------------------*/
.breadcrumb-area {
    position: relative;
    background-image: url('../img/breadcrumb.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 270px 0 110px;
}
.breadcrumb-area-content {
	text-align: center;
}
.breadcrumb-area-content h1 {
	font-size: 60px;
}
.transformers-box {
	box-shadow: 0 0 20px #fff;
	background-color: #000000;
	float: left;
	margin-bottom: 30px;
	width: 92%;
	padding-top: 30px;
	padding-right: 4%;
	padding-bottom: 30px;
	padding-left: 4%;
}

.transformers-box .transformers-content img {
    display: block;
}


.transformers-content > p {
	position: relative;
	padding-left: 70px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.transformers-content > h2 + a.theme-btn {
    margin: 12px 10px 20px 0;
}

.transformers-content > p::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 120px;
    height: 2px;
    margin: auto;
    background: #eb315a;
}

.transformers-left {
    min-width: 100px;
}

.transformers-content ul li {
    display: flex;
    margin-top: 12px;
    font-weight: 300;
}

.down_nr {
    color: #eb315a;
}

.rizi_li {
	display: flex;
	margin-top: 12px;
	font-weight: 300;
	color: #b6b7b9;
}

.rizi_li span {
    margin: 0 8px;
	padding: 2px 15px;
}

.transformers-right .theme-btn {
    margin: 0 8px;
	padding: 2px 15px;
}

.transformers-bottom {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.transformers-bottom span {
    display: block;
    color: #eb315a;
}

.transformers-bottom p {
    margin-bottom: 8px;
}
. > .theme-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 5px 0 0;
}
.thumb-text h4 {
    margin-bottom: 2px;
}
/*----------------------------------
----- Movie details PAGE CSS END ----
-----------------------------------*/




.detail-author {
    margin: 40px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}

.details-author h4 {
    display: inline-block;
    margin-right: 10px;
}

.details-author a {
    margin-left: 20px;
}
.content_extend_nr {
	float: left;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 40px;
}
.content_extend_nr p {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	color: #CACACA;
}
.content_button {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	float: left;
}
.content_button img {
	margin-right: 10px;
	margin-left: 10px;
}

/*----------------------------------
---------  blog details PAGE CSS END --------
-----------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
#preloader {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fff url("../img/loader.gif") no-repeat center center;
}

.portfolio-item-2{
	float: left;
	width: 100%;    
}
/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/
