.tp-caption a {
	color:#fcff1d;
	-webkit-transition:all 0.2s ease-out !important;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out !important;
	white-space: nowrap;
}

.tp-caption a:hover {
	color:#ff1de2;
}

.tp-caption.dt_intro_button a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	font-family: "Open Sans";
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	padding: 12px 40px 14px 40px;
	background-color: transparent;
	border-radius: 100px;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 1);
	border-style: solid;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
}


.tp-caption.dt_intro_button a:hover {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	font-family: "Open Sans";
	color: rgba(38, 38, 38, 1);
	text-decoration: none;
	padding: 12px 40px 14px 40px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 100px;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 1);
	border-style: solid;
}

.tp-caption.dt_shop_button a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: rgb(34, 34, 34);
	text-decoration: none;
	background-color: transparent;
	padding: 10px 20px 12px;
	border-radius: 4px 4px 4px 4px;
	border-width: 3px;
	border-color: rgb(34, 34, 34);
	border-style: solid;
}

.tp-caption.dt_shop_button a:hover {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(34, 34, 34);
	padding: 10px 20px 12px;
	border-radius: 4px 4px 4px 4px;
	border-width: 3px;
	border-color: rgb(34, 34, 34);
	border-style: solid;
}

.tp-caption.dt_conf_button a {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(46, 160, 92);
	padding: 13px 50px 15px;
	border-radius: 0px 0px 0px 0px;
	border-width: 3px;
	border-color: rgb(46, 160, 92);
	border-style: solid;
}

.tp-caption.dt_conf_button a:hover {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: rgb(51, 189, 109);
	text-decoration: none;
	background-color: transparent;
	padding: 13px 50px 15px;
	border-radius: 0px 0px 0px 0px;
	border-width: 3px;
	border-color: rgb(46, 160, 92);
	border-style: solid;
}

.tp-caption.dt_intro_button_alt a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	padding: 10px 40px 11px 40px;
	background-color: transparent;
	border-radius: 1px 1px 1px 1px;
	border-width: 3px;
	border-color: rgba(255, 255, 255, 0.55);
	border-style: solid;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
}

.tp-caption.dt_intro_button_alt a:hover {
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	padding: 10px 40px 11px 40px;
	background-color: transparent;
	border-radius: 1px 1px 1px 1px;
	border-width: 3px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
}

.tp-caption.dt_landing_button a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Open Sans";
    color: #ffffff;
	text-decoration: none;
	padding: 13px 25px 13px 27px;
	background-color: rgba(255, 255, 255, 0);
	border-width: 3px;
    border-style: solid;
	border-color: rgb(255, 255, 255);
    border-radius: 100px;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
}

.tp-caption.dt_landing_button a:hover {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Open Sans";
    color: #111111;
	text-decoration: none;
	padding: 13px 25px 13px 27px;
	background-color: rgb(255, 255, 255);
	border-width: 3px;
    border-style: solid;
	border-color: rgb(255, 255, 255);
    border-radius: 100px;
}