@charset "utf-8";
/* CSS Document */
.hover-menu {
	padding-bottom: 10px;
}
.hover-menu .top ul {
	padding: 10px;

	-webkit-box-shadow: 0 15px 18px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 15px 18px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0 15px 18px -10px rgba(0, 0, 0, 0.75);

	position: relative;
	z-index: 10;
}
.hover-menu .top ul li { border-left: 1px solid black; padding: 0 10px; }
.hover-menu .top ul li:first-child { border-left: none; }
.hover-menu .top ul li a:hover, .game-menu .top ul li a:focus, .game-menu .top ul li a:active {color: white;}

.hover-menu .middle {
	margin: 0;
	display: table;
}
.hover-menu .middle > div {
	padding: 0;
	display: table-cell;
	vertical-align: top;
	float: none;
}
.hover-menu .middle .padded {
	padding: 30px 0px 15px;
}
.hover-menu .middle .padded.lateral {
	padding: 30px 15px 15px;
}

.hover-menu .bg-triathlon {
	background-image: url('../img/gallery/triathlon.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover; /* landscape */
}
.hover-menu .bg-handball {
	background-image: url('../img/gallery/handball.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover; /* portrait */
}

.hover-menu .logo-150 {
	width: 150px;
}
.hover-menu .link-list {
	line-height: 30px;
    margin: 20px 0;
}


/*************** Game menu specific ***************/
.shadow-right {
	box-shadow: 20px 0 15px -15px rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.game-menu-item-1 {
	cursor: pointer;
	padding: 10px;
	position: relative;
}
.game-menu-item-1 img {
	width: 50px;
	height: auto;
	margin-top: 5px;
}
.game-menu-item-1 .text {
	margin-left: 70px;
}

.game-menu-item-1:hover {
	padding-left: 14px;
	margin-left: -4px;
	background: #efefef;

	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
}
.game-menu-item-1:hover:after {
    content: " ";
    border-bottom: 25px solid transparent;
    border-left: 25px solid #efefef;
    border-top: 25px solid transparent;
    margin-top: -25px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 0;
    z-index: 10;
}

.game-menu-item-2 {
	padding: 10px;
}
.game-menu-item-2 img {
	padding: 2px;
    width: 65px;
	height: auto;
	margin-top: 5px;
	border-radius: 5px;
	background-color: white;
}
.game-menu-item-2 .text {
	margin-left: 75px;
}


/*************** Sports menu specific ***************/
.sport-menu-right > select, .sport-menu-right > div {
	margin: 20px;
}

ul.sport-tree {
	padding-left: 10px;
	margin-bottom: 5px;
}
ul.sport-tree > li {
	background-image: url('../img/tree1.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 0 21px;
	font-size: 13px;
	line-height: 14px;
}
ul.sport-tree > li:last-child {
	background-image: url('../img/tree2.gif');
	margin-left: 1px;
    padding: 2px 0 0 20px;
}