/* CSS Document */
html, body, div, p, ul, li, table, img, tr, td, a, h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #141414;
	background-color: #ffffff;
	text-align: center;
	margin: 0 auto;
}
.hideDiv {
  display:none;
}
.tdDescription {
  color: darkred;
  font-size: 12px;
  padding-top: 3px;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
/* Clearfix */
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ' ';
}
.clearfix {min-height: 1px;}
.clearfix {display: inline-block;}
.clearfix {display: block;}

.centered {
	margin: 0 auto;
	top: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	max-width: 1200px;
	min-width: 1200px;
}
.centered-image {
	text-align:center;
	float:none;
	vertical-align:middle;
	display:table-cell;
	border:none;
}

h1 {
	color: #141414;
	font-size: 28px;
	line-height: 35px;
}
h2 {
	color: #141414;
	font-size: 25px;
	line-height: 30px;
	display: block;
	margin: 25px 0;
}
h3 {
	color: #141414;
	font-size: 20px;
	line-height: 21px;
}
h4 {
	color: #141414;
	font-size: 17px;
	line-height: 19px;
}
h5 {
	color: #141414;
	font-size: 16px;
	line-height: 18px;
}
h6 {
	color: #141414;
	font-size: 12px;
	line-height: 15px;
}

p {
	line-height: 20px;
}
a {
	color: #141414;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.red-button, .grey-button {
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 12px 30px;
	white-space: nowrap;
	display: inline-block;
	text-decoration: underline;
	font-weight: normal;
}
.red-button:hover, .grey-button:hover {
	text-decoration: none;
}
.red-button {
	background-color: #c62a28;
}
.grey-button {
	background-color: #8ca0a9;
}
.red-back, .grey-back {
	margin: 10px 0;
	background-color: #c62a28;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	padding: 12px 30px;
	display: inline-block;
}
.red-back {
	background-color: #c62a28;
}
.grey-back {
	background-color: #8ca0a9;
}
hr {
	border: 0;
	border-top: 4px dotted;
	width: 30%;
	margin: 30px auto;
	display: block;
}
table {
	border-collapse: collapse;
}
.first-table-clear > table {
	background: transparent !important;
	border: 0 !important;
}
.first-table-clear > table > tbody > tr > td {
	border: 0 !important;
	padding: 0 !important;
}
.table-noborder table {
	border: 0 !important;
}
.table-noborder table tr td {
	border: 0 !important;
}
input[type="button"] {
	padding: 15px;
	cursor: pointer;
	text-decoration: underline;
}
input[type="button"]:hover {
	text-decoration: none;
}
input[type="text"], input[type="password"] {
	padding: 5px 10px;
}
input[type="submit"], input[type="reset"] {
	padding: 12px;
	cursor: pointer;
	text-decoration: underline;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	text-decoration: none;
}
select {
	color: #151515;
	font-size: 13px;
	height: 36px;
	border: 1px solid #cbcdcb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 5px;
}
select option {
	padding: 5px 10px;	
}
textarea {
	padding: 5px 10px;
}
.double-eagle, .eagle, .birdie, .par, .bogey, .double-bogey, .worse {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  color: #ffffff;
}
.double-eagle {
  background-image: URL("../images/back-double-eagle.png");
}
.eagle {
  background-image: URL("../images/back-eagle.png");
}
.birdie {
  background-image: URL("../images/back-birdie.png");
}
.par {
  background-image: URL("../images/back-par.png");
}
.bogey {
  background-image: URL("../images/back-bogey.png");
}
.double-bogey {
  background-image: URL("../images/back-double-bogey.png");
}
.worse {
  background-image: URL("../images/back-worse.png");
}

.wrapper {
	height: auto !important;
	margin: 0 auto auto; /*nastavit vÄ‚Ĺ»Ă‚ĹĽĂ‚ËťÄ‚Ĺ»Ă‚ĹĽĂ‚Ëťku sekce, kterÄ‚Ĺ»Ă‚ĹĽĂ‚Ëť bude vÄ‚Ĺ»Ă‚ĹĽĂ‚Ëťdy dole*/
	min-height: 100%;
	min-width: 1200px;
	background-image: URL("../images/back-main.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.push {
	/*height: 467px; */
}

.top {
	position: relative;
	top: 0;
}
.top-in {
	width: 100%;
	z-index: 8000;
	position: relative;
}
.name-social {
	width: 100%;
	background-color: #ffffff;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 211px;
	height: 143px;
	border: 1px solid #b7ccdc;
	border-top: 0;
	border-bottom: 3px solid #b7ccdc;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
	z-index: 8000;
}
.logo .centered-image {
	width: 211px;
	height: 143px;
}
.logo img {
	max-width: 100%;
	max-height: 100%;
}
.logo p {
	font-size: 30px;
	line-height: 30px;
}
.name {
	margin-left: 213px;
	text-align: left;
	padding: 20px;
	float: left;
}
.name span {
	font-size: 22px;
}
.social {
	float: right;
	padding: 10px 14px;
	display: table;
}
.social-links {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}
.social-links a {
	font-size: 14px;
	font-weight: 500;
	padding: 0 5px;
}
.social-images {
	display: table-cell;
	padding: 4px 10px;
	border-left: 1px solid #e4e4e4;
	vertical-align: middle;
}
.social-images a{
	padding: 0 5px;
	display: inline-block;
	opacity: 0.6;
}
.social-images a:hover{
	opacity: 1;
}
.menu-small {
	display: none;
	width: 100%;
	padding: 20px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.menu {
	width: 100%;
	background-color: #eef1f3;
	border-top: 1px solid #b7ccdc;
}
.menu-in {
	text-align: left;
	margin-left: 213px;
}
.menu-in ul {
	list-style-type: none;
}
.menu-in ul li {
	float: left;
	border-right: 1px solid #b7ccdc;
	position: relative;
}
.menu-in ul li a {
	padding: 20px 27px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
}
.menu-in ul li a:hover, .menu-in ul li a.active {
	background-color: #12568a;
	color: #ffffff;
	text-decoration: none;
}
.menu-in ul li ul{
	display: none;
	background-color: #eef1f3;
	position: absolute;
}
.menu-in ul li ul li{
	border-right: 0px;
	border-bottom: 1px solid #b7ccdc;
	display: block;
	width: 100%;
}
.menu-in ul li ul li a {
	white-space: nowrap;
}
.menu-in ul li:hover ul{
	display: block;
}
.bx-wrapper {
	z-index: 0;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	top: -80px;
	margin-bottom: 0;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	background-position: 0 0;
	background-repeat: no-repeat;
	opacity: 0.8;
}
.bx-wrapper .bx-prev {
	background-image: URL("../images/arrow-left.png");
	left: 30px;
}
.bx-wrapper .bx-next {
	background-image: URL("../images/arrow-right.png");
	right: 30px;
}
.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover {
	background-position: 0 0;
	opacity: 1;
}
.bx-viewport {
	height: 527px;
}
.top .bx-wrapper {
	margin-bottom: -80px;
}
.slider-main img {
	display: inline-block;
}
.slider-main-in {
	position: absolute;
	top: 155px;
	width: 100%;
}
.slider-main-text {
	color: #ffffff;
	margin: 0 auto;
	max-width: 1200px;
}
.slider-text-in {
	background-image: url("../images/back-shadow.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	text-align: center;
	width: 60%;
}
.slider-text-in span {
	font-size: 75px;
	font-weight: bold;
	display: block;
}
.slider-text-in p { 
	font-size: 33px;
	font-weight: bold;
	display: block;
	line-height: 30px;
}
.after-menu {
	min-height: 50px;
	height: 100%;
	background-color: #DFDFDF;
}
.after-menu img {
	width: 100%;
}

.content {
	width: 100%;
	border-bottom:2px solid #d7d7d7;
	position: relative;
}
.content a {
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content table{
	margin: 10px auto 0;
	background-color: #ffffff;
	text-align: left;
	border:1px solid #cbcdcb;
}
.content table tr th{
	background-color: #8ca0a9;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 35px;
}
.content table tr th h3{
	color: #ffffff;
}
.content table tr td{
	border-bottom:1px solid #cbcdcb;
	border-top:1px solid #cbcdcb;
	padding: 16px 25px;
}
.content table tr td.nth-child{
	background-color: #
}

.content img{
	max-width: 100%;
}
.content-in {
	padding: 40px 15px;
	position: relative;
}
.content-in ul {
	margin: 0 15px;
}
.content-in ul li {
    padding: 3px 10px;
}
.content-in h1 {
	display: table;
	padding: 43px 100px;
	background-image: URL("../images/back-nadpis.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: -90px auto 0;
}
.info-club-text {
	width: 80%;
	margin: 0 auto;
}
.info-club-prog-actu {
	padding: 10px 25px 20px;
}
.program, .news {
	float: left;
	width: 45%;
	margin: 19px;
	text-align: left;
}
.program h2, .news h2 {
	text-align: left;
}
.program table, .news table {
	width: 100%;
	border: 0;
}
.program table tr td {
	border: 1px solid #cbcdcb;
	padding: 10px 15px;
}
.program table tr td p{
	font-weight: normal;
}
.program table tr td:first-child, .news table tr td:first-child {
	width: 25%;
} 
.program table tr td:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
} 
.program table tr td:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.program table tr td.tour-name {
	border-left: 3px solid #c62a28;
	text-align: left;
}
.news table tr td {
	text-align: left;
	padding: 14px;
	border: 0;
	border-bottom: 10px solid #ffffff;
}
.news table tr td span {
	margin-bottom: 3px;
	display: block;
	font-size: 16px;
}
.news table tr td p {
	font-weight: normal;
}
.news table tr td p a{
	color: #c62a28;
	font-weight: 500;
}
.news table tr td.news-name {
	border-left: 3px solid #c62a28;
}
.news table tr td:first-child {
	vertical-align: top;
	padding-left: 0;
}
.results {
	width: 100%;
}
.result-cup {
	float: left;
	width: 354px;
	padding: 45px;
}
.result-text {
	float: left;
	width: 700px;
	margin-left: 20px;
	text-align: left;
}
#result-table {
	margin: 20px 0;
	display: block;
	border: 0;
	text-align: center;
}
#result-table ul {
	text-align: left;
	background-color: #12568a;
	border: 0;
	padding: 5px 5px 0 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#result-table ul li {
	display: inline-block;
	background-color: #12568a;
	border: 0;
	font-size: 16px;
}
#result-table ul li a {
	padding: 15px 23px;
	display: inline-block;
	color: #ffffff;
}
#result-table ul li.ui-state-active {
	background-color: #ffffff;
}
#result-table ul li.ui-state-active a:link {
	color: #141414;
}
.no-border {
	border: 0 !important;
}
.table-legend {
  background-color: #084471;
  color: #ffffff;
  text-align: left;
  padding: 15px;
}
.legend-name {
  display: inline-block;
  padding: 0 15px;
}
.legend-item {
  display: inline-block;
  padding: 5px 15px;
  
}
.legend-item img{
  margin: 0 10px;
  vertical-align: middle;
}
#result-table table{
	width: 100%;
	margin-top: 10px;
}
#result-table table tr td{
	border:1px solid #cbcdcb;
	padding: 16px;
	font-size: 14px;
}
.result-text > a, .program > a {
	background-color: #c62a28;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 12px 30px;
	white-space: nowrap;
}
.program > a {
	margin: 8px 0 0;
	display: inline-block;
}

#result-detail-table {
	margin: 20px 0;
	display: block;
	border: 0;
	text-align: center;
	background: none;
}
.result-detail-ul {
	border-bottom: 1px solid #12568a;
}
#result-detail-table ul {
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	background-color: #12568a;
	border: 0;
	padding: 5px 5px 0 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#result-detail-table ul li {
	display: inline-block;
	background-color: #12568a;
	padding: 5px;
	padding-bottom: 0;
	border: 0;
	font-size: 16px;
	border-bottom: 1px solid #e8ecee;
	margin-bottom: -1px;
}
#result-detail-table ul li a {
	padding: 15px 23px;
	display: inline-block;
	color: #ffffff;
}
#result-detail-table ul li.ui-state-active {
	background-color: #e8ecee;
}
#result-detail-table ul li.ui-state-active a:link {
	color: #141414;
}
#result-detail-table table{
	width: 100%;
	margin: 10px auto 0;
	background-color: #ffffff;
	text-align: left;
}
#result-detail-table table tr th{
	background-color: #12568a;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 35px;
	border-left:1px solid #cbcdcb;
	border-right:1px solid #cbcdcb;
}
#result-detail-table table tr th.results-th {
	background-color: #90b823;  
}
#result-detail-table table tr td{
	border-bottom:1px solid #cbcdcb;
	border-top:1px solid #cbcdcb;
	border-left:1px solid #cbcdcb;
	border-right:1px solid #cbcdcb;
	padding: 16px 25px;
	font-size: 14px;
}
#result-detail-table table tr td.results-td {
	background-color: #e8ecee;  
}
#result-detail-table table tr td:last-child{
	width: 80px;
}
#result-detail-table table.rwd-table {
  margin: 0 auto 0;
}
#result-detail-table table.rwd-table tr th {
  padding: 15px 15px;
}
#result-detail-table table.rwd-table tr td {
  padding: 15px 15px;
}
#result-detail-table table.rwd-table tr td p {
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 1199px) { 
  #result-detail-table table.rwd-table tr th {
    padding: 5px 5px;
  }
  #result-detail-table table.rwd-table tr td {
    padding: 5px 5px;
  }
}

@media screen and (max-width: 800px) {
  table.rwd-table tr th, table.rw-table tr td {
    display: block;
  }
  table.rwd-table tr th {
        display: none; 
      }
  table.rwd-table tr td {
        display: block;
      }
  table.rwd-table tr td:first-child {
        background-color: #12568a;
        color: #ffffff; 
      }
  table.rwd-table tr td:before {
        content: attr(data-th);
        display: inline-block;
        width: 110px;
      }
}
.results-detail input[type="button"] {
	background-color: #c62a28;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 12px 30px;
}
#result-detail-table .ui-widget-content {
	background: none;
}
.result-filter {
	background-color: #e8ecee;
}
.result-filter-left {
	float: left;
}
.result-filter-right {
	float: right;
}
.result-filter-item {
	display: inline-block;
	padding: 20px;
}
.result-filter-item span {
	font-size: 13px;
	color: #151515;
	font-weight: bold;
	margin: 0 5px;
}
#tourn-detail-in {
	position: fixed;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 20px;
	display: none;
	z-index: 9999;
}
#tourn-detail-in .close {
	position: absolute;
	top: -10px;
	right: -10px;
}
#tourn-detail-in h2{
	text-align: left;
}
#tourn-detail-in table {
	border: 1px solid #b1c8d3;
}
#tourn-detail-in table tr th{
	padding: 10px 20px;
	border-bottom: 1px solid #b1c8d3;
	background-color: #8ca0a9;
	color: #ffffff;
}
#tourn-detail-in table tr th:first-child {
	border-right: 1px solid #b1c8d3;
}
#tourn-detail-in table tr td{
	border: 0;
	padding: 0;
	border-bottom: 1px solid #b1c8d3;
}
#tourn-detail-in table tr td span.red, #tourn-detail-in table tr td span.pink{
	display: block;
	padding: 10px 20px;
}
#tourn-detail-in table tr td span.pink{
	background-color: #ffb5b5;
}
#tourn-detail-in table tr td span.red{
	background-color: #dc0000;
	color: #ffffff;
}

@media screen and (max-width: 1199px) {
  #tourn-detail-in {
  	position: absolute;
    top: 0 !important;
  	margin: 0 auto;
  	background-color: #ffffff;
  	padding: 20px;
  	display: none;
  	z-index: 9999;
  }
  #tourn-detail-in table {
    width: 100%;
  } 
  #tourn-detail-in table tr th {
    padding: 5px 5px;
  }
  #tourn-detail-in table tr td {
    padding: 5px 5px;
  }
  #tourn-detail-in table tr td span, #tourn-detail-in table tr td span {
    padding: 3px !important;
    display: inline !important;
  }
}

@media screen and (max-width: 800px) {
  #tourn-detail-in table tr th, #tourn-detail-in table tr td {
    display: block;
  }
  #tourn-detail-in table tr th {
        display: none; 
      }
  #tourn-detail-in table tr td {
        display: block;
      }
  #tourn-detail-in table tr td:first-child {
        background-color: #12568a;
        color: #ffffff; 
      }
  #tourn-detail-in table tr td:before {
        content: attr(data-th);
        display: inline-block;
        width: 110px;
      }
}
.mask {
	background-color: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9000;
}
.player-filter {
  position: relative;
}
.player-filter .left {
  float: left;
}
.player-filter .right {
  float: right;
  margin-top: 8px;
}
.image-list {
  background-image: url("../images/obr-vypis.png");
  background-repeat: no-repeat;
  background-position: center 0;
  width: 35px;
  height: 24px;
  display: inline-block;
  margin: 0 5px;
}
.image-list:hover, .image-list.active {
  background-position: center -24px;
}
.table-list {
  background-image: url("../images/tab-vypis.png");
  background-repeat: no-repeat;
  background-position: center 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 5px; 
}
.table-list:hover, .table-list.active {
  background-position: center -24px;
}
.team-player {
  border-top: 1px solid #12568a;
  margin-top: 30px;
}
.team-top {
  background-color: #12568a;
  padding: 10px 20px;
  color: #ffffff;
}
.team-top .left {
  float: left;
}
.team-top .left p {
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
}
.team-top .left p span {
  font-weight: normal;
  margin : 0 5px;
  color: #bfd4e4;
}
.team-top .right {
  float: right;
  padding: 10px;
}
.team-top .right p {
  display: inline-block;
  margin : 0 5px;
}
.team-top .right p span {
  font-weight: normal;
  margin : 0 5px;
  color: #bfd4e4;
}
.team-content {
  width: 100%;
}
.team-item {
  width: 200px;
  display: inline-block;
  margin: 20px 15px;
  vertical-align: top;
  position: relative;
}
.player-image {
  vertical-align: middle;
  text-align: center;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.player-image .centered-image {
  width: 160px;
  height: 160px;
}
.player-image .centered-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d7d8d7;
}
/*.up-avatar {
	background-image: URL("../images/up-avatar.png");
	background-repeat: no-repeat;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
}*/
.player-state {
  margin: 10px 0;
}
.player-name span {
  font-weight: bold;
  font-size: 18px;
}
.player-year {
  font-size: 14px;
  margin: 5px 0;
}
.player-info {
  margin: 5px 0;
}
.player-info span {
  display: inline-block;
  text-align: center;
  margin: 5px;
}
.player-info span img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.player-detail {
  margin: 25px 0 10px;
}
.team-player-table {
  margin-top: 30px;
}
.team-player-table .team-top {
  background-color: ##12568a;
  color: #ffffff;
}
.team-player-table table {
  width: 100%;
  margin: 0
}
.team-player-table table img {
  vertical-align: middle;
  margin: 0 10px;
}
.team-player-table table tr th {
  background-color: #12568a;
  border: 1px solid #b1c8d3;
}
.team-player-table table tr td {
  position: relative;
  border: 1px solid #b1c8d3;
}
.team-player-table table tr td img.player-avatar-small{
	width: 36px;
	height: 35px;
	display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d7d8d7;
}/*
.team-player-table table tr td .up-avatar-small{
	background-image: url("../images/up-avatar-small.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 35px;
	margin: 15px 10px;
	position: absolute;
	top: 0;
	width: 36px;
}*/

@media screen and (max-width: 800px) {
  .team-player-table table tr th, .team-player-table table tr td {
    display: block;
  }
  .team-player-table table tr th {
        display: none; 
      }
  .team-player-table table tr td {
        display: block;
      }
  .team-player-table table tr td:first-child {
        background-color: #12568a;
        color: #ffffff;
				text-align: center; 
      }
  .team-player-table table tr td:before {
        content: attr(data-th);
        display: inline-block;
        width: 110px;
      }
}

@media screen and (max-width: 480px) {
	.team-top .right p.cara {
		display: none;
	}
}

.facts-info {
	width: 100%;
	padding: 30px 0;
}
.facts-info table {
	width: 33%;
	display: inline-block;
	text-align: left;
	background: transparent;
	border: 0;
}
.facts-info table tr td {
	padding: 5px 10px;
	border: 0;
}
.facts-info table tr:first-child td:first-child {
	padding: 5px 30px;
}
.facts-info table tr td p{
	font-size: 22px;
}
.facts-info table tr td span{
	font-size: 65px;
	line-height: 55px;
	color: #12568a;
}

.news-details {
	width: 80%;
	margin: 0 auto;
}
.news-details img {
	margin: 30px 0;
	padding: 13px;
	border: 1px solid #ccd5dc;
}
.news-details > a {
	background-color: #8ca0a9;
	border: 0;
	padding: 10px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap;
}
.next-news {
	width: 90%;
	margin: 0 auto;
}
.next-news-item {
	width: 100%;
	border: 1px solid #b7ccdc;
	padding: 5px;
	margin: 6px 0;
	position:relative;
	background-color: #ffffff;
}
.next-news-item .left{
	width: 324px;
	height: 213px;
	float: left;
}
.next-news-item .left .centered-image{
	width: 324px;
	height: 213px;
}
.next-news-item .right {
	width:660px;
	float: left;
	padding: 15px 0 40px 0;
	text-align: left;
	margin-left: 25px;
	min-height: 158px;
}
.next-news-item .right h3 {
	font-size: 16px;
}
.next-news-item .right span {
	background-image: URL("../images/date.png");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 25px;
	display: block;
	font-weight: 500;
}
.next-news-item .right p {
	padding: 15px 0;
}
.next-news-item .right > a {
	position: absolute;
	bottom: 15px;
	background-color: #c62a28;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 12px 30px;
	white-space: nowrap;
}
.next-news-page {
	margin: 30px 0;
}
.next-news-page > a {
	background-color: #8ca0a9;
	border: 0;
	padding: 10px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #ffffff;
}
.gallery-list {
	width: 95%;
	margin: 0 auto;
}
.gallery-item {
	display: inline-block;
	margin: 10px 0;
}
.gallery-item a img {
	display: block;
	border: 1px solid #d8dfe4;
	background-color: #ffffff;
	padding: 3px;
}
.gallery-item a span {
	display: block;
	font-size: 16px;
	margin: 10px 0;
}
.next-gallery-page > a {
	background-color: #8ca0a9;
	border: 0;
	padding: 10px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #ffffff;
}
.contacts-item {
	float: left;
	background-repeat: no-repeat;
	background-position: left 30px;
	width: 35%;
	margin: 10px;
	text-align: left;
	padding-left: 130px;
	min-height: 150px;
}
.contacts-item a{
	color: #ea0609;
}
.contacts-item.address {
	background-image: URL("../images/map.png");
}
.contacts-item.quick-contact {
	background-image: URL("../images/quick-contact.png");
}
.map-style {
	width: 100%;
	height: 555px;
	border: 0;
}
.contact-form {
	position: absolute;
	width: 365px;
	padding: 37px 24px;
	top: 70px;
	left: -700px;
	right: 0;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #e4ddd0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	text-align: left;
}
.contact-form h2 {
	text-transform: uppercase;
}
.contact-form table {
	width: 100%;
	border: 0;
}
.contact-form table tr td {
	width: 50%;
	border: 0;
	padding: 0;
}
.contact-form input[type="text"] {
	width: 156px;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;
	margin: 7px 0;
	padding: 10px;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
.contact-form textarea {
	width: 339px;
	height: 118px;
	max-height: 118px;
	max-width: 339px;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
.contact-form input[type="button"] {
	background-color: #c62a28;
	text-transform: uppercase;
	color: #ffffff;
	padding: 15px 30px;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px 0;
}

.slider-image {
	width: 100%;
	background-image: URL("../images/back-gallery.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 58px 0;
}
.slider-image li {
	border: 1px solid #ffffff;
}
.slider-image .bx-wrapper {
	top: 0;
	margin: 0 auto;
	background-color: transparent;
}
.slider-image .bx-wrapper .bx-prev {
	left: -40px;
}
.slider-image .bx-wrapper .bx-next {
	right: -50px;
}





.footer {
	/*height: 467px;*/
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	min-width: 1200px;
}
.partners {
	min-height: 139px;
	border-bottom:2px solid #d7d7d7;
	width: 100%;
}
.partners-in {
	text-align: center;
	min-height: 139px;
	line-height: 139px;
	width: 100%;
}
.partners-in span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	font-size: 22px;
}
.partners-in a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	opacity: 0.8;
	-webkit-filter: grayscale(100%) brightness(100%);
	filter: grayscale(100%) brightness(100%); 
}
.partners-in a:hover {
	filter: none;
	opacity: 1;
}
.main-categories {
	width: 100%;
	background-color: #f1f3f4;
	min-height: 261px;
}
.main-categories-in {
	display: table;
	height: 261px;
	width: 100%;
	text-align: left;
}
.categories, .major-links, .main-part {
	float: left;
	display: table-cell;
	width: 390px;
}
.categories {
	margin-left: 18px;
}
.categories span, .major-links span, .main-part span {
	font-size: 20px;
	padding: 35px 0 25px 15px;
	display: block;
}
.categories ul, .major-links ul, .main-part ul {
	list-style-image: URL("../images/arrow-list.png");
	padding-left: 25px;
	margin: 0;
}
.categories ul li, .major-links ul li, .main-part ul li {
	float: left;
	width: 160px;
	margin: 5px 10px 5px 0;
	padding: 0;
}
.categories ul li a, .major-links ul li a, .main-part ul li a {
	font-size: 14px;
}
.main-part {
	height: 100%;
	margin-top: 60px;
}
.main-part a{
	margin: 10px 20px;
	vertical-align: middle;
	display: inline-block;
}
.copyright {
	width: 100%;
	min-height: 65px;
}
.copyright-in {
	padding: 0 25px;
	font-size: 14px;
}
.copy {
	float: left;
}
.made {
	float: right;
}
.copy p, .made p {
	line-height: 65px;
}
.hole-item {
	float: left;
	height: 210px;
	text-align: center;
	width: 215px;
}

.reg-form {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #cbcdcb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.reg-form h2 {
	display: block;
	text-align: center;
	background-color: #e8ecee;
	margin: 0;
	line-height: 60px;
	font-size: 22px;
	font-weight: 500;
}
.reg-form input[type="text"], .reg-form input[type="password"], .reg-form select, .reg-form textarea {
	border: 1px solid #cbcdcb;
	padding: 8px 10px;
	width: 90%;
}
.reg-form select {
	width: 99%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
}
.reg-form input[type="text"]#OO_LoginName {
	max-width: 230px;
	width: 90%;
}
.reg-form input[type="password"]#OO_Password {
	width: 150px;
}
table.form {
	border: 0;
	border-top:1px solid #cbcdcb;
	border-bottom:1px solid #cbcdcb;
	width: 100%;
	margin: 0;
}
table.form tr td {
	border: 0;
	padding: 10px;
}
.form-buttons {
	background-color: #e8ecee;
	padding: 10px 0;
}
table.no-block tr td {
	padding: 10px;
}

@media screen and (max-width: 1200px) {
	.centered {
		max-width: 1199;
		min-width: 0;
	}
	.wrapper {
		max-width: 1199px;
		min-width: 0;
	}
	.menu-small {
		display: block;
		border-bottom: 1px solid #b7ccdc;
	}
	.menu-in {
		display: none;
		margin: 0;
		position: absolute;
		width: 100%;
		background-color: #eef1f3;
	}
	.menu-in ul li ul{
		display: block;
		position: relative;
		background-color: #cfcfcf;
	}
	.menu-in ul li ul li a{
		font-size: 12px
		background-color: #
	}
	.menu-in {
		text-align: center;
	}
	.menu-in ul li {
		float: none;
		border-right: 0;
	}
	.menu-in ul li a{
		border-bottom: 1px solid #b7ccdc;
	}
	.bx-wrapper {
		top: 0;
	} 
	.slider-main-in {
		top: 20px;
	} 
	.slider-text-in {
		margin: 0 auto 0 230px;
		width: 80%;
	}
	.slider-text-in span {
		font-size: 60px;
	}
	.program, .news {
		float: none;
		width: 100%;
	}
	.result-cup {
		float: none;
		width: 90%;
		padding: 45px 0;
		margin: 0 auto;
	}
	.result-cup img {
		max-width: 100%;
	}
	.result-text {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.home-page .content-in h1 {
		margin: -5px auto 0;
	}
	.main-part {
		margin-bottom: 60px;
	}
	.facts-info table {
		width: auto;
	}
	.partners-in {
		text-align: center;
		height: auto;
		line-height: 85px;
		width: 100%;
	}
	.partners-in span {
		display: block;
		vertical-align: middle;
		padding: 0 0;
		font-size: 22px;
		width: 100%;
	}
	.partners-in a {
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px;
		opacity: 0.4; 
	}
	.categories, .major-links, .main-part {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.categories .in, .major-links .in, .main-part .in {
		text-align: center;
		width: auto;
		display: inline-block;
		margin: 0 auto;
	}
	.categories {
		margin-left: 0;
	}
	.categories span, .major-links span, .main-part span {
		padding: 35px 0 25px 0;
	}
	.slider-image .bx-wrapper .bx-controls-direction a {
		margin-top: -35px;
	}
	.next-news-item .right {
		width:500px;
	}
	.footer {
		max-width: 1199px;
		min-width: 0;
	}
}

@media screen and (max-width: 1100px) {
	.contacts {
		text-align: center;
	}
	.contacts-item {
		float: none;
		width: 300px;
		margin: 0 auto;
	}
	.contact-form {
		position: relative;
		width: 100%;
		padding: 0;
		top: 0px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-color: #ffffff;
		border: 1px solid #e4ddd0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px; 
		text-align: center;
	}
	.contact-form input[type="text"] {
		width: 90%;
	}
	.contact-form textarea {
		width: 90%;
		max-width: 1100px;
	}
}

@media screen and (max-width: 1000px) { 
	.next-news-item .left {
		display: none;
	}
	.next-news-item .right {
		width: 80%;
	}
	#tourn-detail-in{
		position: absolute;
	}
	#message_holder #error .top {background: #c10e08 !important; color: #fff !important; background-image: none;}
	#message_holder #error .top td, #message_holder #valid .top td {display: block; width: auto;}
	#message_holder #error .bottom {display: none !important;}
	#message_holder #valid .top {background: #fff !important;}
	#message_holder .top .close {top: -20px !important; left: 5px !important;} 
	#message_holder #error .img {display: none;}
}

@media screen and (max-width: 800px) { 
	table tr th{
		font-size: 12px !important;
		padding: 16px 10px !important;
	} 
	table tr td{
		font-size: 12px !important;
		padding: 16px 8px !important;
	}
	.first-table-clear > table > tbody > tr > td {
		display: block;
		width: 100% !important;
	}
	#result-detail-table table tr td:first-child {
		width: auto;
	}
	#result-detail-table table tr td:last-child {
		width: auto;
	}
	.logo {
		position: relative;
		margin: 0 auto;
	}
	.name {
		float: none;
		margin: 0;
		text-align: center;
	}
	.social {
		display: inline-block;
		float: none;
	}
	.top .bx-wrapper {
		margin-bottom: 0;
	}
	.bx-viewport {
		padding-bottom: 50px;
	}
	.bx-wrapper .bx-controls-direction a {
		margin-top: -95px;
	}
	.slider-main-in {
		position: relative;
	}
	.slider-text-in {
		margin: 0 auto;
		width: 80%;
		background: none;
		color: #141414;
		text-align: center;
	}
	.slider-text-in span {
		font-size: 35px;
	}
	.slider-text-in p {
		font-size: 20px;
	}
	.info-club-text h1 {
		background-image: none;
	}
	.copy, .made {
		float: none;
		text-align: center;
	}
	.copy p, .made p {
		line-height: 30px;
	}
	.player-filter {
	  position: relative;
	}
	.player-filter .left {
	  float: none;
	  display: block;
	}
	.player-filter .right {
	  float: none;
	  display: block;
	  margin-top: 20px;
	}
	.player-filter select {
	  margin : 0 10px 20px;
	}
	.team-top .left {
	  float: none;
	  display: block;
	}
	.team-top .left p {
	  font-weight: bold;
	  font-size: 20px;
	  padding: 10px;
	}
	.team-top .left p span {
	  font-weight: normal;
	  margin : 0 5px;
	}
	.team-top .right {
	  float: none;
	  display: block;
	}
	.team-top .right p {
	  display: inline-block;
	  margin : 0 5px;
	}
	.team-top .right p span {
	  font-weight: normal;
	  margin : 0 5px;
	}
	.reg-form {
		width: 100%;
	}
	table.form {
		width: 100%;
		text-align:center;
	}
	table.form tr td {
		display: block;
		text-align:center;
		width: 100%;
		padding: 5px 0 !important;
		font-size: 14px !important;
	}
	table.no-block {
		width: auto;
	}
	table.no-block tr td {
		display: table-cell;
		width: auto;
	}
}

@media screen and (max-width: 500px) {
	.reg-form input[type="text"], .reg-form input[type="password"], .reg-form select, .reg-form textarea {
		font-size: 12px;
	}
	.contacts-item {
		width: auto;
	}
	.content-in h1 {
		padding: 43px 65px;
	}
	.partners-in a {
		margin: 10px 0;
	}
	.result-filter-item {
		display: inline-block;
		padding: 10px;
	}
	.result-filter-right {
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.team-top .right p.cara {
	  display: none;
	}
}

@media screen and (max-width: 400px) {
	body {
		font-size: 12px;
	}
	.categories .in, .major-links .in, .main-part .in {
		text-align: left;
	}
	.categories ul, .major-links ul, .main-part ul {
		text-align: center;
	}
	.categories ul li, .major-links ul li, .main-part ul li {
		float: none;
	}
	.change-detail {
		background-color: #ffffff !important;
		background-image: url("../images/icons/icon-detail.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 23px 23px;
		display: block;
		height: 23px;
		padding: 0;
		text-indent: -9999px;
		width: 23px;
	}
	.change-detail span {
		 visibility: hidden;
	}
	table.no-block {
		width: 100%;
	}
	table.no-block tr td {
		display: block;
		width: 90%;
	}
}
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    padding: 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0 none;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}


.black-logo {
   opacity: 0.8;
   -webkit-filter: grayscale(100%) brightness(100%);
   filter: grayscale(100%) brightness(100%);
}