@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,400bold");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400bold");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");

:default{
    color: #333333;
}
* {margin: 0px;    padding: 0px;} 
html { 
    height: 100%; 
}
 
body { 
    min-height:100%; 
    height: 100%; 
    width: 100%;
    color: #333333;
    font-size: 13px;
    line-height: 1.2;
}



body,td,th { 
    font-family: 'Roboto', sans-serif;
    font-size: 12px; 
} 
IMG { 
    border: 0; 
    outline: none; 
} 

a:link, a:visited, a:active { 
    text-decoration: none; 
    color: #0f567e;
    outline: none; 
} 
a:hover { 
    text-decoration: underline; 
    color: #1f76a9;
    outline: none; 
} 
ol, ul{ 
    list-style-position: inside; 
} 
.spacer { 
    clear:both; 
} 

h1, h2, h3, h4, h5, h6 { color:#000; padding-bottom: 15px; font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;} 
h1 {font-size:29px; color: #0f567e;} 
h2 {font-size:25px; color: #0f567e;} 
h3 {font-size: 25px; padding: 10px 0px; line-height: 1.1; color: #0f567e; text-decoration: none;} 
h4 {font-size:20px; color: #0f567e;} 
h5 {font-size:16px; color: #0f567e; padding: 5px 0px 10px 0px;} 
h6 {font-size:10px; color: #0f567e;}
p {font-size: 13.3px; line-height: 1.6; padding-bottom: 15px;}

#fixedwith{
 width: 1000px;
 margin: 0 auto;
 position: relative;
 padding: 0 20px;
 background: white;
}

.fixtable{
    display: table;
}

.login1{
    float: right;
    line-height: 45px;
}
.login1 a{
    padding: 4px 10px;
    background: #0f567e;
    color: white;
}
.login1 a:hover{
    background: #1f76a9;
    text-decoration: none;
}

#menutop{
    max-width: 900px;
    float: left;
    margin-left: -20px;
}
#menutop ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}
#menutop a{
    color: #0f567e;
    text-decoration: none;
    padding: 15px 20px;
}
#menutop a:hover{
    color: white;
    text-decoration: none;
}
#menutop ul li {
  font-size: 13px;
  color:#0f567e;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 0px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  //z-index: 100;
  //float: left;
}
#menutop ul li:hover {
  background: #0f567e;
  color: #fff;
}
#menutop ul li:hover a{
  color: #fff;
}
#menutop ul li ul {
  padding: 0;
  position: absolute;
  top: 44px;
  left: 0;
  width: 185px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 100;
}
#menutop ul li ul li { 
  background: #0f567e; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  //width: 100%
}
#menutop ul li ul li a{ 
  color: #fff;
}
#menutop ul li ul li:hover { background: #1f76a9; }
#menutop ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.topbanner {
width: 100%;
height: 110px;
background: #eff2f6;
position: relative;
}

.topbanner div{
    height: 100%;
    position: relative;
}

.topbanner .banban{
    position: absolute; 
    margin: auto;
    top: 0; 
    bottom: 0; 
    right: 0;
    height: 90px;
}
.topbanner img{
    position: absolute; 
    margin: auto;
    top: 0; 
    bottom: 0; 
    left: 10;
}

.contentbanner img{
    margin-top: 10px;
}

.contentblock{
 display: table;
 width: 1000px;
 margin: 0 auto;
 position: relative;
 padding: 0 20px 40px 20px;
 background: white;
}


.lcolumn{
    width: 728px;
    float: left;
}
.lcolumn .newsblock{
    width: 370px;
    float: left;
}

/*Anons*/
.anonscolumn{
    width: 322px;
    float: right;
    min-height: 560px;
    //display : none;
}

.anons{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
display: table-cell;
}
.anons .imgan{
    float: left; 
    padding-right: 10px;
}
.anons p{
    font-size: 13px;
    line-height: 1.2;
    padding-bottom: 13px;
}


.rcolumn{
    width: 240px;
    float: right;
    line-height: 1;
}

.anoserblock{
    padding-top: 50px;
    display: inline-block;
    width : 728px
}
.anoserblock .leftanonser{
    width: 370px;
    float: left;
}

.anoserblock .rightanonser{
    width: 325px;
    float: right
}
.anoserblock .rightanonser a{
    color: #333333;
}
.anoserblock .rightanonser a:hover{
    color: #449dd2;
}

.rightanonser .an{
    /*background: #eff2f6;*/
    width: 285px;
    margin-top: 2px;
    padding: 15px 20px;
}

.rightanonser .an .antime{
    float: left; 
    padding-right: 5px;
    font-size: 11px;
}
.rightanonser .an .antext{
    display: table-cell;
}

.turnirtable{
    padding-top: 50px;
    padding-bottom: 65px;
    width: 100%;
    display: inline-block;
}

.turnirtable hr{
    margin-top: 7px;
    margin-bottom: 10px;
}

.turnirtable .turnirs{
    width: 748px;
    display: table;
    margin-left: -8px;
    color: #666666;
}
.turnirs .turnir{
    width: 232px;
    margin: 16px 8px 0 8px;
    float: left;
}
.turnirs .turnir a{
    text-decoration: none;
    color: #666666;
}
.turnirs .turnir a:hover{
    color:#0f567e;
    text-decoration: underline;
}
.turnir .t1{
    width: auto;
    float: none;
    background-color: #a9bee1;
    padding: 10px 0px;
    color: #FFF;
    text-align: center;
}
.turnir .t1 a{
    color: #FFF;
    text-decoration: none;
}
.turnir .t1 a:hover{
    text-decoration: none;
}
.turnir .t2{
    width: 218px;
    float: left;
    background-color: #f5f5f5;
    padding: 7px;
}
.turnir .t3{
    width: 218px;
    float: left;
    padding: 7px;
}
.turnir .tspan{
    float: right;
    padding-left: 15px;
}

.ares a{
    font-size: 18px;
    color: white;
    text-decoration: none;  
}
.resultmatches{
    background: #0f567e;
    padding: 10px 20px;
    display: table;
    width: 200px; 
    margin-top: 32px;
}

.matshblocks{
    padding-top: 0px;
}

.matsh{
    margin-top: 15px;
    display: table;
    width: 100%;
}
.matsh a{
    color: #666666;
    display: table;
    width: 100%;
}
.matsh .m1{
    background: #a9bee1;
    font-size: 13px;
    display: table;
    width: 100%;
}
.matsh .m1 a{
    color: white;
    padding: 3px;
    text-decoration: none;
    width: auto;
    display: table-cell;
    float: left;
}
.matsh .m1 a:hover{
    color: #666666;
}


.matsh .m2{
    background: #f5f5f5;
}
.matsh .m2:hover{
    opacity:0.7;
}

.m2 .m21{
    color: #999999;
    float: left; 
    display: table-column;
    padding: 4px;
    font-size: 10px;
    line-height: 1.3;
}

.m2 .m21 img{
    padding-right: 5px;
    vertical-align: middle;
    float: left;
}
.m2 .m21 span{
    color: #1f76a9;
}

.m2 .m21on{
    float: left; 
    display: table-column;
    padding: 3px;
    font-size: 10px;
    line-height: 1.3;
}

.m2 .m21on img{
    padding-top: 1px;
    padding-right: 5px;
    vertical-align: middle;
    float: left;
}

.m2 .m21on span{
    color: #1f76a9;
}

.m2 .m22{
    float: left; 
    display: table-column;
    width: 132px;
    padding: 4px;}

.m2 .m24{
    float: left; 
    display: table-column;
    width: 10px;
    padding: 5px;}


.m2 .widthnone{
    float: left; 
    display: table-column;
    padding: 4px;
    max-width: 179px;
}

.m2 .m23{
    padding: 5px 1px;
    float: right;
    display: table-column;
}

.m2 .m23 span{
    background: #449dd2;
    color: white;
    margin-left: 2px;
    padding: 0px 2px;
}

.matsh .m3{
    background: none;
}

.matsh .m3blue{
    display: table;
    
    font-size: 10px;
    line-height: 1.3;
    width: 100%;
    color: #1f76a9;
}
.m3blue div{
    background: white;
    padding: 3px;
    display: table;
    min-width: 41px;
    text-align: center;
}

.matsh .m3grey{
    display: table;
    font-size: 10px;
    line-height: 1.3;
    width: 100%;
    background: #f5f5f5;
}
.m3grey div{
    background: white;
    padding: 3px;
    display: table;
    min-width: 41px;
    text-align: center;
    color: #666666;
}

.m33 span{
    background: white;
}

/*футер*/
.foot{
    width: 100%;
    display: table;
    background: #eff2f6;
    position: relative;
}

.foot .footerblock{
    color: #0f567e;
    width: 100%;
    display: table;
    padding-top: 50px;
}

.footerblock .footcolum{
    width: 18%;
    padding-right: 2%;
    float: left;
}

.footcolum .footmenu{
    width: 100%;
    padding-bottom: 30px;
}

.footmenu ul{
    list-style-type: none;
    font-size: 12px;
    line-height: 1.5;
    
}


.socialfoot{
    
}
.socialfoot li{
    display: inline;
    float: left;
    padding-right: 25px;
}
.socialfoot .vk1{
    background: url(/img/sotial.png) no-repeat;
    width: 17px;
    height: 15px;
    display: block;
    background-position: -8.5px 0px;
}
.socialfoot .vk1:hover{opacity: 0.8;}

.socialfoot .fb1{
    background: url(/img/sotial.png) no-repeat;
    width: 8px;
    height: 16px;
    display: block;
    background-position: 0px 0px;
}
.socialfoot .fb1:hover{opacity: 0.8;}

.socialfoot .tv1{
    background: url(/img/sotial.png) no-repeat;
    width: 14px;
    height: 16px;
    display: block;
    background-position: -25.5px 0px;
}
.socialfoot .tv1:hover{opacity: 0.8;}

.socialfoot .rrs1{
    background: url(/img/sotial.png) no-repeat;
    width: 13px;
    height: 16px;
    display: block;
    background-position: -40px 0px;
}
.socialfoot .rrs1:hover{opacity: 0.8;}

.podvcolmn1{
    width: 200px;
    height: 100%;
    position: relative;
    float: left;
}
.podvcolmn1 img{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0; left: 0;
}

.podvcolmn2{
    float: left;
    height: 100%;
    width: 450px;
}
.podvcolmn2 ul{
    margin-top: 49px;
}
.podvcolmn2 ul li{
    display: inline;
    float: left;
    padding-right: 40px;
}
.podvcolmn3{
    float: right; 
    width: 350px; 
    height: 31px;
    padding: 24px 0;
}
.podvcolmn3 div{
    float: right;
    margin-left: 10px;
}

.soti{
    padding: 30px 0px;
    display: table;
}

.golosovanie{
width: 100%;
margin-top: 60px;
}
.golosovanie span{
    color: #0f567e; 
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold; 
    display: table;
}
.golosovanie img{
    padding: 0px 10px;
}
.golosovanie h5{
    color: #449dd2;
    padding: 20px 0px 10px 0px;
    display: table;
}
.golosovanie .golosresult{
    padding-top: 12px;
}
.golosovanie .golosresult span{
    display: inline;
    color: #449dd2;
    font-size: 16px;
}

.golos p{
    padding: 8px 0px 5px 0;
    color: #666666;
}
.golos span{
    color: #999999;
    font-size: 13.3px;
    display: inline;
    font-weight: normal;
}
.golos div{
    background: #96bbde;
    height: 11px; 
}


.denrozdenia{
    margin-top: 60px;
}
.denrozdenia a{
    margin-top: 15px;
    color: #449dd2;
    display: inline-block;
}
.denrozdenia div a{
    color: #666666;
    display: inline;
}
.denrozdenia div{
    padding: 5px 0px;
}
.denrozdenia h5{
    color: #0f567e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    display: table;
    padding-bottom: 15px;
}
.denrozdenia div span{
    color: #999999;
    font-size: 13.3px;
    display: inline;
    font-weight: normal;
}

.coments1{
    width: 100%;
    margin-top: 3px;
}
.coments1gray{
    background: #eff2f6;
}
.coments1blue{
    background: #e4eef8;
}
.coments1 p{
    line-height: 1.3; 
    padding: 0px 0px 3px 0px;
}
.coments1 p a{
    color: #333333;
    font-size: 13.3px;
}
.coments1 p a:hover{
    color: #1f76a9;
}

.coments1 div{
    padding: 15px;
    display: table;
}
.coments1 .avaico{
    float: left;
    padding: 2px 10px 2px 0px;
}
.coments1 span{
    float: left;
    padding-bottom: 2px;
    color: #999999;
    font-size: 11px;
    width: 160px;
}
.coments1 span a{
    color: #1f76a9;
    font-size: 13px;
    font-weight: bold;}
.coments1 .comico{
    padding-top: 5px;
    font-size: 13px;
}
.coments1 .comico a{
    color: #999999;
}
.coments1 .comico a:hover{
    opacity: 0.7;
}
.coments1 .comico img{padding: 0}

.bliogclick{
    display: table;
    padding-top: 5px;
    padding-bottom: 2px;
    width: 100%;
    border-bottom: 1px solid #a9bee1;
    padding: 11px 0px;
    margin-top: 10px;
}
.bliogclick a{
    border: 1px solid #1f76a9;
    margin-right: 5px;
    background: #1f76a9;
    font-size: 11px;
    border-bottom: none;
    padding: 10px 14px;
}
.bliogclick a:hover{
    opacity: 0.7;
}

.bliogclick .actblock{
    border: 1px solid #a9bee1;
    font-size: 11px; 
    color: #1f76a9;
    padding: 10px 14px;
    border-bottom: 0px solid white;
    background: white;
    opacity: 1;
}
.bliogclick .actblock:hover{opacity: 1;}


/*-------------------------------
------Многоразовые элементы------
---------------------------------*/

.reclam1{
    width: 100%;
    margin-top: 30px;
    border: 1px solid #a9bee1;
}
.reclam1 a{
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #cecece;
}
.reclam1 a:hover{
    color: #0f567e;
    border-bottom: 1px solid #0f567e;
}
.reclam1 .reclam2{padding: 16px 13px;}
.reclam1 .reclam2 h5{font-size: 18px;color: #0f567e;padding: 0;}
.reclam1 .reclam2 div{width: 100%; padding-top: 15px;}

.anone{
    font-size: 25px;
    line-height: 1.1;
    color: #0f567e;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    display: table;
}
.anone:hover{text-decoration: none; color: #3880af;}

.anone2{
    font-size: 16px;
    line-height: 1.1;
    color: #0f567e;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    display: table;
}
.anone2:hover{text-decoration: none; color: #3880af;}

.anone3{
    text-decoration: none;
    display: table;
    background: #eff2f6;
    margin-top: 2px;
}
.anone3:hover{text-decoration: none; background: #f5f5f5;}

.anone3 a:hover{text-decoration: none; color: #0f567e;}


.datespan{
    color: #666666;
    font-size: 11px;
}

.datespan img{
    vertical-align: middle;
    padding: 0px 0px 1px 10px;
}

.plashka{
    background: url(/img/elem1.png) right no-repeat #eff2f6;
    padding: 4px 15px 4px 10px;
    color: #1f76a9;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
}




#menu-trigger { /* Hide it initially */
    display: none;
}

@media screen and (max-width: 600px) {

    #menu-wrap {
        position: relative;
    }

    #menu-wrap * {
        box-sizing: border-box;
    }

    #menu-trigger {
        display: block; /* Show it now */
        height: 40px;
        line-height: 40px;
        cursor: pointer;        
        padding: 0 0 0 35px;
        border: 1px solid #222;
        color: #fafafa;
        font-weight: bold;
        background-color: #111;
        /* Multiple backgrounds here, the first is base64 encoded */
        background: url(data:image/png;base64,iVBOR...) no-repeat 10px center, linear-gradient(#444, #111);
        border-radius: 6px;
        box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    }

    #menu {
        margin: 0; padding: 10px;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 1;
        display: none;
        box-shadow: none;       
    }

    #menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #444;
    }   

    #menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        box-shadow: none;               
    }

    #menu ul ul {
        margin: 0 0 0 20px !important;
        box-shadow: none;       
    }

    #menu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        box-shadow: none;           
    }

    #menu ul li{
        margin-left: 20px;
        box-shadow: none;       
    }

    #menu a{
        display: block;
        float: none;
        padding: 0;
        color: #999;
    }

    #menu a:hover{
        color: #fafafa;
    }   

    #menu ul a{
        padding: 0;
        width: auto;        
    }

    #menu ul a:hover{
        background: none;   
    }

    #menu ul li:first-child a:after,
    #menu ul ul li:first-child a:after {
        border: 0;
    }       

}

@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
}   

/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;          
}

#menu li:hover > .no-transition {
    display: block;
}

/*tabs*/
.tabs {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.tabs label {
	color: #555;
	cursor: pointer;
	display: block;
	float: left;
	padding: 10px 14px;
	position: relative;
	top: 4px;
	text-align: center;
        background: #eff2f6;
        font-size: 11px;
        margin: 0 5px 0 0;
        color: #1f76a9;
}
.tabs label:hover{
    opacity: 0.7;
}

.tabs input {
	position: absolute;
	left: -9999px;
}

#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3 {
	background: #fff;
	top: 0;
	z-index: 3;
        opacity: 1;
        background: white;
        color: #1f76a9;
        font-size: 11px;
        border: 1px solid #a9bee1;
        border-bottom: white;
}

.tabs_cont {
	background: #fff;
	position: relative;
	z-index: 2;
        border: 1px solid #a9bee1;
        margin-top: -1px;
}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3 {
	position: static;
	left: 0;
	opacity: 1;
        padding: 11px 20px 11px 20px;
}


/*tabs*/
.babs {
 position: relative;
 margin: 0 auto;
 width: 100%;
        padding-top: 6px;
}
.babs label {
	color: #555;
	cursor: pointer;
	display: block;
	float: left;
	padding: 10px 14px;
	position: relative;
	text-align: center;
        background: #1f76a9;
        font-size: 11px;
        margin: 0 5px 0 0;
        color: #fff;
        border: 1px solid #1f76a9;
}
.babs label:hover{
    opacity: 0.7;
}

.babs input {
	position: absolute;
	left: -9999px;
}

#bab_1:checked  ~ #bab_l1,
#bab_2:checked  ~ #bab_l2,
#bab_3:checked  ~ #bab_l3 {
	background: #fff;
	top: 0;
	z-index: 3;
        opacity: 1;
        background: white;
        color: #1f76a9;
        font-size: 11px;
        border: 1px solid #a9bee1;
        border-bottom: 1px solid white;
}

.babs_cont {
	background: #fff;
	position: relative;
	z-index: 2;
        border-top: 1px solid #a9bee1;
        margin-top: -1px;
}
.babs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#bab_1:checked ~ .babs_cont #bab_c1,
#bab_2:checked ~ .babs_cont #bab_c2,
#bab_3:checked ~ .babs_cont #bab_c3 {
	position: static;
	left: 0;
	opacity: 1;
}

.topbot{background: white; width: 100%; position: relative;}

/* стиль tooltip для табло */
.odd-box table {
    width: 100%;
}
.odd-box table td {
    font-size: 12px;
    padding: 2px 6px 0 6px;
    vertical-align: middle;
}
.odd-box-title {
    color: #a9bee1;
    font-weight: bold;
}
.odd-box table a {
    background-color: transparent;
    border: 1px solid #9bb9cc;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 49px;
    color: #fff;
}
.odd-box table a:hover {
    color: #000;
    background-color: #a9bee1;
}
.odd-box table a:link, .odd-box table a:visited {
    color: #fff;
}