#content .middle.equipments{
    align-items: flex-start;
}
.eq-categories{
    margin: 35px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.eq-categories .eq-category{
    color: #292929;
    text-decoration: none;
    display: block;
    font-size: 13px;
    margin: 0 35px 15px 0;
}
.eq-categories .eq-category.active{
    color: #00cde1;
}
.eq-list{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.eq-list-item{
    width: 360px;
    background: white;
    margin: 0 20px 30px 0px;
    border: solid 1px #f0f0f0;
    box-sizing: border-box;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}
.eq-list-item:hover{
    border-bottom: solid 1px #00cde1;
    box-shadow: 0 2px 2px rgba(84, 84, 84, 0.5);
}
.eq-list-item .eq-item-link{
    text-decoration: none;
    color: #292929;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.eq-list-item .eq-item-image{
    max-height: 270px;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
}
.eq-list-item .eq-info{
    width: 100%;
    box-sizing: border-box;
    padding: 35px 25px 0;
    flex-grow: 2;
}
.eq-list-item .eq-desc{
    color: #292929;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 35px;
    font-weight: 300;
}
.eq-list-item .eq-date{
    color: #9e9e9f;
    font-size: 12px;
    padding: 0 25px 25px;
}

.equipment h1{
    color: #292929;
    font-size: 20px;
    margin: 35px 0 10px;
}
.eq-description p{
    color: #292929;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 22px;
}
.equipment-gallery{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
}
.equipment-gallery .eq-img{
    width: 360px;
    overflow: hidden;
}
.equipment-gallery .gallery-item{
    max-width: 360px;
    height: 220px;
    overflow: hidden;
    width: auto !important;
    display: block;
}

.equipment-gallery .gallery-item img {
    max-width: 100%;
    max-height: 100%;
}

.middle.equipments.equipment{
    margin: 0 0 80px;
}

.equipment-gallery .bx-wrapper .bx-controls-direction a{
    width: 30px;
    height: 9px;
    background-image: url('../../img/arrow-black.png');
    background-repeat: no-repeat;
    display: inline-block;
    transform: rotate(0deg);
    position: relative;
}
.equipment-gallery .bx-wrapper a.bx-prev{
    transform: rotate(180deg);
    margin: 0 30px 0 0;
    left: 0;
}
.equipment-gallery .bx-controls-direction{
    text-align: center;
    margin: 25px 0 0;
}
.equipment-gallery .bx-wrapper .bx-next{
    right: 0
}