img{
	max-width: 100%;
	height: auto;
}
.stylish-input-group .input-group-addon{
	background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
	border:0;
	background:transparent;
}
.tempimage{
	width: 300px;
	height: auto;
	margin: 5px auto;
}
.tempimage img{
	max-width: 100%;
}
.tempposte{
	width: 300px;
	height: auto;
	margin: 5px auto;
}
.tempposte img{
	max-width: 100%;
}
.filmsearchresult{
	margin: 40px 0;
}
.filmas-single{
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
	border-radius: 5px;
}
.film-title{
	font-size: 18px;
}
.muted{
	color: #989898;
}
.film-poster{
	margin-top: 10px;
}
.searchbynameblock{
	display: none;
	margin: 20px 0;
}
.searchposter{
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.finded-films .next-page, .pages{
	margin-top: 10px;
	display: none;
}
.pages div{
	display: inline-block;
}
.findedtvseries{
	display: none;
}
.dettext{
	font-size: 38px;
	color: currentColor;
	padding: 6px;
	font-weight: bold;
}

.single-film-block-image{
	filter: opacity(100) grayscale(100%) contrast(130%);
	
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}
.single-film-block-back{
	/*background-image: radial-gradient(circle at 20% 50%, rgba(21.57%, 14.51%, 15.69%, 0.98) 0%, rgba(21.57%, 14.51%, 15.69%, 0.88) 100%);*/
	position: absolute;
	width: 100%;
	height: 100%;
}
.single-film-block{
	position: relative;
	color: #FFFFFF;
}
.single-film-block .film-title{
	color: #FFFFFF;
	font-size: 27px;
}
.single-film-block .muted{
	font-size: 18px;
}
.single-film-block .aprasymas,.single-film-block .info{
	margin-top: 30px;
	font-size: 17px;
}
.film-content{
	padding: 40px 60px;
}
.film-image img{
	border-radius: 15px;
}
.episodes{
	margin: 40px 0;
}
.sezonas{
	margin-bottom: 20px;
}
i:hover{
	cursor: pointer;
}
i.next-page{
	font-size: 30px;
	color: #337ab7;
}
.pagination-block{
	margin: 20px 0;
}
.gallery-image{
	margin-bottom: 20px;
}
.cat-single{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.cat-name a{
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 40px;
	display: block;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1;
	margin-bottom: -6px;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(0, 0, 0, 0.3);
}
a:hover,a:active{
	text-decoration: none!important;
}
#page-wrapper{
	padding-bottom: 40px;
}
.mintis {
	width: 300px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	display: inline-table;
	margin: 0 0 15px;
	padding: 15px;
}
.mintis .tekstas {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}
.puzzle{
	position: relative;
}
.puzzle .detales{
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
}
.kids .kid{
	text-align: center;
	padding: 10px;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 20px; 
}
.kids .kid .title{
	font-size: 21px;
}
.kids .kid .date{
	font-style: italic;
	color: #909090;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
.matytas-swich{
	margin: 20px 0;
}
.single-movie-content{
	background: rgba(0, 0, 0, 0.7);
	padding: 30px;
	border-radius: 15px;	
}
.siulome-colapse-buttons{
	
}
@media (min-width: 654px ) {
	#allfilms .singlefilmas{
		width: 24%;
		float: left;
		margin-left: 15px;
		min-height: 427px;
	}
}