.promo-box {
    background-color: #34495e;
    border-radius: 5px;
    float: left;
    margin: 15px 0 25px;
    padding-left: 18px;
    position: relative;
    width: 100%;
}
.promo-text {
    float: left;
    padding-bottom: 14px;
    padding-top: 17px;
    width: 54.6%;/*74.6%;*/
}
.promo-button {
    border-top-right-radius: 5px;
    float: right;
    text-align: center;
    width: 45.4%;/*25.4%;*/
}
.promo-button h3 {
    display: inline-block;
    padding: 32px 0 33px;
}
.promo-button i {
    background: #283849 none repeat scroll 0 0;
    border-radius: 500px;
    color: #7a8da1;
    display: inline-block;
    font-size: 11px;
    height: 25px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    width: 25px;
}
.promo-box h1 .promo-box h2, .promo-box h3, .promo-box h4, .promo-box h5, .promo-box h6 {
    color: #fff;
    margin-bottom: 3px;
}
.promo-box p {
    color: #f0e3a7;
    margin-bottom: 5px;
}
.promo-box.grey {
    background-color: #95a5a6;
}
.promo-box.grey h1 .promo-box.grey h2, .promo-box.grey h3, .promo-box.grey h4, .promo-box.grey h5, .promo-box.grey h6 {
    color: #fff;
}
.promo-box.grey p {
    color: #646a6b;
}
.promo-box.grey .promo-button i {
    background: #7f8c8d none repeat scroll 0 0;
    color: #ecf0f1;
}
.promo-button.green {
    background: rgba(26, 188, 156, 0.1) url("../img/active_menu_green.gif") repeat-x scroll center top;
}
.promo-button.blue {
    background: rgba(52, 152, 219, 0.2) url("../img/active_menu_blue.gif") repeat-x scroll center top;
}
.promo-button.red {
    background: rgba(231, 76, 60, 0.2) url("../img/active_menu_red.gif") repeat-x scroll center top;
}
.promo-button.orange {
    background: rgba(230, 126, 34, 0.2) url("../img/active_menu_orange.gif") repeat-x scroll center top;
}
.promo-button.grey {
    background: rgba(255, 255, 255, 0.2) url("../img/active_menu_grey.gif") repeat-x scroll center top;
}
.promo-contact{
position: absolute;
bottom: 15px;
right: 5px;
}

@media (max-width:810px) {
 .promo-text, .promo-button {
  width:100%;
 }
 .promo-text h3{font-size:22px;}
.mobile-no{display:none;}
.promo-contact{
position: relative;
}

}