.container-fluid {
    padding: 60px 50px;
    background-color: #ffffff;
}
.bg-grey {
    background-color: #f6f6f6;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #ff870f; 
    border-radius: 5px 5px 0px 0px;	      
    transition: box-shadow 0.5s;
    margin: 10px 10px 10px 10px;
    box-shadow: 4px 7px 53px 4px rgba(0,0,0,0.15), 4px 7px 53px 4px rgba(0,0,0,0.15);	
    background-color: #fff !important;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #ff870f;
    background-color: #fff !important;
    color: #f4511e;
}
.panel-heading {
    color: #fff !important;
    background-color: #ff870f !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.alert-white {
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-red {
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.alert-red.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-red.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
}
.alert-red .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ff3300;
    padding-top: 15px;
}
.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}
.alert-red .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #ff3300;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}
.alert-white .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.alert-red .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.alert-success {
color: #3c763d;
    background-color: #dff0d8;
/*    border-color: #d6e9c6; */
    border-color: #60c060;
    margin: 0px;
}
.alert-danger {
color: #3f8d7da;
    background-color: #f8d7da;
    border-color: #ff3300;
    margin: 0px;
}
.alert-white.alert-success .icon, 
.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}
.alert-red.alert-danger .icon, 
.alert-red.alert-danger .icon:after {
    border-color: #ff3300;
    background: #da4932;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
    margin: 0px;

}
.alert-white.alert-info .icon, 
.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}
.alert-white.alert-warning .icon, 
.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}
.alert-head {
    border-color: #d68000;
    background: #dff0d8;
    width: 100%;
    border: 1px solid #008000;
    font-size: 20px;
    font-weight: bold;
    color: #3c763d;
    font-family:'Times New Roman', Times, serif;
    padding: 7px 7px 7px 7px;
}
.alert-head1 {
    border-color: #da4932;
    background: #f8d7da;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    font-family:'Times New Roman', Times, serif;
    padding: 7px 7px 7px 7px;
}
