/* Style reset
---------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

/* 

--- Zakladna: normalizace, typografie a barvy --- 

*/

@font-face {
    font-family: "Bender";
    src: url("fonts/Bender-Black.otf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Bender";
    src: url("fonts/Bender.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Bender";
    src: url("fonts/Bender-Italic.otf");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Bender";
    src: url("fonts/Bender-BoldItalic.otf");
    font-weight: bold;
    font-style: italic;
}

/*html,body { min-width: 640px; }*/

body {
    background: #D9D9D9 url(/img/schoolbg.png?2) no-repeat center top;
    font-family: "Bender", "Droid Sans", "Arial", sans-serif;
    font-size: 13px;
    color: #313131;
    margin: 0;
    padding: 0;
    text-align: left;
}


.only-mobile {
    display: none !important;   
}


/* Links
---------------------------------------------------------------------------------------- */
a {
    color: #0f2632;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


/* Texts HTMLs
---------------------------------------------------------------------------------------- */

p {
    text-align: left;
    margin: 10px 0;
}

hr {
    background: transparent 0;
    border: 0;
    border-top: 1px dotted #999999;
    height: 1px;
    margin: 10px 0 10px 0;
    line-height: 0;
}

/* Lists
---------------------------------------------------------------------------------------- */
ul {
    list-style: none;
    margin: 5px 0 5px 15px;
    padding: 0;
    text-align: left;
}

ol {
    list-style: none;
    margin: 5px 0 5px 15px;
    padding: 0;
    text-align: left;
}

/* Images
---------------------------------------------------------------------------------------- */
img {
    border: 0;
}

img.toleft {
    margin: 0 15px 0 0;
}

img.toright {
    margin: 0 0 0 15px;
}

/* Indexes
---------------------------------------------------------------------------------------- */
sub, sup {
    position: relative;
    vertical-align: baseline;
}

sub {    
    top: 0.4em;
}

sup {
    bottom: 0.4em;
}

/* Headlines
---------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #313131;
    font-size: 1.0em;
    font-weight: bold;
    margin: 8px 0 4px 0;
    padding: 0;
    font-family: "Bender", "Verdana", sans-serif;
}

h1 {
    font-size: 2.18em;
    line-height: 1.25em;
    margin: 0;
    color: #ec4a41;
}

h2 {
    font-size: 1.65em;
    line-height: 1.34em;
}

h3 {
    font-size: 1.22em;
    line-height: 1.3em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }

/* Forms
---------------------------------------------------------------------------------------- */
form {
    margin: 0;
    padding: 0;
}
form#form_filter {
    margin-top: 15px;
}

form input, form select {
    padding: 5px 3px;
    border: 1px solid #dddddd;
    outline: none;
}

form textarea {
    padding: 5px 3px;
    border: 1px solid #dddddd;
    outline: none;
}

form input {
    padding: 6px 3px;
}

form legend {
    background: #ec4a41;
    color: #fff;
    padding: 3px 15px;
    margin-left: 10px;
    font-size: 0.9em;
}
form fieldset {
    border: 1px solid #E7EDF2;
}
form .form_padding { 
    padding: 15px 20px;
}



/* 

--- Helpery --- 

*/

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

.center_block {
    margin: auto;
}

.hidden {
    display: none !important;
}

.nowrap {
    white-space: nowrap;
}

.small {
    font-size: 0.8em;
}

.smaller {
    font-size: 0.85em;
}


.toleft {
    display: block;
    float: left;
}

.toright {
    display: block;
    float: right;
}


.line {
    height: 1px;
    width: 100%;
    background: #EEEEEE;
}

.space {
    margin: 10px 0;
}



/* Icons
---------------------------------------------------------------------------------------- */
.out {
    background: url(/img/ico/outanchor.png) no-repeat 0 4px;
    padding-left: 12px;
}

.out_right {
    background: url(/img/ico/outanchor.png) no-repeat right 4px;
    padding-right: 12px;
}

.mail {
    background: url(/img/ico/ico_mail.gif) no-repeat 3px 0;
    padding-left: 22px;
    text-decoration: underline;
}

.print {
    background: url(/img/ico/ico_printer.png) no-repeat 1px 0;
    padding-left: 24px;
    text-decoration: none;
    font-size: 0.95em;
    line-height: 1em;
}


.container {
    width: 1260px;
    margin: 0 auto;
    padding-top: 25px;
}


.content-container {
    background: white url(/img/bg_content.png) repeat-y right;
    border-bottom: 1px #DCDCDC solid; 
    z-index: 4;  
    position: relative;
}


.social_icons ul {
    margin: 0;
    padding: 0;
}

.social_icons ul li {
    display: block;
    float: left;
}



.head {
    z-index: 100;
    position: relative;
}


.head .head-text {
    height: 155px;
    position: relative; 
    z-index: 110;
}

.head .head-text #logo-text {
    display: block;
    width: 370px; height: 40px;
    position: absolute;
    left: 0px; bottom: 50px;
    background: url(/img/logo_text.png) no-repeat;
} 
.head .head-text #logo {
    display: block;
    width: 197px; height: 170px;
    position: absolute;
    left: 533px; top: 0px;
    background: url(/img/logo.png) no-repeat center;
} 




.head .head-text .head-buttons {
	position: absolute;
    right: 0;
    bottom: 50px;
}

.head .head-text .head-buttons a {
    display: block;
    width: 40px; height: 40px;
    float: left;
	margin-left: 7px;
}

.head .head-text .head-buttons a.fb { background: url(/img/head_socbuttons.png) no-repeat 0 -40px; }
.head .head-text .head-buttons a.yt { background: url(/img/head_socbuttons.png) no-repeat -40px -40px; }
.head .head-text .head-buttons a.gm { background: url(/img/head_socbuttons.png) no-repeat -80px -40px; }
.head .head-text .head-buttons a.vk { background: url(/img/head_socbuttons.png) no-repeat -120px -40px; }
.head .head-text .head-buttons a.tw { background: url(/img/head_socbuttons.png) no-repeat -160px -40px; }
.head .head-text .head-buttons a.ig { background: url(/img/head_socbuttons.png) no-repeat -200px -40px; }

.head .head-text .head-buttons a.fb:hover { background-position: 0 0; }
.head .head-text .head-buttons a.yt:hover { background-position: -40px 0; }
.head .head-text .head-buttons a.gm:hover { background-position: -80px 0; }
.head .head-text .head-buttons a.vk:hover { background-position: -120px 0; }
.head .head-text .head-buttons a.tw:hover { background-position: -160px 0; }
.head .head-text .head-buttons a.ig:hover { background-position: -200px 0; }

.head .head-text .head-buttons a.m1945 { width: 119px; height: 50px; background: url(/img/head_leaguebuttons.png?3) no-repeat left; }
.head .head-text .head-buttons a.fhr { width: 49px; height: 50px; margin: -6px 0px -10px 0; background: url(/img/head_leaguebuttons.png?3) no-repeat -118px 0; }
.head .head-text .head-buttons a.vhl { width: 50px; height: 50px; margin: -4px 6px -10px 8px; background: url(/img/head_leaguebuttons.png?3) no-repeat right; }

.head .head-text .head-buttons a.m1945:hover,
.head .head-text .head-buttons a.fhr:hover,
.head .head-text .head-buttons a.vhl:hover, opacity: 0.9; filter: alpha(opacity=90); }




.head .head-text .search {
    float: right;
    margin-right: 30px;
    padding-top: 10px;
    width: 300px;
    text-align: right;
}

.head .head-text .search input[type="text"] {
    width: 200px;
    text-align: right;
    background: transparent;
    border: 0;
    color: #47525D;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0;
    padding: 0px;
    margin-right: 25px;
}

.head .head-text .search input[type="submit"] {
    width: 25px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    background: url(/img/button_search_dark.png) 0px 0px no-repeat;
}


/* menu */

.menu {
    background: #ec4a41;
    height: 60px;
    z-index: 109;
    margin-bottom: 30px;
    position: relative;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: 5px; 
    font-weight: bold;
    font-family: "Bender", "Verdana", sans-serif;
    text-transform: uppercase;
    font-size: 1.12em;
}
.menu li {
    display: block;
    float: left;
    position: relative;
    height: 60px;
    margin-left: 9px;
    margin-right: 4px;
}

.menu li a {
    text-decoration: none;
}

.menu li a.header {
    color: white;
    
    height: 57px;
    line-height: 57px;
    display: block;
    float: left;
    padding: 3px 14px 0;
    
    z-index: 1001;
    position: relative;
}     

.menu li:hover a.header {
    background: url(/img/menu_hover.png) no-repeat top center;
    height: 64px;
}

.menu li.empty:hover a.header {
    height: 57px;
}

.menu li div {
    position: absolute;
    left: 0; top: 60px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    clip: rect(0px, 1000px, 1000px, -1000px);    
}

.menu li ol {
    display: none;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 8px;    
    background: white;
    overflow: hidden;    
}
.menu li:hover ol {
    display: block;  
    overflow: visible; 
}

html.js .menu li ol {
    display: block;
    height: 0; 
    padding: 0;
} 

.menu li ol li {
    float: none;
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    height: auto;
}

.menu ul li ol li {
    margin: 0;
    width: 100%; 
    height: 40px;
    padding: 0;
    text-align: left;
    float: none;  
}

.menu ul li ol li a {
    padding: 12px 15px !important;
    height: auto;
    float: none;
    display: block;
    color: black;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: normal; 
}

.menu ul li ol li:hover { 
    background: #CD1A1F;
}
.menu ul li ol li a:hover {
    color: white;
}      


#menu .search {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0; top: 0;
    overflow: hidden;
    width: 70px;
    height: 60px;
    z-index: 1002; 
}

#menu .search .popup-shadow {
    width: 285px;
    position: absolute;
    right: 0; top: 60px; 
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    clip: rect(0px, 1000px, 1000px, -1000px);     
}
#menu .search .popup {
    width: 285px; height: 60px;
    overflow: hidden;
}

#menu .search .search-text {
    display: block;
    width: 175px; height: 20px;
    padding: 20px;
    float: left;
    background: white;
    border: none;   
    outline: none;
    font-size: 1.3em;
    color: #626262;
}
#menu .search .search-button {
    display: block;
    width: 70px; height: 60px;
    float: right;
    background: white url(/img/menu_searchgo.png) no-repeat bottom;
    border: none;
    outline: none; 
    cursor: pointer;      
}

#menu .search span {
    display: block;
    width: 70px; height: 60px;
    position: absolute;
    right: 0; top: 0;
    background: url(/img/menu_searchbutton.png) no-repeat center center;
}

#menu .search:hover {
    background: #CD1A1F;
    overflow: visible;
}

html.js #menu .search {
    overflow: visible;
}
html.js #menu .search .popup {
    height: 0;
}


/* COLRIGHT */

.right-container {
    float: left;
    width: 560px;
    z-index: 4;
}

.light-container {
    width: 280px;
    float: left;
}

.dark-container {
    width: 280px;
    float: right;
    color: white;
}


.small-box {
    border-bottom: 1px #DCDCDC solid;
    margin-bottom: -1px;
    padding: 28px 19px 17px 21px;
}

.news-container .link {
    color: #fff;
    display: block;
    text-align: right;
    border-bottom: 1px #707070 solid;
    margin-bottom: -1px;
    padding: 28px 19px 17px 21px;
}

.news-container .link a{
    color: #fff;
    line-height: 1.2em;
    text-transform: uppercase;
}

.dark-container .small-box {
    border-bottom-color: #707070;
}

.small-box-header {
    height: 40px;
    position: relative;
}
.small-box-header h3 {
    background: #ec4a41 url(/img/small_box_header.png) repeat-y left;
    position: absolute;
    top: 0; left: 0;
    padding: 12px 26px 11px 20px;
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-size: 1em;
}



.matches-container .small-box {
    clear: both;
    color: #898989;
    font-size: 1.14em;
    text-align: center;
}

.matches-container .small-box.smaller {
    padding-top: 10px;
    padding-bottom: 10px;
}

.matches-container .date {
    clear: both;
    padding: 11px 0px 2px 0px;
    font-weight: bold;
}

.matches-container .logo {
    width: 80px;
    float: left;
    font-weight: bold;
    line-height: 1.05em;
}

.matches-container .logo img {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    margin-bottom: 6px;
    display: block
}

.matches-container .small-box.smaller .logo img {
    width: 46px;
    height: 46px;
    margin-top: 2px;
}

.matches-container .score {
    float: left;
    padding-top: 17px;
    width: 80px;
    font-size: 2.15em;
    line-height: 0.85em;
    color: #ec4a41;
    font-family: "Bender", "Verdana", sans-serif;
}


.matches-container .score a { color: #ec4a41; text-decoration: none; }
.matches-container .score a:hover { text-decoration: underline; }

.matches-container .space {
    height: 0.5em;
    margin: 0;
}

.matches-container .info {
    clear: both;            
    text-transform: uppercase;
    padding-top: 6px; 
    font-size: 0.9em; 
}

.matches-container .info a {
    padding: 5px 0 10px 35px;
    margin-left: 10px;
    margin-right: 10px;
    color: #898989;
    text-decoration: none;
    font-weight: bold;
    line-height: 2em;
}
.matches-container .info a:hover {
    text-decoration: underline;
}

.matches-container .info a.ico_report {
    background: url(/img/ico_report.png) no-repeat 0 -60px;
}

.matches-container .info a.ico_photo {
    background: url(/img/ico_report.png) no-repeat 0 0;
}

.matches-container .info a.ico_tickets {
    background: url(/img/ico_report.png) no-repeat 0 -120px;
}



.news-container .head {
    font-family: "Bender", "Verdana", sans-serif;    
    font-size: 1.15em;
    line-height: 1.45em;
    margin-top: -4px; 
}
.news-container p {
    line-height: 1.6em;
    padding: 3px 0px 5px 0px;
}
.news-container p a {
    color: white;
}
.news-container .date {
    color: #A0A0A0;
}

.table-container .small-box {
    padding-left: 0px;
    padding-right: 0;
}

.table-container table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin-top: -9px;
    font-size: 0.95em;
    font-weight: 600;
    border-bottom: 1px solid #EEEEEE;
}
.table-container td, .table-container th {
    padding: 9px 2px;
    text-align: center;
    line-height: 1.1em;
    border-left: 1px #E8E8E8 solid;
}
.table-container th {
    border-left: 1px #535353 solid;
}
.table-container td.left, .table-container th.left {
    text-align: left;
}

.table-container td:first-child, .table-container th:first-child {
    padding-left: 4px;
    border-left: 0;
    -webkit-box-shadow: inset 10px 0px 12px -10px rgba(0,0,0,0.2);
    box-shadow: inset 10px 0px 12px -10px rgba(0,0,0,0.2);
}
.table-container tr.odd td:first-child {
    -webkit-box-shadow: inset 10px 0px 12px -10px rgba(0,0,0,0.15);
    box-shadow: inset 10px 0px 12px -10px rgba(0,0,0,0.15);
}
.table-container td:last-child, .table-container th:last-child {
    padding-right: 4px;
}

.table-container th {
    background: #535353;
    color: white;
}

.table-container tr { background: white; }
.table-container tr.odd { background: #EEEEEE; }
.table-container tr.HCR { font-weight: bold; }

.table-container .team { 
    max-width: 80px;        
    overflow-wrap: break-word;  
}




.partners-container {
    clear: both;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 100;
}

.partners-container .small-box-header h3 {
    background-image: none;
}

.partners-container .small-box-header:first-child {
    top: -1px;
}
.partners-container .small-box {
    min-height: 75px;
    padding: 23px 280px 7px 21px;
}    

.partners-container .small-box img {
    max-height: 70px; 
    margin-right: 15px;
    margin-bottom: 15px; 
    vertical-align: middle;
}




/******************** MAIN ********************/


#text-container {
    width: 660px;
    padding: 20px;
    float: left;
    font-size: 1.13em;
    line-height: 1.7em;
    z-index: 4;
}

#text-container.index {
    padding: 10px;
    width: 680px;
} 

#text-container.fullwidth {
    width: auto;
    background: white;
    float: none;
}

#text-container a {
    color: #ec4a41;
}


#text-container ul{
    display: block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

#text-container ul li{
    list-style: none;
    display: block;
    background: url(/img/li_arrow.png) no-repeat 0 0.4em;
    padding: 0 0 5px 15px;
    margin: 0;
}

#text-container ol {
    margin: 0;
    padding: 0 0 0 25px;
}

#text-container ol li {
    list-style: decimal;
}

#text-container p {
    margin: 15px 0;
}



#text-container img {
    max-width: 100%;
}

#text-container object,
#text-container iframe {
    max-width: 100%;
}



/* index */        
 
#text-container.index .topstory {
    width: 335px;
    height: 190px;
    
    overflow: hidden;    
    position: relative; 
}  

#text-container.index .topstory img {
    width: 100%;
}
#text-container.index .topstory img.height {
    max-width: none;
    width: 100%;
    height: auto;
}

#text-container.index .topstory .perex {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 325px;
    padding: 15px 0;
    border-left: 10px #ec4a41 solid;
    background: url(/img/black70trans.png) repeat;
    color: white;
    z-index: 10;
} 

#text-container.index .topstory .perex h1,
#text-container.index .topstory .perex h1 a {
    color: white;
}      

#text-container.index .topstory .perex h1 {
    padding: 0 15px;
    font-size: 1.1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}

#text-container.index .topstory .perex .date { 
    padding-top: 5px; 
    padding-left: 20px;  
}

#text-container.index .topstory .playbutton {
    display: block;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/play_overlay.png) no-repeat center center;   
}


#text-container.index .topstory#topstory1 { width: 680px; height: 380px; margin-bottom: 10px; }     
#text-container.index .topstory#topstory1 .perex { width: 670px; padding: 20px 0; }
#text-container.index .topstory#topstory1 .perex h1 { padding: 0 20px; font-size: 2.18em; white-space: normal; }
  
#text-container.index .topstory#topstory2 { float: left; margin-right: 10px; }
       
        
#text-container .articles .article {
    clear: both;
    margin-top: 16px;
}
#text-container .articles .article p {
    line-height: 1.5em; 
    margin-top: 0;  
}

#text-container .articles .article .image {
    position: relative;  
    float: left; 
    margin-right: 20px; 
    margin-bottom: 20px; 
    min-height: 40px; 
    margin-top: 4px;
}

#text-container .articles .article .image a,
#text-container .articles .article .image a img {
    display: block;
    width: 250px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
#text-container .articles .article .image .playbutton {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/play_overlay.png) no-repeat center center;   
}

#text-container .articles .article .image .date {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0; 
    right: 0;
    padding: 2px 12px;
    background: url(/img/black70trans.png) repeat;
    color: white;
    font-size: 0.9em;
}


#text-container .articles .button-loadarticles,
#text-container .articles .button-showarticles-mobile {
    display: block;
    width: 700px; height: 70px;
    line-height: 70px;
    margin: 20px 0 -10px -10px;
    background: url(/img/button_loadarticles.png) repeat-x center center;
    text-align: center;
    color: #898989;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.45em;
    font-family: "Bender", "Verdana", sans-serif;
}

#text-container .articles .button-loadarticles.disabled {
/*    background: url(/img/button_loadarticles.gif) no-repeat center center;*/
/*    content: "";    */
}


/* article */

#text-container.article .author {
    margin-top: 24px;
    font-size: 0.9em;
}

#text-container.article .date {
    color: white;
    background: #ec4a41;
    padding: 6px 10px;
    margin-right: 5px;
}

#text-container.article .perex {
    font-weight: bold;
}
     
#text-container.article img.image_article {
    width: 100%;
}
     
        

/* other */

#text-container .menicko {
    margin: 15px 0px 15px 0px;
    padding: 10px 30px 10px 30px;
    background: #EBEBEB;
    font-size: 1.1em;
}

#text-container .menicko .bold {
    font-weight: normal;
}

#text-container .menicko select {
    font-size: 1.0em;
}


#text-container .strankovani {
    margin: 10px 0 10px 0;
    text-align: center;
}

#text-container .strankovani a {
    background: #EBEBEB;
    border: 1px solid #D9D9D9;
    margin-left: -1px;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
}

#text-container .strankovani a:hover {
    background: #3D464D;
    color: #ffffff;
    text-decoration: underline;
}

#text-container .strankovani a.strankovaniVyrazne {
    background: #ec4a41;
    color: #ffffff;
}

#text-container .linebox {
    border-top: 3px solid #eeeeee;
    margin-top: 50px;
    position: relative;
    padding-top: 10px;
}

#text-container .linebox h2 {
    position: absolute;
    top: -0.8em; left: 0;
    margin: 0;
    padding: 0;
    padding-right: 18px;
    font-size: 1.25em;
    text-transform: uppercase;
    background: white;
    color: #ec4a41;
}

#text-container .photobox a.photo { 
    display: block;
    width: 158px;
    height: 88px;
    float: left;
    overflow: hidden;
    margin: 20px 20px 0 0;
    background-size: 185px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border: 1px #ec4a41 solid;
}
#text-container .photobox a.photo:hover {
    border: 1px #ec4a41 solid;
}

#text-container .linkbox li {
    border-bottom: 1px #EEEEEE solid;
    padding: 10px 0;
    padding-left: 22px;
    background-position: 0 24px;
    overflow: hidden;
}
#text-container .linkbox li a {
    color: #313131;
    display: block;
    padding: 7px 0;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}
#text-container .linkbox li a:hover {
    text-decoration: underline;
}

#text-container .linkbox li .date { 
    display: block;
    float: right;
    position: relative;
    box-shadow: -20px 0px 20px 0px white, -20px 0px 20px 0px white, -20px 0px 20px 0px white;
    padding-left: 10px;
    font-weight: normal;
    font-size: 0.9em; 
    text-decoration: none;
    color: #a0a0a0;
    background: white;
}



#text-container div.error {
    color: #950808;
    margin: 10px 0 15px 0;
    padding: 10px 6px 10px 6px;
    text-align: center;
    font-size: 1.2em;
}

#text-container div.error a {
    color: #950808;
}

#text-container table {
    border-collapse: collapse;
    margin: 20px 0 15px 0;
    font-size: 0.9em;
    max-width: 100%;
}

#text-container table tr td,
#text-container table tr th {
    padding: 11px 8px;  
    line-height: 1.2em;  
}

#text-container table tr th {
    background: #ec4a41;
    color: white;
    font-weight: 600;
}



#text-container table tr th a {
    color: white;
}

#text-container table tr.odd {
    background: #EEEEEE;
}


#text-container table.nice {
    width: 100%;  
}

#text-container table.nice tr td.item {
    background: #F9F9F9;
    border-right: 1px solid #E2E2E2;
    width: 180px;
}

#text-container table.nice tr[data-href] { 
    cursor: pointer;
}

#text-container table.nice tr td.item.right {
    padding-right: 20px;
}

#text-container table.nice tr td.long {
    width: 250px;
}



#text-container table.nice tr th,
#text-container table.nice tr td {
    padding: 8px 15px;
    padding-right: 0;  
}

#text-container table.nice tr th:last-child,
#text-container table.nice tr td:last-child {
    padding-right: 15px;
}

#text-container table#roster {
    width: 100%;
}

#text-container table#roster tr td {
    border-bottom: 1px solid #E2E2E2;
}

#text-container table#roster tr td.name {
    color: #ec4a41;
    text-decoration: underline;
    cursor: pointer;
}

#text-container table#roster tr.average td {
    background: #ec4a41;
    color: #fff;
}

#text-container table#schedule {
    width: 100%;
}

#text-container table#schedule tr.doma td {
    background: #F9F9F9;
}

#text-container table#schedule tr td {
    border-bottom: 1px solid #E2E2E2;
}

#text-container table#schedule tr td.score {
    font-size: 1.05em;
    text-align: center;
    font-weight: 600;
}

#text-container table#schedule tr td.score a.vyhra {
    color: #008000;
}

#text-container table#schedule tr td.score a.prohra {
    color: #000000;
}

#text-container table#schedule tr td.score a.remiza {
    color: #004080;
}

#text-container table#schedule tr td.detail {
    
    
}

#text-container table#schedule tr:last-child td {
    border-bottom: 0;
}


#text-container table.standings tr.HCR {
    font-weight: bold;
}

#text-container table.nice img.flag {
    margin-top: -7px;
    margin-bottom: -9px;
}


#text-container.match #game_box {
    width: 520px;
    margin: 50px auto 60px;
    padding-bottom: 35px;
    border: 3px #ec4a41 solid;
    border-radius: 10px;
    color: #ec4a41;
    position: relative;
}
#text-container.match #game_box .game_vs {   
    text-align: center;
    line-height: 1em; 
    margin-top: -1em; 
    margin-bottom: 42px; 
}
#text-container.match #game_box .game_vs span {
    font-weight: bold; 
    font-size: 2.2em; 
    font-family: "Bender", "Verdana", sans-serif;
    background: white;
    padding: 0 15px; 
}

#text-container.match #game_box .logo {
    width: 280px; 
    height: 82px;
    padding: 0; 
    float: left; 
    margin-left: -70px;
}
#text-container.match #game_box .logo img { vertical-align: middle; border: 5px white solid; border-left: none; border-right: none; }

#text-container.match #game_box .logo.toleft { text-align: right; }
#text-container.match #game_box .logo.toright { text-align: left; margin-left: 0; margin-right: -70px; }

#text-container.match #game_box .logo div {
    width: 280px;
}
#text-container.match #game_box .logo div span {
    display: inline-block;
    padding: 0 10px;
    width: 150px; 
    text-align: center;
    vertical-align: middle; 
    font-size: 24px;
    font-weight: bold;
    font-family: "Bender", "Verdana", sans-serif;
    word-break: break-all;
}

#text-container.match #game_box .score {
    float: left;
    width: 100px;
    height: 60px;
    margin-top: 18px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;  
    font-weight: 800;
    color: white;
    background: #ec4a41;
    border-radius: 5px;
}

#text-container.match #game_box .periods {
    text-align: center;
    font-weight: bold;
    margin-top: 2px;
}

#text-container.match #game_box .game_date { 
    position: absolute;
    top: 100%; left: 5%;
    width: 90%;      
    margin-top: -0.7em;
    font-weight: bold; 
    text-align: center; 
    font-size: 1.1em; 
}

#text-container.match #game_box .game_date span { 
    background: white;
    padding: 0 15px;
    display: inline-block; 
}




#text-container.match .game_details {
    padding: 52px 20px 12px;
    background: #EEEEEE;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}




#text-container.match .game_details h3 {
    display: inline;
    position: absolute;
    left: 0; top: 0; 
    margin: 0;  
    padding: 12px 22px 11px 20px;
    font-size: 0.9em;
    text-transform: uppercase;
    background: #ec4a41;
    color: white;
}


#text-container.match .game_details p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

#text-container.match .game_info {

}







#text-container #player-bio-container {
    background: #ec4a41;
    position: relative;
    margin-bottom: 10px;
}
#text-container #player-bio-container .image {
    float: left;
    width: 300px;
    height: 370px;
    margin-right: 30px;
    overflow: hidden;
}
#text-container #player-bio-container .image img {
    width: 300px;  
}
#text-container #player-bio-container h1 {
    color: white;
    font-size: 1.9em;
    line-height: 1.1em;
    padding-top: 24px;
    padding-right: 30px;
    height: 2.2em;
}
#text-container #player-bio-container table {
    border-collapse: collapse;
    margin: 0;    
    margin-top: 12px;
    width: 300px;    
    color: white;  
}
#text-container #player-bio-container table tr td {
    width: 50% !important;
    padding: 30px 35px 0 0;
}
#text-container #player-bio-container table tr td strong {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    border-bottom: 1px #F1545E solid;  
    padding-bottom: 10px;
    margin-bottom: 4px;   
    position: relative;
}

#text-container #player-bio-container img.flag {
    position: absolute;
    bottom: 4px;
}


#text-container table.stats tr th, #text-container table.stats tr td { text-align: center; }
#text-container table.stats tr th.left, #text-container table.stats tr td.left { text-align: left; }
#text-container table.stats tr th.right, #text-container table.stats tr td.right { text-align: right; }

#text-container table.overall { font-size: 0.8em; max-width: 100%; display: block; overflow-x: scroll; }
#text-container table.overall tr:nth-child(odd) { background: #eee; }
#text-container table.overall tr td { word-break: break-all; }

 
#text-container form#form_filter {
    width: 100%;
    margin-bottom: 20px;
}

#text-container form#form_filter .formElementHolder {
    margin-bottom: 5px;
    float: left;
    margin-right: 10px;
}

#text-container form#form_filter .formElementHolder label {
    font-weight: bold;
    padding-top: 6px;
}

#text-container form#form_filter .formElementHolder input[type="text"] {
    width: 200px;
}      

#text-container #media_list a {
    display: block;
    width: 210px;
    height: 150px; 
    float: left;
    margin: 0px 5px 0 5px;
    background-size: 210px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;  
}  

#text-container #media_list a.video {
    height: 200px;
}

#text-container #media_list a h2 {
    position: absolute;
    display: block;
    width: 80%;
    bottom: 0;
    left: 10px;
    
    z-index: 70;
    padding: 3px 8px 3px 8px;
    text-transform: uppercase;
    font-size: 0.9em;
    max-height: 10em;
    overflow: hidden;
    color: #fff;
    background: #ec4a41;
}

#text-container #media_list a h2:hover {
    text-decoration: underline;
}

#text-container table#partners {
    margin-bottom: 30px;
    width: 100%;
}

#text-container table#partners tr td {
    width: 44%;
    padding: 10px 3% 10px 3%;
}       

#text-container table#partners tr.sponsor td {
    border-bottom: 1px solid #E2E2E2;
    padding: 0px 3% 20px 3%;
}

#text-container table#partners tr td img {
    width: auto;
    max-width: 290px;
    max-height: 160px;
}


#roster_photo {
    background: #3D464D;
}

#roster_photo h1 {
    clear: both;
    background: #1A1F23;
    padding: 15px 40px 15px 40px;
    margin: 0;
    display: block;
    
    font-weight: normal;
    font-size: 2.5em;
    color: #fff;
}

#roster_photo h1 a {
    color: #ec4a41;
    font-size: 0.5em;
    display: block;
    float: right;
    font-weight: normal;
}

#roster_photo a.box {
    display: block;
    position: relative;
    line-height: 0;
    width: 250px;
    float: left;
    color: #fff;
}

#roster_photo a.box:hover h2 {
    text-decoration: underline;
}

#roster_photo a.box img {
    width: 250px;
}

#roster_photo a.box .roster_bcg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/img/bcg_article_200.png) bottom left repeat-x;
    top: 0;
    left: 0;
    z-index: 60;
}

#roster_photo a.box .roster_header {
    line-height: 1.5em;
    display: block;
    padding: 0 0 0px 20px;
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 0px;
    
    z-index: 70;
}

#roster_photo a.box .roster_header div {
    display: block;
    width: auto;
    float: left;
    padding: 6px 15px 6px 15px;
    text-transform: uppercase;
    font-size: 1.5em;
}

#roster_photo a.box .roster_header div.number {
    color: #fff;
    background: #ec4a41;
}

#roster_photo a.box .roster_header div.position {
    color: #ec4a41;
    background: #fff;
}

#roster_photo a.box .roster_header h2 {
    color: #fff;
    font-size: 2.2em;
    line-height: 1.2em;
    clear: both;
    padding: 10px 0px 15px 0px;
    margin: 0;
    width: auto;
    
    font-weight: normal;
}

/* FORUM */

#forum #df_form textarea {
    height: 70px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}

#forum #df_form table {
    width: 100%;
    margin: 6px 0;
}

#forum #df_form table td {
    padding: 4px 15px;
}

#forum #df_form table td input {
    width: 95%;
}

#forum #coments .space, #forum #coments .clear {
    height: 1px;
    margin: 0;
}

#forum #coments .comment {
    padding: 10px 0;
}

#forum #coments .comment .comment_left {
    float: left;
    font-size: 11px;
    line-height: 1.3em;
    padding: 0;
    text-align: center;
    width: 52px;
}

#forum #coments .comment .comment_left img.border {
    border: 1px solid #dedede;
    background: green;
}

#forum #coments .comment .comment_left img.toleft {
    margin: 0 0 5px;
    padding: 0;
}

#forum #coments .comment .comment_left img.toright {
    margin: 24px -12px 0 0;
}

#forum #coments .comment .comment_left span {
    cursor: help;
    display: block;
}

#forum #coments .comment .comment_right {
    float: right;
    padding: 0;
    width: 570px;
}

#forum #coments .comment .comment_right .space {
    height: 0;
}

#forum #coments .comment .comment_right a.mail span {
    display: none;
}

#forum #coments .comment .comment_right .comment_head {
    background: #eee;
    border: 1px solid #cecece;
    border-bottom: 0;
    padding: 1px 10px;
    font-size: 0.9em;
}

#forum #coments .comment .comment_right .comment_head a span {
    display: none;
}

#forum #coments .comment .comment_right .comment_text {
    border: 1px solid #DEDEDE;
    margin-bottom: 10px;
    padding: 8px 8px 15px
}

#forum #coments .comment .comment_right .comment_text .comment_text_reaction {
    border-bottom: 5px solid #DEDEDE;
    color: #7C7A7C;
    font-size: .9em;
    line-height: 1.6em;
    margin-bottom: 5px;
    padding: 0 0 5px;
}

#forum #coments .comment .comment_right .comment_text .comment_text_reaction a {
    cursor: pointer;
}


#forum .menicko.center table {
    min-width: 75%;
}


#text-container #socials {
    margin-top: 30px;   
}

#text-container #socials #button_vk {
    float: left;
    width: 140px;
    height: 30px;
    line-height: 1em;
}    
#text-container #socials #button_vk table, #text-container #socials #button_vk td {
    padding: 0;
    margin: 0;
}
#text-container #socials #button_vk td:nth-child(3) a {
    display: block !important;
}

#text-container #socials #button_facebook {
    float: left;
    width: 130px;
    height: 30px;
    line-height: 1em;
} 
#text-container #socials #button_twitter {
    float: left;
    width: 120px;
    height: 30px;
    line-height: 1em;
} 
#text-container #socials #button_twitter a {
    color: white;
}

#text-container #socials #button_google {
    float: left;
    width: 120px;
    height: 30px;
    line-height: 1em;
}




#text-container .gradient-box {
    background: url(/img/grad_vert.png) repeat-x top;
    margin: 15px -20px 55px -20px;
    padding: 0 20px;    
}

#text-container.index .gradient-box {
    margin: 10px -10px 0 -10px; 
    padding: 20px 10px 0 10px;     
}


#text-container .related_articles h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 1.6em;
    line-height: 95px; 
    color: #313131;
}


#text-container .related_articles table,
#text-container .related_articles tr, 
#text-container .related_articles td {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

#text-container .related_articles td {
    width: 30.33%;
    vertical-align: top;
    padding-right: 3%;
}
                                          
#text-container .related_articles td:nth-child(2) { padding: 0 1.55%; }
#text-container .related_articles td:nth-child(3) { padding: 0 0 0 3.03%; }

#text-container .related_articles .image {
    position: relative;  
    width: 200px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 10px;
}
#text-container .related_articles .image img {
    width: 200px;
}

#text-container .related_articles .image a,
#text-container .related_articles .image a img {
    display: block;   
}

#text-container .related_articles .image .playbutton {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/play_overlay.png) no-repeat center center;  
}

#text-container .related_articles h4 { 
    font-size: 1.05em;
    line-height: 1.45em;
}


/* google search reset */
.gsc-results-wrapper-visible {
    line-height: normal;
}

.gsc-results-wrapper-visible table, 
.gsc-results-wrapper-visible table tr td 
{
    margin: 0 !important;
    padding: 0 !important;    
}    
.gsc-results-wrapper-visible table.gsc-table-result {
    padding-left: 8px !important;
    padding-right: 8px !important;
    border-collapse: separate !important;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
    color: #ec4a41 !important;
}


.gsc-cursor-box {
    text-align: center !important;
    margin-top: 20px !important;
}

.gsc-cursor-page {
    background: #EBEBEB !important;
    border: 1px solid #D9D9D9 !important;
    margin: 0 !important;
    margin-left: -1px !important;
    padding: 3px 8px 3px 8px;
    color: #ec4a41 !important;
    font-size: 1.13em !important;
}

.gsc-cursor-page:hover {
    background: #3D464D !important;
    color: #ffffff !important;
}

.gsc-cursor-page.gsc-cursor-current-page {
    background: #ec4a41 !important;
    color: #ffffff !important;
}



/* footer */

.menu_bottom {
    margin-bottom: 0;
    overflow: hidden;
}

.menu_bottom ul {
    margin-left: 8px;
}
.menu_bottom ul li {
    margin-right: 0;
}

.menu_bottom ul li a {
    font-size: 0.9em;
    padding: 1px 11px 0 11px;
} 

#menu_bottom_graybox {
    width: 280px; height: 60px;
    float: right; 
    background: #313131;      
}

#footer-vk {
    display: block;
    width: 280px; height: 161px;
    float: right;
    margin-top: -161px;
    background: #416A9D url(/img/footer_vk.png) no-repeat;
}


.copyright-container {
    clear: both;
    padding: 20px 0 40px 0;
}

.copyright-container, .copyright-container a {
    color: white;
}


 

@media screen and (max-width: 1280px) and (min-width: 980px) {
    html {
        min-width: 980px;
    }
    
    /* body {
        background: #313131 url(/img/bg.jpg) no-repeat center top;
    } */
    
    .menu li a.header {
        padding: 3px 5px 0;
		font-size: 13.7px;
    }
    
    #menu.menu li {
        margin-right: -5px;
    }
    
    .head .head-text {
        height: 125px;
    }

    .head .head-text #logo-text {
        left: 2px;
    } 

    .head .head-text #logo {
        width: 162px; height: 141px;
        left: 410px; 
        background: url(/img/logo_980.png) no-repeat center;
    }     

    .container {
        width: 980px;
    }
    
    .right-container {
        width: 280px;
    }

    .content-container {
        background: white url(/img/bg_content.png) repeat-y 700px 0;    
    }

    .dark-container {
        background: #535353 url(/img/bg_content.png) repeat-y right;
    }
    
    .hidden-1280 {
        display: none;
    }
    
    .showgamesnext2, .showgameslast2,
    .shownews3, .shownews4, .shownews5 { display: none; }

}




@media screen and (max-width: 979px) {
    
    body {
        background: #414141 url(/img/bg_pattern.png) top center;    
    }

    .container {  
        width: 100%;
    }

    .right-container,
    .light-container,
    .dark-container,
    #text-container {
        float: none;
        width: auto;
        position: relative;
    }

    body {
        font-size: 21px;
    }  

    .right-container {
        font-size: 1.13em;
    }

    h1 {
        font-size: 1.3em;
    }

    .dark-container {
        background: #535353;
    }

    .content-container {
        background: white;  
    }

    .only-desktop, .partners-container {
        display: none !important;
    }

    .only-mobile {
        display: block !important;   
    }


    .container { padding-top: 10px; }
                                         
    .head .head-text { height: 130px; }
    .head .head-text #logo { left: 50%; z-index: 115; margin-left: -98px;}

    .head .head-text .only-mobile {
        width: 100%; height: 100px;
        background: #ec4a41;
        position: absolute;
        z-index: 114;
        top: 30px;
    }
    .head .head-text #head-mobile-button-search {
        display: block;
        width: 70px; height: 70px;
        position: absolute;
        top: 15px; left: 24px;
        background: url(/img/menu_buttons_640.png) no-repeat 0 0;    
    }
    .head .head-text #head-mobile-button-menu {
        display: block;
        width: 70px; height: 70px;
        position: absolute;
        top: 15px; right: 28px;
        background: url(/img/menu_buttons_640.png) no-repeat -70px 0;    
    }
     
    #menu .search { display: none; }

    #menu-header {
        font-size: 32px;
        color: #ec4a41; 
        height: 99px;
        line-height: 99px;
        background: rgba(0,0,0,0.85); 
        border-bottom: 1px rgba(255,255,255,0.2) solid;
        font-family: "Bender";
        font-weight: bold;
        padding-left: 22px;
        position: relative;
        text-transform: uppercase;
    }
    #menu-header a {
        display: block;
        width: 50px; height: 50px;
        position: absolute;
        top: 25px; right: 38px;
        background: url(/img/menu_buttons_640.png) no-repeat -160px -20px;
    }


    .menu {
        height: 0;
        width: 100%; 
        overflow: visible;
        margin: 0;
        display: none;
    }
    .menu.visible {
        display: block;        
    }
    .menu ul, .menu li ol {
        background: rgba(0,0,0,0.85);
        height: auto;
        width: 100%;
        padding: 25px 0 !important; 
        margin: 0;  
        position: relative; 
    }

    .menu li, .menu li a.header, .menu ul li ol li, .menu ul li ol li a {
        display: block;
        float: none;
        text-align: right;  
        font-size: 28px; 
        height: 52px;
        line-height: 52px;
        padding: 0 !important;
        position: static;
        color: white;
    }   
        
    .menu li a.header, .menu ul li ol li a {
        padding-right: 20px !important; 
    }
    .menu li:hover a.header, .menu ul li ol li:hover, .menu ul li ol li a:hover {
        background: none;
        color: #ec4a41; 
    }

    .menu li:hover ol {
        display: block;  
        overflow: visible; 
    }

    .menu li div {
        box-shadow: none;
        clip: none;
        position: static;
    }

    .menu li ol {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        width: 100%; 
    }

    html.js .menu li ol {
        display: none;
        height: auto;
        padding: 0;
    } 

    html.js .menu li ol.visible {
        display: block;
    }


    .menu.visible-submenu ul {
        background: none;
    }
    .menu.visible-submenu li a.header {
        display: none;
    }

    #text-container {
        padding-top: 50px;
    }


    #text-container.index { 
        padding: 0;
        width: 100%;
    }

    .small-box-header h3 { padding: 16px 28px 16px 22px; }
    .small-box-header { height: 70px; }           

    #text-container.index .topstory { height: auto !important; width: 100% !important; margin: 0 !important; }
    #text-container.index .topstory a { display: block; }
    #text-container.index .topstory img { display: block; }
    #text-container.index .topstory img.height { max-width: 100%; height: auto; width: 100%; }
    #text-container.index .topstory .perex { width: 100% !important; box-sizing: border-box; }

    #text-container.index .topstory h1 { font-size: 1.15em !important; white-space: normal !important; }
    #text-container.index .topstory#topstory1 .date { display: none !important; }
    #text-container.index .gradient-box { background: none; margin: 0; padding: 0; }
    #text-container.index .gradient-box .article { margin: 0; position: relative; width: 100%; overflow: hidden; }
    #text-container.index .gradient-box .article .image { float: none; margin: 0; z-index: 9; }
    #text-container.index .gradient-box .article .image a { width: 100% !important; }
    #text-container.index .gradient-box .article .image img { width: 100% !important; }
    #text-container.index .gradient-box .article .image .date { display: none; }
    #text-container.index .gradient-box .article h2 { 
        border-left: 10px solid #ec4a41; 
        position: absolute; 
        bottom: 0; 
        background: url("http://hc-rostov.esports.cz/img/black70trans.png"); 
        z-index: 10; 
        padding: 15px; 
        margin: 0;
        width: 100%; 
        font-size: 1.35em;
        line-height: 1.25em;
        box-sizing: border-box; 
        max-height: 68%;
        overflow: hidden;
    }
    #text-container.index .gradient-box .article h2 a { color: white; }
    #text-container.index .gradient-box .article .text { display: none; }
    #text-container.index .button-loadarticles,
    #text-container.index .button-showarticles-mobile { width: 100%; margin: 0; }   
    #text-container.index .gradient-box .articles-wrap { height: 0; overflow: hidden; }
    
    
    .small-box-header { width: 50%; overflow: hidden; height: auto; }
    .small-box-header h3 { position: static; }
    
    .showgamesnext2, .showgameslast2,
    .shownews3, .shownews4, .shownews5 { display: none; }
                      
    .showgamesnext1, .showgameslast1 { width: 50%; box-sizing: border-box; overflow: hidden; }
    .matches-container { position: relative; width: 100%; overflow: hidden; }
    .matches-container .logo { width: 33%; }
    .matches-container .score { width: 33%; }
    .matches-container .small-box-header { position: absolute; top: 0; left: 50%; }
    .matches-container .small-box-header:first-child { position: absolute; top: 0; left: 0; }
    .showgamesnext1 { padding-top: 130px; font-size: 0.8em !important; border: none; min-height: 310px; box-shadow: 7px 7px 7px -7px rgba(0,0,0,0.25); }
    .showgameslast1 { position: absolute; top: 0; left: 50%; padding-top: 130px; font-size: 0.8em !important; border: none; min-height: 310px; }
    

    #text-container #player-bio-container { margin-top: 3em; position: relative; }
    #text-container #player-bio-container h1 { position: absolute; font-size: 1.35em; top: -3em; color: #ec4a41; }
    #text-container #player-bio-container .image { width: 280px; height: 340px; margin-right: 20px; }
    #text-container #player-bio-container .image img { width: 280px; }
    #text-container #player-bio-container table { width: 300px; font-size: 0.85em; position: relative; top: 46px; }
    #text-container #player-bio-container table tr td { padding: 12px 6px 0px 0px; }
    #text-container #player-bio-container table tr td strong { margin-bottom: 0px; padding-bottom: 6px; }

    #text-container ul li{ background: url(/img/li_arrow_640.png) no-repeat 0 0.5em; }

    #text-container .linkbox li { background-position: 0 27px; }
    #text-container .linkbox li a { white-space: normal; }
    
    #forum #coments .comment .comment_right { width: 510px; }
    

    .copyright-container {
        text-align: center;
        border-top: 1px #707070 solid;
        margin-top: 46px;
        padding: 30px 0px 30px;
        font-size: 1.1em;
    }

    .mobile-footer form {
        display: block;
        margin-bottom: 50px;
    }

    .mobile-footer form div {
        background: white;
        border-left: 10px #ec4a41 solid;
        position: relative;
    }
    .mobile-footer form div input[type="text"] {
        padding: 30px;
        padding-right: 130px;
        width: 100%;
        height: 100px;
        line-height: 40px;
        font-size: 1.4em;
        font-weight: 600;
        color: #626262;
        border: none;
        outline: none; 
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;  
        position: relative;
        z-index: 1;      
        outline: none;
    }
    .mobile-footer form div input[type="submit"] {
        display: block;
        float: right;
        height: 100px;
        width: 100px;
        margin-top: -100px;
        position: relative;
        z-index: 2; 
        border: none;
        outline: none;
        background: white url(/img/search_footer_640.png) no-repeat center center;
    }

    .mobile-footer #footer-button-vk {
        display: inline-block;
        width: 140px; height: 140px;
        background: url(/img/footer_socbuttons.png) no-repeat left;  
        margin-right: 30px;  
    }
    .mobile-footer #footer-button-tw {
        display: inline-block;
        width: 140px; height: 140px;
        background: url(/img/footer_socbuttons.png) no-repeat right;    
    }

    .mobile-footer #footer-button-vk:hover, .mobile-footer #footer-button-tw:hover {
        -webkit-filter: brightness(1.5);
    }

}        
@media screen and (max-width: 680px) {
    .matches-container .small-box { padding-left: 0; padding-right: 0; }   
    .matches-container .logo { float: none; width: 100%; }   
    .matches-container .score { float: none; width: 100%; padding-bottom: 20px; }   
    
    .news-container .small-box-header { min-width: 200px; }
}
                    
@media screen and (max-width: 400px){
    .container {
        min-width: 300px;   
                       
    }
    #text-container.index .topstory h1 { font-size: 1.05em !important; }
    .head .head-text #logo {
        width: 130px;
        margin-left: -61px; 
        background: url(/img/logo_400.png) no-repeat center;        
    }
}