.flexslider{
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8);
    border: none;
    margin-bottom: 0;
}

.flex-viewport{
    max-height: 590px;
}

.flex-control-thumbs {
    border-top: solid 8px #070804;
    max-height: 332px;
    margin-top: 0;
}

.flex-control-thumbs li+li{
    width: 25%;
}

.flex-control-thumbs li{
    width: 25%;
}

.flex-control-thumbs img{
    max-height: 221px;
}

.flex-direction-nav>li>a.flex-next{
    background-image: url("../images/general/arrow-right.png");
    background-size: 100% 100%;
}

.homepage .flex-direction-nav>li>a.flex-next:hover{
    margin-right: -10px;
}

.flex-direction-nav a{
    top: 30%;
}

.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before{
    content: none;
}
.flex-direction-nav>li>a.flex-prev{
    background-image: url("../images/general/arrow-left.png");
    background-size: 100% 100%;
}

body>nav{
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    border-bottom: solid 1px #00aef0;
    height: 53px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: right;
    width: 100%;
}

body>nav a{
    background-repeat: no-repeat;
    background-size: 16% auto;
    color: #fff;
    font-family: "Gotham-Medium";
    line-height: 53px;
    margin-right: 1.3%;
    padding: 1.8% 0;
}

body>nav a.pics_more{
    background-image: url("../images/general/arrow-right.png");
    background-position: 90% 64%;    
    padding-right: 5.4%;
}

body>nav a.pics_less{
    background-image: url("../images/general/arrow-left.png");
    background-position: 10% 64%;    
    padding-left: 5.4%;
}