.views-slideshow-controls-text-previous {
    background: url(../images/slider-previous.png);
    display: block;
    height: 39px;
    left: 2.5rem;
    position: absolute;
    top: 10rem;
    width: 38px;
    z-index: 1000;
}

.views-slideshow-controls-text-previous:hover {
    text-decoration: none!important;
}

.views-slideshow-controls-text-previous a {
    color: transparent;
}

.views-slideshow-controls-text-previous a:hover {
    text-decoration: none!important;
    color: transparent;
}

.views-slideshow-controls-text-next {
    background: url(../images/slider-next.png);
    display: block;
    height: 39px;
    right: 2.5rem;
    position: absolute;
    top: 10rem;
    width: 38px;
    z-index: 1000;
}

.views-slideshow-controls-text-next:hover {
    text-decoration: none!important;
}

.views-slideshow-controls-text-next a {
    color: transparent;
}

.views-slideshow-controls-text-next a:hover {
    text-decoration: none;
    color: transparent;
}

.views-slideshow-controls-text-pause {
    display: none;
}

.widget_pager .views-content-counter, .flex-control-paging li a {
    /*float: left;*/
    /*text-indent: -10000px;*/
    background-image: url(../images/carousel-pagination-bg.png);
    background-repeat: no-repeat;
    width:15px;
    height:13px;
    background-color: transparent;
    /*padding-right:5px;*/
}

.widget_pager .active .views-content-counter, .flex-control-paging li a.flex-active {
    /*float: left;*/
    /*text-indent: -10000px;*/
    background-image: url(../images/carousel-pagination-active.png)!important;
    background-repeat: no-repeat;
    width:15px;
    height:13px;
    background-color: transparent;
}

.widget_pager .views-content-counter:hover, .flex-control-paging li a:hover {
    background-image: url(../images/carousel-pagination-active.png)!important;
    background-repeat: no-repeat;
    width:15px;
    height:13px;
    background-color: transparent;
    /*cursor: pointer;*/
}

.views-slideshow-controls-bottom, .flex-control-nav {
    bottom: 0;
    position: absolute;
    right: 2.5rem;
    z-index: 1000;
    width: 6rem;
}

.flex-control-nav li {
    margin: 0 2px;
}

.flex-direction-nav a.flex-next::before, .flex-direction-nav a::before {
    content: '';
}

.flex-direction-nav a {
    background: url(../images/slider-previous.png);
    width: 38px;
    height: 39px;
    color: transparent;
}

.flex-direction-nav a:hover {
    color: transparent!important;
    text-decoration: none!important;
}

.flex-direction-nav a.flex-next {
    background: url(../images/slider-next.png);
    width: 38px;
    height: 39px;
    color: transparent!important;
    text-decoration: none!important;
}

.flex-direction-nav a.flex-next:hover {
    color: transparent!important;
    text-decoration: none!important;
}

.flexslider {
    border-width: 0 14px 4px;
    margin: 0;
}

.flexslider .flex-direction-nav a.flex-prev,
.flexslider .flex-direction-nav a.flex-next {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    display: block;
}
.flexslider .flex-next {
    right: 1rem !important;
    opacity: 1 !important;
}

.flexslider .flex-next:hover {
    right: 5px;
    opacity: 0.8;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.flexslider .flex-prev {
    left: 1rem !important;
    opacity: 1 !important;
}

.flexslider .flex-prev:hover {
    left: 5px;
    opacity: 0.8;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.cover-link {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}

.front-green-box {
    position: relative;
}

