html {
  font-size: 10px !important;
}

body {
  margin: 0;
  padding: 0;
  background: #2e362f;
  color: #ffffff;
  font: 1.2em/1.4 "Open Sans", "Trebuchet MS", Arial, sans-serif;
  text-align: center;
}

h1 {
  margin: 0 0 .75em 0;
  padding: 5px;
  background-color: #1a1a1a;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
}

h1 sup {
  font-size: .5em;
}

h1 span {
  color: #aaa;
  text-transform: none;
}

h2 {
  margin: 0 0 .75em 0;
  font-size: 1.2em;
  font-weight: bold;
}

a {
  color: #ffd42a;
  text-decoration: none;
}

p {
  margin: 0 0 1em 0;
}

ul,
ol {
  margin: 0 0 1em 0;
}

table {
  border: 1px solid #333333;
  border-collapse: collapse;
}

th {
  padding: 3px 1px;
  background-color: #000000;
  color: #ffffff;
  font-size: .8em;
  font-weight: normal;
  text-align: left;
}

td {
  padding: 0;
  border-top: 1px dashed #333333;
}

img {
  border: 0;
}

#shadow {
  width: 1000px;
  margin: 0 auto;
  background: url("/img/bg_shadow.png") 50% 0 repeat-y;
}

#container {
  width: 980px;
  margin: 0 auto;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  text-align: left;
}

#header {
  height: 200px;
  background: #000000 url("/img/bg_header.png") 0 0 no-repeat;
}

#header .headerTop {
  height: 90px;
}

#header .headerTop .box {
  float: left;
  width: 468px;
  height: 60px;
  margin: 10px 2px 0 10px;
  padding: 10px 3px 3px 3px;
  background: url("/img/bg_fullbanner.png") 0 0 no-repeat;
}

#header .logo {
  height: 60px;
  padding: 10px;
}

#header .menu {
  height: 30px;
  background: #ffffff;
  font-size: 15px;
}

#header .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header .menu ul li {
  float: left;
}

#header .menu ul li a {
  display: block;
  float: left;
  height: 20px;
  padding: 5px 10px;
  border-right: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#header .menu ul li:first-child a {
  width: 159px;
}

#header .menu ul li a.active-1-list,
#header .menu ul li a.active-1-detail-serveru,
#header .menu ul li a.active-3-pravidla,
#header .menu ul li a.active-4-pridani-serveru,
#header .menu ul li a.active-5-kontakty,
#header .menu ul li a.active-6-podporte-nas,
#header .menu ul li a.active-7-reklama {
  background-color: #ffd42a;
  color: #000000;
}

#header .menu ul li a:hover {
  background-color: #ffd42a;
  color: #990000;
}

#main {
  border-top: 1px solid #000000;
  background: #191919 url("/img/bg_main.png") 50% 0 repeat-y;
}

#content a {
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content {
  float: left;
  width: 580px;
  margin-left: 180px;
  padding: 10px;
  background-color: #2a2a2a;
}

#content h2 {
  text-transform: uppercase;
}

#content div.text {
  padding: 0 5px;
}

.serverCount {
  margin: 0 0 .5em 0;
  padding: 0 5px 0 0;
  color: #aaaaaa;
  font-size: .8em;
  text-align: right;
}

.serverCount strong {
  color: #ffffff;
}

#serverTable {
  width: 580px;
  margin: 0 0 1em 0;
}

#serverTable img {
  margin: 0 1px;
  vertical-align: middle;
}

#serverTable th.serverName {
  padding-left: 20px;
}

#serverTable th.connect {
  width: 34px;
}

#serverTable th.info {
  width: 34px;
}

#serverTable td {
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
}

.button {
  display: block;
  float: left;
  height: 16px;
  margin: 1px;
  background-position: 0 0;
}

.buttonCs16 {
  width: 16px;
  background-image: url("/img/button_cs16.png");
}

.buttonCss {
  width: 16px;
  background-image: url("/img/button_css.png");
}

.buttonCsgo {
  width: 16px;
  background-image: url("/img/button_csgo.png");
}

.buttonTip {
  width: 28px;
  background-image: url("/img/button_tip.png");
}

.buttonNew {
  width: 28px;
  background-image: url("/img/button_new.png");
}

.buttonSteam {
  width: 16px;
  background-image: url("/img/button_steam.png");
}

.buttonHlsw {
  width: 16px;
  background-image: url("/img/button_hlsw.png");
}

.buttonDetail {
  width: 40px;
  background-image: url("/img/button_detail.png");
}

.pager {
  margin: 0 0 1em 0;
}

.pager strong {
  margin: 0 5px 0 0;
  padding: 2px 5px;
  background-color: #ffd42a;
  color: #000000;
}

.pager a {
  margin: 0 5px 0 0;
  padding: 2px 5px;
  background-color: #000000;
}

.pager a:hover {
  background-color: #ffd42a;
  color: #333333;
}

.tw {
  float: left;
  width: 100px;
}

.fb {
  float: left;
  width: 80px;
}

.mainInfo,
.maiInfo1,
.mainInfo2 {
  clear: left;
  width: 100%;
  margin: 0 0 1em 0;
}

.mainInfo td,
.maiInfo1 td,
.mainInfo2 td {
  padding: 1px 10px 0 10px;
  vertical-align: top;
}

.mainInfo th,
.maiInfo1 th,
.mainInfo2 th {
  padding: 3px 10px;
}

.mainInfo {
  background: url("/img/maps/nomap.gif") 0 0 no-repeat;
}

th.mapImg {
  width: 238px;
  height: 150px;
  padding: 0;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#mainInfo2,
#mainInfo2Hide {
  display: none;
}

#addServer fieldset {
  margin: 0 0 1em 0;
  padding: 1em;
  border: 1px solid #666666;
}

#addServer legend {
  padding: 0 1em;
  font-style: italic;
}

#addServer label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
  padding: 0.25em 24px .75em 0;
}

#addServer input[type=text] {
  display: block;
  float: left;
  padding: 2px 4px;
  border: 0px solid #000000;
}

#addServer select {
  display: block;
  float: left;
}

#addServer .help {
  padding: .25em 0 .75em 300px;
}

a#addServerSubmit {
  display: block;
  width: 200px;
  margin: 1em 0 0 126px;
  padding: 5px 0;
  background-color: #ffd42a;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a#addServerSubmit:hover {
  color: #990000;
}

ol.rules li {
  margin: 0 0 1em 0;
}

/*----------------------------------------------------------------------------*/
/* COLUMNS
/*----------------------------------------------------------------------------*/
#leftColumn {
  float: left;
  width: 180px;
  margin-left: -780px;
  padding: 10px 0;
}

.submenu__title {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0 3px 0 22px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 2px 2px;
}
.submenu__title--cs16 {
  background-image: url(/img/button_cs16.png);
}
.submenu__title--css {
  background-image: url(/img/button_css.png);
}
.submenu__title--csgo {
  background-image: url(/img/button_csgo.png);
}

#leftColumn .submenu ul {
  padding: 0;
  list-style-type: none;
}

#leftColumn .submenu a {
  display: block;
  margin: 0 10px 0 10px;
  padding: 1px 5px 1px 10px;
  background: url("/img/bg_submenu.png") -7px 50% no-repeat;
  font-weight: bold;
}

#leftColumn .submenu a.menuItemActive {
  background: #ffd42a;
  color: #000000;
}

#leftColumn .submenu a:hover {
  background: #ffd42a;
  color: #990000;
}

#leftColumn .submenu a span {
  font-size: 9px;
  font-weight: normal;
}





#leftColumn .partneri ul {
  padding: 0;
  list-style-type: none;
}

#leftColumn .partneri a {
  display: block;
  margin: 0 10px 0 10px;
  padding: 1px 5px 1px 10px;
  font-weight: bold;
  text-trans_form: uppercase;

}

#leftColumn .partneri a.menuItemActive {
  color: #000000;
}

#leftColumn .partneri a span {
  font-size: 9px;
  font-weight: normal;
}

#leftColumn .partneri p {
  margin-top: -5px;
}

.partneri__title {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0 3px 0 22px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 2px 2px;
}
.partneri__title--partneri {
  background-image: url(/favicon.ico);
}






#rightColumn {
  float: left;
  width: 180px;
  padding: 10px;
}

#rightColumn h2 {
  padding: 0 3px;
  background-color: #000000;
  //padding: 5px;
}

.articles .date {
  display: block;
  color: #666;
  font-size: 10px;
}

#searchForm {
  margin: 0 0 1em 0;
}

#searchIp {
  width: 100px;
}

#searchPort {
  width: 50px;
}

#searchForm input[type=text] {
  padding: 4px;
  border: 0px solid #000000;
}

#searchForm a#formSubmit {
  display: block;
  width: 100%;
  margin: 1em 0 0 0;
  padding: 5px 0;
  background-color: #ffd42a;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

#searchForm a:hover#formSubmit {
  color: #990000;
}

#footer {
  padding: 10px 0 20px 0;
  background-color: #000000;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .copyright {
  padding: 10px 0;
  text-align: center;
}

#footer .otherLinks {
  color: #666;
  font-size: .8em;
  text-align: center;
}

#footer .otherLinks a {
  color: #666;
}

#twitter_update_list {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: .85em;
  list-style-type: none;
}

#twitter_update_list li {
  padding: 5px 3px;
}

#twitter_update_list li a {
  white-space: nowrap;
}

a#followUs {
  display: block;
  width: 200px;
  margin: 1em 0 0 0;
  padding: 5px 0;
  background: #1d88b4 url("/img/bg_menu_active.png") 0 0 repeat-x;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

a:hover#followUs {
  color: #990000;
}

#disqus_thread table {
  border: 0;
}

#recentcomments {
  font-size: .85em;
}

#fbLikeBox {
  background-color: #eeeeee;
}

.sticky {
  padding: 1em;
  border: 1px solid #600;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  text-align: center;
}

.sticky-success {
  border-color: #060;
  background-color: #001a00;
  color: #0f0;
}

.sticky-error {
  border-color: #600;
  background-color: #1a0000;
  color: #f00;
}

.sticky-warning {
  border-color: #660;
  background-color: #1a1a00;
  color: #ffff00;
}

.sticky-info {
  border-color: #036;
  background-color: #00051a;
  color: #0099ff;
}

.stickyGreen {
  padding: 1em;
  border: 1px solid #006600;
  background-color: #001a00;
  color: #00ff00;
  text-align: center;
}

.stickyRed {
  padding: 1em;
  border: 1px solid #660000;
  background-color: #1a0000;
  color: #ff0000;
  text-align: center;
}

.external {
  padding-right: 14px;
  background: url("/img/external_link.png") 100% 50% no-repeat;
}

.clear {
  clear: both;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.fln {
  float: none;
}

.serverfilter {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #ffd42a;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
}
.serverfilter *, .serverfilter *:before, .serverfilter *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.serverfilter label {
  font-weight: bold;
}
.serverfilter select {
  margin: 0;
  padding: .5rem 1rem;
  border: 1px solid #000000;
  border-radius: 0;
  background: white;
  color: #000000;
  font: inherit;
  font-weight: bold;
  line-height: inherit;
}
.serverfilter option {
  font-size: 1.4rem;
}
.serverfilter input[type=submit] {
  display: none;
  margin: 0;
  padding: .5rem 1rem;
  border: 1px solid #000000;
  border-radius: 0;
  background: white;
  color: #000000;
  font: inherit;
  line-height: inherit;
}

.tag {
  width: 2.5rem;
  margin: 1px 3px 0 3px;
  display: inline-block;
  font-size: 1.1rem;
  text-align: center;
}

.tag--tip {
  background-color: #0d7da2;
}

.tag--new {
  background-color: #d40000;
}

.tag--detail {
  width: auto;
  padding: 0 3px;
  background-color: #d45400;
  color: #ffffff;
  text-decoration: none !important;
}

/*# sourceMappingURL=style.css.map */
