.backpage{
    width: 100%;
    height: 30px;
}
.backpage p{
    margin: 0;
    line-height: 30px;
    color: #2b2e83;
    font-weight: bold;
}
.backpage p a{
    color: #676767;
    font-weight: normal;
}
.image_whowe{
    width: 100%;
    height: 335px;
    background: #ccc;
    margin-top: 10px;
}
/*.image_whowe img{
    width: 100%;
    height: 100%;
}*/

.description{
    width: auto;
    min-height: 340px;
    background: url('../../images/site/bgvir.png') no-repeat right -40px, #ececec;
    padding: 30px 30px;
}
.description h4{
    margin: 0;
    font-weight: bold;
    color: #2b2e83;
}
.description p{
    line-height: 25px;
    color: #676767;
    margin-top: 30px;
}
.image_whowe .carousel{
    height: 100%;
}
.image_whowe .carousel .carousel-inner{
    height: 100%; 
}
.image_whowe .carousel .carousel-inner .item{
    height: 100%; 
}
.image_whowe .carousel .carousel-inner .item img{
    width: 100%;
    height: 100%; 
}

.image_whowe .carousel .carousel-control{
    width: 20px;
    height: 80px;
    text-shadow: 0;
}
.image_whowe .carousel .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url('../../images/site/left-slider.png') no-repeat center center, #2B2E83;
}

.image_whowe .carousel .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    opacity: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url('../../images/site/right-slider.png') no-repeat center center, #2B2E83;
}