* {
  font-family: Arial;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background: url(/layout/images/page-bg.gif); 
  height: 100%;
}

html {
    
    height: 100%;
    
}

#wrapper {
  background: url(/layout/images/top-bg.png) repeat-x;
  min-height: 91%;
}

#top {
  width: 950px;
  height: 48px;
  margin: auto;
}
#top #contact {
  padding-top: 15px;
  float: right;
}
#top #contact p  {
  font-family: 'Roboto Condensed',sans-serif !important;
}

#logo-menu {
  margin: auto;
  width: 1028px;
  height: 100px;
  background: url(/layout/images/logo-menu.png);  
}

#logo-menu #main-menu {
  padding-top: 40px;
  float: right;
}

#logo-menu #main-menu ul {
  list-style: none;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#logo-menu #main-menu ul li {
  display: inline-block;
  padding: 0px 10px;
  border-right: 1px dotted #D7E962;
}

#logo-menu #main-menu ul li.last {
  border: none;
}

#logo-menu #main-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed',sans-serif;
  transition: all 0.3s ease 0s;
}
#logo-menu #main-menu ul li a:hover {
  color: #413732;
}

#logo {
  float: left;
  /*background: url(/layout/images/);*/
  background: #c00;
  width: 220px;
  height: 100px;
  margin-left: 39px;
  width: 314px;
  height: 80px;
}

#container-950 {

  width: 950px;
  margin: auto;
}

#page-content {
  margin-top: 10px;
}

#page-content #left-column {  
  float: left;
  border-right: 1px dotted #ccc;
  width: 250px;  
}

#page-content #right-column {  
  padding-left: 20px;
  float: right;
  width: 679px;  
}

p.box-header {
  font-size: 30px;
  font-family: 'Roboto Condensed',sans-serif; 
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 38px;
}

p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 24px;
}

.white-text {
  color: #fff;
}

.lime-text {
  color: #D7E962;
}

p.size-20 {
  font-size: 20px;
}

h1, h1 em {
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 30px;
} 

div#slider {
  margin-top: 10px;
  width: 940px;
  border: 4px solid #ccc;
  height: 400px;
  background: #f2f2f2;
}

#categories-menu {
  margin-top: 10px;
  list-style: none;
}

#categories-menu li {
  padding-left: 20px;
  background: url(/layout/images/cat-menu-arrow.png) no-repeat;
  background-position: 0px 9px;
  margin-bottom: 5px;

}
#categories-menu li a {
  text-decoration: none;
  color: #5b6d19;
  font-weight: normal;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 20px;
}
#categories-menu li a:hover {
  text-decoration: none;
  color: #93af2a;
}


#footer-container {
  margin-top: 20px;
  border-top: 2px solid #000;
  height: 60px;
  background: url(/layout/images/footer-bg.png);
}

#footer {
    
    width: 950px;
    margin: auto;
    
}

#footer-right {
    padding: 10px 0px;
    float: rigt;
    
}

#footer-left {
    padding: 10px 0px;
    float: left;
    
}

#footer p {
    color: #ccc;   
}


.clear {
  clear: both;
}

.accordion, .sub-menu {
  list-style: none;
}

.accordion, .sub-menu li {
  color: #9EB52C;
}

ul.accordion {

  margin-left: 0px;

} 

.accordion > li a {
  text-decoration: none;
  color: #5b6d19;
  font-weight: normal;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 20px;
}

.accordion > li a:hover {
  padding-left: 5px;
  margin-left: 5px;
}

.accordion > li ul li a {
  text-decoration: none;
  color: #5b6d19;
  font-weight: normal;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 16px;
}

.accordion > li ul li a:hover {
  padding-left: 0px;
}



.accordion > li {
  padding-left: 20px;
  background: url(/layout/images/cat-menu-arrow.png) no-repeat;
  background-position: 0px 9px;
  margin-bottom: 5px;
}

.accordion > li ul {
  margin-top: 5px;
  margin-left: 0px;
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
  color: #3e5706;
  text-shadow: 1px 1px 1px rgba(255,255,255, .2);
  padding-left: 0px;
}
.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
  color: #fdfdfd;
  text-shadow: 0px 1px 0px rgba(0,0,0, .35);
  background: #3e5706;
}

.accordion li > .sub-menu {
  display: none;
  margin-left: 13px;
}

.accordion li:target > .sub-menu {
  display: block;
  margin-left: 13px;
}

ul.sub-menu li {
  
  list-style-type:disc;
  border-bottom: 0px dotted #ccc;
  padding-bottom: 3px;
}

#home-gallery {
  padding: 20px 0px;
  /*padding: 20px;*/
}

#home-gallery a#prev {
  margin-right: 14px;
  float: left;
  opacity: 0.5;
}

#home-gallery a#next {
  float: right;
  opacity: 0.5;
}

#home-gallery a#next:hover, #home-gallery a#prev:hover {
  opacity: 1;
}

#home-gallery .photo {
  margin-right: 25px;
  width: 180px;
  height: 130px;
  border: 5px solid #ccc;
  float: left;
}

.last-right {
  margin: 0px !important;
}


/*slider - strona głonwa*/

ul.bjqs{
  position:relative; 
  list-style:none;
  padding:0;
  margin:0;
  overflow:hidden; 
  display:none;
}

li.bjqs-slide{
  position:absolute; 
  display:none;
}

ul.bjqs-controls{
  list-style:none;
  margin:0;
  padding:0;
  z-index:9999;
}

ul.bjqs-controls.v-centered li a{
  position:absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a{
  background: url(/layout/images/next.png) repeat-x;
  right:0;
  color: red;
  width: 35px;
  height: 35px;
  margin-right: 10px;

}

ul.bjqs-controls.v-centered li.bjqs-prev a{
  left:0;
  background: url(/layout/images/prev.png) repeat-x;
  color: red;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

ol.bjqs-markers{
  list-style: none; 
  padding: 0; 
  margin: 0; 
  width:100%;
}

ol.bjqs-markers.h-centered{
  text-align: center;
}

ol.bjqs-markers li{
  display:none;
}
ol.bjqs-markers li a{
  display:none;
}

p.bjqs-caption{ 
  position:absolute;
  bottom:0;
  display:block;
  background: rgba(255,255,255,0.8);
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  font-size: 18px;
  color: #5B6D19;
  padding: 10px 10px 10px 10px;
}

/*koniec - slider - strona główna*/


#category-details {	
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;	
}

.product-box {	
  float: left;
  width: 219px;
  height: 160px;
  margin-right: 10px;
  margin-bottom: 10px;	
}

.last {margin-right: 0px;}

.product-box .inside {

  /*border-left: 1px solid #c00;
  margin-left: 10px;
  */
}

.product-box .product-title a {
  font-size: 15px;
  font-family: 'Roboto Condensed',sans-serif;
  padding-bottom: 5px;
  text-decoration: none;
  color: #111;
  margin-bottom: 5px;
  display: block;
}

.product-box .product-title a:hover {

  color: #3E5706;

}

#short-desc {	
  float: right;
  width: 255px;		
}

#product-photos {	
  float: left;
  border-right: 1px dotted #ccc;
  padding-right: 10px;	
  width: 400px;
}

#thumbnails  a {	
  display: block;
  float: left;
  margin-right: 4px; 
}

#thumbnails  a.last {
  margin-right: 0px;
}

.clearfix:after { 
  clear: both; 
  content: "."; 
  display: block; 
  font-size: 0; 
  height: 0; 
  line-height: 0; 
  visibility: hidden; 
} 

.clearfix { 
} 

#contact-page {
  width: 100%;
}

#contact-page #contact-right {
  width: 300px;
  float: right;
}

#contact-page #contact-right table {
  width: 100%;
  margin-left: 35px;
  margin-top: 35px;
}

#contact-page #contact-right table td {
  width: 250px;
}

#contact-page #contact-right table td ul {
  margin: 0px; 
  padding: 0px; 
  margin-right: 20px; 
  list-style-type: none; 
}

#contact-page #contact-right table td ul li {
  margin-bottom: 3px;
}

#contact-page #contact-left {
  width: 375px;
  float: left;
}

#contact-page #contact-left .row {
  margin-bottom: 10px;
}

#contact-page #contact-left .row label {
  float: left;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

#contact-page #contact-left .row input {
  float: right;
  width: 367px;
  height: 30px;
  padding-left: 5px;
}

#contact-page #contact-left .row input[type="submit"] {
  float: right;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #dfdfdf;
  border-radius: 1px;
  font-size: 20px;
  font-weight: 300;  
  color: #fff;
  height: 60px;
  padding: 10px 0 10px 0;
  background: #bccd3f;
  background: -moz-linear-gradient(top, #bccd3f 0%, #86a523 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bccd3f), color-stop(100%,#86a523));
  background: -webkit-linear-gradient(top, #bccd3f 0%,#86a523 100%);
  background: -o-linear-gradient(top, #bccd3f 0%,#86a523 100%);
  background: -ms-linear-gradient(top, #bccd3f 0%,#86a523 100%);
  background: linear-gradient(to bottom, #bccd3f 0%,#86a523 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccd3f', endColorstr='#86a523',GradientType=0 );
}

#contact-page #contact-left .row input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
  color: #3E5706;
  width: 100%;
}

#contact-page #contact-left .row input:hover {
  float: right;
  width: 367px;
}

#contact-page #contact-left .row textarea {
  float: right;
  width: 362px;
  margin-bottom: 5px;
  max-width: 375px;
}

ul, ol {
  margin-left: 15px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.notification {	
  margin-top: 10px;
	padding: 10px 0 12px 10px;
	border: 2px solid #EAE8E8;
  color: #fff;
  background: #bccd3f;
  background: -moz-linear-gradient(top, #bccd3f 0%, #86a523 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bccd3f), color-stop(100%,#86a523));
  background: -webkit-linear-gradient(top, #bccd3f 0%,#86a523 100%);
  background: -o-linear-gradient(top, #bccd3f 0%,#86a523 100%);
  background: -ms-linear-gradient(top, #bccd3f 0%,#86a523 100%);
  background: linear-gradient(to bottom, #bccd3f 0%,#86a523 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccd3f', endColorstr='#86a523',GradientType=0 );
	}

.n-success {
  display: block;
  width: 220px;
  height: 16px;
	background-image: url(/public/admin/images/notification-tick.gif);
  padding-left: 25px;
  background-repeat: no-repeat;
	background-position: left;
  font-size: 12px;
  font-weight: bold;
	}
  
  textarea {
    font-size: 12px;
    padding: 5px;
  }
  
  
/* Tiny Carousel */

/*
#slider1 { overflow:hidden; padding: 0 0 10px; height: 120px;  }
#slider1 .viewport { float: left; width: 594px; height: 127px; overflow: hidden; position: relative; }
#slider1 .buttons { background:url("/public/images/buttons.png") no-repeat scroll 0 0 transparent; display: block; margin: 36px 2px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; }
#slider1 .next { margin: 36px 0 0 3px;  background: url('/public/images/slider_next.png') no-repeat;}
#slider1 .next:hover { background-position: 0 -37px;}
#slider1 .prev { margin: 36px 0 0 3px;  background: url('/public/images/slider_prev.png') no-repeat;}
#slider1 .prev:hover { background-position: 0 -37px;}
#slider1 .disable { background-position: 0 -74px;}
#slider1 .disable:hover { background-position: 0 -74px; cursor:default;}


#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
#slider1 .overview li{ float: left; margin: 0 6px 0 0; padding: 1px; height: 107px; border: 1px solid #dcdcdc; width: 190px;}
*/

.image_carousel {
    padding: 15px 0 15px 4px;
    position: relative;
}
.image_carousel img {
    border: 1px solid #ccc;
    background-color: white;
    padding: 9px;
    margin: 7px;
    display: block;
    float: left;
}
a.prev, a.next {
    background: url(/public/images/miscellaneous_sprite.png) no-repeat transparent;
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 62px;
}
a.prev {            left: -10px;
                    background-position: 0 0; }
a.prev:hover {      background-position: 0 -50px; }
a.prev.disabled {   background-position: 0 -100px !important;  }
a.next {            right: -10px;
                    background-position: -50px 0; }
a.next:hover {      background-position: -50px -50px; }
a.next.disabled {   background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
    cursor: default;
}

a.prev span, a.next span {
    display: none;
}
.pagination {
    text-align: center;
}
.pagination a {
    background: url(/public/images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
.pagination a span {
    display: none;
}
.clearfix {
    float: none;
    clear: both;
}

#back2cat {
    margin-top: -40px;
    float: right;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 5px; 
    background: #fff;
    padding-top: 1px;
    
    
}

#back2cat a {
    font-size: 12px;
    text-decoration: none;
    line-height: 0px;
    font-weight: normal;
    color: #88A724;
}

#google-map-submit {
    
    background: linear-gradient(to bottom, #BCCD3F 0%, #86A523 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D2D2D2;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #DFDFDF;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    padding: 5px 10px;
    cursor: pointer;
    
}

#wskazowki
        {
            font-family: Tahoma;
            font-size: 11px;
            overflow: auto;
            padding: 5px;
        }

.adp-directions {
    
    width: 100%;
    
}

.facebook {
    position: fixed;
    top: 183px;
    left: -286px;
    width: 336px;
    z-index: 1000;
    height: 150px;
}
 
.facebook img.facebook-przycisk {
    float: right;
}
 
.facebook .facebook-ramka {overflow: hidden;
    
    width: 286px;
    height: 282px;
    float: left;
    background: #dcdcdc;
    font-size: 11px;
}
 
.facebook .facebook-ramka a {
    text-decoration: none;
    color: #547f0f;
    border-bottom: 1px dotted #547f0f;
}
 
.facebook .facebook-ramka a:hover {
    text-decoration: none;
    color: #000018;
    border-bottom: 1px dotted #000018;
}


#overlay {

position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7);
z-index: 9999999999999999;



}

#overlay .inside {
  display: block;
  border: 4px solid #AAC031;
  margin: auto;
  background: #fff;
  width: 600px;
  margin-top: 40px;
  overflow: hidden;
  position:relative;
  border-radius: 5px 5px 5px 5px;

}
#overlay .inside .text {

    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    bottom: 0;
    position: absolute;
    width: 100%;
    display: block;

}

#overlay .inside .text .intext {

    padding: 10px;

}

#overlay .inside .only-text {

    background: url(http://www.k2pavillon.de/public/images/unnamed.jpg) center;
    padding: 10px;
    display: block;

}

#overlay .inside .close {

    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    background: #AAC031;
    top: 0;
    right: 0;
    padding: 10px;
    position: absolute;
    border-left: 2px solid #AAC031;
    border-bottom: 2px solid #AAC031;  
    cursor: pointer;     
    font-weight: bold;
    color: #fff; 
    border-radius: 0 0 0 10px;   

}

#overlay .inside .close:hover {

    color: #000;    

}

.home_photo {

  width: 200px;
  height: 200px;
  overflow: hidden;
  float: left;
}

img.home_photo_img {

  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
}

.truncate {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

