#ctl00_breadcrumbsContentPlaceHolder_lblHomePageTitle {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}
/*font*/
*, h1 {font-family: 'Raleway', sans-serif;}
/*header*/
.header-area .header-top {
    background-color: #fff;
}
.header-middle {
    border-bottom: 4px solid #d90327 !important;
}
/*topmenu*/
.navbar-default ul.nav > li > a {
background: #D90327 !important;
}
#ctl00_rptCustomLinks_ctl00_lnkCustomLink,
#ctl00_rptCustomLinks_ctl01_lnkCustomLink,
#ctl00_rptCustomLinks_ctl02_lnkCustomLink {
    color: #000 !important;
    background-color: #fff !important;
}
.nav-text-devices .badge {
    background-color: #000 !important;
}

/*footer*/
ul.footer-content {
    margin-left: 0px !important;
}
ul.footer-content li a {
    color: #fff !important;
}
ul.footer-content.box-information li i {
    color: #fff !important;
}
.footer-area .footer-title {
    border-bottom: 0px solid #303030 !important;
}
/*product-overview*/
.col-xs-12.col-sm-12.col-md-12.product-overview.thumbnail {
    border: 0px;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #D90327 !important;
}
.col-md-4.col-sm-6.col-xs-12.iconcontainer {
    border: 0px;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #e30613 !important;
}
.thumbnail {
    border: 0px solid #ddd !important;
}
h4 {
    text-transform: uppercase !important;
}
.img-thumbnail, .thumbnail {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.075) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.075) !important;
}
/*category menu*/
.side-bar-item.level-2, .side-bar-item.level-3 {
    background: #fff !important;
	border-bottom: 1px solid #000 !important;
}

.side-bar-item:hover {
    background: #f5f5f5 !important;
}
.side-bar-item.active {
    background: #D90327 !important;
}

.image-gallery-slide > img.img-responsive.cursor {
    height: 100% !important;
}
.navbar-default {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 0px 0px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 0px 0px rgba(0, 0, 0, .075) !important;
}
#btnCategoryHeader:hover, .btn:hover, .btn-primary:hover {
    background-color: #d90327 !important;
}
.side-bar-item.level-1:hover {
    border: 1px #e7e7e7 solid !important;
}