.header_container{
    background:#df4431;
}
.call-us p{
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.17, #0793BA),color-stop(0.88, #0DAEDB));
    background-image: -o-linear-gradient(top, #0793BA 17%, #0DAEDB 88%);
    background-image: -moz-linear-gradient(top, #0793BA 17%, #0DAEDB 88%);
    background-image: -webkit-linear-gradient(top, #0793BA 17%, #0DAEDB 88%);
    background-image: -ms-linear-gradient(top, #0793BA 17%, #0DAEDB 88%);
    background-image: linear-gradient(to top, #0793BA 17%, #0DAEDB 88%);
}
.call-us p:hover {        
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.17, #0793BA),color-stop(0.78, #0DAEDB));
    background-image: -o-linear-gradient(bottom, #0793BA 17%, #0DAEDB 78%);
    background-image: -moz-linear-gradient(bottom, #0793BA 17%, #0DAEDB 78%);
    background-image: -webkit-linear-gradient(bottom, #0793BA 17%, #0DAEDB 78%);
    background-image: -ms-linear-gradient(bottom, #0793BA 17%, #0DAEDB 78%);
    background-image: linear-gradient(to bottom, #0793BA 17%, #0DAEDB 78%);
}
#crumbs a{
    color:#afafaf;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    color:#df4431;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    color:#df4431;
}
#menu .ddsmoothmenu li li a:hover {
    color:#df4431;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover{
    background:#df4431 url(images/prev.png) center no-repeat;
}
.flexslider:hover .flex-direction-nav .flex-next:hover{
    background:#df4431 url(images/next.png) center no-repeat;
}
.signinformbox_wrapper, .caption{
    background:#df4431;
}
.signupform input[type="text"], .signupform input[type="email"], .signupform select {
    border:6px solid #f16959;
}
.signupform input[type="text"]:focus, .signupform input[type="email"]:focus, .signupform select:focus{
    border:6px solid #f9b2bd;
}
.signupform textarea {
    border:6px solid #f16959;
}
.signupform textarea:focus{
    border:6px solid #f9b2bd;
}
.signupform input[type="submit"] {
    background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0.6, #0895BC),color-stop(0.88, #089DC6));
    background-image: -o-linear-gradient(right, #0895BC 60%, #089DC6 88%);
    background-image: -moz-linear-gradient(right, #0895BC 60%, #089DC6 88%);
    background-image: -webkit-linear-gradient(right, #0895BC 60%, #089DC6 88%);
    background-image: -ms-linear-gradient(right, #0895BC 60%, #089DC6 88%);
    background-image: linear-gradient(to right, #0895BC 60%, #089DC6 88%);
    box-shadow: 0px 4px 0px 0px #9A2F21;
}
.signupform input[type="submit"]:hover{
    background-image: -webkit-gradient(linear,right bottom,right top,color-stop(0.36, #0CB1DF),color-stop(0.73, #30C8F2));
    background-image: -o-linear-gradient(top, #0CB1DF 36%, #30C8F2 73%);
    background-image: -moz-linear-gradient(top, #0CB1DF 36%, #30C8F2 73%);
    background-image: -webkit-linear-gradient(top, #0CB1DF 36%, #30C8F2 73%);
    background-image: -ms-linear-gradient(top, #0CB1DF 36%, #30C8F2 73%);
    background-image: linear-gradient(to top, #0CB1DF 36%, #30C8F2 73%);
    box-shadow: 0px 4px 0px 0px #9A2F21;
}
.page_info .page-info-heading{
    background:url(images/page-leaf-left-red.png) left center no-repeat, url(images/page-leaf-right-red.png) right center no-repeat;
}
.feature_inner_box .circle:hover {
    background:#f16959;
}
.feature_inner_box a {
    color:#df4431;
    font-size:16px;
}
.feature_inner_box a:hover {
    color:#19bfee;
}
.footer .footer_widget ul li:before {
    color:#4AC6E9;
}
.searchform input[type="text"] {
    border:1px solid #df4431;
}
.searchform input[type="submit"] {
    background-color: #E03A26;
}
.arrow_box:before {
    border-right-color: #E03A26;
}
.content-bar a {
    color: #df4431;
}
#nav-single a:hover{
    color:#df4431;
}
a.gall-content:hover{
    color: #df4431;
}
.post .post_meta a:hover {
    color: #df4431;
}
.searchform input[type="text"]:focus {
    box-shadow: 0 0px 5px #df4431;
    -moz-box-shadow: 0 0px 5px #df4431;
    -webkit-box-shadow: 0 0px 5px #df4431;
}
.post .post-image span{
    background:url(images/post-link-red.png) no-repeat;
}
.post .post_title a:hover{
    color:#19bfee;
}
.menu-container {
    -webkit-box-shadow: 0px 3px 2px 0px #C72915;
    -moz-box-shadow: 0px 3px 2px 0px #C72915;
    box-shadow: 0px 3px 2px 0px #C72915;
}
.page_heading_container{
    background:#df4431;
}
.page_heading_container .page_heading_content .bred-tip{
    background:url(images/bred-tip-red.png) no-repeat;
}
.sidebar .multiline{
    background: linear-gradient( to right, #09A9D7 0%, #09A9D7 24%, #EDEBF0 24%, #EDEBF0 100% );
}
.sidebar ul li a:hover {
    color: #df4431;
}
#contactForm input[type="text"]:focus, #contactForm input[type="email"]:focus,  #contactForm textarea:focus{
    border:1px solid #19bfee;
}
#contactForm input[type="submit"] {
    background: url('images/submit-red.png') no-repeat 0 0;
    text-shadow:0 1px 0 #19bfee;
}
#contactForm input[type="submit"]:hover{
    background: url('images/submit-red.png') no-repeat 0 -41px;
}
ol.commentlist li .comment-author .avatar {
    border:3px solid #19bfee;
    background:url(images/avatar-bg-red.png) no-repeat;
}

ol.commentlist li .comment-body {
    border: 1px solid #19bfee;
}
ol.commentlist li .comment-body:before{
    border-right-color: #19bfee;
}
ol.commentlist li .reply a {
    background:url(images/c-reply-img-red.png) center right no-repeat;
}
#respond input#submit {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.42, #09B4DF),color-stop(0.99, #0DCEE8));
    background-image: -o-linear-gradient(top, #09B4DF 42%, #0DCEE8 99%);
    background-image: -moz-linear-gradient(top, #09B4DF 42%, #0DCEE8 99%);
    background-image: -webkit-linear-gradient(top, #09B4DF 42%, #0DCEE8 99%);
    background-image: -ms-linear-gradient(top, #09B4DF 42%, #0DCEE8 99%);
    background-image: linear-gradient(to top, #09B4DF 42%, #0DCEE8 99%);
}
#respond input#submit:hover{
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.42, #0DCEE8),color-stop(0.99, #09B4DF));
    background-image: -o-linear-gradient(top, #0DCEE8 42%, #09B4DF 99%);
    background-image: -moz-linear-gradient(top, #0DCEE8 42%, #09B4DF 99%);
    background-image: -webkit-linear-gradient(top, #0DCEE8 42%, #09B4DF 99%);
    background-image: -ms-linear-gradient(top, #0DCEE8 42%, #09B4DF 99%);
    background-image: linear-gradient(to top, #0DCEE8 42%, #09B4DF 99%);
}
.call-us a.btn {
    color: white;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #20AED1),color-stop(1, #0C8FBE));
    background-image: -o-linear-gradient(bottom, #20AED1 0%, #0C8FBE 100%);
    background-image: -moz-linear-gradient(bottom, #20AED1 0%, #0C8FBE 100%);
    background-image: -webkit-linear-gradient(bottom, #20AED1 0%, #0C8FBE 100%);
    background-image: -ms-linear-gradient(bottom, #20AED1 0%, #0C8FBE 100%);
    background-image: linear-gradient(to bottom, #20AED1 0%, #0C8FBE 100%);
    border-radius: 6px;
    border: 2px solid #1998C3;
    box-shadow: inset 0 2px 0 #4ECCE3,0px 4px 5px #126199,inset 0px 0px 0px 1px #057AAF;
}
div.verticleline {
    border-left: 1px solid #026EA6;
    border-right: 1px solid #38C0DC;
}