﻿
.alert-error
{
    background-color:#FFBABA;border-color:#d6e9c6;color:#9F6000;

}
.alert-error hr{border-top-color:#c9e2b3;}

.validation {float:right;color:#ff0000;}

.contact{color:#d43133;}

#hidden{display:none !important;}

.steps-bottom {
    background: #CC2424 none repeat scroll 0% 0%;
    padding: 12px 12px;
    text-align: center;
    border-top: 2px solid #fff;
    position:relative;
    margin-bottom:40px;
    width:100%;
    overflow:hidden;
}
.steps-bottom h4 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    z-index:9999;
}

.steps-bottom div {
    z-index:9999;
}
.stepsicon {
    border-radius: 100%;
    background-color: #ff0000;
    color: #fff;
    border: 3px solid #fff;
    font-weight: 700;
    width: 29px;
    height: 29px;
    display: inline-block;
    float: none;
    text-align: center;
    padding: 1px;
    clear: both;
    vertical-align: middle;
    z-index:9999;
   
}
div.steps-bottom:before {
    position: absolute;
    width: 118%;
    height: 100%;
    background-color: #E6444E;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg); 
    transform: rotate(15deg);
    content: '';
    z-index: 1;
}
.quote
{
    margin-bottom:40px;
}
.text{align-content:center;text-align:center;margin:0 auto;display:block;}

.upload-btn{
    background: none repeat scroll 0% 0% #CC2424;
    color: #fff;
    border-radius: 100px;
    border-color:#fff;border-width:5px;
    font-weight: bold;
   
    min-width: 150px;}
.upload-btn.focus, .upload-btn:focus, .upload-btn:hover {
    color: #CC2424;background: none repeat scroll 0% 0% #fff;
    text-decoration: none;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/ajax-loader.gif') 
                50% 30% 
                no-repeat;
}
.link-menu{color:#fff;}
.link-menu:focus{color:#fff;}
.link-menu:hover{color:#fff;}

.post-item-wrap.ht{overflow:hidden;}