/*JAI*/

.prg-list img {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	width: 100%;
}
.prg-list:hover img {
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	10. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/

figure {
    display: block;
    overflow: hidden;
    position: relative;
}
figure img {
    display: inline;
    width: 100%;
}
figure img.img-auto {
    width: auto;
}
figure a .text-overlay {
    opacity: 1;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
/*	background: url(../images/bg-slide.png) no-repeat center -72px;*/
	background: url(../images/bg-slide.png) no-repeat rgba(244, 155, 27, .2);
	 background-position: 0 0px;
    transition: all 0.5s ease-out;
    text-align: right;
}
figure a .text-overlay:hover{
	 background-position: 0 -42px;
	background-color:  rgba(42,83,142, 0);
}
figure a .text-overlay1 {
    opacity: 1;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
/*	background: url(../images/bg-slide.png) no-repeat center -72px;*/
	background: url(../images/bg-slide1.png) no-repeat rgba(244, 155, 27, .2);
	 background-position: 0 45px;
    transition: all 0.5s ease-out;
    text-align: right;
}
figure a .text-overlay1:hover{
	 background-position: 0 2px;
	background-color:  rgba(42,83,142, 0);

}
figure a .text-overlay2 {
    opacity: 1;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
/*	background: url(../images/bg-slide.png) no-repeat center -72px;*/
	background: url(../images/bg-slide1.png)  no-repeat rgba(244, 155, 27, .2);
	 background-position: 0 0px;
    transition: all 0.5s ease-out;
    text-align: right;
}
figure a .text-overlay2:hover{
	 background-position: 0 -118px;
		background-color:  rgba(42,83,142, 0);


}
figure a .text-overlay3 {
    opacity: 1;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
/*	background: url(../images/bg-slide.png) no-repeat center -72px;*/
	background: url(../images/bg-slide1.png)  no-repeat rgba(42,83,142, .3);
	 background-position: 0 0px;
    transition: all 0.5s ease-out;
    text-align: right;
}
figure a .text-overlay3:hover{
	 background-position: 0 -118px;
	background-color:  rgba(42,83,142, 0);
}
figure a .text-overlay4 {
    opacity: 1;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
/*	background: url(../images/bg-slide.png) no-repeat center -72px;*/
	background: url(../images/bg-slide1.png) no-repeat rgba(0, 0, 0, .3);
	 background-position: 0 45px;
    transition: all 0.5s ease-out;
    text-align: right;
}
figure a .text-overlay4:hover{
	 background-position: 0 2px;
	background-color:  rgba(0,0,0, 0);

}

.overlay222{
 background: rgba(244, 155, 27, .5);

}

figure a .slick-slider-overlay {
    opacity: 1;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
/*	background: url(../images/bg-slide.png) no-repeat center -72px;*/
	background: url(../images/bg-slide.png) no-repeat;
	 background-position: 0 0px;
    transition: all 0.5s ease-out;
    text-align: right;
}
figure a .slick-slider-overlay:hover{
	 background-position: 0 -72px;

}

figure a .text-overlay .info {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 30px;
    right: 30px;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.tiles.blog figure a .text-overlay .info,
.blog-carousel2 figure a .text-overlay .info {
    text-align: right;
}
.tiles.blog figure a .text-overlay .info p,
.blog-carousel2 figure a .text-overlay .info p {
    color: #FFF;
}
figure a .text-overlay .info .post-title {
    color: #FFF;
    margin: 0;
    font-size: 18px;
}
.tiles.blog figure a .text-overlay .info .post-title,
.blog-carousel2 figure a .text-overlay .info .post-title {
    margin-bottom: 10px;
}
.tiles.blog figure.overlay a .over span,
.blog-carousel2 figure.overlay a .over span {
    display: none !important;
}
figure a .text-overlay .info .meta {
    color: #cdcdcd;
}
.
.overlay a:hover .text-overlay.caption {
	opacity: 1
}
.overlay a .over {
	opacity: 0;
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
	max-width: 100%;
	z-index: 99;
	top: 0;
	right: 0;
	background: rgba(30, 30, 30, 0.6);
	overflow: hidden;
	transition: all 0.4s;
}
.overlay a .over span {
	background: #FFF;
	height: 26px;
	position: absolute;
	/* width: 2px; */
	top: 50%;
	right: 50%;
	z-index: 2;
	margin-right: -1px;
	margin-top: -13px;
}
/*.overlay a .over span:after {
    background: #FFF;
    content: "";
    height: 2px;
    right: -12px;
    position: absolute;
    top: 12px;
    width: 26px;
}*/

.overlay.small a .over span {
	height: 20px;
	width: 2px;
	margin-top: -10px;
}
.overlay.small a .over span:after {
	height: 2px;
	right: -9px;
	top: 9px;
	width: 20px;
}
.overlay a:hover .over {
	opacity: 1
}
.overlay a:hover .text-overlay .info {
	-webkit-transform: none;
	transform: none;
}
/*Video Responsive*/

.single-box iframe {
	width: 100% !important;
	height: 70vh !important;
	max-height: 640px !important;
}
.single-box p iframe {
	width: 100% !important;
	height: 70vh !important;
	max-height: 640px !important;
}
@media only screen and (max-width: 480px) {
	/*change 480 to targeted device width */
	.single-box iframe {
		width: 100% !important;
		height: 70vh !important;
		max-height: 180px !important;
	}
}
@media only screen and (max-width: 480px) {
	/*change 480 to targeted device width */
	.single-box p iframe {
		width: 100% !important;
		height: 70vh !important;
		max-height: 180px !important;
	}
}
/*Video Responsive catchup*/

.single-box-catchup iframe {
	width: 100% !important;
	height: 100vh !important;
	max-height: 950px !important;
}
.single-box-catchup p iframe {
	width: 100% !important;
	height: 100vh !important;
	max-height: 1200px !important;
}
@media only screen and (max-width: 480px) {
	/*change 480 to targeted device width */
	.single-box-catchup iframe {
		width: 100% !important;
		height: 90vh !important;
		max-height: 650px !important;
	}
}
@media only screen and (max-width: 480px) {
	/*change 480 to targeted device width */
	.single-box-catchup p iframe {
		width: 100% !important;
		height: 90vh !important;
		max-height: 180px !important;
	}
	.posMob {
		margin: 30px 30px 40px 57px;
	}
}
.th-postauthor .headingCol {
	color: #ff3f3a;
}
.th-postauthor h5 span {
	font-weight: normal;
}
/*left side Schedule Widget*/

.sidebar .tab-posts-widget ul.nav-tabs li a {
	font-family: 'Helvetica-Bold', sans-serif;
	background: #1C4692;
	border: none;
	font-size: 15px;
	color: #fff;
}
.sidebar .tab-posts-widget ul.nav-tabs li:hover {
	border: none;
}
.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
	background: #4A89DC;
	border-bottom: none;
}
.sidebar .tab-posts-widget ul.nav-tabs li:first-child {
	padding-left: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li.active a {
	border: none;
	background: #4A89DC !important;
}
.sidebar .tab-posts-widget .tab-pane {
	padding: 20px 0 0;
	background: #4A89DC !important;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts>li {
	padding-left: 20px;
	padding-right: 30px;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts>li img {
	max-width: 75px;
}
.sidebar .tags-widget ul.tag-list {
	margin: 0;
	padding: 0;
}
.sidebar .tags-widget ul.tag-list li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 5px;
}
.sidebar .tags-widget ul.tag-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	padding: 6px 9px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.sidebar .tags-widget ul.tag-list li a:hover {
	background: #333333;
	color: #ffffff;
}


/*More button*/
.moreBtn {
	background-color:#002853;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	padding:8px 31px;
	text-decoration:none;
}

.moreBtn:hover {
  background-color:#0392e5;
  color:#fff;
  
}
/*Button Slick Slider*/
.btnSlick {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 10px;
  background: #6d04a6;
  padding: 5px 10px;
  text-decoration: none;
}

.btnSlick:hover {
  background: #3715a5;
  text-decoration: none;
}
/*Frquency Table*/
.freqtab{
	text-align:center;
	border:0px solid #FFF;
}
.freqtab th{
		text-align:center;
	background:#002853;
	font-weight:bold;
	color:#fff;
}
.freqtab td{
	color:#fff;
	background:#337ab7;	
}


/*Schedule*/
 .vertical-tab .nav-tabs > li:first-child > a,.tab-content>.active{
	       border: 0 !important;
	   }
	   .vertical-tab .nav-tabs > li.active > a,.tab-content>.active{
	       border: 0 !important;
	   }
	   .tab-content>.active{       
	       padding: 0;
	   }
	   .vertical-tab .nav-tabs > li > a{
	       border: 0;
	       background: #002853;
	       border-top:solid 1px #999999;

	   }
	       .vertical-tab .nav-tabs > li > a h6,.vertical-tab .nav-tabs > li > a h5{
	           color:#fff;
	       }
	   .active{        
	       background: #0060a5;
	       border: 0 !important;
	   }
		.tab-pane .active{
			background: #337ab7 !important;
		}
/*owl Carousel*/

.owl-carousel .active{
	background: none !important;
}
