@charset "UTF-8";
/* Slider */
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css";
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

button#LoginBtn {
    color: #fff;
    border: none;
    background: #EE7021!important;
    padding: 3.2px 10px!important;
    border: none!important;
  
}
button#LoginBtn\ access {
    background: #EE7021;
    border: none;
}
button#LoginBtn\ access:hover{
    background: #575754;
    border: none;
}
.btn-primary:hover button#LoginBtn\ access{
    background: #575754;
}
.navbar-default .navbar-nav > li > a.btn.btn-default:hover{
  background:#EE7021!important;
  padding:3.2px 10px!important;
  border:none!important;
}
.navbar-default .navbar-nav > li > a.btn.btn-default{
  padding:3.2px 10px!important;
   border:none!important;
}
.attendbox img {
    width: 55px !important;
    margin-bottom: 10px;
}

.attendbox span {
    display: block;
    width: 100%;
    font-size: 100%;
    font: inherit;
    color: inherit;
 
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-prev.slick-arrow {
  background: transparent; }

.slick-dots {
  position: absolute;
  top: calc(100% + 20px); }
  .slick-dots li {
    width: 22px;
    height: 22px;
    background: transparent;
    border: 1px solid #8c8c8c;
    border-radius: 22px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .slick-dots li:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #8c8c8c;
      border-radius: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .slick-dots li:not(:last-child) {
      margin-right: 15px; }
    .slick-dots li.slick-active {
      border: 1px solid #000; }
      .slick-dots li.slick-active:after {
        background: #000; }
    .slick-dots li button {
      color: transparent;
      display: none; }

@media (max-width: 480px) {
  .slick-dots li {
    width: 18px;
    height: 18px; }
    .slick-dots li:after {
      width: 6px;
      height: 6px; }
    .slick-dots li:not(:last-child) {
      margin-right: 10px; } }

div.col-sm-7.five-three {
  width: 60% !important; }

div.col-sm-5.five-two {
  width: 40% !important; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  text-transform: se; 
  


}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="submit"], input[type="button"], input[type="date"], button, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

@font-face {
  font-family: 'Conv_MetaProOM';
  src: url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609141611MetaProOM-Bold.eot");
  src: local("â˜º"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609141589MetaProOM-Bold.woff") format("woff"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609141630MetaProOM-Bold.ttf") format("truetype"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609141563MetaProOM-Bold.svg") format("svg");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'Conv_MetaProOM';
  src: url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609153579MetaProOM-Normal.eot");
  src: local("â˜º"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609153541MetaProOM-Normal.woff") format("woff"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609153559MetaProOM-Normal.ttf") format("truetype"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609153518MetaProOM-Normal.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

.btn-primary {
  background: #EE7021;
  padding: 15px 50px;
 
  border: 1px solid transparent;
  border-radius: 16px; }
  .btn-primary:hover {
    background: #575754;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }

header .carousel-inner .item img {
  width: 100%; }

.carousel-caption {
  padding-bottom: 150px; }
  .carousel-caption h2 {
    font: 700 54px/70px "Conv_MetaProOM", Sans-Serif; }

.carousel-control.right {
  background-image: none; }

.carousel-control.left {
  background-image: none; }

.link-area {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  border-radius: 40px;
  background: tomato; }
  .link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px; }

/* Slider */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* HTML5 display-role reset for older browsers */
@font-face {
  font-family: 'Conv_MetaProOM';
  src: url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609141611MetaProOM-Bold.eot");
  src: local("â˜º"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609141589MetaProOM-Bold.woff") format("woff"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609141630MetaProOM-Bold.ttf") format("truetype"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609141563MetaProOM-Bold.svg") format("svg");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'Conv_MetaProOM';
  src: url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609153579MetaProOM-Normal.eot");
  src: local("â˜º"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609153541MetaProOM-Normal.woff") format("woff"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609153559MetaProOM-Normal.ttf") format("truetype"), url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/1609153518MetaProOM-Normal.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

/*#banner-slider .carousel, #banner-slider .carousel-inner, #banner-slider .item, #banner-slider .item > img {height: 100% !important; width: auto !important; display: inline-block}*/
/* specific */
/*.agenda-rows .agenda-row:first-child .agenda-col:last-child {padding-top: 10px}*/
/*.time-display {font-family: 'Open Sans', sans-serif; width: 150px; height: 110px; background-color: #81be41; border-radius: 5px; text-align: center; padding: 25px 0; display: inline-block; vertical-align: middle; color: #f9ffff; font-size: 24px; font-weight: bold; line-height: 30px; margin-right: 30px}*/
/* top menu */
/*.logo-left-en a img {height: 60px}*/
/*.nav.navbar-nav {margin: 0 -15px; border-top: 1px solid #ddd}
            .nav.navbar-nav.navbar-right {border-top: none; float: left}
            .navbar-default .navbar-nav > li > a {border-bottom: 1px solid #ddd; padding-left: 0; font-size: 14px}
            .navbar-collapse {margin-top: 0}
            .navbar-form {margin-bottom: 0; margin-top: 3px}
            .logo-left-en {z-index: 1}*/
/*.header-content {background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/157-bdpa/header-mobile.jpg) repeat-x}*/
/* virtual tour section */
/* AddEvent theme CSS
          ---------------------------------------------------------------------- */
/* The button */
/*# sourceMappingURL=app.min.css.map */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

body.curr-lang-en.homepage-body {
  max-width: 100%;
  overflow: hidden; }

.js-reg-container.col-lg-12 {
  min-height: 70vh; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-prev.slick-arrow {
  background: transparent; }

.slick-dots {
  position: absolute;
  top: calc(100% + 20px); }
  .slick-dots li {
    width: 22px;
    height: 22px;
    background: transparent;
    border: 1px solid #8c8c8c;
    border-radius: 22px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .slick-dots li:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #8c8c8c;
      border-radius: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .slick-dots li:not(:last-child) {
      margin-right: 15px; }
    .slick-dots li button {
      color: transparent;
      display: none; }
  .slick-dots li.slick-active {
    border: 1px solid #000; }
    .slick-dots li.slick-active:after {
      background: #000; }

div.col-sm-7.five-three {
  width: 60% !important; }

div.col-sm-5.five-two {
  width: 40% !important; }

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  }

div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

applet {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

object {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  font-size: 18px; }

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  quotes: none; }
  blockquote:before {
    content: '';
    content: none; }
  blockquote:after {
    content: '';
    content: none; }

pre {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

acronym {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

  .main-btn {
    text-align: center;
    margin: 50px 0;
}

big {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

cite {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

code {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

del {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

ins {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

q {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  quotes: none; }
  q:before {
    content: '';
    content: none; }
  q:after {
    content: '';
    content: none; }

s {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

samp {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

small {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

strike {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

sub {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

tt {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

u {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

i {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

center {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

dl {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

dt {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  list-style: none; }

li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  font-size: 13px; }

legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

thead {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

th {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

article {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

aside {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

details {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

embed {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block;
  

background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/1190/uploads/vjf/content/misc/1624857726OM_BAHS_Ponto5Mini_StarBG_GettyImages-1158942675.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
  footer .contact {
    color: #fff;
    text-align: right; }
    footer .contact li {
      list-style: none;
      padding: 0px 0px 10px 0; }

header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }
  header .carousel-inner .item img {
    width: 100%; }

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

output {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

ruby {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  display: block; }

summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="date"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.btn-primary {
  background: #EE7021;
  padding: 15px 50px;
  font: 700 18px/24px "Conv_MetaProOM", Sans-Serif;
  border: 1px solid transparent;
  border-radius: 50px; }
  .btn-primary:hover {
    background: #575754;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }

.carousel-caption {
  padding-bottom: 150px; }
  .carousel-caption h2 {
    font: 700 54px/70px "Conv_MetaProOM", Sans-Serif; }

.carousel-control.right {
  background-image: none; }

.carousel-control.left {
  background-image: none; }

.link-area {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  border-radius: 40px;
  background: tomato; }
  .link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px; }

.footer-section-1 .faicon {
  color: #00bc70;
  font-size: 28px;
  padding: 0 10px; }

.footer-section-1 img {
  /* height: 50px; */
  margin: 10px 0 15px 0; }

.slim-bar {
  background: #EE7021;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px 0 13px; }
  .slim-bar ul > li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    text-decoration: none;
    padding-top: 6px; }
    .slim-bar ul > li > a {
      color: fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 13px;
      text-decoration: none;
      padding-top: 6px; }
      .slim-bar ul > li > a:hover {
        color: #575754; }

.reg-payment-section .page-heading-payment h1.form-heading {
  display: none; }

.speaker {
  position: relative;
  padding-left: 20px; }
  .speaker p {
    padding-top: 0 !important;
    color: #4f4f4f !important; }

.buttons12 {
  width: 200px;
  margin: 0 auto;
  display: inline; }

.action_btn12 {
  width: 200px;
  margin: 0 auto;
  display: inline; }

.wrapper {
  text-align: center; }

.button {
  position: absolute;
  top: 50%; }

.agenda-col {
  display: table-cell;
  vertical-align: middle;
  display: table-cell;
  display: table-cell;
  vertical-align: middle; }
  .agenda-col img {
    margin: 10px 0; }

.newhead {
  padding-top: 34px; }
  .newhead .two-btns {
    margin: -165px 20px 25px 0;
    text-align: right; }

.counter {
  padding-top: 45px;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both; }

.wt-title span {
  color: #00bc70;
  font-family: inherit;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  line-height: 45px;
  margin-bottom: 50px;
  display: block; }

.wt-img img {
  width: 100%;
  display: block; }

.counter-div {
  display: inline-block;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

#clockdiv {
  font-family: "Conv_MetaProOM", Sans-Serif;
  color: #000;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 70px;
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  #clockdiv > div {
    padding: 0px;
    border-radius: 3px;
    background: none;
    margin: 0px 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative; }
    #clockdiv > div:after {
      content: "";
      height: 55px;
      width: 1px;
      background: #333;
      right: -15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
  #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: 22px;
    font-family: "Conv_MetaProOM", Sans-Serif; }

.site-hero {
  position: relative; }
  .site-hero img {
    width: 100%; }

.time-date {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
  padding: 20px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  right: 0;
  left: 0; }
  .time-date .event-title {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Conv_theboldfont';
    color: #111; }
    .time-date .event-title span {
      display: block;
      font-size: 24px;
      font-weight: 400;
      font-family: 'Montserrat'; }
  .time-date .date {
    background: #111;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px; }

.about-event h3 {
  position: relative; }
  .about-event h3 #LoginBtn {
    position: absolute;
    right: 20px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 10px 20px;
    border: 2px solid #575754;
    color: #575754;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 6px; }
    .about-event h3 #LoginBtn:hover {
      background: #fff;
      text-decoration: none; }

.about-event ul {
  list-style: disc;
  padding-left: 18px !important;
  margin-bottom: 30px !important;
  color: #111;
  font-weight: 700; }
  .about-event ul li {
    list-style: disc;
    color: #111 !important; }

.header-content {
  background: #fff; 
   
}
  .header-content .row {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .header-content .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px 30px !important; }

.main_top_area {
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: none; }
  .main_top_area .popup {
    margin: 0px auto !important; }
  .main_top_area .container-wrp {
    height: 100%;
    padding: 20px; }

.logo-left-en {
  background: #fff;
  text-align: left; }
  .logo-left-en span {
    height: 20;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
    color: #EE7021;
    padding-left: 20px;
    position: relative;
    margin-left: 10px; }
    .logo-left-en span::before {
      content: '';
      width: 3px;
      height: 100%;
      background: #000;
      position: absolute;
      left: 0; }
  .logo-left-en img {
    max-width: 500px; }

.reg-heading {
  font-size: 36px;
  line-height: 46px;
  color: #EE7021; }

#group-container-field_id_1276066 label {
  color: #EE7021 !important; }

.page-heading {
  display: none; }

.row.padding {
  padding-top: 20px; }

.modal-header {
  background-color: #81be41; }

.participating img {
  height: auto; }

.agenda-row .speaker img {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0; }

.agenda-row span.designation {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-top: 3px;
  color: #555555; }

.agenda-row .agenda-col {
  padding: 0 0 0 30px;
  background: url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/161236167516086500241593598707circle.png") repeat-y left 3px top;
  padding: 0 0 0 30px;
  background: url("https://vepimg.b8cdn.com/uploads/vjfnew/3519/uploads/vjf/content/misc/161236167516086500241593598707circle.png") no-repeat left top 0px/10px, url(https://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top;
  padding: 0px 20px 20px 20px; }
  .agenda-row .agenda-col:first-child img {
    margin-right: 10px; }

.agenda-row h3 {
  font-size: 16px;
  font-family: "Conv_MetaProOM", Sans-Serif;
  font-weight: 700;
  line-height: 18px;
  display: block;
  text-align: left;
  color: #555555;
  margin: 20px 0 16px;
  font-size: 16px;
  margin-bottom: 20px; }

.agenda-row .speaker-name {
  font-size: 14px;
  font-weight: 600;
  padding-top: 3px;
  color: #555555; }

.agenda-row label {
  display: block;
  font-size: 11px;
  color: #666; }

.agenda-row h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }

.agenda-row p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin: 0px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px; }

.vjf-section.agenda-section h4 {
  margin: 0;
  border: none; }
  .vjf-section.agenda-section h4 span {
    display: inline-block;
    padding-bottom: 0;
    background: #81be41;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin-left: 30px;
    display: inline-block;
    padding-bottom: 0;
    background: #81be41;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin-left: 30px;
    display: inline-block;
    padding-bottom: 0;
    background: #383a35;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin-left: 30px; }
  .vjf-section.agenda-section h4 span.green {
    background: green; }
  .vjf-section.agenda-section h4 span.red {
    background: #8E162C; }

.vjf-section.agenda-section span {
  display: inline-block;
  padding-bottom: 0;
  background: #00bc70;
  color: #fff;
  padding: 10px 45px;
  border-radius: 5px;
  border: none;
  margin-left: 68px;
  margin-top: 25px;
  font-weight: 600; }

.popup {
  background: none;
  padding: 0px;
  width: 90%;
  margin-top: 0px;
  z-index: 11;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px; }
  .popup h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px !important;
    margin-top: 0;
    line-height: 64px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    margin-bottom: 18px; }
  .popup h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 30px 0 20px 0;
    font-size: 25px;
    font-weight: 400;
    color: #fff; }
  .popup p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #fff; }

.sub_title {
  text-shadow: 2px 2px #000; }

.col-sm-6 a img {
  padding-top: 45px !important;
  margin-bottom: 23px !important; }

.padding a img {
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.padding .col-lg-2 a img {
  display: none !important; }

.header-login a {
  background: #EE7021; 
  border: 1px solid transparent;
  color: #fff !important; }
  .header-login a:hover {
     background: #fff !important; 
    color: #EE7021 !important;
    border: 1px solid #EE7021 !important; 


}
li.header-login{
    margin-right: 5px;
}
.navbar-default .navbar-collapse {
  text-align: right;
  padding-top: 10px; }

.navbar-default .navbar-form {
  text-align: right;
  padding-top: 20px; }

.navbar-default .navbar-nav > li:last-child > a {
  border-right: none !important; }

.navbar-default .navbar-nav > li > a {
  text-decoration: none;
  color: #3e4f5d;
  padding: 3px 10px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: none; }
  .navbar-default .navbar-nav > li > a:hover {
    text-decoration: none;
    color: #575754; }
  .navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    color: #575754; }

.navbar-default .navbar-nav > .active > a {
  text-decoration: none;
  color: #EE7021; }
  .navbar-default .navbar-nav > .active > a:hover {
    text-decoration: none;
    color: #575754; }
  .navbar-default .navbar-nav > .active > a:focus {
    text-decoration: none;
    color: #EE7021; }

.navbar-default .navbar-toggle {
  border-color: #111;
  background-color: #fff !important;
  position: absolute;
  top: -54px;
  right: 0px; }

.footer-section-2 img {
  margin-top: 28px; }

.foot_bootom {
  display: none !important; }

.btn-darkgrey {
  background-color: #81be41 !important;
  color: #fff !important; }

.social-icons-div {
  margin: 10px 0; }
  .social-icons-div a {
    margin-right: 10px; }

.displayBlock {
  display: block; }

.container-parent {
  border-bottom: 2px solid #eee; }

.custom-para-info {
  color: white;
  font-size: 13px;
  font-weight: 700;
  font-family: "Conv_MetaProOM", Sans-Serif;
  text-align: center; }

#banner-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  #banner-slider .carousel {
    height: 100% !important;
    width: 100% !important; }
  #banner-slider .carousel-inner {
    height: 100% !important;
    width: 100% !important; }
  #banner-slider .item {
    height: 100% !important;
    width: 100% !important; }
    #banner-slider .item > img {
      height: 100% !important;
      width: 100% !important; }

#time {
  padding: 35px 0 28px; }
  #time li {
    background: #fffffa !important;
    border-radius: 5px;
    width: 95px;
    padding: 15px 5px 10px;
    margin-right: 14px; }
  #time p {
    background: none !important;
    color: #333333;
    height: auto;
    line-height: 1em;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Lucida',sans-serif; }
  #time span {
    margin-top: 0;
    margin-left: 0;
    color: #333333;
    left: 0;
    padding-top: 0; }

.two-btns {
  margin: 30px 0px 25px 0px; }
  .two-btns .btn {
    padding: 15px 0px !important;
    font-weight: 700;
    font-family: "Conv_MetaProOM", Sans-Serif;
    border-radius: 3px;
    text-transform: none;
    font-size: 20px;
    margin: 0 5px;
    width: 175px; }
  .two-btns .white-btn {
    background: #00bc70;
    color: #fff; }
  .two-btns .green-btn {
    color: #fff;
    background: #767171; }

.green-btn:hover {
  opacity: 0.8; }

.white-btn:hover {
  opacity: 0.8; }

.header-darkBG h3 {
  color: #fff;
  margin-bottom: 80px;
  text-align: center; }

.gray-bg {
  background: #f1f1f1;
  padding: 30px 0px; }
  .gray-bg h4 {
    margin-left: 70px;
    font-weight: 400;
    font-size: 15px; }
  .gray-bg p {
    margin-left: 70px;
    font-size: 13px; }

.dis-ico {
  float: left;
  width: 60px; }

#get-your-own .two-btns .green-btn {
  -webkit-box-shadow: 0 8px 0 0 #c7c7c7 !important;
  box-shadow: 0 8px 0 0 #c7c7c7 !important; }

.padTop20 {
  padding-top: 20px; }

.sponserSec {
  text-align: center; }

.marTop30 {
  margin-top: 40px !important; }

.header-bottom {
  padding: 10px;
  color: #393939;
  background: #f7f7f5; }
  .header-bottom .list-inline {
    margin-bottom: 5px; }
  .header-bottom ul li {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top; }
  .header-bottom .details-img {
    margin-right: 5px; }
    .header-bottom .details-img img {
      height: 80px;
      width: 80px; }
  .header-bottom .details-box {
    width: 272px;
    overflow: hidden;
    text-align: left;
    padding: 5px; }
  .header-bottom .details-info h4 {
    margin: 15px 0 3px; }
  .header-bottom .details-info p {
    line-height: 1em;
    font-size: 12px; }

.pad-right-0 {
  padding-right: 0px; }

.simple-section {
  color: #414141;
  text-align: left;
  padding: 60px 0 !important; }
  .simple-section h1 {
    font-size: 40px;
    text-align: left;
    margin: 0 0 20px;
    font-weight: 400;
    color: #2c2c2c; }
  .simple-section h3 {
    margin: 0 0 30px;
    font: 700 32px/40px "Conv_MetaProOM", Sans-Serif;
    letter-spacing: 2px;
    color: #000;
    text-align: center; }
  .simple-section ol {
    padding-left: 16px;
    padding-top: 6px; }
    .simple-section ol li {
      padding-bottom: 10px;
      padding-left: 8px; }
  .simple-section p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 28px;
    text-align: center;
    color: #000; }
  .simple-section ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .simple-section ul li {
      margin-bottom: 3px;
      font-size: 16px;
      padding-left: 12px;
      color: #747575; }

.simple-section.agenda-section {
  background: #D8D8D3; }

.simple-section.inner-section h2 {
  font-size: 22px;
  text-align: left;
  margin: 0 0 20px;
  font-weight: 600;
  color: #404040; }

.simple-section.inner-section ol {
  padding-left: 35px; }
  .simple-section.inner-section ol li {
    padding-bottom: 6px;
    padding-left: 8px; }

.simple-section.inner-section ul li {
  padding-bottom: 6px;
  padding-left: 8px; }

#presenters-section h1 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px; }

#about-section p {
  font-size: 16px;
  line-height: 1.5em; }

.schedule-container {
  color: #404040;
  border-bottom: 1px solid #e9e8e8;
  padding: 13px 0 5px;
  width: 100%; }
  .schedule-container ul li {
    vertical-align: top; }

.day-display {
  width: 150px;
  height: 110px;
  background-color: #22AECF;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  color: #f9ffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em; }

.schedule-box {
  width: 230px;
  min-height: 110px;
  border-left: 5px solid #22AECF;
  padding: 8px;
  position: relative;
  padding-left: 35px; }
  .schedule-box img {
    position: absolute;
    width: 15px;
    left: 11px;
    top: 12px; }

.time-slot-time {
  padding: 0;
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: bold;
  color: #464646; }

.time-slot-header {
  padding: 0;
  margin: 0 0 3px 0;
  color: #292929; }

.time-slot-text {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.3em; }

.btn-schedule {
  margin-top: 35px; }

#cta50-section {
  text-align: center;
  background: #e9573b;
  color: #f8f9ff; }

.cta50-text {
  text-align: right; }
  .cta50-text h1 {
    font-family: "Bree Serif",serif;
    color: #f8f9ff;
    text-align: right; }

.btn-cta50-container {
  text-align: left; }

.btn-cta50 {
  background-color: #fffff6;
  -webkit-box-shadow: 0 8px 0 0 #931502;
  box-shadow: 0 8px 0 0 #931502;
  color: #e9572f;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 2px;
  padding: 15px 50px;
  border: 0; }
  .btn-cta50:hover {
    background-color: #fff5ff;
    color: #e9571f; }

.featured-presenter {
  border-bottom: 1px solid #d7d7d8;
  overflow: hidden;
  padding: 35px; }
  .featured-presenter p {
    font-size: 20px;
    line-height: 1.5em; }
    .featured-presenter p a {
      color: #ff6600; }

.featured-speaker-img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 30px;
  max-height: 305px; }

#cta60-section {
  background: #e9553f;
  color: #fcffff;
  text-align: center; }
  #cta60-section h1 {
    color: #fcffff;
    text-align: center; }
  #cta60-section h3 {
    text-align: center; }

.btn-cta60 {
  background-color: #fbffff;
  -webkit-box-shadow: 0 8px 0 0 #931500;
  box-shadow: 0 8px 0 0 #931500;
  color: #e9543f;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 15px;
  padding: 15px 50px;
  border: none; }
  .btn-cta60:hover {
    background-color: #fbffff;
    -webkit-box-shadow: 0 8px 0 0 #931500;
    box-shadow: 0 8px 0 0 #931500;
    color: #e9543f;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 15px;
    padding: 15px 50px;
    border: none; }

.agenda-section .simple-section .agenda-col h3 {
  text-align: left;
  margin-bottom: 15px;
  text-align: left;
  margin-bottom: 15px; }

.agenda-section .simple-section h3 {
  margin-bottom: 50px;
  text-align: left; }

.event-section {
  background: rgba(216, 216, 211, 0.3); }
  .event-section .event-box {
    background: #fff;
    position: relative;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
    min-height: 215px; }
    .event-section .event-box img {
      width: 100%; }
    .event-section .event-box .title {
      padding: 10px;
      font: 700 14px/18px "Conv_MetaProOM", Sans-Serif;
      text-align: left;
      min-height: 70px; }
      .event-section .event-box .title a {
        color: #EE7021;
        display: block;
        font: 300 14px/16px "Conv_MetaProOM", Sans-Serif;
        margin-top: 10px; }
    .event-section .event-box .time-event {
      background: #EE7021;
      color: #fff;
      padding: 3px 7px;
      text-transform: capitalize;
      font: 700 12px "Conv_MetaProOM", Sans-Serif;
      position: absolute;
      top: 10px;
      left: 0; }
    .event-section .event-box:hover {
      -webkit-box-shadow: 2px 3px 8px rgba(17, 17, 17, 0.1);
      box-shadow: 2px 3px 8px rgba(17, 17, 17, 0.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out; }
      .event-section .event-box:hover a {
        text-decoration: underline; }

.moderator {
  margin-bottom: 30px !important; }

.event-agenda .agendatitle {
  color: #fff;
  margin-bottom: 20px; }

.event-agenda .time-display img {
  width: 18px; }

.agenda-row.no-speaker h3 {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee; }

.time-display img {
  margin: 0; }

.navbar-form.navbar-left {
  float: right; }

.navbar-nav > li > a {
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px; }

.navbar-collapse {
  display: block !important; }
  .navbar-collapse .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: middle; }
  .navbar-collapse .navbar-form {
    display: inline-block;
    float: none !important;
    margin: 0;
    vertical-align: middle; }
  .navbar-collapse .nav > li {
    display: inline-block !important; }
    .navbar-collapse .nav > li:last-child {
      border-right: none; }

.navbar-header {
  display: none !important; }

.col-lg-9.top-right-section {
  text-align: right; }

.faq.padding {
  padding: 0; }

.faq .panel {
  background: #f2f2f2;
  padding: 15px 25px;
  margin: 0 0 15px;
  border: none;
  border-radius: 8px; }

.faq .panel-heading {
  padding: 0 !important;
  background: none !important; }

.faq h4.panel-title a {
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  line-height: 24px;
  color: #4d4d4d;
  font-weight: 400; }

.faq .panel-collapse {
  font-size: 15px;
  text-decoration: none;
  cursor: pointer; }
  .faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #666 !important; }

#video-section {
  color: #393937; }
  #video-section p {
    font-size: 20px;
    line-height: 1.5em; }

.about-video-wrapper {
  margin: auto;
  width: 500px;
  float: left;
  margin-right: 30px; }

.section-main-header {
  margin: 0 0 5px 0;
  padding: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
  margin: auto;
  margin-bottom: 10px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: auto; }
  .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: auto; }
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: auto; }
  .video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: auto; }

.text-center {
  text-align: center !important; }

#partners-section .col-lg-3 {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: bottom; }
  #partners-section .col-lg-3 img {
    width: 200px; }

.col-centered {
  float: none;
  margin: 0 auto; }

.about-sec {
  background: url(//vepimg1.b8cdn.com/uploads/vjf/254-mitalgroup/about-bg.jpg) left top repeat; }
  .about-sec h3 {
    text-align: left !important;
    font-size: 30px; }

.semi-bold {
  font-weight: 600; }

.schedule-date {
  background: #1e355d;
  border-radius: 6px;
  padding: 30px 10px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 400; }

.left-border {
  border-left: #1e355d solid 8px; }

.schedule-details {
  border-bottom: #d8d8d8 solid 1px;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .schedule-details p {
    margin-bottom: 3px;
    color: #4d4d4d; }

.borBotNone {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.bor-bottom {
  border-bottom: #d8d8d8 solid 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #d8d8d8 solid 1px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.sep-line {
  border-bottom: #d8d8d8 solid 1px;
  margin: 15px 0;
  display: block; }

.team-thumnail {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background: #ececec;
  border-radius: 10px;
  border: #FFFFFF solid 10px;
  height: 197px;
  width: 197px;
  padding: 10px;
  text-align: center; }
  .team-thumnail img {
    height: 100%;
    width: 100%; }

.padLeft40 {
  padding-left: 40px; }

.team-info {
  padding-top: 20px; }
  .team-info h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }
    .team-info h5 span {
      font-size: 18px;
      display: block;
      margin-top: 5px;
      font-weight: 400; }
  .team-info p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px; }

.partner {
  text-align: center;
  margin-bottom: 20px; }
  .partner span {
    display: block;
    font-size: 16px;
    margin-top: 10px; }

.orange-bor {
  border-bottom: 2px dotted #f47d33; }

.marTB30 {
  margin-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 50px; }

.bold {
  font-weight: 500; }

.color-red {
  color: #b32643 !important; }

.color-orange-bg {
  background: #ee7729; }

.left-border-orange {
  border-left: 8px solid #ee7729; }

.color-red-bg {
  background: #b12744; }

.left-border-red {
  border-left: 8px solid #b12744; }

.color-green-bg {
  background: #92d050; }

.left-border-green {
  border-left: 8px solid #92d050; }

.color-purpal-bg {
  background: #ccc0da; }

.left-border-purpal {
  border-left: 8px solid #ccc0da;
  min-height: 132px; }

.color-blue-bg {
  background: #8db4e2; }

.left-border-blue {
  border-left: 8px solid #8db4e2;
  min-height: 132px; }

.sponsors {
  margin-top: 40px;
  text-align: center;
  text-align: center;
  font-size: 15px;
  font-weight: 300; }
  .sponsors .thumnail {
    margin-bottom: 30px; }
  .sponsors p {
    text-align: center;
    font-size: 15px;
    font-weight: 300; }
    .sponsors p a {
      text-align: left;
      color: #535353;
      text-decoration: underline;
      padding-top: 10px;
      display: block; }
  .sponsors p.bold {
    font-weight: 400; }

.footer-links a {
  margin: 0 10px;
  color: #fff; }

.infoBox {
  background: #011e41;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  min-height: 358px; }
  .infoBox h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px; }
  .infoBox p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    text-align: center; }
  .infoBox a {
    text-decoration: underline;
    color: #fff; }
    .infoBox a:hover {
      text-decoration: none;
      color: #fff; }

.infoBox.green-bg {
  background: #837600; }

.infoBox.red-bg {
  background: #ab192d; }

.speakers {
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e0e0e0; }
  .speakers h3 {
    margin-bottom: 50px;
    text-align: left; }

.speakerImg {
  display: inline-block;
  margin: 20px 0px;
  text-align: left; }
  .speakerImg div.thumbnail-img {
    background: #f4f4f4;
    border: #fff solid 1px;
    -webkit-box-shadow: -1px 0px 9px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 9px 0px rgba(0, 0, 0, 0.75);
    padding: 10px 5px;
    margin-bottom: 15px; }
  .speakerImg span {
    font-size: 17px;
    color: #55544e;
    font-weight: 400; }

.col-center-block {
  float: none;
  display: block;
  margin: 0 auto; }

.carousel-indicators {
  bottom: 40px;
  display: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 40px;
    background-color: #00bc70;
    border-radius: 0;
    border: none; }
  .carousel-indicators .active {
    width: 40px;
    background-color: #0f6e98; }

.section-heading {
  font-weight: 300;
  font-size: 36px;
  color: #888;
  margin-top: 45px; }

.tmdi-heading {
  margin: 30px 0 25px;
  border-bottom: 1px solid #d6d6d6; }
  .tmdi-heading h4 {
    color: #2cafe3;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 10px;
    float: left; }
  .tmdi-heading .carousel-control {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    display: inline-block;
    opacity: 1;
    margin-top: 6px; }
  .tmdi-heading .left.carousel-control {
    background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/133-mtdi/icon-prev.png) no-repeat;
    width: 25px;
    height: 21px;
    margin-right: 10px; }
  .tmdi-heading .right.carousel-control {
    background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/133-mtdi/icon-next.png) no-repeat;
    width: 25px;
    height: 21px; }

.carousel-inner .item .col-sm-4:first-child {
  padding-left: 0; }

.carousel-inner .item .col-sm-4:last-child {
  padding-right: 0 !important; }

.carousel-inner .item .col-sm-3:first-child {
  padding-left: 0; }

.carousel-inner .item p {
  color: #333;
  font-size: 16px;
  padding-top: 5px;
  font-weight: 400;
  margin: 0; }

.carousel-inner .item span {
  display: block;
  color: #888;
  font-size: 12px;
  padding-top: 5px;
  font-weight: 300; }

.carousel-inner .item label {
  display: block;
  color: #666;
  font-size: 12px;
  padding: 20px 0 0;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase; }

.carousel-inner .item p.description {
  color: #666;
  font-size: 14px;
  font-weight: 300; }

.carousel-inner.sm-carousel .item p {
  font-size: 14px;
  padding-top: 8px; }

#virtual-tour .section-heading {
  padding-bottom: 20px; }

#virtual-tour .col-xs-2 {
  width: 20% !important; }
  #virtual-tour .col-xs-2 .vt-thumb {
    padding-bottom: 12px; }
  #virtual-tour .col-xs-2 img {
    max-height: 107px !important;
    width: 100%;
    border: 1px solid #7d7d7d; }

#virtual-tour h3 {
  padding: 15px 0 24px;
  margin: 0; }

#virtual-tour .col-sm-7 img {
  border: 1px solid #7d7d7d; }

#virtual-tour .col-sm-5 {
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666; }

#virtual-tour .tmdi-heading {
  margin: 0;
  border-bottom: none;
  height: 40px; }

.vt-thumb.selected {
  background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/133-mtdi/icon-thalay-noo.png) no-repeat center bottom; }

.container {
  max-width: 1170px;
  margin: auto; }

.h4 {
  font-size: 18px; }

.agendatitle {
  background: #111;
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px; }

.tab-content {
  margin-top: 20px; }

.edit-profile-section #group-container-field_id_1260360 {
  display: block !important; }

.addeventatc {
  margin-left: 120px;
  margin-top: 25px;
  background: #00bc70; }

.about-text ul li {
  margin-bottom: 12px; }

.btn.btn-large.download {
  background: #575754;
  min-width: 150px;
  height: 60px;
  line-height: 58px;
  padding: 0px 30px;
  font-weight: 700;
  margin-bottom: 30px; }
  .btn.btn-large.download:hover {
    background: #EE7021;
    color: #fff; }

.speakers-event {
  background: #f4f4f4; }
  .speakers-event .speakr-card .image_holder {
    position: relative;
    overflow: hidden;
    background: #111; }
    .speakers-event .speakr-card .image_holder img {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      display: block;
      width: 100%; }
    .speakers-event .speakr-card .image_holder .speaker-link {
      display: block; }
    .speakers-event .speakr-card .image_holder .small.white {
      border-color: #fff;
      color: #000;
      background-color: #fff;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      font-size: 12px;
      padding: 0 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      z-index: 999; }
    .speakers-event .speakr-card .image_holder:hover .small.white {
      opacity: 1; }
    .speakers-event .speakr-card .image_holder:hover img {
      opacity: .5;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .speakers-event .speakr-card .speaker-name {
    height: 70px;
    padding: 10px 15px;
    text-align: center;
    line-height: 22px;
    background: #fff;
    margin-bottom: 30px; }

.modal-dialog {
  max-width: 800px;
  width: 100%; }
  .modal-dialog p {
    line-height: 24px; }
  .modal-dialog .modal-header {
    background: #EE7021; }
    .modal-dialog .modal-header h4 {
      color: #fff;
      font-weight: 700;
      padding-top: 10px; }
  .modal-dialog h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px; }
  .modal-dialog h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(17, 17, 17, 0.7); }
  .modal-dialog .modal-txt {
    font-size: 14px;
    line-height: 20px; }
  .modal-dialog p {
    margin-bottom: 10px; }

.attend {
  text-align: center;
  border-bottom: 1px solid #D8D8D3; }
  .attend .attendbox {
    background: rgba(216, 216, 211, 0.3);
    padding: 30px 10px 0px 10px;
    border-radius: 5px;
    min-height: 190px;
    }
  .attend i {
    display: block;
    margin-bottom: 10px; }
    .attend i svg {
      width: 55px;
      fill: #EE7021; }
  .attend .btn-primary {
    margin-top: 20px; }

.container.full-page-container {
  max-width: 100% !important;
  width: 100%;
  padding: 0px;
  margin: 0px; }
  .container.full-page-container .site-hero {
    position: relative; }

.row-content {
  padding: 0px; }

.registration-header-page nav.navbar.navbar-default {
  display: none; }

.header-tag {
  text-align: center;
  font: 700 26px/36px "Conv_MetaProOM", Sans-Serif;
  color: #EE7021; }

.disclainer {
  padding: 10px 0; }
  .disclainer span {
    color: red; }

.sessions-text {
  margin-top: 20px; }

label.required::after {
  content: " *";
  color: red; }

#group-container-field_id_1272734 label::after {
  content: " *";
  color: red; }

#group-container-field_id_1272734 .col-lg-8 label {
  color: transparent; }
  #group-container-field_id_1272734 .col-lg-8 label::after {
    content: "";
    color: red; }

#JsRegisterFrm p {
  font-size: 13px; }

.header-inner {
  margin-top: 35px; }

@media only screen and (max-width: 1200px) {
  .logo-container {
    text-align: center; }
  #about-section p {
    line-height: 1.5em;
    font-size: 18px; }
  .featured-presenter p {
    line-height: 1.5em;
    font-size: 18px; }
  .day-display {
    width: 120px;
    font-size: 20px; }
  .details-box {
    width: 220px; }
  .about-image-container ul li img {
    width: 250px; }
  .schedule-box {
    width: 180px; }
  .buy-box {
    width: 220px; }
  .buy-feature-list {
    font-size: 12px; }
  .faq-list-container {
    width: 100%; }
  .testimonial-box {
    width: 100%; }
  .logo-left-en img {
    max-width: 250px; }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px; }
  .navbar-default .navbar-collapse {
    padding-top: 0px; } }

@media only screen and (max-width: 992px) {
  .agenda-row .agenda-col:last-child {
    background: none; }
  .time-display {
    margin-bottom: 10px; }
  .wt-img img {
    width: auto;
    height: auto; }
  .logo-left-en {
    text-align: center;
    padding: 0; }
    .logo-left-en img {
      max-width: 250px; }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px; }
  .col-lg-9.top-right-section {
    text-align: center;
    padding: 0; }
    .col-lg-9.top-right-section .container-fluid {
      text-align: center;
      padding: 0; }
  .navbar-nav {
    margin: 0; }
  header.smaller {
    position: relative; }
  .top-menu-container ul {
    text-align: center; }
  .hero-info-container h1 {
    margin: 10px;
    padding: 0;
    font-size: 2.5em;
    color: #fffffc; }
  .hero-info-container h2 {
    font-size: 1.2em; }
  .details-box {
    width: 320px; }
  .about-image-container {
    width: 100%;
    float: none; }
    .about-image-container ul li img {
      width: 285px; }
  .video-wrapper {
    margin: auto;
    max-width: 100%;
    float: none;
    margin-right: 0; }
  #video-section h1 {
    margin-top: 30px; }
  .day-display {
    width: 100px;
    font-size: 20px; }
  .schedule-box {
    width: 134px; }
  .buy-box {
    width: 265px;
    margin-bottom: 15px; }
  #cta50-section {
    text-align: center; }
  .cta50-text {
    text-align: center; }
  .btn-cta50-container {
    text-align: center; }
  .partners-container ul li img {
    width: 145px; }
  .video-inline-list li {
    width: 32%; }
  .dateList {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .agenda-row .agenda-col:last-child {
    background: none; }
  .header-content .row {
    display: block; }
  .attend .attendbox {
    margin-bottom: 20px; }
  .carousel-caption {
    top: 30%; }
    .carousel-caption h2 {
      font-size: 24px;
      line-height: 32px; }
  ul.nav.navbar-nav {
    margin-top: 30px; }
  .logo-left-en {
    text-align: left; }
  .header-tag {
    text-align: left;
    margin-top: 10px; }
  .simple-section {
    padding: 30px 5px !important; }
    .simple-section h3 {
      margin: 0 0 20px;
      font-size: 24px;
      font-size: 20px; }
    .simple-section p {
      font-size: 16px; }
  .vjf-section.agenda-section h4 {
    margin-bottom: 15px; }
  .faq h4.panel-title a {
    font-size: 14px;
    font-weight: 300; }
  .faq .panel-title {
    font-size: 14px; }
  .faq .panel-heading {
    padding: 10px 45px 10px 15px; }
  .dateList {
    text-align: center; }
  .main_top_area {
    min-height: auto; }
    .main_top_area .container-wrp {
      padding: 10px; }
  .jad-logo-mob {
    margin-top: 12px; }
  .navbar-collapse {
    margin-top: 40px; }
    .navbar-collapse .nav {
      display: block !important; }
      .navbar-collapse .nav > li {
        display: block !important;
        text-align: center;
        border-bottom: 1px solid #fff; }
  .popup {
    width: 100%;
    padding: 0px;
    margin-top: 57%; }
    .popup h1 {
      font-size: 2.5em !important;
      margin-top: 20px;
      font-size: 30px !important;
      margin-top: 25px;
      line-height: 36px; }
      .popup h1 span {
        font-size: 20px !important; }
    .popup h2 {
      font-size: 1.2em !important; }
    .popup p {
      font-size: 1em !important;
      margin: 0 20px;
      line-height: 21px; }
  .carousel-indicators {
    bottom: 0px; }
  .logo-left-en {
    padding: 0 20px; }
    .logo-left-en img {
      height: 58px; }
  .col-lg-9.top-right-section {
    padding: 0 20px; }
  .logo-container {
    text-align: center; }
  .two-btns {
    margin: 18px 0 30px; }
    .two-btns button {
      max-width: 274px; }
    .two-btns button.green-btn {
      margin-top: 0; }
    .two-btns button.btn {
      padding: 15px 12px !important;
      width: 95%; }
    .two-btns .btn {
      padding: 15px 25px !important;
      font-size: 20px; }
  #time li {
    width: 60px;
    padding: 15px 5px 10px;
    margin-right: 5px; }
  #time p {
    font-size: 28px;
    font-family: 'Lucida',sans-serif;
    min-width: 40px; }
  #time span {
    font-size: 12px;
    width: 100%; }
  .header-bottom ul li {
    width: 100%;
    vertical-align: top; }
  .header-bottom .details-box {
    margin: 0 auto;
    width: 214px; }
  .btn-cta50 {
    color: #22aecf; }
  .text-center {
    text-align: center !important; }
  .participating.sponsors {
    padding-top: 0; }
  .participating img {
    margin: 0; }
  .counter-box {
    width: 90px; }
  .about-image-container ul li img {
    width: 257px; }
  .day-display-container {
    width: 100%; }
  .day-display {
    width: 100px;
    font-size: 20px; }
  .schedule-box {
    width: 100%; }
  .video-inline-list li {
    width: 100%; }
  #sbg-1 {
    background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-1.jpg) no-repeat left top/100% 100%; }
    #sbg-1 img {
      display: none; }
  #sbg-2 {
    background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-2.jpg) no-repeat left top/100% 100%; }
    #sbg-2 img {
      display: none; }
  #sbg-3 {
    background: transparent url(http://vepimg.b8cdn.com/uploads/vjf/134-pdn/bg-sm-3.jpg) no-repeat left top/100% 100%; }
    #sbg-3 img {
      display: none; }
  .navbar.navbar-default {
    margin-bottom: 0;
    min-height: auto; }
  .navbar-header {
    display: block !important;
    margin-top: -15px; }
  .navbar-default .navbar-collapse {
    display: none !important;
    text-align: center;
    margin-top: -15px; }
  .navbar-default .navbar-collapse.in {
    display: block !important;
    text-align: center;
    background: #fff;
    color: #111; }
  .navbar-default .navbar-form {
    display: block !important;
    text-align: center;
    background: #1791c7; }
  .navbar-default .navbar-nav > li > a {
    border-right: none;
    color: #111; }
  .left-border {
    border-left: none; }
  .schedule-date {
    padding: 10px 15px;
    margin-bottom: 15px; }
  .bor-bottom {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .team-info {
    margin-bottom: 20px;
    padding-top: 0px;
    text-align: center !important; }
    .team-info p {
      text-align: center !important; }
  .padLeft40 {
    padding-left: 0px; }
  .team-thumnail {
    margin: auto; }
  .topad img {
    height: 80px; }
  #banner-slider .carousel {
    height: auto !important; }
  #banner-slider .carousel-inner {
    height: auto !important; }
  #banner-slider .item {
    height: auto !important; }
    #banner-slider .item > img {
      height: auto !important; } }

@media only screen and (max-width: 480px) {
  .speaker-section .col-md-1.col-xs-4 {
    padding: 10px; }
  .speaker-section .row {
    padding-top: 0px; }
  .wt-img img {
    width: auto;
    height: auto; }
  #banner-slider .carousel {
    height: 360px !important; }
  #banner-slider .carousel-inner {
    height: 360px !important; }
  #banner-slider .item {
    height: 360px !important; }
    #banner-slider .item > img {
      height: 360px !important; }
  #clockdiv {
    font-size: 28px; }
    #clockdiv .smalltext {
      font-size: 16px; }
    #clockdiv div > span {
      min-width: auto; }
  .newhead .two-btns {
    margin: 20px 0px; }
    .newhead .two-btns br {
      display: none; }
  .two-btns .btn {
    width: 100%;
    margin-top: 10px; }
  .two-btns .green-btn {
    margin-right: 0px; }
    .two-btns .green-btn:hover {
      margin-right: 0px; }
  .popup {
    padding-bottom: 0; }
    .popup h1 {
      margin-bottom: 60px;
      font-size: 2.0em !important; }
    .popup h2 {
      margin-bottom: 30px; }
  .navbar-header {
    display: inline-block !important;
    margin: 0;
    float: right; }
  .navbar-toggle {
    margin-top: -10px; }
  .counter {
    display: none; }
    .counter .list-inline li {
      padding-left: 0px;
      padding-right: 0px; }
  .hero-info-container {
    text-align: center;
    padding: 20px 0 60px 0; }
  .number {
    font-size: 25px; }
  .counter-box {
    padding: 15px 5px;
    width: 50px; }
  .duration {
    font-size: 9px; }
  .time-date .event-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px; }
  .time-date .date {
    font-size: 16px; }
  .time-display {
    margin-bottom: 10px; }
  .simple-section h3 {
    text-align: left;
    padding-left: 10px; }
  .agenda-row h4 {
    line-height: 24px; }
  .agenda-row .agenda-col:last-child {
    background: none; }
  .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
  .navbar-default .navbar-form {
    padding-left: 0;
    padding-right: 0; }
  .header-content {
    background: transparent;
    -webkit-box-shadow: 2px 2px 4px rgba(17, 17, 17, 0.1);
    box-shadow: 2px 2px 4px rgba(17, 17, 17, 0.1); }
    .header-content .navbar-collapse .btn-info {
      margin: 8px 0; }
    .header-content .container {
      max-width: 100% !important;
      width: 100% !important;
      padding: 10px 0 !important; }
  .logo-left-en {
    text-align: left !important; }
    .logo-left-en img {
      height: 35px; }
  .col-lg-9.top-right-section {
    margin-top: -30px;
    float: none; }
  .slick-dots li {
    width: 18px;
    height: 18px; }
    .slick-dots li:after {
      width: 6px;
      height: 6px; }
    .slick-dots li:not(:last-child) {
      margin-right: 10px; }
  .header-tag {
    font: 700 18px/24px "Conv_MetaProOM", Sans-Serif;
    padding-left: 10px; }
  div.col-sm-7.five-three,
  div.col-sm-5.five-two {
    width: 100% !important; }
    div.col-sm-7.five-three .event-box,
    div.col-sm-5.five-two .event-box {
      margin-top: 15px; } }

.booths .booth {
  background: #f4f4f4;
  margin-bottom: 30px;
  padding: 24px;
  min-height: 130px; }
  .booths .booth .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    min-height: 36px; }
  .booths .booth a {
    display: inline-block;
    margin-top: 15px;
    color: #EE7021; }

.agenda-rows {
  padding-left: 30px; }

div#group-container-field_id_1274367 .multi-box-container-parent-items.checkbox label {
  color: transparent; }

/*# sourceMappingURL=app.min.css.map */

.edit-profile .controls{
display:none !important;
}

.modal-dialog .modal-header {
    background: #EE7021;
    border-radius: 5px 5px 0px 0px;
}

.modal-dialog .modal-header {
    border-radius: 5px 5px 0px 0px;
}