.c-height-300 {
    height: 300px;
}

.c-bg-opacity-white {
    background-color: rgba(255, 255, 255, .8);
}

.my-c-line {
    height: 1px;
    opacity: 0.8;
    filter: alphaopacity=80;
}

.home-info-block {
}

.dkb-line-1t,.dkb-line-1b {
    display: block;
    position: relative;
}
.dkb-line-1t div{
    position: absolute;
    background: url("../../../img/line-r-1t.png") repeat-x;
    width: 100%;
    height: 12px;
    top: -2px;
}
.dkb-line-1b div{
    position: absolute;
    background: url("../../../img/line-r-1b.png") repeat-x;
    width: 100%;
    height: 12px;
    bottom: -2px;
}
.brbg-1{
    position: relative;
    background: url(../img/ice2.jpg) no-repeat 0 40%;
}
.noise-brbg-1h {
    /*background: url("../../../img/classy-fabric.png") repeat;*/
    background: url("../../../img/blu-stripes.png") repeat;
    /*background: url("../../../img/cream-paper.png") repeat;*/
    /*background: url("../../../img/church.png") repeat;*/
    /*background: url("../../../img/binding-light.png") repeat;*/
    /*background: url("../../../img/az-subtle.png") repeat;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.noise-brbg-1f{
    /*background: url("../../../img/classy-fabric.png") repeat;*/
    background: url("../../../img/blu-stripes.png") repeat;
    /*background: url("../../../img/cream-paper.png") repeat;*/
    /*background: url("../../../img/church.png") repeat;*/
    /*background: url("../../../img/binding-light.png") repeat;*/
    /*background: url("../../../img/az-subtle.png") repeat;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}

.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    /*font-size: 16px;*/
    line-height: 1.1;
}

.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #ffffff;
    background: #ac3773;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    background-color: #5893dd;
    border-radius: 4px;
}

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}

@media (max-width: 768px) {
    .c-height-300 {
        height: inherit;
    }

    .c-content-feature-8 > .c-grid > li > .c-card.home-info-block {
        padding: 20px !important;
    }
}

@media (max-width: 600px) {
    .c-height-300 {
        height: inherit;
    }

    .c-content-feature-8 > .c-grid > li > .c-card.home-info-block {
        padding: 10px !important;
    }
}