.my-btn .service-block {
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}
.my-btn:hover {
    text-decoration: none !important;
}
.my-btn h2:after, .my-btn h2:before {
    content: '' !important;
}

.my-btn:hover .service-block-blue {
    background-color: #4765a0 !important;
}
.my-btn:hover .service-block-green {
    background-color: #72c02c !important;
}
.my-btn:hover .service-block-orange {
    background-color: #b16420 !important;
}
.my-btn:hover .service-block-dark {
    background-color: #949292 !important;
}
.my-btn:hover .service-block-light-green {
    background-color: #73b39b !important;
}

.my-logo {
    height: 80px !important;
    font-size: 31px;
    font-weight: 200;
    line-height: 15px;
    padding: 17px 15px 13px;
    font-family: 'Open Sans', sans-serif;
    z-index: 99999;
}
.my-logo:hover {
    text-decoration: none !important;
}

i.icon-xl {
    width: 200px;
    height: 200px;
    font-size: 100px;
    line-height: 200px;
    margin-bottom: 10px;
}

.font-size-20 {
    font-size: 20px;
}
.font-size-40 {
    font-size: 40px;
}