
section {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}



/* Horizontal menu / list */
.horizontal-list {
    display: inline-block;
    list-style: none;
}

.horizontal-list li {
    display: inline-block;
    float: left;
}

.horizontal-list li a {
    display: inline-block;
}
	
/* Main block */
main {
	display: block;
	float: left;
	min-height: 300px;
	width: 740px;
}

aside {
    display: block;
    float: right;
    width: 240px;
}
/*Slide show*/
#slide-show-content {
    background: #0b0b0b url("../img/slide-show.jpg") no-repeat 50% top;
    height: 304px;
    overflow: hidden;
	padding-bottom: 0px;
}

#slide-show-content article {
    overflow: visible;
}

#slides {
    height: 330px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    width: 1000px;
    z-index: 1;
}

.slidesjs-container {
    text-align: center;
overflow: hidden;
    position: relative;
    width: 730px;
    height: 385.278px;
}

.slidesjs-navigation {
    height: 56px;
    margin-top: -32px;
    position: absolute;
    text-indent: -999px;
    top: 50%;
    width: 56px;
    z-index: 5;
}



/*Tabs*/
.tab-container {
margin-top: 1px;
//margin-bottom: 30px;
height: 610px;
width: 740px;
padding-left: 20px;
}

.tab-panel {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    padding-left: 15px;
top:50px;
}

.tab-panel li {
//border: 1px solid red;
    height: 20	px;
    position: relative;
    z-index: 2;
}

.tab-panel li.active a {
color: #f9cd00;
font-weight: bold;
text-decoration: underline;
}

.tab-panel li a {
    color: #FFF;
    float: left;
    height: 20px;
margin-right: 20px;
font-size: 13px;
}


.tab-panel li:hover a {
color: #f9cd00;
font-weight: bold;
//background-color: black;
}


.tab {
width: 730px;
height: 510px;
overflow: hidden;
    background: #000;
//    margin-top: -5px;
 padding: 28px 4px 5px 4px;
}
.slidesjs-pagination {
display: none;
}

/* Games */
.games-container {
    height: 365px;
    overflow: visible;
    position: relative;
    width: 100%;

}
.games-container .slidesjs-navigation {
    top: -7px;
    background: url("/images/icons/pgn.png") no-repeat left top;
    display: block;
    left: auto;
    float: left;
    right: 61px;
    width: 40px;
}
.games-container .slidesjs-next {
    background-position: -40px 0px;
    right: 15px;
}
.games-header {
    height: 33px;
    padding-bottom: 5px;
}
.games-header form {
    float: left;
    width: 300px;
}

.img {
	display: block;
	height: 97px;
	overflow: hidden;
	position: relative;
}
.games img {
height: 97px;
	left: 0;
//	position: absolute;
	/*top: -210px;*/
}



.games {
//    list-style: none;
//	overflow: hidden;
//width: 760px;
position: relative;
    right: 35px;
    width: 730px;
    height: 385.278px;
}
.games li {
    background: #151515;
    border-top: 1px solid #e9b30a;
    float: left;
    height: 113px;
    margin: 0 5px 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 176px;
}
.games li * {
//    display: block;
}
.deno {
display:inline !important; 
font-size:10px;
width:100px;
}

.mrg-bt {
margin:-20px 0 10px 0;
}
.games li a:hover,
.games li a {
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-bottom: 5px;
	width: 40%;
}
.games li h3 {
	background: #f15a22;
	height: 32px;
	line-height: 32px;
}
.games li h4 {

	background: #0F0F0F;
	height: 16px;
//	line-height: 15px;
	color: #e9b30a;
font-family: Tahoma;
font-weight: bold;
text-transform: uppercase;
z-index: 9999;
margin-top: 0px !important;
font-size: 12px;
}
.games li span {
    font-size: 12px;
}
.games li .info {
	height: 113px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.games li .more {
	background: rgba(0,0,0,.8) !important;
	display: none;
	height: 129px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
padding: 30px 0;
}
.games li:hover .more {
    display: block;
border: #e9b30a solid 1px;
width: 174px;
height: 35px;
}


.clean-table {
    padding: 40px 20px;
}
.clean-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.clean-table th, .clean-table td {
    border-bottom: 1px solid #333;
    height: 35px;
    text-align: center;
    vertical-align: middle;
}
.clean-table th.left-aligned, .clean-table td.left-aligned {
    text-align: left;
}
.clean-table th.right-aligned, .clean-table td.right-aligned {
    text-align: right;
}
.clean-table .button-black,
.clean-table .button-black:hover {
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
}


/*Content*/
.content {
    font-size: 12px;
}
.content p {
    margin-bottom: 10px;
}
.content ul {
    list-style: none;
}
.content ul li {
    line-height: 1.5;
}
.content h2 {
    font-size: 36px;
	font-family: 'BebasNeueRegular';
    margin-bottom: 20px;
}
.content h3 {
    font-size: 24px;
	font-family: 'BebasNeueRegular';
    margin-bottom: 10px;
}
.content h4 {
    font-size: 18px;
	font-family: 'BebasNeueRegular';
    margin-bottom: 8px;
}
.separator30 {
    height: 30px;
}
.separator40 {
    height: 40px;
}
.separator50 {
    height: 50px;
}
.boxes {
    margin-top: 2%;
}
.boxes .box {
    border-right: 1px solid #333;
}
.boxes .box:last-child {
    border: 0 none;
    padding-right: 0;
}
.boxes2 .box,
.boxes1-3 .box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 3%;
    padding-right: 3%;
    width: 50%;
}
.boxes1-3 .box:first-child {
    width: 25%;
}
.boxes1-3 .box:last-child {
    width: 75%;
}
.boxes2 .box:last-child,
.boxes1-3 .box:last-child {
    padding-left: 3%;
}
.boxes3 .box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 33%;
}
.boxes3 .box:first-child {
    padding-left: 0;
    width: 34%;
}


.bordered-box {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding: 2% 0;
}
.hidden {
    display: none !important;
}
.visible {
    overflow: visible !important;
}
.container {
height: auto !important;
}
.button-green, .button-green:hover {
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #518700;
border: 1px solid #5f7310;
border-radius: 5px;
color: #FFF;
display: inline-block;
font-size: 22px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 40px;
text-align: center;
}
.button2, .button2:hover {
-moz-box-sizing: border-box;
box-sizing: border-box;
background: red;
border: 1px solid #882515;
border-radius: 5px;
color: #FFF;
display: inline-block;
font-size: 22px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 40px;
text-align: center;
}

