.promo {
	overflow: hidden;
    border: 1px solid #e8e8e8;
    max-width: 400px;
    min-width: 300px;
    float: left;
    margin: 0 0 30px 3%;
    width: 30%;
}
.promo .text {
    height: 70px;
    background: #fff;
}
.promo .text .name {
    cursor: pointer;
    font-size: 17px;
    color: #717171;
    padding: 10px 20px 5px;
    line-height: 25px;
    background: #fff;
}
.promo .text .name span{
    border-bottom: 1px dashed #777!important;	
}

.promo .text .name span:hover{
	color: #fa9a10;
    border-bottom: 1px dashed #fa9a10!important;
}

.promo .text .description {
    background: #fff;
    color: #898989;
    overflow: hidden;
    display: none;
    padding: 0 20px 15px;
    line-height: 19px;
}
.promo .bottom .icon.calendar{
	padding-left: 30px;
	position: relative;
}
.promo .bottom .icon.calendar:before {
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/calendar.png);
    top: -1px;
    left: 0;
}

.promo .bottom {
    color: #898989;
    background: #f7f7f7;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding: 0 20px;
}
.promo .logo {
    cursor: pointer;
    float: none;
    width: 100%;
    margin-left: 0;
    position: relative;
}
.promo .logo .flow_text{
	position: absolute;
    background: #fff;
    font-weight: bolder;
    padding: 10px;
    font-family: 'Tenor Sans';
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #C2002C;
    z-index: 1;
    bottom: 40px;
    left: 20px;
    width: 167px;
}
.promo .logo .flow_text h2{
	font-size: 40px;
    margin: 0;
}