body {
    background-image: none !important;
}

h1 {
    font-family: 'Roboto', sans-serif;
}

.index-jumbotron {
    margin-bottom: 0;
}

.jumbotron-border {
    margin-top: 18px;
    margin-left: 11%;
    margin-right: 11%;
    border-bottom: 1px solid darkgray;
}

.cheap-easy-powerful {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 40px;
}

.cheap-easy-powerful .delimeter {
    color: #b6b6b6;
    font-weight: bold;
}

span.cheap {
    color: rgb(159, 128, 65);
}
span.easy {
    color: #478c4e;
}

span.powerful {
    color: #4c7ab3;
}

.head-banner {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(/images/finegram/bkg-original.jpg);
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    color: rgb(51, 51, 51);
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 485px;
    /*height: auto;*/
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    /*position: relative;*/
    width: 100%;
    /*width: 1286px;*/
}

.index-horizontal-devider {
    margin-top: 30px;
    border-bottom: 1px solid darkgray;
}

.info-block {
    font-size: 120%;
}

.info-block img {
    width: 40px;
}

.info-block .alert {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.info-block-link {
    font-size: larger;
    text-decoration: underline;
}

.benefit-item {
    margin-bottom: 40px;
    cursor: pointer;
}
.benefit-item:hover{
    text-shadow: 0 0 1px gray;
    color: #1D3F59;
}
.benefit-item:hover .fa-icon {
    color: #1D3F59;
}

.benefit-title {
    padding-left: 60px;
    font-size: 150%;
}

.fa-icon {
    color: #436494;

    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}
.benefit-item:hover .fa-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}

@media (max-width: 500px) {
    .info-block {
        padding-left: 0;
        padding-right: 0;
        font-size: 100%;
    }
}