/* Enter Your Custom CSS Here */
#body-nav.nav .menu li.logocolor a {
border-color: #9D1B2E;
}
#body-nav.nav .menu li.logocolor .sub-menu,
#body-nav.nav .menu li.logocolor a:hover,
#body-nav.nav .menu li.logocolor:hover > a {
background: #9D1B2E;
}
.widget .widgettitle {
border-bottom: 5px solid #9D1B2E;
}
.carousel-nav > a {
float: left;
color: #fff;
font-size: 14px;
line-height: 1;
background: #9d1b2e;
padding: 5px 10px;
margin-left: 1px;
cursor: pointer;
}
input[type="button"], input[type="submit"], input[type="reset"] {
background-color: #9d1b2e;
background-image: none;
color: #fff;
font-weight: bold;
height: 40px;
padding: 0 15px;
margin: 0;
border: 0;
font-size: 14px;
line-height: 1;
cursor: pointer;
text-shadow: none;
border-radius: 0;
box-shadow: none;
}
#toTop {
z-index: 999;
position: fixed;
bottom: 20px;
right: 20px;
overflow: hidden;
background: #9d1b2e;
padding: 10px 15px 8px 15px;
font-size: 24px;
color: #fff;
}
.cat-title .page-title {
float: left;
font-weight: bold;
color: #fff;
background: #9d1b2e;
padding: 8px 10px;
margin: 0;
font-size: 24px;
line-height: 24px;
border-right: 1px solid #fff;
}
#searchsubmit {
position: absolute;
top: 0;
right: 0;
background: #9d1b2e;
}