* {
	box-sizing: border-box;
	font-family: UKIJ Ekran;
}

@charset "utf-8";

template {
	display: none;
}
/** * Add the correct display in IE 10. */
[hidden] {
	display: none;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #e8475c;
	a, a: hover {
    color: #f8f9ff;
}

line-height: 28px;
    overflow-x: hidden;
    font-family: 'UKIJ Ekran', sans-serif;
    background: #f7f7f7;
}

h1,h2,h3,h4,h5,h6 {
margin: 0;
line-height: 1.3;
color: #ff8700;
font-family: 'UKIJ Ekran', sans-serif;
}

h4 a {color: #121212;height: 18px;font-size: 15px;}

h4 a:hover,h5 a:hover,h6 a:hover {
color: #ff8700;
}

h1 {
}

h4 {
font-size: 22px;
margin-top: 15px;
margin-bottom: 10px;
}

p {
margin-top: -11px;
}

p:last-child {
margin-bottom: -8px !important;
}

@media (min-width: 576px) {
h1 {
}

h3 {
	margin-top: -10px;
}

h4 {
	font-family: 'UKIJ Ekran';
	font-size: 12px;
	text-align: center;
}

h5 {
	font-size: 24px;
	margin-top: -8px;
}

h6 {
	font-size: 18px;
	margin-top: -5px;
}}

a {
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	font-size: 18px;
	overflow: hidden;
	transition: all ease 0.3s;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

ul {
	padding: 0;
}

ul li {
	list-style: none;
}

select,input,textarea,button {
	width: 100%;
	background-color: #027cfc;
	border: 1px solid #2d4186;
	outline: none;
	border-radius: 4px;
}

textarea {
	height: 200px;
	resize: none;
	padding: 10px;
}

input,button,select {
	height: 50px;
	color: #dbe2fb;
}

label,button,select {
	cursor: pointer;
}

input {
	background: transparent;
	border: 1px solid #2d4186;
	padding-left: 10px;
}

input:focus {
	border: 1px solid #31d7a9;
}

input[type="submit"] {
	cursor: pointer;
	background-color: #9aace5;
	color: #027cfc;
	font-weight: 700;
	padding: 0;
}

.login {
  /*background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);*/
	background-image: linear-gradient(-20deg, #160C2E 0%, #160C2E 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.login .center {
	background: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
	padding: 35px;
	min-width: 370px;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	border-radius: 15px;
	direction: rtl;
}

.login .center h1 {
	color: #66a6ff;
	font-weight: bold;
	padding-bottom: 7px;
	text-align: center;
	-webkit-animation: moveTopBottom 2s linear forwards;
	animation: moveTopBottom 2s linear forwards;
	font-family: 'UKIJ Ekran';
}

.login .center .inputLi {
	margin-bottom: 12px;
	border: 0px #11A8AB solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.login .center .inputLi input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #5560ff;
	height: 45px;
	padding: 17px 52px 8px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #5d46ba;
	font-size: 20px;
	outline: none;
}

.login .center .inputLi input::-webkit-input-placeholder {
	color: #999;
	font-size: 12px;
}

.login .center .inputLi input:-ms-input-placeholder {
	color: #999;
	font-size: 12px;
}

.login .center .inputLi input::-ms-input-placeholder {
	color: #999;
	font-size: 12px;
}

.login .center .inputLi input::placeholder {
	color: #999;
	font-size: 12px;
}

.login .center .inputLi input:focus {
	border: 1px solid #66a6ff;
}

.login .center .inputLi .user {
	background: #f8f9ff url(../img/user.png) right 20px center no-repeat;
	background-size: 25px 25px;
	border-radius: 25px;
}

.login .center .inputLi .pwd {
	background: #f8f9ff url(../img/pwd.png) right 10px center no-repeat;
	background-size: 20px 20px;
}

.login .center .inputLi button {
	border-radius: 25px;
	background-image: -webkit-linear-gradient(169deg, #ff4343 17%, #aa52a1 63%, #5560ff 100%);
	background-image: -webkit-linear-gradient(169deg, #ff4343 17%, #aa52a1 63%, #5560ff 100%);
	height: 48px;
	color: #f8f9ff;
	outline: none;
	border: dotted;
  /* letter-spacing: 3px; */
	font-family: 'UKIJ Ekran';
	font-size: 20px;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.login .center .inputLi button:active {
	opacity: 0.8;
}

.login .center .tip {
	font-family: 'UKIJ Ekran';
	text-align: right;
	font-size: 14px;
	color: #1117d4;
	width: 350px;
	line-height: 28px;
	text-align: justify;
	margin-top: 10px;
}

.login .center .aza-mazmun {
	font-family: 'UKIJ Ekran';
	text-align: right;
	font-size: 18px;
	color: #1117d4;
	width: 350px;
	line-height: 28px;
	text-align: justify;
	margin-top: 10px;
}

.login .center .aza-mazmun-2 {
	font-family: 'UKIJ Ekran';
	text-align: right;
	font-size: 18px;
	color: #1117d4;
	width: 350px;
	line-height: 28px;
	text-align: justify;
	margin-top: 10px;
}

.login .center .aza-mazmun-code {
	padding-right: 75px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.login .center .mazmun-tur {
	font-family: 'UKIJ Ekran';
	text-align: center;
	font-size: 20px;
	color: #e5e1ff;
	width: 370px;
	line-height: 27px;
}

.login .center .mazmun {
	font-family: 'UKIJ Ekran';
	text-align: right;
	font-size: 16px;
	color: #efd6b7;
	width: 370px;
	line-height: 27px;
	text-align: justify;
	margin-top: 10px;
}

.login .center .mazmun-2 {
	font-family: 'UKIJ Ekran';
	text-align: right;
	font-size: 16px;
	color: #93ddef;
	width: 370px;
	line-height: 27px;
	text-align: justify;
	margin-top: 10px;
}

.login .center .mazmun-3 {
	font-family: 'UKIJ Ekran';
	text-align: right;
	font-size: 16px;
	color: #edc8ff;
	width: 370px;
	line-height: 27px;
	text-align: justify;
	margin-top: 10px;
}

.login .center .mazmun-code {
	padding-right: 85px;
	margin-top: 20px;
	padding-bottom: 20px;
}

@-webkit-keyframes moveTopBottom {
	0% {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	20% {
		-webkit-filter: grayscale(80%);
		filter: grayscale(80%);
	}

	40% {
		-webkit-filter: grayscale(60%);
		filter: grayscale(60%);
	}

	60% {
		-webkit-filter: grayscale(40%);
		filter: grayscale(40%);
	}

	80% {
		-webkit-filter: grayscale(20%);
		filter: grayscale(20%);
	}

	100% {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}

@keyframes moveTopBottom {
	0% {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	20% {
		-webkit-filter: grayscale(80%);
		filter: grayscale(80%);
	}

	40% {
		-webkit-filter: grayscale(60%);
		filter: grayscale(60%);
	}

	60% {
		-webkit-filter: grayscale(40%);
		filter: grayscale(40%);
	}

	80% {
		-webkit-filter: grayscale(20%);
		filter: grayscale(20%);
	}

	100% {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}

.bg_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.speaker-banner {
	position: relative;
}

.banner-section::before {
	position: absolute;
	content: '';
}

.header-wrapper, 
.comment-area li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-icons li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #027cfc;
	font-size: 14px;
}

.social-icons li a.active {
	background: #31d7a9;
	border-color: #31d7a9;
}

.header-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-wrapper .logo a {
	display: inline-block;
	overflow: initial;
	margin-top: 7px;
}

.header-wrapper .logo a img {
	max-width: 100%;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-wrapper .menu li {
	padding: 5px 8px;
	height: 50px;
	position: relative;
}

.header-wrapper .menu li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px;
}

.header-wrapper .menu li .active {
	color: #ff8700;
}

.header-wrapper .menu li .submenu {
	position: absolute;
	top: 100%;
	left: 6px;
	background: #027cfc;
	min-width: 240px;
	padding: 20px 0;
	-webkit-box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

.header-wrapper .menu li .submenu li {
	padding: 0 20px;
}

.header-wrapper .menu li .submenu li a {
	text-transform: capitalize;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #292929;
}

.header-wrapper .menu li .submenu li a:hover {
	padding-left: 10px;
	color: #31d7a9;
}

.header-wrapper .menu li .submenu::before {
	position: absolute;
	content: "";
	top: 0;
	left: 15px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 0;
	height: 0;
	border: 10px solid #027cfc;
	border-bottom-width: 15px;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.header-wrapper .menu li .submenu li .submenu {
	left: calc(100% + 20px);
	top: 0;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.header-wrapper .menu li .submenu li .submenu::before {
	left: -2px;
	top: 3px;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	transform: translateX(-100%) rotate(-90deg);
}

.header-wrapper .menu li .submenu li:hover >.submenu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.header-wrapper .menu li:hover >.submenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	display: block !important;
}

.header-wrapper .menu >li >a {
	position:;
}

.header-wrapper .menu >li >a::before {
	width: calc(100% - 32px);
	height: 2px;
	background: #ff8700;
	top: calc(100% + -12px);
	position: absolute;
	content: "";
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform-origin: left;
	transform-origin: right;
}

.header-wrapper .menu >li >a:hover::before, .header-wrapper .menu >li >a.active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.header-wrapper .menu >li.header-button a::before {
	display: none;
}}

@media (min-width: 992px) and (max-width: 1199px) {
  
	.header-wrapper .menu li {
		padding: 5px;
	}

	.header-wrapper .menu li a {
		font-size: 14px;
	}
}

.header-wrapper .menu li.header-button a {
	background-image: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
	padding: 10px 49px;
	font-weight: 600;
	border-radius: 25px;
	display: inline-block;
}

.header-wrapper .menu li.header-button a:hover {
	-webkit-box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
	box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}

.header-wrapper .menu::-webkit-scrollbar-thumb {
	background-color: #027cfc;
}

.header-wrapper .menu::-webkit-scrollbar {
	width: 3px;
	background-color: #027cfc;
}}

@media (max-width: 991px) and (min-width: 768px) {
  
	.header-wrapper .menu {
		padding-left: 50px;
	}

	.header-wrapper .menu li .submenu {
		display: none;
		padding-left: 20px;
	}

	.header-wrapper .menu li .submenu li {
		padding: 0;
	}

	.header-wrapper .menu li .submenu li a {
		text-transform: capitalize;
	}

	.header-wrapper .menu li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #e9eeff;
		text-transform: uppercase;
		padding-right: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.header-wrapper .menu li.header-button {
		margin-top: 20px;
	}

	.header-wrapper .menu.active {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		-moz-animation-name: fadeInLeft;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		display: block;
	}
}

.header-section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.102);
	padding: 0;
	position: fixed;
	direction: rtl;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	background: rgba(0,0,0,0.55);
}

.header-section.header-active {
	background: #027cfc;
	border: none;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
}

.newkino-bax-t-t {
	border-bottom: 1px solid rgba(255, 255, 255, 0.102);
	padding: 10px 0;
	position: fixed;
	direction: rtl;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

.newkino-bax-t-t.header-active {
	background: rgba(0,0,0,0.55);
	border: none;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
}

.header-bar {
	position: relative;
}

.header-bar span {
	display: inline-block;
	height: 3px;
	width: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-color: #027cfc;
	position: absolute;
	left: 0;
}

.header-bar span:nth-child(2) {
	top: 52%;
	-webkit-transform: translateY(-65%);
	transform: translateY(-65%);
}

.header-bar span:first-child {
	top: 0;
}

.header-bar span:last-child {
	bottom: 0;
}

.header-bar.active span:first-child {
	-webkit-transform: rotate(45deg) translate(6px, 13px);
	transform: rotate(45deg) translate(6px, 13px);
}

.header-bar.active span:nth-child(2) {
	opacity: 0;
}

.header-bar.active span:last-child {
	-webkit-transform: rotate(-45deg) translate(3px, -9px);
	transform: rotate(-45deg) translate(3px, -9px);
}

.tab-item {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
}

.menu-item-has-children >a::after {
	content: "\f107";
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
}

/*Banner-Section Starts Here*/
#usti-ramka .search {
	background: rgba(0,0,0,0.55);
	margin-left: 350px;
	width: 510px;
	margin-bottom: 30px;
	height: 66px;
	border-radius: 50px;
	font-size: 20px;
	color: #f8f9ff;
}

#usti-ramka .q {
	background: #f8f9ff;
	border: 0;
	width: 397px;
	direction: rtl;
	text-align: right;
	float: right;
	height: 50px;
	line-height: 20px;
	color: #ccc;
	margin: 8px;
	padding-right: 20px;
	border-radius: 25px;
}

#usti-ramka .input {
	color: rgba(0,0,0,0.55);
}

#usti-ramka .submit {
	border: 0;
	float: right;
	height: 55px;
	line-height: 55px;
	width: 83px;
	background: #ff8700;
	color: #f8f9ff;
	font-size: 18px;
	border-radius: 25px;
}

#search {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.banner-content {
	margin: 0 auto;
}

.banner-content .title {
	font-size: 15px;
	height: 18px;
	line-height: auto;
	text-transform: uppercase;
	margin-top: auto;
	font-weight: 500;
	text-align: center;
}

.mtv-banner-content .title {
	font-size: 13px;
	height: 25px;
	line-height: auto;
	text-transform: uppercase;
	margin-top: auto;
	font-weight: 500;
}

.banner-content .title.bold {
	font-weight: normal;
}

.banner-content p {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4;
}

@media (max-width: 1200px) {
	.banner-content .title {
		margin-bottom: 25px;
		line-height: 1.3;
	}
} 
{.banner-content .title {
	font-size: 18px;
}

.banner-content p {
	font-size: 22px;
}}
{.banner-content .title {
	font-size: 18px;
}

.banner-content p {
	font-size: 20px;
}

.banner-content p:last-child {
	margin-bottom: -7px !important;
}}

.banner-section {
/* padding: 110px 0 0px; */
}

.banner-section::before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.banner-section .banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .3;
	display: none;
}

.banner-section .banner-content {
	position: relative;
	z-index: 3;
	padding-top: 20px;
	width: 90%;
}

.banner-section .banner-content p {
	margin-left: auto;
	margin-right: auto;
}

.banner-section .banner-content.event-content p {
	max-width: 1200px;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 4;
	display: none;
}

.overlay.active {
	display: block;
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
}

.newkino-tur-tag-b {
	padding: 0;
}

@media (max-width: 1200px) 

.newkino-tur-tag-b::before {
	top: 0;  left: 0;  bottom: 0;  right: 0;  background: rgba(0, 18, 50, 0.4);  z-index: 2;
}

.newkino-tur-tag-b .banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .3;
	display: none;
}

.newkino-tur-tag-b .banner-content {
	position: relative;
	z-index: 3;
	padding-top: 20px;
	width: 1200px;
}

.newkino-tur-tag-b .banner-content p {
	margin-left: auto;
	margin-right: auto;
}

.newkino-tur-tag-b .banner-content.event-content p {
	max-width: 1200px;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 4;
	display: none;
}

.overlay.active {
	display: block;
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
}

/*Details-Banner Section Starts Here*/

.search-tab {
	padding: 30px 30px;
	position: relative;
	margin-top: 95px;
	margin-bottom: 10px;
	direction: rtl;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.event-search::before,.search-tab::before {
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0.55) 44%, rgba(0,0,0,0.55) 100%);
	opacity: 0.8;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
}

.mtv-search-tab {
	padding: 30px 30px;
	position: relative;
	margin-top: 110px;
	margin-bottom: 10px;
	direction: rtl;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.mtv-event-search::before,.mtv-search-tab::before {
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0.55) 44%, rgba(0,0,0,0.55) 100%);
	opacity: 0.8;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
}

.search-ticket-header {
	text-transform: uppercase;
}

.search-ticket-header .category {
	color: #f8f9ff;
	font-weight: 600;
	margin-bottom: 16px;
}

.search-ticket-header .title {
	font-size: 28px;
}

@media (max-width: 575px) {
	.search-ticket-header .category {
		font-size: 16px;
	}

	.search-ticket-header .title {
		font-size: 22px;
	}
}

.pagination-area a:last-child span {
	margin-right: 3px;
}

@media (max-width: 1200px) {
	.pagination-area {
		margin: 0 -10px;
	}

	.pagination-area a {
		margin: 0 10px;
	}
}

.bg-fixed {
	background-attachment: fixed;
}

.post-item.post-details .post-content .content .tags-area .social-icons {
	margin-top: 13.5px;
}

@media (max-width: 1200px) {
	.post-item.post-details .post-content .post-meta {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-item.post-details .post-content .content .post-header .title {
		margin-bottom: 25px;
	}
}

article {
	margin-bottom: 20px;
	background: #fff;
}

.n-tabItem img {
	width: 30%;
	height: 72px;
	overflow: hidden;
	z-index: 1000;
	background-color: #000022;
}

.n-tabItem {
	width: 15.2%;
	position: relative;
	text-align: center;
	padding: 15px;
	margin: 8px;
	background: rgb(66 128 230 / 25%);
	line-height: 20px;
	font-size: 16px;
	border-radius: 50px;
	color: deepskyblue;
}

.n-tabItem li {
	width: 15%;
	overflow: hidden;
	position: relative;
	float: right;
	margin-bottom: 20px;
	margin-top: 115px;
}

/*cation*/
.cation {
	display: block;
	background: url(/Application/Home/View/Public/images/kino_tur_bax.gif) no-repeat center;
	width: 100%;
	padding: 5% 5% 26% 2.5%;
	margin-bottom: 10px;
	border-radius: 15px;
}

.cation ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 5%;
}

.cation ul li img {
	width: 62.97%;
}

.cation ul li p {
	width: 100%;
	text-align: center;
	margin-top: .1rem;
	font-size: 0.8rem;
	color: #F4C343;
}


/*kino-turi*/
.kino-turi {
	display: block;
	width: 100%;
	margin-top: 115px;
	border-radius: 15px;
}

.kino-turi ul li {
	width: 21%;
	float: right;
	text-align: center;
	margin-bottom: -2.8%;
	font-size: 14px;
	margin-top: 30px;
}

.kino-turi ul li img {
	width: 62.97%;
}

.kino-turi ul li p {
	width: 100%;
	text-align: center;
	margin-top: .1rem;
	font-size: 0.6rem;
	color: #F4C343;
}

.clearfloat:after {
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1;
}

.newkino-tur-atlax {
	direction: rtl;
	margin-bottom: 10px;
}

.newkino-tur-atlax a,  
.newkino-tur-atlax span {
	margin: 0px 8px;
	border-radius: 50px;
	font-size: 18px;
	height: 40px;
}

.newkino-tur-atlax a,  
.newkino-tur-atlax li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
	background-color: #ff8700;
	color: #fff;
	padding: 9px 18px;
}

.newkino-tur-atlax a.first,  
 .newkino-tur-atlax a.prev,  
 .newkino-tur-atlax a.next,  
 .newkino-tur-atlax a.end {
	margin: 0;
}

.newkino-tur-atlax a:hover {
	background: -webkit-linear-gradient(169deg, #5560ff 17%, #5285aa 63%, #31cfd7 100%);
	color: #f8f9ff;
	border: none;
}

.newkino-tur-atlax span.current {
	display: inline-block;
	overflow: hidden;
	background: -webkit-linear-gradient(169deg, #5560ff 17%, #5285aa 63%, #31cfd7 100%);
	color: #0d1588;
	padding: 9px 18px;
	font-weight: 700;
}

.mt10 {
	margin-top: 10px;
	font-family:UKIJ Ekran;
}

.kur95 {
	margin-top: 95px;
}

.kur85 {
	margin-top: 0;
}

.kur5 {
	margin-top: 5px;
}

.kur10 {
	margin-top: 10px;
}

.kur20 {
	margin-top: 20px;
}

.kur-asti-20 {
	margin-bottom: 20px;
}

.kur-asti-10 {
	margin-bottom: 10px;
}

.asti1200 {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.asti-uqur {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	font-size: 14px;
}

.asti-uqur .company_name {
	height: 160px;
	margin: 20px 0 0 0;
	float: right;
	border-left: 1px dashed #11326f;
	font-size: 14px;
}

.asti-uqur .company_name img {
	margin: 20px 0 0 20px;
	margin-left: 20px;
}

.asti-uqur .add {
	margin: 20px 30px 0 0;
/* float:right; */
	font-size: 14px;
	display: flex;
	text-align: center;
}

.asti-uqur .add .uy {
	width: 100%;
	color: #f33;
	text-align: justify;
	direction: rtl;
	line-height: initial;
	font-size: 14px;
}

.asti-uqur .add .en {
	flex: 2;
	line-height: 30px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

@charset "utf-8";

@font-face {
	font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=3.0.1');
  src: url('fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1 {
	font-size: 25px;
	direction: rtl;
	color: #d0c7f7;
}

h2 {
	direction: rtl;
	font-size: 18px;
	text-align: right;
}

h4 {
	font-size: 16px;
	text-align: center;
	direction: rtl;
}

h6 {
	font-size: 14px;
}

a {
	transition: 0.6s;
}

a,
a:hover {
	color: #333;
}

textarea,
input,
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
	color: #ff8700;
	font-size: 14px;
}

a {
	text-decoration: none;
	text-decoration: none!important;
}

a:hover {
	text-decoration: underline;
}

.elan {
	position: relative;
	text-align: center;
	/*padding: 280px 0 200px;*/
}

.elan a img {
	width: 1200px;
	height: 100px;
	margin: auto;
	border-radius: 50px;
	margin-bottom: 20px;
}

.baxbat-elan {
	position: relative;
	text-align: center;
	/*padding: 280px 0 200px;*/
}

.baxbat-elan a img {
	width: 1200px;
	height: 150px;
	margin: auto;
}

.newkino-bax-tur-k {
	margin-left: 0px;
	color: #fff;
	border-radius: 10px;
	padding: 8px 15px;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	background: #ff8700;
}

.newkino-bax-tur-k:hover {
	color: #4fbbff;
	border-radius: 10px;
	padding: 8px 15px;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	background: -webkit-linear-gradient(45deg, #f00 17%, #aa52a1 63%, #00f 100%);
}

.theme-btn2:hover,
.theme-btn2 {
	color: #f8f9ff;
	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;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,


.con_top {
	height: 60px;
}

.con_top h1 {
	float: right;
	direction: rtl;
}


h1 {
	font-size: 36px;
	color: #027cfc;
}


.con_top .title {
	float: right;
	line-height: 49px;
	color: #ff8700;
	margin-right: 15px;
	font-size: 24px;
}
.con_top .more {
	float: left;
	line-height: 49px;
	color: #ff8700;
	margin-right: 15px;
	font-size: 20px;
}

#tur-vip {
	padding: 1px 6px;
	z-index: 9999999;
	position: absolute;
	right: 0;
	border-radius: 0px 0px 0px 9px;
	background: #ff8700;
	font-family: ''UKIJ Ekran', Arial,';
	font-size: 14px;
	color: #f8f9ff;
}

#tawsiya-vip {
	padding: 1px 6px;
	z-index: 9999999;
	position: absolute;
	right: 8px;
	border-radius: 0px 0px 0px 9px;
	background: #ff8700;
	font-family: ''UKIJ Ekran', Arial,';
	font-size: 16px;
	color: #f8f9ff;
}

/* COLOR SETUP */
:root {
	--primary-color: #ff8700;
	--secondary-color: #00bbff;
	--third-color: #0d0d0d;
	--primary-bgcolor: #027cfc;
	--ratingstars-color: #ffb109;
}

.img-tawsiya {
	display: block;
	width: 100%;
	height: 380px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: 270px;
}

.mtv-img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: 110px;
}

.ikran-img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: 204px;
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

/* BASE */
html, body {
	height6: 100% !important;
	height: auto;
	margin: 0 auto;
	background: #f8f9ff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: lighter;
}

h2 {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: -0.6px;
	margin: 10px 0;
	display: inline-block;
}

/* BACKGROUNDS */
.newkino-tur-bg-1 {
}

.newkino-tur-bg-2 {
}

.newkino-tur-bg-3 {
	background: #027cfc url('../img/newkino_tur_taglik_3.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-4 {
	background: #027cfc url('../img/newkino_tur_taglik_4.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-5 {
	background: #027cfc url('../img/newkino_tur_taglik_5.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-6 {
}

.newkino-tur-bg-7 {
	background: #027cfc url('../img/newkino_tur_taglik_7.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-8 {
	background: #027cfc url('../img/newkino_tur_taglik_8.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-9 {
	background: #027cfc url('../img/newkino_tur_taglik_9.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-10 {
	background: #027cfc url('../img/newkino_tur_taglik_10.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-11 {
	background: #027cfc url('../img/newkino_tur_taglik_11.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-12 {
	background: #027cfc url('../img/newkino_tur_taglik_12.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-13 {
	background: #027cfc url('../img/newkino_tur_taglik_13.jpg') no-repeat center center fixed;
}

.newkino-tur-bg-14 {
	background: #027cfc url('../img/newkino_tur_taglik_14.jpg') no-repeat center center fixed;
}

/* MISC */


.col-md-12 {
	width: 100%;
	margin-top: 0;
}

.kisim-md-12 {
	width: 100%;
	margin-top: 6px;
	padding-top: 1px;
}

.fa-play-circle:before {
	content: "\f144";
}

.ratings {
	display: block;
	color: #ff8700;
	margin: 20px 0;
}

.play-btn {
	padding: 18px 20px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	display: inline-block;
	z-index: 999;
	transition: all 0.1s linear 0s;
}

.play-btn-border {
	background: #f8f9ff;
	border-radius: 50%;
	padding: 10px 0px;
	display: inline-block;
	z-index: 2;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.1s linear 0s;
	transform: translate(-50%, -50%) scale(1.4, 1.4);
}

.post:hover .play-btn-border {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1, 1);
}

.play-btn-border i:hover {
	border: none;
	padding: 10px 14px;
	border-radius: 50%;
	color: #ff4343;
}

.fa-play-circle {
	color: #f8f9ff;
	border: 10px;
	font-size: 36px !important;
	transition: all 0.1s linear 0s;
}

a.post-thumb {
	background-color: #000c21;
	display: block;
	overflow: hidden;
	position: relative;
	/* border-radius: 8px; */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.post {
	transition: all 0.1s linear 0s;
}

.post:hover img {
	opacity: 0.4;
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	filter: alpha(opacity=40);
	transform: scale(1.2);
	border-radius: 8px;
}

.post img {
	opacity: 1;
	transition: all 0.1s linear 0s;
}

}

.post:hover  .thumbr {
	transition: all 0.1s linear 0s;
	z-index: 999;
	transform: scale(1.02);
}

.post:hover .thumbr {
	-webkit-box-shadow: 0px 30px 13px -21px rgba(0,0,0,1);
	-moz-box-shadow: 0px 30px 13px -21px rgba(0,0,0,1);
	box-shadow: 0px 30px 13px -21px #ff8700;
}

.headline-round {
	border: none;
	padding: 10px 14px;
	border-radius: 50%;
	color: #ff8700;
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.posts-txt-tawsiya {
	display: none;
	color: #027cfc;
	font-size: 16px;
	text-align: center;
}

.posts-txt-tawsiya i {
	color: #ff8700;
	margin-left: 78px;
	padding-bottom: 10px;
}

.posts-txt {
	display: none;
	color: #027cfc;
	font-size: 16px;
	text-align: left;
}

.posts-txt i {
	color: #ff8700;
	margin-left: 41px;
}

.fa-thumbs-up {
	color: #f8f9ff;
}

.infor .ratings {display: none;margin: 0;text-align: center;}

.mtv-infor .mtv-ratings {
	margin: 0;
}

.ikran-infor .ikran-ratings {
	margin: 0;
}

/* VIDEO TIME */
.cactus-note.ct-time {
	left: auto;
	margin-left: auto;
	margin-right: 7px;
	right: 0;
	font-size: 12px;
}

.cactus-note {
	background: rgb(233, 43, 74);
	bottom: 0;
	color: #f8f9ff;
	left: 0;
	line-height: 1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 5px 10px;
	position: absolute;
	z-index: 500;
	border-radius: 3px;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.kisim-fluid {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background: #f8f9ff;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-md-tawsiya {
	position: relative;
	min-height: 1px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.col-md-4 {
	display: inline-block;
	position: relative;
	min-height: 1px;
	width: 19.5%;
	top: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 20px 1px rgba(0,0,0,0.1);
	margin-right: 10px;
	overflow: hidden;
}

.col-lg-1, .col-lg-2, .col-lg-12 {
	float: right;
}

.col-lg-12 {
	width: 19.5%;
	top: 20px;
	left: 1.3%;
}

.col-lg-2 {
	width: 180px;
	top: 20px;
	right: 0.3%;
}

.col-lg-bax {
	width: 90%;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}

.kino-tizimlik-ramka {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0 30px 20px 30px;
	background: #fff;
	margin-top: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 0 5px 20px 1px rgba(0,0,0,0.1);
}
#search-data {
	margin: 10px 0 0 0;
	overflow: hidden;
}

#search-data .searchitem {
	text-align: right;
	direction: rtl;
}

#search-data .searchitem a,#search-data .searchitem em {
	padding: 6px 6px;
	margin-bottom: 7px;
	display: block;
	float: right;
	font-size: 15px;
}

#search-data .searchitem .active {
	background-color: #ff8700;
	line-height: 13px;
	height: 30px;
	border-radius: 15px;
	color: #f8f9ff;
}

#search-data .searchitem em {
	color: #f8f9ff;
	padding: 2px 5px;
	*padding: 3px 5px 1px;
	_padding: 1px 4px 0px;
	font-weight: normal;
}

#search-data .searchitem dt {
	line-height: 25px;
	overflow: hidden;
	border-bottom: #ff8700 1px solid;
}

#search-data .searchitem dt span {
	width: 85px;
	margin-top: 5px;
	color: #ff8700;
	display: block;
	float: right;
	font-size: 16px;
}

#search-data .searchitem em a {
	color: #f8f9ff;
}

#search-data .searchitem dd,.Reminded {
	background-color: #fefbec;
	border: 1px solid #fec799;
	zoom: 1;
	padding: 10px;
	margin-top: 10px;
	color: #3e3e3e;
}

#search-data .searchitem dd a {
	color: #3e3e3e
}

.search-data {
	overflow: hidden;
}

.search-data .searchitem {
	padding: 10px 0;
	text-align: right;
	direction: rtl;
}

.search-data .searchitem .active {
	background-color: #ff8700;
	line-height: 13px;
	height: 30px;
	border-radius: 15px;
}

.search-data .searchitem em {
	background-color: #E22E29;
	color: #f8f9ff;
	padding: 8px;
	*padding: 3px 5px 1px;
	_padding: 1px 4px 0px;
	font-style: normal;
	border-radius: 4px;
}

.search-data .searchitem dt {
	line-height: 28px;
}

.search-data .searchitem dt span {
	width: 60px;
	display: inline-block;
	color: #989898;
}

.search-data .searchitem dd,.Reminded {
	background-color: #fefbec;
	border: 1px solid #fec799;
	zoom: 1;
	padding: 10px;
	margin-top: 10px;
	color: #3e3e3e;
}

.search-data .searchitem dd a {
	color: #11161a
}

.search-data .searchitem dt a {
	color: #11161a
}

.search-data .searchitem dt a:hover {
	color: #f39b13
}

@charset "UTF-8";

body {
	font-family: Alkatip Basma Tom;
}

h1 {
	font-family: Alkatip Basma Tom;
}

a {
	text-decoration: none;
}

.all {
	width: 100%;
	margin-bottom: -17px;
}

.ong {
	width: 855px;
	height: 523px;
	float: right;
	background: black;
}

.sol {
	position: absolute;
	float: left;
			/*background: blue;*/
	width: 30%;
	height: 500px;
}

#videoShow_vip {
	height: 523px;
	border: black;
}

#videoShow {
	width: 94%;
	height: 523px;
	border: black;
}

#videoShow1111 {
	width: 94%;
	height: 500px;
}

.uqurlar {
	width: 94%;
	height: 508px;
}

.uqur {
	height: 50px;
	width: 100%;
}

.uqur a {
	width: 49%;
}

.btn123 {
	text-align: center;
	line-height: 50px;
}

.tapsilat {
	width: 90%;
	height: 404px;
	margin-left: 5%;
			/*background: blue;*/
}

.tapsilati {
	padding: 14px;
	height: 523px;
	background-color: rgb(2 2 2 / 78%);
}

.uqur_top {
	height: 75px;
	line-height: 40px;
	color: #dcdcdc;
	direction: rtl;
	text-align: center;
}

.uqur_asti {
	color: #ff8700;
	font-size: 12px;
	direction: rtl;
	line-height: 30px;
}

.uqur_asti_sol {
	line-height: 27px;
	padding-top: 10px;
	margin-top: -30px;
	font-size: 12px;
	direction: rtl;
	background: #ffffff0d;
	height: 180px;
}

.uqur_asti_ong img {
	width: 40%;
	margin: 0px 0px 0px 12px;
	float: right;
	height: 180px;
}

.kino-uqur-asti-elan {
	margin-top: 20px;
	/*background: black;*/
}

.kino-uqur-asti-elan img {
	width: 305px;
	height: 250px;
	border-radius: 12px;
	background: #1a1a1b;
}

.kisimliri {
	height: 473px;
	text-align: center;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #027cfc;
}

.kisim {
	padding-bottom: 5px;
	text-align: center;
	overflow-x: hidden;
	background: #f8f9ff;
	width: 100%;
}

.kisim::-webkit-scrollbar {
	width: 9px;
	height: 0.9px;
}

.kisim::-webkit-scrollbar-thumb {
	width: 88%;
	border-radius: 39px;
	background-color: #13151f;
	background-image: -webkit-linear-gradient( 
169deg
 , #5560ff 17%, #aa52a1 63%, #ff4343 100%);
}

.kisim::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(32,35,51,0.01);
	background: #13151f;
}

.kisim a {
	float: right;
	padding: 5px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	margin: 0px 15px 10px 0px;
	border-top: 3px solid #ff4343;
	border-radius: 10px;
}

.kisim a:focus {
	background: #5a42b9;
	color: #d0c7f7;
}

#kisim {
	display: none;
	position: relative;
	overflow: auto;
}

.kisimliri::-webkit-scrollbar {
	width: 9px;
	height: 0.9px;
}

.kisimliri::-webkit-scrollbar-thumb {
	width: 88%;
	border-radius: 39px;
	background-color: #13151f;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

.kisimliri::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(32,35,51,0.01);
	background: #13151f;
}

.kisimliri a {
	float: right;
	padding: 7px;
	width: 32px;
	height: 34px;
	margin: 3px 23px 13px -7px;
	border-top: 3px solid #00bbff;
	border-radius: 25px;
}

.kisimliri a:link {
	background: #0c1c57;
	color: #00bbff;
}

.kisimliri a:focus {
	background: #5a42b9;
	color: #d0c7f7;
}

#kisimliri {
	display: none;
	position: relative;
	overflow: auto;
}

#tapsilati {
	display: block;
}

.top_qr {
	position: absolute;
	left: 60px;
	top: 8px;
	z-index: 9999;
}

.top_qr img {
	width: 100px;
	height: 100px;
	border-radius: 2px;
	display: none;
}

.top_touxiang {
	position: absolute;
	left: 60px;
	top: 8px;
	z-index: 9999;
}

.top_touxiang img {
	margin-top: 15px;
	margin-left: 55px;
	width: 80px;
	height: 80px;
	border-radius: 2px;
	display: block;
	border-radius: 50%;
}

#zz {
	padding: 1px 6px;
	z-index: 9999999;
	position: absolute;
	right: 0;
	border-radius: 0px 0px 0px 9px;
	background: #f8df9fe6;
/*#11a8ab*/
	font-family: 'Alkatip Basma Tom';
	font-size: 19px;
	color: #0A0404;
}

.bodyyy {
	text-align: center;
	background: #000;
}

input {
	width: 26%;
	height: 45px;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	border: 4px solid #625ef2;
	background: #e9eeff;
	color: black;
}


h3 {
	direction: rtl;
	text-align: center;
}

.bodyyy b {
	direction: rtl;
	color: #f24652;
	margin-right: 10px;
}

.newkino-play-vip {
	color: #e54662;
	display: inline-block;
	margin-right: 10px;
}

.newkino-play-vip:hover {
	color: #f8f9ff;
}

.koyguq-asti-tizimlik {
}

.koyguq-asti-tizimlik b {
	float: right;
	margin-right: 28px;
	font-size: 16px;
}

.koyguq-asti-tizimlik li {
	float: left;
	position: relative;
}

.koyguq-asti-tizimlik li a {
	color: #00bbff;
	font-size: 16px;
	margin: 8px -53px 0px 31px;
    /* background: #0c1c5775; */
	padding: 11px;
	width: 146px;
	text-align: center;
	padding-bottom: 12px;
	display: none;
}

.koyguq-asti-tizimlik li a .koyguq-a-t {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 999;
	left: -26px;
	width: 180px;
	color: #00bbff;
	background: rgba(0,0,0,0.55);
	line-height: 180px;
	height: 180px;
	border-top: 2px solid #ff8700;
	text-align: center;
}

.koyguq-asti-tizimlik li a .koyguq-a-t img {
	height: 180px;
	width: 180px;
}

.koyguq-asti-tizimlik li a .koyguq-a-t i {
	left: 46%;
	border: 7px solid transparent;
	border-bottom-color: #ff8700;
	overflow: inherit;
	position: absolute;
	top: -15px;
}

.koyguq-asti-tizimlik li a:hover .koyguq-a-t {
	display: block
}

.koyguq-asti-tizimlik li a .share-hm {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 999;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.22);
	left: -170px;
	width: 400px;
	color: #080808;
	background: rgba(0,0,0,0.55);
	line-height: 180px;
	height: 180px;
	border-top: 2px solid #ff8700;
}

.koyguq-asti-tizimlik li a .share-hm i {
	left: 60%;
	border: 7px solid transparent;
	border-bottom-color: #ff8700;
	overflow: inherit;
	position: absolute;
	top: -15px;
}

.koyguq-asti-tizimlik li a .share-hm .sshh {
	width: 92%;
	height: 40px;
	margin-top: 14px;
	overflow: hidden;
	line-height: 40px;
}

.koyguq-asti-tizimlik li a .share-hm .sshh span {
	float: right;
	position: relative;
	width: 117px;
	height: 38px;
	line-height: 40px;
	cursor: pointer;
	color: #f7f7f7;
	font-size: 12px;
	border-left: none;
	background-color: #ff8700;
	text-align: center;
	border-radius: 0 28px 28px 0;
}

.koyguq-asti-tizimlik li a .share-hm .sshh input {
	float: left;
	display: inline;
	width: 250px;
	height: 38px;
	line-height: 40px;
	padding: 0 8px 0 14px;
	border: 1px solid #ff8700;
	background-color: #b1f1f1;
	color: rgba(0,0,0,0.55);
	cursor: text;
	border-radius: 28px 0 0 28px;
	font-size: 12px;
}

.koyguq-asti-tizimlik li a .share-hm .sshh:hover span {
	background: #5a5ff9;
	color: #027cfc;
	border-color: #5a5ff9;
}

.koyguq-asti-tizimlik li a .share-hm .sshh:hover input {
	border-color: #ff8700;
	color: #5a5ff9
}

.koyguq-asti-tizimlik li.ashowbok {
	float: left;
	background: #ff8700;
}

.koyguq-asti-tizimlik li.ashowbok a {
	color: #000;
}

.koyguq-asti-tizimlik li a:hover .share-hm {
	display: block
}

.koyguq_uqur_elan305X120 {
	display: inline-block;
	height: 120px;
	color: #1a1a1b;
	width: 100%;
	margin-top: 10px;
}

.koyguq_uqur_elan310X260 a img {
	height: 100%;
}

.koyguq_uqur_elan310X260 img {
	height: 260px;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.koyguq_asti_elan1200X100 {
	display: flex;
	color: #478B7D;
	float: center;
	width: 1200px;
	height: 150px;
	margin-top: 0;
	overflow: inherit;
	margin-top: 5px;
}

.ramka {
	height: 60px;
	line-height: 60px;
	color: #ff8700;
	float: center;
	background: #000;
	margin-top: 10px;
	font-size: 18px;
	direction: rtl;
}

.wrapp {
	width: 1200px;
	margin: 0 auto;
}

.new_top {
	width: 100%;
	min-width: 1240px;
	position: relative;
	z-index: 11;
	background: #fff;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 7%);
}

.new_top .tp1 {
	width: 100%;
	min-width: 1240px;
	height: 35px;
}

.new_top .tp2 {
	width: 100%;
	min-width: 1240px;
	height: 100px;
}

.new_top .tp2 .logo {
	float: right;
	width: 200px;
	height: 50px;
	margin-top: 7px;
}

.new_top .tp2 .izda {
	float: left;
	width: 50%;
	height: 30px;
	margin-top: 5px;
}

.new_top .tp2 .izda form {
	width: 35%;
	height: 45px;
	border-radius: 10px;
}

.new_top .tp2 .izda form input {
	padding: 8px;
	float: right;
	width: 70%;
	height: 41px;
	border-radius: 0px 8px 8px 0px;
	text-align: right;
	font-size: 15px;
	background-color: #f8f8f8;
	border: none;
	color: black;
	direction: rtl;
}

.new_top .tp3 {
	width: 100%;
	min-width: 1240px;
	height: 50px;
	border-top: 1px solid #0000000d;
	box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.new_top .tp3 .navv {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.new_top .tp3 .navv li {
	list-style: none;
	float: right;
	margin-left: 50px;
}

.new_top .tp3 .navv li a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #747272;
	font-size: 16px;
	text-align: center;
	position: relative;
	font-weight: 600;
}

.new_top .tp3 .navv li a:hover {
	color: #ff8700;
}

.new_top .tp3 .navv li.a a {
	color: #ff8700;
}

.new_top .tp3 .navv li.hover {
	color: #ff8700;
}

.new_top .tp3 .navv li.hover a {
	color: #ff8700;
}

.new_top .tp3 .navv li a:before {
	content: '';
	background: #ff8700;
	height: 5px;
	bottom: 0px;
	width: 0;
	position: absolute;
	left: 28%;
	width: 0px;
	transition: all 0.4s;
}

.new_top .tp3 .navv li a:after {
	content: '';
	background: #ff8700;
	height: 5px;
	bottom: 0px;
	width: 0;
	position: absolute;
	right: 28%;
	width: 0px;
	transition: all 0.4s;
}

.new_top .tp3 .navv li.a a:before {
	width: 23%;
}

.new_top .tp3 .navv li.a a:after {
	width: 23%;
}

.new_top .tp3 .navv li a:hover:before {
	width: 60%;
}

.new_top .tp3 .navv li a:hover:after {
	width: 60%;
}

article .title2{
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 13.5px;
    margin-bottom: 15px;
    margin-top: -4px;
}
article .ksmtps {
	z-index: 9999999;
	position: absolute;
	right: 5px;
	top:245px;
	font-size: 14px;
	color: #ccc;
	direction:rtl;
}