.btn{
    background: rgb(230,24,53); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(230,24,53,1) 0%, rgba(206,22,41,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,24,53,1)), color-stop(100%,rgba(206,22,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(230,24,53,1) 0%,rgba(206,22,41,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(230,24,53,1) 0%,rgba(206,22,41,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(230,24,53,1) 0%,rgba(206,22,41,1) 100%); /* IE10+ */

    border: 1px solid #BC1428;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}


.btn:hover{
    background: rgb(206,22,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(206,22,41,1) 0%, rgba(230,24,53,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,22,41,1)), color-stop(100%,rgba(230,24,53,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(206,22,41,1) 0%,rgba(230,24,53,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(206,22,41,1) 0%,rgba(230,24,53,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(206,22,41,1) 0%,rgba(230,24,53,1) 100%); /* IE10+ */
}


a:hover{
    color: #e61835;
}
a.read-more:hover{
    color: #e61835;
}

span.text-color{
    color: #e61835;
}


span.dropcap-color{
    background: #e61835;
    font: 20px 'BebasRegular', sans-serif;
    color: #fff;
    padding: 2px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

#header{
    border-top: 8px solid #e61835;
}



#nav li.active, #nav li:hover{
    background: #e61835;
}

.page-title .title h1{  
    border-bottom: 1px solid #e61835;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5{
    border-bottom: 1px solid #e61835;
}

#footer a.read-more{
    color: #e61835;
}

.copyright .breadcrumbs li a:hover{
    color: #e61835;
}

.copyright .breadcrumbs li.active a{
    color: #e61835;
}
