@import url(reset.css);

/*
 * COLORS:
 *
 	orange: #fe8300
	text: #5a5a5a;
 *
 */

body {
	margin: 0;
	padding: 0;
	background: #fe6e00 url(../img/bckg.jpg) center top no-repeat;
	font: normal normal normal 0.75em/1.5 Arial, sans-serif;
	color: #5a5a5a;
}

@font-face { 
	font-family: daxpro; 
	src: url('../fonts/DaxPro-Regular.eot'); /* IE */  
	src: local("DaxPro"), url(../fonts/DaxPro-Regular.ttf) format("truetype"); 
	}
@font-face { 
	font-family: daxpro; 
	font-weight: bold; 
	src: url(../fonts/DaxPro-Medium.eot); /* IE */  
	src: local("DaxPro Medium"), url(../fonts/DaxPro-Medium.ttf) format("truetype"); }

/* TYPO */

h1 {
	color: #fe8300;
	font: normal normal normal 1.67em/2 daxpro, Arial, sans-serif;

}

.col-middle h2 {
	color: #fe8300;
	font: normal normal normal 1.5em/2 daxpro, Arial, sans-serif;

}

ol, ol li {
    list-style-type: decimal !important
}

a {
	color: #fe8300;
}

a:hover {
	text-decoration: underline;
	color: #fe6000;
}

p {
	margin: 0 0 1.5em 0;
}

p.summary {
	border-bottom: 1px dotted #fe7c00;
	padding-bottom: 1em;
}
/* LAYOUT */

#container {
	width: 960px;
	margin: 0 auto;
}

#top {
	/*height: 170px;*/
	position: relative;
}

	#top h1 {
		width: 220px;
		height: 125px;
		padding-top: 30px;	
	}

	form#newsletter {
		position: absolute;
		left: 245px;
		top: 20px;
	}
	
	form#search {
		position: absolute;
		left: 475px;
		top: 20px;
	}
	
	#top label {
		color: #fff;
		font-size: 1.25em;
		font-weight: bold;
		font-family: daxpro;
	}
	
	#top input {
		border: none;
		background: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
		padding: 3px 5px;
		color: #a6a6a6;	
		width: 100px;
		
	}
	
	#top input.submit {
		border: none;
		background: transparent;
		padding: 3px 3px;
		color: #fff;	
		width: 20px;
		font-size: 1.25em;
		font-weight: bold;
		font-family: daxpro;
	}
	
	ul#social-media {
		position: absolute;
		top: 20px;
		left: 685px;
		
	}
	
	ul#social-media li {
		list-style: none;
		display: inline;
		}

	ul#lang-switch {
		position: absolute;
		top: 22px;
		left: 790px;
	}
	
	ul#lang-switch li {
		list-style: none;
		display: inline;
	}
	
	ul#lang-switch li a {
		display: block;
		width: 20px;
		height: 20px;
		float: left;
		margin-left: 5px;
		text-indent: -1999px;
		background: url(../img/menu-bckg.png) -10px -57px no-repeat;
	}
	
	ul#lang-switch li#langPL a { }
	ul#lang-switch li#langPL a:hover, 
	ul#lang-switch li#langPL a.active 	{ 	background-position: -10px -146px; }
	ul#lang-switch li#langEN a 			{ 	background-position: -32px -57px; }
	ul#lang-switch li#langEN a:hover, 
	ul#lang-switch li#langEN a.active 	{ 	background-position: -32px -146px; }
	ul#lang-switch li#langDE a 			{ 	background-position: -55px -57px; }
	ul#lang-switch li#langDE a:hover, 
	ul#lang-switch li#langDE a.active 	{ 	background-position: -55px -146px; }
	ul#lang-switch li#langCZ a 			{ 	background-position: -78px -57px; }
	ul#lang-switch li#langCZ a:hover, 
	ul#lang-switch li#langCZ a.active 	{ 	background-position: -78px -146px; }
	ul#lang-switch li#langSK a 			{ 	background-position: -101px -57px; }
	ul#lang-switch li#langSK a:hover, 
	ul#lang-switch li#langSK a.active 	{ 	background-position: -101px -146px; }
	

#content {
}

	.col-min {
		width: 205px;
		margin-right: 7px;
		float: left;
	}
	
	.col-middle {
		width: 535px;
		float: left;
		margin-right: 7px;
	}
	/*
	.col-middle img {
		margin-bottom: 1.5em;
	}
	*/
	.clear {
		clear: both;
	}
	
	.last {
		margin-right: 0;
	}
	
	
	.box {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-khtml-border-radius: 10px;
		background: #fff;
		padding: 10px 15px;
		margin-bottom: 7px;
	}
	
	.box-link {
		background: transparent;
		padding: 0;
		margin-bottom: 7px;
		display: block;
	}
	.pad2 {
		padding: 10px;
	}
	.col-middle .box {
		padding: 15px 20px 15px 23px;
	}
	
	.submenu {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-khtml-border-radius: 10px;
		background: #fff url(../img/submenu-bckg.png) top left no-repeat;
		padding: 0 0 10px 0;
		margin-bottom: 7px;
	}
	
	.submenu h1 {
		color: #fff;
		font-size: 18px;
		padding: 0 15px;
		font-weight: bold;
	}
	
	.submenu ul {
		font-size: 14px;
		font-family: daxpro, arial, sans-serif;
		
		
	}
	
	.submenu ul li {
		border-top: 1px solid #ebebeb;
	}
	
	.submenu ul li.first {
		border: none;
		
	}
	
	.submenu ul a {
		color: #fe6000;
		color: #989898;
		margin: 0 15px;
	    display: block;
		line-height: 24px;
		font-weight: bold;
	}
	.submenu ul .active a {
		color: #fe6000;
	}
	
	.submenu ul .active ul  a {
		color: #989898;
	}
	
	.submenu ul .active ul .active a {
		color: #fe6000;
	}
	
	.submenu ul ul a {
		padding: 0 15px 0 15px;
		color: #989898;
	}
	
	.submenu ul ul a:hover {
		color: #fe6000;
	}

.imgc img {
	margin: 0 auto;
	display: block;
	}

em {
	color: #fe6000;
	font-style: normal;
	font-weight: bold;
}

h4 {
	color: #fe6000;
	font-style: normal;
	font-weight: bold;
	margin: 1em 0 0 0;
}

strong {
	font-weight: bold;
}

.col-middle .box li {
	list-style-type: square;
	margin: 0 0 0 20px;
	color: #8d8d8d;
	
}



#facebook .fbConnectWidgetTopmost {
	border: none;
}

#kalendarz {
	font-size: 0.75em;
}

#sliderContent div {
	display: none;
}

#sliderContent div.active {
	display: block;
}

#sliderContent p {
	margin-bottom: 0;
}

#bigImg {
    margin-bottom: 5px;
    text-align: center;
}


.gallery-item a {
	display: block;
	float: left;
	padding: 2px;
	background: #fff;
	width: 150px;
	height: 110px;
	margin: 10px 5px 0 5px;
}

.gallery-item a:hover {
	background: #fe6e00;
}


table.prizesTable {
	border: 0;
	margin: 1em 0;
	width: 100%;
	color: #fff;
}

table.prizesTable tr {
	background: #fe9800;
	font-size: 19px;
	font-family: daxpro;
}

table.prizesTable tr.odd {
	background: #fe7100;
}

table.prizesTable td {
	border-width: 0 1px 1px 0;
	border-color: #fff;
	border-style: solid;
	padding: 3px 10px;
}

table.prizesTable td.aCenter {
	text-align: center;
}

table td small {
	font-size: 13px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.col-middle ul.tabs li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

ul.tabs li a {
	display: block;
	width: 97px;
	margin: 0 1px 1px 0;
	padding: 0;
	height: 34px;
	vertical-align: middle;
	font: 11px Arial, Verdana, sans-serif;	
	color: #fe6e00;
	background: url(../img/tabs-bckg.jpg) left top no-repeat;
	font-weight: bold;
	padding-top: 10px;
}

ul.tabs li a:hover, ul.tabs li a.active {
	color: #fff;
	background: url(../img/tabs-bckg.jpg) -98px 0 no-repeat;
	text-decoration: none;
}

dt {
	display: block;
	width: 70px;
	float: left;
	clear: both;
	text-align: right;
	padding: 2px;
}

dt label {
	color: #fe6000;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
}

dd {
	display: block;
	width: 400px;
	float: left;
	padding: 1px;
}

dd input, dd textarea {
	width: 235px;
	height: 20px;
	background: #ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border: none;
	padding: 3px;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 12px;
}

dd textarea {
	height: 100px;
}

dd input.submitButton {
	color: #fff;
	background-color: #fe6000;
	width: 100px;
	cursor: pointer;
	font-weight: bold;
}

dd input#regulations {
	width: 15px;
	height: 15px;
	margin-top: 20px;
}

.col-middle .box .errors li {
	color: red;
	list-style: none;
	margin-left: 5px;
}

.eventItem {
	border-bottom: 1px solid #FE8300;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#eventList h1 {
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

#eventList h1 small {
	font-size: 0.86em;
	
}

#eventList img {
	margin: 0 0 1em 0;	
}


.col-middle label {
	display: block;
}

.youtube-item, .audio-item {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 1.5em;
	margin-bottom: 1em;
}

a:focus {
	outline: none;
} 

#footer {
	border-top: 1px solid #fe8d38;
	color: #fff;
	font-size: 11px;
	padding: 5px 0;
	margin: 100px 0 10px 0;
}

#footer div {
	float: left;
	margin: 0;
	width: 50%;
	line-height: 2em;
	padding-bottom: 20px;
}

#footer div.right {
	text-align: right;
}

#footer a {
	color: white;
}	

.pagination {
	text-align: center;
}

.pagination a {
	color: inherit;
	padding: 2px 3px;
}

.pagination a.current {
	color: #fe8300;
}

#nav {
    list-style: none;
    width: 695px;
    position: absolute;
    height: 88px;
    top: 60px;
    right: 0;
}

#nav li {
	white-space: nowrap;
}

#nav li a {
    display: block;
    float: left;
    padding: 0 7px;
    height: 48px;
    background: url(../img/nav-bckg.png) top center no-repeat;
    font-family: daxpro, Arial;
    font-weight: bold;
    line-height: 48px;
    font-size: 16px;
    text-decoration: none;
	white-space: nowrap;
}

#nav li a:hover, #nav li a.active {
    background: url(../img/nav-bckg.png) center -88px no-repeat;
    color: #fff;
}

#nav ul#sub-nav {
    position: absolute;
    right: 0;
    top: 48px;
    width: 570px;
    text-align: right;
}

#nav #main-nav li:first-child a {
    background: url(../img/nav-bckg.png) top left no-repeat;
    padding-left: 20px;
}

#nav #main-nav li:first-child a:hover, #nav #main-nav li:first-child .active {
    background: url(../img/nav-bckg.png) left -88px no-repeat;
}

#nav #main-nav li.last a {
    background: url(../img/nav-bckg.png) -518px top no-repeat;
    padding-right: 20px;
    
}
#nav #main-nav li.last a:hover, #nav #main-nav li.last a.active {
    background: url(../img/nav-bckg.png) -518px -88px no-repeat;
}
#nav ul#sub-nav a {
    height: 38px;
    line-height: 38px;
    font-size:14px;
    background: url(../img/nav-bckg.png) center -48px no-repeat;
    color: #989898;
}

#nav ul#main-nav a span {
    display: block;
    float: right;
    width: 1px;
    height: 20px;
    margin-top: 14px;
    border-right: 1px dotted #FE8300;
    margin-right: -7px;
}

#nav ul#sub-nav a span {
    display: block;
    float: right;
    width: 1px;
    height: 18px;
    margin-top: 12px;
    border-right: 1px dotted #989898;
    margin-right: -7px;
}

#nav #sub-nav li:first-child a {
    background: url(../img/nav-bckg.png) -132px -48px no-repeat;
    padding-left: 15px;
}
#nav #sub-nav li.last a {
    background: url(../img/nav-bckg.png) right -48px no-repeat;
    padding-right: 15px;
}

#nav ul#sub-nav a:hover, #nav ul#sub-nav a.active {
    color: #FE8300;
}



/* OLD NAV */

    #nav-old {
        width: 625px;
        height: 90px;
        /*background: url(../img/nav-bckg.gif) top left no-repeat;-*/
        position: absolute;
        left: 340px;
        top: 57px;
    }
    
    #nav-old ul {
        height: 48px;
        padding: 0;
        margin: 0;
    }
    
    #nav-old ul li {
        display: block;
        padding: 0;
        margin: 0;
        }
        
    #nav-old ul li a {
        display: block;
        text-indent: -1999px;
        float: left;
        height: 48px;
        width: 49px;
        padding-right: 1px;
        background: url(../img/menu-bckg.png) top left no-repeat;
        }
        
    #nav-old ul li#mInfo a              {                                                       }
    #nav-old ul li#mInfo a:hover, 
    #nav-old ul li#mInfo a.active       {   background-position: 0 -89px;                       }
    #nav-old ul li#mNews a              {   background-position: -50px 0;       width: 92px;    }
    #nav-old ul li#mNews a:hover, 
    #nav-old ul li#mNews a.active       {   background-position: -50px -89px;                   }
    #nav-old ul li#mPrizes a            {   background-position: -143px 0;      width: 58px;    }
    #nav-old ul li#mPrizes a:hover,
    #nav-old ul li#mPrizes a.active     {   background-position: -143px -89px;                  }
    #nav-old ul li#mSport a             {   background-position: -202px 0;      width: 50px;    }
    #nav-old ul li#mSport a:hover,
    #nav-old ul li#mSport a.active      {   background-position: -202px -89px;                  }
    #nav-old ul li#mGallery a           {   background-position: -253px 0;      width: 60px;    }
    #nav-old ul li#mGallery a:hover,
    #nav-old ul li#mGallery a.active    {   background-position: -253px -89px;                  }
    #nav-old ul li#mCalendar a          {   background-position: -314px 0;      width: 85px;    }
    #nav-old ul li#mCalendar a:hover,
    #nav-old ul li#mCalendar a.active   {   background-position: -314px -89px;                  }
    #nav-old ul li#mBlog a              {   background-position: -400px 0;      width: 44px;    }
    #nav-old ul li#mBlog a:hover,
    #nav-old ul li#mBlog a.active       {   background-position: -400px -89px;                  }
    #nav-old ul li#mMedia a             {   background-position: -445px 0;      width: 53px;    }
    #nav-old ul li#mMedia a:hover,
    #nav-old ul li#mMedia a.active      {   background-position: -445px -89px;                  }
    #nav-old ul li#mContact a           {   background-position: -499px 0;      width: 79px;    }
    #nav-old ul li#mContact a:hover,
    #nav-old ul li#mContact a.active    {   background-position: -499px -89px;                  }
    
    /* submenu */
    #nav-old ul li#mKamery a            {   background-position: -134px -49px;  width: 70px;    }
    #nav-old ul li#mKamery a:hover,
    #nav-old ul li#mKamery a.active     {   background-position: -134px -137px;                 }
    #nav-old ul li#mTrasy a             {   background-position: -204px -49px;  width: 46px;    }
    #nav-old ul li#mTrasy a:hover,
    #nav-old ul li#mTrasy a.active      {   background-position: -204px -137px;                 }
    #nav-old ul li#mSchool a            {   background-position: -250px -49px;  width: 119px;   }
    #nav-old ul li#mSchool a:hover,
    #nav-old ul li#mSchool a.active     {   background-position: -250px -137px;                 }
    #nav-old ul li#mRental a            {   background-position: -369px -49px;  width: 103px;   }
    #nav-old ul li#mRental a:hover,
    #nav-old ul li#mRental a.active     {   background-position: -369px -137px;                 }
    #nav-old ul li#mSnowpark a          {   background-position: -472px -49px;  width: 76px;    }
    #nav-old ul li#mSnowpark a:hover,
    #nav-old ul li#mSnowpark a.active   {   background-position: -472px -137px;                 }
    #nav-old ul li#mSerwis a            {   background-position: -548px -49px;  width: 61px;    }
    #nav-old ul li#mSerwis a:hover,
    #nav-old ul li#mSerwis a.active     {   background-position: -548px -137px;                 }

    #nav-old ul#main-nav {
        margin: 0;
    }   
    
    #nav-old ul#sub-nav {
        margin: 0px 0 0 141px;
    }   
    
    #nav-old ul#sub-nav li {
        
        }
        
    #nav-old ul#sub-nav li a {
        height: 39px;
        }
        


.partner-item {
	margin: 0 0 1.5em 0;
	background: #f3f3f3;
	clear: both;
}

.partner-item img {
	float: left;
	margin: 0 15px 0 0;
}

.partner-item div.rtxt {
	width: 320px;
	float: left;
	overflow: hidden;
}

.partner-item div.rtxt p {
	margin-bottom: 0.5em;
}