@font-face {
    font-family: 'OpenSansExtraBold';
    /*src: url('../fonts/OpenSansExtraBold.eot');
    src: url('../fonts/OpenSansExtraBold.eot') format('embedded-opentype'),*/
    src: url('../fonts/OpenSansExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSansExtraBold.woff') format('woff'),
         url('../fonts/OpenSansExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSansExtraBold.svg#OpenSansExtraBold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    /*src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),*/
    src: url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),

         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'OpenSansRegular';
    /*src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),*/
    src: url('../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    /*src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'),*/
    src: url('../fonts/OpenSansBold.woff2') format('woff2'),
         url('../fonts/OpenSansBold.woff') format('woff'),
         url('../fonts/OpenSansBold.ttf') format('truetype'),
         url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}

@font-face { font-family: 'Proxima Nova Semibold'; src: url(//vepcss.b8cdn.com/fonts/ProximaNova-Semibold.otf)}
@font-face { font-family: 'Proxima Nova'; src: url(//vepcss.b8cdn.com/fonts/ProximaNova-Regular.otf)}
@font-face { font-family: 'Proxima Nova Light'; src: url(//vepcss.b8cdn.com/fonts/ProximaNova-Light.otf)}
@font-face { font-family: 'Proxima Nova Bold'; src: url(//vepcss.b8cdn.com/fonts/ProximaNova-Bold.otf)}



@font-face {
	font-family: "Avenir";
	src: url("../fonts/Avenir-Regular.woff2") format("woff2"), url("../fonts/Avenir-Regular.woff") format("woff"), url("../fonts/Avenir-Regular.svg#Avenir-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirLTPro-Medium.woff2") format("woff2"), url("../fonts/AvenirLTPro-Medium.woff") format("woff"), url("../fonts/AvenirLTPro-Medium.svg#AvenirLTPro-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirLTPro-Heavy.woff2") format("woff2"), url("../fonts/AvenirLTPro-Heavy.woff") format("woff"), url("../fonts/AvenirLTPro-Heavy.svg#AvenirLTPro-Heavy") format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirLTPro-Black.woff2") format("woff2"), url("../fonts/AvenirLTPro-Black.woff") format("woff"), url("../fonts/AvenirLTPro-Black.svg#AvenirLTPro-Black") format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html{
	position:relative;
	min-height:100%;
	overflow-x:hidden;
}

/* autocomplete*/
.twitter-typeahead{width: 100%}
.tt-menu{
    text-align: left;
}
.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {

}

.edit-profile-box-login{
    padding-top: 20px;
}

.edit-profile-box-login a.btn-primary{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

/**/

body{
-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
img:not(.no-fix-width){
	max-width: 100%;
}
.container{
	max-width:1170px;
	margin:auto;
}
/**, *:hover {
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}*/

#clockdiv{font-family: 'Proxima Nova Bold',sans-serif;color: #333;display: inline-block;font-weight: 100;text-align: center;font-size: 40px}
#clockdiv > div {padding: 10px;border-radius: 3px;background: #fffffa;display: inline-block; margin-right: 14px}
#clockdiv > div:last-child {margin-right: 0}
#clockdiv div > span{padding: 7px 10px 0;border-radius: 3px;background: none;display: block; line-height: 1em;min-width: 78px}
#clockdiv .smalltext{padding-bottom: 3px;font-size: 16px}

/*.main_top_area{
	width:100%;
	background-size: 100% 100%;
	border-bottom:solid 5px #b8b8b8;
	background-image: url(../images/new/Corniche-Skyline-Abu-Dhabi-UAE.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
*/

.navbar-default {
  background-color: transparent;
  border-color:transparent;
}

.navbar-default .navbar-nav > li > a {
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  text-decoration:underline;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color:transparent;
	color: #FFF;
	text-decoration:underline;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.padding{
	padding-top:25px;
}
/*.popup{
	width:80%;
	height:auto;
	background: rgba(0, 0, 0, .7);
	margin:30px auto;
	padding:15px 30px 35px;
}
.popup h1{
	font-size:35px;
	color:#FFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}*/
.popup h1{
  font-size:35px;
  color:#FFF;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform:uppercase;
}
/*.popup h2{
	font-size:26px;
	color:#DC2225;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
}
.popup h3{
	font-size:22px;
	color:#FFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}*/
.participating{
	padding:30px 0px 30px 0px;
}
.participating img{
	text-align:center;
	margin:20px 0;
	border:solid 1px;
	border-color:transparent;
	padding:10px;
	height:56px;
}
.participating img:hover{
	border:solid 1px #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
}

h1{
	font-size:48px;
	/*color:#2d2c2c;*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
/*
h2{
	font-size:30px;
	color:#2d2c2c;
	text-align:center;
	font-family: 'OpenSansLight';
}*/
.green{
	color:#DC2225;
}
.gray{
	color:#666;
}
.blue{
	color:#005faf;
}
.sub_title{
	 font-family: 'OpenSansBold';
	 font-size:18px;
	 color:#FFF;
	 padding-left:15px;
	 font-weight:normal;
}
.space{
	margin-right:10px;
}
.sep
{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding-top: 13px;
}


.video_section{
	width:100%;
	background:#f0f0f0;
	border-bottom:solid 5px #bababa;
	padding:30px 0px 30px 0px;
}
.video_bg{
	background:url(../images/new/lapotop.png) no-repeat center;
	background-size:100%;
	height:376px;
}
.video_section h1{
	font-size:36px;
	color:#2d2c2c;
	 font-family: 'OpenSansLight';
	 text-transform:uppercase;
	 padding:0px;
	 margin:0px;
}
.video_section h2{
	font-size:18px;
	color:#306a8f;
	 font-family: 'OpenSansLight';
	 text-align:left;
}
.video_section p{
	color:#554e4e;
	font-family: 'OpenSansRegular';
	font-size:12px;
	line-height:20px;
}

.video_section .btn{
	border:solid 2px #585656;
	border-radius:0px;
	padding:15px 40px 15px 40px;
}
.video_section .btn:hover {
	opacity:0.8;
}
.social{
	width:100%;
	background:#141414;
	padding:30px 0px 30px 0px;
	color:#FFF;
	text-align:center;
}
.social h1{
	font-size:48px;
	color:#FFF;
	text-align:center;
	 font-family: 'OpenSansExtraBold';
	 text-transform:uppercase;
}
.social h2{
	font-size:22px;
	color:#FFF;
	 font-family: 'OpenSansLight';
}
.faq{
}

.faq h1{
	font-size:36px;
	color:#000;
	font-family: 'OpenSansLight';
}
.faq p{
	color:#554e4e;
	font-family: 'OpenSansRegular';
	font-size:12px;
	line-height:20px;
	text-align:center;
}
.line{
	background:url(../images/new/line.png) no-repeat center;
	width:100%;
	height:5px;
	margin:20px 0px 20px 0px;
}
footer{
	color:#FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DC2225;
	background-color: #CCC;
}

footer .navbar-default {
	background-color: transparent;
	border-color:transparent;
	float: left;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	
}

footer .navbar-default .navbar-nav > li > a {
	color:#666;
	font-size:12px;
	font-weight:normal;
	float: right;
}
footer .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  text-decoration:underline;
}

footer .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color:transparent;
	color: #DC2225;
	text-decoration:underline;
}
.foot_bootom{
	color:#666;
	font-size:12px;
	font-family: OpenSansLight;
	padding:10px 0px 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}
.foot_bootom .social_icon{
	float:right;
	clear:both;
}
.foot_bootom img{
	margin-right:10px;
}
button.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	font-family: 'OpenSansBold';
}
.two-btns {
	text-align:center;
	margin:16px 0 46px;
	
}
.two-btns button.btn {
	padding:20px 48px;
}
.green-btn {
	color:#FFFFFF;
	background-color: #DC2225;
}
.green-btn:hover {
	background:#00e356;
	color:#FFFFFF;
}
.white-btn {
	background:#FFFFFF;
	color:#565555;
}
.white-btn:hover {
	opacity:0.8;
}
.cus-accordian .panel-heading {
	background:url(../images/new/close.png) no-repeat #f8f2f2 right center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'OpenSansBold';
}
.cus-accordian .panel-heading.headin {
	background:url(../images/new/open.png) no-repeat right center;
}
.cus-accordian .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cus-accordian .panel-body {
	  font-family: 'OpenSansRegular';
	  font-size:12px;
 }
.cus-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
	width:94%;
	margin:0 auto;
	border-top:dotted #ababab 2px;
	padding-left:0;
	padding-right:0;
	line-height:20px;
	color:#554e4e;
}
.socialmedia li {
	display:inline-block;
}
.socialmedia li a {
	-webkit-border-radius:999em;
	-moz-border-radius:999em;
	border-radius:999em;
	border:#FFFFFF solid 2px;
	width:60px;
	height:60px;
	display:block;
	text-align:center;
	line-height:60px;
	padding:13px 0;
}
.logos {
	text-align:center;
}
.logos .col-lg-1 {
	min-height:96px;
}
#countdownWrapper {
	background: #222;
	padding: 40px 0 45px;
	text-align: center;
}

#time {
	color: white;
	text-align: center;
	padding-top: 23px;
}

#time p {
	min-width: 85px;
	height: 85px;
	font-size: 35px;
	line-height: 80px;
	font-weight: normal;
	padding:0 10px;
	color: #555;
	margin: 0;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#eaeaea 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-family: OpenSansExtraBold;
	z-index: 3;
	text-align: center;
	}
	
#time span {
	color: #fffefe;
	width: 80px;
	padding: 6px 0;
	margin: 17px 0 0 0;
	display: inline-block;
	background:none;
	text-align: center;
	position: relative;
	font-family: OpenSansBold;
	left: 3px;
	font-size:13px;
}
#time ul {
	display:inline-block;
	padding:0;
}
#time li {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}


#time ul, #time ul:nth-child(2) li:last-child {
	margin: 0;
}


/* MY JS */
.img-options{
	display:none;
}
.accordian-options{
	display:none;
}
.cus-accordian .panel-body ul {
	padding-left:20px;
}
.cus-accordian .panel-title a {display: block}
.modal-header{
  background-color: #444;
  color:white;
  padding:9px 15px;
}
.modal-header .close{
  opacity: 0.6;
  color:white;
}
.btn-darkgrey{
background-color:#DC2225;
color:white;
}
.btn-darkgrey:hover{
background-color:#00e356;
}
footer .navbar-default{
padding-bottom:0px;
}
#inner-page {background-size: 100% auto}
#inner-page .popup, #inner-page .two-btns {display: none}
#inner-page .popup {display: none}
.med-txtbox{
width:350px;
}

.custom-modal-container{width:auto}
.custom-modal-container .modal-header{
	margin-bottom: -5px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form-registration{
  padding: 30px 20px 20px 40px;
}
#RegisterFrm .controls{
clear:both;
}
.FromResponseContainer{
  padding: 15px 15px 10px 0px;
}
.FormResponseError{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: red;
  font-weight: bold;
}
.FormResponseSuccess{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: green;
  font-weight: bold;
}

::-webkit-input-placeholder {
    color:    #aaa;
}
:-moz-placeholder {
    color:    #aaa;
}
::-moz-placeholder {
    color:    #aaa;
}
:-ms-input-placeholder {
    color:    #aaa;
}

.help-block{
	font-size:12px;
}

/* client feedback fixes */
h1 {text-transform: none}
.logos .col-lg-1 {min-height: 70px}
.participating {padding-top: 20px}
.participating.sponsors {padding-top: 33px}
.participating img {margin: 13px 0 0}
.faq.padding {padding-bottom: 20px}
.line {
  background-image: url(../images/spacer-16.png);
  background-repeat: repeat-x;
  height: 16px
}

.foot_bootom .social_icon a {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
}

.foot_bootom .social_icon a.fb {
  background-image: url(../images/new/facebook.png)
}
.foot_bootom .social_icon a.fb:hover {
  background-image: url(../images/new/facebook-h.png)
}

.foot_bootom .social_icon a.rss {
  background-image: url(../images/new/rss.png)
}
.foot_bootom .social_icon a.rss:hover {
  background-image: url(../images/new/rss-h.png)
}

.foot_bootom .social_icon a.twitter {
  background-image: url(../images/new/twiter.png)
}
.foot_bootom .social_icon a.twitter:hover {
  background-image: url(../images/new/twiter-h.png)
}

.foot_bootom .social_icon a.linkedin {
  background-image: url(../images/new/linkedin.png)
}
.foot_bootom .social_icon a.linkedin:hover {
  background-image: url(../images/new/linkedin-h.png)
}

.ResponseBox{
  display:none;
  color: #DC2225;
  font-weight: bold;
}
.ResponseBoxTxt{
  height: auto !important;
  padding: 34px 20px 20px 20px;
  text-align: center;
  font-size: 18px;
}

.jad-logo-mob, .mob-clearfix {display: none}

/* cometchat embed */
#comet-chat .cometchat_notification {display: none !important}
#comet-chat .cometchat_traypopup {width: 100% !important; height: 100% !important; left: 0 !important; display: block !important}
#comet-chat .cometchat_traycontent {height: 96% !important}
#comet-chat .cometchat_traycontenttext {height: 100% !important}
#comet-chat .cometchat_iframe {position: relative; height: 100% !important; width: 100% !important}
#comet-chat #cometchat_base {width: 100% !important; left: 0 !important; border-radius: 0}
#comet-chat #cometchat_userstab/*, #cometchat_optionsbutton*/, #cometchat_hide, .cometchat_trayiconimage/*, #cometchat_trayicons*/, #cometchat_trayicon_chatrooms {display: none}
#comet-chat #cometchat_chatboxes_wide .cometchat_tab {background: rgba(4, 103, 169, 0.93)}
#comet-chat #cometchat_chatboxes_wide .cometchat_tabmouseover.cometchat_tab:first-of-type, #cometchat_chatboxes_wide .cometchat_tabclick.cometchat_usertabclick.cometchat_tab:first-of-type {border-radius: 0}
#comet-chat #cometchat_optionsbutton_popup {right: 2px; left: auto !important; z-index: 300004}
#comet-chat #cometchat_trayicon_chatrooms_popup {position: relative; bottom: auto}
#comet-chat #cometchat_trayicon_chatrooms_popup .cometchat_traytitle, #cometchat_trayicons {display: none !important}
#comet-chat {max-width: 300px}
#comet-chat #cometchat_optionsbutton {width: auto}
#comet-chat #cometchat_optionsbutton.cometchat_tabmouseover {border-radius: 0}
#comet-chat #cometchat_optionsbutton #cometchat_optionsbutton_icon {text-indent: 0 !important; width: auto; padding-left: 20px; padding-right: 10px}
/* end cometchat embed */

/* accessibility options start */
.accessibility-actions {text-align: right; margin:-5px 46px 10px 0; position: relative}
.accessibility-actions a, .accessibility-actions h3 {vertical-align: middle; display: inline-block; color: #fff; text-decoration: none}
.accessibility-actions h3 {margin: 0}
.padding .accessibility-actions a > img {padding-bottom: 0 !important}

#readspeaker_button1 {position: absolute; width: 315px !important; right: 0px; bottom: -32px; margin: 0; text-align: right}

body.colorblind, body.colorblind .header-content, body.colorblind .gray-bg, body.colorblind #footer, body.colorblind footer,
body.colorblind .modal-body, body.colorblind .modal-footer, body.colorblind .simple-section {
  background: #000 !important
}
body.colorblind .faq .panel {
  background: #111 !important
}
body.colorblind .two-btns .green-btn {
  background: #3bb9ec !important;
  color: #fff !important
}
body.colorblind .main_top_area .container-wrp {
  background: rgba(0, 0, 0, .8) !important
}
body.colorblind .main_top_area .popup {
  background: none !important
}
body.colorblind, body.colorblind p, body.colorblind ul li, body.colorblind .schedule-details p, body.colorblind .navbar-default .navbar-nav > li > a,
body.colorblind .speakerImg span, body.colorblind a, body.colorblind .header-content,
body.colorblind .gray-bg h4, body.colorblind .accessibility-actions h3, body.colorblind .faq .panel-collapse .panel-body {
  color: #fff !important
}
body.colorblind .simple-section h3, body.colorblind .simple-section h1 {
  color: #ff0 !important
}
body.colorblind .color-red-bg, body.colorblind .color-green-bg, body.colorblind .modal-header, body.colorblind .modal-header-green, 
body.colorblind .modal-header-magenda, body.colorblind .color-orange-bg, body.colorblind .color-orange-bg,
body.colorblind .color-purpal-bg, body.colorblind .color-blue-bg, body.colorblind .btn-darkgrey, body.colorblind .two-btns .white-btn {
  background: #3bb9ec !important
}
body.colorblind .left-border-orange, body.colorblind .left-border-blue, body.colorblind .left-border-green,
body.colorblind .left-border-purpal, body.colorblind .left-border-red {
  border-left-color: #3bb9ec !important
}
/* accessibility options end */

/* MEDIA QUERIES */
@media (max-width:1200px) {
.logos .col-lg-1 {
	display:none;
}
.main_top_area {
	background-size:auto 100%;
}
}
@media (max-width:1024px) {
  .jad-logo-mob {
    display: block; 
    float: right
  }
  .jad-logo-mob {
    clear: both
  }
  .jad-logo-web {
    display: none
  }
  .mob-clearfix {
    display: inline
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 18px
  }
}
@media (max-width:768px) {
.topad {
	padding:10px 0;
	text-align:center;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}
}
@media (max-width:560px) {
.two-btns button.btn {
	margin:10px 0;
}
}
@media (max-width:480px) {
.popup {
	width:100%;
}
}
@media (max-width:320px) {
.popup h2 {
	font-size:30px;
}
#time li {
}
h1 {
	font-size:40px;
}
}
.ctrl-hdn-cstm{
	display:none;
}
.datepicker{
	cursor:pointer !important;
}

/* Hide Footer Menus + Social Icons */
.foot_bootom .col-sm-6{
	display: none !important;
}
.form-control-radio{
	display: inline-block !important;
 	width: auto !important;
	padding: 5px 20px 0px 50px;
	text-align: center;
	align-content: center;
	padding-right: 18px;
	margin-right: 10px;
}
.flt-right{
	float: right !important;
}
.flt-left{
	float: left !important;
}
.file-allowed-label{
	padding: 3px 0px 0px 3px;
    font-family: OpenSansBold;
    font-size: 10px;
}
/* field tooltip text */
.field-tool-tip-text{
    padding: 3px 0px 0px 3px;
    font-family: OpenSansBold;
    font-size: 10px;
}
/* for virtual tour section */

#u41_state0 {
    position: absolute;
    left: 220px;
    top: 0px;
    width: 714px;
    height: 172px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    background-image: none;
}
#u41_state0_content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 1px;
}
#u42 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1164px;
    height: 146px;
}
.ax_inline_frame {
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
}
.ax_image {
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #000000;
    text-align: center;
    line-height: normal;
}
#u43 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 208px;
    height: 118px;
}
#u43_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 208px;
    height: 118px;
}
#u44 {
    position: absolute;
    left: 2px;
    top: 51px;
    width: 204px;
    visibility: hidden;
    word-wrap: break-word;
}
#u45 {
    position: absolute;
    left: 240px;
    top: 0px;
    width: 208px;
    height: 118px;
}
#u47 {
    position: absolute;
    left: 480px;
    top: 0px;
    width: 208px;
    height: 118px;
}
#u49 {
    position: absolute;
    left: 720px;
    top: 0px;
    width: 208px;
    height: 118px;
}
#u51 {
    position: absolute;
    left: 960px;
    top: 0px;
    width: 208px;
    height: 118px;
}
.image-srcoller-container-div{
    left: 318px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.slider-image-container{
	position: absolute;
    left: 200px;
    top: 335px !important;
    width: 778px;
    height: 443px;
	margin-bottom: 500px;
}
	
.slider-image-container img{
position: absolute;
left: 0px;
top: 0px;
width: 778px !important;
height: 443px !important;
}
.slider-thumb-text-box{
display:none;
}
.image-info-text{
    margin-top: 460px;
    font-size: 15px;
    color: #000;
    font-family: 'OpenSansLight';
}
.image-heading-text{
    margin-top: 25px;
	font-size: 36px;
    color: #000;
    font-family: 'OpenSansLight';
}
.slider-thumb-img img, .slider-thumb-img .img{
    width: 208px !important;
    height: 118px !important;
}
.forgot-btn{
	margin-left:10px;
}


/* privacy page global / common */
.privacy-policy-content .container{
	padding: 15px 15px 15px 15px !important;
}
.privacy-page-heading{
	padding: 20px !important;
}
.privacy-policy-content h2{text-align: left !important;}
/* privacy page */

#login-footer .col-sm-4, #login-footer .col-sm-8 {float: right}

.slim-bar {background: #333; text-align: right; position: absolute; top:0; left: 0; width: 100%; padding: 2px 0 4px}
.slim-bar ul {list-style: none; margin: 0; padding: 0}
.slim-bar ul > li {list-style: none; margin: 0 10px 0 0; padding: 5px 10px 0 0; display: inline-block; border-right: 1px solid #eee; height: 20px}
.slim-bar ul > li:last-child {border-right: none}
.slim-bar ul > li, .slim-bar ul > li > a {color: #fff; font-size: 11px; font-weight: 400; line-height: 13px; text-decoration: none}
.slim-bar ul > li > a:hover {color: #fff; text-decoration: underline}
#bar-sep {display: none}

@media (max-width:767px) {
  #login-footer .col-sm-4, #login-footer .col-sm-8 {float: none}
  #login-footer .col-sm-8 {text-align: center; margin-top: 10px; border-top: 1px solid #ddd}
  #login-footer .flt-left {float: none !important}
  #login-footer .col-sm-8 a {margin: 10px 0; display: inline-block}
  
  #clockdiv {font-size: 24px}
  #clockdiv > div {margin-right: 7px; padding: 10px 5px}
  #clockdiv > div > span {padding: 0 0 4px; min-width: 60px; }
  #clockdiv > div > div {margin-right: 0}
  #clockdiv .smalltext {font-size: 13px}
}


.reg-form-data .col-12 input[type=submit]{
	width: 31%;
	height: 40px;
	border-radius: 7px;
	font-weight: 600;
	font-size:14px;
}
.reg-form-data br{
	display:none;
}
.reg-form-data .form-control{
	border: 1px solid #DCDBFF;
	border-radius: 7px;
	height: calc(2.75em + .25rem + 2px);
	font-size: 14px;
}
.control-label {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
.iti__flag-container{
	display: flex;
	height: 43px;
}
.iti--allow-dropdown{
	width:100%;
}
.reg-form-data input[type=file]::-webkit-file-upload-button {
	color: white;
	display: inline-block;
	background: #1CB6E0;
	border: none;
	padding: 7px 15px;
	font-weight: 600;
	border-radius: 7px;
	white-space: nowrap;
	cursor: pointer;
	width:70%;
}

.reg-form-data .col-12 span {
	margin-left: 25px;
}

.custom-col-1 label.error {
	color: red;
	display: block;
	width: 80%;
float: right;
}
.custom-col-1 .col-12 span {
	margin-left: 0px;
	margin-bottom: 20px;
}
.custom-col-1 .form-control {
	display: inline-block;
	width: 80%;
	float:left;
	margin-bottom: 12px;
}
.custom-col-1 .control-label {
	/*display: inline-block;*/
	/*width: 20%;*/
	/*float:left;*/
}

.order-change {
	display: flex;
	flex-wrap: wrap;
}
.order-change input{
	order: 2;
}
.order-change label.error{
	width:100%;
	order: 1;
}
.order-change span{
	order: 3;
}

.reg-form-data label.error{
	color:red;
	display:block
}

.custom-col-1 .iti--allow-dropdown {
	width: 80%;
	float: left;
}

.custom-col-1 .iti--allow-dropdown .form-control{width:100%;}
.order-change span {
	margin-left: 20px !IMPORTANT;
}


.reg-form-data span.has-error {

	color: red;
	display: block;
	width: 100%;
	float: left;
	font-weight: bold;
	color: red !important;

}

#launcher{
	right:auto !important;
	left :0;
	float:left !important
}
.nw-frm-bldr .reg-form-data span {
    height: auto !important;
    min-height: auto !important;
}
 .nw-frm-bldr .select2-search {
    height: 42px;
}
 .nw-frm-bldr .reg-form-data {
    max-width: 850px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: .45rem;
}
 .nw-frm-bldr .registration-form {
    background-color: #f6f6f6;
}
.nw-frm-bldr .custom-col-1 .col-12 span {
	font-size: 14px;
}
.nw-frm-bldr .control-label {
	font-size: 14px;
}
 @media only screen and (max-width:850px) {
    .nw-frm-bldr .reg-form-wrap .row.m-1 {
        margin: 0!important;
    }
    .nw-frm-bldr .registration-form .container-fluid {
        padding: 0;
    }
    .nw-frm-bldr .registration-form .reg-form-data .col-12 input[type=submit] {
        width: 100%;
    }
    .nw-frm-bldr .reg-form-data .col-4,.nw-frm-bldr .reg-form-data .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
 }
 a[data-slide="prev"] {
	display: none !important;
 }
 a[data-slide="next"] {
	display: none !important;
 }

/* global landing page changes for ticket : VFC-7304 */

/* landing page */
#clockdiv .eventlive {
	max-width: 500px;
	font-size: 24px;
	padding-left: 25px;
}
.full-page-container .col-lg-12 {
	flex-direction: column;
}
.vfairsBtn {
	padding: 12px 35px;
	margin: 30px 5px;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid transparent;
}
/* Privacy Policy------------- */
.content-page ul {
	list-style-type: disc;
	margin-left: 20px;
}
.content-page ul li {
	margin-bottom: 0;
}
.content-page p,
.content-page li {
	text-align: justify;
}

/* for global ticketing css fix : VFE-42048 */
.ev__ticket__wrapper .form_field_grp,.ev__ticket__wrapper {
	padding: 0 !important;
}

/* for global ticketing css fix : VFE-46878 */
@media (max-width: 767px) {
	.both-block {
		width: 100% !important;
	}
}