/* FLEXSLIDER */


#block-views-slideshow-block .flex-control-nav {
    width: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    height: 20px;
}

#block-views-slideshow-block .flex-caption p {
    margin: 0px;
    color: rgb(51, 51, 51);
}

.front .flexslider {
    margin: 0;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border-top: 0px solid rgb(255, 255, 255);
    border-bottom: 4px solid rgb(255, 255, 255);
    border-left: 0;
    border-right: 0;
    position: relative;
    border-radius: 4px;
    box-shadow: 0;
}


.flex-direction-nav a:before {
    line-height: 40px;
    text-shadow:none;
    color: #BD621E;
}


.timeline-nav.flex-control-thumbs li {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.nav-thumbs .flexslider { 
    margin: 0;
}

.timeline-nav .nav-thumbs .flexslider { 
 /*    border: 1px solid rgb(223, 223, 223);
   box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05); */
}

.view-videos #flexslider-1 .slides li,
.view-videos #flexslider-3 .slides li {
    margin-left: 15px;
    margin-right: 15px;
}

.nav-thumbs li:hover {
    cursor: pointer;
}

.view-videos #flexslider-1 .flex-viewport > ul:nth-child(1) > li:nth-child(1),
.view-videos #flexslider-3 .flex-viewport > ul:nth-child(1) > li:nth-child(1) {
    margin-left: 0 !important;
}

.timeline-nav .slides li {
    min-height: 140px;
    background-color: #F8F8F8;
    border-top: solid transparent 3px;
    padding: 10px;
}

.timeline-nav .slides li.flex-active-slide {
    background-color: #FFF;
    border-top: solid #BD621E 3px;
}

.slideshow-main .flex-caption, 
.slideshow-main .title-link {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {

.slideshow-main .flex-caption, 
.slideshow-main .title-link {
    padding-left: 0;
    padding-right: 0;
}

.front .flexslider {
    margin: 0px 0px 20px;
}

#block-views-slideshow-block .flex-caption p {
    width: 550px;
}

#block-views-slideshow-block .flex-caption a {
    position: absolute;
    bottom: 50px;
    z-index: 98;
    margin-left: 50px;
    height: 50px;
}

#block-views-slideshow-block .views-field-title-field a {
    width: 670px;
    padding: 10px 120px 65px 10px;
    background: url('../images/banner-arrow.png') no-repeat scroll 100% 0px rgb(255, 255, 255);
    bottom: 40px;
    position: absolute;
    z-index: 98;
    margin-left: 40px;
    background-size: 105px 105px;
}

.front .flexslider {
    margin: 0px;
    background: none repeat scroll 0% 0%;
    border-width: 0px;
    border-style: solid none;
    border-color: #FFF -moz-use-text-color;
    position: relative;
    border-radius: 0px;
}
}

@media (min-width: 1200px) {
#block-views-slideshow-block .views-field-title-field a {
    background-size: 110px 110px;
}