.front-slider-widget {
    position: relative;
    z-index: 100;
}

.front-slider-widget-container {
    width: 100%;
    height: 580px;
}

.front-slider-widget-slide {
    height: 580px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 101;
}

.slick-track {
    height: 580px;
}

.front-slider-widget-slide.active {
    display: block;
}

.front-slider-widget-slide-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
}

.front-slider-widget-slide-content > div.fixed-width {
    padding-top: 40px;
}

.front-slider-widget-navigator {
    width: 100%;
    height: 40px;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 109;
}

.front-slider-widget-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 2px solid #FFF;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    transition: .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.front-slider-widget-bullet.active {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.front-slider-widget-bullet:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.front-slider-widget-seemore {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 104;
}

.front-slider-widget-seemore-link {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.front-slider-widget-update-link {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 109;
}

.front-slider-widget-update-link a {
    font: normal 12px Arial, sans-serif;
    color: #FFF !important;
    padding: 2px 8px;
    background: rgba( 0, 0, 0, 0.7 );
    text-decoration: underline;
}

ul.header-navi > li.navigator-element {
    z-index: 110;
}

.front-slider-prev-arrow {
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 108;
}

.front-slider-prev-arrow:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('/modules/FrontSlider/tpl/images/left-arrow.png') 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    z-index: 107;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.front-slider-prev-arrow:hover:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('/modules/FrontSlider/tpl/images/left-arrow.png') -60px 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    z-index: 107;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.front-slider-next-arrow {
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 108;
}

.front-slider-next-arrow:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('/modules/FrontSlider/tpl/images/right-arrow.png') -60px 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    z-index: 107;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.front-slider-next-arrow:hover:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('/modules/FrontSlider/tpl/images/right-arrow.png') 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    z-index: 107;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

ul.slick-dots {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 108;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 2px solid #FFF;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    transition: .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    cursor: pointer;
}

ul.slick-dots li.slick-active, ul:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

ul.slick-dots li button {
    display: none;
}