/*
|BANNER
*/

section.bw2 .banner {
    /* background-image: url("../../images/activity_banner.jpg"); */
    background-color: transparent;
}


/* slideshow */

.slide-control {
    position: absolute;
    top: 85%;
    width: 100%;
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
}

.slide-control .left,
.slide-control .right {
    padding: 5px;
    color: #333;
    width: 1.6em;
    height: 1.7em;
    /* background: rgba(255, 255, 255, 0.7); */
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid #333; */
}

.slide-control .right {
    float: right;
    background-image: url("./../../images/move2next.png");
    background-repeat: no-repeat;
}

.slide-control .left {
    float: left;
    background-image: url("./../../images/move2prev.png");
    background-repeat: no-repeat;
}

.slide-control .dots {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-right: 5px;
}
.slide-control .dots.active {
    background: #fff;
}

.slide-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.slide {
    height: 100%;
    width: 100%;
    text-align: center;
    overflow-y: hidden;
}

.slide>img {
    width: 100%;
    transform: translate(0, -35%);
}


/* >900 */

@media only screen and (min-width:900px) {
    section.bw2 .banner {
        background-position: 50% 45%;
    }
    .video {
        padding: 20px;
        height: 400px;
    }
    .row-content {
        width: 70%;
    }
    .row-image img {
        width: 25%;
    }
}


/*  600~900  */

@media only screen and (min-width:600px) and (max-width:899px) {
    section.bw2 .banner {
        background-position: 50% 45%;
    }
    .row-content {
        width: 65%;
    }
    .row-image img {
        width: 30%;
    }
    .video {
        padding: 20px;
        height: 300px;
    }
}


/* <599 */

@media only screen and (max-width:600px) {
    .row-content {
        width: 100%;
    }
    .row-image img {
        width: 95%;
    }
}

@media only screen and (max-width:425px) {
    .innerrow li.padded {
        padding: 0;
    }
}

@media only screen and (max-width:375px) {
    section.bw2 .banner {
        background-position: 45% 40%;
    }
    .video {
        padding: 10px 0;
        height: 200px;
    }
}

@media only screen and (min-width:375px)and (max-width:599px) {
    section.bw2 .banner {
        background-position: 50% 40%;
    }
    .video {
        padding: 10px;
        height: 250px;
    }
}

 /* Text */
section.bw2 .maintext {
    height: 390px;
}


/*
sidebar
 */

section.bw2 .sidebar {
    height: 390px;
}


/*
|  ALBUM
*/

.row-image img {
    float: left;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}

.row-content {
    float: right;
    display: inline-block;
    padding: 5px 10px;
}

#photoes li {
    list-style: none;
    padding: 10px 0;
    text-align: center;
}

#photoes li img {
    border: 4px solid rgba(51, 51, 51, .8);
    border-radius: 3px;
}

.text-center{
    text-align: center;
}