a {
    color: #EA5E0F;
}

a:hover {
    color: #BB4B0C;
}

.breadcrumb {
    color: #EA5E0F;
}

.breadcrumb > li + li:before {
    color: #EA5E0F;
}

.breadcrumb > .active {
    color: #EA5E0F;
}

.icos {
    background-image: url(images/spriteEA5E0F.png);
}

header {
    background: #EA5E0F url(images/bg-colourline.png) repeat-x 0 0;
    border-bottom: 2px solid #BB4B0C;
}

.topnav a {
    color: #EBC0AF;
}

.form-and-list .tooltip-inner {
    color: #EA5E0F;
}

.action-list span {
    color: #EBC0AF;
}

.form-search {
    border: none;
}

.form-search button,
.form-search input {
    color: #EBC0AF;
}

.form-search button:hover,
.form-search:hover input,
.form-search input:focus {
    color: #fff;
}

.form-search:hover,
.form-in-focus {
    background-color: #BB4B0C;
}

.main-nav > li > a:hover,
.main-nav > li > a:focus,
.main-nav > .open > a,
.main-nav > .open > a:hover,
.main-nav > .open > a:focus,
.main-nav > li:hover > a,
.main-nav > li:hover > a:hover,
.main-nav > li:hover > a:focus {
    background-color: #BB4B0C;
}

.main-nav > li > a.active {
    background-color: #BB4B0C;
    color: #fff;
}

.main-nav > li > a.active:hover {
    color: #D7E2B0;
    background-color: transparent;
}

.main-nav > li > a.highlite {
    color: #EA5E0F;
}

.main-nav > li > a.highlite:hover {
    color: #D7E2B0;
}

.dropdown-menu {
    background-color: #BB4B0C;
}

.dropdown-menu > li > a:hover {
    color: #EBC0AF;
}

.mobilenav .btn-abonez p {
    color: #EA5E0F;
}

.article-header h2 {
    color: #EA5E0F;
}

.article-date {
    background-color: #EA5E0F;
}

.promobox {
    background-color: #D20000;
}

.related-post-header h3 {
    color: #EA5E0F;
}

.hashover:hover {
    background-color: #EA5E0F;
}

.comments-header h3 {
    color: #EA5E0F;
}

.footer-list-innerpage li {
    color: #EA5E0F;
}

.footer-list-innerpage li a {
    color: #EA5E0F;
}

.absbox {
    background-color: #EA5E0F;
}

.absbox h3 {
    color: #fff;
}

.absbox h4 a {
    color: #fff
}

.w-header h3 {
    color: #EA5E0F
}

.w-training {
    border: 6px solid #D20000;
}

.w-training h4 {
    color: #E95E0F;
}

.w-training h4 span {
    background-color: #EA5E0F;
}

.w-training h4 a {
    color: #D20000;
}

.w-training h4 a:hover {
    color: #BB4B0C;
}

.w-training h4 a:hover span {
    background-color: #BB4B0C;
}

.w-calendar table th {
    color: #EA5E0F;
}

.w-calendar table #today {
    background-color: #EA5E0F;
}

.w-calendar-header a:hover {
    color: #EA5E0F;
}

.list-category-tags a:hover {
    background-color: #BB4B0C;
}

.list-arrow li a:hover i {
    color: #EA5E0F;
}

.list-check i {
    color: #EA5E0F;
}

.list-check a:hover,
.list-check a:hover i {
    color: #BB4B0C;
}

.list-list i {
    color: #EA5E0F;
}

.list-list a:hover,
.list-list a:hover i {
    color: #BB4B0C;
}

.btn-teal {
    background-color: #EA5E0F;
}

.btn-default:hover {
    background-color: #EBC0AF;
}

.btn-orange {
    background-color: #D20000;
}

.bodytext h1 {
    color: #EA5E0F;
}

.bodytext h2 {
    color: #EA5E0F;
}

.bodytext ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #EA5E0F;
}

ol > li:before {
    content: counter(li); /* Use the counter as content */
    counter-increment: li; /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    color: #EA5E0F;
    font-weight: bold;
}

.comment-form-comment button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {

    background-color: #EA5E0F;

    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: #EA5E0F;
    font-size: 80px;
    height: 25px;
    left: 3px;
    line-height: 60px;
    position: absolute;
}

.form-search input::-webkit-input-placeholder {
    color: rgba(235, 192, 175, 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(235, 192, 175, 1);
}

.form-search input:-moz-placeholder {
    /* Older versions of Firefox */
    color: rgba(235, 192, 175, 1); /* alpha property doesn't properly work Firefox */
}

.form-search input:-ms-input-placeholder {
    color: rgba(235, 192, 175, 1);
}