* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  min-width: 320px;
  padding: 0;
  font-family: Arial;
  font-size: 100%;
  background: #c1e3ee url('http://www.hctabor.com/public/images/frontend/background.jpg') repeat 0 0;
  color: #ffffff;
}
.sprite_png {
  background-image: url('http://www.hctabor.com/public/images/frontend/sprite.png');
}
input,
select {
  font-family: Arial;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}
h2 {
  margin: 15px 0 10px;
  font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
  height: 16px;
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
}
p {
  font-size: 80%;
  line-height: 18px;
  color: #000;
  font-family: Arial;
}
a img {
  border: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.external {
  padding-right: 20px;
  background: url('http://www.hctabor.com/public/images/system/open_in_new_window.png') no-repeat center right;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.hidden {
  display: none;
}
.show-on-mobile,
.show-on-tablet {
  display: none !important;
}
.notVisible {
  visibility: hidden;
}
.gmap {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
select,
input {
  border: none;
  padding: 2px;
}
#container {
  position: relative;
  padding: 0 0 50px;
  background: transparent url('http://www.hctabor.com/public/images/frontend/top_line.png') repeat-x 0 0;
}
#backgroundHolder {
  width: 100%;
  background: url('http://www.hctabor.com/public/images/frontend/bg.jpg') no-repeat top center;
}
#main {
  position: relative;
  width: 1010px;
  min-width: 320px;
  margin: 0px auto;
  z-index: 10;
}
#main .banner {
  position: absolute;
  top: 0px;
  right: -140px;
}
#main .banner.left {
  left: -140px;
}
.top-banner {
  text-align: center;
}
#content {
  margin-left: 10px;
}
#feedbackButton {
  display: block;
  width: 49px;
  height: 132px;
  background: url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -488px -317px;
  position: fixed;
  text-decoration: none;
  left: -12px;
  top: 50%;
}
/*-----------horní lišta-----------*/
#top_panel {
  font-size: 91%;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  background: #002d50;
  min-width: 320px;
}
#top_panel .content {
  width: 1010px;
  margin: 0px auto;
  height: 31px;
  padding: 13px 8px 0;
}
#top_panel strong {
  float: left;
  display: block;
  width: 69px;
  color: #9dc8e6;
  line-height: 20px;
}
#top_panel ul {
  float: left;
  margin: 0 0 0 0px;
  padding: 0;
  height: 20px;
  line-height: 20px;
}
#top_panel ul li {
  float: left;
  padding: 0 7px;
  list-style-type: none;
  border-left: 1px solid #5e7b92;
  line-height: 12px;
  margin-top: 4px;
}
#top_panel ul li.first {
  border-left: none;
}
#top_panel a {
  color: #ffffff;
  font-weight: bold;
}
#top_panel a.highlighted {
  background: #fff;
  color: #002d50;
  padding: 0 5px;
  border-radius: 4px;
}
#top_panel a.active {
  text-decoration: underline;
}
#top_panel ul.right {
  float: right;
  width: auto;
}
#top_panel ul.right li.first {
  border-left: none;
}
#header {
  position: relative;
}
#header .topArticle {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  font-size: 125%;
  margin: 10px 10px 0;
  background: #fff;
}
#header .topArticle a {
  color: #000;
  font-weight: bold;
  padding: 5px 0;
  display: block;
  text-shadow: 1px 1px 0px #ccc;
}
#header .topArticle a.hidden {
  display: none;
}
/*-----------menu-----------*/
#menu {
  position: relative;
  width: 1010px;
  height: 75px;
  margin: 89px 0 1px;
  text-align: center;
  text-transform: uppercase;
  background: transparent url('http://www.hctabor.com/public/images/frontend/bottom_line_menu.png') no-repeat center bottom;
}
#menu ul {
  display: inline-block;
  height: 69px;
  width: 990px;
  background: #056ebe url('http://www.hctabor.com/public/images/frontend/menu_back.png') repeat-x 0 0;
}
#menu ul li {
  float: left;
  height: 69px;
  line-height: 77px;
  list-style-type: none;
}
#menu ul li.first a {
  border-left: 0;
  width: 137px;
}
#menu ul li.last a {
  border-right: none;
}
#menu ul li a.bigger {
  padding-left: 135px;
}
#menu ul li a.big {
  padding-right: 35px;
}
#menu ul li ul {
  display: none;
}
#menu a {
  display: block;
  width: 134px;
  height: 69px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  font-size: 110%;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 0px #464646;
  border-left: 1px solid #3c8bc8;
  border-right: 1px solid #10446c;
}
#menu > ul > li > a:hover,
#menu > ul > .hoverActive > a {
  background: #074f85 url('http://www.hctabor.com/public/images/frontend/menu_back_hover.png') repeat-x 0 0;
  text-decoration: none;
}
#menu .corner {
  position: absolute;
  top: 0;
  width: 11px;
  height: 75px;
}
#menu .corner.left {
  left: 0;
  background-position: -221px -268px;
}
#menu .corner.right {
  right: 0;
  background-position: -209px -268px;
}
/*-----------submenu-----------*/
#submenu {
  width: 990px;
  height: 38px;
  margin-left: 10px;
  padding-top: 23px;
  text-align: center;
  font-size: 100%;
  text-transform: uppercase;
  background-position: 0px 0px;
  background-color: #a60514;
}
#submenu ul {
  display: inline-block;
  width: 980px;
}
#submenu ul.hidden {
  display: none;
}
#submenu ul li {
  position: relative;
  float: left;
  padding: 0 10px;
  list-style-type: none;
  height: 30px;
  z-index: 999;
  background: transparent url('http://www.hctabor.com/public/images/frontend/vertical_line_submenu.png') no-repeat 0 0;
}
#submenu ul li.first {
  background-image: none;
}
#submenu a {
  color: #ffffff;
  position: relative;
  top: -2px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-shadow: #8f0610 1px 1px 0px;
}
#submenu > ul > li > a.external,
#top_panel ul li a.external {
  padding-right: 15px;
  background: url('http://www.hctabor.com/public/images/system/new_window_icon.png') no-repeat center right;
}
#submenu a.active {
  text-decoration: underline;
}
#submenu ul .subcategory {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 172px;
  z-index: 800;
  box-shadow: 1px 1px 6px #000000;
  behavior: url('http://www.hctabor.com/public/ie-css3.htc');
  background: #ffffff url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -723px -126px;
}
#submenu ul li:hover .subcategory {
  display: block;
}
#submenu ul .subcategory .arrow {
  display: block;
  position: absolute;
  top: -8px;
  left: 40px;
  width: 15px;
  height: 10px;
  z-index: 300;
  background-position: -382px -230px;
}
#submenu ul .subcategory ul {
  width: 100%;
  height: 100%;
}
#submenu ul .subcategory li {
  float: none;
  height: 31px;
  line-height: 31px;
  padding: 0 24px;
  text-align: left;
  background-image: none;
  border-bottom: 1px solid #cad5db;
}
#submenu ul .subcategory li.last {
  border-bottom: none;
}
#submenu ul .subcategory li a {
  color: #003762;
  text-shadow: none;
}
/*-----------logo-----------*/
#logo {
  display: block;
  position: absolute;
  width: 196px;
  color: #0a58d9;
  font-weight: bold;
  font-size: 200%;
  top: -95px;
  left: 408px;
  z-index: 20;
  text-decoration: none;
}
/*-----------top_news-----------*/
#top_news {
  position: relative;
  width: 990px;
  height: 462px;
  padding: 12px 10px 7px;
  margin: 10px 0 10px;
  z-index: 1;
  background: transparent url('http://www.hctabor.com/public/images/frontend/top_news_back.jpg') no-repeat 10px 3px;
}
#top_news .shadow.top,
#top_news .shadow.bottom {
  width: 990px;
  height: 4px;
  position: absolute;
  left: 10px;
  z-index: 200;
}
#top_news .shadow.top {
  top: 0;
  height: 3px;
  width: 990px;
  background-position: 0px -263px;
}
#top_news .shadow.bottom {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 990px;
  height: 4px;
  background-position: 0px -257px;
}
#top_news .shadow.left,
#top_news .shadow.right {
  width: 10px;
  height: 391px;
  position: absolute;
  top: 0;
}
#top_news .shadow.left {
  left: 0;
  width: 10px;
  height: 391px;
  background-position: -12px -268px;
}
#top_news .shadow.right {
  right: 0;
  width: 10px;
  height: 391px;
  background-position: 0px -268px;
}
/*-----------columns-----------*/
#left_column,
#middle_column,
#right_column {
  float: left;
}
#left_column {
  width: 377px;
}
#middle_column {
  margin: 0 7px;
  width: 261px;
}
#right_column {
  width: 344px;
}
/*-----------boxes-----------*/
#content .box {
  margin-bottom: 10px;
}
#content .box.birthday,
#content .box.triplebox {
  width: 255px;
}
#content .box .content,
#header .box .content {
  position: relative;
  padding-top: 0;
}
/*-----------triplebox-----------*/
#content .box.triplebox .header {
  width: 255px;
  height: 53px;
  background-position: 0px -118px;
  background-color: #a30514;
}
#content .box.triplebox .header ul li {
  float: left;
  height: 48px;
  line-height: 53px;
  width: 85px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
#content .box.triplebox .header ul li i {
  display: block;
  float: right;
  height: 48px;
  width: 2px;
  background: url('http://www.hctabor.com/public/images/frontend/triplebox_header_separator.png') no-repeat 0 0;
}
#content .box.triplebox .header ul li.last {
  background-image: none;
}
#content .box.triplebox .header ul li:hover,
#content .box.triplebox .header ul li.Hover {
  text-decoration: underline;
  background-color: #7c000c;
}
#content .box.triplebox .content {
  background: #ffffff url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -2071px 0;
  height: 376px;
  display: block;
}
#content .box.triplebox .matches {
  height: 406px;
}
#article .hr {
  border-bottom: 1px solid #cad5db;
}
/*-----------triplebox  - result -----------*/
#content .box.triplebox .content.result {
  padding-bottom: 7px;
  height: 603px;
}
#content .box.triplebox .content.result table {
  border-collapse: collapse;
  text-align: center;
  font-size: 80%;
}
#content .box.triplebox .content.result table tr {
  background: transparent url('http://www.hctabor.com/public/images/frontend/separator_triplebox_table.png') no-repeat 0 bottom;
}
#content .box.triplebox .content.result table tr.last {
  background: none;
}
#content .box.triplebox .content.result table th {
  width: 30px;
  height: 27px;
  background: #000;
  opacity: 0.63;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=63)";
}
#content .box.triplebox .content.result table td {
  width: 20px;
  color: #212121;
  font-weight: bold;
}
#content .box.triplebox .content.result table td.label {
  width: 30px;
  height: 26px;
  padding: 0 12px 0 13px;
  color: #ececec;
  background: transparent url('http://www.hctabor.com/public/images/frontend/label_order.png') no-repeat 13px 50%;
}
#content .box.triplebox .content.result table .first,
#content .box.triplebox .content.result table .first td {
  height: 7px;
  line-height: 0;
  font-size: 0;
  background: none;
}
#content .box.triplebox .content.result table th.team {
  text-align: left;
}
#content .box.triplebox .content.result table .points {
  padding-right: 13px;
}
#content .box.triplebox .content.result table td.team {
  color: #00599e;
  width: 130px;
  text-align: left;
}
/*-----------triplebox  - matches -----------*/
#content .box.triplebox .content.matches h2 {
  font-size: 90%;
  line-height: 31px;
  padding: 0 15px;
  margin: 0;
  font-family: Arial;
  background: #000;
  opacity: 0.63;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=63)";
}
#content .box.triplebox .content.matches .result_score {
  padding: 10px;
  border-bottom: 1px solid #b6cfdd;
  background: transparent url('http://www.hctabor.com/public/images/frontend/sprite-x.png') repeat-x 0 -2px;
}
#content .box.triplebox .content.matches .result_score .red {
  color: #b5000d;
  font-weight: bold;
}
/*-----------triplebox  - calendar -----------*/
#content .box.triplebox .content.calendar {
  padding: 15px 7px 15px;
  overflow: hidden;
}
#content .box.triplebox .content.calendar .ui-datepicker {
  margin-bottom: 10px;
}
#content .box.triplebox .content.calendar .ui-datepicker .selectable {
  background: #888;
  color: #fff;
}
#content .box.triplebox .content.calendar .ui-datepicker .selectable a {
  color: #fff;
}
#content .box.triplebox .content.calendar table {
  border-collapse: collapse;
  text-align: center;
  font-size: 75%;
}
#content .box.triplebox .content.calendar table.times tr {
  background: transparent url('http://www.hctabor.com/public/images/frontend/separator_triplebox_table.png') no-repeat 0 bottom;
}
#content .box.triplebox .content.calendar table.times td {
  width: 40px;
  color: #212121;
  font-weight: bold;
}
#content .box.triplebox .content.calendar table.times td.label {
  width: 56px;
  height: 30px;
  text-align: center;
  font-size: 93%;
  color: #ececec;
  background: transparent url('http://www.hctabor.com/public/images/frontend/calendar_order_label.png') no-repeat 0px center;
}
#content .box.triplebox .content.calendar table.times .points {
  padding-right: 13px;
}
#content .box.triplebox .content.calendar table.times td.team {
  width: 140px;
  padding-left: 5px;
  text-align: left;
}
#content .box.triplebox .content.calendar table.times td.team a {
  color: #00599e;
}
/*-----------birthday-----------*/
#content .box.birthday {
  background: #fff url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -2664px 0;
}
#content .box.birthday .header {
  background: transparent url('http://www.hctabor.com/public/images/frontend/header_birth.png') no-repeat 0 center;
}
#content .box.birthday .content {
  width: 229px;
  height: 159px;
  padding: 18px 13px;
}
#content .box.birthday h2 {
  font-size: 105%;
  text-transform: uppercase;
  color: #003762;
  text-align: center;
  margin-top: 0;
}
#content .box.birthday table {
  font-size: 75%;
}
#content .box.birthday table th {
  width: 115px;
  height: 23px;
  text-align: left;
}
#content .box.birthday table th a {
  color: #00599e;
}
#content .box.birthday table td {
  color: #b5000d;
  text-align: center;
}
#content .box.birthday table td.date {
  width: 76px;
  color: #003762;
  font-style: italic;
  text-align: right;
}
/*-----------blue news-----------*/
#left_column .box .header,
#right_column .box .header {
  position: relative;
  height: 54px;
  line-height: 54px;
  width: 340px;
  padding: 0 10px 0 20px;
  background-position: 0px -63px;
  background-color: #0060ab;
}
#left_column .box .header .corner {
  position: absolute;
  left: -9px;
  top: 0;
  height: 54px;
  width: 9px;
  float: left;
  background-position: -992px 0px;
}
#left_column .box .header strong {
  display: block;
  height: 54px;
  padding-left: 19px;
  text-transform: uppercase;
  margin: 0;
  font-size: 115%;
  font-family: 'Open Sans Condensed', sans-serif;
  background: transparent url('http://www.hctabor.com/public/images/frontend/list_ico.png') no-repeat 0 18px;
}
#left_column .box .content {
  position: relative;
  width: 370px;
  height: 608px;
  padding-top: 2px;
  background: #ffffff url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -1362px 0;
}
#left_column .box .content .blueButton {
  margin: 10px 0 11px 24px;
}
#left_column .box .content .news li {
  width: 320px;
  height: 171px;
  padding-top: 11px;
  margin: 0 25px;
  border-bottom: 1px solid #cad5db;
  text-align: left;
  list-style: none;
}
#left_column .box .content .news li.last {
  border: none;
}
#left_column .box .content .news li h2 {
  line-height: 22px;
  font-size: 134%;
  margin: 0 0 5px;
}
#left_column .box .content .news li h2 a {
  color: #003762;
}
#left_column .box .content .news li,
#right_column .box .content.actual .news li {
  font-size: 75%;
  color: #000;
}
#left_column .box .content .news li p,
#right_column .box .content.actual .news li p {
  font-size: 100%;
  display: inline;
}
#left_column .box .content .news li a.image {
  display: block;
  float: left;
  margin: 0 8px 4px 0;
  border: 1px solid #cad5db;
  background: #fff;
  width: 119px;
  height: 64px;
  text-align: center;
  padding: 3px;
}
#left_column .box .content .news li a.more {
  font-size: 75%;
  color: #003762;
  font-weight: bold;
}
#left_column .box .content .news li a.more span {
  font-size: 135%;
}
#left_column .box .content .news li a.more:hover {
  color: #b5000d;
  text-decoration: none;
}
#left_column .box .content .news li p strong,
#right_column .box .content.actual .news li p strong {
  color: #303030;
}
/*-----------red news-----------*/
#right_column .box {
  width: 338px;
  background: #ffffff url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -2326px bottom;
}
#right_column .banner {
  height: 81px;
  overflow: hidden;
}
#right_column .banner a {
  display: block;
  height: 81px;
  position: relative;
}
#right_column .banner a img {
  position: absolute;
  top: 0;
  left: 0;
}
#right_column .banner a img.active {
  z-index: 1;
}
#right_column .box .header {
  position: relative;
  height: 54px;
  line-height: 54px;
  width: 308px;
  padding: 0 10px 0 2	0px;
}
#right_column .box .header .corner {
  position: absolute;
  right: -9px;
  top: 0;
  height: 54px;
  width: 9px;
  float: left;
  background-position: -980px -103px;
}
#right_column .box .header strong {
  display: block;
  height: 54px;
  padding-left: 19px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 115%;
  background: transparent url('http://www.hctabor.com/public/images/frontend/list_ico.png') no-repeat 0 18px;
}
#right_column .box .content.actual {
  position: relative;
  width: 323px;
  height: 580px;
  padding: 15px 15px 15px 0;
  background: transparent url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -1733px 0;
}
#right_column .box .content.actual #scroll {
  position: relative;
  width: 323px;
  height: 561px;
  overflow: hidden;
}
#right_column .box .content.actual .news li {
  width: 264px;
  margin: 0 25px 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cad5db;
  text-align: left;
  list-style: none;
}
#right_column .box .content.actual .news li.last {
  border: none;
}
#right_column .box .content.actual .news li h2 {
  font-family: Arial;
  font-size: 100%;
  margin: 0 0 5px;
  color: #b5000d;
}
#right_column .box .content.actual .news li h2 a {
  color: #b5000d;
}
#right_column .textBanner,
#contentRight .textBanner {
  color: #003762;
  font-size: 75%;
  height: 30px;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 1px #fff;
  /*	margin: 0px 5px 10px 5px;*/
}
/*-----------shadows-----------*/
.box .top_shadow,
.box .bottom_shadow,
#article .top_shadow,
#article .bottom_shadow {
  position: absolute;
  height: 3px;
  width: 100%;
  margin: 0 3px;
}
.box .bottom_shadow,
#article .bottom_shadow {
  bottom: -3px;
  left: -2px;
  background: transparent url('http://www.hctabor.com/public/images/frontend/bottom_shadow.png') repeat-x 0 0;
}
.box .top_shadow,
#article .top_shadow {
  top: -3px;
  left: -3px;
  background: transparent url('http://www.hctabor.com/public/images/frontend/top_shadow.png') repeat-x 0 0;
}
.box .bottom_shadow .left_corner,
.box .bottom_shadow .right_corner,
.box .top_shadow .left_corner,
.box .top_shadow .right_corner,
#article .bottom_shadow .left_corner,
#article .bottom_shadow .right_corner,
#article .top_shadow .left_corner,
#article .top_shadow .right_corner {
  position: absolute;
  height: 3px;
  width: 3px;
}
.box .bottom_shadow .left_corner,
#article .bottom_shadow .left_corner {
  bottom: 0;
  left: -3px;
  background-position: -998px -136px;
}
.box .bottom_shadow .right_corner,
#article .bottom_shadow .right_corner {
  bottom: 0;
  right: -3px;
  background-position: -998px -126px;
}
.box .top_shadow .right_corner,
#article .top_shadow .right_corner {
  top: 0;
  right: -3px;
  background-position: -976px -103px;
}
.box .top_shadow .left_corner,
#article .top_shadow .left_corner {
  top: 0;
  left: -3px;
  background-position: -998px -131px;
}
.box .middle_shadow .left_shadow,
.box .middle_shadow .right_shadow,
#article .middle_shadow .left_shadow,
#article .middle_shadow .right_shadow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 3px;
}
.box .middle_shadow .left_shadow,
#article .middle_shadow .left_shadow {
  left: -3px;
  background: transparent url('http://www.hctabor.com/public/images/frontend/left_shadow.png') repeat-y 0 0;
}
.box .middle_shadow .right_shadow,
#article .middle_shadow .right_shadow {
  right: -3px;
  background: transparent url('http://www.hctabor.com/public/images/frontend/right_shadow.png') repeat-y 0 0;
}
/*-----------footer-----------*/
#footer {
  margin: 0 auto;
  min-width: 320px;
  padding-bottom: 50px;
  background: url('http://www.hctabor.com/public/images/frontend/bg-bottom.jpg') no-repeat bottom center;
}
#footer .strong {
  font-weight: bold;
  font-size: 120%;
}
#footer > div {
  width: 990px;
  margin: 0 auto;
}
#footer #photogallery {
  position: relative;
  height: 153px;
  width: 886px;
  padding: 25px 52px;
  background: #00345c url('http://www.hctabor.com/public/images/frontend/photogallery_back.jpg') no-repeat 0 0;
}
#footer #photogallery h2 {
  margin: 127px 0 0 0;
  font-size: 130%;
  float: left;
  max-width: 80%;
  overflow: hidden;
  height: 32px;
}
#footer #photogallery h2 a {
  color: #fff;
  text-decoration: underline;
}
#footer #photogallery h2 a:hover {
  text-decoration: none;
}
#footer #photogallery a.photogallery_link,
#top_news .photogallery_link,
#article a.photogallery_link {
  float: right;
  display: block;
  width: 167px;
  height: 27px;
  margin: 127px 5px 0 0;
  line-height: 26px;
  text-align: center;
  font-family: Arial;
  font-size: 80%;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  background-position: -368px -173px;
  text-shadow: #464646 1px 1px 0px;
  filter: dropshadow(color=#464646, offx=1, offy=1, positive=1);
}
#featured .photogallery_link {
  margin: 10px auto;
  float: none;
}
#footer #photogallery a.photogallery_link:hover,
#top_news .youth .photogallery_link:hover,
#article a.photogallery_link:hover {
  background-position: -368px -200px;
}
#top_news .youth.youth2 .photogallery_link.red,
#top_news .youth.youth2 .photogallery_link.red:hover {
  width: 167px;
  background-position: -561px -374px;
}
#top_news .youth.youth2 .photogallery_link,
#top_news .youth.youth2 .photogallery_link:hover {
  width: 111px;
  background-position: -561px -430px;
}
#top_news .youth .photogallery_link.red {
  margin-left: 10px;
  width: 110px;
  background-position: -561px -318px;
  font-weight: bold;
}
#footer #photogallery .photogallerySlider {
  height: 115px;
  overflow: hidden;
  position: absolute;
  left: 52px;
}
#footer #photogallery .photogallerySlider li {
  margin-right: 11px;
  position: relative;
  float: left;
  overflow: hidden;
  width: 167px;
  height: 115px;
}
#footer #photogallery .photogalleryHolder {
  background: #c5e0e8 url('http://www.hctabor.com/public/images/frontend/sprite-y.png') repeat-y -3px 0;
  border-bottom: 1px solid #b5d3dd;
  border-radius: 5px;
  overflow: hidden;
  height: 97px;
  padding: 22px 38px;
  position: relative;
}
#footer #photogallery .photogallerySlider li a {
  display: block;
}
#footer #photogallery .photogallerySlider li a .ico,
#article .photogallery .photogalleryHolder li .ico {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 51px;
  top: 30px;
  background-position: -962px -63px;
  z-index: 100;
  display: block;
}
#footer #photogallery .photogallerySlider li a .ico {
  right: 60px;
  top: 35px;
}
#footer #photogallery .photogallerySlider li a img {
  background: #002d50;
  padding: 3px;
  border: 1px solid #32526a;
  position: absolute;
  top: 0;
  right: 0;
}
#footer #photogallery .photogallerySlider li a:hover img {
  border: 1px solid #ccdce9;
}
#footer #photogallery .prev,
#footer #photogallery .next,
#article .photogallery .photogalleryHolder .prev,
#article .photogallery .photogalleryHolder .next {
  display: block;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  width: 15px;
  height: 22px;
  right: 22px;
  top: 75px;
  background: url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -551px -202px;
}
#footer #photogallery .prev {
  left: 22px;
  background-position: -536px -202px;
}
#footer .textBanner {
  position: absolute;
  bottom: -35px;
  left: 0;
  color: #003762;
  font-size: 80%;
  text-align: center;
  width: 989px;
  text-transform: none;
  text-shadow: 1px 1px 1px #fff;
}
#footer .textBanner a {
  color: #B5000D;
  text-decoration: underline;
}
#footer .textBanner a:hover {
  text-decoration: none;
}
/*-----------footer tree links-----------*/
#footer #tree_links {
  height: 415px;
  margin: 10px 10px 0 0;
  padding: 20px 20px 25px 32px;
  width: 428px;
  background: #001f37;
  float: left;
}
#tree_links .column {
  float: left;
  width: 125px;
  margin-right: 10px;
}
#tree_links .column h2 {
  margin: 0;
  font-size: 130%;
}
#tree_links .column ul {
  margin-bottom: 20px;
}
#tree_links .column ul li {
  background: transparent url('http://www.hctabor.com/public/images/frontend/tree_link_bullet.png') no-repeat 0 center;
  padding-left: 15px;
  line-height: 18px;
}
#tree_links .column ul li a {
  color: #a3cde8;
  font-size: 75%;
}
/*-----------footer partners-----------*/
#partners {
  /*height:124px;*/
  width: 428px;
  background: #ffffff /*url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat 0 0*/;
  margin: 10px 10px 0 0;
  padding: 20px 20px 25px 32px;
  float: left;
  color: #888989;
}
#partners a {
  color: #888989;
  text-decoration: underline;
}
#partners a:hover {
  text-decoration: none;
}
#partners table {
  width: 100%;
}
#partners table th h2 {
  color: #888989;
  font-size: 85%;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
#partners table th.margin {
  padding-left: 16px;
}
#partners table td {
  text-align: center;
  vertical-align: middle;
  padding: 0 10px 10px 10px;
}
#partners table td img {
  max-width: 170px;
  max-height: 100%;
  margin: 25px 0;
}
#partners table td.general,
#partners table td.general2 {
  width: 100%;
}
#partners table td.general img,
#partners table td.general2 img {
  max-width: 100%;
}
#partners table td.last {
  border-right: none;
  padding-right: 0;
}
#partners table td a {
  display: block;
  margin: 0 auto;
}
/*-----------footer foot-----------*/
#footer #foot {
  height: 45px;
  width: 940px;
  position: relative;
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 90%;
  line-height: 14px;
  background: #0061ac url('http://www.hctabor.com/public/images/frontend/foot_back.jpg') no-repeat 0 0;
}
#foot .copy {
  float: left;
  margin-right: 13px;
}
#foot .copy a {
  color: #fff;
  text-decoration: underline;
}
#foot .copy a:hover {
  text-decoration: none;
}
#foot .copy,
#foot ul {
  margin-top: 16px;
}
#foot ul {
  float: left;
  width: 525px;
  height: 20px;
}
#foot ul li {
  float: left;
  padding: 0 13px;
  background: transparent url('http://www.hctabor.com/public/images/frontend/foot_list_separator.png') no-repeat left 0;
}
#foot ul li a {
  color: #ffffff;
  text-shadow: #004479 1px 1px 0px;
}
#foot .share {
  float: right;
  margin-top: 14px;
}
#foot .share a {
  display: block;
  float: right;
  width: 22px;
  height: 21px;
  margin-left: 3px;
}
#foot .share a span {
  width: 22px;
  height: 21px;
  display: none;
}
#foot .share a.fb {
  background-position: -834px -215px;
}
#foot .share a.mail {
  background-position: -811px -215px;
}
#foot .share a.tw {
  width: 22px;
  background-position: -932px -165px;
}
#foot .share a.print {
  background-position: -788px -215px;
}
#foot .share a.plus {
  background-position: -765px -215px;
}
/*-----------news slider-----------*/
#featured {
  width: 627px;
  position: relative;
  height: 450px;
  background: #fff;
  font-family: "Arial";
  float: left;
  margin: 0 13px 0 11px;
}
#featured.ui-widget-content,
#featured .ui-widget-content {
  border: none;
  color: #ffffff;
}
#featured ul.ui-tabs-nav {
  position: absolute;
  top: 361px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  z-index: 100;
  border-radius: 0;
}
#featured ul.ui-tabs-nav li {
  position: relative;
  float: left;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #00457c url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat 50% -487px;
  border: none;
  border-radius: 0;
  border-right: 1px solid #001627;
  border-left: 1px solid #3d5b71;
}
#featured ul.ui-tabs-nav li:first-child {
  border-left: none;
}
#featured ul.ui-tabs-nav li#nav-fragment-4 {
  border-right: 0;
}
#featured ul.ui-tabs-nav li#nav-fragment-4 a {
  padding-right: 15px;
}
#featured ul.ui-tabs-nav li .arrow {
  display: none;
  position: absolute;
  width: 20px;
  height: 10px;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  background-position: -809px -106px;
}
#featured ul.ui-tabs-nav li:hover .arrow,
#featured ul.ui-tabs-nav li.ui-tabs-selected .arrow {
  display: block;
}
#featured ul.ui-tabs-nav li .image {
  float: left;
  margin: 2px 9px 0 0;
  display: block;
  width: 119px;
  height: 64px;
  text-align: center;
  background: #fff;
  border: 3px solid #002d50;
  box-shadow: 0px 0px 0px 1px #0060AA;
}
#featured ul.ui-tabs-nav li strong {
  color: #ffffff;
  font-size: 115%;
  font-weight: bold;
}
#featured ul.ui-tabs-nav li span.text {
  display: block;
  vertical-align: middle;
  display: table-cell;
  height: 72px;
}
#featured li.ui-tabs-nav-item a {
  display: block;
  padding: 15px 14px 0;
  color: #fff;
  height: 74px;
  width: 127px;
  line-height: 16px;
}
#featured li.ui-tabs-nav-item a:hover,
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
  background: #ce1c25;
  background: -moz-linear-gradient(top, #ce1c25 0%, #a30816 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce1c25), color-stop(100%, #a30816));
  background: -webkit-linear-gradient(top, #ce1c25 0%, #a30816 100%);
  background: -o-linear-gradient(top, #ce1c25 0%, #a30816 100%);
  background: -ms-linear-gradient(top, #ce1c25 0%, #a30816 100%);
  background: linear-gradient(to bottom, #ce1c25 0%, #a30816 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce1c25', endColorstr='#a30816', GradientType=0);
}
#featured .ui-tabs-panel {
  position: relative;
  height: 360px;
  background: #fff;
  text-align: center;
  width: 627px;
}
#featured .ui-tabs-panel .info {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 591px;
  padding: 25px 18px;
  background-image: none;
  background-color: transparent;
  background: rgba(0, 0, 0, 0.63);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#top_news .youth {
  float: left;
  width: 288px;
  background: #002847 url('http://www.hctabor.com/public/images/frontend/news_bg.jpg') no-repeat top left;
  padding: 9px 20px;
}
#top_news .youth h2 {
  margin: 0;
  line-height: 44px;
}
#top_news .youth .ui-tabs-nav {
  border-top: 1px solid #002642;
  border-bottom: 1px solid #214d6e;
}
#top_news .youth .ui-tabs-nav li {
  border-top: 1px solid #214d6e;
  border-bottom: 1px solid #002642;
  font-size: 12px;
  line-height: 16px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.29);
}
#top_news .youth2 {
  margin-top: 12px;
}
#top_news .youth .ui-tabs-nav li a {
  display: block;
  color: #fff;
  padding: 6px 1px;
  height: 46px;
  font-weight: bold;
}
#top_news .youth .ui-tabs-nav li a .image {
  display: block;
  border: 1px solid #346081;
  overflow: hidden;
  width: 68px;
  height: 37px;
  text-align: center;
  padding: 3px;
  float: left;
  margin: 0 14px 5px 0;
}
#top_news .youth a.photogallery_link {
  margin: 8px 0 0;
  float: left;
}
#featured .info h2 {
  color: #fff;
  padding: 5px;
  margin: 0;
  overflow: hidden;
  font-size: 170%;
  opacity: 1;
}
#featured .info p {
  margin: 0 5px;
  line-height: 15px;
  color: #f0f0f0;
}
#featured .info a {
  text-decoration: none;
  color: #fff;
}
#featured .info a:hover {
  text-decoration: underline;
}
#featured .ui-tabs-hide {
  display: none;
}
/*-----------Header score -----------*/
#score .first_score,
#score .second_score {
  position: absolute;
  top: -66px;
  left: 83px;
}
#score .second_score {
  left: 673px;
}
#score .second_score .online-tickets {
  background: #ce1c25;
  background: -moz-linear-gradient(top, #ce1c25 0%, #a30816 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce1c25), color-stop(100%, #a30816));
  background: -webkit-linear-gradient(top, #ce1c25 0%, #a30816 100%);
  background: -o-linear-gradient(top, #ce1c25 0%, #a30816 100%);
  background: -ms-linear-gradient(top, #ce1c25 0%, #a30816 100%);
  background: linear-gradient(to bottom, #ce1c25 0%, #a30816 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce1c25', endColorstr='#a30816', GradientType=0);
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 10px;
  font-weight: bold;
}
#main .result_score,
#main .comming_match {
  height: 48px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}
#main .result_score span,
#main .comming_match span {
  display: block;
  color: #003762;
}
#main .result_score a:hover,
#main .comming_match a:hover {
  text-decoration: none;
}
#main .result_score .teamLogo,
#main .comming_match .teamLogo {
  width: 46px;
  height: 34px;
  background: url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -745px -63px;
  float: left;
  text-align: center;
  padding: 6px 0 8px;
}
#main .result_score .matchInfo,
#main .comming_match .matchInfo {
  float: left;
  width: 142px;
  text-align: center;
  position: relative;
}
#main .result_score .matchInfo .teamShort,
#main .comming_match .matchInfo .teamShort {
  float: left;
  width: 36px;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 19px;
  line-height: 16px;
  margin-top: 18px;
  padding: 0 10px;
}
#main .result_score .matchInfo .second,
#main .comming_match .matchInfo .second {
  float: right;
  text-align: right;
}
#main .result_score .matchInfo .matchScore,
#main .comming_match .matchInfo .matchScore {
  width: 70px;
  text-align: center;
  color: #005ca4;
  font-weight: bold;
  font-size: 35px;
  text-shadow: 1px 1px 0 #fff;
  line-height: 25px;
  letter-spacing: -2px;
  position: absolute;
  left: 36px;
  top: 9px;
}
#main .comming_match .matchInfo .matchScore {
  font-size: 20px;
  top: 18px;
  line-height: 16px;
  letter-spacing: 0;
}
#main .result_score .matchInfo .date,
#main .comming_match .matchInfo .date,
#main .result_score .time,
#main .comming_match .time {
  width: 142px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
}
#main .result_score .time,
#main .comming_match .time {
  position: absolute;
  top: 0;
  left: 0px;
}
#main .comming_match .time span {
  display: inline;
}
/*-----------Search -----------*/
#search {
  float: right;
  width: 183px;
  height: 28px;
  margin-top: -4px;
  position: relative;
}
#search .text {
  position: absolute;
  width: 143px;
  height: 28px;
  line-height: 28px;
  padding: 0 30px 0 10px;
  color: #b7d8eb;
  font-size: 75%;
  background-position: -537px -173px;
}
#search .button {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background-color: transparent;
  background-position: -975px -215px;
}
/*----------- Survey -----------*/
#survey {
  float: left;
  width: 480px;
  margin: 10px 10px 0 0;
  background-color: #ffffff;
}
#survey .content {
  position: relative;
  width: 440px;
  padding: 16px 20px 12px;
  background: url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -990px 0;
}
#survey .content h2 {
  font-family: "Arial";
  font-size: 80%;
  color: #000000;
  margin: 0;
}
#survey .content .survey {
  border-bottom: 1px solid #cad5db;
  border-top: 1px solid #cad5db;
  margin: 10px 0;
  padding: 10px 0;
}
#survey .content .survey .input_vote {
  margin-bottom: 10px;
}
#survey .content .survey .input_vote input {
  margin-right: 4px;
}
#survey .content .survey .input_vote.last {
  margin-bottom: 0;
}
#survey .content label,
#survey .content strong {
  color: #616161;
  font-size: 80%;
  font-weight: bold;
}
#survey .content strong {
  padding-left: 20px;
  float: left;
  margin-top: 10px;
}
#survey .content .button {
  float: left;
}
#survey .content .progress_bar {
  width: 56%;
  height: 7px;
  margin-top: 4px;
  background: #7fb4d6 url('http://www.hctabor.com/public/images/frontend/survey_progress.png') repeat-x 0 0;
}
#main .content .button,
#footer .content .button,
#article .button,
#colorbox .button,
#main .content .blueButton {
  width: 182px;
  height: 37px;
  line-height: 37px;
  display: block;
  text-align: center;
  border: 0;
  padding-bottom: 3px;
  font-size: 75%;
  font-weight: bold;
  color: #ffffff;
  background: transparent url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat 0px -173px;
  cursor: pointer;
  text-shadow: #464646 1px 1px 0px;
}
#main .content a.button,
#main .content a.blueButton {
  padding: 0;
}
#main .content .button:hover,
#colorbox .button:hover,
#main .content .blueButton,
#article .button {
  background-position: 0px -210px;
}
#article .lightButton,
#survey .content .lightButton {
  background-position: -743px -268px;
}
#main .content .blueButton:hover,
#article .button:hover {
  background-position: 0px -173px;
}
#footer #fb {
  width: 500px;
  margin: 10px 0;
  float: right;
  height: 347px;
  background-color: white;
}
#footer #fb .content {
  position: relative;
  height: 347px;
  width: 500px;
}
#footer #fb .content .fb_iframe_widget {
  margin: 0 auto;
  display: block;
  width: 500px;
}
#survey .box .header {
  height: 54px;
  width: 450px;
  line-height: 54px;
  padding: 0 10px 0 20px;
  background-position: -183px -6px;
  background-color: #A30514;
}
#survey .box .header strong {
  text-transform: uppercase;
  margin: 0;
  font-size: 115%;
  font-family: 'Open Sans Condensed', sans-serif;
}
/***** article content *****/
#article,
#colorbox .feedbackContent {
  width: 673px;
  margin: 9px 12px 9px 0px;
  float: left;
  padding: 20px 25px 50px;
  background: #fff url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat 0 -126px;
  position: relative;
}
#colorbox .feedbackContent {
  margin: 0;
  padding-bottom: 0;
}
#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6,
#colorbox h1 {
  color: #003762;
  font-size: 250%;
  margin: 0 0 6px;
  font-family: 'Open Sans Condensed', sans-serif;
  height: auto;
}
#colorbox h1 {
  font-size: 220%;
  margin: 0 0 10px;
}
#article h2 {
  font-size: 190%;
}
#article h3 {
  font-size: 155%;
}
#article h4 {
  font-size: 140%;
}
#article h5 {
  font-size: 125%;
  color: #000;
}
#article h6 {
  font-size: 110%;
  color: #000;
}
#article p {
  margin: 6px 0 20px;
  line-height: 20px;
  text-align: justify;
}
#article img {
  max-width: 100%;
  height: auto;
}
#article p.center {
  text-align: center;
}
#article p.perex {
  font-weight: bold;
}
#article strong {
  color: #000;
}
#article a {
  color: #ba1018;
  text-decoration: underline;
}
#article a:hover {
  text-decoration: none;
}
#article img.fleft,
#article img.fright,
#article a.fleft img,
#article a.fright img {
  border: 1px solid #d1dde5;
  background: #f6fbfd;
  padding: 5px;
}
#article .fleft {
  float: left;
  margin: 0 15px 5px 0;
}
#article .fright {
  float: right;
  margin: 0 0 5px 15px;
}
#article ul,
#article ol {
  color: #000;
  font-size: 75%;
  line-height: 20px;
  margin: 6px 0 20px 50px;
}
#article ul ul,
#article ol ol,
#article ul ol,
#article ol ul {
  font-size: 100%;
}
#article ul li {
  list-style: none;
  padding-left: 12px;
  background: url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -1093px 6px;
}
#article em {
  color: #303030;
}
#article .activation {
  font-size: 100%;
  line-height: 30px;
}
#article .activation strong {
  font-size: 120%;
}
#article table,
#colorbox table {
  width: 100%;
  border-collapse: collapse;
  font-size: 75%;
  margin-bottom: 15px;
}
#article .headingInfo,
#colorbox .headingInfo {
  color: #7c7c7c;
  margin-bottom: 7px;
  font-size: 80%;
}
#article table thead th,
#colorbox table thead th {
  color: #fff;
  padding: 0 8px;
  text-align: left;
  text-shadow: #00294a;
  font-weight: bold;
  height: 46px;
  border-bottom: 3px solid #fff;
  background: #09518a url('http://www.hctabor.com/public/images/frontend/sprite-x.png') repeat-x 0 -74px;
}
#article table td,
#article table th,
#colorbox table td,
#colorbox table th {
  height: 35px;
  background: #e4f3f6;
  border-bottom: 1px solid #fff;
  color: #212121;
  font-weight: bold;
  padding: 0 8px;
}
#article table th,
#colorbox table th {
  border-right: 1px solid #fff;
  text-align: right;
}
#article table th.avatar {
  width: 130px;
  text-align: center;
}
#article table .even td,
#article table .even th,
#colorbox table .even td,
#colorbox table .even th {
  background-color: #f4fcff;
}
#article table tr:hover td,
#article table tr:hover th,
#colorbox table tr:hover td,
#colorbox table tr:hover th {
  background-color: #bbdde7;
}
#article table td.center,
#article table th.center,
#colorbox table td.center,
#colorbox table th.center {
  text-align: center;
}
#article table td.red {
  background-color: #b70008;
  color: white;
}
#article table td.blue {
  color: #003762;
}
#article table td.lightBlue {
  color: #00599e;
}
#article table td.photo {
  padding: 0;
  width: 35px;
}
#article table .foot th,
#article table .foot td,
#article table .foot th,
#article table .foot td,
#colorbox table .foot th,
#colorbox table .foot td,
#colorbox table .foot th,
#colorbox table .foot td {
  height: 55px;
  background-color: transparent;
}
#article table .foot:hover td,
#article table .foot:hover th,
#colorbox table .foot:hover td,
#colorbox table .foot:hover th {
  background: transparent;
}
#article table .scoreLeft,
#colorbox table .scoreLeft {
  width: 20px;
  text-align: right;
  display: inline-block;
}
#article table .scoreCenter,
#colorbox table .scoreCenter {
  width: 5px;
  text-align: center;
  display: inline-block;
}
#article table .scoreRight,
#colorbox table .scoreRight {
  width: 20px;
  text-align: left;
  display: inline-block;
}
#article table .foot .button,
#colorbox table .foot .button {
  font-size: 100%;
  margin: 0 auto;
}
#article table .order,
#article table .season {
  background: #e4f3f6 url('http://www.hctabor.com/public/images/frontend/label_order.png') no-repeat center center;
  text-align: center;
  color: #fff;
  padding-right: 10px;
  font-size: 93%;
  width: 29px;
}
#article table .season {
  background: #e4f3f6 url('http://www.hctabor.com/public/images/frontend/calendar_order_label.png') no-repeat center center;
  padding-right: 10px;
  width: 57px;
}
#article table td a {
  color: #00599e;
}
#article table td a.center {
  display: block;
  margin: 5px 0;
  text-align: center;
}
#article table p {
  margin: 10px 0;
  font-size: 100%;
  font-weight: normal;
}
#article table strong {
  font-weight: bold;
}
/* breadcrumbs */
#article .breadcrumbs {
  color: #003762;
  font-size: 75%;
  margin: 0 0 20px 0;
}
#article .breadcrumbs a {
  color: #003762;
}
#article .breadcrumbs h1 {
  font-weight: bold;
  font-family: Arial;
  color: #003762;
  font-size: 100%;
  display: inline;
}
#article .breadcrumbs .separator {
  color: #ca111a;
  font-size: 125%;
  margin: 0 6px;
  position: relative;
}
/* share panel */
#article .sharePanel {
  clear: both;
  background: #fafafa;
  border-top: 3px solid #C5E0E8;
  border-radius: 0 0 8px 8px;
  height: 22px;
  padding: 4px 10px;
}
#article .sharePanel > div,
#article .sharePanel > iframe {
  float: left;
  width: 140px;
  height: 22px;
  overflow: hidden;
}
/* matches */
#article .matches {
  margin: 15px 0;
  text-align: center;
}
#article div.matches {
  margin: 0;
}
#article .matches li,
#article div.matches {
  border-top: 1px solid #cad5db;
  background: url('http://www.hctabor.com/public/images/frontend/sprite-x.png') repeat-x 0 -149px;
  padding: 18px 0;
  float: left;
  width: 100%;
}
#article .matches .teamLogo,
#article .matches .matchInfo {
  display: inline-block;
  width: 120px;
  height: 85px;
  text-align: center;
}
#article .matches .teamLogo {
  padding: 0 7px;
}
#article .matches .matchInfo {
  width: 390px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#article div.matches .matchInfo {
  width: 390px;
}
#article .matches .matchInfo a {
  display: block;
  text-decoration: none;
}
#article .matches .matchInfo a:hover {
  text-decoration: underline;
}
#article .matches .matchInfo p {
  color: #b00714;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  font-size: 179%;
  line-height: 22px;
  text-align: center;
}
#article div.matches .matchInfo p {
  font-size: 150%;
  font-weight: normal;
}
#article .matches .matchInfo p strong {
  color: #b00714;
}
#article .matches .matchInfo h1,
#article .matches .matchInfo h2 {
  font-size: 175%;
  line-height: 22px;
  margin: 0;
  text-transform: uppercase;
}
#article div.matches .matchInfo h1,
#article div.matches .matchInfo h2 {
  margin: 0 0 4px 0;
  line-height: 34px;
}
#article .matches .matchInfo h1 a,
#article .matches .matchInfo h2 a {
  color: #003762;
  padding: 6px 0 10px 0;
}
#article .matches .matchInfo .date {
  color: #00599e;
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
}
#article div.matches .matchInfo .date {
  font-size: 100%;
}
#article div.matches .matchInfo .teamCategory {
  color: #616161;
}
#article .matches .matchInfo .date a {
  color: #00599e;
}
#article .matches .league {
  float: right;
  line-height: 15px;
  text-align: right;
  margin: 35px 10px 0 0;
  color: #003762;
  font-weight: bold;
  font-size: 124%;
  font-family: 'Open Sans Condensed', sans-serif;
  width: 110px;
}
#article .articles {
  font-size: 100%;
  margin-left: 10px;
}
/* paging */
#article .paging {
  text-align: center;
  font-weight: bold;
  font-size: 93%;
}
#article .paging a,
#article .paging span {
  color: #ba1018;
  text-decoration: none;
  margin: 0 4px;
}
#article .paging a:hover {
  text-decoration: underline;
}
#article .paging .active {
  color: #10446c;
}
#article .paging .inactive {
  display: none;
}
#article .paging .prev,
#article .paging .next {
  margin: 0 5px;
  font-size: 80%;
}
#article .paging .arrow {
  text-decoration: none;
  font-size: 125%;
}
/* photogallery */
#article .photogallery,
#article .articleList {
  margin: 10px 0;
  font-size: 100%;
}
#article table.photogallery tr td {
  background: none;
  padding: 5px;
}
#article table.photogallery tr td a img {
  padding: 5px;
  border: 1px solid #bbdce3;
}
#article table.photogallery tr td a:hover img {
  border-color: #003762;
}
#article .photogallery li,
#article .articleList li {
  margin: 0 0 22px;
  list-style: none;
  background: none;
  padding: 0;
}
#article .photogallery li .shortContent,
#article .articleList li .shortContent {
  margin-bottom: 0;
}
#article .articleList li .image {
  float: left;
  width: 200px;
  padding: 3px;
  border: 1px solid #89a9bc;
  background: #fff;
  margin-right: 15px;
}
#article .articleList.video li .image {
  width: 320px;
}
#article .articleList li .image img {
  display: block;
  margin: 0 auto;
}
#article .photogallery li h2,
#article .articleList li h2 {
  margin: 0;
  line-height: 26px;
  font-size: 165%;
}
#article .photogallery li h2 a,
#article .articleList li h2 a {
  padding: 3px 0;
  color: #003762;
  display: block;
  text-decoration: none;
}
#article .photogallery li h2 a:hover,
#article .articleList li h2 a:hover {
  text-decoration: underline;
}
#article .photogallery .photogalleryHolder {
  background: #c5e0e8 url('http://www.hctabor.com/public/images/frontend/sprite-y.png') repeat-y -3px 0;
  border-bottom: 1px solid #b5d3dd;
  border-radius: 5px;
  overflow: hidden;
  height: 97px;
  padding: 22px 38px;
  position: relative;
}
#article a.photogallery_link {
  margin: 0px;
}
#article .photogallery .photogalleryHolder .prev,
#article .photogallery .photogalleryHolder .next {
  top: 62px;
  right: 13px;
  background-position: -583px -202px;
  z-index: 10;
}
#article .photogallery .photogalleryHolder .prev {
  left: 13px;
  background-position: -567px -202px;
}
#article .photogallery .photogalleryHolder ul {
  margin: 0;
  overflow: hidden;
  height: 97px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}
#article .photogallery .photogalleryHolder li {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  width: 141px;
  height: 97px;
  overflow: hidden;
}
#article .photogallery .photogalleryHolder li.hidden {
  display: none;
}
#article .photogallery .photogalleryHolder li a {
  display: block;
}
#article .photogallery .photogalleryHolder li a img {
  padding: 3px;
  border: 1px solid #89a9bc;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#article .photogallery .photogalleryHolder li a:hover img {
  border-color: #003762;
}
#article .photogallery .photogalleryHolder li.toShow a img,
#footer #photogallery .photogallerySlider li.toShow a img {
  left: 0;
}
#article .photogallery .photogalleryHolder li.toShow .ico,
#footer #photogallery .photogallerySlider li.toShow .ico {
  left: 51px;
}
/* roster */
#article .roster {
  margin: 0 0 12px 0;
}
#article .roster li {
  float: left;
  padding: 4px;
  width: 152px;
  height: 221px;
  margin: 0 8px 11px 0;
  border: 1px solid #abced7;
  background: none;
  background: #def0f5 linear-gradient(center top, #def0f5, #d3eaf0);
  background: #def0f5 -moz-linear-gradient(center top, #def0f5, #d3eaf0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d3eaf0), color-stop(0%, #def0f5), color-stop(100%, #d3eaf0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#def0f5, endColorstr=#d3eaf0);
  background-image: -o-linear-gradient(#def0f5, #d3eaf0);
}
#article .roster li.endLine {
  margin-right: 0;
}
#article .roster li.clear {
  float: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 0;
  width: 100%;
}
#article .roster li .playerPhoto {
  width: 152px;
  height: 180px;
  overflow: hidden;
  display: block;
}
#article .roster li p {
  margin: 0;
  font-size: 93%;
  font-weight: bold;
}
#article .roster li p a {
  display: block;
  text-align: center;
  padding-top: 5px;
  line-height: 16px;
  text-decoration: none;
  color: #00599e;
}
#article .roster li p strong {
  color: #003762;
  line-height: 20px;
  font-weight: bold;
  font-size: 120%;
}
#article .roster li p strong span {
  color: #ba1018;
}
/* forum */
#article textarea,
#colorbox textarea {
  margin: 6px 0;
  height: 120px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #003762;
  font-family: Arial;
  padding: 12px;
  position: relative;
  background: #d3e6ef;
  -moz-box-shadow: inset 0 0 5px #0060ab;
  -webkit-box-shadow: inset 0 0 5px #0060ab;
  box-shadow: inset 0 0 5px #8eb7d2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: transparent;
  border-radius: 5px;
  overflow: auto;
}
#article .smileys {
  margin: 18px 0 15px;
}
#article .buttons .button {
  float: left;
  margin: 0 6px 35px 0;
}
#article .forum {
  margin: 15px 0;
}
#article a.opened {
  display: none;
}
#article .forum li {
  background: none;
  padding: 0;
}
#article .forum li .invisible {
  background-color: #FBCBBC;
}
#article .forum li .contributionContent {
  background: #e0eff5;
  border: 1px solid #a6cee6;
  border-width: 1px 0;
  margin: 0 0 12px;
  padding: 11px;
  position: relative;
}
#article .forum li .contributionContent .avatar {
  position: absolute;
  top: 11px;
  left: 11px;
}
#article .forum li .contributionContent .avatar img {
  background: #fff;
  padding: 2px;
}
#article .forum li .contributionContent .contributionText {
  margin-left: 64px;
}
#article .forum li .contributionContent .contributionText p {
  line-height: 20px;
  margin: 0 0 2px;
  font-size: 100%;
}
#article .forum li .contributionContent .contributionText .author {
  font-weight: bold;
  color: #000000;
  font-size: 110%;
}
#article .forum li .contributionContent .contributionText .contributionText .author {
  font-size: 100%;
}
#article .forum li .contributionContent .contributionText .author strong {
  color: #003762;
  font-weight: bold;
}
#article .forum li .contributionContent .contributionText .contributionInfo {
  color: #00599e;
  font-size: 93%;
  margin: 4px 0 0;
}
#article .forum li .contributionContent .contributionText .contributionInfo .contributionInfo {
  font-size: 100%;
}
#article .forum li .contributionContent .contributionText .contributionInfo strong {
  color: #00599e;
}
#article .forum li .contributionContent .contributionText .contributionInfo .id {
  color: #003762;
  font-weight: bold;
}
#article .forum li .contributionContent .contributionText .contributionInfo .separator {
  color: #82929f;
}
#article .forum li ul {
  margin-left: 38px;
}
#article .forum li ul li .contributionContent {
  background: #f6fafb;
  border-color: #92c2e1;
  overflow: hidden;
}
#article .forum li .contributionContent .button,
#article .forum li .contributionContent .blueButton {
  font-size: 100%;
}
/* player detail */
#article .controlArrows {
  float: right;
  line-height: 12px;
  color: #bababa;
  margin: 16px 0 10px 40px;
  font-size: 75%;
}
#article .controlArrows a {
  color: #00599e;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
#article .controlArrows a:hover {
  color: #ba1018;
}
#article .controlArrows a.next {
  padding: 0 20px 0 0;
}
#article .controlArrows a .arrow {
  position: absolute;
  display: block;
  top: 0px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -791px -90px;
}
#article .controlArrows a.previous .arrow {
  left: 0;
  background-position: -791px -78px;
}
#article .playerDetail {
  margin-bottom: 25px;
}
#article .playerDetail img {
  float: left;
  border: 1px solid #bbdce3;
  padding: 5px;
  background: #fff;
}
#article .playerDetail ul {
  float: right;
  margin: 0;
  width: 370px;
  padding: 0 4px;
  border: 1px solid #bbdce3;
  background: #c7e5ed;
}
#article .playerDetail ul.nophoto {
  width: 100%;
}
#article .playerDetail ul li {
  height: 34px;
  line-height: 32px;
  background: url('http://www.hctabor.com/public/images/frontend/sprite-x.png') repeat-x 0 32px;
  padding: 0 26px 0 24px;
  font-weight: bold;
  font-size: 110%;
}
#article .playerDetail ul li.bigger {
  font-size: 210%;
  font-family: 'Open Sans Condensed', sans-serif;
  height: 42px;
  line-height: 40px;
  padding-top: 10px;
  background-position: 0 50px;
}
#article .playerDetail ul li.last {
  background: none;
}
#article .playerDetail ul li .label {
  float: left;
  width: 220px;
  color: #003762;
}
#article .playerDetail ul li .value {
  float: right;
  text-align: right;
  width: 95px;
  color: #00599e;
}
#article .playerDetail ul li.bigger .value {
  color: #003762;
}
#article a.more {
  float: right;
  font-size: 75%;
  font-weight: bold;
  margin: 0 0 15px;
  text-decoration: none;
}
#article a.more:hover {
  text-decoration: underline;
}
#article a.more .arrow {
  font-size: 125%;
}
/* chat */
#article .refresh {
  color: #003762;
  font-weight: bold;
  font-size: 125%;
  font-family: 'Open Sans Condensed', sans-serif;
  position: relative;
  width: 70px;
  padding-left: 40px;
  margin: 5px auto;
  display: block;
}
#article .refresh .icon {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 31px;
  height: 31px;
  background: url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -809px -63px;
}
#article .chatForm textarea {
  height: 60px;
  width: 100%;
  box-sizing: border-box;
}
#article .chatForm .smileys {
  float: left;
  margin-top: 11px;
}
#article .chatForm .buttons {
  float: right;
}
#article .chatForm .buttons input {
  margin: 0;
}
#article .chat {
  border-top: 1px solid #cad5db;
  margin: 0 0 25px;
  padding-top: 15px;
}
#article .chat li {
  background: none;
  padding: 0;
  position: relative;
  margin: 4px 0;
}
#article .chat li .date {
  color: #003762;
  font-weight: bold;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
#article .chat li .old {
  color: #666;
}
#article .chat li p {
  font-size: 100%;
  margin: 0 0 0 64px;
  line-height: 18px;
  overflow: hidden;
}
#article .chat li p img {
  margin-bottom: -2px;
}
/***** right column *****/
#contentRight {
  float: left;
  margin: 9px 0px;
  width: 255px;
}
#contentRight .box {
  position: relative;
  margin-bottom: 12px;
  background: #fcfefe url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -2664px -208px;
}
#contentRight .box .header,
#contentRight .box .headerRed {
  background: #076ab7 url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -233px -268px;
  line-height: 54px;
  height: 49px;
  padding: 0 0 0 20px;
  border-bottom: 5px solid #003762;
}
#contentRight .box .headerRed {
  background-color: #a91322;
  background-position: -488px -268px;
  border-color: #7c000c;
}
#contentRight .box .header strong,
#contentRight .box .headerRed strong {
  display: block;
  color: #fff;
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  text-shadow: 1px 1px 0 #004982;
  text-transform: uppercase;
}
#contentRight .box .headerRed strong {
  text-shadow: none;
}
#contentRight .box .header .newsIcon,
#contentRight .box .headerRed .newsIcon,
#left_column .box .header .newsIcon,
#right_column .box .header .newsIcon,
#survey .box .header .newsIcon {
  float: left;
  background: url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -891px -215px;
  width: 14px;
  height: 17px;
  margin: 17px 8px 0 0;
}
#contentRight .box .corner {
  display: none;
}
#contentRight .box p {
  font-weight: bold;
  color: #003762;
  margin: 18px;
}
/* side menu */
#contentRight .box .menu {
  margin: 4px 0 0 0;
}
#contentRight .box .menu li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c2d2dc;
  background: url('http://www.hctabor.com/public/images/frontend/sprite-x.png') repeat-x 0 -120px;
  line-height: 16px;
  padding: 6px 6px 6px 20px;
  font-size: 75%;
  font-weight: bold;
  color: #003762;
}
#contentRight .box .menu li.first {
  border-top: none;
}
#contentRight .box .menu li.last {
  border-bottom: 1px solid #fff;
}
#contentRight .box .menu li a {
  color: #003762;
  display: block;
}
#contentRight .box .menu li .arrow {
  font-size: 125%;
  color: #8eb7d2;
  margin-right: 8px;
}
#contentRight .box .menu li a:hover,
#contentRight .box .menu li.active a,
#contentRight .box .menu li a:hover .arrow,
#contentRight .box .menu li.active a .arrow {
  text-decoration: none;
  color: #ba1018;
}
/* side news */
#contentRight .box .content {
  background: #fff url('http://www.hctabor.com/public/images/frontend/box-bg.jpg') no-repeat -2071px 0;
}
#contentRight .box .content p {
  font-weight: normal;
  color: #000;
  display: inline;
  margin: 0;
  font-size: 100%;
}
#contentRight .box .news {
  padding: 10px 15px 8px;
  font-family: Arial;
  font-size: 80%;
  color: #000;
  line-height: 18px;
}
#contentRight .box .news li {
  border-top: 1px solid #cad5db;
  padding: 9px 0;
}
#contentRight .box .news li.first {
  border-top: none;
}
#contentRight .box .news li h2 {
  font-size: 100%;
  font-family: Arial;
  color: #b5000d;
  margin: 0;
  line-height: 18px;
}
#contentRight .box .news li h2 a {
  color: #b5000d;
}
#contentRight .box .news li strong {
  color: #303030;
}
#contentRight .box .news li p a,
#right_column .box .content.actual .news li p a {
  text-decoration: underline;
  color: #616161;
}
#contentRight .box .news li p a:hover,
#right_column .box .content.actual .news li p a:hover {
  text-decoration: none;
}
/* banner */
#contentRight .banner {
  height: 80px;
  overflow: hidden;
  background: #9b0314 url('http://www.hctabor.com/public/images/frontend/sprite.png') no-repeat -233px -317px;
  margin-bottom: 12px;
  padding: 14px 25px;
}
#contentRight .banner p {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #6a040c;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}
#contentRight .banner p a {
  display: block;
  color: #ffc938;
}
@media (max-width: 1023px) {
  body:not(.desktop) .banner .desktop {
    display: none;
  }
  body:not(.desktop) .box .top_shadow,
  body:not(.desktop) .box .bottom_shadow,
  body:not(.desktop) #article .top_shadow,
  body:not(.desktop) #article .bottom_shadow {
    width: auto;
    left: 10px;
    right: 10px;
    margin: 0;
  }
  body:not(.desktop) #main,
  body:not(.desktop) #menu,
  body:not(.desktop) #menu ul,
  body:not(.desktop) #top_panel .content,
  body:not(.desktop) #submenu,
  body:not(.desktop) #top_news,
  body:not(.desktop) #featured,
  body:not(.desktop) #featured .ui-tabs-panel {
    width: 100%;
  }
  body:not(.desktop) #backgroundHolder {
    background: none;
    position: relative;
  }
  body:not(.desktop) .hide-on-tablet,
  body:not(.desktop) .content.actual .hide-on-mobile {
    display: none !important;
  }
  body:not(.desktop) .content.actual .show-on-mobile,
  body:not(.desktop) .show-on-tablet {
    display: block !important;
  }
  body:not(.desktop) #photogallery {
    overflow: hidden;
  }
  body:not(.desktop) #photogallery .photogallery_link {
    position: absolute;
    right: 0;
    top: 25px;
  }
  body:not(.desktop) #photogallery .photogallerySlider {
    right: 52px;
  }
  body:not(.desktop) #top_panel .headerbutton {
    float: left;
  }
  body:not(.desktop) #top_panel .content {
    height: 44px;
    box-sizing: border-box;
  }
  body:not(.desktop) #top_panel i {
    margin: 0 4px;
  }
  body:not(.desktop) #top_panel .top-menu {
    display: none;
  }
  body:not(.desktop) #top_panel .top-menu.opened {
    display: block;
    left: 5px;
    position: absolute;
    height: auto;
    top: 40px;
    white-space: nowrap;
    z-index: 15;
    background: #056ebe;
    box-shadow: 1px 2px 0px #fff;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    text-shadow: 1px 1px 0 #464646;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  body:not(.desktop) #top_panel .top-menu.opened li {
    display: block;
    float: none;
    line-height: auto;
    border-left: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #fff;
  }
  body:not(.desktop) #top_panel .top-menu.opened li.first {
    border-top: none;
  }
  body:not(.desktop) #top_panel .top-menu.opened li a {
    display: block;
    padding: 10px;
  }
  body:not(.desktop) #footer {
    background: none;
    padding-bottom: 20px;
  }
  body:not(.desktop) #footer #foot {
    background: #0061ac;
    font-size: 100%;
    line-height: auto;
    margin: 0 10px;
    text-align: center;
    width: auto;
    height: auto;
  }
  body:not(.desktop) #footer #foot .copy {
    margin: 0;
    float: none;
  }
  body:not(.desktop) #footer #foot ul {
    width: auto;
    height: auto;
    float: none;
  }
  body:not(.desktop) #footer #foot ul li {
    float: none;
    display: inline-block;
    background: none;
    line-height: 30px;
    padding: 0;
  }
  body:not(.desktop) #footer #foot ul li a {
    padding: 4px 8px;
  }
  body:not(.desktop) #footer #foot .share {
    float: none;
  }
  body:not(.desktop) #footer #foot .share a {
    display: inline-block;
    float: none;
  }
  body:not(.desktop) #header #top_news {
    padding: 0;
    width: auto;
    margin: 0 5px;
    background: none;
    height: auto;
  }
  body:not(.desktop) #header #top_news #featured {
    background: none;
    float: none;
    width: auto;
    margin: 5px 0;
    height: auto;
  }
  body:not(.desktop) #header #top_news #featured .article-holder {
    background: #fff;
    position: relative;
    margin: 5px;
    width: auto;
    float: none;
    height: 300px;
    overflow: hidden;
  }
  body:not(.desktop) #header #top_news #featured .ui-tabs-panel {
    background: none;
    display: block !important;
    height: 310px !important;
    opacity: 1 !important;
    position: static !important;
    float: left;
    width: 50%;
  }
  body:not(.desktop) #header #top_news #featured .ui-tabs-panel .info {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
  }
  body:not(.desktop) #header #top_news #featured .ui-tabs-panel .info h2 {
    font-size: 110%;
  }
  body:not(.desktop) #header #top_news #featured ul {
    display: none;
  }
  body:not(.desktop) #header #top_news #featured .ui-tabs-hide {
    display: block;
  }
  body:not(.desktop) #header #top_news .shadow {
    display: none;
  }
  body:not(.desktop) #header #top_news .article-holder {
    width: 50%;
    float: left;
  }
  body:not(.desktop) #header #top_news .youth {
    width: auto;
    height: auto;
    float: none;
    padding-left: 14px;
    padding-right: 14px;
    background: #002847;
    margin: 0 5px 10px;
  }
  body:not(.desktop) #header #top_news .youth .red {
    float: right;
  }
  body:not(.desktop) #header #top_news .youth .ui-tabs-nav li a {
    overflow: hidden;
  }
  body:not(.desktop) #header #submenu {
    display: none;
  }
  body:not(.desktop) #header #logo {
    width: 170px;
    margin-left: -85px;
    top: -130px;
    left: 50%;
  }
  body:not(.desktop) #header #logo img {
    max-width: 100%;
  }
  body:not(.desktop) #header #score > div {
    left: auto;
    right: 0;
  }
  body:not(.desktop) #header #score > div.first_score {
    left: 0;
  }
  body:not(.desktop) #header #score > div .result_score,
  body:not(.desktop) #header #score > div .comming_match {
    margin: 0 auto;
  }
  body:not(.desktop) #header #score > div .online-tickets {
    margin: 0 5px;
  }
  body:not(.desktop) #header #menu .corner {
    display: none;
  }
  body:not(.desktop) #header #menu ul {
    display: table;
  }
  body:not(.desktop) #header #menu ul li {
    float: none;
    position: relative;
    display: table-cell;
  }
  body:not(.desktop) #header #menu ul li a {
    width: auto;
    padding: 0 20px;
  }
  body:not(.desktop) #header #menu ul li ul,
  body:not(.desktop) #header #menu ul li .subcategory {
    display: none;
  }
  body:not(.desktop) #header #menu ul li.last > ul.opened {
    left: auto;
    right: 5px;
  }
  body:not(.desktop) #header #menu ul li > ul.opened {
    z-index: 15;
    display: block;
    left: 5px;
    position: absolute;
    white-space: nowrap;
    height: auto;
    width: auto;
    top: 65px;
    background: #056ebe;
    box-shadow: 1px 2px 0px #fff;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    text-shadow: 1px 1px 0 #464646;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  body:not(.desktop) #header #menu ul li > ul.opened li {
    display: block;
    float: none;
    line-height: auto;
    border-left: none;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    border-top: 1px solid #fff;
  }
  body:not(.desktop) #header #menu ul li > ul.opened li.first {
    border-top: none;
  }
  body:not(.desktop) #header #menu ul li > ul.opened li a {
    display: block;
    padding: 10px;
    height: auto;
    width: auto;
    border: none;
    font-size: 100%;
    text-align: left;
  }
  body:not(.desktop) #header #menu ul li > ul.opened li ul {
    background: #a60514;
    display: none !important;
    height: auto;
  }
  body:not(.desktop) #header #menu ul li > ul.opened li ul.opened {
    display: block !important;
  }
  body:not(.desktop) #header #menu ul li > ul.opened li ul.opened a {
    padding: 4px 4px 4px 20px;
    font-size: 90%;
  }
  body:not(.desktop) #header #menu ul li > ul.opened li ul.opened .subcategory {
    display: none;
  }
  body:not(.desktop) #main .top-banner {
    margin-bottom: 120px;
  }
  body:not(.desktop) #main .top-banner:empty {
    margin-bottom: 0;
  }
  body:not(.desktop) #content {
    margin-right: 10px;
  }
  body:not(.desktop) #content.homepage {
    margin: 0 10px 10px;
    position: relative;
    background: #fff;
  }
  body:not(.desktop) #content #middle_column {
    float: left;
    width: 50%;
    margin: 0;
  }
  body:not(.desktop) #content #middle_column .box.triplebox {
    width: 100%;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .header {
    width: 100%;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .header ul li {
    height: 53px;
    width: 33.3%;
    background: #a30514 url('http://hctabor.loc/public/images/frontend/sprite.png') 0 -119px;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .header ul li.Hover,
  body:not(.desktop) #content #middle_column .box.triplebox .header ul li :hover {
    background: #7c000c;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content {
    position: static;
    background: #fff;
    height: auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.result table {
    margin: 0 auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.result table .team {
    width: auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content .result_score {
    width: auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content .result_score a {
    width: 245px;
    display: block;
    margin: 0 auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.calendar .ui-datepicker {
    width: auto;
    line-height: 26px;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.calendar table.times {
    background: none;
    width: 100%;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.calendar table.times .team {
    width: auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.calendar table.times td {
    border-bottom: 1px solid #ccc;
  }
  body:not(.desktop) #content #right_column {
    width: 50%;
    float: left;
  }
  body:not(.desktop) #content #right_column .bottom_shadow {
    display: none;
  }
  body:not(.desktop) #content #right_column .box {
    margin-bottom: 0;
    width: 100%;
  }
  body:not(.desktop) #content #right_column .box .header {
    width: auto;
    height: 53px;
    background: #0060ab;
  }
  body:not(.desktop) #content #right_column .box .header .corner {
    display: none;
  }
  body:not(.desktop) #content #right_column .box .content.actual {
    width: auto;
    background: #fff;
    height: auto;
    padding: 10px 0;
  }
  body:not(.desktop) #content #right_column .box .content.actual .blueButton {
    margin: 0 auto;
  }
  body:not(.desktop) #content #right_column .box .content.actual #scroll {
    width: auto;
    height: auto;
  }
  body:not(.desktop) #content #right_column .box .content.actual #scroll li {
    width: auto;
    margin: 0 20px 10px;
  }
  body:not(.desktop) #article,
  body:not(.desktop) #colorbox .feedbackContent {
    width: auto;
    float: none;
    background: #fff;
    margin: 10px 0 0 0;
    padding: 10px 15px;
  }
  body:not(.desktop) #article .orderForm td input[type=text],
  body:not(.desktop) #colorbox .feedbackContent .orderForm td input[type=text],
  body:not(.desktop) #article .orderForm td input[type=password],
  body:not(.desktop) #colorbox .feedbackContent .orderForm td input[type=password],
  body:not(.desktop) #article .orderForm td input[type=file],
  body:not(.desktop) #colorbox .feedbackContent .orderForm td input[type=file] {
    width: 260px;
  }
  body:not(.desktop) #footer > div {
    width: auto;
    padding: 0;
  }
  body:not(.desktop) #footer > div #fb {
    max-height: 480px;
  }
  body:not(.desktop) #footer > div #fb,
  body:not(.desktop) #footer > div #tree_links {
    width: 50%;
    margin: 0;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
  }
  body:not(.desktop) #footer > div #fb .content {
    height: auto;
    width: auto;
  }
  body:not(.desktop) #footer > div#photogallery {
    width: auto;
  }
  body:not(.desktop) #footer > div #partners {
    width: 50%;
    padding: 10px 0;
    margin: 0;
  }
  body:not(.desktop) #footer > div #partners table {
    width: 100%;
  }
  body:not(.desktop) #footer > div #partners table td {
    padding: 0 20px;
  }
  body:not(.desktop) #contentRight {
    float: none;
    width: auto;
  }
  body:not(.desktop) #contentRight .actuals {
    display: none;
  }
  body:not(.desktop) #contentRight .box-holder,
  body:not(.desktop) #contentRight .box {
    float: left;
    width: 49.5%;
    margin-right: 1%;
    background: #fcfefe;
  }
  body:not(.desktop) #contentRight .box-holder + .box,
  body:not(.desktop) #contentRight .box + .box {
    margin-right: 0;
  }
  body:not(.desktop) #contentRight .box-holder .header,
  body:not(.desktop) #contentRight .box .header,
  body:not(.desktop) #contentRight .box-holder .headerRed,
  body:not(.desktop) #contentRight .box .headerRed {
    background: #076ab7;
  }
  body:not(.desktop) #contentRight .box-holder {
    background: none;
  }
  body:not(.desktop) #contentRight .box-holder .box {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  body:not(.desktop) #survey {
    margin: 10px;
    float: none;
    width: auto;
  }
  body:not(.desktop) #survey .header {
    background: #a30514;
    width: auto;
  }
  body:not(.desktop) #survey .content {
    background: #fff;
    width: auto;
  }
}
@media (max-width: 920px) {
  body:not(.desktop) #footer > div #fb {
    max-height: 655px;
  }
}
@media (max-width: 799px) {
  body:not(.desktop) #control-panel {
    overflow: hidden;
  }
  body:not(.desktop) .hide-on-mobile {
    display: none !important;
  }
  body:not(.desktop) .show-on-mobile {
    display: block !important;
  }
  body:not(.desktop) #top_panel {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    background: none;
    z-index: 11;
  }
  body:not(.desktop) #top_panel .content {
    padding: 0;
    height: auto;
    margin: 0;
  }
  body:not(.desktop) #top_panel .content .headerbutton {
    position: absolute;
    top: 0;
    border-width: 0 0 1px 0;
    line-height: 16px;
    padding: 5px 0;
    width: 48.4%;
    margin: 0;
    left: 50.7%;
    text-align: center;
  }
  body:not(.desktop) #top_panel .content .headerbutton:hover {
    text-decoration: none;
  }
  body:not(.desktop) #top_panel .content .headerbutton .fa {
    display: block;
    font-size: 200%;
  }
  body:not(.desktop) #top_panel .content ul {
    display: none;
  }
  body:not(.desktop) #top_panel .content ul.right {
    display: block;
  }
  body:not(.desktop) #top_panel .content ul.right .login {
    left: 50%;
  }
  body:not(.desktop) #top_panel .content ul.right .registration {
    left: 75%;
  }
  body:not(.desktop) #top_panel .content .top-menu.opened {
    right: 5px;
    top: 65px;
  }
  body:not(.desktop) #header {
    z-index: 105;
  }
  body:not(.desktop) #header #top_news #featured {
    margin: 10px 5px;
    background: #fff;
  }
  body:not(.desktop) #header #top_news #featured .ui-tabs-panel {
    float: none;
    width: auto;
    height: auto;
  }
  body:not(.desktop) #header #top_news #featured .article-holder {
    margin: 0;
    height: 300px;
  }
  body:not(.desktop) #header #top_news .youth,
  body:not(.desktop) #header #top_news .article-holder {
    width: auto;
    height: auto;
    float: none;
  }
  body:not(.desktop) #header #logo {
    position: static;
    width: 46%;
    height: 120px;
    text-align: center;
    margin: 0 auto 80px;
  }
  body:not(.desktop) #header #logo img {
    max-height: 100%;
    max-width: 100%;
  }
  body:not(.desktop) #header #score {
    position: relative;
    z-index: 10;
    margin-top: 10px;
  }
  body:not(.desktop) #header #score .teamLogo {
    display: none;
  }
  body:not(.desktop) #header #score .first_score .result_score .matchInfo .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  body:not(.desktop) #header #score .first_score .result_score .matchInfo .matchScore {
    position: absolute;
    top: 48px;
    width: 100%;
    text-align: center;
  }
  body:not(.desktop) #header #score .first_score,
  body:not(.desktop) #header #score .second_score {
    left: 0;
    top: 0;
    width: 36%;
  }
  body:not(.desktop) #header #score .second_score {
    right: 0;
    text-align: center;
    left: auto;
  }
  body:not(.desktop) #header #score .second_score .online-tickets {
    padding: 4px 6px;
    line-height: 18px;
    margin: 5px 0;
  }
  body:not(.desktop) #header #score .result_score,
  body:not(.desktop) #header #score .comming_match {
    height: auto;
    width: auto;
  }
  body:not(.desktop) #header #score .result_score .matchInfo,
  body:not(.desktop) #header #score .comming_match .matchInfo {
    text-align: center;
    float: none;
    width: 100%;
  }
  body:not(.desktop) #header #score .result_score .matchInfo .teamShort,
  body:not(.desktop) #header #score .comming_match .matchInfo .teamShort {
    margin: 24px 0 4px;
  }
  body:not(.desktop) #header #score .result_score .matchInfo .teamShort,
  body:not(.desktop) #header #score .comming_match .matchInfo .teamShort,
  body:not(.desktop) #header #score .result_score .matchInfo .date,
  body:not(.desktop) #header #score .comming_match .matchInfo .date,
  body:not(.desktop) #header #score .result_score .matchInfo .time,
  body:not(.desktop) #header #score .comming_match .matchInfo .time,
  body:not(.desktop) #header #score .result_score .matchInfo span,
  body:not(.desktop) #header #score .comming_match .matchInfo span {
    float: none;
    width: auto;
    display: inline-block;
  }
  body:not(.desktop) #header #score .result_score .matchInfo .date,
  body:not(.desktop) #header #score .comming_match .matchInfo .date,
  body:not(.desktop) #header #score .result_score .matchInfo .time,
  body:not(.desktop) #header #score .comming_match .matchInfo .time {
    display: block;
    font-size: 16px;
    line-height: 18px;
  }
  body:not(.desktop) #header #score .result_score .matchInfo .time,
  body:not(.desktop) #header #score .comming_match .matchInfo .time {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  body:not(.desktop) #header #score .result_score .matchInfo .matchScore,
  body:not(.desktop) #header #score .comming_match .matchInfo .matchScore {
    left: 0;
    font-size: 35px;
    top: 3px;
    position: relative;
  }
  body:not(.desktop) #header #menuHolder {
    position: relative;
    z-index: 8;
  }
  body:not(.desktop) #header #menu {
    position: absolute;
    left: 0.7%;
    height: auto;
    right: 0;
    top: 135px;
    margin: 0;
  }
  body:not(.desktop) #header #menu .headerbutton {
    position: absolute;
    top: 0;
    border-width: 0 0 1px 0;
    line-height: 16px;
    padding: 5px 0;
    width: 48.4%;
    margin: 0;
    left: 50.7%;
    text-align: center;
    height: auto;
    font-size: 91%;
    left: 0;
  }
  body:not(.desktop) #header #menu .headerbutton:hover {
    text-decoration: none;
  }
  body:not(.desktop) #header #menu .headerbutton .fa {
    display: block;
    font-size: 200%;
  }
  body:not(.desktop) #header #menu > ul,
  body:not(.desktop) #header #menu .corner {
    display: none;
  }
  body:not(.desktop) #header #menu > ul.opened {
    display: block;
    left: 0;
    position: absolute;
    right: 10px;
    height: auto;
    width: auto;
    top: 65px;
    background: #056ebe;
    box-shadow: 1px 2px 0px #fff;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    text-shadow: 1px 1px 0 #464646;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  body:not(.desktop) #header #menu > ul.opened li {
    display: block;
    float: none;
    line-height: initial;
    border-left: none;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    border-top: 1px solid #fff;
  }
  body:not(.desktop) #header #menu > ul.opened li.first {
    border-top: none;
  }
  body:not(.desktop) #header #menu > ul.opened li a {
    display: block;
    padding: 10px;
    height: auto;
    width: auto;
    border: none;
    font-size: 100%;
    text-align: left;
  }
  body:not(.desktop) #header #menu > ul.opened li ul {
    position: static;
    background: #a60514;
    display: none !important;
    height: auto;
  }
  body:not(.desktop) #header #menu > ul.opened li ul.opened {
    display: block !important;
  }
  body:not(.desktop) #header #menu > ul.opened li ul.opened a {
    padding: 4px 4px 4px 20px;
    font-size: 90%;
  }
  body:not(.desktop) #header #menu > ul.opened li ul.opened .subcategory {
    display: none;
  }
  body:not(.desktop) #header #submenu {
    display: none;
  }
  body:not(.desktop) #header .topArticle {
    margin-top: 0;
  }
  body:not(.desktop) #article,
  body:not(.desktop) #colorbox .feedbackContent {
    margin: 0;
  }
  body:not(.desktop) #article .orderForm td input[type=text],
  body:not(.desktop) #colorbox .feedbackContent .orderForm td input[type=text],
  body:not(.desktop) #article .orderForm td input[type=password],
  body:not(.desktop) #colorbox .feedbackContent .orderForm td input[type=password],
  body:not(.desktop) #article .orderForm td input[type=file],
  body:not(.desktop) #colorbox .feedbackContent .orderForm td input[type=file] {
    width: 160px;
  }
  body:not(.desktop) #content {
    margin: 10px;
  }
  body:not(.desktop) #content .top_shadow,
  body:not(.desktop) #content .middle_shadow,
  body:not(.desktop) #content .bottom_shadow {
    display: none;
  }
  body:not(.desktop) #content #article ul,
  body:not(.desktop) #content #article ol {
    margin-left: 10px;
  }
  body:not(.desktop) #content #article .roster {
    margin-left: 0;
  }
  body:not(.desktop) #content #article .roster li {
    margin: 4px;
  }
  body:not(.desktop) #content #article .matches {
    margin: 0;
  }
  body:not(.desktop) #content #article .matches li {
    float: none;
    padding: 5px 0;
  }
  body:not(.desktop) #content #article .matches .teamLogo {
    display: none;
  }
  body:not(.desktop) #content #article .matches .matchInfo {
    float: none;
    margin: 0;
    height: auto;
    width: auto;
  }
  body:not(.desktop) #content #article .matches .matchInfo h1,
  body:not(.desktop) #content #article .matches .matchInfo h2 {
    line-height: 32px;
  }
  body:not(.desktop) #content #article table th,
  body:not(.desktop) #content #article table td {
    padding-left: 3px;
    padding-right: 3px;
  }
  body:not(.desktop) #content #article table td.center {
    white-space: nowrap;
  }
  body:not(.desktop) #content #article table th.avatar {
    display: none;
  }
  body:not(.desktop) #content #article .playerDetail img {
    float: none;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
  }
  body:not(.desktop) #content #article .playerDetail ul {
    background: #c7e5ed;
    float: none;
    width: auto;
    margin: 0;
  }
  body:not(.desktop) #content #article .playerDetail ul li {
    background: none;
    height: auto;
    padding-left: 0;
    padding-right: 10px;
  }
  body:not(.desktop) #content #article .playerDetail ul li .label,
  body:not(.desktop) #content #article .playerDetail ul li .value {
    width: auto;
  }
  body:not(.desktop) #content #article .photogallery {
    display: block;
  }
  body:not(.desktop) #content #article .photogallery tbody {
    display: block;
  }
  body:not(.desktop) #content #article .photogallery tr,
  body:not(.desktop) #content #article .photogallery td,
  body:not(.desktop) #content #article .photogallery th {
    border: none;
    height: auto;
    padding: 0;
    display: inline;
  }
  body:not(.desktop) #content #article .photogallery tr a,
  body:not(.desktop) #content #article .photogallery td a,
  body:not(.desktop) #content #article .photogallery th a {
    float: left;
    display: block;
    margin: 8px 3px;
    max-width: 100%;
  }
  body:not(.desktop) #content #article .photogallery tr a img,
  body:not(.desktop) #content #article .photogallery td a img,
  body:not(.desktop) #content #article .photogallery th a img {
    max-width: 100%;
    box-sizing: border-box;
  }
  body:not(.desktop) #content #article .articleList {
    margin: 0;
  }
  body:not(.desktop) #content #article .articleList li .image {
    width: auto;
    float: none;
    margin: 0;
    text-align: center;
  }
  body:not(.desktop) #content #article .articleList li .image img {
    max-width: 100%;
  }
  body:not(.desktop) #content #article .forum {
    margin: 0;
  }
  body:not(.desktop) #content #article .forum li .contributionContent .avatar {
    position: static;
  }
  body:not(.desktop) #content #article .forum li .contributionContent .contributionText {
    margin: 0;
  }
  body:not(.desktop) #content #article .forum li li {
    padding-left: 10px;
  }
  body:not(.desktop) #content #article .chatForm textarea {
    width: 100%;
    box-sizing: border-box;
  }
  body:not(.desktop) #content #article .chatForm .buttons {
    float: none;
  }
  body:not(.desktop) #content #article .chatForm .buttons input {
    float: none;
    margin: 0 auto 5px;
  }
  body:not(.desktop) #content #middle_column {
    float: none;
    width: 100%;
    margin: 0;
  }
  body:not(.desktop) #content #middle_column .box.triplebox {
    width: 100%;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .header {
    width: 100%;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .header ul li {
    height: 53px;
    width: 33.3%;
    background: #a30514 url('http://hctabor.loc/public/images/frontend/sprite.png') 0 -119px;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .header ul li.Hover,
  body:not(.desktop) #content #middle_column .box.triplebox .header ul li :hover {
    background: #7c000c;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content {
    background: #fff;
    height: auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.result table {
    margin: 0 auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.result table .team {
    width: auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content .result_score {
    width: auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content .result_score a {
    width: 245px;
    display: block;
    margin: 0 auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.calendar .ui-datepicker {
    width: auto;
    line-height: 26px;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.calendar table.times {
    background: none;
    width: 100%;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.calendar table.times .team {
    width: auto;
  }
  body:not(.desktop) #content #middle_column .box.triplebox .content.calendar table.times td {
    border-bottom: 1px solid #ccc;
  }
  body:not(.desktop) #content #right_column {
    width: 100%;
    float: none;
  }
  body:not(.desktop) #content #right_column .box {
    margin-bottom: 0;
    width: 100%;
  }
  body:not(.desktop) #content #right_column .box .header {
    width: auto;
    background: #0060ab;
  }
  body:not(.desktop) #content #right_column .box .header .corner {
    display: none;
  }
  body:not(.desktop) #content #right_column .box .content.actual {
    width: auto;
    background: #fff;
    height: auto;
    padding: 10px 0;
  }
  body:not(.desktop) #content #right_column .box .content.actual .blueButton {
    margin: 0 auto;
  }
  body:not(.desktop) #content #right_column .box .content.actual #scroll {
    width: auto;
    height: auto;
  }
  body:not(.desktop) #content #right_column .box .content.actual #scroll li {
    width: auto;
    margin: 0 20px 10px;
  }
  body:not(.desktop) #content #contentRight .box,
  body:not(.desktop) #content #contentRight .box-holder {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  body:not(.desktop) #footer > div #fb {
    width: auto;
    height: auto !important;
    float: none;
    max-height: 400px;
    background: none;
    margin: 0 0 10px;
  }
  body:not(.desktop) #footer > div #fb .content {
    height: auto !important;
    width: auto;
  }
  body:not(.desktop) #footer > div #fb .content .fb_iframe_widget {
    width: auto;
    text-align: center;
  }
  body:not(.desktop) #footer > div #tree_links {
    width: auto;
    float: none;
    height: auto;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 0;
  }
  body:not(.desktop) #footer > div #partners {
    width: auto;
    float: none;
    padding: 10px 20px;
    margin: 0 10px;
  }
  body:not(.desktop) #footer > div #partners table {
    display: block;
  }
  body:not(.desktop) #footer > div #partners table tr,
  body:not(.desktop) #footer > div #partners table td,
  body:not(.desktop) #footer > div #partners table tbody {
    display: block;
  }
  body:not(.desktop) #footer > div #partners table td {
    width: 50%;
    padding: 10px 0;
    float: left;
    text-align: center;
  }
  body:not(.desktop) #footer > div #partners table td img {
    max-width: 100%;
    max-height: 100%;
  }
  body:not(.desktop) #footer > div #partners table td.general,
  body:not(.desktop) #footer > div #partners table td.general2 {
    width: 100%;
  }
  body:not(.desktop) #footer > div #partners table .margin {
    padding: 0;
  }
  body:not(.desktop) .headerbutton {
    background: #056ebe url('/public/images/frontend/menu_back.png') repeat-x scroll 0 0;
    box-shadow: 2px 3px 0px #10446c;
    text-align: center;
    border-bottom: 1px solid #3c8bc8;
    color: #fff;
    padding: 5px;
    text-shadow: 1px 1px 0 #464646;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  body:not(.desktop) .headerbutton:hover {
    background: #074f85 url('/public/images/frontend/menu_back_hover.png') repeat-x scroll 0 0;
  }
}
@media (max-width: 350px) {
  body:not(.desktop) #top_news .youth a.photogallery_link,
  body:not(.desktop) #header #top_news .youth .red {
    float: none;
    margin: 5px auto;
  }
}
.show-on-mobile {
  display: none !important;
}
/*# sourceMappingURL=design.css.map */