.main-page {
    padding: 80px 0px;
    background-color: #000;
}

.terabit-intro {
    padding-top: 30px;
    color: #FFF;
    line-height: 26px;
}

.map-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background-color: #FFF;
    z-index: 999999999;
    border-radius: 12px;
    transition: 528ms;
}

.map-modal.showing {
    position: fixed;
    top: 30px;
    left: 30px;
    width: 97%;
    height: 93%;
    background-color: #FFF;
    z-index: 999999999;
    border-radius: 12px;
    transition: 528ms;
}

.terabit-map h3 {
    color: orange;
}

.map-modal iframe {
    border: none;
    position: absolute;
    top: 30px;
    width: 97%;
    height: 94%;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.terabit-map {
    position: relative;
}

.closer {
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-more {
    border-radius: 50%;
    width: 50px;
    position: relative;
    padding: 0px;
    height: 50px;
    padding-top: 12px;
}

.btn-more:hover,
.btn-more:active.focus {
    border-color: #fff;
    background: transparent;
    transition: 400ms;
}

.address-panel {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
    padding: 40px;
    z-index: 999;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.address-panel .btn {
    color: #FFF;
}

.client-list img {
    opacity: .5;
    width: 80%;
    margin: auto;
}

.client-list img:hover {
    opacity: .8;
}

.google-map {
    width: 100%;
    height: 400px;
    border: none;
    position: relative;
    background-image: url(../img/map.png);
    background-position: center;
}

.disabled {
    opacity: .2;
}


.icon-image {
    max-width: 60%;
    margin-bottom: 20px;
    margin: auto;
}

.service-row {
    margin-top: 80px;
}



.job-title {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
    color: #fff;
    background: rgba(0, 0, 0, .08);
    border-radius: 22px;
    display: inline-block;
    padding: 5px 10px;
}


.services-area {
    background: rgba(0, 0, 0, .2);
    background-image: url('../img/wireframes.jpg');
    background-size: cover;
    background-position: right;
    background-attachment: scroll;
    color: #fff;
}

@media all and (min-width: 768px) {
    .main-page {
        padding: 260px 40px;
    }
}

@media all and (min-width: 992px) {
    .main-page {
        background-attachment: scroll;
        padding: 150px 0px;
    }

    .services-area {
        background: rgba(0, 0, 0, .2);
        background-image: url('../img/wireframes.jpg');
        background-size: cover;
        background-position: right;
        background-attachment: scroll;
    }
}

@media all and (min-width: 1025px) {
    .main-page, .services-area {
        background-attachment: fixed;
    }

}