/*static modal window*/
.overlay, .create_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1001;
}
#noactivation_modal .panel_header {
	position: relative;
}
#noactivation_modal #logo_link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#ok_noactivation {
	display: block !important;
	margin: 10px auto 0;
}
#static_help_panel {
	top: 60px;
	z-index: 1113;
}
#preview #static_help_panel, #preview #creation_panel_wrapper, #preview .create_overlay {
	display: none;
}
#preview .overlay {
	z-index: 1113;
}
#static_help_panel .static_modal {
	width: 950px;
	margin-top: -302px;
}
#static_help_panel #help_panel_window_close {
	display: block !important;
	margin: 0 auto;
}
/*contents*/
#main, #top {
	position: relative;
}
.right {
/*positions styles for module image*/
	float: right;
	margin: 0 0 5px 15px;
}
.center {
	display: table;
	float: none;
	margin: 0 auto 5px !important;
}
.left {
	float: left;
	margin: 0 15px 5px 0;
}
#menu ul.normal_mode {
	overflow: hidden;
}
#menu li label {
	display: none;
}
#sub-menu .active a, #sub-menu .active form {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
#menu li.active, #sub-menu .active {
	position: relative;
}
#menu li.active.edit > a, #menu li.active.edit > a:hover {
	text-decoration: none !important;
}
#menu .menu_edited .rich-inplace-input-controls-set {
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
#sub-menu .active form {
	width: 13px;
}
#header {
	position: relative;
	z-index: 101;
}
#header h1, #header h2 {
	position: relative;
	white-space: nowrap;
}
/*#header .empty_header {
	position: absolute !important;
}
*/
#logo {
	position: relative;
	line-height: normal;
}
#header_image_wrapper {
	position: relative;
	display: block;
	background: #000;
}
/* jQuery Nivo Slider v2.3 */
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	background: url(../gfx/ajax_process.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	border: 0;
	z-index: 60;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	height: 100%;
	z-index: 50;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	background: #000;
	opacity: 0.8;
/* Overridden by captionOpacity setting */
	z-index: 89;
}
.nivo-caption p {
	margin: 0;
	padding: 5px;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	width: 30px;
	height: 30px;
	margin: -15px 2% 0;
	top: 50%;
	text-indent: -299999px;
	outline: none;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0;
	background: url(../gfx/ikony/nivo_arrows.png) no-repeat 0 0;
}
.nivo-nextNav {
	right: 0;
	background: url(../gfx/ikony/nivo_arrows.png) no-repeat -30px 0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4px;
	text-align: center;
	z-index: 99;
}
.nivo-controlNav #nivo-timer {
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	background: #0f0;
	z-index: 0;
}
.nivo-controlNav a {
	position: relative;
	margin: 0 2px;
	padding: 0 4px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal !important;
	color: #555 !important;
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.4) !important;
	border: 1px solid rgba(0, 0, 0, 0.4) !important;
	z-index: 1;
	cursor: pointer;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#nivo-spinner {
	position: absolute;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-image: url(../gfx/ajax-loader.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 1;
}
.nivo-controlNav a.active {
	color: #1b1b1b !important;
	font-weight: bold !important;
	background: rgba(255, 255, 255, 0.8) !important;
	border: 1px solid rgba(0, 0, 0, 0.8) !important;
}
.nivo-controlNav a:hover {
	color: #f00 !important;
	background: rgba(255, 255, 255, 0.6) !important;
	border: 1px solid rgba(0, 0, 0, 0.6) !important;
}
/*============end of nivo styles==============*/
#languages {
	position: absolute;
	top: 1px;
	right: 0;
	line-height: 16px;
	z-index: 200;
}
.lang_txt {
	position: relative;
	display: block;
	float: right;
}
#languages ul {
	position: relative;
	float: right;
	margin: 0 !important;
	padding: 0 5px 0 0 !important;
	top: 0;
	right: 0;
	list-style: none;
	line-height: normal !important;
}
#languages li {
	margin: 0 0 0 3px !important;
	padding: 0 !important;
}
#languages img {
	padding: 0 3px;
	vertical-align: bottom;
}
#languages a {
	display: block;
	padding-left: 5px;
	text-decoration: none;
}
#languages .current {
	float: left;
	padding: 0;
}
#languages .lang {
	display: none;
	clear: left;
}
#languages .arrow {
	display: block;
	float: left;
	width: 6px;
}
.long_text ul, .long_text ol {
	list-style-position: inside;
	margin-left: 10px;
	padding-left: 0;
}
.filewrapper .file_dl_link {
	display: block;
	float: right;
	font-weight: 700;
}
.body, #body {
	position: relative;
}
.module_header {
	height: 40px;
	position: relative;
	margin: 0 0 20px 0;
}
.thumbwrapper {
	padding: 3px;
	margin: 5px;
	border: 1px solid #000;
	background: transparent;
	text-align: center;
	font-size: 94%;
}
/*sidebar*/
#sidebar {
	position: relative;
}
.module {
	position: relative;
}
#sidebar li {
	position: relative;
}
#sidebar_fb_like {
	padding: 0 0 10px;
}
#fb_like_box_wrapper {
	margin: 0 auto;
	padding: 0 0 20px;
	overflow: hidden;
}
#sidebar_fb_likebox iframe {
	margin: -1px -1px 0;
}
#sidebar_slideshow {
	/*z-index: 0;
*/
}
#slideshow {
	position: relative;
	display: block;
	margin: 10px auto;
	text-decoration: none;
	font-weight: normal;
	border: none;
	z-index: 1;
}
#slideshow:hover {
	text-decoration: none;
	font-weight: normal;
}
#slideshow .slide {
	position: absolute;
	text-align: center;
	opacity: 0;
	z-index: 1;
}
#slideshow .slide_content_wrapper {
	display: table-cell;
	vertical-align: middle;
}
#slideshow .slide_content {
	position: relative;
	display: inline-block;
}
#slideshow .slide img {
	display: inline-block;
}
#slideshow .slide_title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: normal !important;
	font-weight: normal;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
#sidebar_promotion_content {
	padding: 0 10px;
}
#sidebar_sidebanner .sidebanner {
	display: block;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
#sidebar_sidebanner img {
	display: block;
	margin: 0 auto;
}
.thumbwrapper p {
	line-height: normal;
	margin: 0;
	padding: 0;
}
/*footer*/
#footer {
	position: relative;
}
#footer_side {
	position: relative;
}
#visits_counter_wrapper {
	position: absolute;
	display: block;
	/*padding: 0 0 10px 10px;
	left: 0;
	bottom: 0;
*/
	line-height: normal;
	font-weight: normal;
	text-align: center;
}
#visits_text {
}
#visits_counter {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#visits_counter span {
	display: inline-block;
}
#visits_counter #visits_text_back {
	display: block;
}
#visits_counter #visits_digits {
	display: block;
}
/*contents*/
.contents {
	position: relative;
}
.higher {
	z-index: 3;
}
/*articels*/
.chapter {
	margin-bottom: 10px;
}
.chapter.video {
	margin-top: 30px;
}
.thumb {
	text-align: center;
	clear: both;
	margin: 0 0 3px 0;
}
.thumbcaption {
	display: block;
	text-align: center;
	line-height: normal !important;
	word-wrap: break-word;
}
.thumbcaption .rich-inplace, .service_title  .rich-inplace {
	white-space: normal;
	word-wrap: break-word;
}
/*gallery*/
.gallery_wrapper {
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
}
.imagewrapper {
	line-height: normal;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}
.imagewrapper table {
	background: transparent;
}
.image {
	display: table-cell;
	clear: both;
	margin: 0 0 3px 0;
	border: solid 2px #000;
	vertical-align: middle;
}
.image_content {
	position: relative;
	display: block;
}
.image .image_link {
	border: none;
}
/*contact*/
.contact_box {
	float: left;
	width: 470px;
	padding: 5px 0 15px 0;
}
.red_header {
	padding-bottom: 6px;
	font-weight: bold;
}
.contact_line {
	padding-left: 8px;
	border-left: 2px solid #000;
}
.contact_box p {
	margin: 0;
	padding: 2px 0 2px 0;
	text-indent: 0;
}
.address {
	line-height: 24px;
	font-style: italic;
}
.contact_form {
	float: right;
	display: inline;
}
.contact_form #formButton {
	cursor: pointer;
}
.email_status {
	margin-bottom: 3px;
	background: #0f0;
	background: rgba(0, 255, 0, 0.4);
	border: 1px solid #000;
}
.contact_map_wrapper {
	width: 92%;
	margin: 0 auto;
	padding: 20px 0 0;
}
.contact_form.narrow {
	width: 45%;
}
.contact_form.wide, #gmap_static.wide {
	display: block;
	float: none;
	width: 90%;
	margin: 0 auto;
}
.contact_form_title {
	margin-bottom: 5px !important;
	padding-bottom: 0 !important;
	font-size: 1.17em !important;
}
.contact_form input[type=text], .contact_form textarea {
	display: block;
	margin: 2px 0;
	color: #333;
	/*background: #fff;
	border: 1px solid #666;
*/
}
.contact_form textarea {
	width: 100%;
	height: 200px;
	resize: none;
}
.contact_form .error {
	display: block;
	margin: 1px 0;
	padding: 0 4px;
	background: #f00;
	background: rgba(255, 0, 0, 0.7);
}
.button_send {
	border: none;
	display: inline-block;
	padding: 2px 10px;
}
#sendFromName, #sendFrom {
	display: inline-block;
	width: 97%;
}
#sendMessage {
	display: block;
	width: 97%;
}
#gmap_static {
	position: relative;
	display: inline;
	float: left;
	text-align: center;
}
#gmap_static.narrow {
	width: 45%;
	height: 250px;
}
#gmap_static.wide {
	height: 500px;
}
#map {
	display: block;
	margin: 0 auto;
}
/*offer*/
.service_box {
	position: relative;
	width: 80%;
	margin: 5px auto;
	line-height: normal;
	text-align: right;
	border-bottom: 1px solid #000;
}
.service_title {
	float: left;
	width: 70%;
	font-weight: bold;
	text-align: left;
}
.service_desc {
	text-align: left;
	padding-top: 5px;
}
.service_price {
	float: right;
	width: 30%;
	font-weight: bold;
}
.service_desc p {
	margin: 0;
	padding: 0;
}
#static_order_modal {
	display: none;
}
#static_order_modal .static_modal, #offer_settings_panel .rich-tabpanel-content {
	width: 500px;
	color: #1b1b1b;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
}
#static_order_modal .static_modal h4, #offer_settings_panel .rich-tabpanel-content h4 {
	color: #1b1b1b;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#static_order_modal .static_modal h5, #offer_settings_panel .rich-tabpanel-content h5 {
	color: #1b1b1b;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.order_modal_prod_name {
	font-weight: bold;
}
.order_date {
	display: block;
	padding: 15px 0 0;
	text-align: center;
}
.order_date .datepicker {
	width: 88px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.order_info_wrapper {
	width: 400px;
	margin: 0 auto;
}
.order_customer_info {
	display: block;
	padding: 20px 0 5px;
	text-align: center;
}
#static_order_modal .static_modal label, #offer_settings_panel .rich-tabpanel-content label {
	display: block;
	clear: left;
	float: left;
	width: 120px;
	margin: 3px 0;
}
.order_info_wrapper input {
	margin: 1px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#static_order_modal .text_container, #offer_settings_panel .rich-tabpanel-content .text_container {
	padding: 15px 20px;
}
#static_order_modal .buttons {
	text-align: center;
}
/*download*/
.filewrapper {
	clear: both;
	position: relative;
	width: 80%;
	margin: 8px auto;
}
.filewrapper .image_toolbar {
	width: 80px;
	left: -21px;
}
.file {
	position: relative;
	float: left;
	padding-right: 5px;
}
.download_link {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0;
	text-decoration: none !important;
}
.download_link span {
	display: block;
}
.download_link .arrow {
	position: absolute;
	width: 16px;
	height: 16px;
	left: -5px;
	bottom: -2px;
	background: url(../gfx/ikony/strzalki.png?3.8.3) no-repeat;
}
.filewrapper .size {
	font-weight: normal;
}
.file_name {
	font-weight: bold;
}
.file_desc {
	display: block;
	clear: left;
	margin-top: 15px;
}
.filewrapper .button {
	display: inline;
}
/*news*/
.newswrapper .info_title {
	display: inline;
	margin: 0;
}
.newswrapper .info_date {
	float: right;
	margin: 0 0 0 10px;
	font-weight: bold;
}
.newswrapper .short_info, .newswrapper .full_info {
	padding: 5px 10px;
}
.newswrapper .news_footer, .sidebar_footer {
	margin-bottom: 25px;
}
.newswrapper .news_footer .full_info_link, .sidebar_footer .full_info_link {
	float: right;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0 30px 3px 18px;
	text-align: right;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 1px;
}
.sidebar_footer .full_info_link {
	padding: 0 0 3px 3px;
}
.newswrapper .news_footer .full_info_link img, .sidebar_footer .full_info_link img {
	vertical-align: bottom;
}
/*career*/
.jobwrapper {
	margin-bottom: 20px;
}
.jobwrapper .job_header .info_title {
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 20px;
	letter-spacing: 5px;
}
.jobwrapper .full_job {
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.jobwrapper .full_job h4 {
	font-weight: 700;
	text-align: left;
	margin: 25px 0 5px;
}
.jobwrapper .full_job h4.offer {
	background: url(../gfx/ikony/briefcase.png?3.8.3) no-repeat left center;
	padding-left: 24px;
}
.jobwrapper .full_job h4.requirements {
	background: url(../gfx/ikony/asterisk_orange.png?3.8.3) no-repeat left center;
	padding-left: 24px;
}
/*video*/
.video .rich-mpnl-body {
	text-align: center;
}
.video input.video-link {
	width: 400px;
	margin: 10px auto 20px auto;
	padding: 5px 5px 5px 26px;
	background: #fff url(../gfx/ikony/world_link.png?3.8.3) 5px center no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.flash_vid {
	padding: 20px;
	text-align: center;
	border: 2px solid #ccc;
	z-index: 1;
}
.contents.video {
	margin: 10px 0;
}
/*sidebar addresses*/
#address_box {
	padding: 0 0 0 10px;
}
#address_box p {
	margin: 5px 0 0 0;
	text-indent: 0;
}
.addr_mail, .addr_phone, .addr_mobile, .addr_email, .addr_fax, .addr_gg, .addr_skype, .addr_nip, .addr_regon, .addr_account {
	margin: 2px 0 2px 0;
	padding: 0 0 0 25px !important;
	line-height: 18px;
	word-wrap: break-word;
}
.addr_phone {
	background: url(../gfx/kontakt/phone.png?3.8.3) left center no-repeat;
}
.addr_mobile {
	background: url(../gfx/kontakt/mobile.png?3.8.3) left center no-repeat;
}
.addr_email {
	background: url(../gfx/kontakt/email.png?3.8.3) left center no-repeat;
}
.addr_fax {
	background: url(../gfx/kontakt/fax.png?3.8.3) left center no-repeat;
}
.addr_gg {
	background: url(../gfx/kontakt/gg.png?3.8.3) left center no-repeat;
}
.addr_skype {
	background: url(../gfx/kontakt/skype.png?3.8.3) left center no-repeat;
}
.addr_nip {
	background: url(../gfx/kontakt/nip.png?3.8.3) left center no-repeat;
}
.addr_regon {
	background: url(../gfx/kontakt/regon.png?3.8.3) left center no-repeat;
}
.addr_account {
	background: url(../gfx/kontakt/account.png?3.8.3) left center no-repeat;
}
.addr_email a {
	word-wrap: break-word;
}