body
{
	margin: 0 auto;
	background-image: url('../images/header/index.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

*{font-family:'Signika Negative', sans-serif;}

a{
	color: #2b75c2;
	text-decoration: none;
}

a:hover{
	color: #0a2d63;
}

hr{
 	display: block; 
 	height: 1px;
    border: 0; border-top: 1px solid #ccc;
}

/* HEADER */

#header{
	height: 356px;
	/*border-bottom: 1px solid rgba(223, 223, 223, .9);*/
	overflow: auto;
}

#header-top{
	width: 940px;
	height: 35px;
	margin: 0 auto;
}

.header-top-item{
	margin-top: 20px;
	color: #fff;
}

#header-hr{
	width: 980px;
	height: 1px;
	color: #fff;
	background: #fff;
	border: 0;
	opacity: 0.2;
}

#header-content{
	width: 940px;
	min-height: 245px;
	margin: 0 auto;
	overflow: auto;
}

#header h1, #header h2, #header h3{
	color: #fff;
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
	margin: 0;
	line-height: 58px;
}
#header h1 {font-size: 60px; line-height: 58px;}
#header h2 {font-size: 36px;}
#header h3 {font-size: 30px;}

.menutop
{
	display: block;
	list-style: none;
	padding: 0;
	width: 980px;
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #0b4f99;
	margin: 0 auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menutop li{
	
	margin-top: 4px;
	border-right: 1px solid #2f69a8;
	display: inline-block;
}

.menutop li.active,.menutop li:hover{
	border-top: 4px solid #73bfff;
	margin-top: 0;
	background-color: #0a2e63;
}

.menutop li a{
	padding: 16px 30px 18px;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	display: block;
}

.menutop li:first-child{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.menutop li:last-child{
	background-image: url('/templates/nazwaszablonu/images/rejestracja-logo.png');
	background-position: 36px 9px;
	background-repeat: no-repeat;
	border-right: none;
	background-color: #2e9efc;
	margin-top:0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	width: 204px;
}

.menutop li:last-child:hover, .menutop li:last-child.active{
	border-top: none;
	background-color: #0a2e63;
}

.menutop li:last-child a{
	padding: 20px 46px 18px 74px;
}

/* CONTENT */

#content h1{
	font-size:30;
	color: #2b75c2;
}

#content h3{
	font-size:18px;
	color: #666666;
	font-weight: 300;
	text-align: justify;
}

#content h5{
	font-size: 20px;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin:0;
}

#content{
	width: 100%;
	/*border-top: 1px solid rgba(255, 255, 255, .9);*/
	overflow: auto;
	font-size: 14px;
	color: #666666;

	background-image: -moz-linear-gradient(rgba(237, 237, 237, 0.7) 0%, rgba(237, 237, 237, 1) 150px, rgba(248, 248, 248, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:linear-gradient(rgba(237, 237, 237, 0.7) 0%, rgba(237, 237, 237, 1) 150px, rgba(248, 248, 248, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237,237,237,0.7)),to(rgba(248,248,248,1)), color-stop(.5,#333333));
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#55EDEDED, endColorstr=#55F8F8F8
	);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#55EDEDED, endColorstr=#55F8F8F8
	);

}

#content-container{
	position: relative;
	z-index: 2;
	width:980px;
	margin: 0 auto;
	overflow: auto;
	border: 1px solid #b1b3b4;
	border-top: 4px solid #0a2e63;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 150px) repeat scroll 0 0 rgba(0, 0, 0, 0);

}

#content-top{
	margin-bottom: 25px;
	padding:15px 18px;
	background-color: #dfdfdf;
	border-bottom: 1px solid #d4d4d4;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}

#content-left{
	width: 700px;
	float:left;
	margin-left:20px;
    margin-bottom:20px;
	min-height: 600px;	
}

#content-right{
	width:220px;
	float:right;
	margin-right:20px;
}

.header{
	color: #ffffff;
	background: rgb(10,46,99); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhMmU2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjRmOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(10,46,99,1) 0%, rgba(11,79,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,46,99,1)), color-stop(100%,rgba(11,79,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(10,46,99,1) 0%,rgba(11,79,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(10,46,99,1) 0%,rgba(11,79,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(10,46,99,1) 0%,rgba(11,79,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(10,46,99,1) 0%,rgba(11,79,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2e63', endColorstr='#0b4f99',GradientType=0 ); /* IE6-8 */
}

/* MODULES */

.breadcrumbs, .breadcrumbs a{
	color: #666666;
	font-family: 'Signika Negative', sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.breadcrumbs, .breadcrumbs a{padding: 0 5px;}

/* FORM */

#koszt{
	width: 90px;
	height: 45px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
}

.form-container{
	width: 595px;
}

.form-row{
	overflow: auto;
}

.form-row input[type="text"]{
	width:155px;
}

input[type="text"] {
	border: 1px solid #dadada;
	font-style: normal;
	color: #000000;
	background: rgb(246,246,246); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

.input-block{
	margin-right: 10px;
}

.input-block label, .input-block input, .input-block select, .input-block input[type="text"]{
	display: block;
	font-size: 14px;
	padding: 6px;
}

.events{
	border-collapse: collapse;
}

.events td{
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0;
}

.events td:first-child{
	padding-left: 13px;
}


.events td:last-child{
	text-align: right;
	padding-right: 13px;
}


.label {
	font-style: bold;
	font-size: 14px;
	color: #000000;
}

.iradio_square-blue{
	margin-bottom:10px !important;
	margin-right: 5px !important;
}

#arrival_date, #departure_date{
	display: inline;
	border-right: 0 none;
}

.calendar{
	margin-bottom:-11px;
	background: rgb(246,246,246); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.moduletable_countdown *{
	display: inline;
}

/* General Assembly */

.ga-venue{
	border-collapse: collapse;
}

.ga-venue td{
	padding: 10px 0;
}

.ga-venue tr:last-child td{
	border-bottom: 0 none;
        border-bottom: 1px solid #CCCCCC;
}

/*

#container-old
{
	background-image: url('../images/tlotest.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f1f1f1;
	width: 100%;
}

ul
{
	list-style-type: none;
}





.guzik-top
{
	height: 37px;
	padding-top: 20px;
	text-decoration: none;
	color: #fff;
	padding: 15px 37px;
}

.guzik2-top
{
	height: 37px;
	padding-top: 20px;
	text-decoration: none;
	color: #fff;
	padding: 15px 55px;
}
#przycisk2
{
	height: 37px;
	border-bottom: 3px solid #0a2e63;
	background-color: #0b4f99;
	text-align: center;
	float:left;
	border-bottom: 1px solid #3b5882;
	padding: 15px 31px 0 31px;
}

#przycisk2:hover
{
	height: 33px;
	background-color: #0a2e63;
	text-align: center;
	float:left;
	border-bottom: 1px solid #3b5882;
	border-top: 4px solid #73bfff;
	padding: 15px 31px 0 31px;
}
#przycisk3
{
	height: 44px;
	border-bottom: 3px solid #0a2e63;
	background-color: #2e9efc;
	text-align: center;
	float:left;
	border-bottom: 1px solid #3b5882;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	padding: 9px 32px 0
}

#przycisk3:hover
{
	height: 44px;
	background-color: #0a2e63;
	text-align: center;
	float:left;
	border-bottom: 1px solid #3b5882;
	border-top: 4px solid #73bfff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	padding: 9px 32px 0;
}

#kreska
{
	background-image: url('../images/kreska.png');
	background-repeat: repeat-y;
	float:left;
	width: 1px;
	height: 53px;
}

#content-old
{
	width: 986px;
	background-image: url('../images/tlo-content.png');
	background-repeat: repeat-y;
	background-position: center top;
}

#content-tlo
{
	width: 986px;
	background-image: url('../images/tlo-content2.png');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
}

#all
{
	width:986px;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	z-index: 2;
}

*/

#stopka1
{
	width: 100%;
	height: 351px;
	background-image: url('../images/stopka1.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 1;
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	margin-top: -20px;
}

#stopka2
{
	width: 100%;
	height: 152px;
	background-image: url('../images/stopka2.png');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Signika Negative', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

#tekst-stopka1
{
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#tekst-stopka2
{
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 38px;
}

.item-page
{
	clear: both;
}

.item-stopka1
{
	float: left;
	text-align: left;
	width: 182px;
	margin-left: 15px;
}

#content-tlo-bottom
{
	width: 986px;
	height: 14px;
	background-image: url('../images/content-tlo-bottom.png');
	background-position: center top;
	float: left;
	margin-top: -16px;
}

#guzik
{
	font-size: 14px;
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
	padding-left: 8px;
}

#guzik-lewa
{
	width: 7px;
	height: 34px;
	background-image: url('../images/guzik-lewa.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 5px;
}

#guzik-prawa
{
	width: 7px;
	height: 34px;
	background-image: url('../images/guzik-prawa.png');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

#guzik-srodek
{
	height: 34px;
	background-image: url('../images/guzik-srodek.png');
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	text-align: center;
	padding: 9px 15px 0 15px;
}

#strzalka
{
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
}

.stick {
    position:fixed;
    top:0px;
}

/*
#belka2
{
	font-size: 18px;
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
	padding-left: 0px;
}

#belka2-lewa
{
	width: 12px;
	height: 42px;
	background-image: url('../images/belka2-lewa.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 0px;
}

#belka2-prawa
{
	width: 12px;
	height: 42px;
	background-image: url('../images/belka2-prawa.png');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

#belka2-srodek
{
	height: 42px;
	background-image: url('../images/belka2-srodek.png');
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	text-align: left;
	padding: 9px 15px 0 0;
	width: 81%;
}

#belka3-srodek
{
	height: 42px;
	background-image: url('../images/belka2-srodek.png');
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	text-align: left;
	padding: 9px 15px 0 0;
	width: 93%;
}

#partnerzy
{
	width: 986px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 200px;
	margin-bottom: 10px;
}


.breadcrumbs
{
	padding: 15px 0 0 25px;
	color: #666666;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Signika Negative', sans-serif;
}

.breadcrumbs a
{
	text-decoration: none;
	color: #666666;
}

*/
