#slides .caption {border-left:5px solid #db1d1d;}
#slides a.prev {background: url('../../images/redarrows.png') no-repeat 0 0;
                width: 20px;
                height: 56px;}
#slides a.next {background: url('../../images/redarrows.png') no-repeat -24px 0;
                width: 20px;
                height: 56px;}
#slides a.prev:hover{background: url('../../images/redarrows.png') no-repeat 0 -61px;
                     width: 20px;
                     height: 56px;}
#slides a.next:hover {background: url('../../images/redarrows.png') no-repeat -24px -61px;
                      width: 20px;
                      height: 56px;}
/*.footer-content .footer-glow {background: url(../../images/footer-glow-red.png) repeat-x;height:41px;width:100%;}*/
.footer-content .footer_wrap {
    background: url(../../images/footer-bg-red.png);
    background: #8F0707;
}
/*.footer {overflow:hidden;background: url(../../images/footer-line-red.png) repeat-y 50%;}*/
@media only screen and (min-width: 768px) and (max-width: 960px) { 
    .footer {background: none;}
}
@media only screen and (max-width: 768px) { 
    .footer {background: none;}
    #menu li.current-menu-item a, li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
        background:none;
        margin:0;
    }
}
#menu .ddsmoothmenu li a::before,
#menu .ddsmoothmenu li a::after,
.header .top_right_bar #searchform,
.sidebar #searchform{
    border-color: #db1d1d;
}
.header .top_right_bar #searchform #s,
.sidebar #searchform #s,
.search-div:after,
#menu .ddsmoothmenu li a:hover,
a:hover{
    color: #db1d1d;
}
.home_text p{
    background: #db1d1d;
}
#respond input#submit:hover, 
.contactform input[type="submit"]:hover,
.feature_content .read_more:hover,
#myCarousel .carousel-caption a.cloriato_blog_read_btn:hover {
    background: #db1d1d;
    color: white;
    border-color: #db1d1d;
}
.footer, .footer a{
    color: #ffb9b9;
}
.sidebar .wrap_sidebar h2.title{
    background: #db1d1d;
}
#searchform #searchsubmit {
    color: #db1d1d;
}
.call-us a.btn{
    background: -webkit-gradient(linear, left top, left bottom, from(#ff2424), to(#db1d1d));
    background: -moz-linear-gradient(top, #ff2424, #db1d1d);
    background: linear-gradient(to bottom, #ff2424, #db1d1d); 
}
