@CHARSET "ISO-8859-1";
body {
	position: relative;
}

.vc-vt-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #002231;
	z-index: 10000;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
}

.vc-vt-overlay.vt-active {
	opacity: 0.6;
	filter: alpha(opacity = 0.6);
	visibility: visible;
}
/* Start popup. */
#vc-vt-popup {
	background: #3cbaea none repeat scroll 0 0;
	color: #fff;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	max-width: 540px;
	width: 100%;
	z-index: 10001;
	padding: 58px 65px 65px 65px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

#vc-vt-popup.vt-active {
	opacity: 1;
	filter: alpha(opacity = 1);
	visibility: visible;
}

.vt-popup-content {
	margin-top: 34px;
	margin-bottom: 50px;
}

/* main. */
.vc-vt-tooltip.vt-active {
	position: relative;
	z-index: 10001;
	background: #fff;
}

#vt-tooltip-content {
	position: absolute;
	z-index: 10001;
	background: #3cbaea;
	color: #fff;
	max-width: 450px;
	width: 100%;
	padding: 20px;
	opacity: 0;
	top: 0;
	filter: alpha(opacity = 0);
	visibility: hidden;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

#vt-tooltip-content:before {
	border-color: transparent transparent transparent #3cbaea;
	border-style: solid;
	border-width: 9px;
	content: "";
	height: 0;
	position: absolute;
	right: -18px;
	top: 7px;
	width: 0;
}

#vt-tooltip-content.left-middle:before {
	top: 0;
	bottom: 0;
	margin: auto;
}

#vt-tooltip-content.left-bottom:before {
	top: initial;
	bottom: 8px;
}

#vt-tooltip-content.top-right:before {
	border-color: #3cbaea transparent transparent transparent;
	top: initial;
	right: 8px;
	bottom: -18px;
}

#vt-tooltip-content.top-left:before {
	border-color: #3cbaea transparent transparent transparent;
	top: initial;
	right: initial;
	left: 8px;
	bottom: -18px;
}

#vt-tooltip-content.top-center:before {
	border-color: #3cbaea transparent transparent transparent;
	top: initial;
	right: 0;
	left: 0;
	margin: auto;
	bottom: -18px;
}

#vt-tooltip-content.right-top:before {
	border-color: transparent #3cbaea transparent transparent;
	top: 8px;
	right: initial;
	left: -18px;
}

#vt-tooltip-content.right-middle:before {
	border-color: transparent #3cbaea transparent transparent;
	top: 0;
	right: initial;
	left: -18px;
	bottom: 0;
	margin: auto;
}

#vt-tooltip-content.right-bottom:before {
	border-color: transparent #3cbaea transparent transparent;
	top: initial;
	right: initial;
	left: -18px;
	bottom: 8px;
}

#vt-tooltip-content.bottom-left:before {
	border-color: transparent transparent #3cbaea transparent;
	left: 8px;
	right: initial;
	top: -18px;
}

#vt-tooltip-content.bottom-right:before {
	border-color: transparent transparent #3cbaea transparent;
	right: 8px;
	top: -18px;
}

#vt-tooltip-content.bottom-center:before {
	border-color: transparent transparent #3cbaea transparent;
	right: 0;
	left: 0;
	top: -18px;
	margin: auto;
}

#vt-tooltip-content.vt-active {
	opacity: 1;
	filter: alpha(opacity = 1);
	visibility: visible;
}

.tooltip-title, .popup-title {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 18px;
	color: #fff;
	letter-spacing: 0.1em;
}

#vc-vt-popup .popup-title {
	margin-bottom: 28px;
}

#vt-tooltip-content .tooltip-content {
	margin-top: 23px;
	padding-bottom: 30px;
}

.tooltip-process {
	border-top: 2px solid #fff;
	position: relative;
}

.tooltip-process div {
	top: -8px;
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	border-radius: 13px;
	position: absolute;
	background: #3CBAEA;
}

#tooltip-pre:not(.vt-active), #tooltip-next:not(.vt-active) {
	display: none !important;
}

.is_margin_padding.vt-active > * {
	padding: 20px;
}

.vt-tooltip-button a {
	position: fixed;
	z-index: 1000;
}

.vt-tooltip-button.position-right a {
	right: 0;
	top: 90px;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
}

.vt-tooltip-button.position-left a {
	left: 0;
	top: 90px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}

.vt-tooltip-button.position-bottom a {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	z-index: 1000;
}

#vc-vt-popup .btn, #vt-tooltip-content .btn {
	border: 2px solid #eee;
	border-radius: 0;
	color: #333;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 20px 38px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #fff;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

#vc-vt-popup .btn:hover,#vc-vt-popup .btn:focus, #vt-tooltip-content .btn:hover,#vt-tooltip-content .btn:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: #3cbaea;
	border-color: #3cbaea;
}

#vc-vt-popup .btn.btn-secondary-alt-white, #vt-tooltip-content .btn.btn-secondary-alt-white{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    display: inline-block;
}