<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
  box-sizing: border-box;
  display: table;
  font-family: "Open Sans",sans-serif;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
  top:0 !important;
}

* {
	outline: none;
}

.container {
	margin-bottom: 65px;
}

.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';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';
	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: 26px;
	text-decoration: none;
	color: #fff;width:81%;
	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;
}

.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 10px;
}

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

.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, .outlookcal_icon a {
	text-decoration: none;
}

/* Outlook cal */
.outlookcal_icon {
	background: url("../img/outlook-icon-new.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	float: left;
	height: 81px;
	margin-top: 0px;
	padding-right: 28px;
	width: 67px;
}

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

.outlookcal_icon h5 {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
}
.outlookcal_icon_txt {
	color: #444;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    padding-top: 16px;
} 
/* Outlook cal end */


.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;
	margin: 12px 0 0 6px;
}

.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: center;
}
#delayed_events p{
	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;z-index:999;
	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: 61px;
    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;
}

.main-outer {
    width: 100%;
}
.web-innfixed footer { position: fixed;}
.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%;
}

.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 &gt; div {
    margin: 0 0 15px !important;
    padding: 0 0 10px !important;
	border-bottom: 1px solid #ececec;
}
#delayed_events_text &gt; div:last-child {
    margin: 0 !important;
    padding: 0 !important;
	border-bottom: medium none;
}

.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;}
.event-chat-page .container.video.chn-wrapper { padding-bottom:0;}
footer { position:fixed;}
	}
#loader2 {position: absolute; top:17px; right: 30px; }
#send_your_question #loader2 {position:relative ;top:0px; right: -5px; }












/*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;}




@media only screen and (max-width:1479px) {
	
	.event-chat-page .chn-wrapper {width: 1350px;}
	.event-chat-page .chn-bc-left { width:1035px;}
	.event-chat-page .container.video.chn-wrapper {width: 1350px;}
	}
@media only screen and (max-width:1350px) {
	
	.chn-description { width:100%; margin-right:0;}
	.presenter-part-main { width: 100%;}
	.event-chat-page .chn-wrapper {width: 1262px;}
	.event-chat-page .container.video.chn-wrapper {width: 1262px;}
	.event-chat-page .chn-bc-left { width:947px;}
	}
	@media only screen and (max-width:1279px) {
	.event-chat-page .chn-wrapper {width: 1100px;}
	.event-chat-page .container.video.chn-wrapper {width: 1100px;}
	.event-chat-page .chn-bc-left { width:785px;}
	}
@media only screen and (max-width:1099px) {
	.event-chat-page .chn-wrapper {width: 1024px;}
	.event-chat-page .container.video.chn-wrapper {width: 1024px;}
	.event-chat-page .chn-bc-left { width:709px;}
	}

@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%;}
	.event-chat-page .container.video.chn-wrapper .span12.webinar.presenter_box { margin-bottom:10px;}
	}
@media only screen and (max-width:1199px) {
	
.calender_setting.onetime_event_cal td {
    clear: both;
    display: block;
}
.calender_setting.onetime_event_cal {
    text-align: center;
    width: 100%;
}
.calender_setting.onetime_event_cal .calender_wrapper {
    margin: 0 auto;
}
	
.registration-custom .left-part-calender {
    float: none;
}
    .registration-custom .right-part-calender { width: 100%;}
.registration-custom .right-part-calender {float: none;}	
}
@media only screen and (max-width:979px) {

.regiter-sec-main .span4.margin0.right-section.registration-part-mainn {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}

.regiter-sec-main .span8.left-panel-section {
    margin: 10px 0 0;
    padding: 0;
    width: 100%; clear:both;
}

.registration-custom .left-part-calender {
    float: left;
}

.registration-custom .right-part-calender {
    float: left;
}
.registration-custom  .calender_setting.onetime_event_cal {
    display: table;
    margin: 0 auto;
    width: auto;
}	
	
}	
@media only screen and (max-width:1023px) {
	.event-chat-page .chn-bc-right { clear:both;}
.event-chat-page .chn-wrapper { width:100%;}
.event-chat-page .container.video.chn-wrapper {width:100%;}
.event-chat-page .chn-bc-left { margin-bottom:10px;}
.event-chat-page .chn-bc-left {
    width: 100%;
    padding: 0;
}
.event-chat-page input.textarea { max-width: 400px;}
.event-chat-page.custom-part-theme .main_outer { margin-bottom:10px; max-width:100%;}
.event-chat-page .chn-bc-right {
    float: none;
    margin: 0 auto;
}
.event-chat-page .menut_tab { max-width:100%;}
.event-chat-page .chn-bc-right { max-width:400px; width:100%;}
.event-chat-page .main_outer { max-width:100%;}
    .registration-custom .right-part-calender { width: auto;}
}	
@media only screen and (max-width:767px) {
	.event-chat-page .chn-bc-left { padding-right:0;}
	.event-chat-page .chn-bc-right {
    display: inline-block;
    margin: 10px 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: 0;
}
.event-chat-page .span12.webinar.presenter_box {width: 100% !important; margin-right:0 !important;}
	.bottom-des { width:100%;}
        footer {
    position: static;
}
	}
	@media only screen and (max-width:479px) {
    .registration_btn a {width: 74%;font-size: 18px;}
    .registration-custom .right-part-calender {
        width: 72%;
		}
		
	}
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;
}


.btn_ew_loader {
  width: 16px;
  height: 16px;
  margin:0 auto;
  top: -36px;
z-index: 100;
position: relative;
  animation: wait .80s steps(1, start) infinite;
  background: linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #fff 8px),   /* 6  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #ececf5 8px),   /* 5  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 8px, #fff 8px),   /* 4  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 10px, #fff 10px), /* 3  */
  linear-gradient(90deg, #fff 1px, #d0d5e8 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 15px, #fff 15px), /* 2  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px), linear-gradient(0deg, #fff 1px, transparent 0, transparent 15px, #fff 15px), /* 1  */
  linear-gradient(90deg, #fff 1px, #fff 0, #fff 3px, #fff 3px);
  background-repeat: no-repeat;
  background-size: 4px 9px,   /* 6 */
  4px 9px, 4px 9px,   /* 5 */
  4px 9px, 4px 9px,   /* 4 */
  4px 9px, 4px 11px,  /* 3 */
  4px 11px, 4px 16px,  /* 2 */
  4px 16px, 4px 16px,  /* 1 */
  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,  /* 6 */
    -4px, -4px,  /* 5 */
    -4px, -4px,  /* 4 */
    -4px, -4px,  /* 3 */
    -4px, -4px,  /* 2 */
    -4px, 0,  /* 1 */
    0;
  }

  25% {
    background-position: -4px,  /* 6 */
    -4px, -4px,  /* 5 */
    -4px, -4px,  /* 4 */
    -4px, -4px,  /* 3 */
    -4px, 0,  /* 2 */
    0, 6px,  /* 1 */
    6px;
  }

  37.5% {
    background-position: -4px,  /* 6 */
    -4px, -4px,  /* 5 */
    -4px, -4px,  /* 4 */
    -4px, 0,  /* 3 */
    0, 6px,  /* 2 */
    6px, 12px,  /* 1 */
    12px;
  }

  50% {
    background-position: -4px,  /* 6 */
    -4px, -4px,  /* 5 */
    -4px, 0,  /* 4 */
    0, 6px,  /* 3 */
    6px, 12px,  /* 2 */
    12px, -4px,  /* 1 */
    -4px;
  }

  62.5% {
    background-position: -4px,  /* 6 */
    -4px, 0,  /* 5 */
    0, 6px,  /* 4 */
    6px, 12px,  /* 3 */
    12px, -4px,  /* 2 */
    -4px, -4px,  /* 1 */
    -4px;
  }

  75% {
    background-position: 0,  /* 6 */
    0, 6px,  /* 5 */
    6px, 12px,  /* 4 */
    12px, -4px,  /* 3 */
    -4px, -4px,  /* 2 */
    -4px, -4px,  /* 1 */
    -4px;
  }

  87.5% {
    background-position: 6px,  /* 6 */
    6px, 12px,  /* 5 */
    12px, -4px,  /* 4 */
    -4px, -4px,  /* 3 */
    -4px, -4px,  /* 2 */
    -4px, -4px,  /* 1 */
    -4px;
  }

  100% {
    background-position: 12px,  /* 6 */
    12px, -4px,  /* 5 */
    -4px, -4px,  /* 4 */
    -4px, -4px,  /* 3 */
    -4px, -4px,  /* 2 */
    -4px, -4px,  /* 1 */
    -4px;
  }

}

</pre></body></html>