

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot') format('embedded-opentype'),
      url('../fonts/Roboto-Light.woff') format('woff'),
      url('../fonts/Roboto-Light.ttf') format('truetype'),
      url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
      url('../fonts/Roboto-Regular.woff') format('woff'),
      url('../fonts/Roboto-Regular.ttf') format('truetype'),
      url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'),
      url('../fonts/Roboto-Bold.woff') format('woff'),
      url('../fonts/Roboto-Bold.ttf') format('truetype'),
      url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'bauerbodonibt-titling';
	src: url('../fonts/bauerbodonibt-titling.eot');
	src: url('../fonts/bauerbodonibt-titling.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bauerbodonibt-titling.woff') format('woff'), 
	url('../fonts/bauerbodonibt-titling.ttf') format('truetype'), 
	url('../fonts/bauerbodonibt-titling.svg#bauerbodonibt-titling') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'BBodoniH-Italic';
	src: url('../fonts/BBodoniH-Italic.eot');
	src: url('../fonts/BBodoniH-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BBodoniH-Italic.woff') format('woff'), 
	url('../fonts/BBodoniH-Italic.ttf') format('truetype'), 
	url('../fonts/BBodoniH-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'AdobeArabic-Regular';
    src: url('../fonts/AdobeArabic-Regular.eot');
    src: url('../fonts/AdobeArabic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AdobeArabic-Regular.woff') format('woff'),
         url('../fonts/AdobeArabic-Regular.ttf') format('truetype'),
         url('../fonts/AdobeArabic-Regular.svg#AdobeArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
 -moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;

}

body{
 	overflow-x:hidden;
	 -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}
  
a:hover {text-decoration:none}
  
.logo { position: absolute; z-index: 20;  margin-top:50px; }

.lan-en {margin-top:20px; z-index:10; position: absolute; right:30px;}

.lan-en a { font-size:25px; font-family: 'AdobeArabic-Regular'; color:#fff; }
.lan-en a:hover { color:#e92c8f; text-decoration:underline; }
.menu-icon
{
	margin-top:20px;
	z-index: 200;
	position: absolute;
	right:65px;
	top:45px;
}

.dollar-film
{
	margin-top:20px;
	z-index:10;
	position: absolute;
	right:100px;
	top:50px;
}

/*============= Menu icon animation =============*/
 .menu-wrapper {
  border: 1px solid #fff;
  width:50px;
  height: 50px;
  cursor: pointer;
  border-radius: 25px;
  position:absolute;
  z-index:99999;
  
 }
 
.position { position:fixed;  transition: all 1s ease; }

.menu-btn, .menu-btn:before, .menu-btn:after {
  height: 4px;
  width: 34px;
  background-color: #fff;
  margin: 23px 8px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-btn:before, .menu-btn:after {
  content: " ";
  position: absolute;
  margin-top: -10px;
  margin-left: 0;
  -webkit-transform: rotateZ(0deg);
   transform: rotateZ(0deg);
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
}

.menu-btn:after {margin-top: 10px;}

.menu-btn-on {background-color: transparent; margin-left: 12px;}

.menu-btn-on.menu-btn:before { -webkit-transform: rotateZ(45deg);  transform: rotateZ(45deg);}
 
.menu-btn-on.menu-btn:after { -webkit-transform: rotateZ(-45deg);  transform: rotateZ(-45deg);}
 
 
/*============= /Menu icon animation =============*/


#menu {
  width: 100%;
  height:100vh;
  position:fixed;
  z-index:99; 
  padding-top:150px;
  padding-bottom:100px;
  padding-right:5%;
  display: none;
  background-image: linear-gradient(to top, #00fec7, #00f1e4, #00e0f9, #00ceff, #00baff);
   opacity: 0.97;
}

#menu ul  { list-style:none;  } 
 
.accordion .link {
  cursor: pointer;
  display: block;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align:right;
  padding-right:50px;
  font-family: 'Roboto-Bold';
  font-size:30px;
  line-height:50px;
  text-transform:uppercase;
   
 }
 
.accordion .link:hover {color: #e92c8f; text-decoration:underline;}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {position: absolute; top: 20px; left: 20px; font-size: 20px; color: #fff; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
  
.accordion li i.fa-chevron-down { right: 12px; left: auto; font-size: 20px;}
 
.accordion li.open .link { color: #e92c8f; }

.accordion li.open i { color: #e92c8f; }

.accordion li.open i.fa-chevron-down { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg);  transform: rotate(180deg); }
 
 
.bold-stitle {font-family: 'Roboto-Bold'; font-size: 17px;}
.bold-title {font-family: 'Roboto-Bold'; font-size: 18px; padding-bottom: 5px; text-transform: capitalize;}

 /*** Submenu
 -----------------------------*/

.submenu { display: none; font-size: 18px; margin:0px 30px 10px 0px;;}
 
.submenu li { border-bottom: 1px solid #fff; margin-right:50px; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px; 
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align:right;
  font-family: 'Roboto-Bold';
  font-size:25px;
 }

.submenu a:hover {background:  #FFF; color:rgba(233,44,143,1);}

/*** /Submenu
 -----------------------------*/  
 
.logo {vertical-align:middle;}

.text-slide {display:inline-block; vertical-align:middle; width:79%;   padding-left:15px; }

.readmore-slide {display:inline-block; vertical-align:middle; width:20%; padding-left:40px;  }

.readmore-slide span {display:block;  }

.readmore-slide button 
{
	background-color:transparent;
	border:solid #14bfe6 1px;
 	transition:all 600ms;
	-webkit-transition:all 600ms;
	-moz-transition:all 600ms;
	-ms-transition:all 600ms;
	margin-top:25px;
	text-transform:uppercase;
	padding:15px 30px;
}

.readmore-slide a
{
	color:#14bfe6;
	font-size:22px;
	line-height:22px;
 	font-family: 'Roboto-Bold';
}

.readmore-slide button:hover {background-color:#14bfe6; }
  
.readmore-slide:hover a { color:#fff; }




/*=================================== 
      Start Slider Css
 ====================================*/

.socialmedia-top { position:absolute; z-index:10;  bottom:15%; right:20px;   text-align:right;  }  
.socialmedia-top span { display: block; padding:2px 0px; }

.socialmedia-top .big:hover { transform: scale(1.2); transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s;  }
 
.billboardwrapper {
  height: 95vh;
  padding: 0px;
  width: 100%;
  display: inline-block; 
  float: left;
}

#billboard {
  display: inline-block; 
  float: left;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 0 solid transparent;
  border-radius: 2px;
  background: #eee;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
 
#slideshow-nav {
  width:120px;
  position: absolute;
  top: 220px;
  right: 0;
  height: 100%;
  z-index: 10;
}
#slideshow-nav li 
{
  display: block;  
  width: 80px; 
  float:right; 
  position:relative; 
  padding-bottom: 2px; 
  margin-top:30px; 
  height: 4px; 
  right:0px; 
  transition:all 0.5s; 
   -webkit-transition:all 0.5s;
}

#slideshow-nav li a {height: 100%; width: 100%; display: inline-block; float: right; margin: 0 0; position: relative; background:#ccc; background:#fff;}
#slideshow-nav li.active { width: 110px !important; transition:all 0.5s; -webkit-transition:all 0.5s;}
 
#slideshow-nav li.active a:after {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  background:#ec147c; 
  content: '';
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#slideshow-nav li.active a {background: #ec147c;}
 

#slideshow-nav li a span {
 height: 30px;
 display: inline-block;
 font-size: 18px;
 position: absolute;
 top: -10px;
 left: -32px;
 color: #fff;
 font-family: 'Roboto-Light';
 text-decoration: none;
 z-index:999;
 
 }
 
 #slideshow-nav li.active a span {color: #ec147c;}

#slideshow-main {
    float: left;
    width: 100%;
    height: 100%;
	position:relative;
	padding-right: 0px;
	border-radius: 2px;
}
#slideshow-list {
	 display: inline-block;
	 float: left;
	 width: 100%;
	 height: 100%;
	 position: relative;
	 background: #333;
}
#slideshow-list li {
	position: absolute; 
	top: 20px; 
	left: 0;
	display: inline-block;
	opacity: 0.5;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #fff;-webkit-transition: -webkit-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
	-moz-transition: -moz-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
	-ms-transition: -ms-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
	transition: transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
}

#slideshow-list li.active {
	opacity:1;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
	-moz-transition: -moz-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
	-ms-transition: -ms-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
	transition: transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
	z-index: 5;
	-webkit-transform: translate(0,-20px); 
	-moz-transform: translate(0,-20px); 
	-ms-transform: translate(0,-20px); 
	transform: translate(0,-20px); 
}
#slideshow-list li a {
	display: inline-block;
	float: left;
	width: 100%;
	height: 100%;
}

#slideshow-list li .pattern-img {
	width: 100%;
	height: 100%;
 	background-position:center;
	background-image:url(../img/slider/pattern.png);
	position:absolute;
	background-color:rgba(0,0,0,0.6);
}

#slideshow-list li div.bbimg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-block; 
	float: left;
	border: 0;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
}

#slideshow-list li div.bbtext {
	position: absolute;
	display: inline-block; 
	bottom: -20px;
	left: 0;
	width: 100%;
	height: auto;
	padding-bottom:15px; 
	z-index:99999; 
	opacity: 0;
	text-align: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	color: #fff;

}

#slideshow-list li.active div.bbtext {
	opacity: 1;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: tranlateY(-20px);
	transition: all 0.6s ease 0.3s;
	-webkit-transition: all 0.6s ease 0.3s;
	z-index:99999; 
}

#slideshow-list li div.bbtext h2 {
	font-family: 'bauerbodonibt-titling';
	font-weight: normal;
	font-size: 70px;
	line-height: 70px;
	color: #fff;
	letter-spacing:-4px;
}

#slideshow-list li div.bbtext p {
	margin-top: 10px;
	font-family: 'Roboto-Light';
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	position: relative;
	width:100%;
}

.slide-title {display:inline-block; vertical-align:bottom; margin-right:50px;}
.film-director {display:inline-block; vertical-align:bottom; color:#bdd630; font-size:16px;  font-family: 'Roboto-Light'; margin-bottom:15px;}


/*.pause, .play {
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: rgba(0,0,0,0.2);
	bottom: 15px;
	right: 110px;
	z-index: 150;
	cursor: pointer;
}
.play span {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ffffff;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -3px;
}*/
/*=================================== 
      End Slider Css
 ====================================*/

.title
{
   font-family: 'bauerbodonibt-titling';
   font-size:55px;
   line-height:55px;
   text-transform:uppercase;
   letter-spacing:-2px;
   margin-top:40px ;
   
}

.pink-title{color:#14bfe6; display:block;}
.gray-title{color:#858585; display:block;}

.news-container {height:300px; margin-top:15px;}


.news-title2
{
   font-family: 'bauerbodonibt-titling';
   font-size:20px;
   line-height:25px;
   letter-spacing:-1px;
    margin-top:50px;
   color:#e92c8f;
}

.news-title 
{
   font-family: 'bauerbodonibt-titling';
   font-size:24px;
   line-height:30px;
   letter-spacing:-1px;
    margin-top:40px;
   color:#e92c8f;
}

.news-date
{
	color:#8dc63e;
	font-size:14px;
	line-height:20px;
	font-family: 'Roboto-Light';
	margin-top:10px;
}

.news-bodytext
{
	color:#010101;
	font-size:16px;
	line-height:25px;
	font-family: 'Roboto-Light';
	margin-top:10px;
}

.readmore button
{
	background-color:transparent;
	border:solid #e92c8f 1px;
	transition:all 600ms;
	-webkit-transition:all 600ms;
	-moz-transition:all 600ms;
	-ms-transition:all 600ms;
	margin-top:25px;
	padding:5px 15px;
	text-transform:uppercase;
	color:#e92c8f;
	font-size:14px;
	font-family: 'Roboto-Bold';
}

.readmore button:hover {background-color:#e92c8f; color:#fff;}
	
 
.news-img 
{
	width:100%;
	margin-top:20px;
	-webkit-box-shadow: 16px -15px 15px 8px rgba(0,0,0,0.08);
    -moz-box-shadow: 16px -15px 15px 8px rgba(0,0,0,0.08);
    box-shadow: 16px -15px 15px 8px rgba(0,0,0,0.08);
}
	
.img-news { max-width:245px;}
 
.more-news
{
	background-image:url(../img/news/home/bg.jpg); 
	background-repeat:repeat;  
	background-color:#fff; 
	padding-top:20px;
	margin:30px  auto;
}
 
.news-readmore button
{
	background-color:transparent;
	border:solid #14bfe6 1px;
	transition:all 600ms;
	-webkit-transition:all 600ms;
	-moz-transition:all 600ms;
	-ms-transition:all 600ms;
	margin-top:25px;
	padding:3px 10px;
	font-family: 'Roboto-Bold';
	color:#14bfe6;
	text-transform:uppercase;
	font-size:14px;
}
 

.news-readmore button:hover {background-color:#14bfe6; color:#fff;}

.borderright {border-right:solid 1px #14bfe6;}

.news-bodytext2
{
	color:#979797;
	font-size:16px;
	line-height:25px;
	font-family: 'Roboto-Light';
	margin-top:15px;
}

.coming-soon-section
{
	background-image:url(../img/coming-bg.png); 
	background-repeat:no-repeat; 
 	background-size:100% 100% ;
	margin:50px auto; 
} 

.margin-top {margin-top:10px; float:left !important; height:230px; }

.coming-soon-title
{
   font-family: 'bauerbodonibt-titling';
   font-size:55px;
   line-height:55px;
   text-transform:uppercase;
   letter-spacing:-2px;
   color:#fff;
   margin-top:170px;
 }
  
.coming-soon-img img {width:100%; max-width:340px;}
 
.coming-readmore button {border:solid #fff 1px !important; margin-top:70px; float:right; }

.coming-soon-title-small
{
   font-family: 'bauerbodonibt-titling';
   font-size:42px;
   line-height:42px;
   text-transform:uppercase;
   letter-spacing:-1px;
   color:#fff;
   margin-top:130px;
 }

.coming-text
{
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-family: 'Roboto-Light';
	margin-top:15px;
} 

.timeline-title
{ 
   font-family: 'bauerbodonibt-titling';
   font-size:55px;
   line-height:55px;
   text-transform:uppercase;
   letter-spacing:-2px;
   margin-top:10px ;
}

.timeline-title-small
{
	font-family: 'Roboto-Bold'; 
	font-size:20px;
	line-height:25px;
	color:#e92c8f;
	text-transform:uppercase;
 }

.timeline-text
{
	color:#5f5f5f;
	font-size:16px;
	line-height:20px;
	font-family: 'Roboto-Light';
	margin-top:10px;
} 
.timeline-text span
{
	color:#91ad00;
 } 
 
  
 .board-members {margin-top:120px;}
 
 .member-name
 {
   font-family: 'bauerbodonibt-titling';
   font-size:22px;
   line-height:22px;
   text-transform:uppercase;
   letter-spacing:-1px;
   color:#14bfe6;
   text-align:center;
   margin-top:15px;
    
 }
 
 .member-title
 {
   font-family: 'Roboto-Light';
   font-size:16px;
   line-height:20px;
    color:#858585;
   text-align:center;
   margin-top:5px;
    
 }
 
  
.footer{ padding:50px 0px 30px 0px; }

.copyrights 
{
  font-family: 'Roboto-Light';
   font-size:14px;
   line-height:20px;
    color:#858585;
   text-align:left;
   margin-top:20px;
}

.socialmedia { text-align:right; margin-top:50px;}

svg:hover #facebook {fill:#3A589B}
svg:hover #instagram {fill:#517FA6}
svg:hover #youtube {fill:#CF3427}

/**** MAD Logo animation  ******/
/* Pulse Shrink */
@-webkit-keyframes mad-logo {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes mad-logo {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.mad-logo {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.mad-logo:hover, .mad-logo:focus, .mad-logo:active {
  -webkit-animation-name: mad-logo;
  animation-name: mad-logo;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}	
/**** /MAD Logo animation  ******/


.aboutheader
{
  height:250px;
  background-image:url(../img/headerbg.jpg) ;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
}

.aboutheader .pattern-img {
	width: 100%;
	height: 100%;
 	background-position:center;
	background-image:url(../img/header-pattern.png);
	position:absolute;
}

.aboutlogo {margin-top:100px;}
.aboutlogo img { float:right;}

.aboutsection
{
	background-image:url(../img/aboutbg.jpg);
	background-repeat:no-repeat;
	background-size:Cover;
	padding-bottom:100px;
	 
}
.soonsection
{
	background-image:url(../img/aboutbg.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-size:100% 100%;
	
	padding-bottom:100px;
	background-attachment: fixed;
	 
}
.about-right {
    font-family: 'BBodoniH-Italic';
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #888;
    text-align: left;
    float: right;
    margin-top: 120px;
    padding-left: 30px;
}

.about-bodytext
{
	color:#010101;
	font-size:16px;
	line-height:25px;
	font-family: 'Roboto-Light';
	margin-top:30px;
	padding-right:15px;
}
.padding-right {padding-right:12px; }	
.socialmedia-about { position:absolute; z-index:10;  bottom:5%; right:25px;   text-align:right;  }  
.socialmedia-about span { display: block; padding:2px 0px; }
.socialmedia-about .big:hover { transform: scale(1.2); transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s;  }
 
 .news-img2 
{
	width:100%;
	margin-top:50px;
	-webkit-box-shadow: 16px -15px 15px 8px rgba(0,0,0,0.08);
    -moz-box-shadow: 16px -15px 15px 8px rgba(0,0,0,0.08);
    box-shadow: 16px -15px 15px 8px rgba(0,0,0,0.08);
}
	
.img-news2 { max-width:245px;}
 
.news-img-hide {width:29%; display:inline-block; vertical-align:top;}
.news-text-display{width:69%; display:inline-block; vertical-align:top; padding-left:20px;} 
 
.news-img-hide-main {width:25%; display:inline-block; vertical-align:top;}
.news-text-display-main{width:74%; display:inline-block; vertical-align:top;  }  
 
 /******************** productions page *********************/
   
.filmscontainer .box  {height: 370px; margin: 10px 0px; position: relative;	overflow: hidden; }

.filmscontainer .box .filmsimg { width:100%; height: 370px; overflow:hidden;}
  
.filmscontainer .box img 
{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;	
  transition: all 300ms ease-out;
  min-width:100%;
  max-height:100%;
  object-fit: cover;
  object-position: top;
  opacity:0.9;
}

.filmscontainer .textoverimg
 {
  text-align:left;
  right:20px;
  left:20px;
  top:40px; 
  position:absolute; 
  z-index:99;
  text-transform:none;  
 }
   
.filmscaptiontitle
 {
	text-align:left;
	color:#a3cd39;
	font-family: 'bauerbodonibt-titling';
	font-size:22px;
	line-height:20px;
	text-transform:uppercase;
 }
 
.filmscaptionbody
 {
  text-align:left;
  color:#fff;
  font-family: 'Roboto-Light';
  font-size:16px;
  line-height:30px;
  margin-top:30px;
 }
   
 .filmscaptionbody span {color:rgba(255,255,255,0.6); font-family: 'Roboto-Regular'; font-size:16px; }
   
   .filmsreadmore
  {
	  text-align:center;
	  width:100px;
	  height:30px;
	  position:absolute;
	  right:0;
	  bottom:0; 
	  padding-top:5px;
	  background-color:#777777;
  }
  
  .filmsreadmore a
  {
	  font-size:14px;
	  font-family: 'Roboto-Bold';
	  color:#fff;
	  text-align:center;
	  line-height:20px;
	  width:100%;
	  text-decoration:none;
	  text-transform:uppercase;
  }
  
  .filmsreadmore1 button 
{
	  position:relative;
	  background-color:#939393;
	  border:none;
	  margin-top:35px;
	  padding:5px 15px;
	  text-transform:uppercase;
	  color:#fff;
	  font-size:14px;
	  font-family: 'Roboto-Bold';
}

.filmsreadmore1 button:hover {background-color:#14bfe6;  }
  
/* Caption Common Style */
.filmscontainer .box .caption {
  background-color: rgba(233,44,143,0.95);
  position: absolute;
  z-index: 10;
	  -webkit-transition: all 300ms ease-out;
	  -moz-transition: all 300ms ease-out;
	  -o-transition: all 300ms ease-out;
	  -ms-transition: all 300ms ease-out;	
	  transition: all 300ms ease-out;
  left: 0;
  top:0;
  width: 100%;
  height:100%;
}


/** Caption 3: Fade **/
.filmscontainer .box .fade-caption {
  opacity: 0;
  width: 100%;
  height:100%;
  text-align: left;
  padding: 15px;
}

/** Fade Caption :hover Behaviour **/
.filmscontainer .box:hover .fade-caption  {
  opacity: 1;
}

.filmscontainer .box:hover .filmsreadmore  {
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
	  -moz-transition: all 300ms ease-in;
	  -o-transition: all 300ms ease-in;
	  -ms-transition: all 300ms ease-in;	
	  transition: all 300ms ease-in;
}

/** Scale Caption :hover Behaviour **/
.filmscontainer .box:hover #image-6 {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
}
	
.filmtitle
 {
	text-align:left;
	color:#a3cd39;
	font-family: 'bauerbodonibt-titling';
	font-size:35px;
	line-height:35px;
	text-transform:uppercase;
	margin-top:40px;
	letter-spacing:-2px;
 }
  
 .filmdate
 {
	font-family: 'Roboto-Light'; 
	font-size:16px;
	color:#010101;
	margin-top:15px;
	line-height:25px;
 }
 
 .filmdate span
 {
	font-family: 'Roboto-Regular'; 
 	color:#25c3ee;
  }
  
  .filmtitle2
 {
	text-align:left;
	color:#a3cd39;
	font-family: 'Roboto-Regular'; 
	font-size:20px;
	line-height:20px;
	letter-spacing:-1px;
	margin-top:20px;
 }
 
.stills {width:100%;  float:left;}
.stillcontainer { width:214px; overflow:hidden; height:200px; margin:5px 5px 5px 0px; display:inline-block; vertical-align:top;  }
.stillcontainer:hover #image-6 {-moz-transform: scale(1.1);	-o-transform: scale(1.1);	-webkit-transform: scale(1.1);	transform: scale(1.1); }
.stillcontainer img 
 {
  -webkit-transition: all 700ms ease-out;
   -moz-transition: all 700ms ease-out;
   -o-transition: all 700ms ease-out;
   -ms-transition: all 700ms ease-out;	
	transition: all 700ms ease-out;
	min-width:100%;
	height:300px;
 }
 
 .height {height:40px; margin-top:30px;}
 
 .gallery { padding:10px 10px 10px 0px; font-size:24px; }
 
 /********** form *******************/
 .form-control {
  display: block;
  width: 95%;
  margin-right:2%;
  height: 55px;
  font-size: 18px;
  font-family: 'Roboto-Regular'; 
  line-height: 1.42857143;
  color: #000;  /*#a3cd39*/
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}

.send {
  width: 95%;
  margin-right:2%;
  height: 55px;
  font-size: 14px;
  font-family: 'Roboto-Regular'; 
  line-height: 1.42857143;
  color: #fff;
  background-color: #ea2a91;
  background-image: none;
  border: 1px solid #ea2a91;
  border-radius: 0px;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.send:hover {
  color: #ea2a91;
  background-color: #25c3ee;
  background-image: none;
  border: 1px solid #ea2a91;
  border-radius: 0px;
  -webkit-box-shadow:none;
   box-shadow:none;
  -webkit-transition:ease-in-out  0.7s;
  -o-transition:ease-in-out  0.7s;
  transition:ease-in-out  0.7s;
}

.form-control:focus {
  border-color: #ea2a91;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}
.form-control::-moz-placeholder {
  color: #ea2a91;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ea2a91;
}
.form-control::-webkit-input-placeholder {
  color: #ea2a91;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
  min-height:150px;
}
input[type="search"] {
  -webkit-appearance: none;
}
/********* form end css *******/

.contactmap  
{
 padding-right:5% !important;  
 font-family: 'Roboto-Regular'; 
 font-size:16px;
 color:#010101;  
 padding:20px 0px;
 text-align:left;
 line-height:25px;
}	

.contactmap  a 
{
  font-family: 'Roboto-Regular'; 
  color:#25c3ee;
  text-decoration:underline;
}

  
div#pagination_controls{font-size:14px; margin-top:40px; text-align:center; padding:20px 40px; font-family: 'Roboto-Light'; }
div#pagination_controls > a{ color:#fff;  background-color:#e92c8f;  padding:1px 7px; margin:0px 2px; }
div#pagination_controls > a:active{ color:#fff; }
div#pagination_controls > a:hover{ color:#fff; background-color:#25c3ee;}
	
.genre button { font-family: 'Roboto-Light'; color:#fff; background-color:#e92c8f; font-size:15px;  border:none; cursor:text; float:right; padding:5px 10px; }
.genre button:hover {   color:#e92c8f; background-color:transparent;   border:#e92c8f solid 1px;   }
 
 .read-more button
 {   font-family: 'Roboto-Light'; color:#a3cd39; background-color:transparent; text-transform:uppercase; text-decoration:underline; font-size:16px; margin-top:7px;  border:none;   padding:3px 10px;    }
    
.read-more button:hover  { color:#fff; background-color:#a3cd39;   } 

.news-bodytext .carousel-control.left { background-image: none; }
.news-bodytext .carousel-control.right {  background-image: none; }

.news-bodytext .item img {min-width: 100%; min-height: 100%;}
 
.competition-form {margin:30px 0px 20px 15px; }
.competition-form label
{
	display: block;
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #353535;
	padding: 10px 5px;
	
}

.competition {
	max-height: 400px;
	object-fit: contain;
	margin: 30px 20px;;
 }

/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
	 

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #25c3ee;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #353535;
  font-size: 20px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
	font-family: 'Roboto-Bold';
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #25c3ee;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #25c3ee;
  border: 1px solid #25c3ee;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #25c3ee;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 300px;
	overflow-y: scroll;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 18px;
   margin: 2em 0;
	font-family: 'Roboto-Light';
}

.competitontext
{
	font-size: 18px;
	line-height: 25px;
 	font-family: 'Roboto-Light';
	margin-top: 30px;
}
  
@media screen and (max-width:1400px)
 {
   .socialmedia-about { right:3%;}  
   .socialmedia-about span { display:inline-block; padding:0px 3px; }
   .socialmedia-about .big:hover { transform: scale(1.2); transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s;  }
   .socialmedia-about .line  { display:none;  }
   .news-img-hide-main {width:30%; }
   .news-text-display-main{width:69%; }  
 }

 @media screen and (min-width:1300px) {  .coming-soon-img {width:340px;} }
  
   
@media screen and (max-width:1200px)
  { 
    .margin-top {margin-top:25px; float:left !important;  }
  }
 
@media screen and (max-width:1000px)
  {
   .coming-soon-img { margin-top:30px;}
   .coming-readmore { margin-top:20px;}
   .coming-soon-title-small {font-size:30px;line-height:30px; margin-top:30px;}
   .coming-soon-title { font-size:35px; line-height:35px;  letter-spacing:-1px;  margin-top:50px;}
   .title {font-size:35px;  line-height:35px;   letter-spacing:-1px;}
   .news-title { font-size:20px;  line-height:25px; }
   .news-bodytext {font-size:15px; line-height:20px; }
   .readmore button {margin-top:15px;}
   .readmore button a {font-size:14px; }
   #slideshow-list li div.bbtext h2 {font-size: 60px;line-height:60px;}
   #slideshow-list li div.bbtext p {margin-top: 0px; 	font-size: 16px; }
   .news-bodytext2 {font-size:15px; line-height:20px; }
   .slide-title {display:block ; margin-right: 0px; width:100%;}
   .film-director {display:block; font-size:14px; margin-bottom:5px;}
   .text-slide {display: block; width:100%; padding-left:20px;  }
   .readmore-slide {display: block; width:40%; padding-left:20px;  }
   .readmore-slide button {margin-top:5px; padding:10px 20px; }
   .readmore-slide button a { font-size:18px; line-height:18px;}
   .readmore-slide span {display:inline-block;  }
   .timeline-title {  font-size:35px; line-height:35px; letter-spacing:-1px;}
   .timeline-title-small{font-size:18px;	margin-top:10px;}
   .aboutlogo {margin-top:60px;}
   .news-container {height:330px; margin-top:15px;}
   .news-img-hide-main {width:35%; }
   .news-text-display-main{width:64%; padding-left:10px; }  
   .filmscontainer .box  {height: 300px; }
   .filmscontainer .textoverimg {  right:15px; left:15px; top:30px;  }
   .filmscaptiontitle {font-size:18px;}
   .filmscaptionbody, .filmscaptionbody span  {  font-size:14px; line-height:25px; }
   .filmsreadmore { width:90px; }
   .filmsreadmore a {font-size:13px; font-family: 'Roboto-Light';}
   .filmsreadmore1 {padding:3px 7px; }
   .filmsreadmore1 a {  font-size:13px;  padding:3px 7px; font-family: 'Roboto-Light';}
   .stillcontainer {  width:200px; height:150px; margin:5px;}
   .stillcontainer img {height:160px;}
   .timeline_img {max-width: 200px; }
   .margin-top { height:510px  !important;  }
  }
 
 
  @media screen and (max-width:767px)
  {    
	body {overflow-x:hidden;}
   .coming-soon-img img {  max-width:200px;}
   .coming-soon-section {padding:30px 15px; height:auto;} 
   .coming-readmore { margin-top:20px;}
   .coming-soon-title-small {font-size:30px;line-height:30px; margin-top:30px;}
   .copyrights {text-align:center;}
   .socialmedia { text-align:center; margin-top:20px;}
   .aboutlogo {margin-top:40px;}
   .aboutlogo img { float:none;}
   .about-right {float:none; margin-top:50px; padding-left:0px; font-size:28px;}
   .news-img-hide { padding-left:15px;}
   .news-container {height:auto; }
   .news-img-hide-main {width:50%;  padding-left:10px; }
   .news-text-display-main{width:100%;   }  
   .board-members {margin-top:30px; margin-bottom:50px;}
   #slideshow-list li div.bbtext h2 { font-size: 40px;	line-height: 40px;	letter-spacing:-2px;}
   #slideshow-list li div.bbtext p {margin-top: 20px; 	font-size: 16px; padding-right:20%;}
   .stillcontainer { width:150px; height:150px; margin:5px;}
   .stillcontainer img {height:150px;}
   .aboutheader { height:190px; }
   .member-name { font-size:22px; line-height:22px; margin-top:20px;}
   .member-title {font-size:15px;  }
   #slideshow-list li div.bbtext h2 {font-size: 45px;line-height:50px;}
   #slideshow-list li div.bbtext p { font-size: 14px; line-height:20px; }
   .billboardwrapper { height: 550px;}
   #slideshow-nav {  width:90px;  top: 180px; right:-40px;}
   #slideshow-nav li { width: 80px;  margin-top:20px;  height: 5px; }
   #slideshow-nav li.active { width: 110px !important; }
   .socialmedia-top {bottom:5%; right:10px;   }  
    .margin-top { height:470px  !important;  }
	  .soonsection {background-size: cover !important;}
 }

 @media screen and (max-width:500px)
 {
  .news-container {height:auto; margin-top:15px;}
  .news-title2 { font-size:16px; line-height:20px;  letter-spacing:normal; margin-top:20px; }
  .news-date {line-height:16px;}
  .news-bodytext {font-size:14px;  line-height:20px;}
  .news-readmore button {margin-top:10px;}
  .news-readmore button a {font-size:14px; }
  .news-img2 {margin-top:30px;}
  .accordion .link {  font-size:22px; line-height:35px; padding-right:20px;}
 .readmore-slide button {margin-top:5px; padding:7px; }
 .readmore-slide button a { font-size:14px; line-height:16px;}
 .readmore-slide span {display:inline-block;   }
  #slideshow-list li div.bbtext h2 {font-size: 30px;line-height:40px;}
 } 
 
 @media screen and (max-width:450px)
 {
  /*.news-img-hide {display:none !important;}*/
  .news-img-hide {width:40%;  padding-left:15px;  }
  .news-text-display{width:100%; padding-left:15px;  } 
  .logo img { width:100px !important; }
  .dollar-film img { width:90px !important; }
  .dollar-film{   right:70px; }
  .socialmedia-top { display:none;}
  #slideshow-list li div.bbtext p { padding-right:15px !important;}
  
  .margin-top { height:510px !important; display:block;  } 

	
 }