/* Quick.Cms.Ext v6.x slider stylesheet */
/* WIDGETS
  to style widgets in specific location use:
  .widgets-1 ... - type: top header
  .widgets-2 ... - type: header below menu
  .widgets-3 ... - type: footer after content
  #content ... - type: inside page content
*/

/* GLOBAL */
.widgets-1{position:relative;width:1200px;margin:10px auto;text-align:left;overflow:hidden;}
.widgets-1 > ul > li{float:left;margin:10px 0;color:#333;}
.widgets-1 div.head{margin-bottom:10px;text-align:center;font-size:1em;color:#cc1426;}
.widgets-2 > ul, .widgets-2 > ul > li, .widgets-3 > ul, .widgets-3 > ul > li, #content .widget{padding:0px 0%; }
.widget div.head{margin-bottom:10px;text-align:center;font-size:1.25em;text-transform:uppercase;color:#cc1426;}
.widgets-1 > ul, .widgets-2 > ul, .widgets-3 > ul{float:left;width:100%;list-style:none;}
.widget > div.description{padding-bottom:5px;}
.widget ul{list-style:none;}

/* TYPE: HEADER|FOOTER - GLOBAL */
.widgets-2 > ul > li, .widgets-3 > ul > li{float:left;margin:10px 1%;border-top:0px solid #e8eaee;}

/* INSIDE PAGE CONTENT - GLOBAL */
#content .widget{float:left;margin:10px 1%;}

/* Display option: CONTENT */
.widget.type-1{width:31.3%;}
#content .widget.type-1{border:1px solid #e8eaee;border-top-width:5px;}
.widget.type-1 ul, .widget.type-1 ol{padding:0 0 0 30px;overflow:hidden;}
.widget.type-1 li{margin:5px 0;padding:0;border-left:0;}
.widget.type-1 p{padding:10px;}



/* Display option: PAGE */
.widget.type-2{width:31.3%;}
.widget.type-2 img{float:left;margin:4px 15px 7px 0;box-shadow:0 0 4px rgba(100,100,100,0.4);}
.widget.type-2 img:hover{opacity:0.8;}
.widget.type-2 div.name{font-size:1.188em;}
.widget.type-2 div.name a{text-decoration:none;}
.widget.type-2 time{display:block;padding-top:5px;color:#6e6e6e;}
.widget.type-2 div.description{margin-top:6px;text-align:justify;font-size:0.875em;}
#content .widget.type-2{width:31.3%;border:1px solid #e8eaee;border-top-width:5px;}

/* Display option: SLIDER
   slider styles in style-slider.css file */
.widget.type-3, .widget.type-6{width:48%;padding-left:0;padding-right:0;}

/* Display option: MENU */
.widget.type-4{width:31.3%;}
.widget.type-4 nav ul{list-style:none;}
.widget.type-4 nav > ul > li{padding:4px 0 4px 22px;background:url('img/list.png') no-repeat 0px 8px;font-size:1.188em;}
.widget.type-4 nav > ul > li a{text-decoration:none;}
.widget.type-4 nav > ul > li ul{margin-left:3px;font-size:0.895em;}
.widget.type-4 nav > ul > li li{padding-top:2px;}
.widget.type-4 nav > ul > li li:before{content:'>';margin-right:7px;font-size:0.824em;color:#cc1426;font-weight:bold;}
#content .widget.type-4{width:31.3%;border:1px solid #e8eaee;border-top-width:5px;}

/* Display option: SUBPAGES
   other subpages styles you will find in style.css file in SUBPAGES LIST STYLES section
   just move it here and add .widgets-2 to create custom version */
.widget.type-5{width:100%;}
.widget.type-5 .pages-list.no-type p{font-size:0.875em;}
#content #page div.content .pages-list.no-type{padding:0;}
.widget.type-5 .pages-5 li{width:31.3%;margin:15px 1%;padding:20px 0 15px;border: 1px solid #ececec;;text-align:center;background:#fff}

.widget.type-5 .pages-5 .description{text-align:left;font-size:0.875em;}
 
 
   @media screen and (max-width:960px){
    .widget.type-5 .pages-5 li{width:48%;}
    .widget.type-5 .pages-5 li:nth-child(2n+1){clear:left;}
  }

  @media screen and (max-width:480px){
    .widget.type-5 .pages-5 li{width:98%;clear:left;}
  }
 
 
 
 
 
 
 
@media print{
  /* PRINT STYLES */
  .widgets-1{position:static;width:17.2cm;height:auto;margin:0;overflow:visible;}
}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:480px){
  .widget[class*='type-']{width:98%;}
}

/* PLUGINS */

/* Display option: ADVANCED SEARCH */
.widget.type-29{width:98%;border-top:5px solid #e8eaee;}
#search-form-advanced{clear:left;width:100%;margin:10px auto 0;padding:10px;}
#search-form-advanced ul{list-style:none;}
#advanced-fields .phrase input, #advanced-fields select{min-width:250px;max-width:95%;}
#advanced-fields:after{content:'';clear:left;display:table;}
#advanced-fields > li{padding-bottom:15px;}
#advanced-fields label{display:block;margin-bottom:4px;}
#advanced-fields ul .head{font-weight:bold;padding-bottom:5px;}
#advanced-fields ul label{font-weight:normal;}
#advanced-fields .features label{margin:0;}
#advanced-fields .features li{padding-bottom:5px;}
#advanced-fields .features li.head{width:100%;}
#advanced-fields .button{padding:20px 0 0;}
@media screen and (min-width:1024px){
  #advanced-fields .features li{float:left;width:50%;}
}
@media screen and (min-width:640px){
  #advanced-fields > li{clear:left;float:left;width:40%;}
  #advanced-fields .features{float:right;width:60%;}
}
.widgets-list .widget.type-17, .widgets-list .widget.type-18{width:31.3%;}
#page .widget.type-17, #page .widget.type-18{width:98%;}
#user-panel{width:96%;margin:0 auto;}
#user-panel input[type="email"], #user-panel input[type="password"]{width:97%;margin:4px 0 10px;}
#user-panel .button{width:97%;margin:4px 0 10px;}
#user-panel .button input{padding-left:38px;background:#0093dd url('img/users_login.png') no-repeat 10px center;text-transform:uppercase;letter-spacing:1px;}
#user-panel .button input:hover{background-color:#00679a;}
#user-panel.msg.error{background-image:none;font-size:1.25em;}
#user-panel .links{margin:4px 0;text-transform:lowercase;}
#user-panel .links:before{content:'>';margin-right:7px;font-size:0.824em;color:#cc1426;font-weight:bold;}
#profile .option{margin:4px 0 10px;font-size:0.875em;}
#profile .option label{margin-left:4px;font-weight:normal;}
#profile #user-not-required{display:none;}
#profile ul{list-style:none;}
.widgets-list #profile .save{margin-top:20px;text-align:left;}
.msg#profile, .msg#user-panel{padding-top:50px;background-position:center 15px;}
.widget.type-26{width:31.3%;}
.widget.type-26 .profile, .widget.type-26 .logout{display:block;padding:4px 0 4px 25px;background:url('img/users_profile.png') no-repeat left center;}
.widget.type-26 .logout{background-image:url('img/users_logout.png');}
@media screen and (max-width:900px){
  .widgets-list .widget.type-17, .widgets-list .widget.type-18{width:48%;}  
}
@media screen and (max-width:460px){
  .widgets-list .widget.type-17, .widgets-list .widget.type-18{width:98%;}  
}

/* Display option: PROMOTED PAGES */

.widget.type-27{width:48%;padding-left:0;padding-right:0;}
.widget.type-27 .pages-slider{list-style:none;}
.widget.type-27 .slider-description{font-weight:normal;font-size:0.875em;line-height:1.4em;}
.widget.type-27 .price{padding:5px 0;color:#0070b8;font-size:1em;font-weight:normal;}
li.widget.type-27 .price{float:left;min-width:250px;}
.widget.type-27 .price em{padding-right:4px;font-style:normal;}
.widget.type-27 .price strong{font-size:1.125em;font-weight:bold;border-bottom:1px solid #0070b8;}
.widget.type-27 .price span{padding-left:4px;}
.widget.type-27 time{display:block;padding:0 2.5% 5px;color:#6e6e6e;}
#content .widget.type-27 .image{float:left;padding:0 2.5% 5px 0;}
#content .widget.type-27 .name{font-size:1.188em;}

.widget.type-27 .quick-slider-nav-dots-wrapper{right:0px;top:0px;width:auto;}
.widget.type-27 .quick-slider-nav-dots-wrapper li{display:inline-block;}
.widget.type-27 .quick-slider{overflow:visible;}
.widget.type-27 .quick-slider-slide{overflow:visible;}
li.widget.type-27 .quick-slider .price{float:left;min-width:300px;}
.widget.type-27 .quick-slider .name, .widget.type-27 .quick-slider .price{line-height:1.25em;}
@media screen and (max-width:460px){
  .widget.type-27{width:98%;}
}

/* Display option: FEATURES */
.widget.type-2 .price{padding:8px 0 2px;font-size:0.875em;font-weight:normal;}
.widget.type-2 .price em{font-style:normal;}
.widget.type-2 .price strong{padding:0 4px;font-size:1.143em;font-weight:bold;color:#0070b8;}

/* Display option: CALENDAR
   you can find other calendar styles in plugins/event-calendar/event-calendar.css file */
.widget.type-25{width:31.3%;}
.widget.type-25 .eventsCalendar-dayEventsList{z-index:11;position:absolute;top:90%;left:65%;padding:7px;border:1px solid #e8eaee;background:rgba(0,103,154,0.95);color:#fff;}
.widget.type-25 .eventsCalendar-dayEventsList li{min-width:200px;padding-bottom:9px;font-size:0.75em;}
.widget.type-25 .eventsCalendar-dayEventsList li:last-child{padding:0;border:0;}
.widget.type-25 .eventsCalendar-dayEventsList li a{color:#fff;text-decoration:none;}
.widget.type-25 .eventsCalendar-dayEventsList li a:hover{text-decoration:underline;}
.widget.type-25 .loading{min-width:50px;min-height:30px;background:#fff url('img/loading-horizontal.gif') no-repeat center center;}
@media screen and (max-width:900px){
  .widget.type-25{width:48%;}
}
@media screen and (max-width:460px){
  .widget.type-25{width:98%;}
}

/* Display option: NEXT PREVIOUS PAGE */
.widget.type-28{width:98%;border:0;font-size:0.875em}
.widget.type-28 .next-prev{width:100%;list-style:none;}
.widget.type-28 li{float:left;}
.widget.type-28 li.next{float:right;}
.widget.type-28 li a{display:inline-block;padding:5px 10px;text-decoration:none;background:#2f2f2f;color:#fff;}
.widget.type-28 li a:hover{background:#f1f1f1; color:#474747}

/* Display option: COMMENTS */
.widget.type-24{width:48%;}
.widget.type-24 ul{list-style:none;}
.widget.type-24 .name{margin-bottom:5px;font-weight:bold;color:#0070b8;}

/* Display option: TAGS */
.widget.type-23{width:31.3%;}
.widget.type-23 ul{list-style:none;}
.widget.type-23 li{float:left;margin:0 15px 4px 0;}
.widget.type-23 li a{padding-left:20px;background:url('img/tag.png') no-repeat 0px 2px;}
.widget.type-23 li a:hover{color:#cc1426;}
@media screen and (max-width:900px){
  .widget.type-23{width:48%;}
}
@media screen and (max-width:460px){
  .widget.type-23{width:98%;}
}

/* Display option: SOCIAL LINKS */
.type-13{width:30%;text-align:center;}
.type-13 ul{display:inline-block;list-style:none;}
.type-13 li{display:inline-block;margin:0 8px;vertical-align:middle;}
#content .type-13 img{box-shadow:none;}
@media screen and (max-width:1000px){
  .type-13{width:48%;}
}
@media screen and (max-width:460px){
  .type-13{width:98%;}
}

/* Display option: IMAGE SLIDER */
.images-slider-5{clear:both;margin-bottom:20px;}
.images-slider-6{clear:both;margin-top:20px;}
.images-slider-5 ul, .images-slider-6 ul{position:relative;}
.images-slider-5 .quick-slider-slide, .images-slider-6 .quick-slider-slide{float:left;position:relative;width:auto;padding:0 10px;display:block;}
.images-slider-5 .quick-slider-nav-arrows, .images-slider-6 .quick-slider-nav-arrows{bottom:75px;}
.images-slider-5 .quick-slider-slide p, .images-slider-6 .quick-slider-slide p{z-index:3;position:absolute;bottom:0;max-width:70%;padding:5px 10px;text-align:left;background:rgba(0,0,0,0.3);line-height:1.25em;color:white;font-size:0.75em;}

/* SIDE TAB */
.side-tab-widget{position:fixed;right:-100px;top:50%;z-index:51;background:#0093dd;font-size:0.75em;border-top-left-radius:15px;border-top-right-radius:15px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.side-tab-widget a{display:block;padding:13px;text-decoration:none;color:#fff;font-size:1.633em;}

/* Display option: NOTICES */
aside.widget.type-10{display:none;padding:7px 0;background:#fff;font-size:0.75em;}
.widget.type-10 .close a{padding:5px 7px;font-weight:normal;text-decoration:none;background:#2f2f2f;color:#fff;}
.widget.type-10 .close a:hover{background:#f1f1f1;color:#747474}
.widget.type-10.location-0 .head, .widget.type-10.location-3 .head{margin-bottom:7px;font-weight:bold;font-size:1.167em;}
.widget.type-10.location-1 div, .widget.type-10.location-2 div{display:inline-block;margin-right:4px;}
.widget.type-10.location-1 .head, .widget.type-10.location-2 .head{margin-right:10px;font-weight:bold;}
.widget.type-10.location-2{border-bottom:1px solid #555;}
.widget.type-10.location-1, .widget.type-10.location-2, .widget.type-10.location-0{position:fixed;z-index:2;width:100%;background-color:rgba(255,255,255,0.9);}
.widget.type-10.location-2{top:0px;}
.widget.type-10.location-1{bottom:0px;border-top:1px solid #555;}
.widget.type-10.location-0{width:200px;left:10px;bottom:10px;padding:10px;border:1px solid #bbb;}
.widget.type-10.location-3{position:fixed;top:100px;left:50%;z-index:1001;width:700px;margin-left:-350px;padding:30px;text-align:center;background:#fff;border:5px solid #fff;border-radius:10px;}
.widget.type-10.location-1 .close, .widget.type-10.location-2 .close{margin-left:20px;}
.widget.type-10.location-0 .close, .widget.type-10.location-3 .close{margin-top:15px;}
.widget-dark-background{display:none;position:fixed;width:100%;height:100%;left:0px;top:0px;background:rgba( 0, 0, 0, 0.7 );z-index:1000;}


/* Display option: NEWSLETTER */
.widget.type-12{width:31.3%;text-align:center;}
.widget.type-12 .default{display:none;}
.widget.type-12 legend{width:100%;font-size:1.25em;text-transform:uppercase;color:#cc1426;text-align:center;}
.widget.type-12 label{display:block;margin-top:7px;}
.widget.type-12 input[type="email"]{width:85%;margin:10px auto;padding:2% 3%;text-align:center;}
.widget.type-12 input[type="submit"]{padding:2% 5%;}
.widget.type-12 .msg.done{font-size:1.125em}
.widget.type-12 .msg.error{background-position:10px center;font-size:1em;}
@media screen and (max-width:460px){
  .widget.type-12{width:98%;}
}

/* Display option: FACEBOOK LIKE BOX */
.widget.type-19 .head{text-align:left;padding:0 0 5px 10px;font-weight:bold;}
.widget.type-19 .fb-page{overflow:hidden;background-color:transparent;}
.widget.type-19 .button{display:none;}

.widgets-5 .widget.type-19{z-index:50;position:fixed;top:230px;padding:10px 10px 10px 0;}
.widgets-5 .widget.type-19.left{left:0px;padding-left:0;}
.widgets-5 .widget.type-19.right{right:0px;padding-right:0;}
.widgets-5 .widget.type-19.left .fb-page{float:left;border-top-right-radius:10px;border-bottom-right-radius:10px;}
.widgets-5 .widget.type-19.right .fb-page{float:right;border-top-left-radius:10px;border-bottom-left-radius:10px;}
.widgets-5 .widget.type-19 .button{display:block;float:right;padding:0 5px 30px;}

@media print{
  .widgets-5 .widget.type-19{display:none;}
}

/* Display option: MENU - DROP DOWN */
.type-4 nav > ul{border-top:1px solid #cc1426;}
.type-4 nav > ul > li{position:relative;border-bottom:1px solid #cc1426;}
.type-4 nav > ul > li ul{display:none;position:absolute;top:-1px;left:99%;z-index:10;background:#fff;border:5px solid #cc1426;border-width:1px 1px 1px 5px;white-space:nowrap;}
.type-4 nav > ul > li:hover > a{color:#cc1426;}
.type-4 nav > ul > li:hover > ul{display:block;}
.type-4 nav > ul > li:hover ul li{position:relative;padding:2px 5px 0 8px;border-bottom:1px solid #cc1426;}

.type-4 nav > ul > li > ul > li > ul{left:98%;}
.type-4 nav > ul > li > ul > li:hover ul{display:block;}
/* Display option: CONTACT PANEL
   other subpages styles you will find in style.css file in CONTACT-PANEL section
   just move it here and add .widgets-1 to create custom version */
.type-7{width:48%;}
.type-7 div.head, #content .widget.type-7 div.head{text-transform:none;}
@media screen and (max-width:899px){
  .type-7{width:98%;}
}

/* SCROLL BACK TO TOP */
.back-to-top-widget{position:fixed;bottom:0px;right:1%;color:#222}
.back-to-top-widget a{display:block;width:50px;text-align:center;color:#666;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;}
.back-to-top-widget a:hover{opacity:1;color:#2f2f2f;text-decoration:none;}
.back-to-top-widget a:before{content:'';display:block;width:48px;height:48px;margin-bottom:;background:#2f2f2f url('img/back_to_top.png') no-repeat center center;border-radius:0px;transition:1s;}
.back-to-top-widget a:hover:before{background-color:#2f2f2f;}




/* glowna lewa gora */
#widget-4{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#2f2f2f;color:#fff;min-height:400px;}
#widget-4 .name a{font-size:1em;}
#widget-4 .name a{color:#b9a3af;}
#widget-4 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#fff;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-4 p{padding:40px;}
@media screen and (max-width:870px){
#widget-4 {width:100%; min-height:50px}
}

/* glowna prawa gora */
#widget-5{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#fff url('../../bns/1.jpg');color:#424242;
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;min-height:400px;}
#widget-5 .name a{font-size:1em;}
#widget-5 .name a{color:#b9a3af;}
#widget-5 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#2f2f2f;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-5 .content{padding:20px;}
@media screen and (max-width:870px){
#widget-5 {width:100%;}
}

/* glowna lewa srodek*/
#widget-6{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#fff url('../../bns/2.jpg');color:#424242;
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;min-height:400px;}
#widget-6 .name a{font-size:1em;}
#widget-6 .name a{color:#b9a3af;}
#widget-6 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#2f2f2f;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-6 .content{padding:20px;}
@media screen and (max-width:870px){
#widget-6 {width:100%}
}

/* glowna prawa srodek*/
#widget-7{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#2f2f2f;color:#fff;min-height:400px;}
#widget-7 .name a{font-size:1em;}
#widget-7 .name a{color:#b9a3af;}
#widget-7 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#fff;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-7 p{padding:40px;}
@media screen and (max-width:870px){
#widget-7 {width:100%; min-height:50px}
}


/* glowna lewa dol */
#widget-19{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#2f2f2f;color:#fff;min-height:400px;}
#widget-19 .name a{font-size:1em;}
#widget-19 .name a{color:#b9a3af;}
#widget-19 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#fff;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-19 p{padding:40px;}
@media screen and (max-width:870px){
#widget-19 {width:100%; min-height:50px}
}

/* glowna prawadol */
#widget-20{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#fff url('../../bns/7.jpg');color:#424242;
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;min-height:400px;}
#widget-20 .name a{font-size:1em;}
#widget-20 .name a{color:#b9a3af;}
#widget-20 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#2f2f2f;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-20 .content{padding:20px;}
@media screen and (max-width:870px){
#widget-20 {width:100%;}
}



/* onas */

/* lewa srodek*/
#widget-8{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#dbdbdb url('../../bns/4.jpg');color:#424242;
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;min-height:400px;}
#widget-8 .name a{font-size:1em;}
#widget-8 .name a{color:#b9a3af;}
#widget-8 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#2f2f2f;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-8 p{padding:40px;}
@media screen and (max-width:870px){
#widget-8 {width:100%}
}

/*  prawa srodek*/
#widget-9{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#dbdbdb;color:#2f2f2f;min-height:400px;}
#widget-9 .name a{font-size:1em;}
#widget-9 .name a{color:#b9a3af;}
#widget-9 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#fff;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-9 p{padding:40px;}
@media screen and (max-width:870px){
#widget-9 {width:100%; min-height:50px}
}


/* glowna lewa srodek*/
#widget-11{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#dbdbdb url('../../bns/3.jpg');color:#424242;
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;min-height:400px;}
#widget-11 .name a{font-size:1em;}
#widget-11 .name a{color:#b9a3af;}
#widget-11 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#2f2f2f;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-11 .content{padding:20px;}
#widget-11 input{display:block;position:absolute;left:50%;bottom:5%;transform:translateX(-50%);z-index:6;padding:8px 14px;border-width:0px;border-style:solid;background:#f1f1f1;color:#2f2f2f;transition:all 0.3s ease;font-family: "Lato", sans-serif;font-size:1.1em;border-radius:5px;font-weight:normal}
#widget-11  input:hover{padding:8px 14px;border-width:0px;border-style:solid;background:#2f2f2f;color:#fff;transition:all 0.3s ease;font-family: "Lato", sans-serif;font-size:1.1em;border-radius:5px;font-weight:normal}
@media screen and (max-width:870px){
#widget-11 {width:100%}
}

/* glowna prawa srodek*/
#widget-10{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#dbdbdb;color:#2f2f2f;min-height:400px;}
#widget-10 .name a{font-size:1em;}
#widget-10 .name a{color:#b9a3af;}
#widget-10 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#fff;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-10 p{padding:40px;}
@media screen and (max-width:870px){
#widget-10 {width:100%; min-height:50px}
}


/* glowna lewa srodek*/
#widget-12{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#dbdbdb url('../../bns/5.jpg');color:#424242;
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;min-height:400px;}
#widget-12 .name a{font-size:1em;}
#widget-12 .name a{color:#b9a3af;}
#widget-12 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#2f2f2f;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-12 .content{padding:20px;}
@media screen and (max-width:870px){
#widget-12 {width:100%}
}

/* glowna prawa srodek*/
#widget-13{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#dbdbdb;color:#2f2f2f;min-height:400px;}
#widget-13 .name a{font-size:1em;}
#widget-13 .name a{color:#b9a3af;}
#widget-13 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#fff;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-13 p{padding:40px;}
@media screen and (max-width:870px){
#widget-13 {width:100%;min-height:50px}
}

/* glowna lewa srodek*/
#widget-15{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#dbdbdb url('../../bns/6.jpg');color:#424242;
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;min-height:400px;}
#widget-15 .name a{font-size:1em;}
#widget-15 .name a{color:#b9a3af;}
#widget-15 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#2f2f2f;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-15 .content{padding:20px;}
@media screen and (max-width:870px){
#widget-15 {width:100%; }
}

/* glowna prawa srodek*/
#widget-14{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#dbdbdb;color:#2f2f2f;min-height:400px;}
#widget-14 .name a{font-size:1em;}
#widget-14 .name a{color:#b9a3af;}
#widget-14 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#fff;display:block;margin:10px 0 20px;text-align:center;font-family:'Lato';}
#widget-14 p{padding:40px;}
@media screen and (max-width:870px){
#widget-14 {width:100%; min-height:50px}
}

/*kolekcja 2016*/
#widget-23{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#fff;color:#2f2f2f;}
#widget-23.name a{font-size:1em;}
#widget-23 .name a{color:#b9a3af;}
#widget-23 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#424242;display:block;margin:20px 0 0px;text-align:center;font-family:'Lato';}
#widget-23 .content{padding:5px;}
@media screen and (max-width:870px){
#widget-23 {width:100%; min-height:50px}
}

/*kolekcja 2017*/
#widget-24{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#f6f6f6;color:#2f2f2f;}
#widget-24.name a{font-size:1em;}
#widget-24 .name a{color:#b9a3af;}
#widget-24 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#424242;display:block;margin:20px 0 0px;text-align:center;font-family:'Lato';}
#widget-24 .content{padding:5px;}
@media screen and (max-width:870px){
#widget-24 {width:100%; min-height:50px}
}

/*menu*/
#widget-21{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0%;border-top:0px solid #eee;background:#f1f1f1;color:#2f2f2f;}
#widget-21.name a{font-size:1em;}
#widget-21 .name a{color:#b9a3af;}
#widget-21 .head{clear:both;line-height:1em;font-size:1.6em;text-transform:uppercase;color:#fff;display:block;margin:0px 0 0px;text-align:center;font-family:'Lato';}
#widget-21 .content{padding:5px;}
@media screen and (max-width:870px){
#widget-21 {width:100%; min-height:50px}
}



.page-scroll{display:block;position:absolute;left:50%;bottom:5%;transform:translateX(-50%);z-index:6;padding:8px 14px;border-width:0px;border-style:solid;background:#f1f1f1;color:#2f2f2f;transition:all 0.3s ease;font-family: "Lato", sans-serif;font-size:1.1em;border-radius:5px;font-weight:300}
.page-scroll:hover{padding:8px 14px;border-width:0px;border-style:solid;background:#2f2f2f;color:#fff;transition:all 0.3s ease;font-family: "Lato", sans-serif;font-size:1.1em;border-radius:5px;font-weight:300}