body,
#menu .ddsmoothmenu li a,
.page_info .page-info-heading,
.page_info_wrapper p,
.feature_inner_box h6,
p, address,
.bottom_feature .blog-heading,
.post .post_title a,
.footer .footer_widget h3,
.footer .footer_widget p,
.sidebar.home .sidebar-widget h3,
h1.page-title{
    font-family: sans-serif;
    color:#666666;
    font-weight: bold;
}
.footer .footer_widget h3{
    font-weight: 800;
    color: #3a3939;
}
.page_info .page-info-heading, .page_info_wrapper p{
    color:#2d3642;
}

.header_container{
    background:#2d3642;
}
.call-us p {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, #bd3200),color-stop(1, #bd3200));
    background-image: -o-linear-gradient(bottom, #bd3200 50%, #bd3200 100%);
    background-image: -moz-linear-gradient(bottom, #bd3200 50%, #bd3200 100%);
    background-image: -webkit-linear-gradient(bottom, #bd3200 50%, #bd3200 100%);
    background-image: -ms-linear-gradient(bottom, #bd3200 50%, #bd3200 100%);
    background-image: linear-gradient(to bottom, #bd3200 50%, #bd3200 100%);
}
.call-us p:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.28, #bd3200),color-stop(0.68, #bd3200));
    background-image: -o-linear-gradient(bottom, #bd3200 28%, #bd3200 68%);
    background-image: -moz-linear-gradient(bottom, #bd3200 28%, #bd3200 68%);
    background-image: -webkit-linear-gradient(bottom, #bd3200 28%, #bd3200 68%);
    background-image: -ms-linear-gradient(bottom, #bd3200 28%, #bd3200 68%);
    background-image: linear-gradient(to bottom, #bd3200 28%, #bd3200 68%);
}
#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:#bd3200;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    color:#bd3200;
}
#menu .ddsmoothmenu li li a:hover {
    color:#bd3200;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover{
    background:#bd3200 url(images/prev.png) center no-repeat;
}
.flexslider:hover .flex-direction-nav .flex-next:hover{
    background:#bd3200 url(images/next.png) center no-repeat;
}
.signinformbox_wrapper, .caption{ 
    background:#2d3642;
}
.signupform input[type="text"], .signupform input[type="email"], .signupform select {
    border:6px solid #bd3200;
}
.signupform input[type="text"]:focus, .signupform input[type="email"]:focus, .signupform select:focus{
    border:6px solid #f16969;
}
.signupform textarea {
    border:6px solid #bd3200;
}
.signupform textarea:focus{
    border:6px solid #f16969;
}
.signupform input[type="submit"] {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0.59, #bd3200),color-stop(1, #bd3200));
    background-image: -o-linear-gradient(right, #bd3200 59%, #bd3200 100%);
    background-image: -moz-linear-gradient(right, #bd3200 59%, #bd3200 100%);
    background-image: -webkit-linear-gradient(right, #bd3200 59%, #bd3200 100%);
    background-image: -ms-linear-gradient(right, #bd3200 59%, #bd3200 100%);
    background-image: linear-gradient(to right, #bd3200 59%, #bd3200 100%);
    box-shadow: 0px 1px 12px 4px #001a3e;
}
.signupform input[type="submit"]:hover{
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.16, #bd3200),color-stop(1, #bd3200));
    background-image: -o-linear-gradient(top, #bd3200 16%, #bd3200 100%);
    background-image: -moz-linear-gradient(top, #bd3200 16%, #bd3200 100%);
    background-image: -webkit-linear-gradient(top, #bd3200 16%, #bd3200 100%);
    background-image: -ms-linear-gradient(top, #bd3200 16%, #bd3200 100%);
    background-image: linear-gradient(to top, #bd3200 16%, #bd3200 100%);
    box-shadow: 0px 1px 12px 4px #001a3e;

}
.page_info .page-info-heading{
    background:none;
}
.feature_box{
    border-bottom:none;
    }
.feature_inner_box a {
    color:#bd3200;
    font-size:16px;
}
.feature_inner_box a:hover {
    color:#bfc8c3;
}
.footer .footer_widget ul li:before {
    color:#702F99;
}
.searchform input[type="text"] {
    border:1px solid #888;
}
.searchform input[type="submit"] {
    background-color: #888888;
}
.arrow_box:before {
    border-right-color: #888888;
}
.content-bar a {
    color: #888888;
}
#nav-single a:hover{
    color:#888888;
}
a.gall-content:hover{
    color: #888888;
}
#author:focus, #url:focus, #email:focus{
    border-color:#888888;
}
#comment-form textarea:focus {
    border-color:#888888;
}
.post {
    border-bottom: 1px solid #bd3200;    
}
.post .post_meta a:hover {
    color: #888888;
}
.post .post_content a.read-more{
    background-color:#bd3200;
    border-left: none;
    border-bottom: none;
}
.post .post_content a.read-more:hover {
    background-color: #bfc8c3;
}
.searchform input[type="text"]:focus {
    box-shadow: 0 0px 5px #888;
    -moz-box-shadow: 0 0px 5px #888;
    -webkit-box-shadow: 0 0px 5px #888;
}
.post .post-image span{
    background:url(images/post-link-black.png) no-repeat;
}
.post .post_title a:hover{
    color:#bfc8c3;
}
.menu-container {
    webkit-box-shadow: 0px 3px 2px 0px #7B7B7B;
    -moz-box-shadow: 0px 3px 2px 0px #7B7B7B;
    box-shadow: 0px 3px 2px 0px #7B7B7B;
}
.page_heading_container{
    background:#bd3200;
}
#crumbs a {
    color: #ffd5d5;
}
.page_heading_container .page_heading_content .bred-tip{
    background:url(images/bred-tip-black.png) no-repeat;
}
.sidebar .multiline{
    background: linear-gradient( to right, #A062C9 0%, #A062C9 24%, #EDEBF0 24%, #EDEBF0 100% );
}
.sidebar ul li a:hover {
    color: #bd3200;
}
#contactForm input[type="text"]:focus, #contactForm input[type="email"]:focus,  #contactForm textarea:focus{
    border:1px solid #a258d1;
}
#contactForm input[type="submit"] {
    background: url('images/submit-black.png') no-repeat 0 0;
    text-shadow:0 1px 0 #a258d1;
}
#contactForm input[type="submit"]:hover{
    background: url('images/submit-black.png') no-repeat 0 -41px;
}
ol.commentlist li .comment-author .avatar {
    border:3px solid #a258d1;
    background:url(images/avatar-bg-black.png) no-repeat;
}
ol.commentlist li .comment-body {
    border: 1px solid #a258d1;
}
ol.commentlist li .comment-body:before{
    border-right-color: #a258d1;
}
ol.commentlist li .reply a {
    background:url(images/c-reply-img-black.png) center right no-repeat;
}
#respond input#submit {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.16, #bd3200),color-stop(0.75, #bd3200));
    background-image: -o-linear-gradient(top, #bd3200 16%, #bd3200 75%);
    background-image: -moz-linear-gradient(top, #bd3200 16%, #bd3200 75%);
    background-image: -webkit-linear-gradient(top, #bd3200 16%, #bd3200 75%);
    background-image: -ms-linear-gradient(top, #bd3200 16%, #bd3200 75%);
    background-image: linear-gradient(to top, #bd3200 16%, #bd3200 75%);
}
#respond input#submit:hover{
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.16, #bd3200),color-stop(0.75, #bd3200));
    background-image: -o-linear-gradient(top, #bd3200 16%, #bd3200 75%);
    background-image: -moz-linear-gradient(top, #bd3200 16%, #bd3200 75%);
    background-image: -webkit-linear-gradient(top, #bd3200 16%, #bd3200 75%);
    background-image: -ms-linear-gradient(top, #bd3200 16%, #bd3200 75%);
    background-image: linear-gradient(to top, #bd3200 16%, #bd3200 75%);
}
.call-us a.btn {
    color: white;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #bd3200),color-stop(0.68, #bd3200));
    background-image: -o-linear-gradient(bottom, #bd3200 0%, #bd3200 68%);
    background-image: -moz-linear-gradient(bottom, #bd3200 0%, #bd3200 68%);
    background-image: -webkit-linear-gradient(bottom, #bd3200 0%, #bd3200 68%);
    background-image: -ms-linear-gradient(bottom, #bd3200 0%, #bd3200 68%);
    background-image: linear-gradient(to bottom, #bd3200 0%, #bd3200 68%);
    border-radius: 6px;
    border: 2px solid #bd3200;
    box-shadow: inset 0 2px 0 #CF91CF,0px 3px 9px #bd3200,inset 0px 0px 0px 1px #bd3200;
}
div.verticleline {
    border-left: 1px solid #913791;
    border-right: 1px solid #C57FC5;
}
.footer_container_wrapper {
    background: #bfc8c3;
}
div.linetop,
div.linebottom {
    border-top: 1px solid #bd3200;
}
@media  (min-width: 768px) {
    div.col-sm-7.five-three {
        width: 60% !important;
    }

    div.col-sm-5.five-two {
        width: 40% !important;
    }
}


.feature_inner_box a img {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;      
    max-width: 100%;    
}
.feature_inner_box a img:hover{
   
}
.page_info .blur_line {
  background: #2d3642;
}
.circle1 {
    margin-bottom: 30px;
     display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
     border: 20px solid #2d3642;
}
.circle1:hover{
     -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    -moz-box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    box-shadow: 0px 0px 12px rgba(77, 70, 74, 0.69);
    -webkit-animation: bounceIn_custom 1s ease-in-out;
    -moz-animation: bounceIn_custom 1s linear;
    -o-animation: bounceIn_custom 1s ease-in-out;
    animation: bounceIn_custom 1s ease-in-out;   
    }
.bottom_footer_content .copyrightinfo {
    text-align: left;
}
.footer-widget.widget_nav_menu ul {   
    list-style-type: none;
    display: -webkit-flex; /* Safari */   
    display: flex;
    float: right;    
      -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
}
.footer-widget.widget_nav_menu ul li{
    display: inline;
    }
    
.footer-widget.widget_nav_menu ul a{
    color:#fff;
    } 
    
.footer-widget.widget_nav_menu ul a:hover{
    color: #bd3200;
}
.bottom_footer_container {
    background: #2d3642;
    border-top: 1px solid #2d3642;
}
.bottom_footer_content .copyrightinfo p {   
    color: #fff;
}
