html,div { margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; font-size: 13px; color: rgb(153,106,85); background: rgb(250,197,100) url(../images/background.png); padding: 0; margin: 0; }

h1 { display: block; padding: 0px 0px 0px 0px; margin: 10px 5px; color: rgb(133,86,65); line-height: 24px; font-size: 24px; }
h2 { border-top: 1px solid #fff; box-shadow: 0px -1px 0px 0px rgba(133,86,65,0.3); padding: 15px 0px 0px 0px; margin: 10px 5px 14px 5px; color: rgb(133,86,65); line-height: 22px; font-weight: bold; font-size: 22px; }
h3 { text-align: left; padding: 15px 0px 5px 0px; margin: 0px 0px 15px 0px; color: rgb(133,86,65); line-height: 20px; font-weight: bold; font-size: 20px; }

.fresh_news { margin: 5px; display: block; text-align: left; color: rgb(133,86,65); font-weight: bold; font-size: 16px; }


a { color: rgb(225,92,27); transition: all 0.2s; text-decoration: none; }
a:hover { text-decoration: underline; }
b { color: rgb(143,96,75); }

p { margin: 0px; padding: 10px 0px; }

#tooltip {
    position: absolute;
    z-index: 10000;
    border: 1px solid rgb(53,6,0);
    background: rgb(73,26,20);
    padding: 2px 5px;
    opacity: 0.85;
    font-size: 12px !important;
	color: rgb(255,249,237);
}
#tooltip span, #tooltip div { margin: 0; font-size: 12px !important; font-weight: bold; }

#wrapper { background: rgb(245,239,227) url(../images/bg-1.gif); box-shadow: 0px 0px 15px -5px rgb(173,126,105); z-index: 10000; margin: 0 auto; max-width: 1260px; }

.wrapper_head { position: relative; width: 100%; z-index: 9000; background: rgba(53,6,0,0.7); box-shadow: 0px 5px 15px -8px rgb(53,6,0); }
.head { margin: 0 auto; width: 990px; padding: 5px 0px; height: 40px; }
.logo { float: left; width: 150px; height: 40px; display: block; background: url(/logo.png) no-repeat; margin: 0px 20px 0px 0px; }
.head_menu { float: left; padding: 0; margin: 0; }
.head_menu li { text-transform: uppercase; line-height: 40px; font-size: 12px; font-weight: bold; list-style: none; display: inline-block; margin: 0px 10px 0px 0px; padding: 0; }
.head_menu li a { color: rgb(255,249,237); }
.head_menu li a:hover { color: orange; text-decoration: underline; }

.head .menu { float: left; margin: 0px 20px 0px 0px; font-family: 'Roboto Condensed', sans-serif; color: rgb(255,249,237); font-weight: bold; line-height: 40px; font-size: 18px;  }
.head .menu:hover { color: #f2984c; text-decoration: none; }
.head strong { float: left; margin: 0px 20px 0px 0px; font-family: 'Roboto Condensed', sans-serif; color: rgb(252,128,56); font-weight: bold; line-height: 40px; font-size: 18px; }

.head .search { position: relative; border-radius: 16px; width: 250px; height: 25px; margin: 7px 0px 0px 20px; float: left; overflow: hidden; }
.head .search input { color: rgb(133,86,65); background: rgb(245,239,227); }
.head .search ul { margin: 0; padding: 0; }
.head .search li { float: left; margin: 0; padding: 0; list-style-type: none; }
.head .search .lfield { margin: 0; padding: 0; width: 250px; }
.head .search .lfield input { height: 20px; margin: 0; width: 235px; border: 0; padding: 3px 5px 2px 10px; }
.head .search .lbtn { position: absolute; top: 2px; right: 2px; margin: 0px; padding: 0; width: 21px; }
.head .search .lbtn input { height: 21px; cursor: pointer; margin: 0px; padding: 0px; width: 21px; border: 0; }

.head .head_share { float: left; margin: 12px 0px 0px 25px; }
.head .head_share a { float: left; margin: 0px 2px 0px 0px; }

.content { width: 1000px; margin: 0 auto; overflow: hidden; padding: 10px 3px 50px 3px; min-height: 1000px; }
.main_descr { padding: 15px 0px 0px 0px; clear: both; border-top: 1px solid #fff; box-shadow: 0px -1px 0px 0px rgba(133,86,65,0.3); margin: 20px 5px 0px 5px; line-height: 21px; text-align: justify; }
.main_descr h1 { margin: 0px 0px 5px 0px; }
.main_descr p { font-size: 14px; }
.main_descr a { text-decoration: underline; }
.main_descr a:hover { text-decoration: none; }

.cat_descr { padding: 8px 0px 5px 0px; clear: both; border-bottom: 1px solid rgba(133,86,65,0.3); box-shadow: 0px 1px 0px 0px #fff; margin: 0px 5px 10px 5px; line-height: 21px; text-align: justify; }
.cat_descr h1 { margin: 0px 0px 5px 0px; }
.cat_descr p { font-size: 14px; }
.cat_descr a { text-decoration: underline; }
.cat_descr a:hover { text-decoration: none; }

	.slider {
    	position: relative;
		background: rgb(53,6,0) url(../images/loading.gif) center center no-repeat;
    	padding: 0px;
		width: 100%;
    	max-height: 500px;
    	overflow: hidden;
    	margin: -50px 0px 10px 0px;
	}
	
		.arrow-left {
    		transition: 0.2s;
			background: url(../images/arrow_left.png) -50px 0px no-repeat;
			width: 50px;
			height: 50px;
			cursor: pointer;
    		margin: -25px 0px 0px 0px;
			left: 20px;
			top: 55%;
			position: absolute;
		}
.arrow-left:hover { background: url(../images/arrow_left.png) 0px 0px no-repeat; right: 30px; }
		
		.arrow-right {
    		transition: 0.2s;
			background: url(../images/arrow_right.png) 0px 0px no-repeat;
			width: 50px;
			height: 50px;
    		margin: -25px 0px 0px 0px;
			cursor: pointer;
			right: 20px;
			top: 55%;
			position: absolute;
		}
.arrow-right:hover { background: url(../images/arrow_right.png) -50px 0px no-repeat; right: 30px; }
		
			.slider-item {
    			width: 100%;
				display: none;
			}
.slider-item img { width: 100%; }

.slider-item .play { transition: 0.4s; opacity: 0.5; top: 55%; left: 50%; margin: -50px 0px 0px -50px; background: url(../images/slider_play.png) no-repeat; width: 100px; height: 100px; position: absolute; }
.slider-item:hover .play { opacity: 1; }

.sltitle { position: absolute; left: 1%; bottom: 0px; height: 60px; background: rgba(53,6,0,0.4); border-radius: 12px 12px 0px 0px; display: inline-block; padding: 10px 20px; }
.sltitle a { text-shadow: 0px 2px 2px rgb(53,6,0); font-family: 'Roboto Condensed', sans-serif; font-weight: bold; font-size: 26px; color: rgb(255,249,237); }	
.sltitle a:hover { color: rgb(242,118,46); text-decoration: none; }
.sltitle rating { clear: both; margin: 5px 0px 5px 0px; display: block; }
.sltitle .category { color: rgb(235,229,217); font-size: 13px; font-style: italic; clear: both; display: block; }


#text_block { text-align: justify; padding: 1px 5px 5px 5px; line-height: 21px; overflow: hidden; }
#text_block h2 { margin: 0px 0px 5px 0px; }
#text_block strong { color: rgb(133,86,65); }
#text_block a { text-decoration: underline; }
#text_block a:hover { text-decoration: none; }
#text_block span { color: rgb(225,92,27); font-weight: bold; }
#text_block .text_more { display: none; clear: both;  }
#text_block .more_button { text-decoration: none; box-shadow: 0px 3px 12px -5px rgb(133,86,65); background-color: rgb(255,249,237); cursor: pointer; float: right; text-align: center; width: 80px; color: rgb(133,86,65); height: 20px; line-height: 21px; border-radius: 3px;  }
#text_block .more_button:hover { text-decoration: underline; color: rgb(225,92,27); }
#text_block .hide_button { text-decoration: none; box-shadow: 0px 5px 12px -5px rgb(133,86,65); display: none; cursor: pointer; float: right; text-align: center; width: 80px; background-color: rgb(255,249,237); color: rgb(133,86,65); height: 20px; line-height: 21px; border-radius: 3px;  }
#text_block .hide_button:hover { text-decoration: underline; color: rgb(225,92,27); }

#text_block .right_block { float: right; width: 240px; }


.wrapper_thumbs_block { box-shadow: 0px 5px 20px -10px rgb(53,6,0); overflow: hidden; }
#thumbs_block { padding: 10px 0px 20px 0px; margin: 0 auto; overflow: hidden; }
#thumbs_block .new { display: block; font-family: 'Roboto Condensed', sans-serif; border-bottom: 1px solid rgba(133,86,65,0.3); box-shadow: 0px 1px 0px 0px #fff; padding: 0px 0px 10px 0px; margin: 0px 5px 4px 5px; color: rgb(133,86,65); line-height: 26px; font-weight: bold; font-size: 26px; }
#thumbs_block .all { font-family: 'Roboto Condensed', sans-serif; font-weight: bold; font-size: 16px; width: 240px; height: 30px; line-height: 30px; box-shadow: inset 0px 15px 15px 0px rgb(163,116,95); background: rgb(123,76,55); color: rgb(245,239,227); margin: 0 auto; display: block; border-radius: 4px; text-align: center; }
#thumbs_block .all:hover { text-decoration: none; background: rgb(205,72,7); box-shadow: inset 0px 15px 15px 0px rgb(245,112,47); }

#thumbs_block. .sort_wrap_link { display: block; box-shadow: 0px 0px 0px 1px #000; overflow: hidden; }
#thumbs_block h1 { margin: 0px 5px; }

.related_thumbs_block { clear: both; padding: 0px 0px 10px 0px; margin: 10px 0px 0px 0px; overflow: hidden; }




.categories_main { margin: 20px 0px 0px 0px; font-size: 14px; padding: 2px 0px 20px 0px; overflow: hidden;}
.categories_main h2 { border-top: 1px solid #fff; box-shadow: 0px -1px 0px 0px rgba(133,86,65,0.3); padding: 15px 0px 5px 0px; margin: 0px 5px 5px 5px; }

.categories_main ul { overflow: hidden; padding: 0px 0px 10px 0px; margin: 0px; }
.categories_main li { font-size: 14px; height: 33px; line-height: 33px; box-shadow: 0px 5px 15px -7px rgb(133,86,65); border-radius: 6px; background: rgb(255,249,237); overflow: hidden; text-align: center; padding: 0px; list-style-type: none; float: left; width: 240px; margin: 10px 5px 2px 5px; }
.categories_main li:hover { background: rgb(222,98,26); }

.categories_main li img { box-shadow: 0px 0px 10px -3px rgb(133,86,65); float: left; width: 100px; border-radius: 0px; border: 0; }
.categories_main li a { display: block; color: rgb(133,86,65); font-weight: bold; }
.categories_main li:hover a { text-decoration: none; color: rgb(255,249,237); }


#categories_page { margin: 0px; padding: 0px 0px 0px 0px; overflow: hidden; }
#categories_page h2 { border-top: 1px solid #fff; box-shadow: 0px -1px 0px 0px rgba(133,86,65,0.3); padding: 15px 0px 5px 0px; margin: 0px 5px 5px 5px; }

#categories_page ul { overflow: hidden; padding: 0px 0px 10px 0px; margin: 0px; }
#categories_page li { position: relative; box-shadow: 0px 5px 15px -8px rgb(133,86,65); height: 167px; line-height: 30px; border-radius: 3px; background: rgb(255,249,237); overflow: hidden; text-align: center; padding: 0px; list-style-type: none; float: left; width: 240px; margin: 10px 5px 5px 5px; }
#categories_page li:hover { background: rgb(222,98,26); }
#categories_page li .go_to_category { border-radius: 3px 3px 0px 0px; opacity: 0; transition: 0.2s; background: rgba(53,6,0,0.3) url(../images/go_to_category.png) center center no-repeat; width: 240px; height: 135px; position: absolute; left: 0; top: 0; }
#categories_page li:hover .go_to_category { opacity: 1; }
#categories_page li img { width: 240px; border-radius: 0px; border: none; }
#categories_page li a { display: block; color: rgb(133,86,65); font-weight: bold; }
#categories_page li:hover a { text-decoration: none; color: rgb(255,249,237); }
#categories_page li:hover a:hover { text-decoration: underline; }

#all_videos { padding: 40px 0px 10px 0px; margin: 0 auto; overflow: hidden; }

.sort_block { margin: 15px 0px 10px 5px; overflow: hidden; }
.sort_block a { margin: 0px 5px; }

.wrapper_thumb { transition: 0.2s; border-radius: 3px; background: rgb(255,249,237); box-shadow: 0px 10px 15px -13px rgb(133,86,65); float: left; width: 240px; height: 252px; overflow: hidden; margin: 12px 5px 0px 5px; }
.wrapper_thumb:hover { box-shadow: 0px 10px 15px -13px #e36e07; }
.wrapper_thumb .thumb { transition: 0.2s; width: 240px; height: 135px; position: relative; overflow: hidden; }
.wrapper_thumb .thumb img { border: none; width: 240px; }
.wrapper_thumb .thumb .play { border-radius: 3px 3px 0px 0px; opacity: 0; transition: 0.2s; background: rgba(53,6,0,0.3) url(../images/play.png) center center no-repeat; background-size: 40px 40px; width: 240px; height: 135px; position: absolute; left: 0; top: 0; }
.wrapper_thumb .thumb:hover .play { opacity: 1; }
.wrapper_thumb .thumb .date { color: rgb(245,239,227); padding: 1px 5px; border-radius: 3px 3px 0px 0px; font-size: 9px; position: absolute; left: 0; bottom: 0; background: rgba(53,6,0,0.4); }
.wrapper_thumb .thumb .watch_later { transition: 0.3s; opacity: 0; position: absolute; width: 19px; height: 19px; top: 5px; right: 5px; }
.wrapper_thumb .thumb .watch_later img { transition: 0.3s; border-radius: 10px; width: 19px; height: 19px; background: rgba(53,6,0,0.5); }
.wrapper_thumb .thumb .watch_later img:hover { background: rgb(222,98,26); }
.wrapper_thumb .thumb:hover .watch_later { opacity: 1; }

.wrapper_thumb .thumb_link { margin: 8px 0px 4px 0px; padding: 0px 5px; height: 34px; overflow: hidden; }
.wrapper_thumb .thumb_link a { color: rgb(143,96,75); font-weight: bold; font-size: 14px; line-height: 17px; }
.wrapper_thumb .thumb_link a:hover { color: rgb(222,98,26); text-decoration: none; }

.wrapper_thumb .thumb_info { font-size: 11px; line-height: 18px; border-top: 1px solid rgb(221,208,196); margin: 9px 5px 0px 5px; padding: 5px 0px 0px 0px; height: 36px; }
.wrapper_thumb .thumb_info a { text-decoration: underline; color: rgb(222,98,26); line-height: 12px; }
.wrapper_thumb .thumb_info a:hover { text-decoration: none; }
.wrapper_thumb .thumb_info span { color: rgb(113,66,45); }
.wrapper_thumb .thumb_info .cat { color: rgb(222,98,26); }

.wrapper_thumb .thumb_info .views { float: left; background: url(../images/views.png) 0px 3.5px no-repeat; background-size: 16px 10px; padding: 0px 0px 0px 20px; }
.wrapper_thumb .thumb_info .comments { border: 0; text-decoration: none; float: left; background: url(../images/comm.png) 0px 0px no-repeat; margin: 0px 0px 0px 10px; background-size: 16px 15px; padding: 0px 0px 0px 20px; }

.wrapper_thumb .thumb_info .edit { float: right; }

.wrapper_thumb .thumb_info .rating_block { overflow: hidden; }
.wrapper_thumb .thumb_info .rating_block .rating { width: 61px !important; padding: 2px 0px 0px 0px; margin: 0px; }
.wrapper_thumb .thumb_info .rating_block .unit-rating { width: 61px !important; height: 12px !important; background-size: 12px auto !important; }
.wrapper_thumb .thumb_info .rating_block .unit-rating li.current-rating { height: 12px !important; background: url("../dleimages/rating.png") 0px -24px; background-size: 12px auto !important; }
.wrapper_thumb .thumb_info .rating_block left { float: left; margin: 0px 0px 0px 0px; }
.wrapper_thumb .thumb_info .rating_block votes { font-style: italic; float: left; margin: 0px 0px 0px 5px; color: rgb(193,146,125); }
.wrapper_thumb .thumb_info .rating_block span { color: rgb(113,66,45);  }

.wrapper_thumb .thumb_info .short_cat { margin: -1px 0px 3px 0px; }

.wrapper_thumb_related { overflow: hidden; border-radius: 3px; background: rgb(255,249,237); box-shadow: 0px 10px 15px -13px rgb(133,86,65); float: left; width: 240px; height: 184px; margin: 10px 5px 2px 5px; }
.wrapper_thumb_related:hover { box-shadow: 0px 10px 15px -13px #e36e07; }
.wrapper_thumb_related .thumb { transition: 0.3s; width: 240px; height: 135px; position: relative; overflow: hidden; }
.wrapper_thumb_related .thumb .date { color: rgb(245,239,227); padding: 1px 5px; border-radius: 3px 3px 0px 3px; font-size: 9px; position: absolute; left: 0; bottom: 0; background: rgba(53,6,0,0.4); }

.wrapper_thumb_related .thumb img { border: none; width: 240px; }
.wrapper_thumb_related .thumb .play { border-radius: 3px; opacity: 0; transition: 0.2s; background: rgba(53,6,0,0.3) url(../images/play.png) center center no-repeat; width: 240px; height: 135px; position: absolute; left: 0; top: 0; }
.wrapper_thumb_related .thumb:hover .play { opacity: 1; }
    
.wrapper_thumb_related .thumb_link { margin: 8px 0px 4px 0px; padding: 0px 5px; height: 34px; overflow: hidden; }
.wrapper_thumb_related .thumb_link a { color: rgb(143,96,75); font-weight: bold; font-size: 14px; line-height: 17px; }
.wrapper_thumb_related .thumb_link a:hover { color: rgb(222,98,26); text-decoration: none; }

.video_block { margin: 0px 5px; }
.video_block h1 { margin: 0; }
.player_block { margin: 10px 0px 0px 0px; float: left; width: 670px; }

.video_description { margin: 13px 0px 0px 0px; font-size: 14px; }

.video_description .poster { float: left; position: relative; width: 220px; text-align: center; font-size: 11px; line-height: 13px; margin: 19px 0px 0px 0px; padding: 0px;  }
.video_description .poster img { margin: 0px 0px 5px 0px; border: none; width: 220px; }


.player_block .video_description .info { line-height: 20px; float: right; width: 440px; margin: 15px 0px 5px 0px; }
.player_block .video_description .info a { margin: 0px 3px 0px 0px; font-weight: bold; }
.player_block .video_description .ul_info { overflow: hidden; margin: 0px 0px 6px 0px; padding: 0px; }
.player_block .video_description .info_name { display: block; padding: 0px; float: left; width: 85px; font-weight: bold; }
.player_block .video_description .ul_info .left div { float: left; margin: 0px 0px 0px -1px; }
.player_block .video_description .ul_info .left .votes { float: left; margin: 1px 0px 0px 5px; font-size: 12px; color: rgb(193,146,125); }

.player_block .video_description .ul_info .left { float: left; list-style-type: none; margin: 0px; padding: 0;  }
.player_block .video_description .ul_info .right { float: right; list-style-type: none; margin: 0px; padding: 0;  }

.video_description p { margin: 0; padding: 0px 0px 10px 0px; }

.right_block_full { margin: 10px 0px 0px 0px; width: 300px; float: right; } 

.random_video { display: none; }

.comments_block { float: right; width: 670px; overflow: hidden; margin: 52px 0px 0px 0px; }
.comments_block .comm_title { color: rgb(133,86,65); border-left: 5px solid rgb(153,106,85); padding: 0px 0px 0px 10px; font-weight: bold; }
.comments_block .comm_num { font-weight: bold; color: rgb(225,92,27) !important;}

.comments_wrap { margin: 10px 0px 0px 0px; padding: 5px 0px 0px 0px; overflow: hidden; }

.comments { margin: 0px 0px 10px 0px; border-bottom: 1px solid rgba(133,86,65,0.2); overflow: hidden; padding: 5px 0px; }
.comments a { font-weight: normal;}
.comments .selectmass { float: right; }
.commentleft { float: left; width: 50px; margin: 0px 10px 0px 0px; }
.commentleft img { border: 0; width: 50px; max-height: 50px; border-radius: 3px; }
.commentright { overflow: hidden; padding: 0px; margin: 0px; }
.commentright img { float: none; padding: 0px; margin: 0px 5px 0px 0px; }
.comminfo { margin: -1px 0px 0px 0px; font-size: 12px; color: rgb(183,136,115); }
.comminfo a { font-weight: bold;  }
.comment { overflow: hidden; margin: 5px 0px; padding: 0px; }
.comment img { width: 20px; height: 20px; border: 0; }
.commedit { clear: both; font-size: 12px; margin: 0px; }
.commedit ul { float: right; border-top: 1px dotted rgb(123,76,55); margin: 5px 0px 0px 0px; padding: 5px 0px 0px 0px; }
.commedit li { list-style-type: none; float: left; margin: 0px 0px 0px 10px; }
.commedit li b { color: rgb(225,92,27); }
.commedit li a { color: rgb(183,136,115); text-decoration: underline; }
.commedit li a:hover { color: rgb(133,86,65); text-decoration: none; }

.addcomments_wrap { margin: 10px 0px 0px 0px; }
.addcomments_wrap span { font-weight: bold; } 
.addcomm { overflow: hidden; font-size: 12px; margin: 0px; }
.addcommguestblock { margin: 5px 0px; overflow: hidden; }
.addcommguest { display: inline-block; margin: 0px 10px 0px 0px; }
.addcommguest input { color: rgb(225,92,27); border-radius: 3px; padding: 0px 5px; height: 18px; width: 110px; border: 1px solid rgb(183,136,115); }
.addcommguest span { font-weight: normal; }
.addcommguest .question { margin: 0px; font-weight: bold; }

.addcommsubmit { text-align: right; margin: 5px 0px 0px 0px; }
.addcommsubmit button { transition: 0.2s; cursor: pointer; background: rgb(133,86,65); color: rgb(255,249,237); border: 0; border-radius: 3px; padding: 3px 6px; width: 100px; }
.addcommsubmit button:hover { background: rgb(225,92,27); }

.wrapper_login { display: none; z-index: 11000; background: rgba(53,6,0,0.8); position: fixed; width: 100%; height: 100%; left: 0; top: 0; }


.head .sign_up { line-height: 20px; float: right; margin: 10px 0px 0px 0px; color: rgb(255,249,237); font-weight: bold; font-size: 12px;  }
.head .sign_up:hover { color: rgb(242,118,46); text-decoration: none; }

.login_name { cursor: pointer; transition: 0.4s; line-height: 20px; float: right; margin: 10px 20px 0px 0px; color: rgb(255,249,237); font-weight: bold; font-size: 12px;  }
.login_name:hover { color: rgb(242,118,46); text-decoration: none; }

.login_block { display: none; line-height: 20px; z-index: 12000; border: 4px solid rgb(133,86,65); box-shadow: inset 0px 0px 25px -2px rgb(133,86,65); margin: -124px 0px 0px -164px; padding: 40px 0px 0px 40px; border-radius: 6px; background: rgb(245,239,227) url(../images/bg-1.gif); position: fixed; top: 40%; left: 50%; width: 280px; height: 180px; }
.login_block .admin_link { margin: -20px 0px 0px 0px; display: block; }
.login_block img { float: left; border-radius: 6px; width: 110px; }
.login_block ul { float: left; margin: 0px 0px 0px 20px; padding: 0; }
.login_block li { clear: both; list-style-type: none; padding: 0px; margin: -5px 0px 16.5px 0px; }
.login_block li a { font-size: 14px; font-weight: bold; color: rgb(133,86,65); }
.login_block li a:hover { color: rgb(225,92,27);  }
.login_block ul .logout { margin: 20px 0px 0px 0px; }
.login_block ul .logout_link { font-size: 15px; color: rgb(225,92,27); }
.login_block .login_close { cursor: pointer; position: absolute; right: -35px; top: -35px; width: 30px; height: 30px; background: url(../images/login_close.png) center bottom no-repeat; }
.login_block .login_close:hover { background: url(../images/login_close.png) center top no-repeat; }



.login_block #logform { margin: -10px 0px 0px 0px;  }
.login_block #logform li {  }
.login_block #logform li label { font-size: 14px; font-weight: bold; }
.login_block #logform li input { font-weight: bold; color: rgb(225,92,27); width: 200px; clear: both; background: rgb(255,249,237); border-radius: 4px; border: 1px solid rgb(133,86,65); height: 20px; }

.login_block #logform .login_button { margin: 5px 0px 20px 0px; text-align: center; }
.login_block #logform li button { transition: 0.4s; cursor: pointer; font-weight: bold; color: rgb(255,249,237); box-shadow: inset 0px 15px 15px 0px rgb(163,116,95); background: rgb(123,76,55); border-radius: 6px; height: 25px; line-height: 23px; width: 70px; border: 0; }
.login_block #logform li button:hover { background: rgb(205,72,7); box-shadow: inset 0px 15px 15px 0px rgb(245,112,47); }

.login_block #logform .forgot_password { clear: none; float: right; }
.login_block #logform .forgot_password a { font-weight: normal; font-size: 14px; }

.login_block #logform .signup { clear: none; float: left; }
.login_block #logform .signup a { font-weight: normal; font-size: 14px; }

.speedbar { color: rgb(203,156,135); margin: 4px 5px 5px 5px; }
.speedbar a { font-size: 14px; color: rgb(173,126,105) !important; }
.speedbar a:hover { color: rgb(143,96,75) !important; }


.user_info_wrapper { overflow: hidden; padding: 10px 5px; width: 1000px; margin: 0 auto; }
.user_info { font-family: 'Roboto Condensed', sans-serif; overflow: hidden; padding: 0px 5px; }
.user_info .avatar { float: left; margin: 3px 20px 0px 0px; }
.user_info .avatar img { width: 100px; height: 100px; border: 0; border-radius: 6px; }

.user_info ul { padding: 0; margin: 0; }
.user_info .user_info_1 { width: 430px; float: left; font-size: 16px; }
.user_info .user_info_1 li { clear: both; list-style-type: none; padding: 0; margin: 0px 0px 5px 0px; }
.user_info .user_info_1 li span { margin: 0px 0px 0px 10px; font-size: 14px; }


.edit_user_button { margin: 20px 0px 0px 0px; text-align: center; clear: both; }
.edit_user_button a { margin: 20px auto 10px auto; text-transform: uppercase; text-align: center; font-family: 'Roboto Condensed', sans-serif; font-size: 18px; color: rgb(225,92,27) !important; display: block; width: 150px; border-radius: 6px; color: rgb(245,239,227); font-weight: bold; text-decoration: underline; height: 26px; line-height: 26px; padding; 0px 20px; }
.edit_user_button a:hover { text-decoration: none; }


.edit_user { border-top: 1px solid #fff; box-shadow: 0px -1px 0px 0px rgba(133,86,65,0.3); margin: 10px 0px; overflow: hidden; }

.edit_user .baseform { margin: 10px 0px 0px 120px;  }
.edit_user .baseform .tableform {  }
.edit_user .baseform .tableform .label { margin: 0px 0px 10px 0px; width: 250px; font-weight: bold; font-size: 14px; }
.edit_user .baseform .tableform .f_input { margin: 0px 0px 10px 0px; border: 1px solid rgb(133,86,65); width: 400px; padding: 3px 10px; background: rgb(255,249,237); border-radius: 6px; height: 23px; line-height: 23px; color: rgb(133,86,65); font-weight: bold; font-size: 14px; }
.edit_user .baseform .tableform .checkbox { margin: -10px 0px 10px 0px; font-size: 12px; }
.edit_user .baseform .tableform .f_textarea { margin: 0px 0px 10px 0px; border: 1px solid rgb(133,86,65); width: 400px !important; padding: 3px 10px; background: rgb(255,249,237); border-radius: 6px; height: 80px; line-height: 20px; color: rgb(133,86,65); font-weight: bold; font-size: 14px; }

.fieldsubmit { margin: 0px; clear: both; }
.fieldsubmit input { transition: 0.4s; float: right; cursor: pointer; border: 0; margin: 20px 330px 0px 0px; text-align: center; font-family: 'Roboto Condensed', sans-serif; font-size: 14px;  color: rgb(245,239,227) !important; display: block; width: 150px; border-radius: 6px; box-shadow: inset 0px 15px 15px 0px rgb(163,116,95); background: rgb(123,76,55); color: rgb(245,239,227); font-weight: bold; height: 26px; line-height: 24px; padding; 0px 20px; }
.fieldsubmit input:hover { background: rgb(205,72,7); box-shadow: inset 0px 15px 15px 0px rgb(245,112,47); }

.wrapper_footer { border-top: 1px solid #fff; box-shadow: 0px -1px 0px 0px rgb(208,189,173);  background: rgba(133,86,65,0.1); margin: 0px;  }
#footer { width: 990px; margin: 0 auto; padding: 10px 0px 20px 0px; overflow: hidden;  }
#footer a { text-decoration: underline; }
#footer a:hover { text-decoration: none; }
#footer .copyright { float: left; }
#footer .counter { float: right; }
#footer .info { clear: both; margin: 10px 0px; }
#footer .info a { font-weight: bold; color: rgb(163,116,85); margin: 0px 10px 0px 0px; }

.right1 { float: right; width: 300px; display: inline; }
.right2 { float: left; width: 1200px; display: inline; }

.clear { clear: both; height: 10px; }

.navigation { font-size: 12px; margin: 20px 0px 0px 0px; clear: both; overflow: hidden; padding: 10px 0px 10px 0px; line-height: 19px; text-align: center; }
.navigation span { margin: 0px 5px; box-shadow: 0px 3px 8px -3px rgb(133,86,65); background: rgb(255,249,237); border-radius: 3px; display: inline-block; height: 20px; width: 30px; text-align: center; color: rgb(133,86,65); }
.navigation a { margin: 0px 5px; box-shadow: 0px 3px 8px -3px rgb(133,86,65); background: rgb(133,86,65); border-radius: 3px; display: inline-block; height: 20px; width: 30px; text-align: center; color: rgb(255,249,237); }

.navigation a:hover { background: rgb(222,98,26); text-decoration: none; }

.navigation_main { font-size: 16px; margin: 15px 0px 15px 0px; clear: both; overflow: hidden; padding: 10px 0px 10px 0px; line-height: 26px; text-align: center; }
.navigation_main a { margin: 0px 5px; box-shadow: 0px 3px 8px -3px rgb(133,86,65); background: rgb(133,86,65); border-radius: 3px; display: inline-block; height: 28px; width: 240px; text-align: center; color: rgb(255,249,237); }

.navigation_main a:hover { background: rgb(222,98,26); text-decoration: none; }

.info_block { margin: 10px 5px 20px 5px; padding: 0px 0px 10px 0px; border-bottom: 1px solid rgb(208,189,173); box-shadow: 0px 1px 0px 0px #fff;  }
.info_block b { display: block; color: rgb(222,98,26); font-size: 18px; text-decoration: underline; margin: 0px 0px 6px 0px; }



.registration { overflow: hidden; width: 500px; margin: 0 auto; }
.regfield { background: rgb(255,249,237); box-shadow: 0px 5px 15px -8px rgb(133,86,65); border-radius: 6px; padding: 10px; color: rgb(133,86,65); margin: 15px 0px; overflow: hidden; font-weight: bold; font-size: 14px; }
.reginput { border: none; padding: 0px 0px 0px 10px; margin: 0px 0px 0px 0px; border-radius: 5px; color: rgb(133,86,65); float: left; background: rgb(243,233,220); border: 1px solid rgb(173,126,105); width: 468px; height: 30px; }

.checkname {margin: 0; padding: 0; height: 14px; font-size: 11px; text-decoration: underline; background: none; border: none; cursor: pointer; float: right; color: rgb(153,106,85); }
.checkname:hover { color: rgb(222,98,26); text-decoration: none; }
#result-registration { font-size: 11px; list-style-type: none; clear: both; font-weight: normal; }
.sec_code { width: 250px; font-size: 12px; font-weight: normal; margin: 5px 0px 10px 0px; }
.sec_code img { width: 150px; height: auto; margin: 5px 0px; border: none; }
.registration .fieldsubmit { margin: 25px 0px 15px 0px; text-align: center; }
.registration .fieldsubmit button { transition: 0.3s; font-weight: bold; font-size: 14px; cursor: pointer; background: rgb(133,86,65); color: rgb(255,249,237); border: 0; border-radius: 5px; width: 250px; padding: 5px 10px; }
.registration .fieldsubmit button:hover { background: rgb(222,98,26); }

.channels_block { overflow: hidden; font-size: 0; padding: 0px 0px 10px 0px; }
.channels_block a { font-family: 'Roboto Condensed', sans-serif; line-height: 30px; float: left; text-align: center; font-size: 16px; font-weight: bold; color: rgb(143,96,75); border-radius: 3px; background: rgb(255,249,237); box-shadow: 0px 5px 15px -8px rgb(133,86,65); display: block; width: 240px; height: 30px; margin: 10px 5px 2px 5px; }
.channels_block a:hover { background: rgb(226,126,65); color: rgb(255,249,237); text-decoration: none; }


.top_video_thumb { box-shadow: 0px 5px 15px -8px rgb(53,6,0); border-radius: 3px; position: relative; width: 190px; height: 106px; float: left; margin: 10px 5px 2px 5px; overflow: hidden; }
.top_video_thumb img { border: none; width: 190px; }
.top_video_thumb .play { border-radius: 3px; opacity: 0; transition: 0.2s; background: rgba(53,6,0,0.2) url(../images/play.png) center center no-repeat; background-size: 30px 30px; position: absolute; display: block; width: 190px; height: 106px; left: 0; top: 0;  }
.top_video_thumb:hover .play { opacity: 1; }
.top_video_thumb .link { border-radius: 3px; color: rgb(255,249,237); left: 3px; bottom: 3px; width: 174px; padding: 2px 5px; background: rgba(53,6,0,0.5); position: absolute; height: 15px; line-height: 15px; font-size: 12px; overflow: hidden; }
.top_video_thumb:hover .link { height: 22px; font-size: 11px; line-height: 11px; }
.top_video_thumb:hover .link:hover { color: orange; }

.most_main_videos { margin: 10px 5px 20px 5px; border-top: 1px solid #fff; box-shadow: 0px -1px 0px 0px rgba(133,86,65,0.3); overflow: hidden; padding: 0px 0px 10px 0px;}
.most_main_videos .most_rated { text-align: center; float: left; width: 490px; }
.most_main_videos .most_rated iframe { width: 490px; height: 282px; }
.most_main_videos .most_rated a { font-size: 11px; }
.most_main_videos .most_viewed { float: right; padding: 0px; width: 500px; }
.most_main_videos .most_viewed h3 { margin: 0px 0px 15px 10px; }
.most_main_videos .most_viewed .most_viewed_thumb { box-shadow: 0px 5px 15px -10px rgb(53,6,0); border-radius: 3px; position: relative; width: 240px; height: 135px; float: left; margin: 0px 0px 12px 10px; overflow: hidden; }
.most_main_videos .most_viewed .most_viewed_thumb img { border: none; width: 240px; }
.most_main_videos .most_viewed .most_viewed_thumb .play { border-radius: 3px; opacity: 0; transition: 0.2s; background: rgba(53,6,0,0.2) url(../images/play.png) center center no-repeat; background-size: 35px 35px; position: absolute; display: block; width: 240px; height: 135px; left: 0; top: 0;  }
.most_main_videos .most_viewed .most_viewed_thumb:hover .play { opacity: 1; }
.most_main_videos .most_viewed .most_viewed_thumb .link { border-radius: 3px; color: rgb(255,249,237); left: 3px; bottom: 3px; width: 223px; padding: 2px 5px; background: rgba(53,6,0,0.5); position: absolute; height: 15px; line-height: 15px; font-size: 12px; overflow: hidden; }
.most_main_videos .most_viewed .most_viewed_thumb:hover .link { height: 22px; font-size: 11px; line-height: 11px; }
.most_main_videos .most_viewed .most_viewed_thumb:hover .link:hover { color: orange; }

.opisanie_niz { font-size: 14px; line-height: 20px; margin: 20px 0px 0px 0px; }
.opisanie_niz p { text-align: justify; margin: 0 5px; padding: 0px 0px 10px 0px; }

.popular_main { overflow: hidden; padding: 0px; }
.popular_main .span_title { color: rgb(133,86,65); display: block; font-weight: bold; font-size: 20px; margin: 15px 0px 15px 5px; }

.top_thumb { float: left; width: 190px; height: 106px; margin: 5px; position: relative; overflow: hidden; box-shadow: 0px 5px 15px -10px #7a634b; }
.top_thumb img { width: 190px; height: 106px; }
.top_thumb .play { border-radius: 0px; opacity: 0; transition: 0.2s; background: rgba(53,6,0,0.3) url(../images/play.png) center center no-repeat; background-size: 30px 30px; width: 190px; height: 106px; position: absolute; left: 0; top: 0; }
.top_thumb:hover .play { opacity: 1; }

.top_thumb .link { background: rgba(53,6,0,0.7); color: #fff; font-size: 12px; position: absolute; left: 0; bottom: 0; width: 100%; height: 25px; line-height: 25px; text-align: center; }
.top_thumb .link:hover { color: orange; }

.share_buttons { margin: 0px 0px 5px 0px; }
.share_buttons a { margin: 0 !important; padding: 0; }
.share_button { display: inline-block; margin: 0px 10px 0px 0px; }

.full_opingr { overflow: hidden; }
.full_ingredients { margin: 20px 0px 0px 0px; width: 200px; font-size: 12px; text-align: left; float: left; border-radius: 5px; padding: 10px; background: #fff; box-shadow: 0px 5px 5px -5px rgb(133,86,65); }
.full_ingredients .span_ingredients { font-size: 15px; font-weight: bold; text-transform: uppercase; }
.full_ingredients ul { margin: 0; padding: 0; }
.full_ingredients li { margin: 10px 20px; }

.full_prigotovlenie { float: right; width: 440px; line-height: 21px; text-align: justify; }
.full_prigotovlenie .span_prigotovlenie { font-size: 15px; font-weight: bold; text-transform: uppercase; }
.full_prigotovlenie ul { margin: 0; padding: 0; }
.full_prigotovlenie li { margin: 10px 20px; }


@media screen and (min-width: 1400px) {
    .head { width: 1230px; }
    .content { width: 1240px; }
    
	.wrapper_thumb { width: 300px; height: 286px; }
	.wrapper_thumb .thumb { width: 300px; height: 168px; }
	.wrapper_thumb .thumb img { width: 300px; }
	.wrapper_thumb .thumb .play { background-size: 50px 50px; width: 300px; height: 168px; }

.wrapper_thumb_related { width: 300px; height: 220px; }
.wrapper_thumb_related .thumb { width: 300px; height: 168px; }
.wrapper_thumb_related .thumb img { width: 300px; }
.wrapper_thumb_related .thumb .play { width: 300px; height: 168px; background-size: 50px 50px; }

.categories_main li { font-size: 16px; width: 300px; height: 40px; line-height: 40px; }
.categories_main li img { width: 120px; }

.channels_block a { width: 238px;}

.player_block { width: 910px; }
.player_block iframe { width: 910px; height: 540px; }
.player_block .video_description .info { width: 674px; }
.full_prigotovlenie { width: 674px; }

#categories_page { font-size: 16px; }
#categories_page li { height: 202px; width: 300px;}
#categories_page li .go_to_category { width: 300px; height: 169px;  }
#categories_page li img { width: 300px; }


#footer { width: 1230px; }

.top_thumb { width: 238px; height: 133px; }
.top_thumb img { width: 238px; height: 133px; }
.top_thumb .play { background-size: 40px 40px; width: 238px; height: 133px; }



}
