@import url(reset.css);
@import url(nivo-slider.css);
@import url(panel.css);
@import url(fb.css);

/*  REUSABLE */
.padding-wrapper {
	padding-top: 20px;
}

.clr {
	clear: both;
}
a {
	text-decoration: none;
	color: #0171bb;
}
a:hover {
	text-decoration: underline;
	color: #03558b;
}
p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.home p {
	text-align: justify;
}
h2 {
	font-family: verdana;
	font-size: 22px;
	color: #0171bb;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 2px solid #0171bb;
	padding-bottom: 10px;
}
.header {
	font-family: verdana;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 8px 30px;
	display: inline-block;
	background: #0171bb;
	/*margin-left: 20px;*/
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;	
}

.header-line {
	border-top: 2px solid #0171bb;
    padding-top: 35px;
}
.partners {
	margin-bottom: 10px;
	float: left;
	margin-right: 40px;
}


body {
	margin: 0;
	padding: 0;
	font: 12px verdana, sans-serif;
	background: #F1F1E3;
    color: #13212b;
}
#wrapper {
	width: 1200px;
	margin: 0 auto; 
	padding-top: 20px;
	background: #fff; 
	overflow: hidden;
    -moz-box-shadow: 0px 0px 12px #999;
    -webkit-box-shadow: 0px 0px 12px #999;
    box-shadow: 0px 0px 12px #999;
}

.site {
    position: relative;
	width: 996px;
	margin: 0 auto; 
}

/* =logo */

#logo {
	float: left;
}

#logo h1 {
	text-indent: -998em;
	margin: 0;
	padding: 0;
}
#logo a {
	background: url("../images/logo.png") no-repeat;
	height: 72px;
	width: 196px;
	display: block;
}

/* GŁÓWNE MENU */

#mainmenu {
	height:36px;
	float: right;
	font-size:16px;
	color:#0171bb;
	margin-top: 15px;
}
#mainmenu ul{
	line-height:36px;
	list-style: none;
}
#mainmenu ul li{
	float:left;
}
#mainmenu a{
	color:#0171bb;
	text-decoration:none;
	margin-left: 20px;
	display:block;
	padding:0 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
	transition:background-color 0.3s ease, color 0.3s ease;
	-webkit-transition:background-color 0.3s ease, color 0.3s ease;
	-moz-transition:background-color 0.3s ease, color 0.3s ease;
	-o-transition:background-color 0.3s ease, color 0.3s ease;	
}
#mainmenu a:hover{
	background:#0171bb;
	color:#fff;
}
#mainmenu ul a.active {
	background:#0171bb;
	color:#fff;
}

/* logowanie / system */
#mainmenu a.system {
	color:#ff9601;
	text-decoration:none;
	margin-left: 20px;
	display:block;
	padding:0 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
	transition:background-color 0.3s ease, color 0.3s ease;
	-webkit-transition:background-color 0.3s ease, color 0.3s ease;
	-moz-transition:background-color 0.3s ease, color 0.3s ease;
	-o-transition:background-color 0.3s ease, color 0.3s ease;	
}
#mainmenu a.system:hover{
	background:#ff9601;
	color:#fff;
}
#mainmenu a.system-active {
	background:#ff9601;
	color:#fff;
}


/* =maininfo
------------------------------------------------------------------------------------------------------*/
#maininfo {
	margin-top: -10px;
}
#maininfo article{
	margin:0px 0 20px 50px;
	width:264px;
	height: 140px;
	float:left;
}
#maininfo article h1{
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;

}
#maininfo .desc{
	text-align:justify;
	clear: both;
	font-family: georgia;
	font-style: italic;
	font-size: 15px;	
}
#maininfo .ico{
	margin-right: 12px;
	margin-bottom: 25px;
	float: left;
}
#maininfo .ico-1 {
	background: url("../images/ico-1.png") no-repeat;
	width: 56px;
	height: 56px;
}
#maininfo .ico-2 {
	background: url("../images/ico-2.png") no-repeat;
	width: 56px;
	height: 56px;
}
#maininfo .ico-3 {
	background: url("../images/ico-3.png") no-repeat;
	width: 56px;
	height: 56px;
}

/* =ask **********************/
#ask {
	background: #0171bb;
	height: 118px;
	margin-bottom: 60px;
	margin-top: 20px;
}
#ask header {
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	font-size: 30px;
	padding-top: 22px;
	text-shadow: 1px 1px 1px #000;
	float: left;
	width: 730px;
}
.ask-wrapper {
	width: 996px;
	margin: 0 auto;
}
.ask-button {
	float: right;
	margin-top: 28px;
}

/* =section content ******************/
section .left {
	float: left;
	width: 447px;
}

/* =pytania ************/

ul#list-quest {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#list-quest li {
	background: url("../images/list-style.png") no-repeat scroll 0px 0px ;
	line-height: 13px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 20px;
}

ul#list-quest li p {
	display: none;
	color: #787777;
	font-size: 11px;
}
#list-quest h3 {
	font-size: 12;
	font-family: verdana;
	font-weight: normal;
	margin-bottom: 10px;
	cursor: pointer;
}



section .right {
	float: right;
	width: 447px;
}

/* =footer ************/

footer {
	background: #37383a; 
	margin-top: 40px;
	border-bottom: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #838587;
	text-shadow: 1px 1px 0px #000;
}
footer h3 {
	font-family: verdana;
	font-weight: normal;
	font-size: 15px;
	color: #c3c3c3;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0px #000;
}

footer a, #footer-bottom a {
	color: #838587;
	text-decoration: none;
	transition:color 0.5s ease;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;	
}
footer a:hover, #footer-bottom a:hover {
	color:#c3c3c3;
	text-decoration: none;
}
.footer-wrapper {
	width: 996px;
	margin: 0 auto;
}

#logotype {
	width: 732px;
	float: left;
}
#logotype ul {
	list-style: none;
	float: left;
	margin-right: 20px;
}
#logotype ul li {
	margin-top: 7px;
}
#links {
	float: right;
	width: 203px;
}
#links ul {
	list-style: none;
	line-height: 1.5em;
}

/* footer bottom */

#footer-bottom {
	background: #292a2c;
	height: 24px;
	border-top: 1px solid #555556;
	padding-top: 10px;
	color: #838587;
	font-size: 10px;

}


/* =contact form *************/
#form1 .etykieta {
	float: left;
	width: 200px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
#form1 input, form#form1 textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #666;
    font-family: verdana,sans-serif;
    font-size: 11px;
    margin: 0 0 13px;
    padding: 7px;
    width: 230px;
}
#form1 .captcha input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #666;
    font-family: verdana,sans-serif;
    font-size: 11px;
    margin-right: 10px;
    width: 163px;
    float: left;
}
.captcha-img {
	border: 1px solid #ccc;
	background: #ccc;
	float: right;
	padding-left: 5px;
}

#form1 input[type=submit] {
	-moz-box-shadow:inset 0px 3px 1px -2px #ffffff;
	-webkit-box-shadow:inset 0px 3px 1px -2px #ffffff;
	box-shadow:inset 0px 3px 1px -2px #ffffff;
	background-color:#ff9601;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	padding:4px 7px 5px 7px;
	text-decoration:none;
	border: 1px solid #ff9601;
	cursor: pointer;
	width: 155px;
	text-indent: 0;
	margin-right: 4px;

	transition:background 0.5s ease, color 0.5s ease;
	-webkit-transition:background 0.5s ease, color 0.5s ease;
	-moz-transition:background 0.5s ease, color 0.5s ease;
	-o-transition:background 0.5s ease, color 0.5s ease;	
}
#form1 input[type=submit]:hover {
	background: #F4F4F4;
	color: #0171bb;
	text-decoration:none;	
	border: 1px solid #ff9601;
	text-shadow:1px 1px 0px #fff;
}

/********* regulamin **********/
#regulamin p {
	font-size: 11px;
}
ol.regulamin {
	margin-bottom: 30px;
	font-size: 11px;
}
ol.regulamin li {
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 1.5em;
	list-style: inherit;
}

ol.regulamin li ul li {
    line-height: 1.5em;
    list-style-type: disc;
    margin-left: 35px;
    margin-top: 5px;
    margin-bottom: 0;
}
ol.regulamin p {
	margin-top: 5px;
}


/********** logowanie *************/

.left .login-table {
	width: 100%;
}
.left .login-table td, .left .login-table th {
	border: none;
}
.left .login-table input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #666;
    font-family: verdana,sans-serif;
    font-size: 11px;
    margin: 0 0 13px;
    padding: 7px;
    width: 230px;
}
.left .login-table td {
	float: left;
	width: 185px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
.left .login-table input[type=submit] {
	-moz-box-shadow:inset 0px 3px 1px -2px #ffffff;
	-webkit-box-shadow:inset 0px 3px 1px -2px #ffffff;
	box-shadow:inset 0px 3px 1px -2px #ffffff;
	background-color:#ff9601;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	padding:4px 7px 5px 7px;
	text-decoration:none;
	border: 1px solid #ff9601;
	cursor: pointer;
	width: 155px;
	text-indent: 0;
	margin-right: 4px;

	transition:background 0.5s ease, color 0.5s ease;
	-webkit-transition:background 0.5s ease, color 0.5s ease;
	-moz-transition:background 0.5s ease, color 0.5s ease;
	-o-transition:background 0.5s ease, color 0.5s ease;	
}
.left .login-table input[type=submit]:hover {
	background: #F4F4F4;
	color: #0171bb;
	text-decoration:none;	
	border: 1px solid #ff9601;
	text-shadow:1px 1px 0px #fff;
}
/*
.left .login-table input#submit {
    background: none repeat scroll 0 0 #ff9601;
    border: 1px solid #d78004;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-family: verdana,sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 7px 0;
    width: 175px;
    font-weight: bold;
}
*/
.left .login-table .info {
    border: 1px solid #FF0000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 425px;
}

.login {
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;	
}

.simple-table.rem-pass-btn td {
	border: none;
}
.simple-table.rem-pass-btn {
    margin: 0;
}


/* =register form *************/

.register {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;	
}
#formRegister .etykieta {
	float: left;
	width: 200px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
#formRegister input, form#formRegister textarea {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #666;
    font-family: verdana,sans-serif;
    font-size: 11px;
    margin: 0 0 13px;
    padding: 7px;
    width: 230px;
}
#formRegister .captcha input {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #666;
    font-family: verdana,sans-serif;
    font-size: 11px;
    margin-right: 10px;
    width: 163px;
    float: left;
}

#formRegister input[type=submit] {
	-moz-box-shadow:inset 0px 3px 1px -2px #ffffff;
	-webkit-box-shadow:inset 0px 3px 1px -2px #ffffff;
	box-shadow:inset 0px 3px 1px -2px #ffffff;
	background-color:#ff9601;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	padding:4px 7px 5px 7px;
	text-decoration:none;
	border: 1px solid #ff9601;
	cursor: pointer;
	width: 155px;
	text-indent: 0;
	margin-right: 4px;

	transition:background 0.5s ease, color 0.5s ease;
	-webkit-transition:background 0.5s ease, color 0.5s ease;
	-moz-transition:background 0.5s ease, color 0.5s ease;
	-o-transition:background 0.5s ease, color 0.5s ease;	
}
#formRegister input[type=submit]:hover {
	background: #F4F4F4;
	color: #0171bb;
	text-decoration:none;	
	border: 1px solid #ff9601;
	text-shadow:1px 1px 0px #fff;
}
.checkbox {
	width: auto !important;
}

table.spotkania {
	width: 100%;
}

table.spotkania tr th {
	background: #e8e8e8;
}

table.spotkania tr td, tr th {
	border: 1px solid #ccc;
	padding: 10px 25px;
	text-align: center;
}