
.icos {
    background-image: url(images/sprite00B2C0.png);
}

.form-search button:hover,
.form-search:hover input,
.form-search input:focus {
    color: #fff;
}

.form-search:hover,
.form-in-focus {
    background-color: #327e8b;
}

.w-video .txtbox {
    background-color: #327e8b;
}

.main-nav > li > a.active {
    background-color: #327e8b;
    color: #fff;
}

.promobox {
    background-color: #E95E0F;
}

.absbox {
    background-color: #3F9DAE;
}

.absbox h3 {
    color: #fff;
}

.absbox h4 a {
    color: #fff;
}

.w-training {
    border: 6px solid #E95E0F;
}

.w-training h4 {
    color: #E95E0F;
}

.w-training h4 a {
    color: #E95E0F;
}

.btn-orange {
    background-color: #E95E0F;
}

.bodytext ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #3F9DAE;
}

.comment-form-comment button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
    background-color: #3f9dae;
    padding: 10px 16px;
    width: 100px;
    border-radius: 0;
    font-size: 13px;
    border: none;
    outline: none;
    color: #fff;
    font-family: 'neo_sans_stdmedium';
}

blockquote:before {
    content: '"';
    color: #3f9dae;
    font-size: 80px;
    height: 25px;
    left: 3px;
    line-height: 60px;
    position: absolute;
}

.form-search input::-webkit-input-placeholder {
    color: rgba(159, 206, 215, 1); /* white color with alpha = 1 (alpha = opacity varies on a scale of 0 to 1 with decimal values in between) */
}

.form-search input::-moz-placeholder {
    color: rgba(159, 206, 215, 1);
}

.form-search input:-moz-placeholder {
    /* Older versions of Firefox */
    color: rgba(159, 206, 215, 1); /* alpha property doesn't properly work Firefox */
}

.form-search input:-ms-input-placeholder {
    color: rgba(159, 206, 215, 1);
}

.c-subscriber__text, .c-subscriber__form .form-subscribe button {
    background-color: #3f9dae;
}