.index-bg {
    /*background: #eeeeee url() 0 0 no-repeat;*/
    background: url(../imgs/indexbg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.index-block {
    display: inline-block;
    padding: 10px 10px 20px 10px;
    width: 80%;
    background: white;
    border-radius: 5px;
}

.index-main {
    text-align: center;
    margin: 60px auto 0 auto;
    width: 90%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .index-main {
        margin: 30px auto 0 auto;
    }
}

.index-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.index-row {
    text-align: center;
}

.index-contact {
    margin-top: 20px;
    color: orange;
}

.index-box-alpha {
    display: inherit;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 50px 20px 50px 20px;
    background: rgba(255, 255, 255, 0.2);;
    border-radius: 5px;
}

.index-title {
    margin-bottom: 20px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}