/* HTML Tag Redefinition */
html, body {height: 100%; padding: 0  }
body {/* customize_background */ background:  url(/concrete/themes/default/images/body-background.jpg) top center no-repeat #130a04; /* customize_background */ padding: 0px; margin: 0px; }
body#home {background:  url(/concrete/themes/default/images/body-background-home.jpg) top center no-repeat #100701;}
#body p {
    padding: 10px 15px 0 20px;
}
#body h2 {
	color: #fff;
	font: normal 18px 'PT Sans Narrow';
	padding-top: 0;
}
/* ALL */

a { cursor:pointer}
fieldset { border:1px solid #ccc;}

h1.green {color: #92961a}
h2 {color: #776d6d; font: normal 14px 'Myriad Pro'}
h3 { font: normal 18px 'PT Sans'; color: #110808}
h3.light {color: #92961a; background: #eced9f;padding: 6px 10px}
img { border: 0px }
label { font-weight:bold;}
input {
    outline: none;
}
a.more  {
	font: normal 11px Arial;
	color: white;
	padding: 3px 9px;
	background: -moz-linear-gradient(
	 top,
	 #ac3332 0%,
	 #581313);
	background: -webkit-gradient(
	 linear, left top, left bottom, 
	 from(#AC3232),
	 to(#581313));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #581313;
	clear: both;
	float: left;
	margin: 10px 18px;
}
a.more:hover  {
	background: #ac3332;
	border: 1px solid #ac3332;
}
ul.offer {
    color: #da251c;
    list-style: square;
    padding-right: 10px;
}
ul.offer span {
    color: #959fa4;
}
div.oferta {
    float: left;
    width: 100%;
    background: #fff;
}
div.oferta p {
    text-align: justify;
    padding: 10px 25px 0 10px;
}
/* HEADER */

#page a.logo {
    float: left;
    width: 211px; height: 101px;
    background: url(/concrete/themes/default/images/logo.png);
    float: left;
    clear: both;
}
#page #header #nav {
    float: left;
    width: 100%;
	height: 153px;
    background: url(/concrete/themes/default/images/menu-background.png);
    padding: 0;
    margin-top: 22px;
    z-index: 4;
    position: relative;    
    clear: both;
}
#page #header{ position:relative; width: 950px; margin: 0 auto;clear: both } 
#page #header #logo{ color:#999; font-size:32px; 
                     font-family:Arial, Helvetica, sans-serif; 
                     line-height: auto; 
                     margin-bottom: 0px; padding: 0px; 
                     margin-top: 30px;
                     margin-left: 5px; cursor:pointer;  left:0px ; z-index:99; width:auto; float:left; position: relative }
#page #header #logo a{ /* customize_header_logo */color:#999; /* customize_header_logo */ text-decoration:none;}
#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }



* html ul.nav-header li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
#page #header #menu{ 
    float: left;
    font: normal 12px Arial;
    height: 46px;
	margin-top: 39px;
}
#page #header ul { z-index: 1000000;}
    #page #header ul.nav-header{ list-style:none; margin:0 30px;padding:0px; width:auto;overflow:visible; float: left; z-index: 2}
        #page #header ul.nav-header li{    
            position: relative;
            display: inline;
            float: left;font: normal 17px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
            margin-left: 16px;
			padding-right: 16px;
			background: url(/concrete/themes/default/images/menu-background-li.png) no-repeat center right;
                        font-smooth: always;
        }
        #page #header ul.nav-header li:nth-child(3){    
			margin-right: 230px;
			background: none;
        }		
        #page #header ul.nav-header li:last-child{    
			background: none;
        }				
            #page #header ul.nav-header li>a{
                padding: 14px 11px 14px;
                display: block;
                color: #dcdcdc;
                text-decoration: none;	
            }
            #page #header ul.nav-header li.nav-selected a, #page #header ul.nav-header>li>a:hover {color: #fff}
            
            #page #header ul.nav-header li ul {    
            margin: 0; padding: 8px 0;
            position: absolute;
            left: 0;
            display: block;
            visibility: hidden;
            background: #f37121;
            }
                #page #header ul.nav-header li ul li{
                    margin-left: 0 !important;
                    margin-top: 0px;
                    padding: 0;
                    display: list-item;
                    list-style: none;
                    float: none;
                    margin-right: 0!important;
                }
                    #page #header ul.nav-header li ul li a {
                        background: #f37121;
                        color: #fff;
                        margin-top: 0 !important;
                        margin-bottom: 0 !important;
                        padding: 5px 11px !important;
                        margin-right: 0!important;
                        width: 216px;
                        line-height: 16px;  
                        border: 0;
                        font: normal 12px Arial;
                    }
                    #page #header ul.nav-header li ul li a:hover {
                        background: #000;
                    }                    
                    
                    #page #header ul.nav-header li ul li ul li{
                        margin-top: 0 !important;
                        margin-bottom: 1px !important;
                        margin-left: 1px !important;
                        background: #000;
                    }
#header .search {
    height: 27px;
    float: right;
    clear: right;
    margin-top: 115px;
} 
    #header .search h4, #header .search h3{
        display: none;
    }    
        #header .search input[type=text], #body input[type=text] {
            background: #0e0808;
            color: #fff;
            float: left;
            border: 0;
            margin: 0;
            padding: 4px 5px 5px;
            width: 135px; height: 18px;
        }
        #header .search input.submit, #body input.submit, .email_list_signup_container input.ccm-input-submit {
            float: left;	
            background: url(/concrete/themes/default/images/submit-search.png) no-repeat center center;
            width: 30px; height: 27px;
            border: 0;
        }
        #header #searchResults {
            display: none;
        }   
#slider{
    width: 100%;
    margin-top: 5px;
    background: #fff;
    float: left;   
    z-index: 0;
    position: relative;
    clear: both;
}
#boxes{
    width: 950px; 
    float: left;
    margin: 5px auto 0;
    clear: both;
}
#central {
    width: 950px;
    margin: 0 auto;
}
#sidebar-left {
    width: 250px;
}
#sidebar-left, #sidebar-center, #sidebar-right, #mini-gallery {
    position: relative;
    float: left;
    margin-top: 10px;
	margin-bottom: 20px;
}
#sidebar-left h1,#sidebar-center h1 {
    padding: 9px 18px;
    margin-bottom: 0;
    background: #ffffff;
    color: #330903;
    border-bottom: 1px solid #b1aeae
        ;
}

#sidebar-center {margin-right: 4px; width: 403px; min-height: 300px;margin-left: 10px;}
#sidebar-right {float: right; width: 622px;min-height: 119px}
#sidebar-right p {
    margin: 0; padding: 0;
}
.box {
    border: 1px solid #d0d0d0;
    padding: 10px;
}
#page #central #mini-gallery h2 { padding-left: 10px;}

#mini-gallery img {
    border: 0px solid #b9b6b4;
    margin: 2px 2px;
}
#mini-gallery .sortable_fancybox_gallery_image a  {
    position: relative;
}
#mini-gallery .sortable_fancybox_gallery_image .item {
    background: url(/concrete/themes/default/images/zoom.png) no-repeat;
    width: 21px; height: 21px;
    position: absolute;
    bottom: 5px; left: 2px;
}
#sidebar-left.long {
    width: 636px;
}
.subpage #sidebar-left {
    width: 217px;
}
#sidebar-left ul.nav-header , #sidebar-left ul.nav-header ul  {
    margin: 0;
    padding: 0;
}
#sidebar-left ul.nav-header {
    display: block;
    margin-bottom: 3px;
    margin-top: 3px;
	margin-left: 22px;
}
#sidebar-left ul.nav-header > li.nav-selected {
    background: url(/concrete/themes/default/images/left-menu-li-background.png) no-repeat center left;
}
#sidebar-left ul.nav-header>li>a {
    padding-left: 28px;
    color: #fff;
    font: 400 18px 'PT Sans Narrow';
}

#sidebar-left ul.nav-header>li>a:hover, #sidebar-left ul.nav-header>li.current>a{
    background: url(/concrete/themes/default/images/left-menu-bg.png) no-repeat 9px 6px;
}
#sidebar-left ul.nav-header a{
    display: block;
    color: #767e82;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial;
    padding: 11px 8px;
}
#sidebar-left ul.nav-header li.nav-path-selected a.current{
    color: #fff;
    font-weight: bold;
}
#sidebar-left ul.nav-header li.nav-path-selected a.current:hover{
    color: #000
}
#sidebar-left ul.nav-header a:hover{
    color: #fff;
}
#sidebar-left ul.nav-header>li {
    list-style: none;
    margin: 0 0 3px; 
	padding-left: 20px;
}
#sidebar-left ul.nav-header li:hover,#sidebar-left ul.nav-header li.current, #sidebar ul.nav-header li.nav-selected {
    background: url(/concrete/themes/default/images/left-menu-li-background.png) no-repeat center left;
    color: #fff;
}	
#sidebar-left ul.nav-header li:hover a{  
    color: #fff !important;
}	
#sidebar-left ul.nav-header li ul li{
    margin: 0;
    list-style: none;
    border-bottom: 0;
}
#sidebar-left ul.nav-header li ul li a{
    text-transform: none;
    padding: 5px 28px;
    font-weight: normal;
    color: #fff !important;
    font-size: 12px;
}
#sidebar-left ul.nav-header li ul li a:hover, #sidebar-left ul.nav-header li ul li a.current {
    color: #fff !important;
    background: #000000;
}
#sidebar-left ul.nav-header li ul li ul li{
    list-style: none;
    background: #fff;
}
#sidebar-left ul.nav-header li ul li ul li a{
    padding: 5px 55px;
}
#sidebar-right h2 {
    padding-left: 15px
}
#page #central #body.long {
    width: 770px !important;
}
#page #central #body{ margin: 21px 11px 0;float:left; width:701px; padding-left: 0px !important; padding-right: 0px !important; }
#page #central #body h1 { padding-left: 20px}
.swp-breadcrumbs {
    padding: 10px;
}
#page #central #body.full {
        width: 950px !important;
        margin-left: 0 !important;
}
#body .content {
	width: 698px;
	position: relative;
}
#body .content .top {
	display: block;
	height: 14px;
	background: url(/concrete/themes/default/images/content-top.png);
}
#body .content .middle {
	display: block;
	padding-bottom: 10px;
	background: url(/concrete/themes/default/images/content-middle.png) repeat-y;
}
#body .content .middle .galeria{
	display: inline-block;
	vertical-align: top;
	width: 194px;
	margin: 20px 0 5px 20px;
}
#body .content .middle .produkt {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	margin: 20px 0 5px;
}
#body .content .middle .produkt p {
	padding: 10px 0 10px 20px;
	text-align: justify;
}
#body .content .middle .produkt .nav {
	position: absolute;
	right: 34px;
	bottom: 30px;
}
#body .content .middle .produkt h2 {
	text-align: right;
}
#body .content .middle .produkt a.more {
	float: none;
	margin: 0 0 0 10px;
}
#body .content .bottom {
	display: block;
	height: 15px;
	background: url(/concrete/themes/default/images/content-bottom.png);
}
#body .ccm-page-list {
    
}
#body .ccm-page-list a.more {
    background: #92961a;
    padding: 2px 4px;
    clear: both;
    color: #fff;
}
#body .ccm-page-list p {
    padding: 0px;
}
#body .ccm-page-list-description {
    padding: 6px;
    background: #eced9f;
    color: #625b5b;
}
#body .ccm-page-list h3 {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    font-weight: normal;
}
.ccm-page-list {
    display: block;
    line-height: 16px;
}
.ccm-page-list ul{
    padding: 0;
    margin: 0;	
}
.ccm-page-list ul li{
    list-style: none;
    padding: 5px 8px 10px;
    margin: 2px 1px;
}
.ccm-page-list h3 a {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #606c72;
}
#sidebar-right .ccm-page-list {
    margin-bottom: 3px;
}
#sidebar-right .ccm-page-list img {
    width: 95px; height: 95px;
	border: 1px solid #dbdbdb;
	margin-right: 8px;
}
#sidebar-right .ccm-page-list h3:hover {
    background: #eced9f;
    color: #92961a;
}
#sidebar-right .ccm-page-list h3:hover a {
    color: #92961a;
}
#sidebar-right .ccm-page-list p strong {
	color: #647c89;
	font: normal 14px 'Myriad Pro'  
}
#sidebar-right .ccm-page-list p {
	font: normal 12px Arial;
	color: #cdd3d8; 
	line-height: 16px;
        text-align: justify;
}
#sidebar-right .ccm-page-list a {
	color: #fff;
        font-size: 11px;
}

h3.ccm-page-list-title {
    font-size: 12px;color: #606c72;padding: 0
}
#sidebar-right h3.ccm-page-list-title {
    color: #fff;
}
#sidebar-right .ccm-page-list h3 a {
    color: #fff;
    padding-left: 10px;
}
#sidebar-right .ccm-page-list ul li{
    list-style: none;
    padding: 3px 6px;
    margin: 1px 8px;
    border: 1px solid #104068;
}
#sidebar-right .ccm-page-list ul li:hover{
    border: 1px solid #6b89a1;
}
#body h1.green {
    margin-top: 0;
    margin-bottom: 2px;
}
#body .border {
    border: 1px solid #cdcdcd;
    padding: 10px;
    margin: 0 6px;
}
#body .border p{
    padding-left: 0;
}
.subpage #sidebar-right {
    width: 303px;
}
#page #central.subpage #body {
    margin-left: 14px;
    width: 719px;
    margin-right: 0;
    margin-top: 27px;
}

#body input[type=text] {
    margin-left: 15px;

}
#body .searchResult {
    padding: 0 17px;
    clear: both;
}
#body .searchResult p{
    padding: 0;
    margin: 0;
}
.subpage .search .searchResult {
    display: none !important;
}
.subpage #body {
    padding-bottom: 25px;
}
.subpage .ccm-page-list-description {
    background: none !important
}


#copyrights {
    background: #cecdca;
    width: 98%;
    padding: 1%;
    float: left;
}
#copyrights p {
    margin: 0; padding: 0;
}
/* ICONS */

a.facebook {
    float: left;
    width: 66px; height: 73px;
    margin-top: 20px;
    background: url(/concrete/themes/default/images/facebook-large.png);
}
a.twitter {
    float: left;
    width: 67px; height: 73px;
    margin-top: 20px; margin-left: 10px;
    background: url(/concrete/themes/default/images/twitter-large.png);
}
a.google {
    float: left;
    width: 68px; height: 73px;
    margin-top: 20px; margin-left: 10px;
    background: url(/concrete/themes/default/images/google-large.png);
}
/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */

#page{ width: 950px; margin:auto; text-align:left }
#page .blue_line {
    background: #104068;
    width: 100%; height: 35px;
    float: left;
}
#page #header #header-area{ background: url(/concrete/themes/default/images/header-area-background.jpg); margin: 0; padding: 0 }
#page #header #header-area #header-area-inside{margin-bottom: 0px;}
#page #header #header-area img { display: block}
#page .divider{padding-top: 12px; overflow:hidden; height:1px; clear:both; width:100%; }

#page #central{background:url(/concrete/themes/default/none); width: 950px; margin: 0 auto; position: relative; z-index: 3 }
#page .home-sidebar { background-image: none !important}
#page #central.central-left { background: none }
#page #central.central-left div#sidebar {float: left !important; }
#page #central.central-left #body {padding-left: 8px !important; padding-right: 0px !important; float:right}


#page #central #sidebar{ float:left; width:225px; overflow:hidden }
#page .home-sidebar  #sidebar{ float:left; width:303px !important; overflow:hidden }
#page #central #sidebar p{ line-height:24px}
#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:24px; font-size:11px;}
#page #central #sidebar ul.nav li{ margin-bottom:16px; }
#page #central #sidebar ul.nav a{ text-decoration:none; color:#333 }
#page #central #sidebar ul.nav a.nav-selected {font-weight: bold}
#page #central #sidebar ul.nav a:hover{ text-decoration:underline }
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:16px; margin-top:16px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:16px; }

#page #central.navLeft{ background:url(/concrete/themes/default/images/nav_sidebar_left_bg.gif) repeat-y center; }
#page #central.navLeft  #sidebar{float:left}
#page #central.navLeft  #body{float:right; padding-right:0px; width:68%; }

#page #central.noSideNav{ background: none; }
#page #central.noSideNav  #sidebar{ display:none }
#page #central.noSideNav  #body{float: none; padding-left:0px; padding-right:0px; width:100%; }

/* LOGA */

#logs {
    width: 910px; margin: 45px auto 0;
    background: #fff;
    padding: 20px;
}
#logs span {
    float: left;
    margin: 12px;
}

/* FOOTER */

#footer ul.menu {
    display: block;
    padding: 0 0 10px;
    margin: 0 20px 0 0;
	float: right;
}
#footer ul.menu li {
    list-style: none;
    display: inline;
    margin-right: 12px;
}
#footer ul.menu li a{
    color: #9b9494;
    font: normal 12px Arial;
	text-transform: lowercase;
}
#footer ul.menu li a:hover, #footer ul.menu li a.current{
    color: #fff;
}
#footer {width: 950px; background: url(/concrete/themes/default/images/footer-background.png) top center no-repeat; margin: 0 auto 20px; clear:both; padding:0; color:#e8e8e8; font-size:12px;z-index: 1;position: relative}
#footer .head a, #footer .head{ text-decoration:none;color: #eeeeee; font: normal 13px 'Myriad Pro' }

#footer .footer-content {
    width: 950px;
    padding: 20px 15px;
	height: 40px;
    margin: 0 auto;  
	clear: both;
}
#footer .under-footer {
	padding: 0px 15px;
	clear: both;
}
#footer a {
    color: #d9d9d9;
    font: normal 12px Arial;
    padding: 2px;
}
#footer a:hover {
    color: #fff;
}
#footer p {
    color: #9b9494;
    font-size: 12px;
	float: left;
	margin-right: 8px;
}
#footer p.right {
	float: right;
	margin-right: 0;
}
p.f2 {
    float: left;
}
#footer p.f1 {
    width: 300px;
    margin-left: 25px;
    float: left;
}
#footer p.f3 {
    margin-left: 46px;
    float: left;
}
#footer h4 {
    color: #eeeeee;
    font: normal 13px 'PT Sans';
}
/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}

/* customize_miscellaneous */ /* customize_miscellaneous */
#body .formBlockSurveyTable input[type=text] {
    border: 1px solid #ccc;
    width: 200px;
}
#body .formBlockSurveyTable textarea{
    border: 1px solid #ccc;
    width: 205px !important;
    margin-left: 16px;
}

#rightbar
{ 
z-index: 4;
background: url(/concrete/themes/default/images/nasze-lokale.png) no-repeat scroll 0 0 transparent;
padding: 20px 0 10px 65px;
width: 185px;
height: 316px;
position: fixed;
    margin-top: 210px;
    right: -205px;
	

}
#rightbar #box {
    float:left;width:220px; display:block; margin-left:0px;padding-top: 10px
}