/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/modules.css);


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module .badge {
	top: -1px;
	right: 12px;
	width: 48px;
	height: 30px;
	background: url(../images/module_badges.png) 0 0 no-repeat;
}
 
.module .badge-hot { background-position: 0 0; }
.module .badge-top { background-position: 0 -40px; }
.module .badge-free { background-position: 0 -80px; }
.module .badge-new { background-position: 0 -120px; }


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon { background: url(../images/module_icons.png) 0 0 no-repeat; }

.module .module-title .icon-download { background-position: 0 0; }
.module .module-title .icon-twitter { background-position: 0 -30px; }
.module .module-title .icon-mail { background-position: 0 -60px; }
.module .module-title .icon-bubble { background-position: 0 -90px; }
.module .module-title .icon-login { background-position: 0 -120px; }
.module .module-title .icon-cart { background-position: 0 -150px; }


/* Module Title
----------------------------------------------------------------------------------------------------*/

.module .module-title {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 20px;
}
.bnr.brth .module-title {
	margin: 5px 0 0 -13px;
	padding: 7px 0 0 20px;
	font-size: 17px;
	width: 100%;
	height: 50px;
	text-align: left;
}

.module .module-title .subtitle { color: #999; }


/* Module Type: Box
----------------------------------------------------------------------------------------------------*/

.mod-box {
	padding:0;
}
.tmp {
	border-radius: 0;
	background: #0b123c;
	border-left: 1px solid #C1433F;
	border-right: 1px solid #C1433F;
}
.logo-box{
	margin-bottom: 20px;
}
.nav-container{
	border-radius: 5px 5px 0 0;
	background: #F7F7F9;
	border: 1px solid #3458A1;
	border-bottom: none;
}
.trnm-matches{
	border-radius: 0 0 5px 5px;
	background: #F7F7F9;
	border: 1px solid #3458A1;
	border-top: none;
	margin-bottom: 15px;
	min-height: 70px;
}
.trnm-table{
	padding-top: 5px;
	border-radius: 5px;
	background: #F7F7F9;
	border: 1px solid #3458A1;
}
.logo-trnm {
	width: 85px;
	text-align: center;
	float: left;
	height: 60px;
	padding: 0;
	margin: 0;
}
.logo-trnm img {
	width: 60px;
}
.bnr h3{
	color: white;
	font-size: 15px;
}
.bnr {
	background: #F7F7F9;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #3458A1;

}
.logo-box > div {

}
.logo-box .deepest {
	padding:0;
}
.bannergroup {
	text-align: center;
	padding-top: 5px;
}
.mod-box > div {

}

.mod-box .module-title { color: #fff; }

/* Module Box: White */
.mod-box-white {
	border-color: #d2d2d2;
	border-color: rgba(0,0,0,0.13);
	border-bottom-color: #b2b2b2;
	border-bottom-color: rgba(0,0,0,0.25);
	background: #d2d2d2 url(../images/mod_box_white.png) 0 100% repeat-x;
	background-clip: padding-box;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.mod-box-white > div { background: #fff; }

.mod-box-white .module-title { color: #888; }

/* Module Box: Black */
.mod-box-black {
	border-color: #3B3B3B;
	border-color: rgba(0,0,0,0.7);
	border-bottom-color: #2d2d2d;
	border-bottom-color: rgba(0,0,0,0.9);
	background: #3b3b3b url(../images/mod_box_black.png) 0 100% repeat-x;
	background-clip: padding-box;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.mod-box-black > div {
	background: #4C4C4C;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
	color: #aaa;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.module.mod-box-black .module-title { background: url(../images/mod_box_black_header.png) 0 100% repeat-x; }

.mod-box-black .module-title,
#bottom-b .mod-line .module-title { color: #eee; }

.mod-box-black a:hover,
#bottom-b .mod-line a:hover { color: #fff; }

.mod-box-black a.current,
#bottom-b .mod-line a.current { color: #eee; }

.mod-box-black code,
.mod-box-black em.box,
#bottom-b .mod-line code,
#bottom-b .mod-line em.box { color: #ccc; }

/* Module Box: Color */
.mod-box-color {
	background-clip: padding-box;
}
.mod-box-color > div {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.mod-box-color .module-title,
.mod-box-color code,
.mod-box-color em.box { color: #fff; }

.mod-box-color a { text-shadow: 0 1px 0 rgba(255,255,255,0.1); }
.mod-box-color a:hover { text-shadow: 0 1px 0 rgba(0,0,0,0.1); }


/* Module Type: Line
----------------------------------------------------------------------------------------------------*/

.mod-line {
	padding: 5px;

}

.grid-h .mod-line { margin-left: 0; }

.grid-v .mod-line {
	padding: 0px;
}
.grid-v .bnr-glides {
	padding-bottom: 15px;
}
#page .grid-v:first-child .mod-line {

}

#bottom-b .mod-line {
	color: #999;
	padding: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.mod-line .module-title {
	background: url(../images/mod_line_header.png) 0 100% repeat-x;
	color: #666;
}
#bottom-b .mod-line .module-title { background: url(../images/mod_line_bottom_header.png) 0 100% repeat-x; }


/* Sponsors module
-----------------------------------------------------------------------------------------------------*/
.wk-slideseet img {
	width:100%;
	height:50px;
}
.sponsor4 {
	background: url('http://junost.org/images/sponsor/academservice.png') 0% 100% no-repeat;
	height: 50px;
	width: 277.5px;
	background-size: 100% auto;
	background-position: 0% 100%;
}
.sponsor4:hover{
	background-position: 0% 0%;
}
.sponsor2 {
	background: url('http://junost.org/images/sponsor/easton.png') 0% 100% no-repeat;
	height: 50px;
	width: 210.5px;
	background-size: 100% auto;
	background-position: 0% 100%;
}
.sponsor2:hover{
	background-position: 0% 0%;
}
.sponsor6 {
	background: url('http://junost.org/images/sponsor/champion.png') 0% 100% no-repeat;
	height: 50px;
	width: 167px;
	background-size: 100% auto;
	background-position: 0% 100%;
}
.sponsor6:hover{
	background-position: 0% 0%;
}
.sponsor5 {
	background: url('http://junost.org/images/sponsor/delosport.png') 0% 100% no-repeat;
	height: 50px;
	width: 165.5px;
	background-size: 100% auto;
	background-position: 0% 100%;
}
.sponsor5:hover{
	background-position: 0% 0%;
}
.sponsor3 {
	background: url('http://junost.org/images/sponsor/sma.png') 0% 100% no-repeat;
	height:100px;
	max-width:500px;
}
.sponsor3:hover{
	background-position: 0% 0%;
}
.sponsor1 {
	background: url('http://junost.org/images/sponsor/ural.png') 0% 100% no-repeat;
	height:100px;
	max-width:500px;
}
.sponsor1:hover{
	background-position: 0% 0%;
}
