html{
	width: 100%;
	height: 100%;
	font-size: 13px;
	position: relative;
}
body{
	font-family: 'Helvetica', Tahoma, sans-serif;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	font-size: 13px;
}
a:hover{
	text-decoration:underline;
}
i{
	position: relative;
	top:-1px;
}
.read_more a:hover{
	text-decoration:none;
}
i.icon-goal{
	width:15px;
	height:17px;
	background:url('/media/images/icons/goal.png') no-repeat !important;
}
i.icon-card{
	width:15px;
	height:17px;
	background:url('/media/images/icons/r-y-card.png') no-repeat !important;
}
i.icon-y-card{
	width:15px;
	height:17px;
	background:url('/media/images/icons/y_card.png') no-repeat !important;
}
i.icon-r-card{
	width:15px;
	height:17px;
	background:url('/media/images/icons/r_card.png');
}
i.icon-goal-a{
	width:26px;
	height:16px;
	background:url('/media/images/icons/goal_a.png') no-repeat !important;
}
i.icon-goal-p{
	width:26px;
	height:16px;
	background:url('/media/images/icons/goal_p.png') no-repeat !important;
}
i.icon-sub{
	width:17px;
	height:15px;
	background:url('/media/images/icons/sub.gif') no-repeat !important;
}
i.icon-sub-in{
	width:14px;
	height:10px;
	background:url('/media/images/icons/sub_in.png') no-repeat !important;
}
i.icon-sub-out{
	width:14px;
	height:10px;
	background:url('/media/images/icons/sub_out.png') no-repeat !important;
}
.row-fluid{
	margin-top:60px;
}
.icon-href{
	background-image:url('/media/img/href.png');
}
.icon-success{
	background-image:url('/media/img/success.png');
}
.icon-warning{
	background-image:url('/media/img/warning.png');
}
.icon-danger{
	background-image:url('/media/img/danger.png');
}
.icon-gray{
	background-image:url('/media/img/gray.png');
}
.breadcrumb > li > .dividers, .action-breadcrumb .dividers{
    color: #CCCCCC;
    padding: 0 5px;
}
h1{
	font-size: 24px;
    line-height: 24px;
	padding-top:0;
	margin-bottom:10px;
	margin-top:0;
}
h2{
	font-size: 21px;
	line-height:25px;
	margin:0;
}
h3{
	font-size:18px;
	line-height:27px;
	margin:0;
}
h3.last-message{
	font-size: 17px;
	font-weight:bold;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size:13px;
	line-height:18px;
}
select{
	padding-top:5px;
}
label{
	font-size:13px;
}
.btn, button{
	font-size:13px;
}
.btn-group > .btn{
	font-size:13px;
}
.container-fluid{
	padding:0;
}
.row-fluid .td{
	border-radius: 5px;
	padding:10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	background:#ffffff;
}
#topbar .container{
	width:940px;
}
.help-inline{
	font-size:11px;
}
.well{
	min-height:30px;
	padding:15px;
}

td.place{
	width:25px;
}
.winner-1 .place{
	color:#B8860B;
}
.winner-2 .place{
	color:#C0C0C0;
}
.winner-3 .place{
	color:#CD7F32;
}
.out  .place{
	color:#B94A48;
}

#walk-top{
	display:none;
	float:left;
}
.medal{
	left: -3px;
    position: relative;
    top: 2px;
    width: 9px;
}
#content.index{
	width:1000px;
}
#content{
	position:relative;
}
#content.index #main-counts{
	width:150px;
}
#content #main-counts{
	margin-top:-67px;
	margin-bottom:7px;
	margin-left:0;
	padding:10px;
	border-radius: 5px;
	background: rgba(255,255,255,0.9);
	width:218px;
}
#content #main-counts .title{
	width:110px;
	float:left;
}
#index-cgames{
	background: rgba(255,255,255,0.9);
	padding:10px;
	border-radius:5px;
	font-size:13px;
}
#index-cgames .title{
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
#index-cgames .item{
	float:left;
	width:430px;
	height:25px;
	margin:0 15px;
}
#index-cgames .item.online a{
	color:red;
}
#index-cgames .item span{
	float:left;
}
#index-cgames .item .date{
	margin-right:20px;
	color:#999999;
}
#index-cgames .item .team1{
	width:130px;
}
#index-cgames .item .score{
	margin:0 10px;
}
#left-block h3{
	margin-bottom:5px;
}
.block-content{
	background: rgba(255,255,255,0.9);
	padding:10px;
	border-radius:5px;
	font-size:13px;
}
.block-content.index{
	max-width:560px;
	width:560px;
}
form{
	margin-bottom:0;
}
.block-content img{

}
#page-content img{
	width:auto;
	max-width:555px;
}
#topbar.top-user-menu{
	position:fixed;
	top:0;
	right:0;
	background:rgba(255,255,255,0.9);
	font-size:13px;
	height:25px;
	width:auto;
	border-radius:0 0 0 5px;
	z-index: 100;
	padding-top:7px;
	text-align:right;
}
#topbar.top-user-menu.full{
	width:100%;
}
#topbar.top-user-menu a{
	margin-right:10px;
	margin-left:7px;
}

#logosite{
	width:170px;
	float:left;
	margin-right:24px;
}
#logosite img{
	width:150px;
}
p#desc-page{
	margin:10px 0;
}
div#count-in-page{
	margin:0 0 10px;
	float:left;
}
#player-search-form #count-in-page{
	margin-top:7px;
}
#sort-block{
	float:right;
}
#sort-block ul.nav-pills{
	float:right;
}

#l-send-request{
	margin-bottom:15px;
}
#index-news{
	font-size:13px;
}
#index-news h3{
	margin-bottom:-15px;
}
#index-news .item .time{
	color:#999999;
	font-size:11px;
    margin-top: 15px;
}
#index-news .read_more{
	margin-top:10px;
	margin-bottom:15px;
}
#gismeteo .gsInformer{
	margin:0 auto;
}
#partners{
	margin:0 0 15px 0;
}
#partners .item{
	width:150px;
	margin:0 auto 10px;
}
#partners .item img{
	width:150px;
}
#birthday{
	margin-bottom:15px;
}
#birthday h3{
	margin-bottom:3px;
	font-size:17px;
}
#birthday .item{
	display: block;
	margin:5px 0;
}
#birthday .item img{
	width:25px;
	float:left;
	margin-right:2px;
}
#birthday .item span.photo{
	position:relative;
	top:5px;
}
#poll h3{
	margin-bottom:0;
}

#index-result .date, #index-live .date{
	color:#999999;
}
#index-result td, #index-live td{
	font-size:11px;
}
#index-live th{
	border-top:none;
	color:red;
	font-style: italic;
}
#right-list-pl table img{
	width:25px;
	margin-right:5px;
	float:left;
}
#blogs{
	margin-top:15px;
}

.container_events .block{
	padding:0 10px;
}

.container_events #index-video{
	margin-top:20px;
}

#admins .breadcrumb{
	margin-bottom:7px;
}
#tournament #ajax-loader-form{
	display:none;
}
#tournament .t-title{
	margin-bottom:15px;
}
img.ajax-loader{
	width:32px;
}
.ajax-loader-right{
	float:right;
	float: right;
    margin: 8px 0 0 9px;
    width:auto;
}
#save_button_right, .save-button-right{
	display:none;
	float: right;
    margin-left: 10px;
    margin-top: 5px;
}
/************************************************/
#action-button{
	float:left;
	margin:0 0 10px 20px;
}
#action-button-login{
	width:290px;
	margin-left:80px;
}
#submit_button, .submit-button{
	float:left;
}
#remembe-pass{
	float:right;
	margin-top:4px;
}
#save_button, .save-button{
	margin:7px 0 0 7px;
	display:none;
	float:left;
}
.save-button.right{
	float:right;
}
#login-error{
	margin:10px 15px;
	padding:10px;
}
.separate-table{
	width:1px;
	background:#bbbbbb;
}
.enter-form{
	padding:10px 20px 10px 0;
}
.enter-form-social{
	padding:0 0 10px 20px;
}
.enter-form-social img{
	width:auto;
}

.social body{
	background:#ffffff;
	max-width:635px;
}
.right h1{
	position: relative;
	top:65px;
	left:-100px;
	font-size:28px;
}
#auth-social{
	max-width:605px;
	margin-left:15px;
}
#auth-social #content{
	margin-top:20px;
}
#auth-social .controls{
	text-align:left;
}
#save_button_access{
	display:none;
	margin-left:8px;
	margin-top:7px;
	float:right;
}
#block-send-button-activate .alert{
	margin:-5px 0 15px;
}
#send-button-reply-activation{
	float:left;
}
#social-button{
	height:30px;
	min-height:30px;
	margin-bottom:10px;
}
#social-button div{
	float:left;
	margin-right:0;
}
#social-button div.fb-like{
	float:left;
	margin-right:10px;
	width:120px;
}

#social-list a{
	margin-right:10px;
	float:left;
}
.social_href b{
	position:relative;
	top:3px;
	left:5px;
}
.social_href img{
	width:auto;
	float: left;
}

#gismeteo{
	text-align:center;
}
#main-menu-right{
	margin:0 0 0 -10px;
	width:220px;
}
.modal-body .control-label{
	width:35px;
}
.modal-body .controls{
	margin-left:75px;
}
.modal-body .controls textarea{
	width:450px;
	height:150px;
}
form .minute input{
	width:50px;
}
/****************************************************************/
#current-tournament{
	margin-bottom:20px;
}
#current-tournament table{
	width:100%;
	margin-bottom:0;
}
#current-tournament hr{
	margin:10px 0;
}
#current-tournament .nav-pills{
	margin-bottom:2px;
	margin-top:10px;
}
#current-tournament .nav-pills > li > a{
	padding:6px;
}
#current-tournament i.icon-resize-horizontal, #tournament i.icon-resize-horizontal{
	position: relative;
	top:-2px;
	left:-1px;
}
select#current-stage{
	margin:2px 0 8px;
}
table .td-left{
	text-align:left;
}
table .td-right{
	text-align:right;
}
table .td-center{
	text-align:center;
}
.list-po .td-team a{
	font-size:11px;
}
#outer-href .left-href{
	float:left;
	width:120px;
	padding:0 10px;
}
#outer-href .right-href{
	float:left;
	width:140px;
	text-align:center;
}
#outer-href{
	text-align:center;
}
.send-item-wrap{
	background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.send-item-wrap .send-item{
	background-color: #F5F5F5;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) inset;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 1px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    z-index: 2;
    color:#0088CC;
}
.send-item-wrap .send-item:hover{
	background:#EEEEEE;
}
#response-list{
	text-align:center;
}
#rating{
	margin-top:15px;
}
#rating table{
	width:100%;
	margin-bottom:0;
}
/****************************************************************/
.page-item h1 img{
	width:auto;
	float:left;
	margin-right:5px;
}
.page-item .list-news .item.thumbnail{
	width:650px;
	margin-bottom:3px;
}
.page-item .list-news .item.thumbnail .date{
	margin-right:10px;
}

.news-item{
	margin-bottom:30px;
}
.news-action, .blog-action{
	border:1px solid #CCC;
	background:#f5f5f5;
	border-radius: 3px;
	padding:5px;
}
#list-tag .item{
	background:#f5f5f5;
	margin-bottom:15px;
	float:left;
	width:250px;
	margin-right:15px;
}
#list-tag .item .name{
	margin-bottom:3px;
}
#list-tag .item .name a{
	font-size:15px;
	font-weight: bold;
}
#list-tag .item .image{
	float:left;
	margin-right:15px;
}
#list-tag .item .info a{
	margin-right:15px;
	float:left;
}
#tags-list-client{
	margin:10px 0;
	font-weight: bold;
}
/****************************************************************/
#current-tournament td{
	padding:5px;
}
select#tournaments{
	float:right;
}
#rating-team .logo-team{
	width:25px;
}
.logo-team, .block-content .logo-team{
	width:18px;
	margin-right:5px;
	float:left;
}
.list-pl th img{
	width:auto;
}
.list-pl td{
	vertical-align:middle;
	height:57px;
}
.photo-player{
	width:40px;
	margin-right:5px;
	float:left;
}
table .live{
	color:red;
	font-style:italic;
}
#game-page table#online{
	margin:20px 0;
}
/***************************************************************/
.player-list-team{
	height:auto;
}
.player-list-team .team{
	float:left;
	margin-right:10px;
}
.list-item .item{
	width:276px;
	float:left;
	margin-bottom:20px;
	height:100px;
}
.list-item .item .opt{
	margin-top:5px;
}
.list-item .item .info{
	float:left;
	max-width:166px;
}
.list-item .item h5{
	margin:0;
}
.list-item .item .photo{
	float:left;
	margin-right:10px;
}
.list-item .item .photo img{
	width:100px;
	max-height:100px;
}
#send-query{
	float: left;
    width: 100%;
}
#search{
	width:400px;
}
#search-button{
	position:relative;
	top:-5px;
}
/**************************************************************/
.page-item .left-block{
	float:left;
	width:200px;
}
.page-item .thumbnail{
	width:200px;
	background:#FFFFFF;
}
.page-item .add-info{
	margin-top:10px;
}
.page-item .photo img{
	max-width:200px;
}
.page-item .nav-tabs{
	margin-bottom:5px;
}
.page-item .contents{
	margin-left: 220px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    background:#FFFFFF;
    margin-bottom:10px;
}
.page-item .contents .info{
	position:relative;
	padding:5px 10px 10px;
}
.page-item .contents .info .edit{
	font-size: 11px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.page-item .contents .opt{
	margin:6px 0;
	height:15px;
	width:100%;
}
.page-item .contents .opt .title{
	float:left;
	font-weight:bold;
	width:120px;
	margin-right:10px;
}

.member-table td{
	padding:3px;
}


.accordion-heading .accordion-toggle{
	padding:8px 10px;
}
.accordion-heading:hover .accordion-toggle{
	text-decoration:none;
}
.accordion-group i{
	margin-right:5px;
}
.accordion-group .response{
	display:none;
}
.accordion-group .response .progress{
	margin:10px 15px;
}
/*************************************************************/
.wrap-shape-team .item{
	background-color:#008829;
	width:16px;
	border-radius:8px;
	float:left;
	margin-right:4px;
}
.wrap-shape-team .item:hover{
	text-decoration:none;
}
.wrap-shape-team .item.draw{
	background-color:#E18800;
}
.wrap-shape-team .item.loss{
	background-color:#B4002F;
}
#game-page .wrap-shape-team{
	margin-top:5px;
}
#game-page #shape-team2{
	float:right;
}
#game-page #shape-team2 .item{
	margin-right:0;
	margin-left:4px;
}
#game-page h3{
	font-size:24px;
	font-weight:normal;
}
#game-page h4{
	margin-top:0;
	margin-bottom:20px;
}
#game-page table{
	border:none;
	margin-top:5px;
}
#game-page .nav-tabs{
	margin-bottom:0;
}
#game-page table.top{
	margin-bottom:10px;
}
#game-page #score{
	font-size:22px;
}
#game-page table td{
	vertical-align:top;
}
#game-page table td.half{
	width:50%;
	padding:0;
}
#game-page table.list-table td{
	border:none;
	border:1px solid #FFFFFF;
	padding:6px;
}
#game-page table.list-goal td.action{
	width:50px;
}
#game-page table.list-goal td.minute{
	width:50px;
}
#game-page .add-opt-td{
	padding-top:8px;
}
#game-page .add-opt{
	margin-top:10px;
}
#game-page .td-left .thumbnail.logo{
	float:left;
	margin-right:10px;
}
#game-page .td-right .thumbnail.logo{
	float:right;
	margin-left:10px;
}
#game-page .thumbnail.logo{
	width:100px;
}
#game-page #online td{
	padding:5px;
}
#game-page .well .btn-primary{
	margin-right:10px;
}
/************************* POLL **********************************************/
#pollAjaxs{
	width:200px;
	min-height:190px;
	border:1px solid #666;
	margin:10px;
	padding:8px;
}

.pollTitle{
	text-align:center;
	margin-bottom:15px;
	font-weight:700;
}
#resaltPoll, .resaltPoll{
	display:none;
}
.button a{
	background-color:#B4D2F9;
	border:1px solid #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:60px;
	margin:8px auto;
	padding:4px;
}

#resaltshow, #pollshow{
	border:1px solid #666;
	padding:4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#resaltshow{
	width:60px;
	margin:8px auto;
}
.answer{
	margin:10px 0;
}
.font{
	height:10px;
	background:#eee url('/media/images/bg-poll.png') repeat-x;
	margin:3px 0;
	width:0;
	border-radius: 2px;
}
#list-poll{
	margin-left:20px;
}
#list-poll li{
	padding:3px 0;
}
.pollRed{
	color:#D80000;
}
.pollGreen{
	color:#00A331;
}
.pollRed span, .pollGreen span{
	color:#424242;
}
.poll{
	margin:0 0 30px;
}
/*****************************************************************************/
#list-comment .item{
	padding:10px 0;
	position:relative;
	border-top:1px solid #DDDDDD;
}
#list-comment .item.first{
	border-top:none;
}
#list-comment .item .date{
	position:absolute;
	right:0;
	top:10px;
	color: #777777;
	line-height: 15px;
}
#list-comment .item .body{

}
#list-comment .item .username{
	display:block;
	margin-bottom:2px;
}
#list-comment .answer-title{
	font-size:11px;
	color:#999999;
	margin-bottom:2px;
}
#list-comment .answer-body{
	display:none;
	background:#f5f5f5;
	border:1px solid #CCCCCC;
	border-radius:5px;
	margin-bottom:2px;
	margin-left:55px;
	padding:5px;
}
#list-comment .rating{
	text-align:right;
	color:#777777;
	margin-top:4px;
}
#list-comment .rating a{
	margin-left:3px;
	float:right;
	margin-top:1px;
}
#list-comment .rating .value-rate{
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#list-comment .rating.voted a{
	cursor:default;
}
#list-comment .rating .value-rate.yes{
	color:#50A250;
}
#list-comment .rating .value-rate.no{
	color:#BC352E;
}
#list-comment .rating.right{
	padding-right:20px;
}
#list-comment .action{
	float:left;
	margin-top:3px;
}
#list-comment .action a{
	margin-right:10px;
}
#list-comment .avatar{
	float:left;
	margin-right:5px;
	width:50px;
}

#block-delete{
	width:430px;
}
#block-delete .modal-body{
	width:390px;
}

.clear{
	clear: both;
}
.clear #delete-image{
	float:left;
	width:18px;
	height:18px;
}
.clear label[for='delete-image']{
	padding:3px 0 0 25px;
}
.form-image-item.thumbnail{
	width:100px;
	float:left;
	margin-right:10px;
}

.control-two-column .control-group{
	width:390px;
	float:left;
}
.control-two-column .control-group .help-inline{
	padding:0;
}

#form-game{
	width:100%;
}
#form-game .error, #form-game .error .help-inline{
	color:#B94A48;
}
#form-game .error input{
	color:#B94A48;
	border:1px solid #B94A48;
}
#form-game td{
	width:50%;
	padding:5px 0;
}
#form-game td.td-left{
	padding-left:10px;
}
#form-game td.td-right{
	padding-right:10px;
}
#form-game td.small-input input{
	width:35px;
}
#form-game input[type='checkbox']{
	display:inline-block;
	margin-right:5px;
	margin-top:0;
}
#form-game .check label{
	display: inline-block;
	margin:2px 0;
}

#form-game-sost{
	width:100%;
}
#form-game-sost a{
	left:6px;
	top:3px;
	position: relative;
}


#wrap-upload{
	width:100%;
	height:100px;
	background:#f5f5f5;
	margin-bottom:30px;
	position:relative;
}
#wrap-upload .text{
	position:absolute;
	top:42px;
	left:37%;
}


#album-index-list .item{
	margin-right:15px;
}
#multimedia, #blog, #news{
	position:relative;
}
#multimedia .breadcrumb{
	margin-bottom:10px;
}
#action-multimedia, #action-blog, .action-breadcrumb{
	position:absolute;
	right:10px;
	top:10px;
}
#list-video .item{
	width:200px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
#list-video .item .name{
	overflow: hidden;
	height:38px;
	display:block;
}
.item .multi-item-action{
	margin-left:10px;
}
#video-item{
	float:left;
	height:570px;
}
#video-body{
	float:left;
	margin-bottom:15px;
}
.video-thumb{
	position:relative;
}
.video-thumb .icon-film{
	position:absolute;
	top:3px;
	left:3px;
}

#albums{
	margin-top:10px;
}
#last-photos{
	margin-top:20px;
}
#list-photo .item{
	width:150px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	position: relative;
	min-height:120px;
}
#list-photo .item .photo-img{
	max-height:100px;
	overflow:hidden;
	display:block;
}
#list-photo .item .photo-title{
	max-height:40px;
	min-height:40px;
	overflow:hidden;
	display:block;
}
#list-photo .item .multi-item-action, #list-video .item .multi-item-action{
	position: absolute;
	top:-5px;
	right:-10px;
}
#album-index-list .item{
	width:150px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	position: relative;
	min-height:40px;
}
#album-index-list .item .photo-img{
	max-height:100px;
	overflow:hidden;
	display:block;
}
#main-td-photo{
	padding:0 10px;
}
#photo-container-table{
	width:100%;
}
#next-photo-href, #prev-photo-href{
	width:40px;
	text-align:center;
	padding-top:10px;
}
#next-photo-href:hover, #prev-photo-href:hover{
	background:#f5f5f5;
	cursor: pointer;
}

#sidebar-modal{
	font-size:13px;
}

/****************************** Blog *****************************************/
#blog .main-image-blog{
	width:50px;
	height:50px;
	float:left;
	margin-right:10px;
}
#blog .blog-head{
	margin-bottom:10px;
}
#blog .info-blog.photo h1{
	margin-bottom:2px;
	margin-top:-2px;
}
#blog .info-blog .title{
	display:block;
	font-size: 18px;
    line-height: 18px;
    margin-bottom:1px;
}
.content-body{
	text-align:justify;
	margin-bottom:10px;
}
.content-body ol{
	padding-left:25px;
}
.content-body ul{
	padding-left:30px;
}
.content-body p{
	/*margin-bottom:10px;*/
}
.content-body img{
	float:left;
	margin-right:10px;
}
.blog-item{
	margin-top:20px;
}
.blog-item.noactive{
	opacity:0.5;
}
.blog-item .blog-noactive-title{
	color:red;
	margin:5px 0 10px;
}
.read-all{
	margin:10px 0;
}
#post-form #id_name{
	width:500px;
}
#form-blog #id_name{
	width:400px;
}
#form-blog #id_body{
	width:500px;
	height:60px;
}
#change-active-post-button{
	margin-left:10px;
	float:left;
}

#right-block #blogs h3{
	margin-bottom:-10px;
}
#right-block #blogs .item{
	margin:10px 0 15px;
}
#right-block #blogs .item img{
	width:50px;
	height:50px;
	float:left;
	margin-right:5px;
}
#right-block #blogs .item .info a{
	display: block;
}
#right-block #blogs .item .info a.blog-name{
	font-weight:bold;
}

#files{
	margin:10px 0;
}
#files .item{
	margin-bottom:10px;
}
#files .item .filename{
	float:left;
	margin-right:5px;
}
#files .f-title{
	text-decoration:underline;
	margin-bottom:5px;
}

#our-team{
	position:relative;
	max-width:555px;
	width:555px;
	height:990px;
}
#our-team .bg{
	top:0;
	left:0;
	position:absolute;
	width:555px;
	height:990px;
	z-index:2;
}
#our-team .item{
	max-width:140px;
	float:left;
	border-radius:5px;
	border:1px solid #fff;
	background:rgba(255,255,255,0.7);
	position:relative;
	z-index:3;
	margin:30px 20px;
	height:210px;
	cursor:move;
}
#page-content #our-team .item{
	cursor:auto;
}
#our-team.small .item{
	max-width:102px;
	height:185px;
	margin:25px 16px;
}
#our-team .item .action{
	position:absolute;
	top:3px;
	right:3px;
}
#our-team .item .photo{
	max-height:140px;
	overflow: hidden;
	display:block;
}
#our-team .item .photo img{
	width:140px;
}
#our-team.small .item .photo{
	max-height:102px;
}
#our-team.small .item .photo img{
	width:102px;
}
#our-team .item .info{
	padding:5px;
	word-wrap: break-word;
}
#our-team .item .info span{
	display: block;
	margin-bottom:2px;
}
#our-team .item img{
	width:100%;
}


#week-team{
	position:relative;
	max-width:555px;
	width:555px;
	background: url("/media/images/schema2.jpg") no-repeat;
	background-size: 100% 100%;
	margin:0 auto;
}
#week-team .bg{
	top:0;
	left:0;
	position:absolute;
	width:555px;
	height:990px;
	z-index:2;
}
#week-team .item{
	width:125px;
	float:left;
	/*border-radius:5px;
	border:1px solid #fff;
	background:rgba(255,255,255,0.7);*/
	position:relative;
	z-index:3;
	margin:10px 30px;
	height:165px;
}
#week-team .item:first-child{
	margin:40px 215px 15px;
}
#week-team .item.last{
	margin:10px 215px 10px;
}
#page-content #week-team .item{
	cursor:auto;
}
#week-team.small .item{
	max-width:102px;
	margin:25px 16px;
}
#week-team .item .action{
	position:absolute;
	top:3px;
	right:3px;
}
#week-team .item .photo{
	overflow: hidden;
	display:block;
	text-align: center;
}
#week-team .item .photo .img{
	width:110px;
	border-radius:55px;
	border:1px solid #fff;
	cursor: pointer;
	height: 110px;
}
#week-team.small .item .photo{
	/*max-height:102px;*/
	position: relative;
}
#week-team .item .photo .best{
	position: absolute;
	top:0;
	right:0;
	width: 40px;
}
#week-team .item .info{
	padding:0 5px;
	word-wrap: break-word;
	position:absolute;
	width:140px;
	left:-13px;
	border-radius:5px;
	border:1px solid #fff;
	background:rgba(255,255,255,0.7);
}
#week-team .item .info div{
	margin:5px;
	text-align: center;
}
#week-team .item .info a{
	color:#000000;
	/*color: #ffffff;
	font-weight: bold;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.44);*/
}
#week-team .item .info .team-name{
	position: relative;
	top:-4px;
}
#week-team .item .info .logo-team{
	float:none;
}
#week-team .pop{
	cursor:pointer;
}


#yamap-stadium{
	width:100%;
	height:400px;
	margin-bottom:20px;
	border:1px solid #F5F5F5;
}

table td.stake-in-calendar{
    border-top:none;
    padding-top:1px;
    text-align: center;
}
table td.stake-in-calendar a{
    cursor: pointer;
}
.modal-stake-form{
    width:100%;
    margin-top:-10px;
    margin-bottom:10px;
}
.modal-stake-form td{
    padding:3px;
}
.contest-body{
    display: none;
}
.sort-href{
	cursor: pointer;
}
.href-remove-list-bp{
	display: block;
	font-size: 11px;
}
