﻿.fullwidthbanner-container{
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 350px !important;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    background: #f6f6f6;
}



.tp-caption.regular_title{
    color: #333;
    font-size: 30px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    width: 380px !important;    
    white-space: normal !important;
    line-height: 38px;
}

.tp-caption.regular_subtitle{
    
    font-size: 14px;
    width: 380px !important;    
    white-space: normal !important;
    position: relative;
    z-index: 260;
    font-family: 'Open Sans', Arial, sans-serif;
}

.tp-caption.regular_text{
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #777;
    line-height: 20px;
    width: 380px !important;    
    white-space: normal !important;
}

.tp-caption.regular_title_cbkg{
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    width: 380px !important;    
    display: inline;
    white-space: normal !important;
    line-height: 38px;
    background: #fb6148;
    padding: 20px;
}

.tp-caption.regular_subtitle_bkg{
    color: #333;
    font-size: 19px;
    width: 380px !important;    
    white-space: normal !important;
    position: relative;
    z-index: 260;
    font-family: 'Open Sans', Arial, sans-serif;
    background: #ccd0d0;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 600;
}

.tp-caption.regular_text_bkg{
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    width: 380px !important;    
    white-space: normal !important;
    background: #57686f;
    padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 959px){
    .tp-caption.regular_text{
        width: 340px !important;
        font-size: 12px !important;
        line-height: 20px !important;
    }
	
	.regular_subtitle{ font-size:12px !important; font-weight:normal;}
	.fullwidthbanner-container { max-height:287px !important}
}
@media only screen and (min-width: 768px) and (max-width: 780px){
	.fullwidthbanner-container { max-height:280px !important}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .tp-caption.regular_text, 
    .tp-caption.regular_title, 
    .tp-caption.regular_subtitle{
        width: 320px !important;
    }
	.regular_subtitle{ font-size:12px !important; font-weight:normal; }
	.fullwidthbanner-container { max-height:275px !important}
	.service-box { border-top:1px solid #eee; border-left:1px solid #eee;margin-bottom:-1px;}
}
@media only screen and (min-width: 500px) and (max-width: 600px){
	.fullwidthbanner-container { max-height:212px !important}
	
}
@media only screen and (min-width: 320px) and (max-width: 479px){
    .tp-caption.regular_subtitle{
        display: none;
    }
    .service-box { border-top:1px solid #eee; border-left:1px solid #eee; margin-bottom:-1px;}
    .tp-caption.regular_title,
    .tp-caption.regular_text,
    .tp-caption.regular_subtitle_bkg,
    .tp-caption.regular_title_cbkg,
    .tp-caption.regular_text_bkg{
        width: 200px !important;
    }
    
    .button	{
        display: none;
    }
	.fullwidthbanner-container { max-height:144px !important}
	.tp-caption.regular_title{
    font-size: 25px !important; line-height:23px !important;
    
}
}