.h1,h1,h2,h3,h4{
    color: #db0000;
}
.force-white {
    color: #fff !important;
}
h1{
    font-size: 24px;
}
h2,h3,h4,h2 a{
    font-size: 20px;
}
p,
table tr td,
div
{
    color: #888888;
    font-size: 15px;
}
.column-content a{
    color: #f00202;
}
.arrows i{
    color: #f00202;
}
a{
    color: #878787;
    font-size: 15px;
}
a:focus, a:hover {
    color: #878787;
}
.nav-icon:focus,
.nav-icon:hover,
.nav-icon{
    color: black;
}
.top-header .header{
    background-color:#fff ;
    border-color:#fff;
}
.top-header .header h4{
    color:black;
}
.logo-container{
    background-color:#dddddd ;
    border-color:#dddddd;
}
.navbar-default,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a>i,
.navbar-default .navbar-nav>li > a.focus,
.navbar-default .navbar-nav > li > .dropdown-menu li,
.navbar-default .navbar-nav > li > .dropdown-menu li > a,
.navbar-default .navbar-nav > li > .dropdown-menu li > a > i
{
    color: white ;
    background-color: #787878;
}

.navbar-default .navbar-nav>li:hover > a,
.navbar-default .navbar-nav>li:hover>a>i,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li:hover > a.focus,
.navbar-default .navbar-nav > li > .dropdown-menu li:hover,
.navbar-default .navbar-nav > li > .dropdown-menu li:hover > a,
.navbar-default .navbar-nav > li > .dropdown-menu li:hover > a > i,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.category-container .container .thumbnail:hover .category-caption
{
    color: #1f1a4a;
    background-color: #ffffff;
}

.category-container .container .thumbnail:hover .category-caption p,
.category-container .container .thumbnail:hover .category-caption p .fa{
    color: #1f1a4a;
}
.home-category .category-item-buttons .caption p.small-text{
    color: #1f1a4a;
    font-size: 12px;
}
.slideout-menu {
    background-color: #dddddd;
}
.category-block{
    background-color: #ebebec;
    padding-top: 15px;
    padding-bottom: 15px;
}
.category-block .category-item-img{
    position: relative;
}
.category-description-images{
    position: relative;
    bottom: 0;
}
.category-description-images image{

}
.category-block .category-item-img .category-item-img-banner{
    position: absolute;
    top: 0;
    right: 0;
}
.category-block .category-item-img .category-item-img-banner img{
    width: 100px;
    height: 100px;
}
.category-block .category-item-img .category-item-img-banner .banner-container{
    position: relative;
}
.category-block .category-item-img .category-item-img-banner .banner-container .banner-text{
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    color: white;
    padding-top: 24px;
}
.category-block .category-item-img .category-item-img-banner .banner-container .banner-text h3{
    font-size: 18px;
}
.category-block .category-item-img .category-item-img-banner .banner-container .banner-text h3,
.category-block .category-item-img .category-item-img-banner .banner-container .banner-text p{
    color: white;
    margin-top: 0px;
}
.home-category .category-item-buttons .caption p {
    font-size: 16px;
}
.category-block .category-item-buttons {
    padding: 0px;
}
.category-block .category-item-buttons div{
    color: #1f1a4a;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
}
.splitter,
.splitter p,
.splitter h4,
.category-container .category-caption{
    background-color: #000;
    color: white;
}
.category-block .category-item-title,
.category-item-title p,
.home-category .category-item-buttons .caption p ,
.home-category .category-item-buttons .caption p .fa {
    color: #1f1a4a;
}
.thumbnail.category:hover p .fa{
    color: #1f1a4a;
}
.footer{
    background-color: #787878;
    border-color: #787878;
}
.footer p,
.footer a{
    color: #ffffff !important;
}
.footer i{
    color: #ffffff;
}
@media (min-width: 768px){
    .navbar-default .navbar-nav .open .dropdown-menu>li > a {
        color: white;
    }
    .navbar-fixed-top{
        background-color: #787878;
    }
}
@media (max-width: 768px){
    .navbar-default .navbar-nav .open .dropdown-menu>li > a {
        color: white;
    }
    .navbar-fixed-top{
        background-color: transparent;
    }
}
.navbar-default .navbar-nav>li .dropdown-menu li {
    border-bottom:1px solid white;
}
.category-container .category-caption p{
    color: white;
}



.btn{
    font-size: 18px;
}
.btn-style-1 {
    color: #f00202;
    background-color: #ffffff;
    border-color: transparent;
}
.btn-style-1 .fa{
    color: #f00202;
}
.btn-style-1:hover,
.btn-style-1:focus,
.btn-style-1:active,
.btn-style-1.active,
.open .dropdown-toggle.btn-style-1 {
    color: #f00202;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-style-1:active,
.btn-style-1.active,
.open .dropdown-toggle.btn-style-1 {
    background-image: none;
}
.btn-style-1.disabled,
.btn-style-1[disabled],
fieldset[disabled] .btn-style-1,
.btn-style-1.disabled:hover,
.btn-style-1[disabled]:hover,
fieldset[disabled] .btn-style-1:hover,
.btn-style-1.disabled:focus,
.btn-style-1[disabled]:focus,
fieldset[disabled] .btn-style-1:focus,
.btn-style-1.disabled:active,
.btn-style-1[disabled]:active,
fieldset[disabled] .btn-style-1:active,
.btn-style-1.disabled.active,
.btn-style-1[disabled].active,
fieldset[disabled] .btn-style-1.active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-style-1 .badge {
    color: #1f1a4a;
    background-color: #ffffff;
}





.btn-style-2 {
    color: #ffffff;
    background-color: #f00202;
    border-color: transparent;
}
.btn-style-2 .fa{
    color: #ffffff;
}
.btn-style-2:hover,
.btn-style-2:focus,
.btn-style-2:active,
.btn-style-2.active,
.open .dropdown-toggle.btn-style-2 {
    color: #FFFFFF;
    background-color: #555;
    border-color: #f00202;
}
.btn-style-2:active,
.btn-style-2.active,
.open .dropdown-toggle.btn-style-1 {
    background-image: none;
}
.btn-style-2.disabled,
.btn-style-2[disabled],
fieldset[disabled] .btn-style-2,
.btn-style-2.disabled:hover,
.btn-style-2[disabled]:hover,
fieldset[disabled] .btn-style-2:hover,
.btn-style-2.disabled:focus,
.btn-style-2[disabled]:focus,
fieldset[disabled] .btn-style-2:focus,
.btn-style-2.disabled:active,
.btn-style-2[disabled]:active,
fieldset[disabled] .btn-style-2:active,
.btn-style-2.disabled.active,
.btn-style-2[disabled].active,
fieldset[disabled] .btn-style-1.active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-style-2 .badge {
    color: #ffffff;
    background-color: #1f1a4a;
}


.column-content a.btn-style-3{
    color: #ffffff;
}
.btn-style-3 {
    color: #ffffff;
    background-color: #cf0030;
    border-color: transparent;
}
.btn-style-3 .fa{
    color: #ffffff;
}
.btn-style-3:hover,
.btn-style-3:focus,
.btn-style-3:active,
.btn-style-3.active,
.open .dropdown-toggle.btn-style-3 {
    color: #ffffff;
    background-color: #787878;
    border-color: #787878;
}
.btn-style-3:active,
.btn-style-3.active,
.open .dropdown-toggle.btn-style-1 {
    background-image: none;
}
.btn-style-3.disabled,
.btn-style-3[disabled],
fieldset[disabled] .btn-style-3,
.btn-style-3.disabled:hover,
.btn-style-3[disabled]:hover,
fieldset[disabled] .btn-style-3:hover,
.btn-style-3.disabled:focus,
.btn-style-3[disabled]:focus,
fieldset[disabled] .btn-style-3:focus,
.btn-style-3.disabled:active,
.btn-style-3[disabled]:active,
fieldset[disabled] .btn-style-3:active,
.btn-style-3.disabled.active,
.btn-style-3[disabled].active,
fieldset[disabled] .btn-style-3.active {
    background-color: #cf0030;
    border-color: #cf0030;
}
.btn-style-3 .badge {
    color: #ffffff;
    background-color: #cf0030;
}

.btn-style-4 {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}
.btn-style-4 .fa{
    color: #1f1a4a;
}
.btn-style-4:hover,
.btn-style-4:focus,
.btn-style-4:active,
.btn-style-4.active,
.open .dropdown-toggle.btn-style-4 {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}
.btn-style-4:active,
.btn-style-4.active,
.open .dropdown-toggle.btn-style-4 {
    background-image: none;
}
.btn-style-4.disabled,
.btn-style-4[disabled],
fieldset[disabled] .btn-style-4,
.btn-style-4.disabled:hover,
.btn-style-4[disabled]:hover,
fieldset[disabled] .btn-style-4:hover,
.btn-style-4.disabled:focus,
.btn-style-4[disabled]:focus,
fieldset[disabled] .btn-style-4:focus,
.btn-style-4.disabled:active,
.btn-style-4[disabled]:active,
fieldset[disabled] .btn-style-4:active,
.btn-style-4.disabled.active,
.btn-style-4[disabled].active,
fieldset[disabled] .btn-style-4.active {
    background-color: transparent;
    border-color: transparent;
}
.btn-style-4 .badge {
    color: transparent;
    background-color:transparent;
}



.slick-next,
.slick-next:hover,
.slick-next:active,
.slick-next:focus,
.slick-prev,
.slick-prev:hover,
.slick-prev:active,
.slick-prev:focus
{
    color: #ffffff;
}
.breadcrumb{
    background-color:white;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #1f1a4a;
    content: "/\00a0";
}
.well label{
    color: white;
}
.well a {
    color: white;
}
.well {
    background-color: #1f1a4a;
    border: 1px solid #1f1a4a;
    color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.jssocials-share-link .jssocials-share-logo{
    color: white;
}

.body-wrapper ul li:before{
    color: #db0100;
}


input.form-control{
    color: #1f1a4a;
    font-size: 15px;
    padding: 6px 12px;
    position: relative;
    margin-bottom: 5px;
}
textarea.form-control{
    color: #1f1a4a;
    font-size: 15px;
    padding: 6px 12px;
    position: relative;
    margin-bottom: 5px;
}
.select {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 40px;
    width: 100%;
    position: relative;
    display: block;
}
.select > select:focus{
    outline-color:#ffffff;
}
.select > select{
    height: 40px;
    color: #1f1a4a;
    padding: 5px;
    background-color: white;
    border: 0;
    font-size: 18px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select:after {
    content:"\f078";
    font-family: FontAwesome;
    color: #1f1a4a;
    padding: 9px 4px;
    position: absolute; right: 0; top: 0;
    background: white;
    z-index: 1;
    text-align: center;
    width: 15%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ebebec;
}
.spec-icons{
    position: relative;
    float: left;
    width: 50%;
}
.spec-icons img{
    float: left;
    width: 15%;
}
.spec-icons .spec-info{
    float: left;
}
.spec-icons .spec-info p{
    margin-top: 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.20;
    padding-left: 5px;
}
.spec-icons .spec-title{
    color: #1f1a4a;

}
.spec-icons .spec-value{
    color: #cf0030;
}

.fnt-50{
    font-size: 50px;
}
.w-13{
    width: 13%;
    float: left;
}
.w-20{
    width: 20%;
    float: left;
}
.w-40{
    width: 30%;
    float: left;
}
.w-40{
    width: 40%;
    float: left;
}
.w-60{
    width: 60%;
    float: left;
}
h4.btn{
    margin-bottom: 5px;
    margin-top: 0px;
}
.category-block form{
    margin-top: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding:0px;
}
.no-padding,
.no-padding.table>tbody>tr>th,
.no-padding.table>tfoot>tr>td,
.no-padding.table>tfoot>tr>th,
.no-padding.table>thead>tr>td,
.no-padding.table>thead>tr>th
{
    padding:0px;
}
.cookie-bx {
    background-color: #f00202;
}
.cookie-desc {
    color: #FFFFFF;
}
.cookie-desc > a {
    color: #FFFFFF;
}
.cookie-desc > a:hover{
    color: black;
}
.cookie-close {
    color: #FFFFFF;
}
.cookie-close:hover {
    color: black;
}