/** products **/

/*
.prot {
     padding-top: 90px;
}
*/
.products {
     padding: 90px 0;
     background-color: #252525;
}

.products .titlepage h2 {
     color: #fff;
}

.products .titlepage p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding-top: 25px;
}

.product {
     background-color: #fff;
     padding: 33px 10px;
}

/*.product figure {
     margin: 0;
}*/

.product figure img {
     height: 231px;
}

.product h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    padding-bottom: 0;
}

.products .read_more {
     margin-top: 80px;
     background: #fff;
     color: #000;
     text-transform: none;
}

.products .read_more:hover {
     background-color: #54b9e1;
}

.banner_pro {
     position: inherit;
     padding: 0;
}

#prod .carousel-control-prev,
#prod .carousel-control-next {
     width: 88px;
     height: 42px;
     background: #fff;
     opacity: 1;
     font-size: 17px;
     color: #54b9e1;
     border: 4
     top: 50%;
}



px
 solid;
    min-width: 200
px
;
    text-align: center;
    padding: 19
px
 0;
    position: relative;
    background-color: #229abf;


#prod .carousel-control-prev:hover,
#prod .carousel-control-next:hover,
#prod .carousel-control-prev:focus,
#prod .carousel-control-next:focus {
     background: #54b9e1;
     color: #fff;
}

#prod .carousel-control-prev {
     left: 1%
}

#prod .carousel-control-next {
     right: 1%;
}

#prod .carousel-indicators {
     display: none;
}


/** end products **/