/* 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:20px;width:100%;list-style:none;min-width:200px}
.quick-slider-nav-dots{display:none;float:left;width:7px;height:7px;margin:0 14px 0 0;background:#fff;color:transparent;font-size:0.5em;border-radius:7px;margin-top:8px}
.quick-slider-nav-dots.active, .quick-slider-nav-dots:hover{background:transparent;transition:all 0.3s ease;color:transparent;border-radius:26px;border:3px solid #fff;width:26px;height:26px;margin-top:0}
.quick-slider-slide .description{z-index:3;position:absolute;padding:30px 50px 30px 30px;background:rgba(0,0,0,0.6);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:750px;overflow:hidden;color:#fff;} 
#slider-1 li.no-img{min-height:750px;}
#slider-1 li img{width:100%}
#slider-1 li .description img{width:inherit}
#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{top:8%;left:4%;min-width:150px;width:70%;text-align:left}
#slider-1 .quick-slider-slide .description h1{font-size:3.75em;font-weight:700;line-height:1em;text-transform: uppercase;padding:6px 0 10px;}
#slider-1 .quick-slider-slide .description h2{font-size:1.6em;font-weight:700;color:#d8b36c;line-height:1em;padding:10px 0 30px}
#slider-1 .quick-slider-slide .description p{font-size:1em;font-weight:700}
/* 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{display:none;animation-name:fadeInLeft ;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}
#slider-1 li:nth-child(even) .description{display:none;animation-name: fadeInRight;transform-origin: center bottom;animation-duration:2s;animation-fill-mode: both;}


#slider-1 li:nth-child(2), #slider-1 li:nth-child(3), #slider-1 li:nth-child(4), #slider-1 li:nth-child(5){height:1px;width:1px}

#slider-1.bannerStatic{height:auto}
#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:1400px){
  #slider-1{max-height:750px}
}
@media screen and (max-width:1366px){
  #slider-1{max-height:731px}
}
@media screen and (max-width:1024px){
  #slider-1{max-height:548px}
	#slider-1 .quick-slider-slide .description h1{font-size:2.75em;}
	#slider-1 .quick-slider-slide .description h2{font-size: 1.33em;}
}
@media screen and (max-width:768px){
  #slider-1{max-height:504px}
  #slider-1 .quick-slider-slide .description h1{font-size:2em;}
	#slider-1 .quick-slider-slide .description h2{font-size: 1.1em;}
}
@media screen and (max-width:640px){
  #slider-1{max-height:420px}
  #slider-1 .quick-slider-slide .description h1{font-size:1.5em;}
	#slider-1 .quick-slider-slide .description h2{font-size: 1em;padding:6px 0 10px;}
}
@media screen and (max-width:480px){
  #slider-1{max-height:315px}
	#slider-1 .quick-slider-slide .description p{display:none}
	#slider-1 .quick-slider-slide:first-child .description p:nth-child(1){display:block}
	#slider-1 .quick-slider-slide:first-child .description p:nth-child(2){display:none}
	#slider-1 .quick-slider-slide .description h2{font-size: 1em;font-weight:400}
	#slider-1 .quick-slider-slide .description{padding:20px 40px 20px 20px;}
}
@media screen and (max-width:430px){
  #slider-1{max-height:282px}
}
@media screen and (max-width:420px){
  #slider-1{max-height:276px}
}
@media screen and (max-width:400px){
  #slider-1{max-height:262px}
	#slider-1 .quick-slider-slide .description{padding:10px 30px 10px 10px;}
}
@media screen and (max-width:320px){
  #slider-1{max-height:210px}
}

/* PLUGINS */
