
.jumbotron a:link {
    color: #FFF;
	
}

/* visited link */
.jumbotron a:visited {
    color: #FFF;
	text-decoration: none;	
}

/* mouse over link */
.jumbotron a:hover {
    color: #FFF;
	text-decoration: none;
}

/* selected link */
.jumbotron a:active {
    color: #FFF;
}


h1,h2,h3,h4,h5,h6 {
	font-family:"Lato", sans-serif !important;
}

.fa-play-circle-o {
	font-size:45px;
	
}

.jumbotron { 
    background-color: #f4511e; /* Orange */
    color: #ffffff;
  padding: 5px 0 5px 0px;
  margin-top:51px;
  margin-bottom: 0px;
  
}

.carousel-indicators {
    position: absolute;
    top: 1%;
    left: 90%;
    z-index: 15;
    width: 20%;
    padding-left: 0;
    margin-left:-10%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    
    border-radius: 10px
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #FF7600
}



.hovereffect {
  cursor: default;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
}

/*.caption {
        width:92%;
        bottom: .05rem;
	  padding:10%;
        position: absolute;
        background:#000;
        background: -webkit-linear-gradient(bottom, #000 10%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(bottom, #000 10%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -o-linear-gradient(bottom, #000 10%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
  
  .caption h4 {
          color: #fff;
        
      }*/
	  
	  
	   h3 {
		margin-top:8px;
		overflow: hidden;
	  	color:#000;
	  	font-size:14px;
	  	font-weight:70;
	  	white-space: wrap;
		color: #000;
		height:30px;
	  }
   
   h3 a{
	color: #000;
  }
  
  .feat-item {
  	position:absolute;
  	bottom:0;
  	left:15px;
  	right:15px;
  	height:90px;
      background:#000;
      background: -webkit-linear-gradient(bottom, #000 10%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(bottom, #000 10%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
      background: -o-linear-gradient(bottom, #000 10%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
      background: linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	/*background:url(Img/feat-bg.png) repeat-x bottom;*/
  	max-width: 360px;
  }
  .feat-item .feat-info {
  	padding: 38px 20px 0 20px;
  }
  .feat-item h3 {
	  font-family:"Lato", sans-serif;
  	margin-bottom:4px;
  	overflow: hidden;
  }
  .feat-item h3 a{
  	color:#FFF;
  	font-size:14px;
  	font-weight:700;
  	white-space: nowrap;
  }
	  
	  .meta, .feat-item .feat-info .meta {
		  margin-bottom:10px;
	  	font-size:12px;
	  	font-family:"Lato", sans-serif;
	  	color:#999;
	  	overflow:hidden;
	  }

	  .meta .date, .feat-item .feat-info .meta .date {
	  	float:left;
	  }
	  .meta .views, .feat-item .feat-info .meta .views {
	  	float:right;
	  }
	  .meta .heart, .feat-item .feat-info .meta .heart {
	  	float:right;
	  	margin-right:10px;
	  }

	  .meta .views i, .feat-item .feat-info .meta .views i {
	  	font-size:12px;
	  	margin-right:3px;
	  	color:#b5b5b5;
	  }
	   .meta .heart i, .feat-item .feat-info .meta .heart i {
	  	font-size:10px;
	  	margin-right:3px;
	  	color:#bbb;
	  }
	  
	  .toplabel, .toplabletop {
		  
	  	margin-top:30px;
		margin-bottom:15px;
		padding-left:8px;
		  
	  }
	  
	  .toplabel h4, .toplabletop h4{
		  
	  			font-size:20px;
	  			font-weight:300;
	  			letter-spacing:0px;
	  			font-family: "Lato", sens-serif;
	  		  	color: #888;
		  
	  		  }
	  
	  
	  		 		  
	  h4 i{
		  margin-right:10px;
		  color:#f4511e;
		  font-size:50px;
		  			
	  }
	  
	  .navbar-default {
	      background-color: #4c5358;
	      border-color: #4c5358;
		  
	  }
	  
	  .navbar-default .navbar-nav > li > a {
	      color: #fff;
	  }

	  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		  color: #fff;
	      background-color: #333;
	  }

	  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
	  .navbar-default .navbar-nav > .active > a:hover {
	      color: #fff;
	      background-color: #333;
	  }
	  
	  .img-responsive{
	  	
		  margin-bottom:10px;
		  		
	  }
	  .ch-thumb{
	  	
		  padding-right:0px;
		  
		
	  }
	  .rw-right-thumb{
	  	
		  padding-right:15px;
		  
		
	  }	  
	  .rw-fbpage{
	  	
		  padding-right:15px;
		  padding-left:15px;
		
		
	  }
	  
	  footer {
	        background-color: #2d2d30;
	        color: #f5f5f5;
	        padding: 32px;
	    }
	    footer a {
	        color: #f5f5f5;
	    }
	    footer a:hover {
	        color: #777;
	        text-decoration: none;
	    } 
		
		.videos img {
			
		  width:100%;
		  height:auto;
		}
		a.video {
		  float: left;
		  position: relative;
		}
		a.video span {
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  background: url("../Img/playbutton.png") no-repeat;
		  background-position: 50% 50% ;
		  background-size: 20%;
		}
		
		a .vidIcon{
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  background: url("../Img/play-button.png") no-repeat;
		  background-position: 0% 0% ;
		  background-size: 10%;
		}
		
		a .plylistIcon{
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  background: url("../Img/playlist-icon.png") no-repeat;
		  background-position: 0% 0% ;
		  background-size: 10%;
		}
		
		
		@media (max-width:767px) {
			.navbar {
			    position: relative;
			    min-height: 50px;
			    margin-bottom: 5px;
			    border: 1px solid transparent
			}
			
			.navbar-fixed-bottom, .navbar-fixed-top {
			    position: fixed;
			    right: 0;
			    left: 0;
			    z-index: 1030
			}
			
			
	  	  .toplabletop{
	  	  	margin-top:75px;
	  		margin-bottom:15px;
	  		padding-left:8px;
		  
	  	  }
				
		}

		.navbar-default .navbar-brand {
		    color: #f4511e;
			font-size: xx-large;
			font-weight: 900;
		}
		
		.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
		    color: #f4511e;
			font-size: xx-large;
			font-weight: 900;
		    background-color: transparent
		}
		
		
		.social-bar {
		  	margin-top:15px;
			
		}
		.info-top {
		margin-top:-10px;	
		border-bottom: 1px solid; 	
		padding-bottom:5px;	
		color:#787676;	
		}
		
		.info-bottom{
			padding-bottom:0px;
			padding-top:5px;
			margin-bottom:10px;
			color:#787676;	
			
		}
		.info-bottom span i {
		margin:0px 3px 0px 10px;
			
		}
		
  	  .info-top .date,  {
  	  	float:left;
  	  }
  	  .info-top .view, .info-bottom .like {
  	  	float:right;
  	  }
		
	  .alert {
	      
	      margin-top: 20px;
	      
	  }

	  .pager li > a, .pager li > span {
	      
	      background-color: #333;
	      border: 1px solid #ddd;
		  color:#fff;
	      
	  }
	  
	  .pager .next > a > i, .pager .next > span > i  {
	      
	    font-size:17px;
		font-weight: bold;
	    margin-left:5px;  
	  }
	  
	  .pager .previous > a > i, .pager .previous > span > i{
		  font-size:17px;
		  font-weight: bold;
	      margin-right:5px;
	  }
           
	  

	  .pager li > a:focus, .pager li > a:hover {
	      
	      background-color: #f4511e
	  }
	  
	  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	  .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
	  .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
	  .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
	  .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-5,
	  .col-sm-6, .col-sm-7, .col-sm-9, .col-xs-1, .col-xs-10,
	  .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
	  .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	      
	      padding-right: 5px;
	      padding-left: 5px
	  }
	  
	  

         .amznindadsb > iframe{

margin-top: 20px;
margin-left: 30px;

} 

@media (max-width:767px) {

.amznindadbp > iframe{

margin-top: 20px;
margin-left: 40px;

} 


}
	  
	  
		/************************************************
		*	Home Page Sidebar						    *
		************************************************/
		#featuredside {
			margin: 0px 15px 9px 15px;
			}
		#featuredside .sidecontent h2 {
		font-size:10pt;
			height: 25px;
			margin: 0px !important;
			padding: 2px 10px 0px 0px !important;
			white-space: nowrap;
			overflow: hidden;
			}
		
		#featuredside .sidecontent {
			float: left;
			display: inline-block;
			width: 100%;
			margin: 0px;
			padding: 1px 0px 0px 0px;
			border-bottom: 1px solid #DDDDDD;
			overflow: hidden;
			}
		#featuredside .sideinfo {
			float: left;
			display: inline-block;
			background: #FFFFFF;
			width: 100%;
			height: 80px;
			padding: 0px;
			margin: 0px 0px 0px 1px;
			border-left: 4px solid #FFFFFF;
			}
		#featuredside .sideinfo:hover {
			border-left: 4px solid #FF0000;
			}
		
		#featuredside p {
			font-size: 11px;
			line-height: 18px;
			height: 110px;
			margin: 0px;
			padding: 0px 2px;
			overflow: hidden;
			}
			


			
			
			
			