/* -------------------------- */
/*	     with background
/* -------------------------- */
.tp-caption.bg_big_white {
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	color: #fff;
	position: absolute; 
	font-weight: 700; 
	font-size: 24px; 
	line-height: 24px;
	font-family: Arial;
	padding: 10px 14px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.08em;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.tp-caption.bg_big_colorwhite {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	color: #ff5c01;
	position: absolute; 
	font-weight: 700; 
	font-size: 24px; 
	line-height: 24px;
	font-family: Arial;
	padding: 10px 14px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.08em;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.tp-caption.bg_big_colorblack {
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	color: #ff5c01;
	position: absolute; 
	font-weight: 700; 
	font-size: 24px; 
	line-height: 24px;
	font-family: Arial;
	padding: 10px 14px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.08em;
}
.tp-caption.bg_big_black {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	color: #000;
	position: absolute; 
	font-weight: 700; 
	font-size: 24px; 
	line-height: 24px;
	font-family: Arial;
	padding: 10px 14px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.08em;
}


.tp-caption.bg_medium_white {
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	color: #fff;
	position: absolute; 
	font-weight: 700; 
	font-size: 20px; 
	line-height: 20px;
	font-family: Arial;
	padding: 8px 12px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.04em;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.tp-caption.bg_medium_colorwhite {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	color: #ff5c01;
	position: absolute; 
	font-weight: 700; 
	font-size: 20px; 
	line-height: 20px;
	font-family: Arial;
	padding: 8px 12px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.04em;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.tp-caption.bg_medium_colorblack {
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	color: #ff5c01;
	position: absolute; 
	font-weight: 700; 
	font-size: 20px; 
	line-height: 20px;
	font-family: Arial;
	padding: 8px 12px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.04em;
}
.tp-caption.bg_medium_black {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	color: #000;
	position: absolute; 
	font-weight: 700; 
	font-size: 20px; 
	line-height: 20px;
	font-family: Arial;
	padding: 8px 12px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.04em;
}


.tp-caption.bg_small_white {
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	color: #fff;
	position: absolute; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 16px;
	font-family: Arial;
	padding: 6px 10px;
	margin: 0px; 
	border: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.tp-caption.bg_small_colorwhite {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	color: #ff5c01;
	position: absolute; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 16px;
	font-family: Arial;
	padding: 6px 10px;
	margin: 0px; 
	border: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.tp-caption.bg_small_colorblack {
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	color: #ff5c01;
	position: absolute; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 16px;
	font-family: Arial;
	padding: 6px 10px;
	margin: 0px; 
	border: none;
}
.tp-caption.bg_small_black {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	color: #000;
	position: absolute; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 16px;
	font-family: Arial;
	padding: 6px 10px;
	margin: 0px; 
	border: none;
}
/* -------------------------- */
/*	   without background
/* -------------------------- */	
.tp-caption.text_small_black {
	color: #000;
	position: absolute; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 16px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	white-space:nowrap;
}
.tp-caption.text_small_white {
	color: #fff;
	position: absolute; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 16px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	white-space:nowrap;
}
.tp-caption.text_small_color {
	color: #ff5c01;
	position: absolute; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 16px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	white-space:nowrap;
}


.tp-caption.text_medium_black {
	color: #000;
	position: absolute; 
	font-weight: 400; 
	font-size: 20px; 
	line-height: 20px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	letter-spacing: -0.04em; 
	white-space:nowrap;
}
.tp-caption.text_medium_white {
	color: #fff;
	position: absolute; 
	font-weight: 400; 
	font-size: 20px; 
	line-height: 20px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	letter-spacing: -0.04em; 
	white-space:nowrap;
}
.tp-caption.text_medium_color {
	color: #ff5c01;
	position: absolute; 
	font-weight: 400; 
	font-size: 20px; 
	line-height: 20px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	letter-spacing: -0.04em; 
	white-space:nowrap;
}


.tp-caption.text_big_black {
	color: #000;
	position: absolute; 
	font-weight: 400; 
	font-size: 24px; 
	line-height: 24px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	letter-spacing: -0.08em; 
	white-space:nowrap;
}
.tp-caption.text_big_white {
	color: #fff;
	position: absolute; 
	font-weight: 400; 
	font-size: 24px; 
	line-height: 24px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	letter-spacing: -0.08em; 
	white-space:nowrap;
}
.tp-caption.text_big_color {
	color: #ff5c01;
	position: absolute; 
	font-weight: 400; 
	font-size: 24px; 
	line-height: 24px;
	font-family: Arial;
	padding: 0;
	margin: 0; 
	border: none;
	letter-spacing: -0.08em; 
	white-space:nowrap;
}
.tp-internocortile {
font-family:"Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color:#000;
	background-color:rgba(0,0,0,0.8);
	color: #9c336b;
	position: absolute; 
	font-weight: 700; 
	font-size: 24px; 
	line-height: 24px;
	padding: 10px 14px;
	margin: 0px; 
	border: none;
	letter-spacing: -0.08em;
  }


/* -------------------------- */
/*	        other
/* -------------------------- */
.tp-caption a { text-decoration: underline; }
.tp-caption a.mt-button { text-decoration: none; }