@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'FRAMDCN';
	src: url('fonts/FRAMDCN.eot');
	src: local('☺'), url('fonts/FRAMDCN.woff') format('woff'), url('fonts/FRAMDCN.ttf') format('truetype'), url('fonts/FRAMDCN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Franklin Gothic Demi Cond';
	font-style: normal;
	font-weight: normal;
	src: local('☺'), url('fonts/Franklin Gothic Demi Cond Regular.woff') format('woff');
}
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
a {
	text-decoration:none;
}
a:hover {
	cursor:pointer;
}
table {
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	margin:0;
	padding:0;
	color:#444;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}
img {
	max-width:100%;
}
a {
	border:none !important;
	outline:none !important;
}
/* Custom CSS
 * --------------------------------------- */
html, body {
	background: none repeat scroll 0 0 #fff;
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}
#fullpage {
	height:100%;
}
/*.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height:0%;
	margin:0 auto;
    overflow: hidden;
    position: relative;
	transition: all 0.2s ease-in-out 0s;
	width:100% !important;
	height:100% !important;
}*/

.section {
	display: block;
	min-height: 300px;
	position: relative;
	width: 100%;
	overflow:hidden;
}
.innerpage {
	overflow:visible !important;
}
.section .inner {
	display:block;
	/* padding:120px 0;*/
   padding:80px 0px;
	width: 100%;
	height:100%;
}
#intro.section .inner {
	padding:120px 0px;
	background:url(../images/color-01.png) repeat-y top center;
}
.grey {
	/*background-image:url(../images/color-01.png);*/
	background-repeat:repeat;
	background-position: top left;
}
.green {
	background-color:#6FD861;
	background-repeat:repeat;
	background-position: top left;
}
.blue {
	background-color:#5BAEEE;
	background-repeat:repeat;
	background-position: top left;
}
.pink {
	/*background-color:#FF57AE;*/
	background:#ffc740;
	background-repeat:repeat;
	background-position: top left;
}
.ornge {
	background-color:#FF6440;
	background-repeat:repeat;
	background-position: top left;
}
.menu-wrap {
	/*position:fixed;*/
	position:absolute;
	top:0;
	left:0;
	z-index:1000000;
	width: 100%;
	padding: 0;
	margin:0;
}
.head-wrap {
	position:relative;
}
.logo {
	float:left;
	position:absolute;
	left:20px;
	z-index:1000000;
	width:104px;/*height:105px;*/
}
.logo-new {
	left:425px;
	top:65px;
}
#menu {
	/*	border:1px solid #000;*/
    margin: 0 auto !important;
	overflow: hidden;
	position: relative;
	z-index:10000;
}
#menu li {
	margin:10px;
	color: #000;
	width:20%;
	float:left;
}
#menu li.space-li {
	width:10%;
}
#menu.new-menu li {
	margin:10px 0px;
}
#menu li.logo-li {
	width:11%;
	padding:0% 1%;
}
#menu li.active {
	color: #fff;
}
#menu li a {
	text-decoration:none;
	color: #565656;
	font-size:14px;
	font-family: 'FRAMDCN';
}
#menu li.active a:hover, #menu li a:hover {
	color: #000;
}
.bg-line {
	background:url(../images/header-lines.png) repeat-x;
	height:6px;
	width:100%;
	position:absolute;
	z-index:100;
	top:50px;
	left:0;
}
.slide-content {
	position:relative;
	z-index:100;
	min-height:100%;
	font-family: 'FRAMDCN';
	color:#000;
}
.grey .slide-content {
/*	background:url(../images/color-01.png) repeat-y top center;*/
}
.grey01 {
	background:#FDFDFD;
}
.grey01 .slide-content {
	background:#FDFDFD repeat-y top center;
}
.grey02 {
	background:#eaeaea;
}
.grey02 .slide-content {
	background:#eaeaea repeat-y top center;
}
.left-bg {
	float:left;
	width:20%;
	background:#fdfdfd;
	height:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
.left-img {
	float:left;
	position:absolute;
	bottom:0px;
	left:15px;
	z-index:1000;
	/*height:100%;*/
	padding-top:100px;
	width:30%;
}
/*.social
{
	position:absolute;
	bottom:3%;
	right:3%;
	z-index:100000;
}*/
.social {
	position:absolute;
	bottom:-10%;
	right:10%;
	z-index:100000;
}
.social a {
	padding:0px 5px;
	float:left;
}
/*.right-content
{
	float:right;
	width:50%;
	padding-top:200px;
	
}*/
.right-content {
  float: left;
  padding: 240px 0 0 272px;
  width: 50%;
}
.center-content {
	padding-top:20%;
	text-align:center;
	float:left;
	width:100%;
}
.center-content a:hover {
	text-decoration:none;
	color:#000;
	background:#6FD861;
}
.right-content h4 {
	text-align:left;
}
.right-content h1, h4, h3 {
	text-shadow: 0 0 1px #333;
}
.right-content h3 {
	font-size:3.313em;
	font-family: 'FRAMDCN';
	text-align:left !important;
	color:#000;
}
.right-content h1 {
	color:#000;
	font-size:5.563em;
	font-family: 'Franklin Gothic Demi Cond';
	text-align:left !important;
}
.menu-icn {
	float:left;
	width:100%;
	text-align:center;
}
.menu-txt {
	float:left;
	width:100%;
	text-align:center;
}
.button-dw {
	position:absolute;
	transition: all 0.2s ease-in-out 0s;
	text-decoration:none;
	cursor: pointer;
	display: inline-block;
	/*background: url(../images/dw-arrow.png) no-repeat center;*/
	
	bottom:0;
	/*left:48%;*/
	left:46.8%;
	font-size:0;
	color:#000;
	outline:none;
	margin-left:-2.5em !important;
	z-index:100;
}
#intro {
	/*background:url(../images/color-01.png);*/
		background-size:100% 100%, cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat:repeat;
}
/*	#intro {
		background: url('../images/overlay.png'), url('../images/intro.jpg');
		background-size: 206px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}



	.main {
			position: relative;
			margin: 0;
			overflow-x: hidden;
		
		}
		.main.style1 {
				padding: 10em 0 10em 0;
			}
	
				.main.style1 .content {
					opacity: 1.0;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
				
			.main.style1.inactive {
			}
			
				.main.style1.inactive .content {
					opacity: 0;
				}
				
		.main.style2 {
				padding: 10em 0 10em 0;
				overflow: hidden;
			}
			
				.main.style2 .content {
					position: relative;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
				
				
			.main.style3 {

				padding: 6em 0 6em 0;
			}
*/
/*div#intro, div#one, div#two, div#work, div#contact, div#about
{
 height: 100vh !important;
 min-height:100%; !important;
}
*/
#intro .left-img {
	bottom: 0;
	left: 50%;
	margin-left: -575px;
	position: absolute;
	width: 440px;
}
#intro .left-img .bx-wrapper {
	margin-bottom:0;
}
.pattern01 {
	background:url(../images/background01.png);
	background-size:100% 100%, cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	float:left;
	width:100%;
	height:100%;
}
.bg-img1 {
	height:100%;
	position:absolute;
	top:0;
	left:10%;
	width:1200px;
	border:1px solid #000;
}
#about, #one, #two, #work, #contact {
	overflow:visible;
}
.head-font {
	font-size:40px;
	padding-bottom:20px;
}
.cent-wrap {
	float:left;
	width:100%;
	text-align:center;
	padding:12% 0%;
}
/*#one .cent-wrap, #work .cent-wrap, #two .cent-wrap, #contact .cent-wrap
{
	padding-bottom:0.5%;
}*/

.cent-wrap {
	padding:0%;
}
#work .bx-wrapper {
	margin-bottom:0px;
}
#one .cent-wrap .bx-wrapper {
	margin-bottom:0;
}
.cent-content {
	/*border:1px solid #fff;*/
	float:left;
	width:100%;
	/*	overflow-x:hidden;
	overflow-y:scroll;*/
	font-family: 'FRAMDCN';
}
/** Font -size Big **/
.cent-content p {
	font-size:16px;
}
.slide-cont p {
	font-size:16px;
}
.movie-full p {
	font-size:16px;
}
.flimtab-table {
	font-size:16px;
}
.contact-add {
	font-size:16px;
}
.contact-add a {
	font-size:16px;
}
/** Font -size Big **/


.rounds {
	/*width:334px;
	height:334px;*/
	width:275px;
	height:275px;
	float:left;
	background:#000;
	margin:0% 2%;
	padding:40px 20px;
	background-repeat:no-repeat;
	background-position:0 0;
	behavior: url(../PIE.htc);
	border-radius: 999px;
	color:#fff;
	font-family: 'FRAMDCN';
	font-size:16px;
	transition: all 0.2s ease-in 0.1s;
	background-position:0 0;/*	opacity:0.5; 
	filter:alpha(opacity=50); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
}
.index-round
{
    margin:0% 29px !important;
}
.rounds p{
    margin-top: 13px !important;
}
.circle {
  margin: 0 auto;
  max-width: 1000px;
}
.text-line {
  display: none;
}
.profile-round {
	width:150px;
	height:150px;
	text-align:center;
	padding-top:8%;
}
.profile-round:hover {
	color:#fff;
	text-decoration:none;
	background:#000;
}
.rounds b {
	font-size:17px;
}
.rounds p {
	font-size:14px;
}
.big-font {
	float:left;
	width:100%;
	text-align:center;
	padding-top:20px;
	font-size:40px;
	font-family: 'Franklin Gothic Demi Cond';
}
.big-font p {
	font-size:30px;
	line-height:34px;
}
.yelow-color {
	color:#DB9C26;
}
.green-round {
	background:#6fd861;
}
.orange-round {
	background:#FF6440;
}
.yellow-round {
	background:#ffc740;
}
.blue-round {
	background:#5BAEEE;
}
.pink-round {
	/*background:#FF57AE;*/
background:#ffc740;
}
.clr {
	clear:both;
}
.slide-cont {
	float:left;
	padding:0% 10%;
	color:#000;
}
.produce {
	text-align:center;
}
.bx-wrapper .produce img {
	display:inline;
	zoom: 1;
 *display: inline;
}
.movie-covers {
	float:left;
	width:100%;
	text-align:center;
}
.movie-covers a {
	color:#000;
}
.movie-covers a:hover {
	color:#000;
	text-decoration:none;
}
.cover {
	background:#000;
	width:17%;
	margin:0 auto;
	position:relative;
}
.mask {
	background:url(../images/more-icon01.png) no-repeat;
	position:absolute;
	top:45%;
	left:40%;
	z-index:1000;
	width:37px;
	height:37px;
	display:none;
}
.movie-covers a:hover .cover img {
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.movie-covers a:hover .cover .mask {
	display:block;
}
.br-line {
	/*color:#488a3f;*/
	color:#b0b0b0;
}
.gallery-links {
	color:#000;
}
.gallery-links:hover {
	color:#000;
	text-decoration:none;
}
.back-detail {
	color:#000;
	float:right;
	padding:2px 10px;
	border:1px solid #000;
	position:relative !important;
	z-index:10000000;
}
.back-detail img {
	padding-right:5px;
}
.back-detail:hover {
	text-decoration:none;
	color:#000;/*background:#DB9C26;*/
	
}
.gallery-imgs {
	float:left;
	width:98%;
	margin:0% 1%;
	padding:5% 0%;
	/*margin:7% 0%;*/
	color:#000;
}
.gallery-imgs ul {
	float:left;
	width:100%;
}
.gallery-imgs ul li {
	/*float:left;*/
	width:18%;
	margin:0.2% 0%;
	display:inline-block;
	zoom: 1;
 *display: inline;
/*border:1px solid #000;*/
}
.gallery-imgs ul li a {
	background:#000;
	display:inline-block;
	/*border:1px solid #000;*/
	zoom: 1;
 *display: inline;
/*width:100%;*/
}
.gallery-imgs ul li img {
/*border:1px solid #f00;*/
	
	
}
.gallery-imgs ul li a img:hover {
	opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	transition: all 0.2s ease-in-out 0.2s;
}
.gallery-videos {
	float:left;
	width:98%;
	margin:0% 1%;
	padding:5% 0%;
	/*margin:7% 0%;*/
	color:#000;
}
.gallery-videos ul {
	float:left;
	width:100%;
}
.gallery-videos ul li {
	/*float:left;*/
	display:inline-block;
	zoom: 1;
 *display: inline;
	width:23%;
	margin:2% 1%;
	background: none repeat scroll 0 0 #0000;
	border: 1px solid #000;/* margin: 10px 10px 10px 14px;
    padding: 4px 4px 10px;*/

}
.gallery-videos ul li .v-img a img:hover {
	opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	transition: all 0.2s ease-in-out 0.2s;
}
.y-video {
	background: none repeat scroll 0 0 #000;
	position: relative;
}
.v-text {
	left: 0;
	margin-left:45%;
	margin-top:20%;
	position: absolute;
	top: 0;
}
.movie-full {
	float:left;
	width:98%;
	margin:0% 1%;
	padding:5% 0%;
	margin:7% 0%;
	border:1px solid #fff;
	background:#fdfdfd;
}
.movie-img {
	float:left;
	width:25%;
}
.movie-details {
	float:right;
	width:70%;
	margin-right:3%;
	text-align:left;
	color:#000;
}
.movie-details h2 {
	padding-top:0;
	margin-top:0;
}
.mov-dlist {
	float:left;
	width:100%
}
.mov-dlist li {
	float:left;
	width:100%;
	/*border-top:1px solid #000;*/
	padding:1% 0%;
}
.mov-dlist li:first-child {
	border:none;
}
.mov-dlist li .left-q {
	float:left;
	width:20%;
	font-weight:bold;
}
.mov-dlist li .right-a {
	float:right;
	width:78%;
	text-align:left;
}
.sub-distrib {
	margin:0 auto;
	width:600px;
	padding-top:5%;
}
.f-distrib {
	width:200px;
	height:200px;
	margin:0% 8%;
}
.f-distrib:hover {
	text-decoration:none;
	color:#fff;
	background:#000;
}
.box-office {
	color:#000;
}
.box-office .mov-dlist {
	width:780px;
	margin:0 auto;
	float:none;
}
.box-office .mov-dlist li .left-q {
	text-align:right;
	width:45%;
}
.box-office .mov-dlist li .right-a {
	text-align:left;
	width:48%;
	color:#000;
}
.box-office .mov-dlist ul {
	border:1px solid #000;
	float:left;
}
.box-office .mov-dlist ul li {
	padding: 2% 0;
	width: 100%;
	background:#e8bc26;
}
.remake-rights ul {
	float:left;
	width:100%;
	padding-top:5%;
}
.remake-rights ul li {
	display:inline-block;
	margin: 0 1%;
	width: 13.2%;
	vertical-align: top;
	zoom: 1;
 *display: inline;
/*border:1px solid #000;
	background:#E8BC26;*/
}
.remake-rights ul li .cover {
	width:100%;
}
.dir-directory {
	float:left;
	width:100%;
}
.dir-directory ul {
	float:left;
	width:100%;
}
.dir-directory ul li {
	float:left;
	width:25%;
	margin:0% 4%;
}
.ad-img {
	float:left;
	width:100%;
}
.ad-details {
	float:left;
	width:100%;
	text-align:center;
}
.ad-videos {
	float:left;
	width:98%;
	margin:0% 1%;
	padding:0% 0%;
	/*margin:7% 0%;*/
	color:#000;
}
.ad-videos ul {
	float:left;
	width:100%;
}
.ad-videos ul li {
	float:left;
	width:23%;
	margin:2% 1%;
	background: none repeat scroll 0 0 #0000;
	border: 1px solid #000;/* margin: 10px 10px 10px 14px;
    padding: 4px 4px 10px;*/

}
.ad-videos ul li .v-img a img:hover {
	opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	transition: all 0.2s ease-in-out 0.2s;
}
.profiles {
	float:left;
	width:100%;
}
.profiles ul {
	float:left;
	width:100%;
}
.profiles ul li {
	float:left;
	width:25%;
	margin:0% 4%;
	position:relative;
}
.profiles ul li img {
	border:1px solid #000;
}
.profiles ul li .ads a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: all 0.2s ease-in-out 0.2s;
}
.profiles .ad-details h3 {
	margin-bottom:2px;
}
.profiles .ad-img {
	background:#000;
	display:inline-block;
	zoom: 1;
 *display: inline;
}
.profiles .ads a {
	color:#000;
	background:#000;
}
.profiles .ads a:hover .mask {
	display:block;
	left:40%;
	top:30%;
}
.more-but {
	padding:2.5% 2%;
	border:1px solid #FF6440;
	/*background:#fe64b4;*/
	background:#FF6440;
	color:#fff;
	/*	float:left;*/
	width:75px;
	height:75px;
	behavior: url(../PIE.htc);
	border-radius: 999px;
	padding-top:25px;
	/*margin:0px 70px;*/
	margin:0 auto;
}
.more-but:hover {
	background:#6FD861;
	color:#000;
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	transition: all 0.2s ease-in-out 0.2s;
	border:1px solid #6FD861;
}
.contact-form {
	float:left;
	width:50%;
	margin-left:10%;
	border-right:1px solid #b0b0b0;
}
.contact-form input {
	padding:5px;
}
.left-fm {
	float:left;
	width:100%;
	padding-bottom:20px;
}
.left-fm input {
	margin:0px 7px;
	border:1px solid #000;
}
.right-fm textarea {
	border:1px solid #000;
}
.input-col {
	float:left;
}
.head-input {
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:5px;
}
.input-col input {
	float:left;
	margin:0;
}
.input-col textarea {
	float:left;
	margin:0;
	padding:5px;
}
#contact {
	background: url('../images/overlay.png'), url('../images/map-bg.png');
	background-size: 206px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}
#two {
	background: url('../images/overlay.png'), url('../images/bg01.png');
	background-size: 206px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}
#work {
	background: url('../images/overlay.png'), url('../images/bg02.png');
	background-size: 206px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}
.contact-add {
	text-align:left;
	padding-left:50px;
	float:left;
}
.contact-add a {
	color:#333;
	font-size:16px;
}
.adds {
	padding-bottom:20px;
}
.connect {
	padding-top:15px;
}
.connect a {
	padding:0px 5px;
}
.contact-add a:hover {
	color:#000;
	text-decoration:none;
}
.submit-fl {
	border:1px solid #000;
	background:#000;
	color:#fff;
	cursor:pointer;
}
.submit-fl:hover {
	color:#000;
	/*background:#ff6e4c;*/
	background:#fff;
	transition: all 0.2s ease-in-out 0.2s;
}
.prof01-detail, .prof02-detail, .prof03-detail {
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	background:#fdfdfd;
	border:1px solid #fff;
}
.copy-right span {
	font-size:12px;
}
.prf-links {
	padding-top:5%;
}
.prof01-gallery, .prof02-gallery, .prof03-gallery, .prof01-brands {
	padding-top:0;
}
.flimography {
	float:left;
	width:98%;
	margin:0% 1%;
	padding:5% 0%;
	/*margin:7% 0%;*/
	color:#000;
	padding-top:0%;
}
.flm-table {
	width:100%;
	background:#E8BC26;
}
.flm-table tr th {
	text-align:center;
}
.flm-table tr th a, .flm-table tr td a {
	color:#000;
}
.flm-table tr th, .flm-table tr td {
	padding:5px;
}
.flm-table thead tr th {
	background:#333;
	color:#fff;
}
.flimtab-table {
	max-height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px solid #000;
	border-left:none;
	border-top:1px solid #333;
}
.prof01-brands ul li, .prof02-brands ul li, .prof03-brands ul li {
	width:25%;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right:50px;
	z-index:1000000;/*	margin-left: -150px;*/
}
#back-top a {
	width:15px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #ECCB22;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width:30px;
	height:30px;
	display: block;
	margin-bottom: 7px;
	background: #FF6440 url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #6FD861;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
.mob-nav {
	display:none;
	position:relative;
}
.full-new #about .rounds {
	height:330px;
	width:340px;
	margin:0% 1%;
}
.full-new #about .rounds p {
	font-size:14px;
}
.full-new .section .inner, .section .inner {
	padding:105px 0px;
	width: 100%;
	height:100%;
}
.menu-new-wrap {
	/*	opacity:0.4;*/
position:fixed !important;
	background:#fff;
}
.clr40 {
	height:40px;
}
.clr50 {
	height:50px;
}
.mob-nav a:hover, .mob-nav a:focus {
	color:#000;
}
#top-menu {
	position:absolute;
}
#top-menu-1 {
	background:#fff;
	position:fixed !important;
}
.copy-right {
	position:relative !important;
}
.gallery-imgs ul li img {
	max-width:100%;
	width:100%;
}
.connect-us {
	position:relative;
	margin:0 auto;
}
.connect-us h3 {
	margin:0;
	padding:0;
}
.connect-us ul li {
	font-size:16px;
}
.bx-wrapper {
	margin:0 !important;
}
.bx-wrapper .bx-viewport {
	left:0 !important;
}
#intro.section .inner {
	background-image:none !important;
}
.section01 {
	/*border:1px solid #f00;*/
	margin:0 auto !important;
	padding:0 !important;
	position:relative;
}
.ban-txt {
	/*border:1px solid #f00;*/
	position:absolute !important;
	right:0% !important;
	top:10% !important;
	z-index:100000;
	width:100% !important;
}
.index-section {
	padding:0 !important;
}
.social {
	position:relative;
	top:20% !important;
	left:0% !important;
	z-index:100000;
	padding:0;
	padding-top:10%;
}
.bx-wrapper img {
	width:100% !important;
}
.menu-bg {
	background-image:url(../images/bg-menu.png);
	background-repeat:repeat;
}
#menu li a {
	color:#333;
}
.right-content h1 {
	text-shadow:0px 0px 1px #333;
}
/* New Changes June 18 */

#about .cent-content p {
	width:80%;
	margin:0% 10%;
}
.fp-round {
	width:80px !important;
	height:80px !important;
	text-align:center !important;
	padding:25px 0px !important;
	float:left !important;
}
.fp-round:hover {
	color:#fff;
	text-decoration:none;
	background:#000;
}
.centr-li ul li {
	float:none !important;
	display:inline !important;
 *display:inline;
	zoom:1;
}
.centr-li ul li .ads {
	max-width:280px;
	display:inline-block;
	zoom: 1;
 *display: inline;
}
.section, .min-hight {
	min-height:780px;
}
.centr-li-video ul li {
	float:none !important;
	display:inline;
	border:none !important;
 *display:inline;
	zoom:1;
}
.centr-li-video ul li .y-video {
	display:inline-block;
	border:1px solid #000;
	zoom: 1;
 *display: inline;
}
.prof01-brands ul li, .prof02-brands ul li, .prof03-brands ul li {
	float:none !important;
	display:inline;
	border:none !important;
 *display:inline;
	zoom:1;
        vertical-align: top;
}
.prof01-brands ul li .ads, .prof02-brands ul li .ads, .prof03-brands ul li .ads {
	display:inline-block;
	margin-bottom: 25px;
	max-width: 250px;
	zoom: 1;
 *display: inline;
}
/*.prof01-photos, .prof02-photos, .prof03-photos
{
	padding-top:7%;
}*/

#work .grey01 {
	background-color:transparent !important;
}
.micon {
	width:77px;
	height:77px;
	display:inline-block;
	zoom: 1;
 *display: inline;
}
.menu01 {
	background:url(../images/menu-ic01-nm.png) no-repeat;
}
#menu li a:hover .menu01, .menu01:hover {
	background:url(../images/menu-ic01.png) no-repeat;
}
.menu02 {
	background:url(../images/menu-ic02-nm.png) no-repeat;
}
#menu li a:hover .menu02, .menu02:hover {
	background:url(../images/menu-ic02.png) no-repeat;
}
.menu03 {
	background:url(../images/menu-ic03-nm.png) no-repeat;
}
#menu li a:hover .menu03, .menu03:hover {
	background:url(../images/menu-ic03.png) no-repeat;
}
.menu04 {
	background:url(../images/menu-ic04-nm.png) no-repeat;
}
#menu li a:hover .menu04, .menu04:hover {
	background:url(../images/menu-ic04.png) no-repeat;
}
.menu05 {
	background:url(../images/menu-ic05-nm.png) no-repeat;
}
#menu li a:hover .menu05, .menu05:hover {
	background:url(../images/menu-ic05.png) no-repeat;
}
.box-off {
	display:inline-block !important;
	float:none !important;
	zoom: 1;
 *display: inline;
}
.movie-imgs ul li {
	min-height:250px;
}
.movie-imgs ul li img {
	max-height:285px;
}
.wimg li {
	width:31% !important;
}
.movie-imgs .no-minhight li {
	min-height:0px;
}
.sm-w {
	float:left;
	width:80%;
}
.sm-w p {
	text-align:justify;
}
.prf-links {
	padding-top:1%;
}
.prfhead .brnds {
	padding-top:0 !important;
	margin-top:0 !important;
*/
}
.inner-page {
	overflow:visible;
}
.img-div {
	display:inline-block;
	margin-top:2%;
	margin-right:2%;
	margin-bottom:2%;
	width:40%;
	text-align:center;
}
.img-div img {
	padding-bottom:10px;
}
.img-div img:hover {
	opacity:0.9;
}
.img-div a {
	color:#333;
	font-size:14px;
}
.img-div a:hover {
	color:#000;
}
.more-site {
	float:left;
	width:100%;
	text-align:left;
}
.more-site .img-div {
	width:auto;
}
.more-site .img-div a {
	display:inline;
}
.more-site .img-div a img {
	max-width:200px;
}
/* New Css June 02 */
.dp-ib ul li {
	display:inline-block !important;
}
#menu {
	overflow: inherit !important;
}
.wallpap {
	position:relative;
}
.icon-downimg {
	position:absolute;
	top:0%;
	left:38%;
	background:url(../images/icon-downimg.png) no-repeat;
	width:55px;
	height:55px;
	opacity:0;
	transition: all 0.1s ease-in-out 0.2s;
}
.wallpap:hover .icon-downimg {
	opacity:1;
	top:38%;
	transition: all 0.1s ease-in-out 0.2s;
}
.gallery-imgs ul li a:hover img {
	opacity: 0.3;
	transition: all 0.2s ease-in-out 0.2s;
}
 @media (min-width:1499px) {
.left-img {
	padding-top:50px;
}
}
@media (min-width:768px) {
.downwall {
	margin: 10px 0 !important;
	position: absolute;
	right: -10px;
	width: 75px !important;
	z-index: 1000;
}
}
@media (min-width:600px) {
.txtarea {
	width:474px !important;
}
}
@media (min-width:1399px) and (max-width:1499px) {
.foot-clr {
	height:20px !important;
}
}
 @media (max-width:1399px) {
.logo {
	width:94px;
	height:105px;
}
#intro .left-img {
	width:30%;
}
#menu li a img {
	width:30%;
}
#menu li.logo-li a img {
	width:80%;
	height:100%;
}
.button-dw {
	width:6%;
}
.contact-form {
	margin-left: 3%;
	width: 53%;
}
div#one, div#two, div#work, div#contact, div#about {
	height: auto !important;
	min-height: 0 !important;
}
#one .cent-wrap, #work .cent-wrap, #two .cent-wrap {
	padding-bottom:8% !important;
}
#contact .cent-wrap {
	padding-bottom:2% !important;
}
.section {
	height: auto !important;
}
.section, .min-hight {
	min-height:300px;
}
.micon {
	width:68px;
	height:68px;
	background-size:cover;
}
#menu li a:hover .micon, .micon:hover {
	width:68px;
	height:68px;
	background-size:cover;
}
}
@media (min-width:1099px) and (max-width:1199px) {
.micon {
	width:54px;
	height:54px;
	background-size:cover;
}
#menu li a:hover .micon, .micon:hover {
	width:54px;
	height:54px;
	background-size:cover;
}
.prf-links .profile-round {
	width:120px !important;
	height:120px !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
}
 @media (max-width:1199px) {
.logo {
	width:84px;
	height:94px;
}
.logo-new {
	left:355px;
	top:60px;
}
.bg-line {
	top:35px;
}
#menu li.logo-li {
	width:13%;
}
#intro .left-img {
	width:28%;
	left: 55%;
}
.gallery-imgs ul li {
	margin: 0.8% 0;
	width: 25%;
}
#menu li {
	width:19%;
}
.contact-form {
	margin-left: 4%;
	width: 56%;
}
.right-content {
	padding:60px 0px;
}
.right-content h1 {
	font-size: 4.563em;
}
.right-content h3 {
	font-size:2.313em;
}
#about .rounds {
	width:290px;
	height:290px;
	font-size:8px;
	margin:0% 0.5%;
	padding:30px;
}
.hc {
	height:60px;
}
.micon {
	width:54px;
	height:54px;
	background-size:cover;
}
#menu li a:hover .micon, .micon:hover {
	width:54px;
	height:54px;
	background-size:cover;
}
}
@media (max-width:1099px) {
.logo {
	width:74px;
	height:83px;
}
#intro .left-img {
	width:28%;
	margin-left:-485px;
}
#intro.section .inner {
	padding:75px 0px;
}
.button-dw {
	width:5%;
}
#menu li a img {
	width:30%;
}
#menu li.logo-li a img {
	width:70%;
	height:100%;
}
.center-content a {
	width:150px;
	height:150px;
	padding-top:60px;
}
.rounds b {
	font-size:15px;
}
.rounds p {
	font-size:11px;
}
.rounds {
	width:275px;
	height:275px;
}
.profile-round {
	width:135px;
	height:135px;
}
.f-distrib {
	width:200px;
	height:200px;
}
}
 @media (min-width:768px) and (max-width:990px) {
.logo {
	width:64px;
	height:71px;
}
#menu li {
	width:20%;
	margin:10px 5px;
}
#menu li a {
	font-size:12px;
}
.bg-line {
	top:30px;
}
#intro.section .inner {
	padding:75px 0px;
}
.section .inner {
	padding:50px 0px;
}
.input-col .textarea-fl {
	width:374px !important;
}
#about .rounds {
	margin:2% 4%;
}
#about .orange-round {
	margin:2% 28%;
}
.f-distrib {
	width:150px;
	height:150px;
	margin:0% 11%;
}
.f-distrib h2 {
	font-size:18px;
}
.gallery-imgs ul li, .gallery-videos ul li {
	width:33%;
}
.wimg li {
	width:33% !important;
}
.box-office .mov-dlist {
	width:100% !important;
}
.remake-rights ul li {
	width:20%;
}
.dir-directory ul li {
	width:42%;
	margin:2% 4%;
}
.profile-round {
	padding:11% 0%;
}
.micon {
	width:43px;
	height:43px;
	background-size:cover;
}
#menu li a:hover .micon, .micon:hover {
	width:43px;
	height:43px;
	background-size:cover;
}
.sm-w {
	float:left;
	width:90%;
}
.prf-links .profile-round {
	width:95px !important;
	height:95px !important;
	padding-left:0 !important;
	padding-right:0 !important;
	padding:7% 0% !important;
}
}
 @media (min-width:768px) and (max-width:900px) {
#menu li a {
	font-size:11px !important;
}
#intro .left-img {
	width:36%;
	margin-left:-385px;
}
.slide-cont {
	width:100%;
}
.prof01-gallery li {
	width:33% !important;
}
.prof01-gallery li a {
	width:92%;
}
}
 @media (max-width:767px) {
#top-menu-1 {
	display:none !important;
}
.logo {
	width:60px;
}
.slide-cont, .sub-distrib {
	width:100%;
}
.textarea-fl {
	width:300px !important;
}
.mob-nav {
	display:block;
	float:right;
}
#menu {
	display:none;
	width:100%;
	float:right;
	background:#fff;
	z-index:10000000;
	border:1px solid #e0e0e0;
	margin-bottom:20px !important;
}
#menu li {
	float:right;
	margin:0;
	padding:10px;
	background:#fff;
	width:100%;
}
#menu li .menu-icn {
	width:10%;
	float:left;
	text-align:left;
}
#menu li a .menu-icn img {
	width:100%;
}
#menu li .menu-txt {
	float: left;
	margin-left: 5%;
	padding-top: 3%;
	text-align: left;
	width: 75%;
}
.mob-nav {
	width:12%;
	margin-top:1%;
	margin-bottom:1%;
	z-index:10000000;
}
.bg-line {
	z-index:1;
}
.mob-nav a {
	color:#333;
	font-weight:bold;
	cursor:pointer;
	float:right;
}
.mob-nav a:hover {
	color:#000;
}
.rounds {
	float:none;
	margin:15px auto !important;
}
.f-distrib {
	float:left;
	margin:15px 21% !important;
}
.menu-txt {
	width:80%;
}
.menu-icn {
	width:80%;
}
#intro .left-img {
	margin-left:-249px;
	width:40%;
}
.right-content {
	padding:30px 0px;
}
.right-content h3 {
	font-size:1.313em;
}
.right-content h1 {
	font-size:2.563em;
}
.full-new .section .inner, .section .inner {
	padding:45px 0px;
}
#one .f-distrib {
	float:left;
	margin:15px 7% !important;
	width:120px!important;
	height:120px!important;
	padding:28px !important;
}
#one .f-distrib h2 {
	font-size:15px;
}
#two .f-distrib {
	float:left;
	margin:15px 5% !important;
	width:130px!important;
	height:130px!important;
	padding:30px !important;
}
#two .f-distrib h2 {
	font-size:18px;
}
/** Font -size Big **/
.cent-content p, .slide-cont p, .movie-full p, .flimtab-table, .contact-add, .contact-add a {
	font-size:14px;
}
.big-font p {
	font-size:26px;
}
.br-line {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+, 6, 7, 8 compability-mode */
	-ms-word-break: break-all; /* Internet Explorer 8 */
	word-break: break-all;
}
.head-font {
	padding-bottom:15px;
	font-size:30px;
}
/** Font -size Big **/

.contact-add {
	padding-left:4%;
	width:80%;
}
.contact-form {
	margin-left:4%;
	width:80%;
	border-right:0px;
}
.foot-clr {
	height:55px !important;
}
.profiles .ads a:hover .mask {
	display:none;
}
.more-but {
	padding:2%;
	width:55px;
	height:55px;
	padding-top:15px;
}
.bx-wrapper .bx-next {
	right:-8px !important;
}
.bx-wrapper .bx-prev {
	left:-8px !important;
}
.button-dw {
	width:8%;
}
.social {
	width:40%;
	right:3%;
}
.social a {
	width:20%;
}
.social a img {
	max-width:100%;
}
.clr50 {
	height:30px;
}
.clr40 {
	height:20px;
}
.mask {
	left:22%;
	top:35%;
}
.movie-covers-list .mask {
	left:0 !important;
	top:0 !important;
}
.mov-dlist li .left-q {
	width:35%;
}
.mov-dlist li .right-a {
	width:63%;
}
#menu li.space-li {
	display:none;
}
.copy-right {
	position:relative !important;
	padding-top:25px;
}
.movie-img {
	width:99%;
	padding-bottom:5%;
}
.movie-details {
	width:98%;
}
.gallery-imgs ul li, .gallery-videos ul li {
	width:50%;
}
.prof01-gallery li {
	width:50%;
}
.gallery-imgs ul li a, .gallery-videos ul li a {
	width:92%;
}
.box-office .mov-dlist {
	width:100% !important;
}
.box-office h2, .remake-rights h2, .dir-directory h2, .brands-Suriya h2 {
	font-size:22px;
}
.box-office .mov-dlist li .left-q {
	width:55%;
	font-size:13px;
}
.box-office .mov-dlist li .right-a {
	width:42%;
	font-size:13px;
}
.remake-rights ul li {
	width:33%;
	margin:10px 8%;
}
.remake-rights ul li .mask {
	left:40%;
	top:40%;
}
.dir-directory ul li {
	width:94%;
	margin:4%;
}
.ad-videos ul li {
	width:48%;
}
.profile-round {
	float:left !important;
	height: 115px;
	margin: 0 1% !important;
	padding: 41px 0;
	width: 115px;
}
.prof01-brands .prof01-brands ul li {
	margin:1%;
}
.menu-new-wrap {
	position:relative !important;
}
.right-content h3 {
	margin-bottom:0%;
}
.social a {
	width:25%;
}
.section, .min-hight {
	min-height:278px;
}
.sm-w {
	float:left;
	width:99%;
}
#top-menu {
	position:relative !important;
}
.movie-covers-change .movie-covers-list {
	width:49.5% !important;
}
}
@media (max-width:991px) {
.sidebar-right {
	border-left:0 !important;
	padding-left:0 !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.movie-covers-change .movie-covers-list {
	width:30.5% !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.movie-covers-change .movie-covers-list {
	width:24.5% !important
}
}
@media (min-width:650px) and (max-width:767px) {
#intro .left-img {
	margin-left:-349px;
	width:32%;
}
}
 @media (min-width:600px) and (max-width:767px) {
#intro .left-img {
	margin-left:-309px;
}
}
 @media (min-width:480px) and (max-width:767px) {
.prf-links .profile-round {
	width:95px !important;
	height:95px !important;
	padding-left:0 !important;
	padding-right:0 !important;
	padding:35px 0 !important;
}
}
@media (max-width: 599px) {
.txtarea {
	width:254px !important;
}
}
 @media (max-width:479px) {
.mob-nav {
	width:18%;
	margin-top:3%;
}
.menu-txt {
	width:70%;
	margin-left:10%;
}
.menu-icn {
	width:70%;
	margin-left:10%;
}
.textarea-fl {
	width:260px !important;
}
#one .f-distrib {
	width:100px !important;
	height:100px !important;
	margin:10px 3% !important;
	padding:18px !important;
}
#about .rounds, .full-new #about .rounds {
	width:283px;
	height:286px;
}
.br-line {
	display:none;
}
#two .f-distrib {
	float: left;
	height: 90px !important;
	margin: 15px 4% !important;
	padding: 18px !important;
	width: 90px !important;
}
#intro .left-img {
	margin-left:-170px;
	width:55%;
}
.right-content {
	padding:35px 0px;
	width:40%;
}
.social {
	width:40%;
	right:3%;
}
.social a {
	width:25%;
}
.social a img {
	max-width:100%;
}
.right-content h1 {
	font-size:1.563em;
}
.right-content h3 {
	font-size:0.9em;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top:10px !important;
}
.mob-nav {
	margin-top:4%;
}
.mov-dlist li .left-q {
	width:45%;
}
.mov-dlist li .right-a {
	width:53%;
}
.button-dw {
	left:52%;
}
.gallery-imgs ul li, .gallery-videos ul li {
	width:99%;
}
.box-office .mov-dlist li .left-q {
	width:80%;
	font-size:12px;
}
.box-office .mov-dlist li .right-a {
	width:15%;
	font-size:12px;
}
.remake-rights ul li {
	width:50%;
}
.ad-videos ul li {
	width:96%;
}
.profile-round {
	float:left !important;
	height: 85px;
	margin: 0 1% !important;
	padding: 31px 0;
	width: 85px;
}
.section {
	min-height:200px !important;
}
.right-content {
	display:none;
}
.micon {
	width:36px;
	height:36px;
	background-size:cover;
}
#menu li a:hover .micon, .micon:hover {
	width:36px;
	height:36px;
	background-size:cover;
}
#menu li .menu-icn {
	margin-left:0% !important;
}
.section {
	min-height:186px !important;
}
.button-dw {
	left:48%;
}
.prf-links .profile-round {
	float: left !important;
	height: 95px;
	margin: 3% 6% !important;
	padding: 32px 0;
	width: 95px;
}
.movie-covers-change .movie-covers-list {
	width:100% !important;
}
}
@media (max-width:319px) {
.mob-nav {
	width:24%;
	margin-top:5%;
}
.menu-txt {
	width:60%;
	margin-left:25%;
}
.menu-icn {
	width:60%;
	margin-left:25%;
}
.section {
	min-height:150px !important;
}
}
/*editr18Apr16*/

.movie-covers-change .movie-covers-list {
	width:20.5%;
	max-width:180px;
	display:inline-block;
	padding:15px;
	vertical-align:top;
}
.movie-covers-change .cover {
	width:100%;
}
.cent-content .bx-wrapper img {
	width:auto !important;
}
.movie-covers-list .mask {
	background:url(../images/more-icon01.png) no-repeat center center;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
	display:none;
}
.movie-img-new, .movie-details-new {
	width:100%;
}
.movie-img-new {
	margin-bottom:4%;
}
.movie-details-new {
	margin:0;
}
.movie-img-new h2 {
	text-align:left;
	color:#000;
	margin-bottom:15px;
}
.movie-details-new h2 {
	font-size:20px;
	color:#FF6440;
	margin-bottom:15px;
}
.synopsis {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.video-galery, .image-galery {
	margin-bottom:30px;
}
.video-galery ul {
	list-style:none;
}
.sidebar-right {
	border-left:1px solid #DCDCDC;
	padding-left:30px;
	float:left;
	width:100%;
}
.sidebar-right .bx-wrapper .bx-controls-direction a {
	height:32px;
}
.sidebar-right .bx-wrapper .bx-prev, .sidebar-right .bx-wrapper .bx-prev:hover {
	background-position:left center;
	left:-30px !important;
}
.sidebar-right .bx-wrapper .bx-next, .sidebar-right .bx-wrapper .bx-next:hover {
	background-position:right center;
	right:-30px !important;
}
.video-galery-inner, .image-galery-inner {
	padding:0 40px;
}
.covers-list-more {
	width: 100%;
	position: absolute;
	float: left;
	top: 130px;
	text-align: right;        
}
.covers-list-more a, .covers-list-more a:hover, .covers-list-more a:focus {
	text-decoration:none !important;
}
.about-content {
  height: 210px;
  overflow-y: scroll;
}
.rounds.f-distrib.green-round:focus {
  color: #fff;
  text-decoration: none;
}
.movie-detail:focus {
  color: #000;
  text-decoration: none;
}