.bylinky-category{
    width: 100%;
    float: left;
    display: block;
}

.bylinky-category img{
    max-width: 100%;
}

.bylinky-preview,
.bylinky-text{
    width: 47%;
    float: left;
    padding: 0px 20px 0 0px;
}

.bylinky-text{
    padding-right: 0;
}

.bylinky-preview{
    text-align: center;
}

.bylinky-preview .main-image{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.bylinky-preview .main-image img{
    max-width: 85%;
}

.bylinky-text .green-text{
    color: #56a96d;
    margin-bottom: 0;
}

.other-image{
    width: 100%;
    float: left;
    text-align: center;
}

#slider{
    position: relative;
}

.slides li{
    position: relative;
}

.slides.main li{
    opacity: 0;
}

.slides.main li.flex-active-slide{
    opacity: 1;
}

.other-image ul{
    list-style: 0;
    margin: 0;
    padding: 0;
}

.other-image li{
    width: 50%;
    float: left;
}

.other-image img{
    max-width: 150px;
}

.bylinky-text-bottom{
    width: 100%;
    float: left;
    margin-top: 25px;
}

.bylinky-category .flexslide{
    margin-top: 10px;
    height: auto;
    background-color: transparent;
}

.bylinky-category .flex-caption {
    position: absolute;
    width: auto;
    padding: 5px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    margin: 0;
    font-size: 10px;
}

.bylinky-category .flex-viewport{
    margin: 0 auto;
}

.bylinky-category #slider{
    margin: 0;
}

.bylinky-category #slider .ui-slider-handle{
    display: none;
}

.bylinky-category #carousel li{
    cursor: pointer;
}

.bylinky-category .flex-direction-nav{
    display: none;
}

@media only screen and (max-width: 767px) {
    .bylinky-preview,
    .bylinky-text{
        width: 100%;
        float: left;
        padding: 0px 20px 0 0px;
    }
}