/*search start*/
	.form-control {height:32px;}
	.search-head{background: #404040; padding:10px; text-align: center;font-size: 1.9em;color: white;}
	.btn-video-more {background:#4c4c4c;padding: 0.5em 1.5em 0.3em 1.5em;color: white;letter-spacing: 2px;border: 0px; border-radius: 4px;}
	.btn-video-more:hover {background:#e84c3d;}
	.filters-head{}
	.bg-filters {background: #f6f6f6; border-top:3px solid #e9e9e9; padding-top:15px; border-bottom: 1px solid black;}
	.bg-grid {background: #f6f6f6; padding-top: 15px;}
	.filters-head h3{margin-top:0px; margin-bottom:0px; font-weight: bold}
	.filters-head p{color:#000000; font-weight: bold}
	.filters-head a{color:black; font-size: 13px;}
	.filters-head a:hover{color:red; font-size: 13px;}
	.filters-head hr{margin-top:0px; margin-bottom:10px;}
	.caption a{padding:15px;}
	.caption hr{margin-top:10px!important;}
	.caption p{ 
	   overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   line-height: 16px;     /* fallback */
	   max-height: 54px;      /* fallback */
	   -webkit-line-clamp: 3; /* number of lines to show */
	   -webkit-box-orient: vertical;
	   padding:5px !important; }


	.togglebg{display: none}

.text {
	   overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   line-height: 16px;     /* fallback */
	   max-height: 39px;      /* fallback */
	   -webkit-line-clamp: 2; /* number of lines to show */
	   -webkit-box-orient: vertical;
	   padding:5px !important;
   }


@media(min-width:300px) and (max-width:768px){

		#filtermenu label{color:white;}
		#filtermenu span{color:white;}
		#filtermenu a{color:red;}
		#filtermenu a:hover{color:white;}
		#mySidebar{    
		position: absolute;
	    top: 114px;
	    width:10%;
	    z-index: 1;
	    background: #181818;
	}
	.togglearea{display: none}
    .togglebg{background: #404040; display: block; color:white!important; padding:5px 10px 5px 10px; width:100%; text-align: right}
    .caption a{padding:1px;}
}
/*search end*/
.popover{
	text-align: center;
}
.popover .icons__asd{
	padding: 0px 10px;
}