/* Quick.Cms.Ext v6.x slider stylesheet */
/* Quick.Slider */

/* GLOBAL */
.quick-slider{position:relative;margin:auto;overflow:hidden;}
.quick-slider ul{padding:0;margin:0;list-style:none;}
.quick-slider-slide{position:absolute;left:0;top:0;width:100%;display:none;text-align:left;overflow:hidden;line-height:0;}
.quick-slider-slide:first-child{display:block;}
.quick-slider-nav-arrows{z-index:5;position:absolute;top:50%;transform:translateY(-50%);float:right;display:block;min-height:60px;height:40%;margin:0;padding:0px 10px;border:0;background:rgba(0,0,0,0.4);opacity:0.5;transition:all 0.3s ease;}
.quick-slider-nav-arrows:hover{opacity:1;}
.quick-slider-nav-arrows:before{content:"";display:block;position:relative;top:50%;transform:translateY(-50%);width:32px;height:32px;background:url('img/arrows.png') no-repeat 0 0;}
.quick-slider-nav-arrows-prev:before{background-position:0 -32px;}
.quick-slider-nav-arrows-next{right:0;}
.quick-slider-nav-arrows-prev{left:0;}
.quick-slider-nav-dots-wrapper{position:absolute;top:40%;width:20px;list-style:none;text-align:left;}
.quick-slider-nav-dots-wrapper li{float:left;clear:both}
.quick-slider-nav-dots{display:inline-block;width:7px;height:7px;margin:0 12px 0 0;background:#d2b56f;color:transparent;font-size:0.5em;border-radius:10px;padding:2px}
.quick-slider-nav-dots.active, .quick-slider-nav-dots:hover{background:#fff;transition:all 0.3s ease;color:transparent}
.quick-slider-slide .description a{color:inherit;}
.quick-slider-slide .description a:hover{text-decoration:none;}

/* CUSTOM - TOP SLIDER */
#slider-1{position:relative;clear:both;height:auto;overflow:hidden;color:#fff;margin:0 auto;width:100%} 
#slider-1 .quick-slider-nav-arrows{}
#slider-1 .quick-slider-nav-dots-wrapper{left: 5%;}
#slider-1 .quick-slider-slide .description{top:26%;left:0;right:0;min-width:150px;width:80%;margin:10px auto;text-align:center}
#slider-1 .quick-slider-slide .description h2{font-size:4em;font-weight:100;line-height:1em;position:relative;margin-bottom:14px}
#slider-1 .quick-slider-slide .description h2:before {content:url('img/before-h2-slider.png');position:absolute;top:-55px;left:0;right:0;margin:0 auto}
#slider-1 .quick-slider-slide .description h3{font-size:2.5em;font-weight:800;color:#efd38e;margin-bottom:4px}
#slider-1 .quick-slider-slide .description h3:before {content:url('img/before-h3-slider.png');padding-right:20px;vertical-align: middle;}
#slider-1 .quick-slider-slide .description h3:after {content:url('img/after-h3-slider.png');padding-left:20px;vertical-align: middle;}
#slider-1 .quick-slider-slide .description p:last-child:after {content:url('img/znaczek-slider.png');}

#slider-1 .quick-slider-slide .description-bg{width:100%;height:100%;background: -moz-linear-gradient(left, rgba(40,24,9,0.9) 0%, rgba(47,25,11,0.6) 48%, rgba(0,0,0,0.33) 100%);
background: -webkit-linear-gradient(left, rgba(40,24,9,0.9) 0%,rgba(47,25,11,0.6) 48%,rgba(0,0,0,0.33) 100%);
background: linear-gradient(to right, rgba(40,24,9,0.9) 0%,rgba(47,25,11,0.6) 48%,rgba(0,0,0,0.33) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6281809', endColorstr='#54000000',GradientType=1 );position:absolute;top:0}
/* slide with specified ID */
#slider-1 li{text-align:center}
#slider-1 li:first-child{animation-name: fadeIn;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}
/*#slider-1 li:nth-child(odd) .description{animation-name: fadeInRight;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}
#slider-1 li:nth-child(even) .description{animation-name: fadeInLeft;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}*/
#slider-1 li:nth-child(odd) h2{animation-name: fadeInDown;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}
#slider-1 li:nth-child(odd) .description h3{animation-name: fadeInUp;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}
#slider-1 li:nth-child(even) h2{animation-name:fadeInLeft;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}
#slider-1 li:nth-child(even) .description h3{animation-name: fadeInRight;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}

#slider-1.bannerStatic, #slider-1.bannerStatic img{width:100%;height:auto;line-height:0}

/* CUSTOM - WIDGET SLIDER */
/* standard slider - images */
.slider .description{z-index:3;position:absolute;top:10px;left:80px;min-width:150px;width:35%;margin-top:10px;padding:10px;line-height:1.25em;color:#fff;}
.widget.type-3 .slider{clear:both;display:none;color:#fff;text-align:center;}
.widget.type-3 .slider li.no-img{min-height:150px;}
.widget.type-3 .slider .quick-slider-nav-arrows{bottom:50px;}
.widget.type-3 .slider .quick-slider-nav-dots-wrapper{left:0;bottom:10px;margin:0 auto;text-align:center;}
.widget.type-3 .slider .quick-slider-nav-dots-wrapper li{display:inline-block;}
.widget.type-3 .slider .description{top:0;left:0;width:100%;font-size:0.875em;}
#content .widget.type-3 li img{box-shadow:none;}
#content .widget.type-3 li img:hover{opacity:1;}
/* subpages slider */
.pages-slider li{line-height:1.25em;} /* you can also set height here */
.pages-slider .image{float:left;padding-right:1em;}
.pages-slider .description{padding:0.5em 0;}
.pages-slider li.no-img .description{width:100%;}
.pages-slider .quick-slider-nav-arrows{top:20%;}
.pages-slider .quick-slider-nav-dots-wrapper{bottom:0px;text-align:center;}

.widget.type-6 .slider .quick-slider-nav-dots-wrapper{right:0;top:0;width:auto;}
.widget .slider .quick-slider-nav-dots-wrapper li{display:inline-block;}
.widgets-2 .type-6 .slider.quick-slider{overflow:visible}
.widgets-2 .type-6 .slider .quick-slider-slide{overflow:visible;}
#content .widget.type-6 li img{box-shadow:none;}

@media print{
  /* PRINT STYLES */
  #slider-1, .quick-slider img, .quick-slider-nav-arrows, .quick-slider-nav-dots{display:none;}
}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1400px){
  #slider-1, #slider-1.bannerStatic, #slider-1.bannerStatic img{width:100%;max-height:605px}
}
@media screen and (max-width:900px){
	#slider-1 li.img img{max-width:inherit}
	#slider-1{height:378px !important}
	#slider-1.bannerStatic{height:auto !important}
	#slider-1 li > img{width:1200px}
	#slider-1 .quick-slider-slide .description h2{font-size:1.5em;line-height:1.75em}
  #slider-1 .quick-slider-slide .description h2 img{margin:26px 12px 0 0;display: inline-block;vertical-align:top;}
	.quick-slider-nav-dots-wrapper, #slider-1 .quick-slider-slide .description h3:before, #slider-1 .quick-slider-slide .description h3:after{display:none}

}
@media screen and (max-width:600px){
  #slider-1{height:315px !important}
	#slider-1 li > img{width:1000px}

}

/* PLUGINS */
