/* Fonts */
@font-face {
	font-family: "Open Sans Semibold";
	src: url("fonts/OpenSans-Semibold.eot?") format("eot"),
		url("fonts/OpenSans-Semibold.woff") format("woff"),
		url("fonts/OpenSans-Semibold.ttf") format("truetype"),
		url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("fonts/OpenSans-Regular.eot?") format("eot"),
	url("fonts/OpenSans-Regular.woff") format("woff"),
	url("fonts/OpenSans-Regular.ttf") format("truetype"),
	url("fonts/OpenSans-Regular.svg#OpenSans") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans Caption";
	src: url("fonts/PTC55F.eot?") format("eot"), url("fonts/PTC55F.woff")
		format("woff"), url("fonts/PTC55F.ttf") format("truetype"),
		url("fonts/PTC55F.svg#PTSans-Caption") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Fonts Ends */
html {
    height: 100%;
}
body {
  /*background: #f0f0f0 none repeat scroll 0 0;*/
  background: white none repeat scroll 0 0;
  box-sizing: border-box;
  display: table;
  font-family: "Open Sans",sans-serif;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%; margin: 0;
  top:0 !important;
}

* {
	outline: none;
}

.container {
	margin-bottom: 30px;
}

.margin0 {
	margin-left: 0px;
}

/* Nav Section */
.navbar {
	background: #015885;
}

.navbar .navbar_inner {
	padding: 6px 0px;
	margin: 0 auto;
}

.navbar .navbar_inner center {
	height: 61px;
	margin: 0 auto;
	vertical-align: middle;
	color: #fff;
}

.navbar {
	margin: 0px;
	padding: 0;
	overflow: visible;
}

.second .span6 {
	width: auto !important;
}

.second {
	padding: 2px !important;
}

.span3.image {
	margin-right: 8px;
	text-align: center;
}

/* Nav Section Ends */

/* Content Section  */

/* Title Css */
.main_heading {
	color: #434343;
	font-family: "Open Sans",sans-serif !important;font-weight: 400;
	font-size: 26px;
	line-height: 29px;
	margin-bottom: 10px;
	text-align: center; margin-top: 0;
}

.sub_heading {
	color: #6d6d6d;
	font-size: 20px;
	line-height: 26px;font-weight: 400;
	font-family: "Open Sans",sans-serif !important;
	text-align: center;margin-top: 0;
}

.perticluar_description p
{
	width:95%;
	float:left;
	word-wrap:break-word;
}
div.container
{
	margin-top:20px;
}
/* Title Css Ends */

/* Left Section Starts */
.leftpanel {
	border-radius: 4px 0 0 4px;
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 11px;
	box-shadow: 0px 0 4px #bcbcbc;
	z-index: 101;
	position: relative;
}

.video_section {
	border: 13px solid #f0efef;
	margin: 5px;
	
}
.pic_section
{
text-align:center;
}
/* Registration Button */
.registration_btn {
	padding: 2px 0px 3px;
}

.registration_btn a {
	border-radius: 0 0 0 0;
	font-size: 2em;
	font-weight: bold;
	margin-left: -11px;
	padding: 33px 23px 38px;
	/*text-shadow: 0 0 0 #000000;*/
	width: 87%;
}

.notice_for_mobile {
	background: none repeat scroll 0 0 #FF0000;
	color: #FFFFFF;
	display: block;
	padding: 7px;
	position: absolute;
	z-index: 100;
	display: none;
}

.gift_btn {
	background: url(../img/gift_button.png) no-repeat;
	border: 0;
	background-size: 100%;
	color: #FFFFFF;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: bold;
	height: 61px;
	padding-left: 27px;
	text-transform: uppercase;
	margin-top: 7px;
	width: 326px;
}

.btn-register { /* background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("../img/arrow.png") !important;
  background-origin: padding-box !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto;
  box-shadow: none;*/
	background-color: green;
}

.btn-success:hover {
	
}

.registration_btn a {
	background-image: url("../img/arrow_icon.png");
	background-position: 100% center;
	background-repeat: no-repeat;
	border: none;
	font-family: arial;
	font-size: 33px;
	text-decoration: none;
	color: #fff;
	text-align: left;
	float: left; /* text-shadow: 2px 1px #4DA04D;*/
}

.registration_btn a h4 {
	color: #a8f8a8;
	font-size: 15px;
}

.btn-primary {
	background: #0067cc;
}

.registration_btn a:hover,.registration_btn a:focus {
	background-position: 100% center;
}

/* Person Details */
.person_details {
	border-radius: 6px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	/* margin: 10px 19px 0;*/
	padding: 15px 8px;
	margin-top: 9px;
}

.person_details.thankyou {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  margin: 12px 6px 0px;
  padding: 4px 15px;
  box-sizing: border-box;
}

.person_details.thankyou ol li {
	line-height: 24px;
}

.person_details img {
	border-radius: 4px 4px 4px 4px;
	padding-bottom: 1px;
}

.content {
	font-family: "PT Sans Caption";
	font-size: 13px;
	padding: 0px 10px;
	color: #444343;
}

.second .content {
	margin-top: 10px;
	text-align: justify;
}

.register_title .share_description {
	background: none repeat scroll 0 0 #F6F6F6;
	padding: 4px 11px 10px;
}
.register_title .share_description .sharing_text_title {
    line-height:20px;
    display:block;
    margin-bottom: 10px; 
}

.register_title .share_description span {padding-bottom: 6px;}
.register_title .share_description img {
	
}

.register_title .ticket {
	background: #e0f4ff;
	margin-top: 7px;
	padding: 0 0 10px;
	box-shadow: 0 3px 2px #BCBCBC;
	text-align: left;
}

.leftpanel iframe {
	width: 100%;
}

.register_title .ticket .head {
	background: #c7ebff;
}

.register_title .ticket ul {
	margin: 0 20px 6px;
}

.register_title .ticket ul li {
	list-style-type: none;
	font-size: 14px;
	line-height: 28px;
	font-family: roboto;
}

.register_title .ticket span {
	font-weight: normal;
	font-size: 14px;
	margin-left: 0;
	text-transform: capitalize;
}

.register_title .ticket .icons_links img {
	padding-left: 17px;
	padding-right: 18px;
}

.person_details.url {
	padding: 4px 0 8px 0;
	border-radius: 4px;
}

.person_details.url h4 {
	color: #5f7d16;
	background: url(../img/border_bg.png) repeat-x bottom;
	padding-bottom: 8px;
	margin: 10px;font-size: 14px;
}

.ical_icon {
	background: url(../img/calendarg.png) no-repeat;
	width: 67px;
	height: 66px;
	float: left;
	margin-left: 19px;
	padding-right: 28px;
}

.ical_icon h5 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.gcal_icon h5 {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
}

.ical_icon h6 {
	color: #444444;
	font-size: 29px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0;
}

.ical_icon a,.gcal_icon a {
	text-decoration: none;
}

.gcal_icon {
	background: url("../img/goutlook.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	float: left;
	height: 81px;
	margin-top: 0px;
	padding-right: 12px;
	width: 67px;
}

.gcal_icon h6 {
	color: #fff;
	font-size: 29px;
	font-weight: bold;
	margin: 0;
	padding-top: 9px;
}

.print_icon {
	float: left;
}

.person_details.url p {
	text-decoration: underline;
}

.person_details.url p a {
	color: #434343;
}

.register_title .share_description span {
	font-size: 13px;
	margin-left: 0;
	line-height: 28px;
}

.person_details .content {
	padding: 0;
	text-align: justify;
}

.bold_name {
	color: #292929;
	font-size: 17px;
	font-weight: bold;
	float: left;
	width: 100%;
}
.site-url { color: #384047;float: left;font-size: 12px;text-align: center; width: 100%;}
.blue_txt {
	color: #68a3de;
}

.margin10 {
	margin-top: 10px;
}

/* Left Section Ends */

/* Right Section */
.right_section {
	border-radius: 0px 4px 4px 0px;
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 14px 10px;
	box-shadow: 0px 0 2px #bcbcbc;
	border-left: 0px;
	/* z-index: -100; */
	margin-top: 0px;
	text-align: center;
	position: relative;
	min-height: 192px;
}

.right_section.color {
	
}
.register_title {
  font-size: 23px;
  line-height: 24px;
  padding-bottom: 6px;
  text-align: center;
}
.register_title span {
	font-size: 14px;
	padding-top: 4px;
	margin-left: 3px;
}

.inner_form {
	border-radius: 4px;
	padding: 2px 4px;
	margin-top: 8px;
}

.fieldname {
	padding-bottom: 12px;
	padding-top: 11px;
}

.counter_heading_text {
	text-align: center;
	display: block;
}

.gcal_span {
	color: #444;
	font-weight: bold;
	margin: 0;
	font-size: 16px;
	padding: 16px 0 0 15px;
}

.scarcity_counter {
	background: url("../img/scarcity-bg.png") repeat-x scroll 0 0
		transparent;
	height: 33px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.fieldname span {
	color: #737373;
	font-size: 12px;
}

#delayed_events {
	padding: 8px 16px 16px;
	text-align: justify;
}

a[class ^='event_image'],a[class *='event_image'] {
	display: block;
	text-align: center;
}

#scarcity_events {
	padding: 8px 16px 16px;
	text-align: center;
}

#scarcity_events.span12 {
	margin: 0;
}

.span6.webinar.events img {
	text-align: 0center;
}

.pad12 span {
	color: #737373;
	font-size: 12px;
}

.inner_form table input[type="text"],.inner_form table input[type="email"],.inner_form table select
	{
	width: 96%;
	color: #939393;
	padding: 8px 6px;
	margin-bottom: 12px;
}

.inner_form table select {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	height: 36px;
	width: 100%;
	margin-bottom: 0px;
        line-height: 21px;
}

.inner_form table td.pad12 {
	padding-bottom: 0px;
}

.submit .btn {
	font-size: 23px;
	font-weight: bold;
	line-height: 28px;
	padding: 13px 22px;
	width: 100%;
}

.select_wrap {
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
	width: 99%;
	border: 1px solid #ddd;
	margin-bottom: 4px;
	position: relative;
	background: #fff;
}

.select {
	position: absolute;
	right: 2px;
	top: 1px;
	pointer-events: none;
	outline: none;
}

/* Right Section Ends */

/* Content Section Ends */

/* footer css starts  */
footer {
	padding: 14px 0px;
	background: #015885; left:0;
}

footer p {
	margin-bottom: 0px;
	color: #fff;
}

footer p a,footer p a:hover {
	color: #fff;
	text-decoration: none;
}

.bottompanel {
	font-size: 13px;
}

.bottompanel .webinar {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 0 4px #BCBCBC;
	padding: 0 0 11px 0;
	position: relative;
	margin-bottom: 15px;
	z-index: 101;
}

.bottompanel .webinar h3 {
	background: url("../img/webinar_icn.png") no-repeat scroll 11px center
		#015885;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 17px;
	margin: 0;
	padding-left: 35px;
}

.bottompanel .webinar.participants h3 {
	background: url("../img/participants_icn.png") no-repeat scroll 11px
		center #015885;
}

.bottompanel .webinar.events h3 {
	background: url("../img/event_icn.png") no-repeat scroll 11px center;
	border-radius: 4px 4px 0 0;
	color: #000;
	border-bottom: 1px solid #ededed;
}

.bottompanel .webinar.events ul {
	padding-top: 8px;
	padding-left: 6px;
}

.bottompanel .webinar.events li {
	list-style-type: square;
	line-height: 25px;
}

.bottompanel .webinar .row.inner {
	padding: 7px 5px 0 37px;
}
.bottompanel .webinar.presenter_box .row.inner {box-sizing: border-box;
    margin: 0;
    padding: 7px 8px;}
.bottompanel .webinar .row.inner ul {
	margin: 0;
	padding: 0;
}

.bottompanel .webinar .row.inner li {
	list-style-type: none;
}

.bottompanel .webinar.participants ul {
	margin: 0;
}

.bottompanel .webinar.participants .participants_sec {
	max-height: 310px;
	overflow-y: scroll;
}

.bottompanel .webinar.participants li {
	line-height: 21px;
	background: url("../img/li_icn.png") no-repeat scroll 14px center
		transparent;
	padding: 6px 6px 6px 28px;
	list-style-type: none;
}

.span12.perticluar_description {
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    margin: 0;
}
.bottompanel .btn-primary { height:43px;}
.bottompanel .webinar.participants li.color {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ededed;
}

.bottompanel .webinar span {
	font-weight: bold;
}

.bottompanel .webinar #delayed_events_text span , .bottompanel .webinar #scarcity_events_text span { font-weight: normal; }

.invite {
	text-align: right;
	padding-right: 8px;
}

.invite span {
	line-height: 41px;
}

.invite img {
	padding-left: 5px;
}

.bottompanel .webinar.question h3 {
	background: url("../img/ques_icn.png") no-repeat scroll 11px center;
	border-radius: 4px 4px 0 0;
	color: #000;
	float: left;
}

.bottompanel .webinar.question .row-fluid {
	border-bottom: 1px solid #ededed;
	padding-bottom: 0;
}

.bottompanel .webinar.question input[type="text"] {
	width: 260px;
	border-radius: 0;
}

.bottompanel .webinar.question textarea {
	width: 89%;
	border-radius: 0;
}

.bottompanel .webinar.question span {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	padding-left: 12px;
}

.bottompanel .webinar.question form {
	padding-top: 14px;
	padding-left: 12px;
}

/* Footer css Ends */
.arrow-right {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 46px solid transparent;
	border-left: 41px solid green;
	border-top: 45px solid transparent;
	float: left;
	height: 0;
	width: 0;
}

.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background-color: #000000;
	opacity: 0.6;
}

.loaderwork {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	font-weight: bold;
	height: 106px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999;
	padding-top: 10px;
}

/*
textarea.your_question{ 
max-width:540px;
}
*/

/* video panel setting */
.mejs-container {
	margin: 0 auto;
}

.container.video .inner {
	padding: 17px 0px;
}

.leftpanel .inner {
	padding: 17px 0px 10px;
}

/* video panel setting ends here */
.errorsection {
	border: 13px solid #F0EFEF;
	margin: 5px;
	min-height: 50%;
}

.errorsection .colortxt {
	color: #C00;
}

.errorsection img {
	padding-top: 28px;
}

.errorsection h5.errormsg {
	padding-bottom: 28px;
}

.container.error {
	margin-top: 30px;
}

.social_links_g {
	float: left;
        width: 33%;
}

.social_links_t {
	float: left;
        width: 33%;
}

.social_links_fb {
	float: right;
	margin-top: -4px;
        width: 33%;
}

.webinar_dates {
  font-size: 13px;
  font-weight: bold;
  min-height: 21px;
  padding-left: 1px;
  padding-top: 0;
}
select#webinar_dates {
    	-webkit-appearance: none;
        -moz-appearance:none;
        -o-appearance:none;
}  

.webinar_date_img {
	float: right;
	padding-top: 12px;
}

.webinar_times {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	min-height: 28px;
}

/* Calender setting starts here */
.calender_wrapper {
	display: block;
	height: 84px;
    width: 79px;
	background: url(../../images/calender-icon.png) no-repeat; background-size:100% 100%;
}

.calender_month {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.calender_date {
	color: #0C0B0C;
	font-size: 38px;
	font-weight: bold;
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.calender_setting {
	min-height: 107px;
}

.calender_setting .webinar_times {
	font-size: 13px;
}

.calender_setting {
	padding-top: 10px;
}
/* 7/8/2016 */

body.web-innfixed {
    overflow: hidden; padding:0;
}
.web-innfixed .replay_countdown.leftpanel {
    width: 100%;
    left: 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#345781+0,2f4b77+40,2e4a79+100 */
background: #345781; /* Old browsers */
background: -moz-linear-gradient(top, #345781 0%, #2f4b77 40%, #2e4a79 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #345781 0%,#2f4b77 40%,#2e4a79 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #345781 0%,#2f4b77 40%,#2e4a79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345781', endColorstr='#2e4a79',GradientType=0 ); /* IE6-9 */



    z-index: 9999; border:none; border-radius: 0;
    box-shadow: none;padding: 0px 0 9px;
}
.web-innfixed h2.replay_expires_txt {
  color: #ffffff;
  font-size: 16px;
  padding-top: 0;
  width: 100%;
  font-family: arial;margin-right: 0;
  text-transform: capitalize;
  margin-bottom: 0;margin-top: 10px;
}

.web-innfixed .replay_expires_box {
    margin: 0 auto;
    text-align: center; float:none;
}
.web-innfixed .countdown-timer .circle {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  height: 92px;
  margin: 0 0 0 0px;
  width: 75px;
}
.web-innfixed .main-countdown {
    margin: 0 auto;
    display: table;
}


.web-innfixed .replay_countdown.leftpanel canvas {
    display: none;
}
.web-innfixed .replay_countdown.leftpanel .ce-digit {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */border-radius: 5px;
    box-shadow: 0 2px 4px #2a2a2a;
    height: 62px;
    position: relative;
    width: 72px;


}
.web-innfixed .countdown-timer .circle__values {  height: 70px;}
.web-innfixed  span.ce-days-digit, .web-innfixed   span.ce-hours-digit, .web-innfixed span.ce-minutes-digit, .web-innfixed span.ce-minutes-digit, .web-innfixed span.ce-seconds-digit {
    line-height: 67px;
    font-size: 34px;
    font-family: arial;color: #4d4d4d;
    font-weight: bold; position:relative;
}

.web-innfixed .replay_expires_box .countdown-timer .ce-label {
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 10px;
}

.web-innfixed footer { position: static;}
.row.replay-count {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    margin: 0; height: 136px;
}
.row.replay-count .span12 {
    width: 100%;
    margin: 0 !important;
}
.loader-ev-reg{position: absolute; top:0; left:0; width:100%; height:100%;}
.loader-ev-reg img{position: absolute; top:50%; left:50%; margin: -20px 0 0 -20px; width: 40px; height: 40px;}
.darkgrey { 
      font-size: 26px;
    font-weight: 400;font-family: 'Open Sans', sans-serif;
}
footer a.ewp_power , span.ewp_power a {
  background: url("../../images/footer-logo.png") no-repeat ; background-position:left center;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  padding-left: 37px;
  padding-right: 16px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
footer .container {
  margin: 0 auto;
}

footer {
    background-color: #014d74;
    bottom: 0;
    position: relative;
    width: 100%;clear:both;
}

.content.span6.margin0.description {
    width: 100% !important;
    box-sizing: border-box;
}
#reg-form-main form { margin:0;}

.span4.margin0.right-section {
    box-sizing: border-box;
    padding-left: 16px;
}
/* ends here */
.bottompanel .btn-primary {
  background: #014d74;
}
#delayed_events_text > div { margin:0 !important; padding:0 !important;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {background: #014d74;}
body .video_section { width:auto; height:auto;}
@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) {
	.ical_icon {
		background: url("../img/calendarg.png") no-repeat scroll 0 0
			rgba(0, 0, 0, 0);
		float: left;
		height: 66px;
		margin-left: 19px;
		padding-right: 22px;
		width: 67px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width:979px) { 
	

.calender_setting.onetime_event_cal td {
    display: block;
    margin: 0 auto;
    display: table;
}
.submit .btn {font-size: 20px;}	
	
	}

@media only screen and (min-width : 0px) and (max-width	: 767px) {
.span12.perticluar_description {
    margin: 0 !important;
    display: table;
}
.bottompanel .webinar .row.inner {padding: 7px 10px;}
.span4.margin0.right-section {
    padding: 0 12px;margin-top: 10px;
}	
.person_details .span12 p {
  text-align: center;
}
footer { left:0;}	
.calender_setting { margin:0 auto;}

body { display:block; padding:0 !important;}

footer { position:static;}
	}
#loader2 {position: absolute; top:17px; right: 30px; }
#send_your_question #loader2 {position:relative ;top:0px; right: -5px; }




/* 17-oct-2016 */

.event-chat-page .container.video.chn-wrapper {
    width: 100%;
    max-width: 1490px; padding-bottom:0;
    margin: 10px auto 0; position:relative;
}
.event-chat-page .chn-bc-left {
    float: left;
    padding-right: 10px;
    width: 79.3%; box-sizing:border-box;
}
.event-chat-page .chn-bc-right {
    float:right;
    width: 300px; right: 0;
}
.event-chat-page .video_section { border:none; margin:0;}

.event-chat-page .container.video.chn-wrapper .row {
    margin: 0;
}

.event-chat-page .container.video.chn-wrapper .span12 {
    margin: 0 0 10px 0;
    width: 100%;
}

.event-chat-page .container.video.chn-wrapper .bottom-des {
}

.event-chat-page .container.video.chn-wrapper h3.des-one {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #014d74;
    padding: 0 10px;margin: 0; text-align:left;
}

.bottom-main-webinar li {
    font-weight: 600;
}

.event-chat-page .container.video.chn-wrapper h3 i {
    float: left;
    padding-right: 5px;
    padding-top: 13px;
    font-size: 18px;
}
.event-chat-page .span12.webinar.presenter_box {
    float: left;background: #ffffff;
    width: 59%  !important; margin-right:1% !important;
}
.bottom-des {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 40%;
}

.top-main-web img {
    border-radius: 50px;
    max-height: 69px;
    max-width: 69px;
}
.top-main-web {
    float: left;
    width: 15%;
}
.event-chat-page .perticluar_description p { width:100%; text-align:left;}
.bottom-main-webinar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.bottom-main-webinar {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    width: 85%;
}
.main-bottom .row.inner {
    padding: 10px;
}

#scarcity-delayed {
    background: #fff; margin-bottom:10px;
}

.bottom-main-webinar p {
    text-align: left;
}

.bottom-main-webinar li {
    text-align: left;
}






.event-chat-page *{ box-sizing:border-box;}
.event-chat-page .chn-form {padding: 0; clear:both;}

.event-chat-page #send_question > span {
    display: table;
    line-height: 23px;
    margin: 0 auto;
}
.event-chat-page #send_question > span i {
    float: left;
    padding-right: 6px;
}
.event-chat-page .chn-form button { margin-top:10px; font-size:17px;}

.event-chat-page.custom-part-theme .chn-form .name-tb { width: 100%;margin:0;background: #f0f0f0; font-size:16px; box-shadow:none; border-radius:5px;  height: 45px; color: #8c989e; padding:0 10px;border: none;margin-bottom: 6px;    line-height: 45px;}

.event-chat-page.custom-part-theme .chn-form .btn.btn-large.btn-primary {
    background: #014d74 none repeat scroll 0 0;
    border: medium none;
    font-weight: 400 !important;
    height: 46px;
    width: 100%;
}

.attendee_tag0 {background: #e67e22;
    border-radius: 50%;
    color: #fff;float: left;
    height: 35px;
    padding: 8px 3px; text-align: center;
    width: 35px;
    margin-right: 12px;}
.attendee_tag1 {background: #27ae60;
    border-radius: 50%;
    color: #fff;float: left;text-align: center;
    height: 35px;
    padding: 8px 3px;
    width: 35px;
    margin-right: 12px;}
.attendee_tag2 {background: #8d6e63;text-align: center;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    padding: 8px 3px;float: left;
    width: 35px;
    margin-right: 12px;}
.attendee_tag3 {background: #63d6ff;
    border-radius: 50%;
    color: #fff;
    height: 35px;text-align: center;
    padding: 8px 3px;float: left;
    width: 35px;
    margin-right: 12px;}
.attendee_tag4 {background: #ea68b0;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    padding: 8px 3px;
    width: 35px;float: left;text-align: center;
    margin-right: 12px;}
.attendee_tag5 {background: #fbcd6d;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    padding: 8px 3px;text-align: center;
    width: 35px;float: left;
    margin-right: 12px;}
.attendee_tag6 {background: #cbadad;
    border-radius: 50%;
    color: #fff;text-align: center;
    height: 35px;
    padding: 8px 3px;float: left;
    width: 35px;
    margin-right: 12px;}
.attendee_tag7 {background: #ff6b6b;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    padding: 8px 3px;text-align: center;
    width: 35px;float: left;
    margin-right: 12px;}
.attendee_tag8 {background: #6e6eff;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    padding: 8px 3px;text-align: center;
    width: 35px;float: left;
    margin-right: 12px;}
.attendee_tag9 {background: #f76fff;
    border-radius: 50%;
    color: #fff;
    height: 35px;text-align: center;
    padding: 8px 3px;float: left;
    width: 35px;
    margin-right: 12px;}

.event-chat-page .countdown { display:table; margin: 15px auto 0;}

.name_tag0 {background: #e67e22;border-radius: 50%;
    color: #fff;
    height: 30px;
    padding: 5px 0px;
    width: 30px;
    margin-right: 0;text-align: center;
    position: absolute;
    font-size: 14px; }
.name_tag1 {background: #27ae60 ;border-radius: 50%;
    color: #fff;text-align: center;
    height: 30px;
     padding: 5px 0px;
    width: 30px;
    margin-right: 0;
    position: absolute;
    font-size: 14px; } /* Attendees css close */
.name_tag2 {background: #8d6e63;border-radius: 50%;
    color: #fff;
    height: 30px;
     padding: 5px 0px;
    width: 30px;text-align: center;
    margin-right: 0;
    position: absolute;
    font-size: 14px;}
.name_tag3 {background: #63d6ff;border-radius: 50%;
    color: #fff;
    height: 30px;
     padding: 5px 0px;
    width: 30px;
    margin-right: 0;text-align: center;
    position: absolute;
    font-size: 14px;}
.name_tag4 {background: #ea68b0;border-radius: 50%;
    color: #fff;
    height: 30px;
 padding: 5px 0px;text-align: center;
    width: 30px;
    margin-right: 0;
    position: absolute;
    font-size: 14px;}
.name_tag5 {background: #fbcd6d;border-radius: 50%;
    color: #fff;
    height: 30px;
     padding: 5px 0px;
    width: 30px;
    margin-right: 0;text-align: center;
    position: absolute;
    font-size: 14px;}
.name_tag6 {background: #cbadad;border-radius: 50%;
    color: #fff;
    height: 30px;
    padding: 5px 0px;
    width: 30px;text-align: center;
    margin-right: 0;
    position: absolute;
    font-size: 14px;}
.name_tag7 {border-radius: 50%;
    color: #fff;
    height: 30px;
    padding: 5px 0px;background: #ff6b6b;
    width: 30px;
    margin-right: 0;text-align: center;
    position: absolute;
    font-size: 14px;}
.name_tag8 {border-radius: 50%;
    color: #fff;
    height: 30px;
    padding: 5px 0px;background: #6e6eff;
    width: 30px;
    margin-right: 0;text-align: center;
    position: absolute;
    font-size: 14px;}
.name_tag9 {border-radius: 50%;
    color: #fff;
    height: 30px;
     padding: 5px 0px;background: #f76fff; text-align: center;
    width: 30px;
    margin-right: 0;
    position: absolute;
    font-size: 14px;}


.event-chat-page.custom-part-theme .chn-form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0; font-size:16px;
     color: #8c989e;
    padding: 10px; height:125px;
    width: 100%;background: #f0f0f0;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    resize: none;
}
.event-chat-page .menut_tab > li a { padding: 11px; cursor:pointer;}
.event-chat-page .menut_tab > li { width: 50%; position: relative;}

.event-chat-page.no-margin .main.stickyCls {
    padding-bottom: 0;
}

/*body, td, div, span, p {font-family: "Open Sans",sans-serif !important;}*/
/* span is removed as it was creating problem in line style font for user defined code in text editor */
body, td, div, p {font-family: "Open Sans",sans-serif !important;}

/*chat-box-css*/
.menut_tab {
    background: #fff none repeat scroll 0 0;
    max-width: 300px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.bottom-type-chat {
    position: relative;
}
.event-chat-page.custom-part-theme .main_outer {bottom: 0px; float:left; left: 0; margin: 0 auto; max-width: 300px; left:inherit; clear:both; position: relative; right: 0; width: 100%; height: 400px; background: #ffffff; overflow-y:hidden; }


/*.event-chat-page.custom-part-theme .chn-form input.textarea[type="text"] {*/
.event-chat-page.custom-part-theme .top_nav input.textarea[type="text"] {
    background: #ffffff none repeat scroll 0 0; border-radius:0; border: medium none; bottom: 0; box-sizing: -webkit-border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box; color: #666; font-weight: 400; height: 54px; left: 0; margin: 0 auto; max-width: 300px; outline: medium none; padding-left: 47px; padding-right: 45px; position: inherit; right: 0; width: 100%; z-index: 99; border-top: 1px solid #eef1f5;}
.event-chat-page .emojis {background-image: url("https://i.imgur.com/5WUpcPZ.png"); background-repeat: no-repeat; background-size: cover; bottom: 7px; cursor: pointer; display: block; height: 34px; left: 8px; position: absolute; width: 34px; z-index: 100; }
.event-chat-page  .emojis:active {opacity: 0.9; }
.event-chat-page  .chat li{list-style: none;color: #263238;}
.event-chat-page  .chat li p{font-size: 14px; margin-bottom: 10px; }
.event-chat-page  .chat li p i{margin-bottom: 10px;margin-right: 10px;}
.event-chat-page .chat {bottom: 0; height:350px; position: inherit; padding:20px 15px 5px; margin:0;overflow-y: auto;}
.event-chat-page .chat_outer .other .msg {background: #eef1f5 none repeat scroll 0 0; border-radius: 3px; float: left; margin-left: 34px; padding: 10px 15px 0px 15px; position: relative;} 
.chat_outer .self .msg {background: #5fcf80 ; border-radius: 3px; padding: 12px 10px; color:#ffffff; position: relative;padding: 10px 15px 0px 15px;float: right; text-align: left;}
.event-chat-page .chat_outer ul.chat li {margin-bottom: 5px; clear: both;}
.event-chat-page .chat_outer ul.chat li.other .name_time{float: left; margin-left: 34px;margin-top: 4px;}
.event-chat-page .messg_img {position: relative; }
.event-chat-page .chat_outer ul.chat li.other .chat_img {background: #8c6e64 ; left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 14px; height: 30px; padding: 7px; width: 30px; }
.event-chat-page .chat_outer ul.chat li.other .msg:before{content: ""; background: url(../img/new-sprite.png);width: 9px;height: 9px;background-repeat:no-repeat;position: absolute;left: -8px;top: -4px;background-position:-37px 0px;float: left;}
.event-chat-page .chat_outer ul.chat li.self .msg:before{content: ""; background: url(../img/new-sprite.png);width: 9px; background-repeat:no-repeat;height: 9px;position: absolute;right: -4px;top: -3px;background-position:  -1px -1px ;float: left;}
.event-chat-page .chat_outer ul.chat li .name_time {padding-bottom: 10px;}
.event-chat-page  li.self .name_time {text-align: right;}
.event-chat-page li.self .name_time span{float: right;position: relative;  padding-left: 6px;padding-top: 2px;}
.event-chat-page .other .name_time span{position: relative; padding-right: 14px;}
.event-chat-page .other .name_time span:after{content: "";background: url(../img/chat_sprit.png);width: 5px;height: 5px;position: absolute;right:0;top: 6px;background-position:-133px -34px;}
 .event-chat-page .name_time time {color: #888; font-size: 11px;font-weight: 500}
  .event-chat-page .name_time span{color:#6d6d6d; font-weight: 400;   font-size: 11px;}
  .event-chat-page  .other {float: left; }
  .event-chat-page  .self {float: right; }
.event-chat-page .chat_outer ul.chat li.other:nth-child(3) .messg_img .chat_img {background: #27ae61 ; }
.event-chat-page .chat_outer ul.chat li.other:nth-child(5) .messg_img .chat_img {background: #FBCD6F ; }
.event-chat-page .chat_outer ul.chat li.other:nth-child(7) .messg_img .chat_img {background: #62D6FF ; }
.event-chat-page.custom-part-theme .chn-form input[type="text"] {}

/* chat close*/
/* nav tab start */


.event-chat-page .menut_tab {
    box-shadow: 0 2px 3px #e5e5e5;
    float: left;
    margin: 0;
    position: relative;
    top: 0;
    display: flex;
    display: -webkit-flex;
}
.event-chat-page .menut_tab > li a span {
    display: flex;
    display: -webkit-flex;
    margin: 0;
    text-align: left;
}

.event-chat-page.custom-part-theme .chn-form form {
    margin: 0;
}
.event-chat-page .chat_nav_bg{background: url(../images/chat_sprit.png);float: left;width:17px;height: 18px;left: -2px; position: relative;}
.event-chat-page .chat_img{background-position: -41px -6px ;}
.event-chat-page .offer_img{background-position: -70px -5px ;}
.event-chat-page .attend_img{background-position: -154px -6px; }
.event-chat-page .menut_tab > li a:hover, .event-chat-page .menut_tab > li a.active {border-bottom: 3px solid #0f9d58; color: #fff; }
.event-chat-page .menut_tab > li a:hover .chat_img{background-position: -11px -6px ;}
.event-chat-page .menut_tab > li a:hover .offer_img{background-position:-97px -5px ;}
.event-chat-page .menut_tab > li a:hover .attend_img{background-position: -127px -6px ;}
.event-chat-page .menut_tab > li { float:left;list-style: outside none none; display: flex; display: -webkit-flex; flex: 1;}
.event-chat-page .menut_tab > li a {border-bottom: 3px solid transparent; color: #888; display: block; font-size: 13px; padding: 11px 14px; position: relative; text-decoration: none; width: 100%; }
.event-chat-page .menut_tab li i {float: left; font-size: 18px; padding-right: 4px; }
.event-chat-page .send {background: transparent none repeat scroll 0 0; border: medium none; bottom: 13px; position: absolute; right: 7px; z-index: 99; margin-top:0 !important; }
.event-chat-page .send i{color:#7d7d7d; }

/* Attendees css start */
.event-chat-page .attendees_outer{padding: 0;}
.event-chat-page .atten_text_outer {background: #ffffff;  float: left;width: 100%;}
.event-chat-page .heading {background: #ffffff ; padding: 8px 11px; float: left;width: 100%; border-bottom: 1px solid #e6e6e6;}
.event-chat-page .left_heading {float: left;  }
.event-chat-page .right_heading {float: right;  }

.event-chat-page .left_heading > p {
    color: #888;
    float: left;
    font-size: 14px;
    padding-right: 6px;
    padding-top: 0;
    margin: 0;
}
span#live_attendee {
    background: #4ca5a9;
    font-size: 11px;
    min-width: 14px;
    height: 14px;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    position: absolute;
    top: 13px;
    right: 14px;
    line-height: 14px;
    padding: 0 4px;
}
.event-chat-page #emojiMenuBtnWrapper { padding:0;}
.event-chat-page .left_heading > span { color: #474747; font-weight: 600; font-size:15px;}
.event-chat-page .right_heading > p {float: left; padding-right: 5px; color: #888;font-size: 14px; margin:0;}
.event-chat-page .right_heading > span { color: #474747; font-weight: 600; }
.event-chat-page .atten_text_outer ul {height: 398px; overflow-y: auto; clear:both; margin:0;}

.event-chat-page .chn-wrapper { max-width: 1490px; padding: 0 7px;width: 100%;}

.red_skin1 { background: #ff6b6b none repeat scroll 0 0;}
.red_skin2 {    background: #6e6eff none repeat scroll 0 0;}
.red_skin3 {
    background: #f76fff none repeat scroll 0 0;
}
.red_skin4 {
    background: #63d6ff none repeat scroll 0 0;
}
.red_skin5 {
    background: #27ae60 none repeat scroll 0 0;
}
.red_skin6 {
    background: #e67e22 none repeat scroll 0 0;
}
.red_skin7 {
    background: #e74c3c none repeat scroll 0 0;
}
.red_skin8 {
    background: #af64cc none repeat scroll 0 0;
}
.red_skin9 {
    background: #4f243e none repeat scroll 0 0;
}
.red_skin0 {
    background: #4ca5a9 none repeat scroll 0 0;
}
.event-chat-page .atten_text_outer ul li span {border-radius: 50%; color: #fff; float:left; font-size: 13px; height: 35px; margin-right: 10px;  vertical-align: middle; width: 35px;text-align:center; }

.event-chat-page .atten_text_outer ul li p {
    display: block;
    float: left;
    margin: 0;
    padding-top: 7px; text-align:left;
    vertical-align: middle;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.event-chat-page .bc-content {
    float: left;display: block; margin-top:0; position:relative; width:100%;
}

.event-chat-page .atten_text_outer ul li {border-bottom: 1px solid #eaeaea; color: #888; list-style: outside none none; padding:8px 10px 8px 14px; font-size: 
15px;float:left;width:100%;}

/*session start*/
.event-chat-page .logo_head {background: #015885 none repeat scroll 0 0; padding: 23px 23px 16px; margin-bottom: 10px} 
.event-chat-page .session_outer {padding: 8px; }
.event-chat-page .selec_sessiong{background: #fff none repeat scroll 0 0; box-shadow: 0 0px 3px rgba(0, 0, 0, 0.18);  padding: 29px 27px;}
.event-chat-page .selec_sessiong h5{font-size: 20px;margin-bottom:20px;color: #686464;font-weight: normal;}

.event-chat-page .session_outer .selec_ select { -moz-appearance: none;-webkit-appearance: none;-ms-appearance: none;  border: 1px solid #cdd1d3;  font-size: 14px;  height: 45px;  padding: 10px 0 10px 23px;  width: 100%;background: #fff url(../images/dropdown_img.png) no-repeat;background-position: 205px center;cursor: pointer;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}
.event-chat-page .session_outer .selec_  select option {padding: 5px 26px;}
/*session close*/

.event-chat-page #delayed_events_text p {
    color: #333333;
    font-size: 15px;
    line-height: 22px; 
    /*max-height: 120px;*/
    /* overflow-y: auto; */
    text-align: left;padding-bottom: 10px;
    clear: both;
    padding: 8px 0 16px;
}

.event-chat-page #delayed_events_text img.call_to_action, .event-chat-page #delayed_events_text .call_to_action img {
    margin:0 auto;
}

.event-chat-page .common-part .ce-digit.ce-seconds.digit span {
    text-align: center;
    width: auto;
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.event-chat-page .common-part::before  {
    background: #333 none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: -11px;
    top: 20px;
    width: 6px;
}
.event-chat-page .common-part::after {
    top: 8px; background: #333 none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: -11px;
    width: 6px;
}
.event-chat-page .ce-digit::after { content:none;}

.event-chat-page .countdown.delay_event_ctdn p {
    font-size: 17px !important;
}
.event-chat-page .event-chat-page #delayed_events_text p {
    clear: both;
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
.event-chat-page .event-chat-page #delayed_events_text .call_to_action img {
    width: 100%;
}


.event-chat-page .countdown.delay_event_ctdn {
    background: transparent none repeat scroll 0 0;
    color: #333;
    display: table;
    float: none;
    margin: 10px auto 10px;
    padding: 0;
    width: auto;
}

.event-chat-page .common-part:last-child:before, .event-chat-page .common-part:last-child:after {
    display: none;
}
.event-chat-page .common-part:first-child {
    margin-left: 0;
}
.event-chat-page .common-part {
    float: left; width:auto; margin-top:0;
    margin-left: 22px; position:relative;
}

.event-chat-page .common-part span {
    float: none;
    font-size: 41px;
    font-weight: 700;
    line-height: 31px;
    margin: 0 auto; 
    text-align: center;
}
.event-chat-page .common-hours {
    clear: both;
    color: #888888;
    font-size: 12px;
    line-height: 15px;
    padding-top: 6px; text-transform:uppercase;
}
.event-chat-page.custom-part-theme .chn-form #send_your_question .name-tb[type="text"] {
    width: 100% !important;
}
.event-chat-page .container.video.chn-wrapper .span12.invite { margin:0;}

.event-chat-page.custom-part-theme .chn-form input[type="text"]{
    background: #f0f0f0 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #8c989e;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin: 0 0 6px;
    padding: 0 10px;
    width: 100%;
}

.event-chat-page .chat_img1 {background: #8c6e64 ; left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 
30px;  padding: 6px 0;  width: 30px;text-align:center; }

.event-chat-page .chat_img2 {background: #27ae61 ;  left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 30px;  padding: 6px 0;  width: 
30px;text-align:center;}


.event-chat-page .chat_img5{background: #ff6b6b;left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 
30px;  padding: 6px 0;  width: 30px;text-align:center;}
.event-chat-page .chat_img6{background: #6e6eff;left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 
30px;  padding: 6px 0;  width: 30px;text-align:center;}
.event-chat-page .chat_img7{background: #f76fff;left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 
30px;  padding: 6px 0;  width: 30px;text-align:center;}
.event-chat-page .chat_img8{background: #63d6ff;left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 
30px;  padding: 6px 0;  width: 30px;text-align:center;}
.event-chat-page .chat_img9{background: #27ae60;left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 
30px;  padding: 6px 0;  width: 30px;text-align:center;}
.event-chat-page .chat_img0{background: #e67e22;left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 
30px;  padding: 6px 0;  width: 30px;text-align:center;}
.event-chat-page .msg img {
    float: right;
    width: 46px;
    position: relative;
    top: -6px;
    left: 0;
}





.event-chat-page .chat_img3 {background: #FBCD6F ;  left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 30px;  padding: 6px 0; width: 
30px;text-align:center;}
.event-chat-page .chat_img4 {background: #62D6FF ;  left: 0; border-radius: 50%; color: #fff; position: absolute; font-size: 13px; height: 30px; padding: 6px 0; width: 
30px;text-align:center;}
.heading_attendee {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    float: left;
    padding: 10px 11px;
    width: 100%;
}
.event-chat-page .left_heading {
    float: left;
}
span#total_attendee {
    background: #888 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 23px;
    min-width: 25px;
    padding: 2px;
    text-align: center;
}

.custom-part-theme .main-outer {
    padding-bottom: 0;
}
.event-chat-page .ce-digit { text-align:center;}
.web-innfixed .delay_event_ctdn  span.ce-days-digit, .web-innfixed .delay_event_ctdn   span.ce-hours-digit, .web-innfixed .delay_event_ctdn span.ce-minutes-digit, .web-innfixed span.ce-minutes-digit, .web-innfixed .delay_event_ctdn span.ce-seconds-digit { line-height:28px;}

.event-chat-page.orange-coundowan_body .footer {
    position: static !important;
}
.event-chat-page.orange-coundowan_body .for-footer-paart {
    padding: 0 !important;
}
.custom-part-theme {
    display: block !important;
}

.event-chat-page.orange-coundowan_body .container.video.chn-wrapper {
    padding-bottom: 0;
}
.custom-part-theme.coundown-main-area .main-part-content {
    /*padding-bottom: 56px;*/
}
.custom-part-theme.orange-coundowan_body.coundown-main-area .main-part-content { padding:0;}
 .event-chat-page.custom-part-theme.orange-coundowan_body .main-outer { padding:0; position:relative; overflow-y:auto;}
 .event-chat-page .container.video.chn-wrapper .span12.webinar.presenter_box {
  margin: 0;
}

@media only screen and (max-width:1350px) {
	.event-chat-page .span12.webinar.presenter_box {width: 100% !important; margin-right:0 !important;}
	.bottom-des { width:100%;}
	.chn-description { width:100%; margin-right:0;}
	.presenter-part-main { width: 100%;}
	}
@media only screen and (max-width:767px) {
	.event-chat-page .chn-bc-left { padding-right:0;}
	.event-chat-page .chn-bc-right {
    display: table;
    margin: 20px auto 0;
    position: static;
    float: none;
}
.event-chat-page.custom-part-theme .chn-form .name-tb { width:100% !important; }
.event-chat-page .main_outer { margin-top:10px;}
.event-chat-page .chn-description-rt { margin-bottom:0;}
.event-chat-page .chn-form {
    margin: o;
}
.event-chat-page .span12.webinar.presenter_box {width: 100% !important; margin-right:0 !important;}
	.bottom-des { width:100%;}
	}


.custom-btn { text-align: center; background:#db4437; height:auto; border-radius:5px; border-bottom:none;padding: 0 18px; min-width: 220px; font-size: 22px; border-top:none; border-left:none; border-right:none; color:#ffffff; line-height: 29px; }

.custom-btn span {
    text-align: center;
    display: block;
    text-transform : none;
    width:100% !important;
}

.event-chat-page form#send_your_question {
    padding: 10px;
    float: left;
    width: 100%;
}
.event-chat-page .top_nav {
    background: #ffffff;
    float: left;
    width: 100%;
}
.cutom_cc_countdown .thank-details {
    width: 100%;
    border: 1px solid rgba(200, 200, 200, 0.5);
    float: left;
    background: #f3f3f3;
}



.cutom_cc_countdown .venue-details {
    background: #e7e7e7;float: left;
    width: 100%;
}
.cutom_cc_countdown .venue-details-inner {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #e7e7e7;
  display: table;
  height: 100%;
  margin: 0 auto;
  max-width: 400px;
  padding: 20px 5%;
}

.cutom_cc_countdown .right-pre p {
    margin: 5px 0;
    padding-top: 0;
}
.cutom_cc_countdown h4.presenter-info {
  margin: 0;
}
.cutom_cc_countdown .webinar-title-right {
    font-size: 13px;
    font-weight: 600;
    display: block; padding-bottom:6px;
    float: left; 
    width: 100%;
    text-align: left;
}

.cutom_cc_countdown {
    display: table;
    margin: 0 auto 20px;
}
.cutom_cc_countdown .info-row {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #2c2c2c;
    margin: 5px 0;
    word-wrap: break-word;
    border-bottom: 1px solid #F5F1F5;
    padding: 0px 0 10px;
}
.cutom_cc_countdown .left-ico {
    float: left;
    width: 40px;
    margin-right: 6px;
}
.cutom_cc_countdown .info-row .left-ico img {
    width: 28px;
    text-align: center;
    margin: 4px auto;
    display: table;
    float: none;
}
.cutom_cc_countdown .info-row span {
    float: left;
    color: #2c2c2c;
    width: 81%;
    text-align: left;
}
.cutom_cc_countdown .info-row {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #2c2c2c;
    margin: 5px 0;
    word-wrap: break-word;
    border-bottom: 1px solid #F5F1F5;
    padding: 0px 0 10px;
}
.cutom_cc_countdown .info-row span {
    float: left;
    color: #2c2c2c;
    width: 81%;
    text-align: left;
    line-height: 1.3;
}
.cutom_cc_countdown .main-pre {
    width: 100%;
    float: left;
    padding: 12px 0;
    border-top: 1px solid #f7f7f7;
}
.cutom_cc_countdown .left-pre {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
}
.cutom_cc_countdown .left-pre img {
    width: 40px;
    height: auto;
    border-radius: 50px;
}
.cutom_cc_countdown .right-pre {
    float: left;
    padding-left: 8px;
    width: 81%;
    text-align: left;
}
.cutom_cc_countdown .right-pre p {
    padding-top: 1px;
    line-height: 1.3;
}
h4 {
    line-height: 1.3;
}
.person_details p, .person_details span, .second div.content p, .second div.content span, .second div.content h1, .second div.content h2, .second div.content h3, .second div.content h4, .second div.content h5 {
    line-height: 1.3;
}

.span4.margin0.right-section.registration-part-mainn {
    float: right;
}
.perticluar_description span, .perticluar_description p, .perticluar_description h1, .perticluar_description h2, .perticluar_description h3, .perticluar_description h4, .perticluar_description h5, .perticluar_description h6, .bottom-description span, .bottom-description p, .bottom-description h1, .bottom-description h2, .bottom-description h3, .bottom-description h4, .bottom-description h5, .bottom-description h6 {
    line-height: 1.3;
}

@media only screen and (max-width:767px) {
    
    .span4.margin0.right-section.registration-part-mainn {
    float: none;
    margin-bottom: 10px;
}
.registration_btn.clearfix {
    display: none;
}
.footer .container strong {
    display:block;
}
    
}




.registration-custom .calender_setting {
    min-height: inherit;
    padding: 0;
}
.registration-custom .left-part-calender {
    float: left;
}
.registration-custom .right-part-calender {
    float: left;
    padding-left: 2px;
    padding-top: 3px;width:75%;
}
.registration-custom .fieldname {
    clear: both;
    padding-top: 12px;
}
.registration-custom  #user_info input, .registration-custom  #user_info textarea {
    box-sizing: border-box;
    color: #939393;
    height: 40px;
    width: 100%;
}
#ewp_submit.btn-primary {
    background-color: #014d74;
    font-size: 23px;
    font-weight: bold;
    height: 56px;
    width: 100%;
}
.inner_form.registration-custom  { padding: 2px 0;}
.event-chat-page .container.video.chn-wrapper .presenter_box .row.inner {
    padding: 10px;
}
.leftpanel.for-chat-pannel-part {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    position: static;
    z-index: inherit;
}
.registration-part-mainn .right_section.color { float:left; width:100%; box-sizing:border-box; }
.video-bg-custom { background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 4px #bcbcbc;
    padding: 11px;
    position: relative;
    z-index: 101;}
	.for-footer-paart {
  display: none;
  float: left;
  padding-top: 65px;
  width: 100%;
}
@media only screen and (max-width:1023px) {
	
.for-chat-pannel-part .chn-bc-right {
    margin: 10px auto 0 !important;
    display: table;
}
	
}


#reg-form-main select {
    border: none;
    width: 100%;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
}
#reg-form-main select#webinar_dates {
    padding: 0 0 0 10px;
}
.perticluar_description ul li {
    /*float: left; commented as was creatng problem with the ol in event description*/
    clear: both;
}

video::-webkit-media-controls-fullscreen-button {
	margin-right: -48px;
	z-index: 10;
	position: relative;
	background: #fafafa;
	background-image: url(https://image.flaticon.com/icons/svg/151/151926.svg);
	background-size: 35%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.ewp_social_share_widget{
	margin-top: 12px;  
}
.ewp_social_share_widget .ewp_share_btn{
	margin-left:10px;
}

#send_question{min-height: 50px;}

/**** ew loader START ****/
.ew_loader {
  position: absolute;
  width: 16px;
  height: 16px;
  animation: wait 0.8s steps(1, start) infinite;
  background: linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #fff 8px), linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #ececf5 8px), linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #fff 8px), linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 10px, #fff 10px), linear-gradient(90deg, #fff 1px, #d0d5e8 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 15px, #fff 15px), linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 15px, #fff 15px), linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px);
  background-repeat: no-repeat;
  background-size: 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 11px, 4px 11px, 4px 16px, 4px 16px, 4px 16px, 4px 16px;
  background-position: -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 2px, -4px 2px, -4px 0, -4px 0, -4px 0, -4px 0;
}

@keyframes wait {
  12.5% {
    background-position: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0;
  }

  25% {
    background-position: -4px, 6 -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px;
  }

  37.5% {
    background-position: -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px;
  }

  50% {
    background-position: -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px;
  }

  62.5% {
    background-position: -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px;
  }

  75% {
    background-position: 0, 0, 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px;
  }

  87.5% {
    background-position: 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px;
  }

  100% {
    background-position: 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px;
  }
}
.ew_custom_loader {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: #159c49;
  display: flex; 
}
/**** ew loader END ****/

.bottom-main-webinar .bottom-description ul {
    margin: 0 0 10px 25px;
    list-style: inherit;
}

.video-loading-play {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 10015;
    text-align: center;
}
.video-loading-play .play-rotate-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-loading-play .play-rotate-icon span.play-rotate {
    display: inline-block;
    animation: spin .5s linear infinite;
    border: 8px solid #fff;
    border-radius: 50%;
}
.video-loading-play .play-rotate-icon img {
    position: relative;
    width: 115px;
    height: 115px;
}
.lds-dual-ring {
    width: 115px;
    height: 115px;
    position: relative;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 95px;
  height: 95px;
  margin: 0;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #fff #fff #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-loading-play .play-rotate-icon p {
    margin: 25px 0 0 0;
    color: #fff;
    font-size: 16px;
}
.video-loading-play .play-rotate-icon p span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: normal;
}

.video-section p.unmute-video img,
.video_section p.unmute-video img {
    cursor: pointer;
    display: inherit;
    height: 24px;
    margin: 0px;
    position: relative;
    top: 0;
    width: 24px;
    z-index: 10013;
    float: left;
    line-height: inherit;
    border-radius: 50%;
    padding: 8px 7px 6px 7px;
    box-sizing: content-box;
}

.video-section p.unmute-video, .video_section p.unmute-video {
    color: #fff;
    cursor: pointer;
    font-size: .8em;
    font-weight: 500;
    padding: 1px 16px 1px 8px;
    position: absolute;
    width: auto;
    margin: 0;
    z-index: 10013;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.video-section p.unmute-video:hover, .video_section p.unmute-video:hover {
	background: rgba(0, 0, 0, 1); 
}
.unmute-notification {
    font-size: 14px;
    line-height: 22px;
    right: 0;
    height: auto;
    width: 201px;
    display: block;
    float: right;
    background: #3e9fd8;
    border-radius: 5px;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    top: 60px;
    position: absolute;
    font-family: arial;
}
.unmute-notification::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3e9fd8;
    position: absolute;
    right: 23px;
    top: -10px;
}

@media (max-width: 768px){
    .video-loading-play .play-rotate-icon img {
    width: 50px;
    height: 50px;
}
.lds-dual-ring {
    width: 50px;
    height: 50px;
}
.lds-dual-ring:after {
    width: 40px;
    height: 40px;
    border-width: 5px;
    border-color: #fff #fff #fff transparent;
}
    .video_section p.unmute-video {
        border-radius: 50px;
        cursor: pointer;
        font-family: arial;
        font-size: 10px;
        font-weight: 500;
        line-height: 28px;
        margin: 0;
        padding: 0px 7px;
        position: absolute;
        /*right: 0;*/
       /* top: auto; */
        z-index: 10013;
        height: auto;
    }
  .video_section p.unmute-video img {
        cursor: pointer;
        display: inline-block;
        height: auto;
        left: 0;
        margin: 0 0px 0 0;
        position: relative;
       /* top: 0;*/
        width: 14px;
        z-index: 10013;
    }
}

.standard-container {
	display: flex;
    flex-direction: column;
    height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}
.standard-container .container_wrap.container-fixed, 
.standard-container .container_wrap, 
.standard-container .video.chn-wrapper {
	flex: 1 0 auto;
	min-height: inherit !important;
}
.standard-container .footer.footer-fixed {
	flex-shrink: 0;
	position: relative;
	overflow: auto;
}
.question_box_wrap{
    display:none;
}
.bc-content.video-center-aligned .chn-bc-left {
	padding-right: 0;
	margin: 0 auto;
	float: none;
}

.event-chat-page .container.video.chn-wrapper .span12.webinar.presenter_box.full-width,
.event-chat-page .container.video.chn-wrapper .bottom-des.full-width {
	width: 100% !important;
	margin: 0;
}
.event-chat-page .container.video.chn-wrapper .bottom-des.full-width .top-main-web {
    width: auto;
}    
.countdown_description .control-label label {
	display: inline-block;
}
.countdown-video-info-container .countdown_video_image_section {
    margin: 0 auto 15px;
    max-width: 900px;
}
.countdown-video-info-container .countdown_video_image_section .video-section {
	position: relative;
	padding: 0 10px;
}
.countdown-video-info-container .countdown_description {
    margin: 20px auto 20px;
    max-width: 900px;
    padding: 0 10px;
}
li.no-attendee-message {
    text-align: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    margin: 18px 0 45px 0;
}
li.no-attendee-message svg {
    margin: 10px 0 15px 0;
}
li.no-attendee-message p {
    width: 100%;
    display: block;
    clear: both;
    float: left;
    font-size: 18px !important;
    margin: 0 0 10px 0;
}
#reg-form-main .ewp-custom-select {
    border: 1px solid #cccccc;
    height: 40px;
    color: #939393;
    margin: 0 0 10px 0;
}
#reg-form-main .box.ewp-custom-select {
	height: 37px;
	border-radius: 4px;
}
#reg-form-main .box.ewp-custom-select select {
	height: 37px;
}

@media (max-width: 768px) {
	.unmute-notification::before {
		right: 10px;
	}
	.unmute-notification {
		right: 10px;
	}
	.container.container_wrap {
		width: 100%;
    }
    .video-section iframe{
        width:100%;
    }
     .video-loading-play .play-rotate-icon img {
            width: 50px;
            height: 50px;
        }
        .lds-dual-ring {
            width: 50px;
            height: 50px;
        }
        .lds-dual-ring:after {
            width: 40px;
            height: 40px;
            border-width: 5px;
            border-color: #fff #fff #fff transparent;
        }
        .bottom-main-webinar {
        padding-left: 32px;
    }
}
#top_nav #tabs{
    display:none;
}
#ewp_widget_hash input.error, #ewp_widget_hash select.error{
    border: 1px solid #c02b21 !important;
}
/* video progress loader */
.video-progress-loader {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #000;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
}
.pause-video-overlay {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #000;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 2147483647;
    width: 100%;
    display: none;
}
.video-overlay-show {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}
.video-progress-loader .spin-loader {
    content: "";
    border: 3px solid #5a5a5a;
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 0 15px 0;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pause-video-overlay i {
    font-size: 50px;
    color: #fff;
    margin: 0 0 10px 0;
}
.pause-video-overlay p,
.video-progress-loader p {
    color: #fff;
    font-size: 18px;
}
.disable-vimeo-share {
    position: absolute;
    content: "";
    width: 5.3em;
    height: 8.6em;
    /*z-index: 2147483647;*/
    z-index: 2147483;
    background: none;
    top: 0;
    right: 0;
}
.disable-vimeo-controls {
    position: absolute;
    content: "";
    width: 100%;
    height: 4.5em;
    z-index: 2147483;
    background: none;
    bottom: 0;
    left: 0;
}
.intl-tel-input {
    width: 100%;
    margin: 0 0 10px 0;
}