

.innerContent {
    word-wrap: break-word;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.de-image-block img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    width: 215px;
}

.elAlign_center {
    text-align: center;
}

.elBulletList {
    padding: 0px;
    list-style-type: none;
}

.elBulletList2 li {
    font-size: 15px;
}

.elBulletListNew li {
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 2em;
}

.elBulletList b {
    color: #00bcd4
}

.bgCover {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    background-position: center center;
    width:100%;
}

.fullContainer .col-md-9 {
    width: 72%;
}
.fullContainer .col-md-3 {
    width: 25%;
}
.col-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.innerContent .elHeadline {
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
    padding-bottom: 12px;
}

#headline-52155 .elHeadline:before {
    content: '';
    position: absolute;
    left: 35px;
    bottom: -8px;
    width: 15px;
    height: 15px;
    background-color: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.elHeadline.hsSize3, .elButton {
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(229, 80, 63);
    font-family: 'proxima-nova-soft';
    border-radius: 5px;
    padding: 15px !important;
    position: relative;
    line-height: 1em;
    text-transform: capitalize;
    color:#fff;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {

    .innerContent {
        padding: 0px !important;
    }

    .col_right {
        margin-top: 20px !important;
    }

    .de-image-block {
        text-align: center !important;
    }

    .innerContent .elHeadline {
        font-size: 20px;
    }
    .fullContainer .col-md-9 {
        width: 100%;
    }
    .fullContainer .col-md-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 1170px) and (min-width: 768px) {
    .fullContainer .col-md-1, .fullContainer .col-md-2, .fullContainer .col-md-3, .fullContainer .col-md-4, .fullContainer .col-md-5, .fullContainer .col-md-6, .fullContainer .col-md-7, .fullContainer .col-md-8, .fullContainer .col-md-9, .fullContainer .col-md-10, .fullContainer .col-md-11, .fullContainer .col-md-12 {
        float: left !important;
    }

}