
/* ANIMATED BANNER
===================================================================== */
.gallerycontainer { /* STYLE IS RESPONSIVE */ }
.gallerytitle, .gallerydescrip { /* STYLE IS RESPONSIVE */ }
.gallerytitle { /* STYLE IS RESPONSIVE */ }
.gallerydescrip { /* STYLE IS RESPONSIVE */ }

.slides-container li img {
	width: 100%;
}

#slides {
    position: relative;
    z-index: 100;
    }

#slides .slides-container {
    display: none;
    }

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    }
    
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
    }

.slides-navigation { /* STYLE IS RESPONSIVE */ }

.slides-navigation a {
    position: absolute;
    display: block;
    text-decoration: none;
    background-color: #F1B434;
    padding: 8px;
    border: 1px solid #fff;
	box-shadow: 4px 4px 40px rgba(0,0,0,.3);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    }

.slides-navigation a:hover {
    background-color: #3926CD;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    }

.slides-navigation a.next:before, .slides-navigation a.prev:before {
    color: #fff;
    font-family: 'df-icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    }
    
.slides-navigation a.prev {
    left: -1px;
    }

.slides-navigation a.prev:before {
    content: "\e62f";
    }

.slides-navigation a.next {
    right: -1px;
    }

.slides-navigation a.next:before {
    content: "\e629";
    }

.slides-pagination { /* STYLE IS RESPONSIVE */ }

.slides-pagination a {
    background-color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *display: inline;
    overflow: hidden;
    }

.slides-pagination a.current {
    background-color: #3926CD;
    }
