.aqua-circle-view{
    align-items: center;
    font-size: 30px;
    height: 80px;
    width: auto;
    border: 1px solid rgb(84, 84, 84);
    margin-right: 25px;
    cursor: pointer;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.5);
    background-color: #3ad1ef;*/
}

.aqua-builder img{
    position: relative;
    width: 40px;
    top: 25%;
    left: 12%;
}

.builder-title-object{
    position: relative;
    top: -17%;
    left: 35%;
    font-size: 21px;
    font-weight: 400;
}

.builder-title-people{
    position: relative;
    top: -13%;
    left: 38%;
    font-size: 19px;
    font-weight: 400;
}

.builder-title-water{
    position: relative;
    top: -29%;
    left: 35%;
    font-size: 21px;
    font-weight: 400;
}

.builder-title-hint{
    position: relative;
    top: -27%;
    left: 35%;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
}

.builder-item-selected {
    border: 1px solid #fec901;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.builder-item-selected h4{
    color : #fec901;
}

.builder-item-selected img{
    filter : none;
}

.filter-gray{
    filter : grayscale(100%);
    border: 1px solid #cbcbcb;
}

.filter-gray h4{
    color: #b2b2b2;
}

.aqua-builder-price{
    color: #0a9b00;
    font-weight: 700;
    font-size: 14px;
}
/*-----------------------------------*/

/* Schema ----------------------------*/

.aqua-schema-all{
    display: none;
    height: 100%;
    width: 100%;
}

.aqua-schema-bg {
    position: relative;
    background-image: url("/asset/images/content/home/builder/schema/clearing_shcema_base.png");
    background-repeat: no-repeat;
    height: 426px;
    width: 100%;
}

.aqua-schema-air {
    display: none;
    height: 320px;
    position: absolute;
    left: 1%;
    top: 22%;
}

.aqua-schema-ferrum {
    display: none;
    position: absolute;
    height: 380px;
    left: 30%;
    top: 20%;
}

.aqua-schema-soft {
    display: none;
    position: absolute;
    height: 380px;
    left: 45%;
    top: 20%;
}

.aqua-schema-carbon {
    display: none;
    position: absolute;
    height: 360px;
    left: 65%;
    top: 20%;
}

.aqua-schema-filter {
    display: none;
    position: absolute;
    height: 90px;
    left: 80%;
    top: 20%;
}
/*-------------End Schema --------------*/