.item-mask .item-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
    padding-right: 30px;
    text-align: left;
    transition: all .5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;

}

.item-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    position: absolute;
    transition: all .5s ease-in-out 0s;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.item-box:hover .item-mask {
    visibility: visible;
    opacity: 1;
}

.item-box:hover .item-caption {
    visibility: visible;
    opacity: 1;
}

.item-box {
    position: relative;
    display: block;
    min-height: 231.85px;
    max-height: 231.85px;
    min-width: 100%;
    max-width: 100%;
}

.serviceImg{
    min-width: inherit;
    max-height: inherit;
    min-height: inherit;
}

.services{
    min-height: 283.35px;
    max-height: 283.35px;
}


a i img{
    max-width: 100%;
}

div.float-left a span span div{
    display: none;
}

#acceptCookies{
    min-height: 76px;
    background-color: #3e3e3eca;
}

#usage{
    margin-top:4.5em;
}

nav{
    min-height: 95px;
}

.dropdown-item.active{
    background-color: #fff;
}

.logoContainer{
    min-height: 60px;
    max-height: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .services{
        max-height: 400px;
    }
}
.navbar{
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}

.nav-icons{
    text-align: right;
    padding-right: 3%;
    padding-top: 1%;
    font-size: 30px;
    text-decoration: none;
}

.nav-icons a{
    color: black;
}

.nav-icons a:first-child{
    color: #4267B2;
}

.nav-icons a:last-child{
    color: #833ab4;
}

.nav-item{
    padding-right: 20px !important;
    padding-left: 20px !important;
}