@charset "utf-8";
/* CSS Document */
	
* {
	padding: 0;
	margin: 0 auto;
}

body {
	color: #333;
	background: #fff;
	font-family: "open_sansregular";
	font-size: 16px;
}

/* Fonts Section */
@font-face {
    font-family: 'akshar_unicoderegular';
    src: url('../fonts/akshar-webfont.woff2') format('woff2'),
         url('../fonts/akshar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brushaffregular';
    src: url('../fonts/brushaff-webfont.woff2') format('woff2'),
         url('../fonts/brushaff-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'socialicoregular';
    src: url('../fonts/socialico-webfont.woff2') format('woff2'),
         url('../fonts/socialico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon-webfont.eot');
    src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mainWrapper {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0px 2px 10px #999;
	-moz-box-shadow: 0px 2px 10px #999;
	-ms-box-shadow: 0px 2px 10px #999;
	-o-box-shadow: 0px 2px 10px #999;
	-webkit-box-shadow: 0px 2px 10px #999;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.adSection {
    margin-bottom: 20px;
}

.adSectionWithBorder {
    border-bottom: 1px solid #e5e4e4;
    border-top: 1px solid #e5e4e4;
    margin: 10px 0;
    padding: 10px 0;
}

.adSectionBelowSlider {
    border-bottom: 1px solid #e5e4e4;
    border-top: 1px solid #e5e4e4;
    margin: -6px 0 10px 0;
    padding: 10px 0;
}

.fbLikeShare {
    padding: 43px 0;
}

/*.preHeader {
    border-top: 3px solid #1e93ca;
    padding: 10px 0;
}*/

.preHeaderContent {
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding-bottom: 10px;
}

.preHeaderMenu ul {
    list-style: outside none none;
    margin-bottom: 0;
}

.preHeaderMenu li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.preHeaderMenu li:last-child {
    margin-right: 0;
}

.preHeaderMenu a {
    color: #333;
    text-decoration: none;
}

.preHeaderMenu a:hover {
	color: #e83328;
	text-decoration: none;
}

/*.enLanguage {
    background: #f2efef none repeat scroll 0 0;
    margin-bottom: -10px;
    margin-top: -10px;
    padding: 10px 15px;
}*/

a.enLanguage {
    background: #edecec none repeat scroll 0 0;
	color: #CA403B;
    font-weight: bold;
    padding: 12px 15px;
}

a.enLanguage:hover {
	background: #CA403B;
	color: #ffffff;
}

.headerSection {
    overflow: hidden;
    padding: 10px 0;
}

.ePaper {
    margin-right: 10px;
    padding-top: 30px;
}

.ePaper h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
}

.ePaper a {
    color: #2964a0;
    display: block;
    font: 52px/35px "brushaffregular";
    text-align: center;
    text-decoration: none;
}

.ePaper a:hover {
	text-decoration: none;
}

.ePaper a span {
	color: #E5322D;
}

.ePaper a p {
    color: #e5322d;
    font: 17px "akshar_unicoderegular";
    margin-bottom: 0;
}

.mainNav {
    background: #0078ff none repeat scroll 0 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
}

.taajaUpdates {
    text-align: center;
}

.taajaUpdates img {
    margin-bottom: 15px;
	margin-top: 15px;
}

.taajaUpdates p {
    color: #666;
    font: 18px/32px "akshar_unicoderegular";
    text-align: center;
}

.newsPublishedDetail {
    margin-bottom: 10px;
}

/*.newsPublishedDetail li {
    background: #187dd6 none repeat scroll 0 0 !important;
    border: 1px solid #0960ac !important;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
	margin-bottom: 0 !important;
    padding: 3px 10px !important;
}*/

/*.newsPublishedDetail li {
    background: #ffffff none repeat scroll 0 0 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
    border-bottom: 2px solid #106c61 !important;
    border-radius: 4px;
    color: #1e9183;
    display: inline-block;
    margin-right: 20px;
	margin-bottom: 0 !important;
    padding: 3px 10px !important;
}*/


.newsPublishedDetail li {
    background: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #106c61 !important;
    border-radius: 4px;
    color: #1e9183;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.taajaUpdates ul {
    list-style: outside none none;
    margin-bottom: 0;
}

.taajaUpdates li {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    padding: 20px 50px;
}

.taajaUpdates li:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
}

.taajaUpdates li h1 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.taajaUpdates li h1 a {
	color: #23527c;
   /* font: bold 34px "ganeshregular"; */
    text-decoration: none;
}

.taajaUpdates li h1 a:hover {
	color: #e5322c;
	text-decoration: none;
}

/*.tajaImg h1 a {
    font-family: "Ek Mukta",sans-serif;
    font-size: 1.6em;
    color: #3e3e4a;
    font-weight: bold;
}*/

.tajaImg h1 a {
    font-family: "Ek Mukta",sans-serif;
    font-size: 1.8em;
    color: #000000;
    font-weight: 600;
}

.tajaImg h1 a:hover {
	color: #c2272b;
	text-decoration: none;
}

a.readMore {
    color: #e5322c;
}

a.readMore:hover {
    color: #31302C;
	text-decoration: none;
}



/* fade slider */
/*.slides {
    height:900px;
    margin:50px auto;
    overflow:hidden;
    position:relative;
    width:100%;
}*/
.slides {
    height: 100%;
    position: relative;
    width: 100%;
}

.slides ul {
    list-style:none;
    position:relative;
}
 
/* keyframes #anim_slides */

@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
 
.slides ul li {
    opacity:0;
    position:absolute;
    top:0;
 
    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}
 
/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
.slides ul li img {
    display:block;
	width: 100%;
}
/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
 
.slides ul li div {
    background-color: rgb( 255,255,255,0.7);
    color:#FFFFFF;
    font-size:26px;
    left:0;
    margin:0 auto;
    padding:20px;
    position:absolute;
    bottom:5px;
    width:200px;
  width: 100%;
}


/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
/*.tabbable-panel {
	background: #fff;
  border: 1px solid #eee;
  padding: 0 10px 10px;
}*/

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    font-weight: bold;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 10px 0 10px;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: none !important;
  border-bottom-color: transparent;
  cursor: default;
}

.newsContainer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    padding: 10px;
    overflow: hidden;
}

.newsContainer ul, .tabNewsContainer ul {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.newsContainer li, .tabNewsContainer li {
    border-bottom: 1px solid #e5e4e4;
    margin-bottom: 10px;
	overflow: hidden;
}

.newsContainer li:last-child, .tabNewsContainer li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.newsContainer li:last-child p, .tabNewsContainer li:last-child p {
    margin-bottom: 0;
}

.newsContainer li h1, .newsContainer h1, .tabNewsContainer h1 {
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: left;
}

/*.newsContainer li h1 a, .newsContainer h1 a {
	color: #23527c;
    font: bold 18px "ganeshregular";
    text-decoration: none;
}*/

.newsContainer li h1 a, .newsContainer h1 a, .tabNewsContainer h1 a {
    color: #23527c;
    font: bold 20px/26px "open_sanssemibold";
    text-decoration: none;
    border: none;
}

.newsContainer li h1 a:hover, .tabNewsContainer h1 a:hover, .newsContainer .oneTwo h1 a:hover, .newsContainer .twoOne h1 a:hover {
	color: #bf1e2e;
	text-decoration: none;
}

.newsContainer img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    /*max-height: 100px;*/
    width: 100px;
}


/*.newsContainer p {
    color: #666;
    font: 16px/27px "akshar_unicoderegular";
    margin-top: -3px;
}*/

.newsContainer p {
    color: #333333;
    font: 14px/24px "open_sansregular";
    text-align: left;
}

.tabNewsContainer {
    background: #0000cc none repeat scroll 0 0;
    border: 1px solid #04046f;
    padding: 10px;
}

.postDateTime {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 15px;
    text-align: left;
}

.dateandtime {
    text-align: left;
}

.oneThree {
    border-bottom: 1px solid #e5e4e4;
    margin-bottom: 10px;
    overflow: hidden;
}

.oneThree img {
    height: auto;
    width: 50%;
}

.threeOne img {
    height: 120px;
    width: 100%;
}


.oneTwo img {
    height: auto;
    max-height: 100%;
    width: 100%;
}

.twoOne img {
    height: auto;
    width: 30%;
}

.sectionHeading {
    overflow: hidden;
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
}

.sectionHeading h1 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    color: #000000;
}

.sectionHeading h1 a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.sectionHeading h1 a:hover {

	text-decoration: none;
}

.sectionHeading h1 i {
    margin-right: 10px;
}

.sectionHeading span a {
    color: #333333;
    font-size: 20px;
    text-decoration: none;
	border: none;
}

.sectionHeading span a:hover {
    color: #2964a0;
}


.advertisementSection > ul {
    padding-left: 0;
}

.audioSection img {
    margin-bottom: 10px !important;
    height: 200px  !important;
}

.advertisementSection li {
    display: block;
    list-style: outside none none;
    margin-bottom: 20px;
}

.leftNewsSection {
    border-bottom: 1px solid #e4e0e0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.leftNewsSection:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}



.footerSection {
    background: #1e1ee4 none repeat scroll 0 0;
    padding: 25px 0;
    overflow: hidden;
    margin-top: 5px;
    border-top: 3px solid #fb0102;
}

.footerSection p {
	color: #fff;
    margin-bottom: 0;
}

/*.footerMenu {
    margin-top: 10px;
    text-align: center;
}*/

.footerMenu ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footerMenu li {
    list-style: none;
    display: block;
    margin-bottom: 5px;
}

.footerMenu li:last-child {
	margin-right: 0;
}

.footerMenu li a {
	color: #ffffff;
	text-decoration: none;
}

.footerMenu a:hover {
    color: #fcff00;
	text-decoration: none;
}

.footerSection p a {
    color: #fff;
}

.footerSection p a:hover {
    color: #fcff00;
	text-decoration: none;
}

.aboutSection p {
    margin-left: 0;
    margin-bottom: 6px;
}

.aboutCompany p {
    margin-left: 0;
    margin-bottom: 5px;
}

.aboutCompany p a {
    color: #fff;
}

.aboutCompany p a:hover {
    color: #fcff00;
	text-decoration: none;
}

.ourTeam p {
    margin-bottom: 5px;
    margin-left: 0;
}

.copyrightSection {
    background: #0078ff none repeat scroll 0 0;
    padding: 15px 10px;
    border-top: 3px solid #024c9f;
    /* overflow: hidden; */
    margin-top: 20px;
    width: 100%;
    float: left;
}

.copyrightSection p {
    margin-bottom: 0;
    margin-left: 0;
    color: #ffffff;
}

.copyrightSection a {
    color: #ffffff;
	text-decoration: none;
}

.copyrightSection a:hover {
    color: #fcff00;
	text-decoration: none;
}

.copyRight {
    text-align: center;
}

.preFooterMenu {
    text-align: right;
}


.preFooterMenu ul {
    margin-bottom: 0;
}

.preFooterMenu li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    line-height: 10px;
}

.preFooterMenu li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}


.singleNewsContainer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 10px 10px 0;
    overflow: hidden;
}

.singleNewsContainer p, .newsCategory p {
    color: #666;
    font: 16px/27px "akshar_unicoderegular";
    /*margin-top: -3px;*/
	text-align: justify;
}

.singleNewsContainer h1 {
    color: #202020;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}

.singleNewsContainer h3 {
    color: #474747;
    font-size: 19px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 0;
}

.site-contact {
    border-top: 3px solid #333333;
    margin-bottom: 30px;
    overflow: hidden;
}

.site-contact h1 {
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 0;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #e4e0e0;
    margin-bottom: 30px;
}

/*.site-contact h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 0;
    background: #f90a0a url(../images/headerBg.png) no-repeat scroll 0 0;
    border: 1px solid #db0909;
    color: #fff;
    padding: 2px 15px;
}*/

/*.singleNewsContainer img {
    margin-bottom: 10px;
}*/

/*.singleNewsContainer img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}*/

.singleNewsContainer p img {
    height: auto;
    width: 100%;
}

.newsDetail {
    background: #f4f3f1 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: left;
}

.newsDetail ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.newsDetail li {
    border-right: 1px solid #000;
    display: inline-block;
    line-height: 10px;
    margin-right: 20px;
    padding-right: 20px;
}

.newsDetail li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

/*.newsCategory {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 10px 10px 0;
}*/

.categorySection h1 {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 8px 15px;
}



.newsCategory ul {
	padding-left: 0;
}

/*.newsCategory ul li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 10px;
}*/

.newsCategory ul li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 10px;
    overflow: hidden;
}

/*.newsCategory ul li:last-child {
    border: medium none;
    margin-right: 0;
    padding: 0;
}*/

.newsCategory h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 0;
    text-align: left;
}

.newsCategory h3 a {
	color: #333;
	text-decoration: none;
}

.newsCategory h3 a:hover {
	color: #ED1C24;
	text-decoration: none;
}

.newsCategory img {
    float: left;
    margin-right: 15px;
    /*margin-bottom: 10px;*/
}

.catDetail {
    margin-bottom: 5px;
}

.catDetail ul li {
    border-bottom: medium none;
    border-left: medium none;
    border-right: 1px solid #999;
    border-top: medium none;
    display: inline-block;
    line-height: 12px;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 0 15px 0 0;
}

.catDetail ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding: 0 0 0 0;
}

.catDetail a {
    color: #e92f2c;
    font-size: 15px;
    font-weight: 600;
    margin-left: 1px;
}

.catDetail a:hover {
	text-decoration: none;
}





.team_columns_carousel_wrapper {
    padding: 25px;
    overflow: hidden
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
    top: 26px;
    z-index: 2;
    opacity: 1;
    width: 35px;
    height: 35px;
    border: 0;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_carousel_control_icons {
    line-height: 35px;
    font-size: 20px!important;
    font-weight: normal!important;
    margin-top:8px;
}
.team_columns_carousel_control_left {
    left: 26px!important
}
.team_columns_carousel_control_right {
    left: 63px!important
}
.adv_left {
    left: 41px!important
}
.adv_right {
    left: 78px!important
}
.team_columns_item_image {
    padding-top: 60px;
    padding-bottom: 25px
}
.team_columns_item_image img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_image:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}
.team_columns_item_caption {
    padding: 10px;
    text-align: center;
    padding-bottom: 30px
}
.team_columns_item_caption>hr {
    width: 15%
}
.team_columns_item_caption h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p {
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    width: 25px;
    float: left;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}
@media(min-width:768px) and (max-width:789px) {
    .adv_team_columns_item_social a, .adv_team_columns_item_social a:visited {
        margin-right: 0
    }
}
.team_columns_carousel_wrapper {
    background: #fff
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
    color: #fff;
    background: #feb600!important
}
.team_columns_item_caption {
    color: #fff;
    background: #171717
}
.team_columns_item_caption>hr {
    border-top: 2px solid #feb600
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    color: #feb600
}
.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
    color: #cb9200
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    color: #171717;
    background: #feb600
}
.team_columns_item_social a:hover,
.team_columns_item_social a:active {
    background: #cb9200
}
.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
    display: none
}
@media all and (min-width: 768px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -50%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 50%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-1 {
        display: block
    }
}
@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
@media all and (min-width: 992px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -25%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 25%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-2,
    .four_shows_one_move .carousel-inner .cloneditem-3 {
        display: block
    }
}
@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}



.electionSection {
    position: absolute;
    z-index: 9999;
}

.electionSection ul {
    padding-left: 0;
    margin-bottom: 0;
    float: right !important;
}

.electionSection li {
    display: inline-block;
    float: left;
    border-right: 1px solid #fff;
    background: #000;
    padding: 8px 15px;
}

.electionSection li:last-child {
    border-right: none;
}

.electionSection li a {
    color: #ffffff;
	text-decoration: none;
}


div#LB24_LIVE_CONTENT {
    overflow-y: auto;
    max-height: 900px;
}








.unicodeToPreeti textarea {
	height: 30%;
	max-height: 30%;
	width: 85%;
	max-width: 85%;
	margin-bottom: 20px !important;
	padding: 5px !important;
}
.unicodeToPreeti textarea.out{
	font-family:"preeti";
	font-size:100%;
}

.unicodeToPreeti input[type="submit"] {
	margin-bottom: 15px !important;
	background: #e40001 !important;
	color: #fff !important;
	border: none !important;
	padding: 10px 15px !important;
	font-size: 15px !important;
	font-weight: bold !important;
}






.topThreeContainer {
    background: #fbfafa none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    padding: 10px 10px 0;
    overflow: hidden;
}

.topThreeContainer ul {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.topThreeContainer li {
    border-bottom: 1px solid #e5e4e4;
    margin-bottom: 10px;
	overflow: hidden;
}

.topThreeContainer li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.topThreeContainer li:last-child p {
    margin-bottom: 0;
}

.topThreeContainer li h1, .topThreeContainer h1 {
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
}

/*.topThreeContainer li h1 a, .topThreeContainer h1 a {
	color: #23527c;
    font: bold 18px "ganeshregular";
    text-decoration: none;
}*/

.topThreeContainer li h1 a, .topThreeContainer h1 a {
    color: #23527c;
    font-size: 20px;
	font-weight: bold;
    text-decoration: none;
    line-height: 25px;
}

.topThreeContainer li h1 a:hover {
	color: #e5322c;
	text-decoration: none;
}

.topThreeContainer img {
	height: auto;
    max-height: 100%;
    width: 100%;
	margin-bottom: 15px;
}

.topThreeContainer p {
    color: #666;
    font: 16px/27px "akshar_unicoderegular";
    margin-top: -3px;
}

.bannerVideo iframe {
    height: 400px;
    overflow: hidden;
}


.topSectionAd {
    margin: 15px 0;
    overflow: hidden;
}

.tourNewsCollection .summary {
    top: 8px;
    color: #fff;
    position: absolute;
    right: 20px;
}

.dropDownNews {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 12px;
}

.dropDownNews li {
    display: inline-block;

    margin-right: 20px;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    line-height: 20px;
}

.dropDownNews li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.dropDownNews li a {
    line-height: 0;
}





/* News Tab */
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}



/*Panel tabs*/
.panel-tabskhel {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabskhel > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabskhel > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabskhel > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabskhel > li.active > a,
.panel-tabskhel > li.active > a:hover,
.panel-tabskhel > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}



.ourTeam {
    margin: 15px 0;
}

.ourTeamHeading {
    border-top: 3px solid #333333;
    margin-bottom: 30px;
    overflow: hidden;
}

.ourTeam h1 {
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 0;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #e4e0e0;
    margin-bottom: 0;
}
.teamMember h3 {
    font: 18px "open_sanssemibold";
    text-align: center;
    color: #457b9d;
}

.teamMember h5 {
    font: 16px "open_sansregular";
    text-align: center;
}















.advertisement {
    width: 100%;
    float: left;
    margin-top: 20px;
}



.filmBannerTop {
    background: url(../backend/web/uploads/reel-top.png) top repeat-x, url(../backend/web/uploads/reel-bottom.png) bottom repeat-x;
    padding: 10px 0px;
    border-right: 5px solid rgb(0, 0, 0);
    border-left: 5px solid rgb(0, 0, 0);
    /*height: 110px;*/
    overflow: hidden;
	margin-bottom: 15px;
}

.videoBannerTop {
	background: #000;
}



.filmBannerBottom {
    background: url(../backend/web/uploads/reel-top.png) top repeat-x, url(../backend/web/uploads/reel-bottom.png) bottom repeat-x;
    padding: 10px 0px;
    border-right: 5px solid rgb(0, 0, 0);
    border-left: 5px solid rgb(0, 0, 0);
    /*height: 110px;*/
    overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.videoBannerBottom {
	background: #000;
}

.multiLanguage {
    margin-top: 7px;
}

.multiLanguage ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    float: left;
}

.multiLanguage ul li:last-child {
    margin-right: 0;
}

.multiLanguage ul li a {
    background: #d80202;
    color: #ffffff;
    padding: 10px 28px;
    font-size: 18px;
    font-weight: bold;
}


.multiLanguage ul li:hover a, .multiLanguage ul li.active a {
	background: #0078ff;
	text-decoration: none;
}

.pagination > li {
    display: inline;
    border: none !important;
    background: transparent !important;
}

.movieRelease {
    margin-bottom: 15px;
}

/*.movieRelease a {
    background: #d80202;
    border: 1px solid #a70a0a;
    float: left;
    color: #ffffff;
    font-size: 14px !important;
    padding: 15px 10px;
    width: 100%;
    text-align: center;
}*/

.movieRelease a {
    /* background: #d80202; */
    /* border: 1px solid #a70a0a; */
    float: left;
    color: #ffffff;
    font-size: 14px !important;
    /* padding: 15px 10px; */
    width: 100%;
    text-align: center;
}

.movieRelease a:hover {
	color: #ffb9b9;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

.movieRelease h3 {
    margin-top: 0;
    margin-bottom: 0;
}

a.readMorePara {
    border: none;
    color: #e70202;
    font-weight: bold;
    text-shadow: none;
}

.visibleInvisibleLang {
    margin: 10px 0;
    float: left;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.adSection {
		margin-bottom: 10px;
	}
	.mainNav {
		margin-bottom: 10px;
	}
	.headerSection {
		padding: 0;
	}

	
	.multiLanguage {
		width: 100%;
		margin-bottom: 15px;
		position: relative;
		z-index: 9999;
	}
	
	.adSectionBelowSlider {
		display: none;
		visibility: hidden;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.adSection {
		margin-bottom: 10px;
	}
	.mainNav {
		margin-bottom: 10px;
	}
	.headerSection {
		padding: 0;
	}

	
	.multiLanguage {
		width: 100%;
		margin-bottom: 15px;
		position: relative;
		z-index: 9999;
	}
	
	.adSectionBelowSlider {
		display: none;
		visibility: hidden;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.adSection {
		margin-bottom: 10px;
	}
	.mainNav {
		margin-bottom: 10px;
	}
	.headerSection {
		padding: 0;
	}

	
	.multiLanguage {
		width: 100%;
		margin-bottom: 15px;
		position: relative;
		z-index: 9999;
	}
	
	.adSectionBelowSlider {
		display: none;
		visibility: hidden;
	}
}





/* Movie Release / Reviews */
.movieReleaseSection h2 {
    font-family: "open_sanssemibold";
    text-align: left;
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}

.movieReleaseSection .thumbnail {
    padding: 10px;
    overflow: hidden;
}

.movieName h3 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 5px;
}

.movieName h3 a {
    color: #666666;
    font-size: 16px;
    font-family: "open_sanssemibold";
    border: none;
}

.movieName h3 a:hover {
	color: #d80202;
	text-decoration: none;
}

.movieReleaseSection .summary {
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
}

.movieReleaseSingleView {
    margin-top: 5px;
    margin-bottom: 20px;
}