* { border: none; margin:0px; padding:0px }	

body, html {
	height:100%;  
}

body {
	width: 100%;
	min-height:100%; 
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px; 
	line-height: 160%;
	color: #000;
	font-style: italic;
	background: #fff;
	margin:0px;
    padding: 0px;
	
}

a {
	text-decoration: underline;
	color: #001a97;
}

a:hover {
	text-decoration: underline;
	color: #222;
}

#top {
	display: block;
	width: 100%;
	padding: 30px 0;
	
	background: #e5e5e5;
}

	#top_inner {
		display: table;
		vertical-align: middle;
		width: 900px;
		margin: 0 auto;
	}
		
		#logo {
			display: table-cell;
			vertical-align: middle;
			text-align: left;
		}
			#logo a {	
				width: 300px;
				display: block;
			}
			
				#logo a img {	
					display: block;
					width: 100%;
					height: auto;
				}
			
			
		#menu {
			display: table-cell;
			width: 100%;
			vertical-align: middle;
			text-align: right;
			
			font-size: 16px;
			color: #666;
		}

			#menu a {
				display: inline-block;		
				
				font-size: 18px;
				color: #666;
				text-decoration: none;
				padding: 0 3px;
			}
			
				#menu a.active,
				#menu a:hover {
					color: #222;
				}

#breadcrumbs {
	width: 900px;
	margin: 0 auto;
	text-align: right;
}

	#breadcrumbs .home {
		font-size: 24px;
		color: #666;
		padding-top: 25px;
	}
	
	#breadcrumbs .home span {
		font-size: 140px;
		font-weight: 300;
		color: rgba(0,0,0,0.15);
		display: inline-block;
		vertical-align: middle;
		letter-spacing: -35px;
		padding-right: 40px;
	}
	

	#breadcrumbs ul.breadcrumbs_menu { 
		display: block;
		text-align: right;
		padding-top: 25px;
	}
	
		#breadcrumbs ul.breadcrumbs_menu li {
			display: inline-block;
			padding: 0 5px;
		}
	
		#breadcrumbs ul.breadcrumbs_menu li a {
			display: block;
			color: #999;
			text-decoration: none;
			font-size: 18px;
			text-transform: uppercase;
		}	
		
		#breadcrumbs ul.breadcrumbs_menu li a:hover,
		#breadcrumbs ul.breadcrumbs_menu li a.active {
			color: #222;
		}

	#breadcrumbs ul.breadcrumbs_menu span.menu_separator {
		color: #838383;
		text-decoration: none;
		font-size: 18px;
		padding: 0 2px;
	}	
	
#content {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0px;
	
	font-style: normal;
}

	#content img.lewa {
		float: left;
		margin: 10px 10px 10px 0;
	}
	
	#content img.srodek {
		display: block;
		margin: 10px auto;
		clear: both;
	}

	#content img.prawa {
		float: right;
		margin: 10px 0 10px 10px;
	}

	
	#content ul.home_menu {
		position: relative;
		top: 25vh;
		width: 100%;
		text-align: center;
		list-style: none;
	}

	#content ul.home_menu li {
		display: inline-block;
		padding: 0 5px;
	}

	#content ul.home_menu li a {
		display: block;
		color: #838383;
		text-decoration: none;
		font-size: 26px;
	}	

		#content ul.home_menu li a.chce-zareklamowac span {
			display: block;
			width: 124px;
			height: 86px;
			margin: 0 auto 15px auto;
			
			background-image: url(graf/ico_chce-zareklamowac.png);
			background-size: cover;
			background-position: 0 0;
			background-repeat: no-repeat;
		}	

			#content ul.home_menu li a.chce-zareklamowac:hover {
				color: #222;
			}
			
			#content ul.home_menu li a.chce-zareklamowac:hover span {
				background-position: 100% 0;
			}
		
		#content ul.home_menu li a.chce-zwrocic span {
			display: block;
			width: 99px;
			height: 88px;
			margin: 0 auto 15px auto;
			
			background-image: url(graf/ico_chce-zwrocic.png);
			background-size: cover;
			background-position: 0 0;
			background-repeat: no-repeat;
		}	

			#content ul.home_menu li a.chce-zwrocic:hover {
				color: #222;
			}
			
			#content ul.home_menu li a.chce-zwrocic:hover span {
				background-position: 100% 0;
			}
					
		#content ul.home_menu li a.potrzebuje-pomocy span {
			display: block;
			width: 90px;
			height: 92px;
			margin: 0 auto 15px auto;
			
			background-image: url(graf/ico_pomoc-techniczna.png);
			background-size: cover;
			background-position: 0 0;
			background-repeat: no-repeat;
		}	

			#content ul.home_menu li a.potrzebuje-pomocy:hover {
				color: #222;
			}
			
			#content ul.home_menu li a.potrzebuje-pomocy:hover span {
				background-position: 100% 0;
			}
			
			
	#content ul.home_menu span.menu_separator {
		color: #838383;
		text-decoration: none;
		font-size: 24px;
		padding: 0 10px;
	}	
	
	


#wysylka.visible {
	display: block;
	max-height: 1000px;
	overflow: hidden;
	
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

#wysylka.hidden {
	display: block;
	max-height: 0;
	overflow: hidden;
	
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}


#kotankt_telefon_content.visible,
#kotankt_mail_content.visible {
	display: block;
	max-height: 50px;
	overflow: hidden;
	
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

#kotankt_telefon_content.hidden,
#kotankt_mail_content.hidden {
	display: block;
	max-height: 0;
	overflow: hidden;
	
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
	
	
	
	
	
	
form.form, .validationEngineContainer {
	width: 80%;
	padding: 20px;
	margin: 0 auto;
}
.form label {
	display: block;
	margin-top: 25px;
}

.form legend {
	color: #222;
	font-weight: 900;
}

.form fieldset label {
	float: none;
	text-align: inherit;
	display:block;
	width: auto;
}

.form label span.label_desc {
	font-size: 16px;
}

.form label span.label_header {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
}

.form input,.form select,.form textarea {
	display: block;  /* this breaks relative positioning */
	margin-bottom: 5px;
	font-family: "Roboto Condensed", sans-serif;
}

.form input[type=radio] {
	display: inline-block;
	margin-right: 15px;
}
.form input[type=checkbox] {
	display: inline-block;
	margin-right: 15px;
}


.form .text-input {
	width: 100%;
	color: #555;
	padding: 10px 20px;
	border: 1px solid #bbb;
	font-size: 16px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.form textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 120px;
	min-height: 120px;
	color: #555;
	padding: 10px 20px;
	border: 1px solid #bbb;
	font-size: 16px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.form .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.form span.checkbox, .form .checkbox, .form .radio {
	display: inline;
}

.form .submit {
	display: block;
	margin: 0 auto;
	border: 0px solid #AAA;
	padding: 15px 25px;
	margin-top: 30px;
	text-decoration: none;
	cursor: pointer;
	background: #ff1520;
	color: #fff;
	font-size: 16px;
}


.form .submit:hover {
	background: #666;
	color: #fff;
}





/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #008600;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}