.separator {
    height:10px;
    clear:both;
}
.tp-caption.big_white {
    float:left;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
}
.tp-caption.big_colored {
    float:left;
    color: #efc;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    border:0;
    white-space:nowrap;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
}
.tp-caption.big_alternate {
    float:left;
    color: #efc;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    border:0;
    white-space:nowrap;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
}
.tp-caption.big_3d_white {
    float:left;
    color: #fcfcfc;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    border:0;
    white-space:nowrap;
    text-shadow: rgb(187, 187, 187) 0px 1px 0px, rgb(181, 181, 181) 0px 2px 0px, rgb(172, 172, 172) 0px 3px 0px, rgb(160, 160, 160) 0px 4px 0px, rgb(145, 145, 145) 0px 5px 0px, rgb(127, 127, 127) 0px 6px 0px, rgba(0, 0, 0, 0.199219) 0px 7px 1px, rgba(0, 0, 0, 0.296875) 0px 8px 6px;
    letter-spacing: -2px;
}
.tp-caption.small_box_white {
    float:left;
    color: #2b2b2b;
    font-weight: normal;
    font-size: 14px;
    line-height:50px;
    padding: 0 10px;
    border:0;
    background-color: rgba(255, 255, 255, 0.85);
    white-space:nowrap;
}
.tp-caption.medium_box_white {
    float:left;
    color: #2b2b2b;
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    padding: 2px 10px;
    margin: 0px;
    border:0;
    background-color: rgba(255, 255, 255, 0.85);
    white-space:nowrap;
}
.tp-caption.big_box_white {
    float:left;
    color: #2b2b2b;
    text-shadow: none;
    font-weight: normal;
    font-size: 50px;
    line-height: 85px;
    padding: 0 30px;
    border:0;
    background-color: rgba(255, 255, 255, 0.85);
    white-space:nowrap;
}
.tp-caption.small_white_text {
    float:left;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    border:0;
    white-space:nowrap;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.tp-caption.medium_white_text {
    float:left;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border:0;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_white_text {
    float:left;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    border:0;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.paragraph {
    float:left;
}
.tp-caption.very_big_white {
    float:left;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    border:0;
    white-space:nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color:#000;
}
.tp-caption.big_black {
    float:left;
    color: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    border:0;
    white-space:nowrap;
}
.tp-caption.white_boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.85);
}
.tp-caption.modern_big_bluebg{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 30px; 
			line-height: 36px; 
			font-family: 'Open Sans', sans-serif; 
			padding: 3px 10px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#4e5b6c;	
			letter-spacing: 0;										
		}
.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
    color: #ffa902;
}