@charset "UTF-8";
body {
	background-color: white;
	color: #A5A5A5;
	font-family: Calibri;
	font-size: 12px;
	margin: 0;
}

img {
	border: 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

div.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: black;
}

h1 {
	font-size: 18px;
	width: 100%;
	margin: auto;
	text-align: center;
}

/* układ strony */
div#container {
	margin: auto;
	width: 950px;
}

div#content {
	width: 950px;
}

div#top {
	height: 90px;
	width: 950px;
}

div#logo {
/*	width: 100px;*/
	height: 80px;
	padding: 10px 15px 0 160px;
	
}

div#wdsl {
	padding-top: 15px;
    padding-left: 150px;
	
}

div#panel {
	width: 200px;
	background: url('../_img/panel.png') no-repeat center center;
	height: 90px;
}

div#panel form {
	margin: 35px 0 0 20px;
	color: black;
}

div#panel div {
	padding-bottom: 2px;
	font-size: 11px;
}

div#panel span {
	display: block;
	text-align: right;
	width: 30px;
	float: left;
	padding: 2px 5px 0 0;
}

div#panel input {
	border: 0;
	width: 105px;
	font-size: 11px;
	padding: 0;
}

div#panel input#password {
	width: 50px;
}

div#panel input#log {
	width: 50px;
	margin-left: 5px;
}

div#header {
	width: 950px;
	height: 133px;
	cursor: pointer;
	background-image: url('../_img/header.png');
}

div#header div.main {
	height: 133px;
	width: 237px;
	float: left;
	position: relative;
}

div#header div#internet {
	background: url('../_img/internet.png') no-repeat center 8px;
}

div#header div#internet:hover {
	background: url('../_img/internet_h.png') no-repeat center 8px;
}

div#header div#phone {
	background: url('../_img/phone.png') no-repeat center 8px;
}

div#header div#phone:hover {
	background: url('../_img/phone_h.png') no-repeat center 8px;
}

div#header div#monitoring {
	background: url('../_img/monitoring.png') no-repeat center 8px;
}

div#header div#monitoring:hover {
	background: url('../_img/monitoring_h.png') no-repeat center 8px;
}

div#header div#biznes {
	background: url('../_img/biznes.png') no-repeat center 8px;
}

div#header div#biznes:hover {
	background: url('../_img/biznes_h.png') no-repeat center 8px;
}

div#main {
	margin: auto;
	width: 950px;
	/*    overflow: hidden;*/
	position: relative;
}

div#c_left {
	width: 236px;
	overflow: hidden;
	float: left;

}

div#calc_header {
	background: url('../_img/calc_header.png') top left no-repeat;
	width: 230px;
	height: 42px;
}

div#calc_res {
	margin-bottom: 15px;
	padding: 10px;
	color: black;
}

div#calc_res span {
	font-weight: bold;
	color: #E5342D;
}

div#hotspot {
	background: url('../_img/hotspot.png') top left no-repeat;
	width: 230px;
	height: 124px;
	position: relative;
}

div#hotspot_btm {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 230px;
	padding-bottom: 6px;
	font-size: 14px;
	letter-spacing: 2px;
}

div#hotspot_btm a {
	color: white;
}

div#hotspot_btm a:hover {
	text-decoration: underline;
}

div#c_right {
	float: left;
	margin: 0;
	border: 1px solid black;
	border-top: 0;
	width: 712px;
	min-height: 600px;
}

div#footer {
	margin: 10px 0;
	text-align: center;
	width: 100%;
	color: #858776;
	font-size: 12px;
}

/*menu*/
div#menu {
	width: 712px;
	background-color: black;
	height: 30px;
	z-index: 10;
	text-align: center;
	margin-top: 2px;
	border-bottom: 4px solid #990000;
}

div#menu div.f {
	float: left;
	font-size: 14px;
	cursor: pointer;
	height: 30px;
	margin: 0;
	z-index: 15;
	color: white;
}

div#menu div.bkg,
div#menu div.bkga {
	border-right: 1px dotted white;
	padding: 4px 6px 0;
	height: 24px;
	margin: 1px 0;
}

#menu div.last div.bkg,
#menu div.last div.bkga {
	border: 0 !important;
}

#menu div.menu:hover,
#menu div.menu.selected,
#menu div.active {
	background-color: #990000;
}

#menu div a {
	color: white;
}

#menu div.active>a {
	text-decoration: underline;
}

#menu div.childs {
	position: absolute;
	z-index: 1000;
}

#menu div.links {
	float: none;
	font-size: 14px;
	padding: 4px 0 0;
	z-index: 10;
	text-align: left;
	background-color: rgba(153, 0, 0, 0.9);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px 7px;
	border-bottom-left-radius: 10px 7px;
	border-color: rgb(153, 0, 0);
	border-width: 4px;
}

#menu div.links div {
	padding: 5px 15px;

}

#menu div.links div.last {
	border: 0 !important;
}

#menu div.links a {
	color: white;
	padding: 4px;
	font-size: 14px;
}

#menu div.links div:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/*breadcrumbs*/
div#breadcrumbs {
	color: black;
	padding: 15px 0 0 15px;
	font-size: 12px;
}

div#breadcrumbs a {
	color: #E63C31;
}

/*article*/
div#cnt {
	margin: 5px 10px;
}

div#art_header {
	color: black;
	font-size: 28px;
	border-bottom: 4px solid #E5332C;
	margin: 0 15px 10px;
}

div.art_art {
	margin-top: 10px;
}

div.art_date {
	color: #9C9D9D;
	font-size: 15px;
}

div.art_content {
	font-size: 14px;
	color: black;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 15px;
}

div.art_content.list {
	border-bottom: 2px solid #9C9D9D;
}

div.art_content a {
	text-decoration: none;
}

div.art_content a:hover {
	text-decoration: underline;
}

div.art_title {
	border-left: 0;
	font-size: 18px;
	color: #E5342D;
}

div.art_logo {
	float: left;
	margin-right: 15px;
	margin-top: -5px;
}

div.art_logo img.border {
	border: 1px solid #9C9D9D;
	padding: 5px;
}

div.art_short {
	padding-bottom: 15px;
	margin-top: 5px;
}

div.art_short p {
	margin-top: 0 !important;
}

div.art_more {
	float: right;
}

div.art_more a {
	text-decoration: underline;
	color: #00ADDD;
}

/*gallery*/
div.gallery {
	overflow: hidden;
	clear: both;
}

div.gal_title {
	border-left: 0;
	font-size: 18px;
	color: #E5342D;
}

div.gal_desc {
	padding: 20px 0;
}

div.gal_images img {
	padding: 0 20px;
}

/*prawa kolumna*/
div.box {
	border: 1px solid #385d8a;
	width: 295px;;
	margin: 0 0 30px;
}

div.box_title {
	background-color: #254286;
	color: white;
	width: 258px;
	height: 24px;
	font-size: 18px;
	padding: 2px 0 0 40px;
}

div.box_content {
	color: #385d8a;
	padding: 15px;
}

div.box_content a {
	font-size: 14px;
}

div.box_content a.dot {
	padding: 0 10px 0 25px;
	margin-left: 5px;
	background: url('../_img/box_dot.png') no-repeat left 10px;
	display: block;
}

div.box_content a.dot span.date {
	display: block;
	font-size: 12px;
}

div.box_content a.bold,
div.box_content a.dot span.bold {
	font-weight: bold;
	font-size: 14px;
}

div.box_content a.seeall {
	font-size: 12px;
}

div.box div.news_border {
	border-bottom: 1px dotted #385d8a;
	height: 1px;
	width: 205px;
	margin: 1px auto 5px;
	padding: 2px 0;
}

/*multiBox - for MooTools 1.2 stylesheet - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb {
	outline: none;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	text-decoration: none;
	color: #666;
}

.mb img {
	display: block;
	border: none;
}

.mbClear {
	clear: both;
	width: 100%;
	height: 20px;
}

.mbHidden, .multiBoxDesc {
	display: none;
}

/* Pop-up styles - - - - */
.MultiBoxContainer {
	background: #fff;
	position: absolute;
	border: 15px solid #000;
	display: none;
	z-index: 103;
	text-align: left;
}

.MultiBoxLoading {
	background: url(../_img/loader.gif) center no-repeat;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
}

.MultiBoxClose {
	background: url(../_img/close.png) no-repeat;
	position: absolute;
	top: -24px;
	right: -24px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0;
	position: relative;
}

.MultiBoxControls {
	background: #000;
	width: 100%;
	position: relative;
	font-family: Calibri, Helvetica, Garuda, sans-serif;
	color: #fff;
}

.MultiBoxDownload a,
.MultiBoxDownload a:link,
.MultiBoxDownload a:visited,
.MultiBoxDownload a:hover,
.MultiBoxDownload a:active {
	font-size: 9px;
	color: #ccc;
	margin: 5px 0 0 35px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	outline: none;
}

.MultiBoxDownload a:hover {
	color: #fff;
}

.MultiBoxPrevious {
	background: url(../_img/left.png) no-repeat;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	margin: 5px 0 0 0;
	cursor: pointer;
}

.MultiBoxNext {
	background: url(../_img/right.png) no-repeat;
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0;
	margin: 5px 0 0 0;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	background: url(../_img/rightDisabled.png) no-repeat;
	cursor: default;
}

.MultiBoxPreviousDisabled {
	background: url(../_img/leftDisabled.png) no-repeat;
	cursor: default;
}

/*Bottom text - - - - */
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	display: inline;
}

.MultiBoxNumber {
	position: relative;
	width: 90px;
	margin: 10px 35px 0 0;
	float: right;
	font-size: 11px;
	text-align: right;
	display: inline;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align: left;
}

/* Overlay icon - - - - */
.OverlayIcon {
	background: transparent url(../_img/MagIcon.png) no-repeat;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 17px;
	height: 17px;
}

/* MooTools tips - - - - */
.mbTips {
	background: #fff;
	font-size: 10px;
	color: #000;
	border: 1px solid #3FB6E2;
	padding: 2px;
}

.mbTips .tip-text {
	display: none;
}

/*formularze*/
div.FormBody {
	margin-top: 20px;
}

input,
button,
textarea {
	font-size: 12px;
	border: 1px solid black;
	background-color: white;
	color: black;
}

div.FormRow {
	clear: both;
	padding: 3px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.FormDesc {
	width: 200px;
	text-align: right;
	padding: 0 5px;
	font-size: 12px;
	float: left;
}

div.FormValue {
	float: left;
}

div.FormValue input,
div.FormValue textarea {
	width: 250px;
}

div.FormHelp {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
}

div.FormSubmit {
	margin: 5px 0;
	width: 100%;
	clear: both;
}

div.FormSubmit input,
input.btn,
div.FormButton input,
button,
input.FormButton {
	cursor: pointer;
}

div.FormSubmit input,
input#msg_captcha {
	width: 130px;
}

div.FormButton {
	clear: both;
	margin: 10px;
}

div.FormSubmit input:hover,
div.FormButton input:hover,
input.btn:hover, button:hover,
input.FormButton:hover {
	color: red;
}

span.FormError {
	font-size: 10px;
	color: red;
	padding-left: 10px;
}

p.FormError {
	font-size: 12px;
	color: red;
	text-align: center;
}

div.sendOK {
	margin: auto;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}

div.DefaultPointyTip li {
	padding-bottom: 0 !important;
}

/* ----------------IMAGE SLIDER------------- */
#slider_outer {
	width: 236px;
	height: 240px;
	margin: 0 0 5px 0;
	display: block;
}

#slider_outer .slider_forward,
#slider_outer .slider_back {
	display: none;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 240px;
	bottom: 0;
	right: 5px;
	z-index: 5;
	background: url(../_img/right.png) no-repeat center;
}

#slider_outer .slider_back {
	left: 5px;
	background: url(../_img/left.png) no-repeat center;
}

#slider_inner {
	position: relative;
	overflow: hidden;
	height: 240px;
}

#slider_inner.pointer {
	cursor: pointer;
}

#slider_inner #slider_items a:hover {
	text-decoration: underline;
}

#slider_items {
	display: block;
	position: relative;
}

#slider_items div.slider_element {
	display: block;
	position: relative;
	float: left;
	width: 236px;
	text-align: center;
	color: #FFFFFF;
	height: 240px;
}

/* MooTools.Tips */
.tip-top {
	color: #fff;
	width: 139px;
}

.tip-title {
	width: 123px;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	color: #fff;
	text-align: center;
	padding: 4px 8px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
}

.tip {
	z-index: 40;
}

.tip-text A {
	color: #069;
}

.tip-loading {
	background: url('../_img/loader.gif') center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

/*slider*/
#calc {
	width: 220px;
	color: black;
	height: 16px;
	margin: auto;
	padding: 0 8px;
}

.slider {
	background: url('../_img/slider.png') center center repeat-x;
	margin: auto;
	height: 16px;
	width: 190px;
	margin-left: -210px;
	float: left;
	left: 100%;
	display: block;
	position: relative;
}

.slider .slider_step {
	width: 190px;
	line-height: 10px;
	overflow: hidden;
	height: 10px;
	position: relative;
	top: -10px;
	z-index: 1;
}

.slider .knob {
	background-image: url('../_img/knob.png');
	width: 6px;
	height: 10px;
	cursor: pointer;
	z-index: 10;
}

.slider_bkg {
	position: absolute;
	height: 6px;
	margin: 5px 0 0 0;
	width: 220px;
}

.slider_left {
	height: 16px;
	float: left;
	left: 100%;
	position: relative;
	margin-left: -100%;
	width: 10px;
	background: url("../_img/slider_left.png") no-repeat scroll center right transparent;
}

.slider_right {
	height: 16px;
	float: left;
	left: 100%;
	position: relative;
	margin-left: -20px;
	width: 10px;
	background: url("../_img/slider_right.png") no-repeat scroll center left transparent;
}

.sl {
	background: url('../_img/slg.png') left center no-repeat;
	height: 10px;
	float: left;
	position: relative;
	cursor: pointer;
}

#promo_div {
	display: none;
}

#wrapper {
	position: relative;
	z-index: 25;
}

.select {
	position: absolute;
	top: -8px;
	right: 0;
	padding: 0;
	width: 180px;
	height: auto;
	border-radius: 7px;
}

.list li:first-child {
	display: none;
}

.select .list {
	width: 100%;
	height: 0;
	overflow: hidden;
	color: white;
	border-radius: 0 0 7px 7px;
	font-size: 11px;
	background: #990000;
}

.select.active .list {
	height: auto;
}

.select ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.select li {
	border-top: 1px solid rgba(169, 169, 169, 0.30);
	padding: 6px 10px;
}

.select li:last-child {
	border-radius: 5px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.select li:hover, .select li.highlighted {
	background-color: rgba(0, 0, 0, 0.6) !important;
	cursor: pointer;
}

.select input {
	position: absolute;
	left: -9999999px;
}

.select select {
	position: absolute;
	top: 4px;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.01;
}

.select .selection {
	color: white;
	position: relative;
	padding: 7px 33px 0 10px;
	height: 19px;
	border-radius: 7px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	background: black;
}

.select.active .selection {
	border-bottom: 1px solid #939393;
	height: 18px;
	border-radius: 7px 7px 0 0;
	background-color: #990000;
}

.select .dropdownBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../_img/bg_dropdown_arrow.png) no-repeat right top;
}

#speed {
	margin-top: 15px;
}

div#calc label {
	padding-top: 4px;
}

div.slids {
	color: black;
	margin: 20px auto auto;
	padding: 0 8px;
	width: 220px;
}

div#sliders {
	display: none;
}

#map {
	margin-top: 20px;
}

div.pagination {
	text-align: center;
	margin-top: 10px;
	color: black;
}

div.pagination a.selected {
	color: #E5342D;
	font-size: 14px;
}
div#ig {
	margin-top: 10px;
	text-align: center;
}
.cookie-alert {
    color: black;
}