@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext);
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}
body,td,th {
	font-family: "Open Sans", sans-serif;
}
p {
	text-align:justify;
}
h1 {
	line-height:1.4;
}
h2, .h2 {
	font-size:24px;
	color:#bda770;
	text-align:center;
}
h3, .h3 {
	font-size:20px;
}
.toptitle {
	background-color: rgba(206, 176, 79, 0.4);
	border-bottom: 1px solid #FED661;
}
.list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listitem {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.homehi .imghold {
	position:relative;
	display:block;
}
.homehi .imghold h2 {
	position: absolute;
	top: 33%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	height: 72px;
	font-size: 24px;
	vertical-align: middle;
	margin:0px;
	padding-top:10px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar-wrapper .navbar-inverse.menu {
	background-color:transparent;
	border-color:transparent;
}
.navbar-inverse.menu .navbar-nav > li > a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size:18px;
}
.navbar-inverse.menu .navbar-nav > li {
	background-image: url(../images/menu-dot.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:9px;
}
.navbar-inverse.menu .navbar-nav > li:first-child {
	background-image: none;
}
.navbar-inverse.menu .navbar-nav > li.active a {
	background-color:transparent;
	color:#ceae4f;
}
.homehi {
	margin-bottom:50px;
}
.novinky .novinka {
	border-radius:0px;
	border-style:none;
	color:#FFFFFF;
	position:relative;
}
.novinka.gray {
	background-color:#313131;
}
.novinky .new01 {
	background-image: url(../data/news/01.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height:239px;
	}
.novinky .new01 .caption h3 {
	 font-size: 45px;
    font-weight: 300;
    margin-top: 10px;
	line-height:1;
}
.novinka h3 {
	color:#6f6f6f;
}
.casinodata {
	background-color: #ceae4f;
	bottom: 15px;
	color: black;
	display: inline-block;
	font-size: 120%;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
	letter-spacing: -0.04em;
}
.casinodata strong {
	font-weight:700;
}
.new01.thumbnail .caption {
	border-right: 1px solid #ceae4f;
    height: 210px;
    margin-top: 10px;
    width: 60%;
}
footer {
	background-image: url(../images/back-footer.jpg);
	background-position: center 0%;
	background-repeat: repeat-y;
	height:144px;
}
footer .footmenu {
	background-color:#ceae4f;
	height:144px;
}
footer .footinfo {
	background-image: url(../images/footer-ctverec.png);
	background-position: right center;
	background-repeat: no-repeat;
	height:144px;
}
footer .footmenu .nav {
	margin-top:10px;
	margin-bottom:30px;
}
footer .footmenu a {
	color:#000000;
		padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right:15px;
}
footer .footmenu .nav a:hover {
	background-color: transparent;
	text-decoration: underline;	
}
footer .footmenu .nav .active a {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0px;

}
.nad01 {
	color:#ceae4f;
	font-size:21px;
}
.main .hd {
    font-weight: 300;
    letter-spacing: -0.04em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 40%;
}
.hd span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 200;
}
.main .hd span::after, 
.main .hd span::before {
    border-top: 1px solid #bda770;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 720px;
}
.main .hd span::after {
    right: 100%;
}
.main .hd span::before {
    left: 100%;
}
.text .lead {
	font-size:18px;
}
h3.news {
	color: #337ab7;
}
.tournlead {
	font-size:18px;
	margin-bottom:0px;
}

.obsah .breadcrumb {
	background-color: transparent;
	font-size: 12px;
	color:#5E5E5E;
}
.obsah .breadcrumb a {
	color: #6C6C6C;
	text-decoration: underline;
}
.obsah {
	margin-bottom:50px;
}

.text-left {
	text-align:left;
}
/*
.thumbnail {
	height:107px;
	background-color:#666;
    overflow:hidden;
	position:relative;

}

.thumbnail img {
	position:absolute;
	max-width:400%;
	min-width:107px;
	min-height:107px;
	display: block;
} 
*/


.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color:#666;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  height: auto;

  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
