/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Reset styles
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: PT Sans;
}

body {
    line-height: 1;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

input, textarea {
	padding: 0;
}


/* Global styles
-----------------------------------------------------------------------------*/
html {
	height: 100%;
}

body {
	/*background: #f0f0f0;*/
	color: #000000;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	width: 100%;
	height: 100%;
}

a {
	color: #3366cc;
	text-decoration: underline;
}

a:hover {
    color: #f2362f;
}
#content a:hover {
    color: #f2362f;
}


p {
	margin: 13px 0;
	text-align: left;
}

h1, h1 a {
	/*font-size: 18px;*/
	font-size: 26px;
	color: #070707;
	margin: 8px 0 10px 0;
}

h2, h2 a {
	font-size: 14px;
	color: #cc5000;
	padding-top: 14px;
	margin: 0;
}

h3, h3 a {
	font-size: 12px;
	color: #cc5000;
	margin: 12px 0 10px 0;
}

h4, h4 a {
	font-size: 14px;
	color: #cc5000;
	margin: 8px 0 10px 0;
	font-weight: normal;
}

h5, h5 a {
	font-size: 12px;
	color: #cc5000;
	margin: 8px 0 10px 0;
	font-weight: normal;
}

h6, h6 a {
	font-size: 10px;
	color: #cc5000;
	margin: 8px 0 10px 0;
	font-weight: normal;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {color: #000;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td, table th {
	border: 1px solid #BEC2D0;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

table p{
margin: 0px;
padding: 0px;
}

.

ul {
	list-style: disc;
	margin: 5px 0 5px 15px;

}
div#content ul {
    margin-left: 16px;
}

ol {
	list-style: disc;

}

li {list-style: disc; margin-left: 16px; padding: 3px;}

input {
	vertical-align: middle;
}

hr {
	background: #ccc;
	color: #ccc;
	border: 0;
	height: 1px;
	margin: 7px auto;
	text-align: center;
	width: 90%;
}

* html hr {
	margin: 0 auto;
}

*+html hr {
	margin: 0 auto;
}

/* for clear floats */
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/* Text Align */
.tLeft {text-align: left;}
.tCenter {text-align: center;}
.tRight {text-align: right;}

/* Floats */
.fLeft {float: left;}
.fRight {float: right;}
.fNone {float: none;}

/* Wrapper
-----------------------------------------------------------------------------*/
@media (max-width: 900px) {
    #wrapper {
        width: 900px;
        min-width: 1000px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    }
}

@media (max-width: 1200px) {
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
}

@media (min-width: 1200px) {
    #wrapper {
        width: 1200px;
        min-width: 1000px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto;
    }
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 385px;
	background: #fff url(images/header-repeat.jpg) repeat-x left top;
	position: relative;
}

#header-inner {
	background: url(images/header2.jpg) no-repeat left top;
	height: 385px;
}

.logo {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 250px;
	height: 140px;
	top: 25px;
	left: 40px;
}


/* Top Menu */
.topmenu {
	margin: 0;
	position: absolute;
	right: 25px;
	top: 35px;

}

.topmenu li {
	list-style: none;
	display: inline;
	color: #ccae8e;
	font-size: 13px;
}

.topmenu li a {
    color: #FFDCB7;
    font-size: 13px;
    text-decoration: none;
}

.topmenu li a:hover {
	color: #f6f6f4;
}

.topmenu li:before {
	content: '\00A0\00A0\00A0/\00A0\00A0\00A0\00A0';
}

.topmenu li:first-child:before{
	content: "";
}


/* Header Phone */
.h-phone {
	font-size: 16px;
	color: #e7e0af;
	position: absolute;
	top: 60px;
	left: 350px;
}

.h-phone span {
	font-size: 12px;
	color: #0e0000;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 3px;
}

.y-search {
	list-style: none;
	margin: 0;
	position: absolute;
	bottom: 100px;
	right: 10px;
	z-index: 200;
    width: 280px;
}

/* H Menu (icons) */
.hmenu {
	list-style: none;
	margin: 0;
	position: absolute;
	bottom: 60px;
	right: 40px;
	z-index: 200;
}

.hmenu li {
	display: inline-block;
	width: 27px;
	height: 26px;
	margin: 0 13px;
}
* html .hmenu li {display: inline;}
*+html .hmenu li {display: inline;}

.hmenu li:hover {
	background: url(images/hmenu-hover.png) no-repeat;
}

.hmenu li a {
	display: block;
	width: 27px;
	height: 27px;
}

/* H-menu Icons */
.hmenu li a.hmenu-home {
	background: url(images/hmenu-icon-home.png) no-repeat 8px 7px;
}

.hmenu li a.hmenu-home:hover {
	background: url(images/hmenu-icon-home-hover.png) no-repeat 8px 7px;
}


.hmenu li a.hmenu-map {
	background: url(images/hmenu-icon-map.png) no-repeat 9px 7px;
}

.hmenu li a.hmenu-map:hover {
	background: url(images/hmenu-icon-map-hover.png) no-repeat 9px 7px;
}

.hmenu li a.hmenu-email {
	background: url(images/hmenu-icon-email.png) no-repeat 8px 9px;
}

.hmenu li a.hmenu-email:hover {
	background: url(images/hmenu-icon-email-hover.png) no-repeat 8px 9px;
}
/**/



/* Main Menu */
.mainmenu-wrapper {
	margin-right: 200px;
}

.mainmenu {
	margin: 0;
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.mainmenu li {
	list-style: none;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 5px 0 35px;
	width: 14%;
}
* html .mainmenu li {display: inline;}
*+html .mainmenu li {display: inline;}

.mainmenu li a {
	text-decoration: none;
	display: block;
	text-align: center;
}

.mainmenu li a img {
}

.mainmenu li a span {
	display: inline-block;
	vertical-align: bottom;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding-right: 14px;
	background: url(images/color1-right.png) no-repeat right top;
	color: #fff;
	margin-top: 5px;
}

.mainmenu li a:hover span em {text-decoration: underline;}

.mainmenu li a span em {
	display: inline-block;
	vertical-align: bottom;
	font-style: normal;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 6px;
	background: url(images/color1-left.png) no-repeat left top;
}

.mainmenu li a span.color1 {background-image: url(images/color1-right.png);}
.mainmenu li a span.color1 em {background-image: url(images/color1-left.png);}

.mainmenu li a span.color2 {background-image: url(images/color2-right.png);}
.mainmenu li a span.color2 em {background-image: url(images/color2-left.png);}

.mainmenu li a span.color3 {background-image: url(images/color3-right.png);}
.mainmenu li a span.color3 em {background-image: url(images/color3-left.png);}

.mainmenu li a span.color4 {background-image: url(images/color4-right.png);}
.mainmenu li a span.color4 em {background-image: url(images/color4-left.png);}


.link-catalog {
	font-size: 22px;
	color: #2a929d;
	text-decoration: none;
	position: absolute;
	right: 65px;
	top: 130px;
	background: url(images/arrow-right.png) no-repeat left center;
	display: inline-block;
	padding: 2px 0;
	padding-left: 20px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0px 140px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	/* width: 100%; */
	float: left;
	overflow: hidden;
    margin-left: 8px;
}
#content {
	padding: 0 250px 0 250px;
    /*background: #f0f0f0;*/
}

#content h2 {
	margin-bottom: 10px;
}

#content {
    font-size: 14px;
}


#wrapper.no-right #content {padding-right: 20px;}

.sidebar a {
	color: #000000;
}

.icon-pdf {
	color: #860e03;
	display: inline-block;
	padding: 1px 0;
	padding-left: 24px;
	background: url(images/icon-pdf.png) no-repeat left center;
}

.colorBlue {color: #2a929d;}

.table-products-wrapper {
	margin: 15px 0 35px;
}

.table-products {
	width: 100%;
	border: 0;
	border-right: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;


}

.table-products td, .table-products th {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #9a9a9a;
}

.catname1 {
	font-size: 17px;
	color: #fff;
	background: #7d7d7d;
	text-align: left;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}

.catname1 a{
	font-size: 17px;
	color: #fff;
	background: #7d7d7d;
	text-align: left;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}

.catname2 {
	font-size: 17px;
	color: #fff;
	background: #b0b0b0;
	text-align: left;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}


.catname2 a{
	font-size: 17px;
	color: #fff;
	background: #b0b0b0;
	text-align: left;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}

.table-products .link {
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}

.table-products .link a {
	font-size: 12px;
	font-weight: bold;
	color: #3e3e3e;
}
.table-products .link a:hover {color: #2a929d;}

.table-products .photo {
	width: 137px;
	vertical-align: middle;
	background: #fff;
	text-align: center;
	}


.table-products .photo a {
	text-decoration: none;
}

.table-products .photo img {
	vertical-align: bottom;
	border: 1px solid #bababa;

}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	padding-left: 14px;
	margin-left: -100%;
	position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
}

.sidemenu {
	margin: 20px 0;
}

.sidebar li {
	list-style: none;
	padding: 1px 0;
    margin-left: 6px;
}

#sideLeft p {
    font-size: 14px;
    text-indent: -4px;
    margin: 20px 0 6px;
    color: #cc5000;
}

#sideLeft li a {
    color: #00547e;
    font-size: 13px;
    display: inline-block;
    padding: 2px 0;
    padding-left: 4px;
    text-decoration: none;
}

#sideLeft li a:hover, #sideLeft li.active a  {
	color: #f2362f;
	background: url(images/sidemenu-marker.png) no-repeat left center;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 180px;
	padding-right: 14px;
    padding-left: 12px;
	margin-left: -230px;
	position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
}

.textwidget {
padding: 0px;
margin: 0px;
}

.textwidget a{
color: #2a929d;
padding: 0px;
margin: 0px;
font-size: 12px;
}

.textwidget a:hover{
color: #2a929d;
text-decoration: none;
}

.widgettitle {
margin-left: -10px;
}

.news-item {
	margin: 30px 0 15px;
	font-size: 11px;
}
.news-bottom {
    margin: 25px 0 30px 0;
}
.news-bottom a{
    color: #2a929d;
}
.news-bottom a:hover{
    color: #f2362f;
}

.news-item .date {
	color: #666666;
	display: block;
	margin: 10px 0;
}

.news-item a {
	color: #2a929d;
	display: inline-block;
	padding-left: 15px;
	border-left: 1px solid #666666;
	line-height: 16px;
    text-decoration: none;
    font-size: 110%;
}
.news-item a:hover {
    color: #f2362f;;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -90px auto 0;
	min-width: 1000px;
	height: 60px;
	padding: 25px 0 25px 0;
	background: #e1e1e1;
	position: relative;
}

.counters {
	display: inline-block;
	vertical-align: middle;
	margin-left: 35px;
}
* html .counters {display: inline;}
*+html .counters {display: inline;}

.counters a {
	margin: 0 6px;
}

.copyright {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: #9a9a9a;
	margin-left: 35px;
	line-height: 16px;
}
.copyright-left {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #454545;
    margin-left: 35px;
    line-height: 16px;
}
* html .copyright {display: inline;}
*+html .copyright {display: inline;}



.alignright,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.zagol_news{
	font-size:16px;
	font-weight:bold;
	color:black;
}

ul.spisok {
	margin-left: 15px;
}
ul.spisok li {
	margin: 0 0 0 15px;
}

ol.spisok {
	margin-left: 15px;
}
ol.spisok li {
	margin: 0 0 0 15px;
}

table.t_foto{
	border:0;
	margin:20px;
	padding:10px;
}

table.t_foto td{
	border:0;
	margin:20px;
	text-align:center;

}
table.t_foto td.foto_bot{
padding-bottom: 5px;
}

img.img_content{
	margin: 0px 10px 0px 10px;
	border: 3px #D6D6D6 solid;
}



table.partners{
	border:0;
	margin:10px;
	padding:10px;
}

table.partners td{
	border:0;
	margin:10px;
}

table.partners td.logo_part{
	text-align:center;
}

table.awaik2{
	border:0;
	margin:0px;
	padding:0px;
}

table.awaik2 td{
	border:0;
	margin:0;
	border-top: 1px solid #BEC2D0;
	border-bottom: 1px solid #BEC2D0;
}

table.awaik3{
	border:0;
	margin:10px 0px 0px 6px;
	padding:6px;
}

table.awaik3 td{
	padding:6px;
	border:0;
	margin:4px;
	border-top: 1px solid #BEC2D0;
	border-bottom: 1px solid #BEC2D0;
}
.col1 { width: 200px; }
.col2 { width: 100px; }
.col3 { width: 200px; border-left: 1px solid #BEC2D0;margin-left:10px;}

a.awaikbuy:link, a.awaikbuy:visited {
color: #ff3333;
text-decoration: underline;
font-size:16px;
text-align:right;
margin: 10px 40px 10px 10px;
font-weight: bold;
}
a.awaikbuy:hover{
color: #fa7003;
}

.formBuilderError {
color: #ff3333;
}
.formBuilderSubmit {
clear: both;
text-align: left;
float:left;
}
.formBuilderLabel{
font-weight: bold;
padding-top: 16px;
}

.formBuilderSuccess{
color: #ff3333;
text-align: center;
font-weight: bold;
font-size: 16px;
}


.awaik-table {
    width: 100%;
    border: 0;
    border-right: 1px solid #9A9A9A;
    border-left: 1px solid #9A9A9A;


}

.awaik-table td, .awaik-table th {
    padding: 10px 6px 10px 10px;
    border: 0;
    border: 1px solid #9a9a9a;
}

div#awaik-content {
    font-size: 16px;
    line-height: 1.5;
}

#awaik-content h2 {
    font-size: 24px;
}
#awaik-content h3, #awaik-content h3 a  {
    font-size: 20px;
}
#awaik-content h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.awaik-bcn {
    background-color: #F3F3F3;
    padding: 6px 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}
