/*-----slider start----------*/

body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  width:100%;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
 
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  /*height: 15px;*/
  /*width: 15px;*/
  /*margin: 0 2px;*/
  /*background-color: #bbb;*/
  /*border-radius: 50%;*/
  /*display: inline-block;*/
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5.5s;
  animation-name: fade;
  animation-duration: 5.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*--------------slider end------*/
/*--------------------------------------*/



/*font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;*/

.header_wrap{
	background:url(../images/bg.jpg) no-repeat top center;
	background-size: cover;
	height:97px;
	padding:10px 0;
}
.logo_wrap{
	padding:0;
	margin:0 0 -85px;
	position:relative;
	z-index:999;
}
.menubox_wrap {
    padding: 15px 0;
}
a { text-decoration: none; }

div#overlay { display: none; }

a#toggle {
    position: fixed;
    top: 3%;
    right: 6px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#toggle i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size:24px;
}

main#content { padding: 10px; }

#menu {
  text-align: center;
  transition: all ease-out 0.3s;
}

#menu a { color: white; }

#menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
  font-family: 'Montserrat';
  font-weight:400;
  font-style:normal;
  font-size:18px;
}

#menu ul li {
  display: inline-block;
  position: relative;
}

#menu ul li > a {
  display: inline-block;
  padding: 10px;
  text-decoration:none;
}

#menu ul li > a > i {
  margin-left: 15px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.1s;
}

#menu ul li ul {
  display: none;
  position: absolute;
  top: 38px;
  width: 200px;
  text-align: left;
}

#menu ul li ul li { display: block; }

#menu ul li ul li a { display: block; }

#menu ul li:hover > a { }

#menu ul li:hover > a > i { transform: rotateZ(90deg); }

#menu ul li:hover ul { display: block; }
@media screen and (max-width: 767px) {

a#toggle { display: block; }

main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}

#menu {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color:#8f0607;
  transform: translateX(-250px);
}

#menu ul {
  text-align: left;
  background-color: transparent;
}

#menu ul li { display: block; }

#menu ul li a { display: block; }

#menu ul li a > i { float: right; }

#menu ul li ul {
  display: none;
  position: static;
  width: 100%;
  background-color: rgba(22,160,133, 0.2);
}

#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { transform: rotateZ(0); }

#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); }

#menu ul li.open > a > i { transform: rotateZ(90deg); }

#menu ul li.open > ul { display: block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all ease-out 0.3s;
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
 html.open-menu main#content { transform: translateX(0px); }

html.open-menu nav#menu {
  z-index: 3;
  transform: translateX(0);
}
}
.topsocial_wrap {
    padding: 15px 0;
}
.topsocial_wrap ul{
	padding:0;
	text-align:right;
}
.topsocial_wrap ul li{
	display:inline-block;
	padding:0 8px 0 0;
}
.banner_wrap{
	position:relative;
}
.banner_wrap img{
	width:100%;
}
.welcome_wrap{
	background:url(../images/bg1.jpg) no-repeat center center;
	padding:80px 0;
	background-size: cover;
}
.welcome_wrap h3{
  margin: 0 0 0px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:22px;
  color:#fff;
  vertical-align: middle;
}
.welcome_wrap h3 img{
	margin:0 10px 0 0;
}
.welcome_wrap h2{
  margin: 0 0 20px;
  font-family: 'Roboto';
  font-weight:700;
  font-style:normal;
  font-size:45px;
  color:#fff;
}
.welcome_wrap h2 span{
  font-weight:300;
}
.welcome_wrap p{
  margin: 0 0 15px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:17px;
  color:#fff;
}
.btn-default {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    color: #fff;
    background-color: #dc1f26;
    border-color: #dc1f26;
    border-radius: 50px;
    padding: 10px 30px;
}
.movies_wrap{
	background:url(../images/bg3.jpg) no-repeat center center;
	padding:60px 0;
	background-size: cover;
}
.movies_wrap h3{
  margin: 0 0 0px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:22px;
  color:#dc1f26;
  vertical-align: middle;
}
.movies_wrap h3 img{
	margin:0 10px 0 0;
}
.movies_wrap h2{
  margin: 0 0 20px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:45px;
  color:#dc1f26;
}
.movies_wrap h2 span{
  font-weight:300;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-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);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	/*margin-left: auto;*/
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	display: block;
	width: 52px;
	height: 52px;
	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:999;
}
.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: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev { right: -15px; }
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before { content: url(../images/left_arrow.png); }
[dir='rtl'] .slick-prev:before { content: url(../images/right_arrow.png); }
.slick-next { left: -15px; }
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before { content: url(../images/right_arrow.png); }
[dir='rtl'] .slick-next:before { content: url(../images/right_arrow.png); }
/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: none !important;
	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;
}
.slider {
	width: 100%;
	margin: 0px auto;
	display:inline-block;
}
.slick-slide { margin: 0px 5px; }
.slick-slide img { width: 100%; }
.movie_caption{
  overflow:hidden;
}
.movie_caption img {
  transition: transform .5s ease;
  overflow:hidden;
}
/* [3] Finally, transforming the image when container gets hovered */
.movie_caption img:hover {
  transform: scale(1.2);
}

.slick-prev:before,  .slick-next:before { color: black; }
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active { opacity: 1; }
.slick-current { opacity: 1; }
.movie_caption h4{
  margin: 5px 0 5px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:22px;
  color:#5a5a5a;
}
.movie_caption p{
  margin: 0px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:18px;
  color:#5a5a5a;
}
.movie_caption hr {
    margin: 3px 0;
    border: 0;
    border-top: 2px solid #db1f27;
    width: 50px;
}
.movetalor_wrap{
	padding:60px 0;
	background:url(../images/bg2.jpg) no-repeat center center;
	background-size:cover;
}
.news_wrap{
	background:url(../images/bg4.jpg) no-repeat center center;
	padding:60px 0 100px;
	background-size: cover;
}
.news_wrap h3{
  margin: 0 0 0px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:22px;
  color:#dc1f26;
  vertical-align: middle;
}
.news_wrap h3 img{
	margin:0 10px 0 0;
}
.news_wrap h2{
  margin: 0 0 20px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:45px;
  color:#dc1f26;
}
.news_wrap h2 span{
  font-weight:300;
}
.news_box{
	background:#fff;
	box-shadow:0 0 0 #000;
}
.news_box:hover{
	box-shadow:0 0 0 #000;
}
.news_caption{
	padding:15px;
}
.news_caption h5{
	margin: 0 0 0px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:14px;
  color:#9c9b9b;
}
.news_caption h4{
	margin: 0 0 5px;
  font-family: 'Roboto';
  font-weight:700;
  font-style:normal;
  font-size:20px;
  color:#353535;
}
.news_caption h4 a{
	text-decoration:none;
  font-size:14px;
  font-weight:700;
  color:#353535;
}
.news_caption a{
	text-decoration:none;
	margin: 0 0 10px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:14px;
  color:#9c9b9b;
}
.news_caption a:hover{
	color:#dc1f26;
}
.footer_wrap{
	text-align:center;
	background:url(../images/bg5.jpg) no-repeat center center;
	padding:0px 0 60px;
	background-size: cover;
}
.footer_wrap img{
	margin:-100px 0 0;
}
.footer_wrap ul{
	margin: 0 0 25px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:16px;
  color:#353535;
}
.footer_wrap ul li{
	display:inline-block;
	padding:0 15px;
}
.footer_wrap ul li a{
	color:#fff;
	text-decoration:none;
}

.twitter_wrap iframe{
    overflow-x: hidden;
    height: 350px !important;
}
.twitter_wrap .SandboxRoot.var-fully-expanded .timeline-Viewport{
    overflow-x: hidden;
    height: 257px !important;
}
.footer_bottom{
	padding:15px 0;
	text-align:center;
	background:#dc1f26;
}
.footer_bottom p{
	margin:0;
	text-align:center;
	color:#fff;
	font-family: 'Roboto';
	font-weight:300;
	font-style:normal;
	font-size:14px;
}
.footer_bottom p a{
	font-weight:400;
	text-decoration:none;
	color:#fff;
}

.inner_caption{
	position:absolute;
	top:38%;
	right:8%;
}
.inner_caption h1{
  margin: 0;
  padding: 0;
  color:#fff;
  font-family: 'Montserrat';
  font-weight:400;
  font-style:normal;
  font-size:32px;
  text-transform:uppercase;
}
.about_wrap{
	background:#fff;
	padding:60px 0;
	background-size: cover;
}
.about_wrap h3{
  margin: 0 0 0px;
  font-family: 'Roboto';
  font-weight:300;
  font-style:normal;
  font-size:22px;
  color:#dc1f26;
  vertical-align: middle;
}
.about_wrap h3 img{
	margin:0 10px 0 0;
}
.about_wrap h2{
  margin: 0 0 20px;
  font-family: 'Roboto';
  font-weight:700;
  font-style:normal;
  font-size:45px;
  color:#dc1f26;
}
.about_wrap h2 span{
  font-weight:300;
}
.about_wrap p {
    margin: 0 0 15px;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    color: #4a4641;
}
.producer_section{
	position:relative;
	display:inline-block;
	width:100%;
	border-top:1px solid #c6c5c5;
	padding:45px 0 0;
	margin:25px 0 0;
}
.producer_box{
	position:relative;
	display:inline-block;
	width:100%;
	padding:0 0 45px;
}
.producer_img{
	width:36%;
	float:left;
}
.producer_img img{
	background:#e4e4e4;
	padding:8px;
	width:100%;
}
.producer_content {
    width: 69%;
    float: left;
    background: #f0f0f0;
    padding: 25px;
    margin: 60px 0 0 -80px;
}
.producer_content002 {
    margin: 60px 0 0 0px;
    position: relative;
    z-index: 9;
}
.producer_img002 {
    margin: 0 0 0 -60px;
}
.producer_content h4{
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #dc1f26;
	margin:0;
}
.producer_content h5{
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    color: #1c1c1c;
	margin:0 0 10px;
}
.producer_content hr {
    margin: 5px 0;
    border: 0;
    border-top: 2px solid #dc1f26;
    width: 90px;
}
.movie_box {
    width: 100%;
    display: inline-block;
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px dashed #dc1f26;
}
.movie_box:last-child{
	border-bottom:none;
}
.movie_img{
	width:43%;
	float:left;
	position:relative;
}
.movie_img img {
    width: 100%;
    padding: 0 0 15px 15px;
    z-index: 99;
    position: relative;
}
.movie_imgcaption {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a3a3a3;
    z-index: 1;
}
.movie_content {
    float: left;
    border: 1px solid #d1cfcf;
    padding: 25px 25px 25px 75px;
    width: 60%;
    margin: 40px 0 0 -50px;
    position: relative;
}
.movie_content h4 {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #dc1f26;
    margin: 0;
}
.movie_content h4 a{
	text-decoration:none;
    color: #dc1f26;
}
.movie_content h4 a:hover{
    color: #4a4641;
}
.movie_content hr {
    margin: 5px 0 15px;
    border: 0;
    border-top: 2px solid #dc1f26;
    width: 90px;
}
.movie_content p {
    margin: 0 0 15px;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    color: #4a4641;
}
.movie_content002 {
    float: left;
    border: 1px solid #d1cfcf;
    padding: 25px 75px 25px 25px;
    width: 60%;
    margin: 40px 0 0 0px;
    position: relative;
}
.movie_img002 {
    width: 43%;
    float: left;
    position: relative;
    margin: 0 0 0 -50px;
}
.contact_wrap h2{
	font-weight:300;
	margin:0;
}
.contact_wrap hr {
    margin: 4px 0 25px;
    border: 0;
    border-top: 2px solid #dc1f26;
    width: 120px;
}
.contact_wrap ul{
    margin: 0 0 15px;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    color: #4a4641;
	padding:0;
}
.contact_wrap ul li{
	display:block;
	padding:10px 0 10px 54px;
}
.contact_wrap ul li a{
	text-decoration:none;
    color: #4a4641;
}
.contact_wrap ul li.address{
	background:url(../images/icon7.png) no-repeat 0 13px;
}
.contact_wrap ul li.phone{
	background:url(../images/icon8.png) no-repeat 0 0;
}
.contact_wrap ul li.mail{
	background:url(../images/icon9.png) no-repeat 0 0;
}
.contact_form-group{
	padding:0 10px 0 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}
textarea.form-control {
    height: 115px;
    resize: none;
}
.contact_wrap ul.contact_social li{
	display:inline-block;
	padding:0;
}
.contact_wrap ul.contact_social li a{
	color:#dc1f26;
	border:1px solid #dc1f26;
	border-radius:50%;
}
.contact_wrap ul li.facebook a{
	display:block;
	padding: 4px 11px;
}
.contact_wrap ul li.twitter a{
	display:block;
	padding: 4px 8px;
}
.contact_wrap ul li.instagram a{
	display:block;
	padding: 4px 9px;
}
.contact_wrap ul li.youtube a{
	display:block;
	padding: 4px 8px;
}
.map_wrap{
	padding:0 0 120px;
}
.newspage_wrap{
	display:inline-block;
	width:100%;
}
.newspage_box{
	padding:0 8px 15px;
}
.newspage_box img{
	width:100%;
}
.cast_box{
	padding:0 8px;
}
.cast_box img{
	width:100%;
	margin:0 0 8px;
}
.cast_box h3 {
    margin: 0 0 0px;
    font-weight: 700;
    font-size: 18px;
}
