.teaser-side-half-image .teaser-image img{
    width: 100%;
}
.teaser-side-half-image .teaser-box-text{
    display: table;
    height: 100%;    
    width: 100%;
}
.teaser-side-half-image .teaser-text{
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
}
.teaser-side-half-image .teaser-text h1,
.teaser-side-half-image .teaser-text h2{
    position: relative;
    font-size: 38px;
    line-height: 38px;
    max-width: 540px;
    font-family: 'HelveticaNeueLTStd-Th';  
    color: #666666;  
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.teaser-side-half-image .teaser-text h1:after,
.teaser-side-half-image .teaser-text h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: ''; 
    height: 2px;
    width: 150px;
    background-color: #666666;   
}
.teaser-side-half-image .teaser-text p{
    font-size: 15px;
    line-height: 25px;
    font-family: 'Helvetica';  
    color: #666666; 
}
.teaser-side-half-image .teaser-text .teaser-btn{
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
}
.teaser-side-half-image .teaser-text .teaser-btn a{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #666666;
    padding: 13px 55px 13px 17px;
    background: url('../../images/arrow-grey.png') no-repeat;
    background-position: top 50% right 20px;
    border: 1px solid #666;
    border-radius: 5px;
    
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.teaser-side-half-image .teaser-text .teaser-btn a:hover,
.teaser-side-half-image .teaser-text .teaser-btn a:active{
    text-decoration: none;
    color: #fff;
    border: 1px solid #f7941d;
    background: #f7941d url('../../images/arrow-white.png') no-repeat;
    background-position: top 50% right 20px;
}
.teaser-side-half-image .teaser-text .teaser-btn a:focus{
    text-decoration: none;  
}
.teaser-side-half-image .teaser-text .teaser-sbtn{
    display: inline-block;
}
.teaser-side-half-image .teaser-text .teaser-sbtn a{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #666666;
    padding-right: 25px;
    background: url('../../images/arrow-grey.png') no-repeat center right;
    margin-left: 20px;
    
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.teaser-side-half-image .teaser-text .teaser-sbtn a:hover,
.teaser-side-half-image .teaser-text .teaser-sbtn a:active{
    color: #f39100;
    text-decoration: none;
    background: url('../../images/arrow-orange.png') no-repeat center right;
}
.teaser-side-half-image .teaser-text .teaser-sbtn a:focus{
    text-decoration: none;
}   


@media (max-width: 1199px) {
    .teaser-side-half-image .teaser-text{
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .teaser-side-half-image .teaser-text{
        padding: 0 20px;
    }
    .teaser-side-half-image .teaser-text h1,
    .teaser-side-half-image .teaser-text h2{
        font-size: 33px;
        line-height: 36px;
        padding-bottom: 15px;
    }
    .teaser-side-half-image .teaser-text p {
        font-size: 14px;
        line-height: 22px;
    }
    .teaser-side-half-image .teaser-text .teaser-btn{
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .teaser-side-half-image .teaser-text{
        padding: 30px 0;
        text-align: center;
    }
    .teaser-side-half-image .teaser-text h1,
    .teaser-side-half-image .teaser-text h2{
        text-align: left;
        font-size: 35px;
        line-height: 35px;
        padding-bottom: 20px;
        margin-bottom: 25px;  
    }
    .teaser-side-half-image .teaser-text p {
        text-align: left;
        font-size: 15px;
        line-height: 25px;
    }
    .teaser-side-half-image .teaser-text .teaser-btn,
    .teaser-side-half-image .teaser-text .teaser-sbtn{
        display: block;
    }
    .teaser-side-half-image .teaser-text .teaser-sbtn a{
        margin-left: 0px;
    }
}