
.tp-caption.big_white {
    background-color: #000;
    border-style: none;
    border-width: 0;
    color: #fff;
    direction: rtl;
    font-family: flow;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 36px;
    margin: 0;
    padding: 1px 4px 0;
    position: absolute;
    text-shadow: none;
	direction: rtl;
}
.tp-caption.big_orange {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    color: #ff7302;
    direction: rtl;
    font-family: DroidNaskh;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 36px;
    margin: 0;
    padding: 0 4px;
    position: absolute;
    text-shadow: none;
	direction: rtl;
}
.tp-caption.big_black {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: flow;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 36px;
    margin: 0;
    padding: 0 4px;
    position: absolute;
    text-shadow: none;
	direction: rtl;
}
.tp-caption.medium_grey {
    background-color: #888;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: flow;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 2px 4px;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
	direction: rtl;
}
.tp-caption.small_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: flow;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
	direction: rtl;
}
.tp-caption.medium_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: flow;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
	direction: rtl;
}
.tp-caption.large_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: flow;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
	direction: rtl;
}
.tp-caption.very_large_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: flow;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 60px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
	direction: rtl;
}
.tp-caption.very_big_white {
    background-color: #424446;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: flow;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    padding: 1px 4px 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap;
	direction: rtl;
}
.tp-caption.very_big_black {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: flow;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    padding: 1px 4px 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap;
	direction: rtl;
}
.tp-caption.boxshadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
    color: #000;
    text-shadow: none;
}
.tp-caption.noshadow {
    text-shadow: none;
}
.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    transition: all 0.2s ease-out 0s;
	
}
.tp-caption a:hover {
    color: #ffa902;
}
