@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Play:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300);
body {
	
		height:100% !important;
}

#wrapper {
	min-height:100vh;
	position:relative;
}
#header {
	
	padding:0px;
}
#content {
	padding-bottom:55px; /* Height of the footer element */
}
#footer {
	
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	left:0;
}

a {
	  color: #000;
    text-decoration: none ;
}
*{ margin:0; padding:0;}
/*a:hover {
	text-decoration:none
}*/
a:focus, a:hover {
	text-decoration:none;
	background:0 0;
	color:#20A453 ;
}
p {
	margin-bottom:15px;
	line-height:20px;
	text-align:left;
	font-size: 14px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	color:#000;
	font-family: 'Raleway', sans-serif;
	margin:0 0 20px;
	text-align:left;
	font-weight:300;
}

h2 {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	margin:0 0 10px;
	text-align:left;
	font-weight:300;

}
h3 {
	color:#ee0049;
	font-family: 'Raleway', sans-serif;
	margin:0 0 10px;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 10px;
	font-weight:300;
}

h4 {
	color:#252424;
	font-family: 'Raleway', sans-serif;
	margin:0 0 10px;
	font-weight:400;
	text-align:center;
	font-weight:300;
	
}
h4>span {
	font-size:30px;
	color:#3e454c;
	position:relative;
	top:-19px
}
h5 {
	color:#333745;
	font-family: 'Raleway', sans-serif;
	font-weight:300!important;
	margin:0 0 32px;
	text-transform:uppercase;
 
}
h6 {
	color:#a9504a;
	font-family: 'Raleway', sans-serif;
	margin:0;
	text-transform:uppercase
}
.clear { clear: both; }
/* Header */
header {
background:#000000;
    margin: 0;
    position: relative;
    width: 100%;
	z-index:999;
	border-bottom:2px solid #FF2F19;
}
#header {
	clear: both;
    height: auto;

}

#header > .navbar-collapse > .container {
	position: relative;
}
#header nav {
    float: right;
   padding: 0;
    width: auto;
}
#mainMenu {
    width: auto;
}
#header nav ul.nav-main > li + li {
	margin-left: 0;
}
#header nav ul.nav-main li a {
    color:#999;
    font-size: 13px;
    line-height: 35px;
    padding: 0 15px;
    font-family: 'Raleway', sans-serif;
	 margin: 15px 0 0;
	 transition: all 0.5s ease-in-out; 
	 font-weight: 400; 
	 text-transform:uppercase;
}
#header nav ul.nav-main li a.active{
	color: #FF2F19;
	
	
	} 

#header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus {
	color: #FF2F19;
	
}
#header nav ul.nav-main li a:before {
	display: inline-block;
	content: "";
	position: absolute;
	width: 0px;
	top:90%;
	left:50%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#header nav ul.nav-main li a:hover:before, #header nav ul.nav-main li.current a:before {
	display: inline-block;
	content: "";
	width: 30px;
}
#header nav ul.nav-main li ul a {
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
}
#header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	border-radius: 5px 5px 0px 0px;
	background-color: #CCC;
}
#header nav ul.nav-main li.dropdown:hover > a {
	padding-bottom: 11px;
	margin-bottom: -1px;
}
#header nav ul.nav-main li.dropdown:hover > ul {
	display: block;
}
#header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
	border-radius: 0;
}
#header nav ul.nav-main li.active a {

}
#header nav ul.nav-main li a.dropdown-toggle.extra {
	display: none;
}
#header nav ul.nav-main ul.dropdown-menu {
	background-color: #BC3838;
	border: 0;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
	margin: 0 !important;
	padding: 5px;
	top: auto;
	width:100%;
}
#header nav ul.nav-main ul.dropdown-menu li:hover > a {
	filter: none;
	background: #999;
}
#header nav ul.nav-main ul.dropdown-menu li:last-child > a {
	border-bottom: 0;
}
#header nav ul.nav-main ul.dropdown-menu > li > a {
	color: #FFF;
	font-weight: 400;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: none;
	position: relative;
	padding: 8px 10px 8px 5px;
	font-size: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height:17px;
	margin:0;
}
#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	border-radius: 6px;
	margin-left: 0;
	margin-top: -5px;
}
#header nav ul.nav-main .dropdown-submenu {
	position: relative;
}
#header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
#header nav ul.nav-main .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
#header nav ul.nav-main .dropdown-submenu.pull-left {
	float: none;
}
#header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
#header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
#header nav ul.nav-main .dropdown-submenu:hover > a:after {
	border-left-color: #FFF;
}
#header .nav-main-collapse {
	overflow-y: visible;
}

#header .nav-main-collapse.in {
	overflow-y: visible;
}

/* Responsive Nav Button */
.btn-responsive-nav {
	display: none;
}
.padded-none{ padding:0;}
.centerBox {
	width:100%;
	height:auto;
	padding:50px 0;
	min-height:702px; 
}
/*****my css*******/
#header .logo {
    color: transparent;
    float: left;
    height: 100%;
    margin: 15px 0 15px 17px;
    padding: 0;
    transition: all 0.2s ease-in 0.2s;
}
#index{  background: url(../img/body_bg.jpg) repeat scroll 0 0 ;background-attachment:fixed; }
#my_dairy{ background: url(../img/my_dairy_bg.jpg) repeat scroll 0 0 ;background-attachment:fixed; }
#all_inner{background: url(../img/all-inner.jpg) no-repeat ; min-height:1058px; }
#my_story{ background: url(../img/my_story_bg.jpg) repeat scroll 0 0 ;background-attachment:fixed; }
#movies{ background: url(../img/movie_bg.jpg) repeat scroll 0 0 ;background-attachment:fixed; }
#news{ background: url(../img/news_bg.jpg) repeat scroll 0 0 ;background-attachment:fixed; }





.my_story_pic{ width:50%; height:auto; margin:53px auto 20px;}
.my_story_pic img{ width:100%;}




#index h1{ margin:12% 0 20px}
.slider{ width:100%; height:auto; margin:48px 0}
.scroll_sec{ width:100%;  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); height:auto; margin:48px 0; border-radius: 13px; padding: 12px 30px; position:relative;}

#demo5-forward, #demo5-backward{  position: absolute;
    right: 0;
    top: 70px; }
#demo5-backward{
    left: 0;} 
.scroll_sec .btn{    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 23px; }

a.ind_bttn{   background: #fff none repeat scroll 0 0;
     background: #fff none repeat scroll 0 0;
    border: 3px solid #1e8e4d;
    border-radius: 12px;
    color: #1e8e4d;
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    line-height: 60px;
    margin: 30px 0;
    padding: 5px 20px 5px 8px;
    text-align: left;
	}
a.ind_bttn span{ margin:0 4px 0 0;}

footer {
	  background: none repeat scroll 0 0 #000000;
    border-top: 2px solid #ff2f19;
    margin: 0;
    width: 100%;
	padding:10px 0;
}
footer p{ line-height:35px; margin:0;}
footer ul{ margin:0; padding:0; }
footer ul li{ display:inline; padding:0 8px; color:#00; text-align:center; }
footer ul li a{ font-size: 15px;
    line-height: 43px;
    text-transform: uppercase;}

footer .add_area{ width:auto; text-align:right; color:#fff; line-height:33px; font-size:12px; }
.add_area > img {
    margin: 6px 0 0;
    width: 80%;
}

.social_icon{ width:auto; float:left; margin:5px 0 0 0}
.social_icon .all_icon{  float: left;
    height: 25px;
    margin: 0 5px 0 0;
    width: 27px;}
.social_icon .all_icon img{ width:100%;}
.middle_sec{ width:100%; height:auto; margin:48px 0;}
.latest_news{ width:100%; height:auto; background:rgba(0, 0, 0, 0.8); padding:15px; min-height:540px; border-radius:13px;}
.inner_middle{ width:100%; height:auto; background:rgba(0, 0, 0, 0.8); padding:15px; border-radius:13px;}
.fanzone_middle{background: url("../img/jeet_banner.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 13px;
    height: auto;
    min-height: 440px;
    padding: 35px 15px;
    width: 100%;}
.fanzone_contact{ width:50%; float:right;}
.latest_news h2{ font-size:20px;} 
hr{ background: none repeat scroll 0 0 #ff2f19;
    border: 0 none;
    height: 4px;
    margin: 0 0 20px;
    width: 35%;}
a.read_more{ 
 background: #FF2F19;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 37px;
    padding: 0 20px;
    text-transform: uppercase;
}
.section_news{ border-bottom:1px dotted #ff2f19; padding:0 0 20px 0; margin:0 0 20px; }
.music_sec{ width:100%; margin:0 0 20px; }
.music_sec img{ width:100%;}
.video{ width:100%; height:auto;}


/* line 22, ../sass/demo.scss */
.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 32, ../sass/demo.scss */
.container .gallery a img {
  float: left;
  width: 19.5%;
  height: auto;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
  margin:2px;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}
.contact_form{ width:92%; height:auto; margin:0; }
.contact_form input[type="text"], textarea, .contact_form input[type="password"], .contact_form input[type="email"], select, .contact_form .birthday input{ background:#2B2B2B; border-radius:4px; width:100%; line-height:35px; padding:0 15px; margin:0; border:none; color:#fff; }
.contact_form select{ height:35px;}
.contact_form .birthday input {
    width: 30%;
	padding:0 5px;
}
#terms p{ margin:0; text-align:center; font-size:12px; color:#000;} 
.info{ font-size:12px;}
.fanzone_middle input[type="text"], textarea, .fanzone_middle input[type="password"], .fanzone_middle input[type="email"], select, .fanzone_middle .birthday input{ margin:0 0 20px;}
.contact_form p{ margin:20px 0 10px 0;}
.contact_form textarea{ height:131px; max-width:100%; min-width:100%; }
.contact_form input[type="submit"]{ float:right; margin:20px 0 20px; background:#FF2F19; color:#fff; padding:5px 20px; font-size:18px; border:none; border-radius:4px;}
.fanzone_middle input[type="submit"]{   display: table;
    float: none;
    margin: 30px auto 0;
    padding: 10px 30px;
    width: auto;}
.scroll-img .gallery a img{ width:124px; height:124px;}
.section_news p span{ color:#ED1C24; text-decoration:underline; }
.section_news ul{ margin:0 0 20px; padding:0; list-style-type:none;}
.section_news ul li:before{ font-family: 'FontAwesome'; content: "\f03d"; padding:0 9px 0 0; color:#fff;}
.section_news ul li{   color: #ed1c24;
    display: inline-block;
    margin: 8px 20px 0 0;}
.gallery {
    margin: 0 0 50px;
}
.diary span{ color: #fff;float: left;font-size: 20px; line-height: 126px;}
.diary img{margin:0 0 20px; float:left;}
/*****my css*******/






@media (max-width:1024px) and (min-width: 992px)  {

}

@media (max-width:991px) and (min-width: 768px)  {	
.da-slide h2{ font-size:44px !important;}	
}


@media (max-width:991px) and (min-width: 240px)  {

	 #header .nav-collapse {
		background: #171717;
		width: 100%;
		clear: both;
		width: 100%;
	}
	#header .nav-collapse .container .nav-main {
		float: left;
		width: 100%;
	}

	#header .nav-main-collapse {
		background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    max-height: none;
    overflow: hidden;
    position: absolute;
    top: 72px;
    width: 100% !important;
    z-index: 200;
	}

	#header .nav-main-collapse.collapse {
		display: none !important;
	}

	#header .nav-main-collapse.in {
		width: 100%;
		overflow: hidden;
		overflow-y: hidden;
		overflow-x: hidden;
		display: block !important;
	}

	#header .nav-main {
		padding: 0;
		clear: both;
		display: block;
		float: none;
		width: 100%;
	}

	#header .nav-main ul {
		padding: 0;
		margin: 0;
	}

	#header .nav-main ul li {
		padding: 0;
		margin: 0;
		clear: both;
		float: none;
		display: block;
	}

	#header .nav-main ul li:last-child {
		border-bottom: none;
	}

	#header .nav-main ul ul {
		margin-left: 20px !important;
	}

	#header .nav-main ul.nav-main {
		float: none;
	}

	#header .nav-main ul.dropdown-menu {
		position: static;
		clear: both;
		float: none;
		display: none !important;
	}

	#header .nav-main li.resp-active > ul.dropdown-menu {
		display: block !important;
	}

	#header .nav-main li.dropdown a.dropdown-toggle.extra {
		float: right;
		position: relative;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		margin: 3px 0 -38px 0;
		z-index: 10;
		display: block;
	}

	#header .nav-main li a.dropdown-toggle.disabled .fa {
		display: none;
	}

	#header nav ul.nav-main > li + li {
		margin-left: 0;
	}
#header nav ul.nav-main li.visible{ display:none; }
	#header nav ul.nav-main li a {
		color:#fff;
		line-height:40px;
		font-size:14px;
	}

	#header nav ul.nav-main li a i.fa-angle-down {
		position: absolute;
		right: 18px;
		top: 10px;
	}

	#header nav ul.nav-main li.dropdown:hover > a {
		margin-bottom: -2px;
	}

	#header nav ul.nav-main ul.dropdown-menu {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#header nav ul.nav-main ul.dropdown-menu li > a {
		padding: 9px 8px;
		border: 0;
		border-top: 0;
		margin: 0;
		border-bottom: none;
	}

	#header nav ul.nav-main ul.sub-menu {
		padding: 0;
		margin: 0 0 10px 0;
	}

	#header nav ul.nav-main .dropdown-submenu > a:after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #FFF;
	}

	#header nav ul.nav-main .dropdown-submenu:hover > a:after {
		border-left-color: transparent;
	}

	#header.flat-menu > .container {
		margin-bottom: 0;
	}

	#header.flat-menu nav ul.nav-main {
		padding: 0;
		margin: 0;
	}

	#header.flat-menu nav ul.nav-main li a {
		color: #FFF !important;
	}

	#header.center nav ul.nav-main > li {
		display: block;
	}

	
  /* Responsive Button Nav */
	.btn-responsive-nav {
   background: none repeat scroll 0 0 #ed1c24;
    color: #fff;
    display: block;
    position: absolute;
    right: 30px;
    top: 19px;
    z-index: 1;
	}

	.btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus {
		color: #CCC;
		outline: none;
	}


	#header nav ul.nav-main li.color_box {
    padding: 0 0;
    width: 100%;
}
#header nav ul.nav-main li a span { display:none;}
#header nav ul.nav-main li.color_box a {
    line-height: 40px;
    text-align: left;
}
#header nav ul.nav-main li a{ margin:12px 0; line-height:20px;}
 }
@media (max-width:767px) and (min-width: 240px)  {

#header .logo {
    margin: 15px 0;
    width: 180px;
}
#header .logo img{ width:100%;}
.btn-responsive-nav {
    right: 8px;
}
#header .nav-main-collapse {
    top: 73px;
}
.da-slider {
    height: 210px !important;
    min-width: 291px !important;
}
.da-img > img {
    width: 100%;
}
.da-slide .da-img {
    left: 0 !important;
    line-height: 225px !important;
    width: 100% !important;
}
.da-slide h2, .da-slide p{ display:none;}
.social_icon {
    display: table;
    float: none;
    margin: 10px auto;
}
hr { width:100%;} 
.img-responsive {
    margin: 0 0 20px;
}
.latest_news {
    margin: 0 0 25px;
    min-height: auto;
}
.video iframe {
    height: 200px;
}
.scroll_sec {
    overflow: hidden;
}
footer .add_area {
    text-align: center;}
	
	.contact_form {
    width: 100%;
}
h2, .h2 {
    font-size: 20px;
}
.my_story_pic {
    margin: 0;
    width: 100%;
}
.section_news ul li {
    display: block;
}
.diary img {
    float: none;
    margin: 0 auto 20px;
}
.diary span {
    font-size: 15px;
    line-height: 0;
    margin: 0 0 30px;
	text-align:center;
	width:100%;
}
.fanzone_middle {
    min-height: 630px;
	margin:0 0 30px;
}
.fanzone_contact {
    width: 100%;
}
}