/*
Version: 2.0
*/

@font-face {
	font-family: irsans;
	src: url(../fonts/irsans/IRANSansWeb.ttf)
}
body {
	font-family: irsans,roboto,segoe ui
}
.ltr {
	direction: ltr;
}
.rtl {
	direction: rtl;
	text-align: right
}
span.line {
	display: inline-block
}
a {
	color: #bdbdbf;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
	transition-property: color;
	-webkit-transition-property: color,border-color;
	-moz-transition-property: color,border-color;
	-ms-transition-property: color,border-color
}
a:hover,a:focus {
	color: white
}
a:hover, a:active, a:focus, object, embed {
	outline: 0;
}
input::-moz-focus-inner { 
	border: 0; 
}
.no-padding {
	padding: 0 !important
}
.clear {
	clear: both
}
.carousel .glyphicon {
	font-size: 14px
}
.carousel .carousel-indicators li {
	margin: 0;
	width: 8px;
	height: 8px
}
.carousel .carousel-indicators li.active {
	background-color: #c61017;
	border: 1px solid white
}
.navbar-left {
	margin-left: -15px;
}
.cardview {
	background-color: white;
	background-clip: content-box;
	padding: 5px !important
}
.cardview-nopad {
	background-color: white;
	background-clip: content-box;
	padding: 5px 0
}
.borderline {
	margin: 0;
	border-color: #0c92c6
}
.warning {
	color: #ED1C24 !important;
	font-weight: bold
}
#header {
	padding: 8px 0;
	height: 40px;
	background-color: #ED1C24
}
#header .container {
	font-size: 12px
}
#header .container a {
	padding-left: 20px;
	text-decoration: none;
	color: white;
	vertical-align: sub
}
#navigation {
	margin: 0;
	border-radius: 0
}
#navigation.with-border {
	border-bottom: 1px solid #989699
}
@media (min-width: 768px) {
	#navigation {
		padding-top: 20px;
		padding-bottom: 10px
	}
}
@media (max-width: 768px) {
	#navigation {
		background-color: #F4F4F4
	}
}
@media (min-width: 992px) {
	#navigation .navbar-nav {
		margin-top: 65px;
		clear: left;
	}
	#navigation .with-user-navigation .navbar-nav {
		margin-top: 15px;
	}
	#navigation .nav>li.dropdown.open .dropdown-menu {
		top: 70%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#navigation .navbar-nav {
		margin-top: 10px;
		clear: left;
	}
	.two-menu .navbar-nav {
		margin-bottom: 0px !important;
	}
	#navigation .nav>li.dropdown.open .dropdown-menu {
		top:80%;
	}
}
#navigation .navbar-nav>li {
	font-size: 15px
}
@media (min-width: 768px) {
	#navigation .navbar-nav>li {
		float: left
	}
	#navigation .navbar-nav > li.special-menu {
		background: #ef1c24;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		color: #fff;
		line-height: 1;
		margin: 6px 5px auto;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-ms-transition: .3s ease;
		transition: .3s ease;
	}
	/*
	#navigation .navbar-nav > li.special-menu:hover {
		box-shadow: 0 1px 2px rgba(35, 4, 5, 0.55);
		-moz-box-shadow: 0 1px 2px rgba(35, 4, 5, 0.55);
		-webkit-box-shadow: 0 1px 2px rgba(35, 4, 5, 0.55);
	}
	*/
	#navigation .navbar-nav > li.special-menu a {
		color: #fff;
		line-height: 6px;
	}
	#navigation .navbar-nav > li.special-menu a:hover, #navigation .navbar-nav > li.special-menu a:focus, #navigation .navbar-nav > li.special-menu a:active {
		color: #fff;
	}
}
#navigation .navbar-nav>li .dropcaret {
	width: 9px;
	padding-top: 2px
}
#navigation .navbar-nav>li>a,#navigation .navbar-nav>li.open>a {
	color: black;
	background-color: transparent
}
#navigation .navbar-nav>li>a:hover,#navigation .navbar-nav>li.open>a:hover {
	color: #ED1C24;
	background-color: transparent
}
#navigation .navbar-nav>li>a:focus,#navigation .navbar-nav>li.open>a:focus {
	color: #f14b52;
	background-color: transparent
}
@media (max-width: 992px) {
	#navigation .navbar-nav>li>a,#navigation .navbar-nav>li.open>a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px
	}
}
#navigation .navbar-nav>li.open>a {
	color: #ED1C24
}
#navigation .navbar-nav>li.open>a .dropcaret {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.site-logo {
	float: right;
}
.navbar > .container .site-logo .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	position: relative;
	z-index: 999;
}
@media (max-width: 992px) {
	#navigation .navbar-brand {
		height: 85px
	}
	#navigation .navbar-brand img {
		height: 100%;
		width: auto
	}
}
@media (max-width:480px) {
	.site-logo {
		width: 100%;
		text-align: center;
	}
	.site-logo .navbar-brand {
		float: unset;
		display: inline-block;
		margin: 0 auto;
	}
}
#navigation .navbar-header {
	float: right;
}
#navigation .navbar-header>p {
	display: block;
	float: left;
	margin-top: 20px;
	word-break: break-all;
	font-size: 13px;
	color: #4B4A4C
}
@media (min-width: 768px) {
	#navigation .nav>li.dropdown.open {
		position: static
	}
	#navigation .nav>li.dropdown.open .dropdown-menu {
		display: block;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto
	}
	#navigation .dropdown-menu>li {
		display: inline-block;
		float: left;
		padding: 8px 15px
	}
	#top-nav {
		position: relative
	}
	#navigation .nav > li.dropdown.open .dropdown-menu {
		width: 102.5%;
		width: calc( 100% + 30px );
		top: 100%;
		margin-right: -15px;
	}
	#menu-main-menu li a {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 15px;
	}
}
@media (max-width:991px) {
	#menu-main-menu {
		margin-left: -20px;
	}
	#menu-main-menu.navbar-nav > li > a {
		font-size: 13px;
		padding-left: 0;
		padding-right: 15px;
	}
}
@media (min-width: 768px) and (min-width: 768px) {
}
@media (min-width: 768px) and (min-width: 992px) {
}
@media (min-width:768px) and (min-width:1200px) {
}
.navbar-toggle {
	margin-top: 26px;
	border: 2px solid #c61017;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
.navbar-toggle .icon-bar {
	background-color: #ED1C24
}
.navbar-toggle:focus {
	background-color: #c61017
}
.navbar-toggle:focus .icon-bar {
	background-color: white
}
.dropdown-menu {
	background-color: #262626;
	border-radius: 0;
	box-shadow: none
}
@media (max-width: 768px) {
	.dropdown-menu li a {
		color: #231F20;
		padding: 0;
		background-color: transparent
	}
}
@media (min-width: 768px) {
	.dropdown-menu li a {
		color: white;
		padding: 0;
		background-color: transparent
	}
	.dropdown-menu li a:hover,.dropdown-menu li a:focus {
		background-color: transparent;
		color: #bdbdbf
	}
}
.dropdown-menu li.active a {
	color: #bdbdbf;
	background-color: transparent
}
.dropdown-menu li.active a:hover {
	color: #bdbdbf;
	background-color: transparent
}
.dropdown-menu>li {
	text-align: left
}
#banner {
	padding-top: 0
}
#banner .row {
	padding-bottom: 40px
}
#banner-navbar {
	padding-bottom: 0 !important;
}
#banner #carousel-banner {
	box-shadow: 0	0	7px 0	#6b6b6b
}
#banner .overlay {
	background-clip: content-box;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(38, 38, 38, 0.71);
	overflow: hidden;
	text-align: center;
	width: 100%;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 15%;
}
#banner .overlay .caption {
	padding: 0	10% !important
}
#banner .overlay .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#banner .overlay .caption p {
	color: #F4F4F4
}
#banner .overlay .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#banner .overlay {
		bottom: 0;
		height: 100%
	}
	#banner .overlay .caption h3{
		font-size: 15px;
		line-height: 25px;
		margin-top: 0;
		margin-bottom: 0;
	}
}
#banner .overlay a {
	color: white;
	text-decoration: none;
	border-bottom: solid 1px transparent
}
#banner .overlay a:hover {
	display: inline-block;
	border-bottom: solid 1px #FFF
}
.section-title {
	width: 100%;
	text-align: center;
	color: #231F20
}
.section-title strong {
	color: black
}
.banner-nav-item {
	float: right;
	text-align: center;
	padding-bottom: 25px
}
.banner-nav-item a {
	display: block;
	text-decoration: none;
	color: #231F20;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
.banner-nav-item a p {
	padding-top: 10px
}
.banner-nav-item a:hover {
	color: #ED1C24
}
#about {
	padding-top: 40px;
	background: #F4F4F4
}
#about .row {
	padding-bottom: 40px
}
#about .tile {
	padding: 5px
}
@media (min-width: 1200px) {
	#about .tile .img-responsive {
		height: 284px
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	#about .tile .img-responsive {
		height: 235px
	}
}
@media (max-width: 992px) {
	#about .tile .img-responsive {
		width: 100%
	}
}
@media (min-width: 1200px) {
	#about .tile .img-span {
		height: 570px
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	#about .tile .img-span {
		height: 521px
	}
}
#about .tile .overlay-red {
	background-clip: content-box;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(49,2,2,0.37);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
#about .tile .overlay-red .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#about .tile .overlay-red .caption p {
	color: #F4F4F4
}
#about .tile .overlay-red .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#about .tile .overlay-red {
		bottom: 0;
		height: 100%
	}
}
#about .tile .overlay-red:hover {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(38,38,38,0.3);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
#about .tile .overlay-red:hover .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#about .tile .overlay-red:hover .caption p {
	color: #F4F4F4
}
#about .tile .overlay-red:hover .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#about .tile .overlay-red:hover {
		bottom: 0;
		height: 100%
	}
}
#about .tile .overlay-opaque {
	background-clip: content-box;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #ed1c24;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
#about .tile .overlay-opaque .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#about .tile .overlay-opaque .caption p {
	color: #F4F4F4
}
#about .tile .overlay-opaque .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#about .tile .overlay-opaque {
		bottom: 0;
		height: 100%
	}
}
#about .tile .overlay-opaque:hover {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(38,38,38,0.3);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
#about .tile .overlay-opaque:hover .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#about .tile .overlay-opaque:hover .caption p {
	color: #F4F4F4
}
#about .tile .overlay-opaque:hover .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#about .tile .overlay-opaque:hover {
		bottom: 0;
		height: 100%
	}
}
#about .tile .overlay-opaque p {
	margin-top: 60px;
	font-size: 13px
}
#about .tile .overlay {
	background-clip: content-box;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(38,38,38,0.5);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
#about .tile .overlay .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#about .tile .overlay .caption p {
	color: #F4F4F4
}
#about .tile .overlay .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#about .tile .overlay {
		bottom: 0;
		height: 100%
	}
}
#about .tile .overlay:hover {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(38,38,38,0.3);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
#about .tile .overlay:hover .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#about .tile .overlay:hover .caption p {
	color: #F4F4F4
}
#about .tile .overlay:hover .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#about .tile .overlay:hover {
		bottom: 0;
		height: 100%
	}
}
#about #events {
	padding-left: 5px;
	padding-right: 5px
}
#about #events .event {
	margin-bottom: 15px
}
@media (max-width: 992px) {
	#about #events img {
		width: 100%
	}
}
#about #events .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(38,38,38,0.5);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
#about #events .overlay .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#about #events .overlay .caption p {
	color: #F4F4F4
}
#about #events .overlay .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#about #events .overlay {
		bottom: 0;
		height: 100%
	}
}
#about .tabs-wrapper {
	margin: 0;
	margin-bottom: 40px;
	width: 100%;
	height: 225px
}
@media (max-width: 992px) {
	#about .tabs-wrapper {
		height: auto
	}
	#about .tabs-wrapper.last-news-box {
		margin-bottom: 0
	}
}
#about .nav-tabs {
	height: 52px;
	background-color: white
}
#about .nav-tabs.bottom-border {
	border-bottom: 1px solid #c5c5c5
}
#about .nav-tabs li a {
	padding: 15px 50px;
	border-top: none;
	border-right: none;
	border-left: 1px solid #dddddd
}
@media (max-width: 768px) {
	#about .nav-tabs li a {
		border: 1px solid #dddddd
	}
}
#about .nav-tabs li.active a {
	background-color: #F4F4F4;
	color: #231F20
}
#about .nav-tabs span.glyphicon {
	top: 20px
}
#about .tab-content {
	height: 100%;
	border: none;
	background-color: white
}
#about .tab-content #news,#about .tab-content #happenings {
	list-style-type: none;
	padding: 0
}
#about .tab-content #news li,#about .tab-content #happenings li {
	padding-bottom: 10px
}
@media (min-width: 992px) {
	#about .tab-content #news li .news-title,#about .tab-content #happenings li .news-title,#about .tab-content #news li .happenings-title,#about .tab-content #happenings li .happenings-title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}
#about .tab-content #news li .news-title a,#about .tab-content #happenings li .news-title a,#about .tab-content #news li .happenings-title a,#about .tab-content #happenings li .happenings-title a {
	color: black;
	font-size: 14px;
	text-decoration: none
}
#about .tab-content #news li .news-date,#about .tab-content #happenings li .news-date,#about .tab-content #news li .happenings-date,#about .tab-content #happenings li .happenings-date {
	color: #ED1C24;
	font-size: 12px
}
#about #carousel-judges .carousel-caption {
	height: 100%;
	right: 12%
}
#about #carousel-judges .carousel-caption .caption-heading {
	text-align: right;
	padding-top: 7%
}
#about #carousel-judges .carousel-caption .caption-title {
	text-align: right;
	padding-top: 14%
}
#about #carousel-judges .carousel-caption .caption-des {
	text-align: right
}
#tabs {
	padding-top: 40px
}
#tabs .row {
	padding-bottom: 40px
}
#tabs .tab-content a {
	text-decoration: none;
	color: #0c92c6
}
#tabs .tab-content a:hover {
	color: #135671
}
#tabs .align-center {
	text-align: center;
	width: 100%
}
.tabs-wrapper {
	width: 90%;
	margin: auto
}
.responsive-tabs.nav-tabs {
	position: relative;
	z-index: 10;
	height: 42px;
	overflow: visible;
	border-bottom: none
}
.responsive-tabs.nav-tabs span.glyphicon {
	position: absolute;
	top: 14px;
	right: 22px;
	color: #bdbdbf
}
.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
	display: none
}
@media (min-width: 768px) {
	.responsive-tabs.nav-tabs span.glyphicon {
		display: none
	}
}
.responsive-tabs.nav-tabs>li {
	display: none;
	float: none;
	text-align: center
}
.responsive-tabs.nav-tabs>li>a {
	margin-right: 0;
	background: #fff;
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-radius: 0;
	color: #231F20
}
@media (min-width: 768px) {
	.responsive-tabs.nav-tabs>li>a {
		border-bottom-color: transparent;
		padding-left: 30px;
		padding-right: 30px
	}
}
@media (max-width: 768px) {
	.responsive-tabs.nav-tabs>li>a {
		border-left: 1px solid #c5c5c5
	}
}
.responsive-tabs.nav-tabs>li:first-of-type a {
	border-left: 1px solid #c5c5c5
}
@media (max-width: 768px) {
	.responsive-tabs.nav-tabs>li:first-of-type a {
		border-bottom: 1px solid #c5c5c5
	}
}
.responsive-tabs.nav-tabs>li.active {
	display: block
}
.responsive-tabs.nav-tabs>li.active a {
	border: 1px solid #262626;
	border-radius: 0;
	background-color: #262626;
	color: white
}
@media (min-width: 768px) {
	.responsive-tabs.nav-tabs>li.active a {
		padding-left: 30px;
		padding-right: 30px
	}
}
@media (min-width: 768px) {
	.responsive-tabs.nav-tabs>li {
		display: block;
		float: left
	}
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
	display: block
}
@media (min-width: 768px) {
	.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
		display: none
	}
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
	display: none
}
.responsive-tabs.nav-tabs.open>li {
	display: block
}
.responsive-tabs.nav-tabs.open>li a {
	border-radius: 0
}
.responsive-tabs.nav-tabs.open>li:first-of-type a {
	border-radius: 2px 2px 0	0
}
.responsive-tabs.nav-tabs.open>li:last-of-type a {
	border-radius: 0	0	2px 2px
}
.tab-content {
	border: 1px solid #c5c5c5;
	border-radius: 0
}
.tab-content .tab-pane {
	padding: 20px 40px 30px 40px;
	text-align: justify;
	font-size: 13px;
	color: #262626
}
.tab-content .tab-pane.top-extra {
	padding-top: 30px
}
#movies {
	padding-top: 40px;
	background-color: #262626
}
#movies .row {
	padding-bottom: 40px
}
#movies .section-title {
	color: #F4F4F4
}
#movies .button-wrap {
	margin-bottom: 20px;
	direction: rtl
}
.categories {
	color: #262626
}
.categories h5 {
	border: 1px solid #F4F4F4;
	margin: 0	20px;
	padding: 5px 10px
}
.categories select {
	width: auto;
	min-width: 40%;
	max-width: 90%;
	padding: 4px;
	box-shadow: none;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0
}
@media (max-width: 768px) {
	.categories select {
		max-width: 276px
	}
}
.categories select:focus {
	box-shadow: none;
	border-color: #ED1C24
}
.thumbs>div {
	position: relative;
	padding: 0;
	float: right
}
@media (max-width: 768px) {
	.thumbs>div {
		margin-bottom: 5px
	}
}
.thumbs>div a .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(38,38,38,0.5);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease
}
.thumbs>div a .overlay .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
.thumbs>div a .overlay .caption p {
	color: #F4F4F4
}
.thumbs>div a .overlay .caption h4 {
	line-height: 200%
}.thumbs>div a .overlay .caption {
	display: none
}
@media (max-width: 992px) {
	.thumbs>div a .overlay {
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		background-color: rgba(38, 38, 38, 0.5);
		overflow: hidden;
		text-align: center;
		width: 100%;
		height: 0;
		-webkit-transition: .5s ease;
		-moz-transition: .5s ease;
		-ms-transition: .5s ease;
		transition: .5s ease;
		bottom: 0;
		height: 100%
	}
	.thumbs>div a .overlay .caption {
		position: absolute;
		overflow: hidden;
		direction: rtl;
		width: 100%;
		padding: 5px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		color: #F4F4F4
	}
	.thumbs>div a .overlay .caption p {
		color: #F4F4F4
	}
	.thumbs>div a .overlay .caption h4 {
		line-height: 200%
	}
	.thumbs>div a .overlay .caption {
		display: initial
	}
}
@media (max-width: 992px) {
	.thumbs>div a .overlay {
		bottom: 0;
		height: 100%
	}
}
@media (max-width: 992px) {
	.thumbs>div a img {
		margin-left: auto;
		margin-right: auto;
		border-bottom: 2px solid #4B4A4C;
		border-top: 2px solid #4B4A4C
	}
}
.thumbs>div a:hover .overlay,.thumbs>div a:focus .overlay {
	bottom: 0;
	height: 100%
}
.thumbs>div a img {
	margin-left: auto;
	margin-right: auto
}
@media (max-width: 768px) {
	.thumbs>div a img {
		height: auto;
		width: 100%
	}
}
@media (min-width: 768px) {
	.thumbs>div a img {
		height: 467px;
		width: 100%
	}
}
@media (min-width: 992px) {
	.thumbs>div a img {
		height: 235px
	}
}
@media (min-width: 1200px) {
	.thumbs>div a img {
		height: 290px
	}
}
.thumbs>div a:hover .overlay,
.thumbs>div a:focus .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(38, 38, 38, 0.5);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
.thumbs>div a:hover .overlay .caption,
.thumbs>div a:focus .overlay .caption {
	position: absolute;
	overflow: hidden;
	direction: rtl;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
.thumbs>div a:hover .overlay .caption p,
.thumbs>div a:focus .overlay .caption p {
	color: #F4F4F4
}
.thumbs>div a:hover .overlay .caption h4,
.thumbs>div a:focus .overlay .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	.thumbs>div a:hover .overlay,
	.thumbs>div a:focus .overlay {
		bottom: 0;
		height: 100%
	}
}
.thumbs>div a:hover .overlay .caption,
.thumbs>div a:focus .overlay .caption {
	display: initial
}
.thumbs>div a:hover img,
.thumbs>div a:focus img {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px)
}
.button {
	padding: 15px 40px;
	text-decoration: none;
	border: 1px solid #F4F4F4;
	color: #F4F4F4;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
.button:hover,.button:focus {
	text-decoration: none;
	background-color: #F4F4F4;
	color: #262626
}
.padding-left {
	padding-left: 20px
}
.padding-right {
	padding-right: 20px
}
.align-center {
	text-align: center
}
footer {
	padding: 60px 0 40px;
	background-color: #4B4A4C
}
.contact-us-box {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
@media (min-width: 768px) {
	footer .col-sm-4, footer .col-sm-6 {
		float: right;
	}
}
@media (max-width: 768px) {
	footer, footer .rtl {
		text-align: center
	}
	footer img {
		margin: auto
	}
	.contact-us-box {
		margin-top: 30px;
	}
	footer .footer-menu {
		margin-top: 30px;
		text-align: center
	}
}
@media (min-width: 768px) {
	footer .footer-menu {
		float: right;
		text-align: right
	}
}
@media (max-width: 768px) {
	footer .footer-menu {
		margin-top: 30px;
		text-align: center
	}
}
footer .footer-menu h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: white
}
footer .footer-menu ul {
	list-style: none;
	color: white
}
@media (max-width: 768px) {
	footer .footer-menu ul {
		padding: 0
	}
}
footer .footer-menu ul li {
	margin-bottom: 5px
}
footer .footer-menu ul li>a {
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
footer .social-links {
	margin-top: 40px
}
footer .social-links>a {
	border: 1px solid #F4F4F4;
	padding: 5px 6px 0	6px;
	font-size: 17px;
	margin-right: 0;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
footer .social-links .sl-instagram:hover {
	background-color: #cd486b;
	border-color: #cd486b;
	color: white
}
footer .social-links .sl-telegram:hover {
	background-color: #0088cc;
	border-color: #0088cc;
	color: white
}
footer .social-links .sl-twitter:hover {
	background-color: #1da1f2;
	border-color: #1da1f2;
	color: white
}
footer .social-links .sl-facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
	color: white
}
footer .social-links .sl-youtube:hover {
	background-color: #cd201f;
	border-color: #cd201f;
	color: white
}
footer .social-links .sl-android:hover {
	background-color: #a4c639;
	border-color: #a4c639;
	color: white
}
footer .social-links .sl-ios:hover {
	background-color: #8e8e93;
	border-color: #8e8e93;
	color: white
}
#address {
	padding: 10px 0;
	background-color: #262626
}
#address p {
	padding-top: 18px;
	line-height: 200%;
	text-align: center;
	font-size: 13px;
	color: #bdbdbf
}
#article {
	padding-top: 20px;
	background-color: #F4F4F4;
	text-align: justify
}
#article .row {
	padding-bottom: 10px
}
#article .inner-box {
	padding: 2%	5%
}
#article .article-date {
	color: #ED1C24;
	font-size: 12px;
	padding-top: 10px
}
@media (max-width: 768px) {
	#article {
		background-color: white
	}
}
#article #main-article .content {
	padding-top: 20px
}
#article #main-article .content p,#article #main-article .content li {
	font-size: 14px;
	color: #717073;
	line-height: initial
}
#article #main-article .content input {
	border-radius: 0
}
#article #main-article .content input:focus {
	border-color: #c3a2a3;
	box-shadow: none
}
#article #main-article .content textarea {
	border-radius: 0
}
#article #main-article .content textarea:focus {
	border-color: #c3a2a3;
	box-shadow: none
}
#article #main-article .content .vfb-fieldType-submit {
	text-align: center
}
#article #main-article .content button:not([class^="plyr"]) {
	border-radius: 0;
	background-color: white;
	color: #231F20;
	border-color: #262626;
	padding: 10px 20px;
	margin-top: 0;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
#article #main-article .content button:not([class^="plyr"]):hover,
#article #main-article .content button:not([class^="plyr"]):focus,
#article #main-article .content button:not([class^="plyr"]):active {
	background-color: #262626;
	color: #bdbdbf
}
#article #main-article .content a {
	color: #ED1C24;
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
#article #main-article .content a:hover,#article #main-article .content a:focus,#article #main-article .content a:active {
	color: #7f0a0f
}
#article #main-article h1,#article #main-article h2,#article #main-article h3,#article #main-article h4,#article #main-article h5,#article #main-article h6 {
	line-height: initial
}
@media (min-width: 1200px) {
	#article #main-article.col-md-12 .inner-box {
		padding: 20px 160px
	}
}
#article #main-article .news-subtitle {
	padding-bottom: 5px;
	color: #737373
}
#article #main-article img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto
}
#article #sidebar .tabs-wrapper {
	padding-top: 10px;
	width: 100%
}
#article #sidebar .tabs-wrapper .nav-tabs {
	padding: 0
}
#article #sidebar .tabs-wrapper .nav-tabs li a {
	border-radius: 0;
	border: 1px solid black;
	font-size: 12px;
	margin-right: -1px;
	color: #4B4A4C
}
#article #sidebar .tabs-wrapper .nav-tabs li.active a {
	background-color: black;
	color: #F4F4F4
}
#article #sidebar .tabs-wrapper .tab-content {
	border: none
}
#article #sidebar .tabs-wrapper .tab-content .tab-pane {
	padding: 20px 5px 0	5px
}
#article #sidebar .tabs-wrapper .tab-content .tab-pane ul {
	padding: 0;
	list-style-type: none
}
#article #sidebar .tabs-wrapper .tab-content .tab-pane ul li {
	padding-bottom: 10px
}
#article #sidebar .tabs-wrapper .tab-content .tab-pane ul .list-title a {
	text-decoration: none;
	font-size: 12px;
	color: #717073
}
#article #sidebar .tabs-wrapper .tab-content .tab-pane ul .list-title a:hover {
	color: #262626
}
#article #sidebar .tabs-wrapper .tab-content .tab-pane ul .list-date {
	color: #ED1C24;
	font-size: 12px
}
#posts-list {
	padding-top: 40px;
	background-color: #F4F4F4
}
#posts-list.search-posts-list, #posts-list.no-padding-top {
	padding-top: 0;
}
#posts-list .row {
	padding-bottom: 15px
}
@media (max-width: 768px) {
	#posts-list {
		padding-top: 20px
	}
	#posts-list .row {
		padding-bottom: 15px
	}
}
#posts-list.min-padding {
	padding-top: 20px
}
#posts-list.min-padding .row {
	padding-bottom: 15px
}
#posts-list .inner-box {
	padding: 8px
}
#posts-list .article-date {
	color: #ED1C24;
	font-size: 12px;
	padding-top: 5px
}
#posts-list .row {
	padding-top: 15px
}
@media (max-width: 768px) {
	#posts-list {
		background-color: white
	}
}
#posts-list .post div a.moretag {
	color: #ED1C24;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
#posts-list .post div a.moretag:hover {
	text-decoration: none;
	color: #7f0a0f
}
#posts-list .post div .post-title {
line-height: 25px;
	color: #4B4A4C;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
#posts-list .post div .post-title:hover {
	text-decoration: none;
	color: black
}
#posts-list #main-article .films {
	padding-bottom: 0
}
#posts-list #main-article .content {
	padding-top: 20px;
	line-height: 160%
}
#posts-list #main-article .content p {
	font-size: 12.5px;
	color: #717073
}
@media (min-width: 1200px) {
	#posts-list #main-article.col-md-12 .inner-box {
		padding: 20px 140px
	}
}
#posts-list #main-article.col-md-12 .inner-box hr {
	width: 90%;
	border-top: 1px solid #a4a3a5
}
#posts-list #main-article .news-subtitle {
	padding-bottom: 5px;
	color: #737373
}
.gallery-post {
	height: 0;
	overflow: hidden;
	padding-bottom: 31%;
	margin-bottom: 25px;
}
.gallery-post .image-holder {
	position: relative;
}
.gallery-post a {
	display: block;
	width: 100%;
}
.gallery-post a img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery-post h5 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	background: rgba(38, 38, 38, 0.71);
	margin: 0;
}
.gallery-post h5:hover {
	background: rgba(38, 38, 38, 0.85);
}
.gallery-post h5 a {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.gallery-post h5 a:hover, .gallery-post h5 a:focus {
	text-decoration: none;
}
@media (max-width: 768px) {
	.gallery-post {
		height: auto;
		padding-bottom: 0;
	}
}
.text-block {
	padding-top: 50px
}
.text-block .row {
	padding-bottom: 40px
}
.text-block .content {
	text-align: justify;
	width: 90%;
	margin: auto
}
.text-block .content.white-text {
	color: white
}
.text-block .button-wrap {
	margin-bottom: 20px
}
.text-block .button-wrap .button {
	padding: 15px 40px;
	text-decoration: none;
	border: 1px solid #262626;
	color: #262626;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
.text-block .button-wrap .button:hover,.text-block .button-wrap .button:focus {
	text-decoration: none;
	background-color: #262626;
	color: #F4F4F4
}
.text-block.blue {
	background-color: #102053;
	color: white
}
.text-block.blue strong {
	color: white
}
.text-block.blue .button-wrap {
	margin-bottom: 20px
}
.text-block.blue .button-wrap .button {
	padding: 15px 40px;
	text-decoration: none;
	border: 1px solid #F4F4F4;
	color: #F4F4F4;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
.text-block.blue .button-wrap .button:hover,.text-block.blue .button-wrap .button:focus {
	text-decoration: none;
	background-color: #F4F4F4;
	color: #102053
}
.text-block#charsou {
	position: relative
}
.text-block#charsou .bg-dark {
	background-image: url('../images/text/1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1
}
.text-block#charsou .bg-dark:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
	opacity: .6;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0, #000	100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0,0,0,0.7)), color-stop(100%, #000));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0, #000	100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0, #000	100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.7) 0, #000	100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0, #000	100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1)
}
.text-block#charsou #charsoo-logo {
	display: block;
	margin: auto;
	width: 80%;
	max-width: 450px;
	padding: 20px 0
}
.text-block#charsou #charsoo-logo path {
	fill: #FFF
}
.text-block#charsou .button-wrap {
	margin-bottom: 20px
}
.text-block#charsou .button-wrap .button {
	padding: 15px 40px;
	text-decoration: none;
	border: 1px solid #F4F4F4;
	color: #F4F4F4;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
.text-block#charsou .button-wrap .button:hover,.text-block#charsou .button-wrap .button:focus {
	text-decoration: none;
	background-color: #F4F4F4;
	color: #102053
}
#club {
	padding-top: 0
}
#club .row {
	padding-bottom: 30px
}
#club .overlay {
	background-clip: content-box;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(3,33,45,0.45);
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	bottom: 0;
	height: 100%
}
#club .overlay .caption {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F4F4F4
}
#club .overlay .caption p {
	color: #F4F4F4
}
#club .overlay .caption h4 {
	line-height: 200%
}
@media (max-width: 992px) {
	#club .overlay {
		bottom: 0;
		height: 100%
	}
}
@media (min-width: 768px) {
	#club .overlay:hover .caption h4 {
		background-color: rgba(10,118,160,0.8);
		border-color: #bdbdbf;
		color: white
	}
}
#club .overlay a {
	color: white;
	text-decoration: none
}
#club .overlay a:hover {
	color: white
}
#club .banner {
	margin-right: 0;
	margin-left: 0
}
@media (min-width: 768px) {
	#club .banner:hover img {
		-webkit-filter: blur(2px);
		-moz-filter: blur(2px);
		-o-filter: blur(2px);
		-ms-filter: blur(2px);
		filter: blur(2px)
	}
}
#club .banner div {
	padding-left: 0 !important;
	padding-right: 0 !important
}
#club .banner img {
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
	width: 100%
}
#club .banner .caption h4 {
	display: inline-block;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
@media (min-width: 768px) {
	#club .banner .caption h4 {
		border: 1px solid white;
		padding: 15px 40px
	}
}
#club .content {
	width: 90%;
	padding-top: 10px;
	padding-bottom: 30px;
	margin: auto
}
#club .content p {
	text-align: justify;
	padding-bottom: 20px
}
#club .content .cyan {
	color: #0c92c6
}
#club .content .black {
	color: #262626
}
#club .content .align-center {
	text-align: center !important
}
#club .content a {
	color: #262626;
	text-decoration: none
}
#club .content a:hover {
	color: #135671
}
#club .button-wrap {
	margin-bottom: 20px
}
#club .button-wrap .button {
	padding: 15px 40px;
	text-decoration: none;
	border: 1px solid #0c92c6;
	color: #0c92c6;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
#club .button-wrap .button:hover,#club .button-wrap .button:focus {
	text-decoration: none;
	background-color: #0c92c6;
	color: white
}
#teaser {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #262626
}
#teaser .row {
	padding-bottom: 30px
}
#teaser .limit-size {
	max-width: 680px;
	max-height: 495px;
	margin: auto
}
#teaser strong {
	color: white
}
#content {
	padding-top: 40px
}
#content .row {
	padding-bottom: 60px
}
#pagination {
	text-align: center;
	font-size: 13px
}
#pagination ul {
	padding: 0
}
#pagination ul > li a {
	margin-left: -1px !important;
	border-radius: 0 !important;
	color: black
}
#pagination ul > li.active span {
	background-color: black;
	border-color: black;
	color: white
}
#pagination ul > li:first-child > span {
	margin-left: -1px
}
#pagination ul > li:first-child > a, #pagination ul > li:first-child > span {
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
#pagination ul > li:last-child > a, #pagination ul > li:last-child > span {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
/*
#children-menu {
	background-color: #F4F4F4
}
#children-menu .row {
	background-color: #262626
}
#children-menu .row ul {
	list-style-type: none
}
#children-menu .row ul li,
#children-menu .row ul li.active {
	padding: 13px 15px;
	float: right;
	direction: rtl
}
#children-menu .row ul li a,
#children-menu .row ul li.active a {
	font-size: 15px;
	color: white;
	padding: 0;
	background-color: transparent;
	text-decoration: none
}
#children-menu .row ul li a:hover,
#children-menu .row ul li.active a:hover,
#children-menu .row ul li a:focus,
#children-menu .row ul li.active a:focus {
	background-color: transparent;
	color: #bdbdbf
}
#pageSlider {
	width: auto !important;
	height: auto !important
}
*/
#children-menu {
	background: transparent;
	padding: 10px;
}
#pageSlider {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	font-size: 14px;
}
#pageSlider li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
#pageSlider li:last-child {
	margin-left: 0;
}
#pageSlider li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -2px;
	right: 0;
	background: #808285;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
#pageSlider li:hover:after {
	width: 100%;
}
#pageSlider li.current_page_item {
	font-size: 15px;
}
#pageSlider li.current_page_item:after {
	width: 100%;
	background: #ed1c24;
}
#pageSlider li a {
	color: #777;
	padding: 10px 10px 15px;
	display: inline-block;
	white-space: nowrap;
}
#pageSlider li a, #pageSlider li a:hover, #pageSlider li a:active {
	text-decoration: none;
}
#pageSlider li.current_page_item a {
	color: #000;
}
@media (max-width: 480px) {
	#children-menu {
		padding: 0 10px 15px;
		background: #f4f4f4;
	}
	#pageSlider {
		border-bottom: none;
		margin-bottom: 0;
	}
	#pageSlider li {
		margin-top: 10px;
		margin-left: 15px;
	}
	#pageSlider li:after {
		bottom: 0;
	}
	#pageSlider li a {
		padding: 10px 5px 10px;
		color: #333;
	}
}
#breadcrumbs .inner-box {
	font-size: 13px;
	padding: 15px
}
#breadcrumbs .inner-box a {
	color: #ED1C24
}
.archive-heading {
	padding-bottom: 35px
}
.archive-heading h4 {
	text-align: center
}
.film {
	padding-bottom: 15px
}
@media (max-width: 768px) {
	.film {
		border-bottom: 1px solid lightgrey
	}
}
.film img {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width: 768px) {
	.film img {
		height: 387px
	}
}
@media (min-width: 768px) {
	.film img {
		height: 333px;
		width: 100%
	}
}
@media (min-width: 992px) {
	.film img {
		height: 387px
	}
}
.film .details {
	margin-bottom: 22px;
	overflow: hidden;
	text-overflow: ellipsis
}
@media (max-width: 768px) {
	.film .details {
		text-align: center
	}
}
.film a {
	font-size: 16px;
	white-space: nowrap;
	color: #262626;
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
.film a:hover {
	color: #8c8c8c
}
.film ul {
	margin-top: 15px;
	padding: 0;
	font-size: 13px;
	color: #7e7c80;
	max-width: 246px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
@media (max-width: 768px) {
	.film ul {
		margin-left: auto;
		margin-right: auto
	}
}
.film ul li {
	list-style-type: none;
	display: inline
}
.film ul li:not(:first-child):before {
	content: "	|	"
}
.film .grey {
	color: #8c8c8c
}
.film .director {
	font-size: 13px
}
.single-film h3 {
	margin-top: 0
}
.single-film img {
	margin-bottom: 30px !important
}
.single-film .summary {
	color: #4B4A4C;
	margin-bottom: 15px
}
.single-film .director {
	margin-top: 15px;
	margin-bottom: 15px
}
.single-film .grey {
	color: #737373
}
.single-film .details {
	overflow: hidden;
	text-overflow: ellipsis
}
@media (max-width: 768px) {
	.single-film .details {
		text-align: center
	}
}
.single-film ul {
	margin-top: 15px;
	padding: 0;
	color: #7e7c80;
	font-size: 15px
}
.single-film ul li {
	list-style-type: none;
	display: inline
}
.single-film ul li:not(:first-child):before {
	content: " | "
}
.film-images {
	margin-top: 40px;
	margin-bottom: 40px
}
.film-images h3 {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center
}
.film-images>div {
	padding: 0
}
.film-images .fotorama__wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100% !important
}
.film-text {
	margin-top: 40px;
	margin-bottom: 40px
}
.film-text h3 {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center
}
.film-director h4 {
	margin-top: 0
}
.film-director p {
	margin-top: 30px;
	margin-bottom: 30px
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity
}
.carousel-fade .carousel-inner .active {
	opacity: 1
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.carousel-fade .carousel-control {
	z-index: 2
}
@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-fade .carousel-inner>.item.next,.carousel-fade .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.carousel-fade .carousel-inner>.item.prev,.carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.carousel-fade .carousel-inner>.item.next.left,.carousel-fade .carousel-inner>.item.prev.right,.carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.video-js-responsive-container.vjs-hd {
	padding-top: 56.25%
}
.video-js-responsive-container.vjs-sd {
	padding-top: 75%
}
.video-js-responsive-container {
	width: 100%;
	position: relative
}
.video-js-responsive-container .video-js {
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}
.video-js .vjs-big-play-button {
	border-radius: 0 !important
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 1px
}
.col-xs-5ths {
	width: 20%;
	float: left
}
@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left
	}
}
@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left
	}
}
.two-menu ul{
	width: 100%;
	height: 48px;
	background-color: #0303031a;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	background-clip: padding-box;
}
@media (min-width:992px) {
	#navigation .two-menu .navbar-nav {
		margin-top: 0px
	}
}
@media (min-width:768px) and (max-width:992px) {
	#navigation .two-menu .navbar-nav {
		margin-top: 0px
	}
}
@media (min-width:768px) and (min-width:768px) {
	#navigation .two-menu .navbar-nav {
		width: 750px;
		margin-right: -30px!important;
	}
}
@media (min-width:768px) and (min-width:992px) {
	#navigation .two-menu .navbar-nav {
		width: 970px;
		margin-right: -30px!important;
	}
}
@media (min-width:768px) and (min-width:1200px) {
	#navigation .two-menu .navbar-nav {
		margin-right: -30px !important;
		width: 1170px;
	}
}
.two-menu .dropdown-menu {
	position: absolute;
	top: 100% !important;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0	0;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	font-size: 14px;
	text-align: left;
		background-color: #262626;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: none;
}
.director-caption{
	position: absolute;
	right: 100px;
	top: 80px;
	bottom: 35%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0	1px 2px rgba(0,0,0,0.6);
}
.director-btn{
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	margin: 0	auto 2em;
	width: 100%;
	border: 1px solid;
	overflow: hidden;
	position: relative;
}
.director-btn:hover{
	background-color: #0003;
}
.special-director .director-btn, .special-director .director-caption {
	color: #222;
}
.modal-header button{
	font-size: 30px !important;
	float: right;
}
.modal-header .modal-title{
	margin: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.other-sttafs{
	float: left;
	margin-bottom: 30px;
}
.other-sttafs img{
	width: 300px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1px;
	height: 250px !important;
	border-radius: 6px 6px 0 0;
}
.other-sttafs.special-staffs img{
	width: 100%;
	height: auto !important;
}
.sttafs-title{
	font-size: 15px;
}
.Director_staffs{
	margin-bottom: 30px;
}
.sttafs-caption {
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
	background: #262626;
	color: #fff;
	border-radius: 0 0 6px 6px;
	border: 1px solid #7f7f7f;
	border-top: 0;
	margin-top: -1px;
}
.btn-sttafs {
	background-color: #efefef;
	color: #414141;
	padding: 8px 0px 3px 0px;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
.other-sttafs:hover .btn-sttafs{
	background-color: #ddd;
}
.sttafs-title, .sttafs-des {
	display: block;
	width: 100%;
	margin: 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.search-box{
	float: right !important;
	position: relative;
	right: 10px;
}
input.search-text {
	color: #222;
	position: relative;
	z-index: 5;
	transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	height: 45px;
	width: 0;
	margin: 0;
	padding: 5px 0	5px 40px;
	box-sizing: border-box;
	font-size: 15px;
	cursor: pointer;
	border-radius: 30px;
	border: 1px solid transparent;
	/*background: url(search.png) no-repeat left 9px center transparent;*/
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDMuODY2LDQ3Ny45NzRMMzYwLjk1OCwzMzUuMDUyYzI4LjcyNS0zNC41NDQsNDYuMDE3LTc4LjkxMiw0Ni4wMTctMTI3LjMzNiAgYzAtMTEwLjA4NC04OS4yMjctMTk5LjMxMi0xOTkuMzEyLTE5OS4zMTJDOTcuNTk5LDguNDAzLDguMzUxLDk3LjYzMSw4LjM1MSwyMDcuNzE1YzAsMTEwLjA2NCw4OS4yNDgsMTk5LjMxMiwxOTkuMzEyLDE5OS4zMTIgIGM0OC40MzUsMCw5Mi43OTItMTcuMjkyLDEyNy4zMzYtNDYuMDE3bDE0Mi45MDgsMTQyLjkyMkw1MDMuODY2LDQ3Ny45NzR6IE0yOS4zMzEsMjA3LjcxNWMwLTk4LjMzNCw3OS45ODctMTc4LjMzMiwxNzguMzMyLTE3OC4zMzIgIGM5OC4zMjUsMCwxNzguMzMyLDc5Ljk5OCwxNzguMzMyLDE3OC4zMzJzLTgwLjAwNywxNzguMzMyLTE3OC4zMzIsMTc4LjMzMkMxMDkuMzE4LDM4Ni4wNDcsMjkuMzMxLDMwNi4wNSwyOS4zMzEsMjA3LjcxNXoiIGZpbGw9IiMzNzQwNEQiLz48L3N2Zz4=) no-repeat left 9px center transparent;
	background-size: 24px;
}
#navigation .navbar-nav>li.search-box form.search input.search-text {
	display: block;
}
input.search-text:focus {
	z-index: 3;	
	width: 230px;
	border: 1px solid #666;		
	background-color: white;
	outline: none;
	cursor: auto;
	padding-right: 10px;
	text-align: center;
}
input.search-submit {
	position: relative;
	z-index: 4;
	top: 17px;
	left: 49px;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 30px;
	cursor: pointer;	
	background: none;
}
input.search-text::-webkit-search-cancel-button {
	cursor: pointer;
}
#workshop .post div .post-title {
	color: #4B4A4C;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}
#workshop .post div .post-title:hover {
	text-decoration: none;
	color: black
}
.quickfilmsearch-center{
	text-align: center;
	margin-top: 8px;
}
.quickfilmsearch-btn {
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	background-color: #ED1C24;
	display: inline-block;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	padding: 0 1.5rem;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	border: none;
	-webkit-user-select: none;
	 -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	border-radius: 2px;
	transition: all .3s ease-out;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
}
.quickfilmsearch-btn:hover {
	text-decoration: none;
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	background-color: #f6675d;
}
.quickfilmsearch-btn i{
	padding-right: 5px;
}
#quickfilmsearch-input {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 40px 12px 20px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}
#quickfilmsearch-ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#quickfilmsearch-ul li a {
	border: 1px solid #ddd;
	margin-top: -1px; /* Prevent double borders */
	background-color: #f6f6f6;
	padding: 12px;
	text-decoration: none;
	font-size: 18px;
	color: black;
	display: block
}
#quickfilmsearch-ul li a:hover:not(.header) {
	background-color: #eee;
}
.list_market{
	direction: ltr;
	font-size: 13px;
	list-style: none;
	padding: 0px !important;
}
.list_market li{
	height: 50px;
	border: 1px #e5e5e5	solid;
		text-align: center;
}
.list_market .col-xs-1, .list_market .col-sm-1,.list_market .col-md-1,.list_market .col-lg-1,.list_market .col-xs-2,.list_market .col-sm-2,.list_market .col-md-2,.list_market .col-lg-2,.list_market .col-xs-3,.list_market .col-sm-3,.list_market .col-md-3,.list_market .col-lg-3,.list_market .col-xs-4,.list_market .col-sm-4,.list_market .col-md-4, .list_market .col-lg-4, .list_market .col-xs-5, .col-sm-5, .col-md-5,.list_market .col-lg-5,.list_market .col-xs-6, .list_market .col-sm-6, .list_market .col-md-6, .list_market .col-lg-6, .list_market .col-xs-7, .list_market .col-sm-7,.list_market .col-md-7,.list_market .col-lg-7,.list_market .col-xs-8,.list_market .col-sm-8,.list_market .col-md-8,.list_market .col-lg-8,.list_market .col-xs-9,.list_market .col-sm-9,.list_market .col-md-9,.list_market .col-lg-9,.list_market .col-xs-10,.list_market .col-sm-10,.list_market .col-md-10,.list_market .col-lg-10,.list_market .col-xs-11,.list_market .col-sm-11,.list_market .col-md-11,.list_market .col-lg-11,.list_market .col-xs-12,.list_market .col-sm-12,.list_market .col-md-12,.list_market .col-lg-12{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.list_market li:first-child{
	background-color: #ED1C24 !important;
	font-size: 14px;
	font-weight: bold;
	color: white !important;
	padding-top: 15px;
}
.list_market li:nth-child(odd){
	background-color: #eee;
}
.schedule_page{
	float: right;
	text-align: center;
	border-bottom: 1px #a0a0a0 solid;
	border-right: 1px #a0a0a0 solid;
	padding-bottom: 15px;
}
.schedule_page .quickfilmsearch-btn{
	margin-bottom: 8px!important;
}
.tag{
	margin-top: 20px;
}
.tag a{
	color: black;
}
.tag a:hover{
	color: #848484 ;
}
/* Extra Header Menu */
.header-extra-menu {
	float: right;
}
.drop-down{
	direction: rtl;
	display: inline-block;
	position: relative;
}
.drop-down-button{
	/* background: linear-gradient(to right,#3d6def, #8FADFE); */
	/* background: linear-gradient(to left, #08c1e9 0%, #4189ec 100%); */
	background: #95969a;
	display: inline-block;
	line-height: 40px;
	padding: 5px 20px;
	border-radius: 2px;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	cursor: pointer;
}
.drop-down .squared-avatar {
	float: right;
	width: 40px;
	height: 40px
}
.drop-down-name {
	float: right;
	font-size: 13px;
	color: #fff;
	font-weight: 800;
	margin-right: 15px;
}
.drop-down-icon {
	margin-right: 14px;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.drop-down-active .drop-down-icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.drop-down-menu-box {
	position: absolute;
	width: 100%;
	min-width: 200px;
	left: 0;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 15px 0px rgba(0,0,0,0.2);
	 transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	margin-top: 5px;
	z-index: 5;
}
.drop-down-menu {
	margin: 0;
	padding: 0 13px;
	list-style: none;
}
.drop-down-menu-box:before {
	content: '';
	background-color: transparent;
	border-right: 8px solid transparent;
	position: absolute;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-top: 8px solid transparent;
	top: -15px;
	left: 18px;
}
.drop-down-menu-box:after {
	content: '';
	background-color: transparent;
}
.drop-down-item {
	font-size: 13px;
	padding: 5px 0;
	font-weight: 500;
	color: #6a6a6a;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #e0e2e9;
}
.drop-down-item a, .drop-down-item a:hover, .drop-down-item a:focus {
	display: block;
	color: #6a6a6a;
	text-decoration: none;
	padding: 8px 0;
}
.drop-down-item-icon {
	position: absolute;
	width: 15px;
	height: 15px;
	line-height: 18px;
	left: 0;
	color: #6a6a6a;
}
.drop-down-item:hover, .drop-down-item:hover a, .drop-down-item a:hover, .drop-down-item a:focus, .drop-down-item:hover .drop-down-item-icon {
	color: #2268c8;
}
.drop-down-item:last-of-type {
	border-bottom: 0;
}
.drop-down-active .drop-down-menu-box{
	visibility: visible;
	opacity: 1;
	margin-top: 15px;
}
.drop-down-item:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 28px;
	background-color: #2268c8;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: none;
}
.drop-down-item:hover:before {
	display: block;
}
@media (max-width: 768px) {
	.header-extra-menu {
		display: none;
	}
	.navbar-header .header-extra-menu.hide {
		display: block !important;
		margin: 18px 20px 0;
	}
}
@media (max-width: 480px) {
	.navbar-header .header-extra-menu.hide .drop-down-name {
		display: none;
	}
	.drop-down-menu-box {
		right: 0;
		left: auto;
	}
	.drop-down-menu-box:before {
		right: 18px;
		left: auto;
	}
}
@media (max-width: 400px) {
	.navbar-header .header-extra-menu.hide {
		margin: 18px 15px 10px;
	}
	.navbar-header .header-extra-menu.hide .drop-down-button {
		padding: 5px 10px;
	}
}
.squared-avatar {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	width: 45px;
	height: 45px;
}
.squared-avatar img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100% !important;
	height: auto;
	transform: translate(0,-50%);
}
/* Video Player */
.video-table {
	float: right;
	width: 100% !important;
	margin: 15px 0;
}
.video-table tr {
	width: auto !important;
	height: auto !important;
}
.video-table tr td {
	float: left;
	width: 49% !important;
	height: auto !important;
	margin-left: 2%;
}
.video-table tr td:last-child {
	margin-left: 0;
}
.video-table tr td strong {
	color: red;
}
.wp-video {
	float: right;
	width: 100% !important;
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.plyr, .plyr * {
	direction: ltr !important;
}
.plyr__menu__container .plyr__control--forward {
	padding-right: 11px !important;
	padding-left: 28px !important;
	direction: rtl !important;
}
.plyr__menu__container .plyr__control--forward:after {
	right: auto !important;
	left: 5px !important;
	transform: rotate(180deg) translateY(50%) !important;
}
.plyr__menu__container .plyr__control--forward .plyr__menu__value {
	margin-right: auto !important;
	margin-left: -5px !important;
	padding-left: 0 !important;
	padding-right: 25px !important;
}
.plyr__menu__container .plyr__control--back, .plyr__menu__container .plyr__control--back *, .plyr__menu__container .plyr__control--forward * {
	direction: rtl !important;
}
.plyr__control.plyr__control--overlaid {
	background: rgba( 255,255,255,.8) !important;
	border-radius: 10px !important;
	padding: 13px 23px !important;
	color: rgb(0,0,0,0.8) !important;
}
.plyr__controls {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
/* Mobile Menu */
.sidr {display: block;position: fixed;top: 0;height: 100%;z-index: 1;width: 260px;overflow-x: hidden;overflow-y: auto}.sidr .sidr-inner {padding: 0 0 15px}.sidr .sidr-inner > p {margin-left: 15px;margin-right: 15px}.sidr.sidr-right {left: auto;right: -260px}.sidr.sidr-left {left: -260px;right: auto}.sidr {background: #f8f8f8;color: #333;box-shadow: inset 0 0 5px 5px #ebebeb}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6 {font-size: 15px - 4;font-weight: 400;padding: 0 15px;margin: 0 0 5px;color: #333;line-height: 24px;box-shadow: 0 5px 5px 3px rgba(#000,.2)}.sidr p {font-size: 15px - 2;margin: 0 0 12px}.sidr p a {color: rgba(#333,.9)}.sidr > p {margin-left: 15px;margin-right: 15px}.sidr ul {display: block;margin: 0 0 15px;padding: 0;border-top: 1px solid darken(#f8f8f8,10%);border-bottom: 1px solid lighten(#f8f8f8,10%)}.sidr ul li {display: block;margin: 0;line-height: 48px;border-top: 1px solid lighten(#f8f8f8,10%);border-bottom: 1px solid darken(#f8f8f8,10%)}.sidr ul li ul {border-bottom: 0;margin: 0}.sidr ul li ul li {line-height: 40px;font-size: 15px - 2}.sidr ul li ul li:last-child {border-bottom: 0}.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active,.sidr ul li ul li:hover {border-top: 0;line-height: 41px}.sidr ul li ul li.active > a,.sidr ul li ul li.active > span,.sidr ul li ul li.sidr-class-active > a,.sidr ul li ul li.sidr-class-active > span,.sidr ul li ul li:hover > a,.sidr ul li ul li:hover > span {box-shadow: inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span {color: rgba(#333,.8);padding-left: 30px}
body.sidr-open:after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #212121
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
a.main_menu_bars {
	margin-left: 10px
}
a.fajriff_sidr {
	float: left;
	font-size: 25px;
	color: #bdbdbd;
	padding: 10px;
	position: absolute;
	left: 20px;
	top: 20px;
	margin-left: 0;
	margin-right: 10px;
}
a.fajriff_sidr:hover {
	color: #909090;
}
a.fajriff_sidr i {
	float: right;
}
#mobile_main_menu {
	background: #fff
}
#mobile_main_menu .logo {
	background-color: #ED1C24;
	position: relative;
	height: 100px;
	text-align: center;
	line-height: 110px;
	font-size: 30px
}
#mobile_main_menu .logo > a {
	display: block;
	width: 100%;
	height: 100%
}
#mobile_main_menu .logo > a.navbar-brand {
	float: unset;
}
#mobile_main_menu .logo > a.navbar-brand .img-responsive {
	display: block;
	margin: 0 auto;
	padding: 5px;
}
#mobile_main_menu ul {
	width: 100%
}
#mobile_main_menu ul li {
	height: auto;
	margin: 0;
	width: 100%
}
#mobile_main_menu ul li:before {
	width: 0;
	height: 100%;
	background-color: #bdbdbd;
	opacity: 0;
	transition: all .1s
}
#mobile_main_menu ul li:hover:before {
	width: 100%;
	opacity: 1
}
#mobile_main_menu ul li:hover {
	background: 0 0
}
#mobile_main_menu ul li:hover a {
	color: #757575
}
#mobile_main_menu ul li a {
	display: block;
	height: 50px;
	padding: 0 30px 0 40px;
	color: #757575;
	line-height: 50px;
	font-size: 14px;
	position: relative;
	overflow: hidden
}
#mobile_main_menu ul li a:before {
	content: "";
	height: 25px;
	width: 25px;
	background-color: #ededed;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%,-50%)
}
#mobile_main_menu ul li a.activated:before {
	-webkit-animation: scaleUp .5s;
	-moz-animation: scaleUp .5s;
	animation: scaleUp .5s;
	opacity: 1
}
#mobile_main_menu ul li a:hover, #mobile_main_menu ul li a:focus {
	text-decoration: none;
}
@keyframes scaleUp {
	100%,80% {
		opacity: 0;
		transform: translate(-50%,-50%) scale(12)
	}
}
#mobile_main_menu ul li.current-menu-parent > a, #mobile_main_menu ul li.current-menu-item > a {
	color: #C72C1C;
}
#mobile_main_menu ul li.menu-item-has-children a:after {
	content: "\f107";
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 25px;
	transition: all .5s;
	line-height: 50px;
}
#mobile_main_menu ul li.menu-item-has-children a.active:after {
	content: "\f107";
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 25px;
	transition: all .5s;
	transform: rotate(180deg);
	line-height: 50px;
}
#mobile_main_menu ul li ul {
	position: relative
}
#mobile_main_menu ul li ul:before {
	box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	left: 0;
	top: 0
}
#mobile_main_menu ul li ul li a {
	background-color: #ededed;
	padding-right: 60px
}
#mobile_main_menu ul li ul li a.active {
	box-shadow: none
}
#mobile_main_menu ul li ul li a:after {
	content: ''!important
}
#mobile_main_menu ul li ul li.current-menu-item > a {
	color: #C72C1C;
}
#mobile_main_menu form {
	float: left;
	width: 100%;
	border-bottom: 1px solid #545454
}
#mobile_main_menu .menu-search-box {
	float: left;
	padding: 15px;
}
#mobile_main_menu input {
	float: left;
	height: 34px;
	padding: 0 15px;
	width: calc(100% - 34px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: 0 0;
	outline: 0;
	font-size: 14px;
}
#mobile_main_menu button, #mobile_main_menu input[type="submit"] {
	float: left;
	width: 34px;
	height: 34px;
	text-align: center;
	background: #414141;
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
	border: none;
}
#mobile_main_menu ul {
	padding: 0;
	list-style: none
}
#mobile_main_menu ul li {
	padding: 0;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s
}
#mobile_main_menu ul li a:after,#mobile_main_menu ul li:before {
	content: ""
}
#mobile_main_menu ul li ul li a i {
	display: inline-block;
	position: unset;
	margin-left: 8px;
	margin-right: -26px;
}
#main-nav-user .mobile_main_menu {
	margin-bottom: 10px;
}
.menu-user-info {
	float: right;
	width: 100%;
	padding: 0 25px;
	position: relative;
}
.menu-user-info .user-avatar-box {
	float: right;
	width: 60px;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu-user-info .user-name {
	float: right;
	font-size: 14px;
	color: #fff;
	width: 150px;
	text-align: right;
	padding-right: 15px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.menu-user-info .user-avatar-box .user-avatar {
	display: block;
	width: 60px;
	height: 60px;
}

/* Pictures Bar */
#pictures-bar-holder {
	margin: 10px auto 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
#pictures-bar, #pictures-bar * {
	direction: ltr;
}
.slick-loading .slick-list {
	background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'Glyphicons Halflings';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 15px;
}
[dir='rtl'] .slick-prev {
	right: 15px;
	left: auto;
}
.slick-prev:before {
	content: "\e079";
}
[dir='rtl'] .slick-prev:before {
	content: "\e080";
}
.slick-next {
	right: 15px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 15px;
}
.slick-next:before {
	content: "\e080";
}
[dir='rtl'] .slick-next:before {
	content: "\e079";
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
#pictures-bar .item img {
	width: 100%;
	height: auto;
}

.disHighlight{
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;
}

/* CountDown */
.countdown { }
.countdown-box {
	position: relative;
	/* min-height: 284px; */
	background: url("../images/events/opening-countdown.jpg");
	background-position: center 20%;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
.countdown-box .countdown-val {
	position: relative;
	display: block;
	font-size: 26px;
	z-index: 3;
}
.countdown-box .countdown-val .countdown-counter {
	background: #fff;
	color: #ed1c24;
	padding: 5px 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.countdown-box h4 {
	position: relative;
	display: block;
	padding: 0 10px;
	margin-top: 26px;
	font-weight: bold;
	text-shadow: 0 1px 20px #000;
	z-index: 3;
	line-height: 24px
}
.countdown-box:after {
	position: absolute;
	content: '';
	background: #ed1c24;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	opacity: .4;
	z-index: 1;
}

@media (max-width:550px) {
	.countdown-box .countdown-val {
		font-size: 1.5em;
		z-index: 10;
	}
}
@media (max-width:460px) {
	.countdown-box .countdown-val {
		font-size: 1.3em;
	}
	.countdown-box .countdown-val .countdown-counter {
		display: block;
		width: 50%;
		margin: 0 auto 10px;
	}
}
@media (max-width:320px) {
	.countdown-box .countdown-val .countdown-counter {
		width: 70%;
	}
}

/* Critics */
.critic-box {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.critic-box:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.critic-box .alignnone {
	margin: 5px 20px 20px 0;
}
.critic-box .aligncenter, .critic-box  div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.critic-box .alignright {
	float:right;
	margin: 0 0 20px 20px;
}
.critic-box .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.critic-box a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.critic-box a img.alignnone {
	margin: 0 20px 20px 0;
}
.critic-box a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.critic-box a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.critic-box .wp-caption {
	max-width: 96%;
	padding: 0 3px 10px;
	text-align: center;
}
.critic-box .wp-caption.alignnone {
	margin: 0 20px 20px 0;
}
.critic-box .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}
.critic-box .wp-caption.alignright {
	margin: 0 0 20px 20px;
}
.critic-box .wp-caption a {
	display: inline-block;
	margin: 0;
}
.critic-box .wp-caption img {
	width: 100%;
	border: 0 none;
	height: auto;
	margin: 0 !important;
	max-width: 98.5%;
	padding: 0;
	width: auto;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.critic-box .wp-caption p.wp-caption-text {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Text meant only for screen readers. */
.critic-box .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.critic-box .screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

#teaser-video, #article .row video {
	max-width: 100%;
	height: auto;
}

/* Film Show Times */
.film-showtimes-holder {
	text-align: center
}
.film-showtimes-box {
	display: inline-block;
	width: 450px;
	max-width: 95%;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 15px;
	background: #fafafa;
}
.film-showtimes-box div.pull-right {
	display: block;
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	color: #414141;
}
.film-showtimes-box div.pull-right:last-child {
	border-bottom: 0;
}
.film-showtimes-box div.pull-right span {
	display: inline-block;
	padding: 6px 5px 3px;
}
.film-showtimes-box div.pull-right span:first-child, .film-showtimes-box div.pull-right span:last-child {
	float: left;
	background: #4f4f4f;
	color: #fff;
	padding: 6px 7px 3px;
	margin-left: 10px;
}
.film-showtimes-box div.pull-right span:last-child {
	float: right;
	margin-left: 0;
	margin-right: 10px;
}
.buy-ticket-film-box {
	text-align: center;
}
.buy-ticket-film {
	background: #ED1C24;
	display: inline-block;
	min-width: 160px;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 28px;
	margin: 15px auto 25px;
}
.buy-ticket-film:hover {
	text-decoration: none;
	border: ;
	background: #E43C43;
}
.buy-ticket-film i {
	display: inline-block;
	margin-right: 10px;
}

.footer-logos {
	display: inline-block;
	margin-right: 20px;
}
.footer-logos:first-child {
	margin-right: 0;
}