
/*--------	SLIDESHOW	--------*/
.cycle-slideshow{position: relative; z-index: 0; }
.cycle-slideshow img{width: 100%; height: auto; }
.cycle-controls img{cursor: pointer; opacity: .8}
.cycle-controls img:hover{cursor: pointer; opacity: 1}
.icons a:hover, a.social:hover{opacity: .5}
.cycle-pager{text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0; overflow: hidden;}
.cycle-pager span{font-family: arial; font-size: 36px; width: 14px; height: 14px; display: inline-block; color: #fff; cursor: pointer; text-shadow: 0 0 10px rgba(0, 0, 0, .5)}
.cycle-pager span.cycle-pager-active{color: #fcc601}
.icons a, .locations, .locations a, a.btn{color: #fff; text-align: center}
.cycle-pager>*{cursor: pointer}


/*=========================	
    RESPONSIVE STYLES
==========================*/


@media all and (max-width:1100px) {
	.cycle-pager{ margin-bottom: 0px;}
}

@media all and (max-width:1065px) {
 
}

/* Tablet */
@media all and (max-width:900px) {
    
}

/* Smart Phone */
@media all and (max-width:600px) {

}
