@font-face {
   font-family: 'Raleway';
   src: url(../fonts/raleway/Raleway-Bold.ttf);
   font-weight: 700;
}   
@font-face {
   font-family: 'Raleway';
   src: url(../fonts/raleway/Raleway-Medium.ttf);
   font-weight: 500;
} 
@font-face {
   font-family: 'Raleway';
   src: url(../fonts/raleway/Raleway-Light.ttf);
   font-weight: 300;
}   
html {
    overflow-x: hidden;
    padding: 0!important;
    background: #fff;
    margin: 0 !important;
}

.fullwidthbanner-container {
    width: 100%!important;
    position: relative;
    padding: 0;
    overflow: hidden;
    color: #fff;
}
.slider-bg2 {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-bg2:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 19999999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
}
.tp-caption {
    font-size: 14px;
}
.tp-caption.zindex {
    z-index: 99999999999999;
}
.custom-size-1 {
    font-size: 54px;
    font-family: 'Raleway', sans-serif; 
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2a2a;
    line-height: 1;
    margin: 0;
}

.custom-size-2 {
    font-size: 30px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    color: #595959;
    background: rgba(255, 255, 255, 0.5);
}

.custom-size-3 {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
}

.custom-size-4 {
    font-size: 68px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700; 
}

.custom-font-4 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    font-style: italic;
    color: #888888;
    font-weight: normal;
}
.custom-size-5 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-align: right;
}
.custom-size-6 {
    font-size: 68px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #323232; 
}
.custom-size-6.color {
    text-transform: none;
    color: #2cbfd9;
}
.custom-size-6.color-2 {
    text-transform: none;
    color: #d3a662;
}
.custom-size-7 {
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #0088cc; 
}
.custom-size-7.color {
    text-transform: none;
    color: #fff;
}
.custom-size-8 {
    font-size: 18px;
    text-transform: uppercase;
    color: #323232; 
}
.custom-size-8.color {
    text-transform: none;
    color: #fff;
}
.custom-size-9 {
    text-align: center;
    font-family: 'Raleway' , sans-serif;
    font-weight: 300;
    color: #fff;
}
.custom-size-9.text-left {
    text-align: left;
}
.custom-size-10 {
    font-size: 88px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700; 
}
.custom-size-2.white {
    color: #fff;
    background: none;
}
.custom-size-2.white strong {
    color: #0088cc;
}
.tp-caption .btn-border {
    color: #fff;
    border-color: #fff;
}

span.color {
    color: #ffae4e;
}

@media only screen and (max-width: 767px) {
    a.btn-slider,
    a.btn-slider.btn-small {
        padding: 6px 14px 5px;
        font-size: 12px;
        min-width: auto;
        margin-right: 5px;
    }
    a.btn-border-slider {
        padding: 4px 12px 3px;
        font-size: 12px;
        min-width: auto;
    }
}

@media only screen and (max-width: 480px) {
    a.btn-slider,
    a.btn-slider.btn-small {
        padding: 4px 12px 3px;
        font-size: 8px;
        min-width: auto;
        margin-right: 5px;
    }
    a.btn-border-slider {
        padding: 2px 10px 1px;
        font-size: 8px;
        min-width: auto;
    }
}
