@import url('https://fonts.googleapis.com/css2?family=Kurale&family=Roboto:wght@400;700&display=swap');

*, ::after, ::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;}

body {
	color: #111;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 100%;}

.wrap {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;}

header {
	background: #f79621;}

.header_bg {
	background: url("img/bg-header.jpg") no-repeat center center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	height: 380px;
	overflow: hidden;}

.bl_name {
	background: rgba(255,255,255,.75);
	padding: .5em 0;}

.bl_films {
	position: relative;}

.slider div {
	background: url("img/shot.png") no-repeat center center;
	width: 300px;
	display: block;
	padding: 21px 3px;}

.slider img {
	transition: .5s;
	width: 292px;
	height: 164px;}

.slider img:hover {
	filter: brightness(150%);}

#slider_controls {
	display: flex;
	justify-content: center;}

#next {
	margin-left: 80px;}

#prev {
	margin-right: 80px;}

.bobina {
	position: absolute;
	z-index: 2;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);}

.btn_slider {
	background: #292b37;
	border-radius: 8px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: .5em 0;
	width: 100px;
	text-decoration: none;
	text-align: center;
	outline: none;
	font-family: inherit;}

.btn_slider:hover {
	background: #cc3333;
	color: #fff;
	text-decoration: none;}

.maha_mantra {
	background: rgba(255,255,255,.75);
	padding: .5em 0;}

.menu {
	background: #292b37;
	border-radius: 0 0 8px 8px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;}

.menu_trigger {
	display: none;
	text-decoration: none;}

nav ul {
	list-style: none;}

nav ul li {
	float: left;
	position: relative;}

nav a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 1em;}

nav a:hover {
	background: #cc3333;
	color: #fff; 
	text-decoration: none;}

nav li:first-child a:hover {
	border-radius: 0 0 0 8px;}

.bl_search {
	margin: .75em 1em;}

.input_search {
	width: 200px;
	border: none;
	border-radius: 8px 0 0 8px;
	outline: none;
	padding: .25em;
	font-size: 1em;
	font-family: inherit;
	float: left;}

.input_search:focus {
	border: none;
	outline: none;}

.input_comment:focus, .input_capcha:focus, .textarea_comment:focus {
	border: 1px solid #0066ff;
	outline: none;}

.input_comment {
	border: 1px solid #ccc;
	border-radius: 8px;
	outline: none;
	padding: .5em;
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-family: inherit;
	width: 200px;}

.input_capcha {
	border: 1px solid #ccc;
	border-radius: 8px;
	outline: none;
	padding: .5em;
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-family: inherit;
	width: 50px;}

.textarea_comment {
	display: block;
	border: 1px solid #ccc;
	border-radius: 8px;
	outline: none;
	padding: .5em;
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-family: inherit;
	width: 100%;}

.btn_search {
	background: rgba(0,0,0,.5);
	border: none;
	border-radius: 0 8px 8px 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	outline: none;
	float: left;
	padding: .25em 1em;
	font-size: 1em;
	font-family: inherit;}

.btn_search:hover {
	background: #cc3333;
	color: #fff; 
	text-decoration: none;}

.btn {
	cursor: pointer;
	background: #292b37;
	border-radius: 32px;
	border: none;
	outline: none;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 1em;
	font-family: inherit;}

.btn:hover {
	background: #cc3333;
	color: #fff; 
	text-decoration: none;}

main {
	margin: 1em 0 2em 0;}

.content {
	max-width: 900px;}

.content p {
	margin: 0 0 1em 0;}

.bl_main {
	margin: 0 auto 1em auto;
	max-width: 900px;}

.bl_half {
	float: left;
	width: 50%;}

.video_gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -1%;}

.item_book {
	display: inline-block;
	margin-left: 1%;
	margin-bottom: 1em;
	width: 15.66%;}

.item_book img {
	margin-bottom: .25em;}
 
.item_book img:hover {
	outline: 4px solid #0066ff;}

.item {
	display: inline-block;
    overflow: hidden;
	position: relative;
	z-index: 1;
	margin-left: 1%;
	margin-bottom: 1em;
	width: 24%;}

.item img {
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;}
 
.item img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);}

.bl_data {
	font-size: .75em;
	position: relative;
	z-index: 2;
	background: #fff;
	padding-top: .25em;}

.bl_video_info {
	display: table;
	clear: both;
	width: 100%;}

.bl_comment_name {
	float: left;
	padding-right: .5em;
	width: 50%;}

.bl_comment_mail {
	float: left;
	padding-left: .5em;
	width: 50%;}

.bl_more_video {
	display: flex;
	justify-content: space-between;}

.bl_rgt {
	margin-left: auto;
	margin-right: 0;}

.bl_wide {
	clear: both;
	width: 100%;}

.simplesearch-result {
	margin: 0 0 .5em 0;}

.simplesearch-results-list {
	margin: .5em 0;}

footer {
	background: #f79621;
	padding: 1em 0;}

h1 {
	font-family: 'Kurale', serif;
	font-size: 2.5em;
	font-weight: normal;}

img {
	vertical-align: bottom;}

.img_adaptiv {
	width: 100%;
	height: auto;}

.img_social {
	margin-right: .5em;
	vertical-align: middle;}

ol {
	list-style-position: inside;}

ol li {
	margin: 0 0 .5em 0;}

a {
	color: #0066ff;
	text-decoration: underline;
	outline: none;}

a:hover {
	color: #cc3333;
	text-decoration: underline;}

.link_title {
	text-decoration: none;}

.txt_big {
	font-size: 1.5em;
	font-weight: normal;}

.txt_bold {
	font-weight: 700;}

.txt_grey {
	color: #999;}

.txt_red {
	color: #ff2026;}

.txt_title {
	font-family: 'Kurale', serif;}

.ctr {
	text-align: center;}

.rgt {
	text-align: right;}

.indent {
	margin: 0 0 1em 0;}

.indent_small {
	margin: 0 0 .25em 0;}

.list_video {
	display: inline-block;
	list-style: none;
	width: 100%;}

.list_video li {
	float: left;
	margin: .25em 2em 0 0;}

.tabs-nav {
	overflow: hidden;}

.tabs-nav li {
	display: block;
	float: left;
	list-style: none;}

.tabs-nav a {
	display: block;
	padding: 1em 2em;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fbfbfb;
	text-decoration: none;
	text-align: center;
	color: #999;}

.tabs-nav li:first-child a {
	border-radius: 8px 0 0 0;}

.tabs-nav li:last-child a {
	display: block;
	border-right: 1px solid #ccc;
	border-radius: 0 8px 0 0;}

.tabs-nav a.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;}

.tabs-items {
	border: 1px solid #ccc;
	border-radius: 0 8px 8px 8px;
	background: #292b37;
	margin: -1px 0 0 0;}

.tabs-item {
	max-width: 853px;
	width: 100%;
	margin: 0 auto;
	padding: 1em;}

.tabs-item video {
	display: block;
	width: 100%;
	height: auto;}

.pagination {
	text-align: center;}

.pagination li {
	display: inline-block;
	padding: 4px;
	list-style-type: none;}

.pagination a, .pagination span {
	display: block;
	text-decoration: none;
	width: 40px;
	float: left;
	border-radius: 50%;
	background: #292b37;
	overflow: hidden;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	height: 40px;
	line-height: 40px;}

.pagination .disabled span {
	color: #999;}

.pagination a.active, .pagination li:hover a, .pagination .active span, .pagination li:hover span {
	background: #cc3333;
	color: #fff;}

@media only screen and (max-width: 960px) {
	.menu {
		display: flex;
		flex-direction: column;
		justify-content: space-around;}
	
	.menu_trigger {
		border-bottom: 1px solid rgba(255,255,255,0.125);
		display: block;
		color: #fff;
		padding: 1em;
		text-align: right;}
	
	.menu_trigger:hover {
		background: #cc3333;
		color: #fff;
		text-decoration: none;}
	
	nav {
		display: block;
		width: 100%;}
	
	nav ul li {
		float: none;
		border-bottom: 1px solid rgba(255,255,255,0.125);}
	
	nav li a {
		background: #292b37;
		box-sizing: border-box;
		display: block;
		width: 100%;}
	
	nav li a:hover {
		background: #cc3333;
		color: #fff;
		text-decoration: none;}
	
	nav li:first-child a:hover {
		border-radius: 0;}
	
	nav ul {
		display: none;}
	
	.item_book {
		width: 24%;}
	
	.item {
		width: 32.33%;}
}

@media only screen and (max-width: 720px) {
	body {
		font-size: 14px;}
	
	.bl_half {
		float: none;
		width: 100%;}
	
	.bl_search {
		display: block;}
	
	.item_book {
		width: 32.33%;}

	.item {
		width: 49%;}
}

@media only screen and (max-width: 480px) {
	header .wrap {
		width: 100%;}
	
	.img_bobina {
		width: 120px;
		height: 120px;}
	
	.bobina {
		bottom: -12px;}
	
	#next {
		margin-left: 60px;}

	#prev {
		margin-right: 60px;}
	
	.video_gallery {
		margin-left: 0;}
	
	.item_book {
		width: 49%;}
	
	.item {
		margin-left: 0;
		width: 100%;}
	 
	.bl_more_video {
		margin-left: -1%;}
	
	.bl_more_video .item {
		margin-left: 1%;
		width: 99%;}
}