@charset "utf-8";

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	word-wrap: break-word;
}

body {
	background-color: #ECECEC;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding-bottom: 150px;
}

.container {
	max-width: 970px;
}

.header {
	width: 100%;
	padding: 2px;
}

.logo {
	margin: 13px 0;
}

.header2 {
	width: 100%;
	padding: 30px;
}

.subheader {
	height: auto !important;
	padding: 10px 10px;
}

.main-headline {
	margin-bottom: 100px;
}

.content {
	margin-top: -100px;
	border-radius: 15px;
	background-color: #F4F4F4;
	padding: 0;
}

.videoframe {
	width: 100%;
	border: 5px solid #1C1C1C;
	border-top-left-radius: 15px;
	background-color: #212121;
	padding: 40px;
}

.video {
	width: 100%;
	background-color: #000000;
	text-align: center;
	min-height: 250px;
	overflow: hidden;
}

#WEBINAR_VIDEO, #INTRO_VIDEO, #THANKYOU_VIDEO, #RECORDING_VIDEO {
	display: block !important;
}

.reserve-outer {
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 20px;
	width: calc(100% - 20px);
	padding: 20px 20px 40px 20px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(0, 0, 0, 0.25);
	background-color: #FFFFFF;
}

.reserve-outer.is-ty {
	margin: 20px;
	width: calc(100% - 40px);
}

.reserve-outer i.calend {
	font-size: 80px;
}
.reserve-outer button {
	width: 100%;
	margin-top: 10px;
}
.reserve-outer .input-group {
	margin-top: 10px;
}

.tz {
	width: 100%;
	margin-bottom: 5px;
}

.webfly-display-dates {
	width: 100%;
	font-size: 16px;
}

.subheadertext {
	width: 100%;
	background-color: #FFFFFF;
	padding: 40px;
	border-bottom-left-radius: 15px;
}

.thankyou_header2 {
	width: 100%;
	background-color: #F1F1F1;
	height: auto;
	padding: 30px 0 30px 0;
	border-bottom: 1px dashed #2E2E2F;
}

.webinar-error {
	font-weight: bold;
	font-size: 30px;
}

.tyheadline {
	vertical-align: middle;
}

.tyheadline i {
	color: #6A9F37;
	font-size: 60px;
	float: left;
	margin-right: 15px;
}

.tyleft {
	background: #F3F3F3;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 20px 20px 0 20px;
	width: 100%;
}

.tyleft .col-xs-2 {
	text-align: center;
	color: #878787;
}

.tyleft .row {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	padding-bottom: 20px !important;
	margin-top: 10px;
}

.tyleft2 {
	background: #E6E6E6;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 20px;
	border-bottom: 3px solid #D2D2D2;
}

.tyleft i {
	font-size: 60px;
}

.tylowercomment {
	margin-top: 20px;
	padding: 20px;
	background: #F1F1F1;
	border-radius: 5px;
}

.vidfrmview {
	border-radius: 15px;
}

.vidfrmview .video {
	background-color: #FFFFFF;
	min-height: 350px;
}

.ty-headline, .ty-subheadline {
	width: 100%;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
}

.ty-headline {
	font-weight: bold;
	font-size: 50px;
}

.ty-subheadline {
	font-size: 30px;
}

body.is-ty .container {
	max-width: 800px;
}

.webfly-chat-headline {
	width: calc(100% - 1px);
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 0;
	height: 100%;
	overflow: auto;
}
	.webfly-chat-headline i {
	width: 100%;
	text-align: left;
}

.webfly-chat-content-left {
	float: left;
	width: calc(100% - 251px);
}

.webfly-chat-content-left-inner {
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-right: 0px;
	border-bottom: 0;
	height: 250px;
	overflow-y: scroll;
}

.webfly-chat-content-right {
	float: left;
}

.webfly-chat-content-right-inner {
	width: 250px;
	margin-right: 1px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	height: 230px;
	overflow-y: scroll;
}

.webfly-chat-content-right-inner span {
	font-size: 10px;
}

.webfly-chat-content-right-inner i {
	float: left;
	margin-right: 10px;
	font-size: 18px;
}

.webfly-chat-content-right-online {
	padding-top: 2px;
	width: 250px;
	height: 20px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
}

.webfly-chat-send {
	margin-top: -10px;
}

.webfly-chat-send .input-group-btn {
	min-width: 250px;
}

.webfly-chat-send-button {
	margin-top: 0 !important;
	height: 50px;
	border-top-right-radius: 0px;
}

.webfly-chat-send-input {
	border-top-left-radius: 0px;
	height: 50px;
}

.webfly-chat-message {
	width: 100%;
	margin-bottom: 10px;
}

.webfly-chat-message-icon {
	height: 40px;
	width: 40px;
	font-size: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
	margin-right: 5px;
	display: none;
}

.webfly-chat-message-content {
	/*float: left;*/
	width: calc(100% - 45px);
}

.webfly-chat-message-content-date {
	font-size: 10px;
	color: #C6C6C6;
}

.webfly-chat-message-content-text span.webfly-chat-message-name {
	color: #337AB7;
	font-weight: bold;
}

.webfly-chat-message-content-text {
	font-size: 12px;
}

.form-control-feedback {
	padding-top: 10px;
}

/** COUNTDOWN **/
#webfly-countdown {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: none;
}

@media screen and (max-width: 768px) {
	.videoframe {
		padding: 15px;
	}
	.content {
		width: 90%;
	}
	.video, .vidfrmview {
		min-height: 0;
	}
	body {
		padding-bottom: 20px;
	}

	.ty-headline {
		font-size: 30px;
	}
	.ty-subheadline {
		font-size: 25px;
		word-wrap: break-word;
	}
	.color_ty_link_button {
		font-size: calc(2.7vw) !important;
	}
}
