body {
	background: #f8f8f8 url('../img/back.jpg') center 217px no-repeat;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	overflow-x:hidden;
    /*-webkit-user-select: none; /*(Chrome/Safari/Opera)*/
    /*-moz-user-select: none;/*(Firefox)*/
    /*-ms-user-select: none;/*(IE/Edge)*/
}
h1 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	color: #000;
	font-size: 20px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}

form, p { 
	padding: 0px; 
	margin: 0px;
}
.form_new input[type=text] {
	padding: 5px 10px;
	border: 0px solid #fff;
}
.form_new input[type=submit] {
	background-color: #CCC;
	color: #fff;
	border: 0px;
	padding: 5px 10px;
}
.main {
	position: relative;
}
.main, #bar, #header, #footer {
	max-width: 1000px;
	width: 100%;
	height: auto;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	clear: both;
}
#header {
	position: relative;
	z-index: 1;
}
#back_banner { 
	position: absolute; 
	top: 240px; 
	left: 0; 
	width:100%; 
	z-index: 0;
}
.mess {
	color: #f00;
}
#bar_out {
	color: #3e5d17;
	padding: 2px 0px 3px 0px;
	background: #3e5d17 url('../img/bar.png') center center repeat-x;
}
#header_out {
	background: url('../img/header_out.png') center top repeat-x;
}
#header {
	background: url('../img/header.png') center top no-repeat;
	height: 161px;
	width: 930px;
	padding: 52px 35px 10px 35px;
}
#header .banner {
	float: right;
	margin-top: 20px;
}
#smtv_in {
	margin-left: 10px;
	width: 850px;
}
#sn {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}
#footer_out {
	!clear: both;
	background: #e1e1e1 url('../img/footer_out.png') center top repeat-x;
	padding-bottom: 20px;
}
#footer {
	min-height: 137px;
	color: #0f0e0e;
}
#footer a {
	color: #0f0e0e;
}
#footer .links {
	float: right;
}
#menu, #menu ul , #l_menu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	z-index: 100;
}
#menu {
	background: url('../img/menu_back.png') center top repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ebdb56;
}
#menu a {
	color: #000;
	display: block;
	padding: 10px 11px;
	font-weight: bold;
	border-top: 1px solid #ebdb56;
	border-bottom: 1px solid #ebdb56;
	background: url('../img/menu_a_back.png') 1px center no-repeat;
}
#menu li {
	position: relative;
	display: inline-block;
	margin: -1px;
	margin-left: -4px;
	background: url('../img/menu_li_back.png') right center no-repeat;
	z-index: 100;
}
#l_menu li {
	position: relative;
	display: inline-block;
	margin: 0px;
	margin-left: 0px;
	background: url('../img/menu_li_back.png') right center no-repeat;
}
#menu li.fst, #menu ul li, #menu ul li a {
	margin-left: 0px;
	background-image: none;
}
#menu li.lst, #l_menu li.l_lst{
	background-image: none;
}
#menu ul li {
	margin: 0px;
}
#menu ul li {
	display: block;
}
#menu li ul {
	position: absolute;
	left: 0px;
	border: 1px solid #e28351;
	background-color: #fff;
	width: 150px;
	display: none;
	z-index: 50;
}
#menu a:hover, #menu a.a_ch, #menu li.fst a:hover {
	background: url('../img/menu_hover.png') center top repeat-x;
	color: #fff;
	text-decoration: none;
	border: 1px solid #e28351;
	padding: 9px 10px;
	position: relative;
	z-index: 100;
}
#menu ul li a {
	border: 0px;
}
#menu ul li a:hover {
	padding: 9px;
}
#menu li:hover ul {
	display: block;
}
#menu li.fst a, #menu li.fst a:hover, #menu li.fst a.a_ch {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#menu li.lst a, #menu li.lst a:hover, #menu li.lst a.a_ch {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#l_menu {
	color: #3e5d17;
	padding: 2px 0px 3px 0px;
	background: #3e5d17 url('../img/bar.png') center center repeat-x;
}
#l_menu a {
	color: #000;
	display: block;
	padding: 10px 45px 11px 45px;
	font-weight: bold;
	background: url('../img/bar.png') 1px center no-repeat;
}
#l_header img{
	width: 996px;
}
.care_box {
	padding-bottom: 10px;
	background: url('../img/care_shadow.png') center bottom no-repeat;
	position: relative;
}
.care_body {
	padding: 5px;
}
.care_title {
	padding: 4px;
	color: #000;
}
.care_green {
	border: 2px solid #86d825;
	background-color: #fff;
}
.care_green .care_title {
	background: url('../img/title_green.png') center top repeat-x;
}

.care_orange {
	border: 2px solid #ed5f15;
}
.care_orange .care_title {
	background: url('../img/title_orange.png') center top repeat-x;
}
.care_orange .care_title a {
	color: #000;
}
.care_yellow {
	border: 2px solid #ddc815;
}
.care_yellow .care_title {
	background: url('../img/title_yellow.png') center top repeat-x;
}
.care_grey {
	border: 2px solid #cbcbcb;
}
.care_grey .care_title {
	background: url('../img/title_grey.png') center top repeat-x;
}
.care_arr {
	float: right;
}
.ul_inline_block {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ul_inline_block  li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px;
}
.news_list {
	!list-style-type: circle;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.news_list li {
	text-align: left;
	vertical-align: center;
	min-width: 150px;
}
.home_gal {
	text-align: center;
}
.homegal li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 25%;
	text-align; center;
}
.homegal li a {
	display: block;
	text-align: center;
}
.homegal li a img {
	max-width: 100%;
}
.homegal .pic_title {
	width: 100%;
}
.pic_title {
	text-align: center;
	width: 200px;
}
.one_cat {
	background: #ebebeb;
	border: 2px solid #c4c4c4;
	margin-top: 5px;
	margin-bottom: 5px;
}
.one_cat_news {
	width: 130px;
}
.one_cat_pic img {
	width: 80px;
}
.one_cat_pic_home img {
	width: 180px;
}
.one_news_date {
	color: #b5460b;
}
.top:link {
	color: #000;
	font-size: 11px;
}
.top_ch {
	font-weight: bold;
}
.top_ch:link {
	color: #000;
}
.top_event {
	width: 110px;
	color: #58b502;
	font-weight: bold;
}
.top_event a:link, .top_event a:hover, .top_event a:visited, .top_event a:active, .top_event a:focus {
	color: #58b502;
}
.top_name {
	width: 120px;
	font-weight: bold;
}
.top_result {
	width: 60px;
	color: #f05b16;
	font-weight: bold;
	text-align: right;
}	
#main_home {
	float: left; 
	width: 686px; 
	margin-right: 10px; 
	height: 620px; 
	min-height: 620px; 
	height:auto; 
	position:relative; 
	overflow: hidden;
	z-index: 10;
}
#big_news_menu {
	list-style-type: none;
	margin-top: 235px;
	margin-left: -240px;
	padding: 0px;
	display: block;
}
#big_news_menu a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 4px 4px;
	font-weight: normal;
	background: url('../img/care_shadow.png') center top no-repeat;
}
#big_news_menu li {
	position: relative;
	display: inline-block;
	margin: 2px;
	width: 116px;
	text-align: center;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#big_news_menu li.orange {
	background: url('../img/title_orange.png') center top repeat-x;
	border: 2px solid #ed5f15;
}
#big_news_menu li.orange a{
	color: #fff;
}
#big_news_menu li.green {
	background: url('../img/title_green.png') center top repeat-x;
	border: 2px solid #86d825;
}
#big_news_menu li.yellow {
	background: url('../img/title_yellow.png') center top repeat-x;
	border: 2px solid #ddc815;
}
#big_news_menu li.grey {
	background: url('../img/title_grey.png') center top repeat-x;
	border: 2px solid #cbcbcb;
}
#big_news_menu {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}

#big_news_menu2 img{
	width: 30px;
}
#home_news {
	margin-top: 0px;
	margin-left: 50px;
}
.hitm {
	position: relative;
	width: 638px;
}
.hitm img {
	border: 2px solid #66c43d;
	width: 634px;
	height: 415px;
}
.hitm .inf {
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: 10px;
	width: 600px;
	padding: 10px;
	background: #66c43d;
}
.hitm .inf a {
	color: #000;
}
.hitm .date {
	color: #4d4d4d;
	float: right;
}
#home_small {
	margin-top: 0px;
	width: 638px;
	height: 85px;
	background: #66c43d;
}
#home_small div {
	display: inline-block;
	margin: 2px;
	padding-top: 0px;
	border: 2px solid #fff;
}
#home_small div.ch, #home_small div:hover {
	border: 2px solid #ed5f15;
}
#home_small div img {
	border: 2px solid #fff;
}
#home_small img {
	width: 115px;
	height: 70px;
}
#home_sec {
	position: relative;
	z-index: 20;
}
#first {
	float: left;
	width: 100%;
	max-width: 690px;
	padding-top: 0px;
	position: relative;
	z-index: 10;
}
#full_width {
	/*float: left;*/
	width: 100%;
	max-width: 990px;
	padding-top: 10px;
}
#second {
	float: left;
	width: 300px;
	margin-left: 10px;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}
.itm
{
    border: 2px solid #86d825; 
    position:relative;
    z-index:10;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow:hidden;
	background-color: #fff;
}
#news_bar {
	
}
.new_date{
	color: #aaa;
	font-size:0.9em;
	float:left;
	font-style:italic;
}
#text_size {
	float: right;
}
.big_pic_old {
	margin-bottom: 5px;
	padding: 1px;
	background-color: #86d825;
	width: 640px;
	border: 2px solid #86d825;
	text-align: center;
	color: #fff;
}
.big_pic_old img{
	width: 636px;
	height: 400px;
}

.new_one {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 4px;
	text-align: center;
	width: 258px;
}
#big_pic {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #86d825;
	text-align: center;
	width: 252px;
}
#big_pic img {
	width: 250px;
}
.new_one_w {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 4px;
	text-align: center;
	width: 100%;
	max-width: 658px;
}
.new_one_w #big_pic {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #86d825;
	text-align: center;
	width: 100%;
	max-width: 652px;
}
.new_one_w #big_pic img {
	width: 100%;
	max-width: 650px;
}

.fb_panel {
	position: absolute;
	bottom: -2px;
	right: -2px;
	background: #eaeef6 url('../img/fb_panel.png') left no-repeat;
	border: 2px solid #86d825;
	margin-top: 10px;
	margin-left: 10px;
	width: 80px; 
	height: 50px;
	padding-left: 40px;
}
.fb_panel img {
	width: 60px;
}
#top_accents {
	position: relative;
	z-index: 20;
}
#top_accents a:hover {
	text-decoration: none;
	color: #fff;
}
#top_accents .care_title {
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
#top_accents li {
	width: 224px;
	padding-bottom: 6px;
	background: url('../img/care_shadow.png') center bottom no-repeat;
	background-size: 210px;
}
#top_accents li img {
	height: 75px;
	width: 220px;
}
#top_accents .care_back {
	background-size: cover!important;
}
#accents {
	float: left;
	width: 600px; 
	height: 19px;
	background: url('../img/ac_b.png') left center no-repeat;
	padding-left: 17px;
	padding-right: 11px;
	padding-top: 2px;
	overflow: hidden;
}
#accents_btn {
	float: left;
	width: 62px; 
}
#accents td {
	white-space: nowrap;
}
#accents td div {
	width: 610px;
	color: #8A8C8B;
}
#best_news {
	margin-bottom: 5px;
}
.best_news ul {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
}
.best_tab {
	background-color: #CCC;
}
.best_tab td {
	background: url('../img/title_yellow.png') left center repeat-x;
	padding: 4px;
}
.tr_bar_2 {
	background: url('../img/title_green.png') center top repeat-x;
}
.bars {
	background: url('../img/title_yellow.png') center top repeat-x;
	display: inline-block;
	padding: 4px;
	margin-bottom: -2px;
	border-bottom: 2px solid #ddc815;
}
.bar_yellow_che {
	border-left: 2px solid #ddc815;
	border-right: 2px solid #ddc815;
	border-top: 2px solid #ddc815;
	border-bottom: 2px solid #fee75b;
}
.col {
	display: inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 5px;
	vertical-align: top;
}
.col img {
	width: 100%;
}
a.dot {
	display: block;
	background: url('../img/romb.png') left center no-repeat;
	padding: 5px 5px 5px 10px;
}
.player_photo_g li {
	display: inline-block;
	width: 144px;
	!height: 144px;
	background: #f8f8f8 url('../img/photo_back.png') center top no-repeat;
	vertical-align: top;
	!text-align: center;
}
.list_photos {
	padding-top: 14px;
	padding-left: 15px;
}
.list_photos img {
	width: 112px;
	height: 112px;
}
.itm_top_r {
	position: relative;
	float: right;
	color: #86d825;
	font-size: 14px;
	font-weight: bold;
	top: -28px;
	height: 24px;
	z-index: 11;
	padding-top: 5px;
	
}
#gallery_title {
	color: #86d825;
	width: 960px;
	font-weight: bold;
	margin: 10px;
}
.big_photo {
	padding: 4px;
	background-color: #86d825;
	color: #fff;
	display: inline-block;
}
.big_photo img {
	max-width: 970px;
}
.checked {
	border: 2px solid #ed5f15;
}
.item {	
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.item img {
	float: left;
	margin-right: 5px;
	border: 0px solid #fff;
}
#oth_lnks_div {
	background: #ccc url('../img/header_out.png') center top repeat-x;
    margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
}
#oth_lnks_div .oth_in {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#oth_lnks_div .oth_in a {
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	display: inline-block;
	padding: 5px 3px;
}
#oth_lnks {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#oth_lnks li {
	display: inline-block;
	margin: 0px;
	position: relative;
	padding: 0px;
}
#oth_lnks li a:link, #oth_lnks li a:visited, #oth_lnks li a:hover, #oth_lnks li a:active  {
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}
.league_event {
	display: inline-block;
	margin: 10px;
	text-align: center;
}
.event_name {
	color: #78150c;
}
.event_pic {
	width: 50px;
	height: 30px;
	background-color: #0f6e6e;
	margin: auto;
}
.l_new {
	background: #fff url('../img/l_menu_back.png') center top repeat-x;
	border-top: 2px solid #87d627;
	padding: 10px;
	font-weight: bold;
	height: 40px;
	width: 200px;
	vertical-align: middle;
}
.l_news {
	height: 200px;
	margin-left: 10px;
}
#league_news {
	position: relative;
	margin-top: 0px;
	margin-left: 10px;
	height: 400px;
}
#share {
	margin-top: 5px;
}
.itm_top {
	display: none;
}
#oth_news {
	position: relative;
	max-width: 1000px;
	width: 100%;
	height: auto;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: -53px;
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#itm_other {
	border: 1px solid #d1a486;
	padding: 10px;
	background: none;
}
#oth_1, #oth_2, #oth_3{
	margin-top: 10px; 
	margin-bottom: 5px;
}
#oth_1 li, #oth_2 li, #oth_3 li {
	padding-left: 35px; 
	padding-top: 0px; 
	height: 140px; 
	width: 143px; 
	text-align: center;
	margin-left: 5px;
}
.pic_oth {
	width: 135px; 
	height: 65px;
	margin-top: 10px; 
	margin-right: 10px;
}
#oth_football {
	background: #fff url('../img/bg_football.png') left bottom no-repeat;
}
#oth_volleyball {
	background: #fff url('../img/bg_volleyball.png') left bottom no-repeat;
}
#oth_basketball {
	background: #fff url('../img/bg_basketball.png') left bottom no-repeat;
}
#oth_viasport {
	background: #fff url('../img/viasport.png') left bottom no-repeat;
}
#oth_tennis24 {
	background: #fff url('../img/tennis24.png') left bottom no-repeat;
}
.search_in {
	background: #fff url('../img/search_back.png') center top repeat-x;
	width: 100px;
	border: 0px;
	padding-right: 0px;
	margin: 0px;
	float: left;
}
.search_btn {
	background: #fff url('../img/search_right.png') center top no-repeat;
	width: 22px;
	border: 0px;
	padding-left: 0px;
	margin: 0px;
}
.search {
	position:relative;
	padding-top: 5px;
	width: 130px;
}
#srch {
	float:right;
	width: 200px;
}
.search_care {
	border-bottom: 1px dashed #CDCDCD;
	padding: 5px;
	text-align: left;
}
#live_text, #live_date {
	position: absolute;
	left: 10px;
	top: 200px;
	width: 278px;
	color: #fff;
	padding: 8px 2px 8px 10px;
	background: url('../img/player_bar.png') left center no-repeat;
	font-size: 17px;
}
#live_date {
	background: url('../img/player_bar.png') right center no-repeat;
	padding: 8px 10px 8px 10px;
	left: 0px;
	top: 5px;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
}
#live_play {
	position: absolute;
	left: 107px;
	top: 82px;
}
#facebook_intro {
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 110; 
	width: 100%; 
	height: 100%;  
	display:block; 
	background: url('../img/honey.png') center center repeat;
}
#facebook_intro .care_in {
	width:800px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 200px; 
	z-index:111;
	background-color: #fff;
	padding: 10px 20px 20px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#facebook_intro .care_close {
	text-align: right;
	margin-bottom: 10px;
}

.s_media {
	position: relative; 
	max-width: 1000px;
	width: 100%;
	height: auto;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 8px 0px rgba(50, 50, 50, 0.75);
	background: #fff url('../img/bg.png') center center repeat;
}
/*.s_media li {
	display: inline-block;
	margin: 0px;
	padding: 8px;
}
.s_media li.smedia {
	margin-top: 20px;
	display: block;
	text-align: center;
}
.s_media {
	text-align: center;
	padding: 0px;
	margin: 0px;
}*/
.s_media li {
	display: inline-block;
	margin: 0px;
	padding: 8px 5px;
}
.s_media li.smedia {
	margin-top: 20px;
	display: block;
	text-align: center;
}
.item_author, a.item_author {
	color: #000;
	font-weight: 600;
	display: block;
	padding-top: 15px;
}
.akcenti .itm {
	clear: both;
	border: 0px;
}
#footer_banners {
    width: 100%;
    text-align: center;
    padding-bottom: 2%;
}
/* sticky banner */
#private_info_1 {
    width: 300px;
    height:250px; 
    bottom: 0px !important; 
    right: 10px !important; 
    position: fixed !important; 
    z-index: 100;
    background-color: #f2f2f2;
}
.close_icon {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 99;
}
/* ************************** */
.akcenti .itm img {
	width: 30%;
	float: left;
	margin-right: 10px;
}/*
#others {
	border-top: 2px solid #458cc7;
	border-bottom: 1px solid #ccc;
	background-color: #f3f3f3;
}
#others ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
}
#others ul li {
	display: inline-block;
}
#others ul li a {
	display: inline-block;
	padding: 5px 5px;
	color: #115594;
	font-size: 0.8em;
}*/
@media screen and (max-width: 1000px) {
	body
	{
		overflow-x: visible;
	}
}
.size_12 {
    font-size: 12pt;
}
.care_box img {
	max-width: 100%;
}
.exchange_div .main {
	width: 100%;
}
.tbl_div {
	display: table;
	width: 100%;
}
.tbl_div .tr {
	display: table-row;
}
.tbl_div .td {
	display: table-cell;
	vertical-align: top;
}
.last_news .pic {
	width: 80px;
}
.last_news .one_cat {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.last_news .one_cat .td:first-child {
	width: 90px;
}
.theme_more .one_cat {
	width: 47%;
	margin-left: 1%!important;
}
.theme_more .one_cat .td:first-child {
	width: 90px;
}
.theme_more .one_cat img { 
	width: 80px!important;
}
.history .tbl_div .td:first-child {
	width: 100px;
	padding-right: 10px;
}
.div_mobile {
	display: none;
}
.news .tbl_div {
	margin-bottom: 10px;
}
.news .tbl_div .td:first-child {
	width: 180px;
}
.news .tbl_div .td:last-child {
	text-align: left;
	padding: 10px 20px;
}
.news .tbl_div .td:last-child .more {
	text-align: right;
	padding-top: 20px;
}
.news .tbl_div .td:last-child .date {
	margin-top: 10px;
}
.gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery a {
	display: inline-block;
	padding: 0px;
	width: 19%;
	margin: 0.5%;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery a img {
	width: 100%;
}
.gallery a span {
	padding: 10px;
	display: block;
}
.photo_slide .ul_inline_block li {
	padding: 1px;
}
.photo_slide #li_lst {
	height: 82px;
	width: 13px;
	position: relative;
}
.photo_slide #li_lst a {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}
.comments .one_cat, .last_authors .home_gal .one_cat {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
	margin: 0.5%!important;
}
.comments .one_cat .td:first-child, .last_authors .home_gal .one_cat .td:first-child {
	width: 150px;
}
.comments  .one_cat .td:last-child, .last_authors .home_gal .one_cat .td:last-child {
	padding-left: 10px;
}
.list {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.list a {
	display: inline-block;
	margin: 5px;
}
@media screen and (max-width: 800px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body {
		font-size: 14px;
	}
	.div_desc {
		display: none;
	}
	.div_mobile {
		display: block;
	}
	#first {
		float: none;
		width: 100%;
	}
	#second {
		float: none;
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}
	#oth_news iframe {
		height: 1000px!important;
		overflow-x: none;
		overflow-y: auto;
	}
	.div_second {
		text-align: center;
	}
	#header {
		width: 100%!important;
	}
	#accents {
		width: 100%;
		max-width: 600px;
	}
	.side_banners {
		display: none!important;
	}
	.new_banner {
		display: block!important;
	}
	.last_news .li_pics, .last_news .li_news {
		width: 100%!important;
		display: block;
	}
	.last_news .li_news {
		padding: 10px;
	}
	.theme_more .one_cat_pic {
		width: 100%;
		display: block;
	}
	.theme_more .one_cat {
		width: 100%;
		display: block;
		margin-left: 0px!important;
	}
	.theme_more .one_cat .td {
		width: 100%;
		display: block;
	}
	.theme_more .one_cat img {
		width: 100%!important;
		margin-bottom: 10px;
	}
	.theme_more .one_cat .td:first-child {
		width: 100%;
	}
	.theme_more .one_cat .tit {
		height: auto!important;
		margin-bottom: 10px;
	}
	.history .tbl_div .td:first-child, .history .tbl_div .td {
		width: 100%;
		padding: 0px;
		display: block
	}
	.history .tbl_div .td img {
		margin-bottom: 10px;
	}
	#top_accents li {
		width: 100%;
	}
	#top_accents .care_back {
		width: 100%;
		background-size: cover!important;
		background-position: center top!important;
		height: 200px!important;
	}
	#accents, #accents_btn, #text_size {
		display: none;
	}
	#footer {
		padding: 20px;
	}
	#footer_out {
		background: #e1e1e1;
	}
	.mobile_menu {
		text-align: center;
		padding: 10px;
		background-color: #dd7942;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	#menu {
		background: rgba(221,121,66,.9);
		border-radius: 0px;
		display: block;
		position: absolute;
		left: 0px;
		border: 0px solid #FFF;
		width: 100%;
		font-size: 14px;
		max-height: 0px;
		overflow: hidden;
	}
	#menu.menu_stick {
		max-height: 1000px;
		-webkit-transition: all 0.3s ease-in-out;    
		-moz-transition: all 0.3s ease-in-out;    
		transition: all 0.3s ease-in-out;
	}
	#menu li {
		display: block;
		width: 100%;
		margin: 0px;
		background: transparent;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	#menu a {
		color: #fff;
		border: 0px solid #000;
		background: transparent;
		padding: 10px 20px;
	}
	#menu a.a_ch, #menu a:hover, #menu li.fst a:hover {
		background: transparent;
		border: 0px solid #000;
		border: 0px solid #e28351;
		padding: 10px 20px;
	}
	#menu li ul {
		position: relative;
		display: block;
		background: transparent;
		width: 100%;
		padding-left: 20px;
		border: 0px;
	}
	#menu ul li a:hover {
		padding: 10px 20px;
	}
	#menu li ul li {
		border-bottom: 0px solid #fff;
	}
	.news .tbl_div .td {
		display: block;
		width: 100%!important;
	}
	.news .tbl_div .td:first-child {
		width: 100%;
	}
	.news .tbl_div .td:first-child img {
		width: 100%;
	}
	.news .tbl_div .td:last-child {
		padding: 10px 0px;
	}
	.gallery a {
		width: 49%;
	}
	.homegal li {
		width: 50%;
	}
	.bars {
		padding: 4px 5px;
		margin-right: 1px;
	}
	#big_news_bid {
		display: none;
	}
	#home_news {
		margin-left: 0px;
	}
	#home_news .hitm {
		width: 100%;
	}	
	#home_news .hitm img {
		width: 100%;
		height: auto;
	}
	#home_news .hitm .date {
		display: none;
	}
	#home_news .hitm .inf {
		width: 96%;
		left: 2%;
		right: 2%;
	}
	#home_small {
		width: 100%;
		height: auto;
	}
	#home_small div {
		width: 19%;
		margin: 0.5%;
	}
	#home_small img {
		width: 100%;
		height: auto;
	}
	.comments .one_cat, .last_authors .home_gal .one_cat {
		width: 100%;
		margin: 0.5% 0%;
	}
	.accents .col {
		width: 100%!important;
	}
	.adv_home {
		width: 100%;
	}
	.adv_home_in {
		width: 100%;
	}
	.adv_home_in img {
		max-width: 100%;
	}
	#top_accents {
		display: none;
	}
}