/* 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;float:right;display:block;margin:0 0 -20px;padding:5px 10px;border:1px solid #fff;color:#fff;text-decoration:none;background:rgba(0,0,0,0.4);transition:all 0.3s ease;}
.quick-slider-nav-arrows:hover{color:#000;text-decoration:none;border:1px solid #000;background:rgba(255,255,255,0.4);}
.quick-slider-nav-arrows-next{right:20px;}
.quick-slider-nav-arrows-prev{left:20px;}
.quick-slider-nav-arrows-next:before{content:" >";}
.quick-slider-nav-arrows-prev:before{content:"< ";}
.quick-slider-nav-dots-wrapper{position:absolute;bottom:50px;width:200px;list-style:none;left:0;right:0;margin:0 auto;z-index:9}
.quick-slider-nav-dots{float:left;width:18px;height:18px;margin:0 10px 0 0;background:#66bf00;border:1px solid #fff;color:transparent;font-size:0.5em;border-radius:18px}
.quick-slider-nav-dots.active, .quick-slider-nav-dots:hover{background:#44312a;transition:all 0.3s ease;color:transparent;}
.quick-slider-slide .description{z-index:3;position:absolute;padding:20px;background:rgba(0,0,0,0.3);line-height:1.25em;color:#fff;}
.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:780px;overflow:hidden;color:#fff;border-bottom:7px solid #f06817} 
#slider-1 li.no-img{min-height:300px;}
#slider-1 li img{width:100%}
#slider-1 .quick-slider-nav-arrows{top:50%;transform:translateY(-50%);min-height:60px;height:40%;margin:0;padding:0 10px;border:0;opacity:0.5;}
#slider-1 .quick-slider-nav-arrows:hover{opacity:0.6;background:#000;}
#slider-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;}
#slider-1 .quick-slider-nav-arrows-prev:before{background-position:0 -32px;}
#slider-1 .quick-slider-nav-arrows-next{right:0;}
#slider-1 .quick-slider-nav-arrows-prev{left:0;}
#slider-1 .quick-slider-nav-dots-wrapper{left:80px;}
#slider-1 .quick-slider-slide .description{bottom:30px;left:0;right:0;margin:0 auto;min-width:150px;width:660px;margin-top:10px;font-size:1.571em;text-shadow:1px 1px 1px #000;padding-bottom:60px}
#slider-1 .quick-slider-slide .description h2{font-size:3.5em;font-weight:900}
#slider-1 .quick-slider-slide .description h3{font-size:2.5em;font-weight:900;color:#fffe00}
#slider-1 .quick-slider-slide .description h4{font-size:1.1em;font-weight:900;margin-top:20px}
/* 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.bannerStatic{height:auto;line-height: 0;}
#slider-1.bannerStatic img{width:100%;}

/* CUSTOM - WIDGET SLIDER */
.widget.type-3 .slider{position:relative;clear:both;display:none;overflow:hidden;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 .quick-slider-slide .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 */
.widget .pages-slider li{line-height:1.25em;color:#333;} /* you can also set height here */
.widget .pages-slider .image{float:left;min-width:210px;width:39%;}
.widget .pages-slider .name{float:left;min-width:250px;width:60%;padding-bottom:10px;font-size:1.25em;}
.widget .pages-slider time{float:left;min-width:250px;width:60%;padding-bottom:10px;}
.widget .pages-slider .slider-description{float:left;min-width:300px;width:55%;color:#000;}
.widget .pages-slider li.no-img .slider-description{width:100%;}
.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:1366px){
  #slider-1{max-height:560px}
}
@media screen and (max-width:1024px){
  #slider-1{max-height:419px}
}
@media screen and (max-width:768px){
  #slider-1{max-height:314px}
	#slider-1 .quick-slider-slide .description{font-size: 1.25em;width:80%;}
}
@media screen and (max-width:640px){
  #slider-1{max-height:262px}
	#slider-1 .quick-slider-slide .description{font-size: 1.1em;width:80%;}
}
@media screen and (max-width:560px){
  #slider-1 .quick-slider-nav-dots-wrapper{display:none}
	#slider-1 .quick-slider-slide .description{padding-bottom:20px;bottom:15px;font-size: 1em}
}
@media screen and (max-width:480px){
  #slider-1{max-height:196px}
	#slider-1 .quick-slider-slide .description{font-size:0.875em;}
}
@media screen and (max-width:400px){
  #slider-1{max-height:164px}
}
@media screen and (max-width:399px){
  #slider-1 .quick-slider-slide .description{display:none}
}
@media screen and (max-width:320px){
  #slider-1{max-height:131px}
}

/* PLUGINS */
