/*!
 * Start Bootstrap - 4 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

	}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}

.timer{
	position:relative;
	width:40px;
	height:25px;
	background-color:black;
	float:right;
	padding:2px;
	bottom:25px;
	
}
.upcoming{
    position: absolute;
    bottom: 103px;
    background-color: red;
    width: 73px;
    padding: 2px;
    color: white;
    margin-left: 0px;

}
.timer p{
	color:white;
	
}
#searchbox{
	margin-top:8px;
}
.viewscount{
	position:relative;
	float:right;
	bottom:31px;
}
.black{
	color:#585858;
}
.black:hover{
	color:black;
}
.titulli{
	height:33px;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	color:black;
	
}
.titulli:hover{
	color:#337ab7;
}
a:hover{
	text-decoration:none;
	
}
a{
	color:black;
}
.titulli2{
	height: 30px;
    overflow-y: hidden;
    font-size: 14px;
    color: black;
}
.titulli2:hover{
	color:#337ab7;
}
.overlay1{

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
  z-index:2;

}

.container1 {
  position: relative;
  
}
.container1:hover .overlay1 {
  opacity: 0.2;
}
.videoadsleft{
	margin-top:45px;
}
.drilon{
	padding-left:10px;
	padding-right:10px;
}

	@media (max-width: 767px) {
		.col-xs-6{
			padding-left:5px;
			padding-right:5px;
		}
		.col-xs-6 h4 {
			font-size:14px;
			margin:5px;
			height:29px;
			font-weight:normal;
			margin-left:3px;
		}
		.col-xs-6 p {
			font-size:13px;
			margin-bottom:4px;
			
		}
		.col-xs-6-timer {
			font-size:14px;
		}
		.viewscount{
			bottom:22px;
		}
		.popullartitle{
			margin-left:3px;
			margin-top:10px;
		}
}

.tagsoveral{
	background-color: black;
    opacity: 0.5;
    position: absolute;
    height: 30px;
    bottom: 0px;
    width: 100%;
}
.tagsname{
	position: absolute;
    bottom: 0;
    color: white;
    

}




