address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
.container {
    width: 1000px;
}

.address {
    background: url("../images/gradient.png") no-repeat scroll 0 0 transparent;
    height: auto;
    padding: 50px;
}



.modal-header, .panel-default > .panel-heading {
    background-color: #17685f;
    border-color: #777;
    border-radius: 0;
    color: #fff;
}


#footerSlideContent {
    background: none repeat scroll 0 0 #0f1116;
    border: medium none;
    color: #ccc;
    font-size: 0.8em;
    height: 0;
    width: 100%;
}

.timeline-centered {
    margin-bottom: 30px;
    position: relative;
}
.timeline-centered:after, .timeline-centered:before {
    content: " ";
    display: table;
}
.timeline-centered:after {
    clear: both;
}
.timeline-centered:before {
    background: none repeat scroll 0 0 #f5f5f6;
    bottom: 20px;
    content: "";
    display: block;
    margin-left: 30px;
    position: absolute;
    top: 20px;
    width: 4px;
}
.timeline-centered .timeline-entry {
    clear: both;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 5px;
    position: relative;
}
.timeline-centered .timeline-entry:after, .timeline-centered .timeline-entry:before {
    content: " ";
    display: table;
}


.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: none repeat scroll 0 0 padding-box #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 5px #f5f5f6;
    color: #737881;
    display: block;
    float: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fcc127;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    background: none repeat scroll 0 0 padding-box #f5f5f6;
    border-radius: 3px;
    margin-left: 60px;
    padding: 1em;
    position: relative;
}

