@font-face {
    font-family: 'proxima';
    src: url('../../font/proximanova-light-webfont.eot');
    src: url('../../font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/proximanova-light-webfont.woff') format('woff'),
         url('../../font/proximanova-light-webfont.ttf') format('truetype'),
         url('../../font/proximanova-light-webfont.svg#proxima') format('svg');
    font-weight: normal;
    font-style: normal;
}

.tp-banner ul{
    visibility:hidden;
}

.tp-wrapper{
    background-color: #f6f6f6;
    
    width: 100%;
    
    overflow: hidden;
    margin-top:110px;
}

.tp-caption.regular{
    color: #040400;
    font-size: 34px;
    font-weight: 600;
    font-family: 'proxima', Arial, sans-serif;
    line-height:30px;
    
}

@media screen and (max-width:460px){
    .tp-caption.regular{
    font-size: 11px!important;
    line-height:12px!important;
    
}

.tp-caption.text{
    margin-top:5px!important;
}
}

.tp-caption.regular.white{
    color: #fff;
}

.tp-caption.text{
    font-size: 15px;
    color: #040400;
    line-height: 20px;
    font-weight: 600;
}

.tp-caption.text.black{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.caption-button{
    border: 0px solid;
    text-transform: uppercase;
    line-height: 16px;
    color: #fff;
    padding: 12px 17px;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.caption-button a, 
.caption-button a:hover{
    color: #fff;
    font-size:15px;
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .tp-wrapper{
        margin-bottom: 40px;
    }
}