/****************************************
************** Custom CSS ***************
*****************************************
Created By: Efficient Mentor ************
****************************************/

.bg-cover{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.clear{
    clear: both;
}

.no-padding{
    padding: 0 !important;
}

.no-margin{
    margin: 0 !important;
}

a{
    color: #004281;
}

a, a:hover{
    text-decoration: none;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
    cursor: pointer;
}

a:hover{
    color: #000;
}

.button:hover, form input[type="submit"]:hover, form button:hover, form input[type="reset"]:hover, .button:focus, form input[type="submit"]:focus, form button:focus, form input[type="reset"]:focus {
    color:#fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #004281;
}
/* ----- section title ----- */
.tg-sectiontitle {
    padding: 50px 0px;
    padding-top: 30px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    overflow: hidden;
}
.tg-sectiontitle h2 {
    color: #999;
    text-align: left;
    font-size: 16px;
    line-height: 13px;
    margin: 0 0 10px;
    padding: 0 15px 0 0;
    display: inline-block;
    position: relative;
    font-weight: normal;
}
.tg-sectiontitle h2:before {
    top: 50%;
    left: 100%;
    width: 999px;
    height: 1px;
    content: '';
    background: #999;
    position: absolute;
}
.tg-sectiontitle h3 {
    margin: 0;
    text-align: left;
    font-size: 30px;
    line-height: 23px;
    color: #004281;
}
/* ----- section title end ----- */


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-transform: uppercase;
    background-color: #444;
    border-color: #444;
}

/*----- product item in subcategory page ----- */
.subcat_prod{
    opacity: 0.8;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.subcat_prod:hover{
    opacity: 1;
}

.subcat_prod .subcat_prod_icon{
    color: #fff;
    text-align: center;
    padding: 40px 0px;
    /*height: 150px;*/
}

.subcat_prod .subcat_prod_footer{
    color: #444;
    background-color: #eee;
    padding: 5px 3px;
    padding-left: 5px;
}

#message-sent, #message-not-sent{
    display: none;
}


.error{
    font-weight: normal;
    color: #ff1000;
}



