/* ============================================
   DSCI FinSec Conclave 2018 - Custom Stylesheet
   Bootstrap 5.3.3 compatible
   ============================================ */

/* ----- Font Face Declarations ----- */
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300.eot");
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300.woff2") format("woff2"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300.woff") format("woff"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300.ttf") format("truetype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300.svg#Ubuntu") format("svg");
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300italic.eot");
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300italic.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300italic.woff2") format("woff2"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300italic.woff") format("woff"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300italic.ttf") format("truetype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-300italic.svg#Ubuntu") format("svg");
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-regular.eot");
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-regular.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-regular.woff2") format("woff2"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-regular.woff") format("woff"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-regular.ttf") format("truetype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-regular.svg#Ubuntu") format("svg");
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500.eot");
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500.woff2") format("woff2"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500.woff") format("woff"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500.ttf") format("truetype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500.svg#Ubuntu") format("svg");
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500italic.eot");
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500italic.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500italic.woff2") format("woff2"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500italic.woff") format("woff"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500italic.ttf") format("truetype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-500italic.svg#Ubuntu") format("svg");
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700.eot");
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700.woff2") format("woff2"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700.woff") format("woff"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700.ttf") format("truetype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700.svg#Ubuntu") format("svg");
}
@font-face {
  font-display: swap;
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700italic.eot");
  src: url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700italic.eot?#iefix") format("embedded-opentype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700italic.woff2") format("woff2"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700italic.woff") format("woff"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700italic.ttf") format("truetype"),
       url("../fonts/ubuntu-v20-latin/ubuntu-v20-latin-700italic.svg#Ubuntu") format("svg");
}

/* ----- Base Typography ----- */
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #999;
  background-color: #fff;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Ubuntu";
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
}
a {
  color: #fac42b;
  text-decoration: none;
  transition: all 0.35s;
}
a:hover, a:focus {
  color: #d4a520;
  text-decoration: none;
}
code, kbd, pre, samp {
  font-family: "Ubuntu", sans-serif;
}

/* ----- BS5 Compatibility Overrides ----- */
.navbar { display: flex !important; }
.navbar-collapse.collapse { display: none !important; }
.navbar-collapse.collapse.show { display: block !important; }
.navbar-collapse.collapsing { display: block !important; }
@media (min-width: 992px) {
  .navbar-collapse.collapse { display: flex !important; }
}
.navbar-nav { float: none !important; margin: 0 !important; height: auto !important; overflow: visible !important; }
.navbar-nav > li { float: none !important; width: auto !important; }
.navbar-nav > li > a { padding-top: 11px; padding-bottom: 11px; }
.navbar-brand.event-logo img { max-height: 70px; width: auto;height: 100%; }
.collapse.show { display: block !important; }
.modal.show { display: block !important; }
.modal.show .modal-dialog { transform: translate(0, 0); }
.modal-backdrop.show { opacity: 0.5; }

.row { display: flex !important; flex-wrap: wrap !important; }
.row::before, .row::after { display: none !important; }
.hidden { display: none !important; }
.pbr-footer {background-color: #fac42b;}
.pbr-footer .container { display: flex; flex-wrap: wrap; align-items: center; }
.pbr-footer .container .col-lg-4 { display: flex; justify-content: flex-start; align-items: center; }
.pbr-footer .container .col-lg-8 { display: flex; justify-content: flex-end; align-items: center; }
footer .social-icons > li > a { text-decoration: none; }

/* ----- Utility Classes (extracted from inline styles) ----- */
.modal-dialog .modal-lg { max-width: 90%; }
.modal .col-lg-4.col-sm-4 { padding: 0; }
/* Speaker modal layout */
.modal-speaker-name { font-size: 30px; font-weight: 700; text-transform: uppercase; margin-top: 0; }
.speaker-modal-main { padding: 20px 20px 20px 10px; }
.mymodal .modal-content { overflow: hidden; }
.mymodal .modal-content > .row { --bs-gutter-x: 0; }

.agenda_list_detail { border-top: 1px solid #eee; margin-top: 15px; padding: 15px; }
.agenda_list_detail .speaker.entry-content { display: flex; }
.agenda_list_detail .speaker.entry-content .left { flex: 0 0 150px; text-align: center; padding: 10px; }
.agenda_list_detail .speaker.entry-content .right { flex: 1; padding-left: 15px; }
.agenda_list_detail .speaker.entry-content ul.speakers { list-style: none; padding: 0; display: flex; gap: 5px; flex-wrap: wrap; }
.agenda_list_detail .speaker.entry-content ul.speakers li { width: 50px; height: 50px; overflow: hidden; }
.agenda_list_detail .speaker.entry-content ul.speakers li img { width: 100%; height: 100%; object-fit: cover; }
.modal-desc { padding-left: 10px; }
.schedule_height { padding: 0 !important; }
.schedule-session-title { font-size: 18px !important; }
.schedule-icon { height: 40px; }
.session-meta-icon { color: #A5A5A5; }
.speaker_description { margin-top: 10px; margin-bottom: 3%; }
.speaker_holder_class { margin-bottom: 0; font-size: 18px; }
.speaker_holder_class .item{margin: 1rem;}
.speaker-social { text-align: left; margin-bottom: 0; margin-top: 10px; background-color:#fff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
.theme-label { color: #fff; font-size: 10pt; text-align: center; display: block; }
.flat_icons { margin-bottom: 20px; }
.speaker-modal-img { max-height: 80%; max-width: 80%; position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: auto; }

/* Sponsor / Partner / Exhibitor logo grid */
.flipper { position: relative; height: 175px; border: 1px solid #eee; padding: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; margin: 15px 0; }
.flipper .front { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.flipper .front img.speaker-modal-img { position: static; max-width: 100%; max-height: 100%; object-fit: contain; }
.flipper .back { display: none; }
.center-box { margin-bottom: 20px; }
.center-box > [data-bs-toggle="modal"] { display: block; }
.sponsor_name { font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; color: #333; margin-bottom: 30px; }
.modal .container { width: auto !important; }
.modal {background: rgba(0, 0, 0, 0.75);padding-top: 6%;}
.modal-dialog #speaker-detail{background-color: #fff;box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);}
.modal-dialog #speaker-detail img {
  width: 100%;
  height: auto;
  padding: 18%;
}
.modal-dialog .sponsor-name-class{ font-size: 25px !important;text-align: left;}
.modal-dialog .lead.supporter-title {
  text-align: left;
  margin-bottom: 0;
}
.modal-dialog .lead {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.modal-dialog #speaker-detail .btn-close {
  color: #fff;
  opacity: 1;
}
.agenda_description { padding: 15px; }
.text-muted-custom { color: #333; }
.text-justify { text-align: justify; }
.hero-banner { margin-top: 50px; background-color: #E9E9E9; }
.event-timer-text { font-size: 30px; margin-top: 15px; }
.exhibitor-img { height: 150px; }
.schedule-desc-text { font-size: 14px; }
.text-nodecor { text-decoration: none; }
.schedule-content-height { height: 120px; overflow: hidden; }
.sponsor-logo-height { height: 175px; }
.exhibitor-main-image {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 10px;
  height: 150px;
  margin: 15px 0;
}

/* ----- Inline Styles (moved from HTML) ----- */
.vc_custom_1450065860482 { padding-top: 25px !important; }
.venue-images { background-image: url(../images/bg-venue.jpg); }
.venue-images {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 500px;
  display: table;
  width: 100%;
}
.venue-images .venue-inner {
  color: #b0b0b0;
  background: rgba(0, 0, 0, 0.7);
  display: table-cell;
  vertical-align: middle;
}
.venue-inner h4 {
  color: #fff;
}
.vc_custom_786 {
  padding: 35px 0;
  position: relative;
  background: none;
  background-size: cover;
}

.vc_custom_1453445844403 {
  padding-top: 50px !important;
  background-image: url(../images/bg-pricing.jpg) !important;
}
footer .social-icons { list-style: none; padding: 0; margin: 20px 0; }
footer .social-icons > li { display: inline-block; margin: 10px; }
footer .social-icons > li > a { color: #000; }
.social-footer-right a { color: #000 !important; }
.wpb_animate_when_almost_visible { opacity: 1; }
#attend_profile {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0,0,0,0.55) url(../images/business.jpg) no-repeat center center fixed;
  background-size: cover;
}
.reg-card-left { background-color: #fac42b; }
.reg-card-left .price { font-size: 42px; font-weight: 700; color: #000; }
.reg-card-left .currency { font-size: 20px; vertical-align: super; }
.reg-card-left h5 { color: #000; }

/* Pricing button inside registration left stripe */
.registerButton {
  border: 2px solid #000 !important;
  color: #000 !important;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 5px;
}

/* Show "CLOSED" button on card hover (with animation) */
#ticket .registerButton {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 250ms ease, transform 250ms ease;
  pointer-events: none;
}

#ticket .btn:hover{
  background-color: transparent!important;
  pointer-events: none;
}

#ticket .card:hover .registerButton,
#ticket .card:focus-within .registerButton {
  opacity: 1;
  transform: translateY(0);
  pointer-events: none;
}

/* Touch devices: no hover, keep button visible */
@media (hover: none) {
  #ticket .registerButton {
    opacity: 1;
    transform: translateY(0);
    pointer-events: none;
  }
}
#feedback-section { background: #262626; padding: 80px 0 80px; }
#feedback-section h2 { color: #fff; text-align: center; font-size: 30px; }
#feedback-section .dt-tabs { display: flex; align-items: center; justify-content: center; }
.eventime_button { background: #FAC42B !important; }

/* ----- Theme & Component Styles (extracted from compressed CSS) ----- */
html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body {margin: 0;}
article, footer, nav, section {display: block;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
strong {font-weight: bold;}
h1 {font-size: 2em;margin: 0.67em 0;}
small {font-size: 80%;}
img {border: 0;}
hr {box-sizing: content-box;height: 0;}
pre {overflow: auto;}
button, input, select, textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
textarea {overflow: auto;}
table {border-collapse: collapse;border-spacing: 0;}
td, th {padding: 0;}
@media print {
a, a:visited {text-decoration: underline;}
a[href]:after {content: " (" attr(href) ")";}
a[href^="#"]:after, a[href^="javascript:"]:after {content: "";}
pre, blockquote {border: 1px solid #999;page-break-inside: avoid;}
tr, img {page-break-inside: avoid;}
img {max-width: 100% !important;}
p, h2, h3 {orphans: 3;widows: 3;}
h2, h3 {page-break-after: avoid;}
.navbar {display: none;}
}
html {font-size: 10px;-webkit-tap-highlight-color: transparent;}
input, button, select, textarea {font-family: inherit;font-size: inherit;line-height: inherit;}
a:hover, a:focus {color: #fac42b;text-decoration: none;}
a:focus {outline: 0;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
img {vertical-align: middle;}
hr {margin-top: 28px;margin-bottom: 28px;border: 0;border-top: 1px solid #eee;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {font-weight: normal;line-height: 1;color: #777;}
h1, h2, h3 {margin-top: 28px;margin-bottom: 14px;}
h1 small, h2 small, h3 small {font-size: 65%;}
h4, h5, h6 {margin-top: 14px;margin-bottom: 14px;}
h4 small, h5 small, h6 small {font-size: 75%;}
h1 {font-size: 41px;}
h2 {font-size: 34px;}
h3 {font-size: 28px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
p {margin: 0 0 14px;}
small {font-size: 87%;}
ul {margin-top: 0;margin-bottom: 14px;}
ul ul, ul ol, ol ul {margin-bottom: 0;}
blockquote {padding: 14px 28px;margin: 0 0 28px;font-size: 20px;border-left: 5px solid #eee;}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {margin-bottom: 0;}
blockquote footer, blockquote small {display: block;font-size: 80%;line-height: 1.8;color: #777;}
blockquote footer:before, blockquote small:before {content: "\2014 \00A0";}
blockquote.float-end {padding-right: 15px;padding-left: 0;border-right: 5px solid #eee;border-left: 0;text-align: right;}
blockquote.float-end footer:before, blockquote.float-end small:before, blockquote.float-end .small:before {content: "";}
blockquote.float-end footer:after, blockquote.float-end small:after, blockquote.float-end .small:after {content: "\00A0 \2014";}
code {padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 0;}
kbd {padding: 2px 4px;font-size: 90%;color: #fff;background-color: #333;border-radius: 0;box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);}
kbd kbd {padding: 0;font-size: 100%;font-weight: bold;box-shadow: none;}
pre {display: block;padding: 13.5px;margin: 0 0 14px;font-size: 15px;line-height: 1.8;word-break: break-all;word-wrap: break-word;color: #666;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 0;}
pre code {padding: 0;font-size: inherit;color: inherit;white-space: pre-wrap;background-color: transparent;border-radius: 0;}
table {background-color: transparent;}
th {text-align: left;}
table {width: 100%;max-width: 100%;margin-bottom: 28px;}
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {padding: 8px;line-height: 1.8;vertical-align: top;border-top: 1px solid #ddd;}
table > thead > tr > th {vertical-align: bottom;border-bottom: 2px solid #ddd;}
table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > td {border-top: 0;}
table > tbody + tbody {border-top: 2px solid #ddd;}
table col[class*="col-"] {position: static;float: none;display: table-column;}
table td[class*="col-"], table th[class*="col-"] {position: static;float: none;display: table-cell;}
@media screen and (max-width: 767px) {
  #attend_profile .heading-inner h2 { font-size: 24px; letter-spacing: 1px; }
}
/* ----- Navbar Theme Styles ----- */
.navbar-light { background-color: #f8f8f8; border-color: #e7e7e7; }
.navbar-light .navbar-nav > li > a { color: #000; }
.navbar-light .navbar-nav > li {
  /* padding: 15px 0; */
  font-family: "Ubuntu", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  transition: all 0.35s;
}
.navbar-light .navbar-nav > li > a:hover::before,
.navbar-light .navbar-nav > li > a:focus::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #fac42b !important;
  z-index: 9;
  opacity: 1;
  transition: all 0.35s;
}
.navbar-light .navbar-nav > .active > a { color: #000; background-color: transparent; }
.navbar-light .navbar-nav > .active > a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #fac42b !important;
  z-index: 9;
  opacity: 1;
}
.navbar-light .navbar-toggler { border-color: #ddd; }
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus { background-color: #ddd; }
.navbar-light .navbar-nav > li:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }

/* ----- Responsive Navbar ----- */
@media (max-width: 991px) {
  .navbar-toggler { display: block;position: absolute; right: 1rem;top: 40%;}
  .event-logo img { max-height: 50px; }
}
@media (min-width: 992px) {
  .event-logo img { max-height: 50px; }
}

/* ----- Header UI Fix (BS5 markup alignment) ----- */
.navbar.fixed-top.navbar-light {
  background-color: #f8f8f8 !important;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  min-height: 74px;
  z-index: 1040;
}
.navbar .container {
  align-items: center;
}
.navbar-brand.event-logo {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar-nav {
  margin-left: auto !important;
  gap: 4px;
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.navbar-nav .nav-link {
  color: #000 !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 24px 12px 20px;
  line-height: 1.2;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #000 !important;
}
.navbar-nav .nav-link::after {
  /* Existing theme already draws underline using ::before; avoid double underline on hover. */
  display: none !important;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus::after,
.navbar-nav .nav-item.active .nav-link::after {
  transform: scaleX(1);
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  border: 1px solid #eee;
}
.navbar-nav .dropdown-item {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 16px;
}
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  background-color: #f5f5f5;
  color: #000;
}
.hero-banner {
  margin-top: 74px;
}
@media (min-width: 992px) {
  .navbar-nav > .nav-item:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar.fixed-top.navbar-light {
    min-height: 62px;
  }
  
  .navbar-collapse {
    background: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-nav .nav-link {
    padding: 12px 10px;
  }
  .navbar-nav .nav-link::after {
    bottom: 8px;
  }
  .hero-banner {
    margin-top: 62px;
  }
}

#highlight #left-sec, #highlight #right-sec {
  min-height: 100px;
}

#highlight #left-sec {
  color: #b0b0b0;
  background: #262626;
}

#highlight h2 {
  color: #fff;
  margin-bottom: 0;
}

/* key theme */
.vc_custom_1453445673251 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  z-index: 99;
}
.section-description {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: justify;
}

/* who should attend */
.wpb-container .stackholder_box {
  margin-bottom: 15px;
}
.wpb-container .wpb_row{
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpb-container .stackholder_box .wpb_wrapper .layer{
  background-color: rgba(0, 0, 0, 0.52);
}
/* registrations */
.registrations-main {
  margin: 3rem 0px;
}
.registrations-main .product{

}
.registrations-main .product .product-featured{
  display: block;
    position: relative;
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    background: #fff;
    z-index: 0;
    min-height: 240px;
    margin-bottom: 30px;
    outline: 5px solid transparent;
    outline-offset: -5px;
    overflow: hidden;
}

{
  min-height: 235px;
  padding-top: 40px !important;
  padding-bottom: 45px !important;
  position: relative;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

/* ----- Modal Overrides ----- */
.modal-title { margin: 0; line-height: 1.4; }
@media (min-width: 768px) {
  .modal-dialog { margin: 30px auto; }
}
@media (min-width: 992px) {
  .modal-lg { max-width: 900px; }
}
img {max-width: 100%;height: auto;}
a:hover {text-decoration: none;color: #fac42b;}
#main .container {position: relative;}
#main .container .container {width: 100%;}
#page {position: relative;margin-left: auto;margin-right: auto;background: transparent;overflow-x: hidden;}
.topbar-mobile .fa {color: #fff;font-size: 20px;}
#pbr-masthead #pbr-mainmenu #search-container a {color: #fac42b;font-size: 16px;}
.toggle-overlay-container.active {opacity: 1;visibility: visible;}
.pbr-massbottom-head .inner {background: #fac42b;padding: 6px 9px;border-top: #fabe17 solid 1px;color: #fac42b;}
.pbr-breadscrumb > .container {min-height: 320px;}
@media (max-width: 797px) {.pbr-breadscrumb .title-page {display: none;} }
.pbr-breadscrumb .breadcrumb li.active {color: #fac42b;font-weight: 700;}
.pbr-footer {color: #999;line-height: 30px;}
.pbr-footer .widget_nav_menu a {color: #999;}
.pbr-copyright .widget .widget-title, .pbr-copyright .widget .widgettitle {color: #fff;text-transform: none;margin: 0 0 25px;font-size: 18px;font-size: 1.8rem;}
.pbr-copyright .input-group .fa {color: #777;}
.pbr-copyright .container {border-top: 1px solid #434040;padding: 30px 0;}
@media (max-width: 1022px) {.pbr-copyright .container {padding: 0;} }
.widget {margin-bottom: 15px;position: relative;padding: 0;background: transparent;border-width: 0;border-style: solid;}
.widget .widget-title, .widget .widgettitle {padding: 10px 0;margin: 0;text-transform: uppercase;font-size: 14px;position: relative;z-index: 10;letter-spacing: 2px;line-height: 1.1;}
.widget .widget-title > span, .widget .widgettitle > span {padding: 0;display: inline-block;position: relative;}
.widget .widget-title .subtitle, .widget .widgettitle .subtitle {font-weight: normal;font-size: 11px;text-transform: none;}
.widget .widget-title .subtitle:before, .widget .widgettitle .subtitle:before {display: none;}
.widget .widget-content {border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;background-color: #fff;}
.widget .widget-content:before, .widget .widget-content:after {content: " ";display: table;}
.widget .widget-content:after {clear: both;}
.widget .widget-title-reversed {margin-right: 75px;}
.widget.nopadding .widget-content {padding: 0;margin: 0;}
.widget-default .widget-title {border-bottom-color: #000;}
.widget-default .widget-title > span:before {border-color: #000;}
.widget-primary .widget-title {border-bottom-color: #b99767;}
.widget-primary .widget-title > span:before {border-color: #b99767;}
.widget-success .widget-title {border-bottom-color: #dff0d8;}
.widget-success .widget-title > span:before {border-color: #dff0d8;}
.widget-info .widget-title {border-bottom-color: #d9edf7;}
.widget-info .widget-title > span:before {border-color: #d9edf7;}
.widget-warning .widget-title {border-bottom-color: #f0c73b;}
.widget-warning .widget-title > span:before {border-color: #f0c73b;}
.widget-danger .widget-title {border-bottom-color: #e93434;}
.widget-danger .widget-title > span:before {border-color: #e93434;}
.widget-static .widget-title {color: #fff;}
.wpo-sidebar .widget {margin-bottom: 20px;}
.wpo-sidebar .widget .widget-title {padding-left: 22px;position: relative;padding-bottom: 30px;}
.wpo-sidebar .widget .widget-title:after {content: "";position: absolute;width: 10px;height: 10px;border: 2px solid #fac42b;left: 0;top: 12px;z-index: 1;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.widget ul, .widget ol {list-style: none;padding: 0;}
.widget select {max-width: 100%;}
.widget ul > li ul {padding-left: 20px;}
.widget_mc4wp_form_widget .widget-title {display: none;}
.widget_mc4wp_form_widget .description {margin-bottom: 30px;}
.widget_mc4wp_form_widget .description .title {display: block;font-size: 18px;font-weight: 700;color: #000;margin-bottom: 8px;text-transform: uppercase;}
.widget_mc4wp_form_widget .description .content {display: block;font-family: "Playfair Display";font-size: 16px;color: #000;font-style: italic;}
@media (max-width: 1021px) {.widget_mc4wp_form_widget .content-form {width: 90%;} }
.widget_pbr_recent_post .item-post.media a.image {width: 80px;padding-right: 15px;}
.widget_pbr_recent_post .item-post.media .media-body .entry-title {margin: -3px 0 0;}
.widget_pbr_recent_post .post-stick-layout .item-post.media.item-big a.image {padding-right: 0;width: 100%;margin-bottom: 10px;}
.widget_pbr_recent_post .post-stick-layout .item-post.media.item-big .entry-title {margin: 0 0 10px;font-weight: 700;font-size: 14px;line-height: 20px;}
.widget_pbr_recent_post .post-stick-layout .item-post.media .media-body .entry-title {margin: 0 0 5px;}
.popupnewsletter .modal {text-align: center;}
@media screen and (min-width: 768px) {.popupnewsletter .modal:before {display: inline-block;vertical-align: middle;content: " ";height: 100%;} }
.popupnewsletter .modal-dialog {display: inline-block;text-align: left;vertical-align: middle;}
@media (min-width: 1021px) {.widget_pbr_socials_widget {width: 30%;} }
@media (max-width: 1229px) {.navbar-mega .navbar-nav > li > a {padding: 0 10px !important;} }
@media (max-width: 1229px) {.navbar-mega .navbar-nav > li > a {padding: 0 15px;} }
@media (min-width: 768px) {.navbar-mega .navbar-nav > li:hover > .dropdown-menu {display: table;opacity: 1;right: 0;transform: translate(0px, 0px);visibility: visible;} }
.pbr-vertical-menu .navbar-vertical-mega > li .dropdown-menu {top: 0;left: 100%;}
.pbr-vertical-menu .navbar-vertical-mega > li:hover > .dropdown-menu {display: block;}
.pbr-vertical-menu.menu-right > li .dropdown-menu {top: 0;right: 100%;}
.page-error404 .site-content {padding: 100px 0;}
.main-index .site-content > .post {margin-bottom: 20px;}
.main-index .site-content > .post .entry-header {min-height: 120px;position: relative;padding-left: 135px;border-bottom: 1px solid #f7c23b;margin-bottom: 40px;}
.main-index .site-content > .post .entry-header .main-header {position: absolute;left: 135px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.main-index .site-content > .post .entry-title {padding-top: 10px;}
.main-index .site-content > .post .created {min-height: 120px;padding: 20px 20px 0;color: #000;font-weight: 700;background: #fac42b;position: absolute;top: 0;left: 0;line-height: 1;}
.main-index .site-content > .post .created .date {font-size: 60px;display: block;text-transform: uppercase;}
.main-index .site-content > .post .created .year {display: block;font-size: 12px;text-transform: uppercase;}
.main-index .site-content > .post.sticky .entry-title {padding-top: 0;}
.main-index .site-content > .post.sticky .entry-header {border: 1px solid #fac42b;background: #f5f5f5;}
#comments input[type*="text"], #comments textarea {-webkit-box-shadow: none;box-shadow: none;border: 1px solid #f7c23b;}
.entry-content {-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;word-wrap: break-word;}
.entry-content table {font-size: 14px;line-height: 1.2857142857;margin-bottom: 24px;}
.entry-content th {font-weight: 700;padding: 8px;text-transform: uppercase;}
.entry-content td {padding: 8px;}
.entry-content .edit-link {clear: both;display: block;font-size: 12px;font-weight: 400;line-height: 1.3333333333;text-transform: uppercase;}
.entry-content .edit-link a {color: #fac42b;text-decoration: none;}
.entry-content .edit-link a:hover {color: #41a62a;}
.entry-content .more-link {white-space: nowrap;}
.entry-content-page {position: relative;}
.entry-content-page .edit-link {background: #000;position: absolute;top: 0;right: 0;padding: 5px 6px;z-index: 10000;}
.entry-content-page .edit-link a {font-size: 11px;color: #fff !important;}
.hentry .mejs-container {margin: 12px 0 18px;}
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {background: #000;}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {background: #fff;}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {background: #24890d;}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {background: rgba(255, 255, 255, 0.33);}
.hentry .mejs-container .mejs-controls .mejs-time {padding-top: 9px;}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {border-radius: 0;}
.hentry .mejs-overlay-loading {background: transparent;}
.hentry .mejs-overlay-button {background-color: #fff;background-image: none;border-radius: 2px;box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);color: #000;height: 36px;margin-left: -24px;width: 48px;}
.hentry .mejs-overlay-button:before {-webkit-font-smoothing: antialiased;content: "\f452";display: inline-block;font: normal 32px/1.125 Genericons;position: absolute;top: 1px;left: 10px;}
.hentry .mejs-controls .mejs-button button:focus {outline: 0;}
.hentry .mejs-controls .mejs-button button {-webkit-font-smoothing: antialiased;background: 0;color: #fff;display: inline-block;font: normal 16px/1 Genericons;}
.hentry .mejs-playpause-button.mejs-play button:before {content: "\f452";}
.hentry .mejs-playpause-button.mejs-pause button:before {content: "\f448";}
.hentry .mejs-volume-button.mejs-mute button:before {content: "\f109";font-size: 20px;position: absolute;top: -2px;left: 0;}
.hentry .mejs-volume-button.mejs-unmute button:before {content: "\f109";left: 0;position: absolute;top: 0;}
.hentry .mejs-fullscreen-button button:before {content: "\f474";}
.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {content: "\f406";}
.hentry .mejs-overlay:hover .mejs-overlay-button {background-color: #24890d;color: #fff;}
.hentry .mejs-controls .mejs-button button:hover {color: #41a62a;}
article {position: relative;}
article.post .entry-title a {font-weight: 400;font-size: 24px;color: #000;}
article header {position: relative;}
article h5.entry-title {line-height: 1.4;text-transform: uppercase;font-weight: 700;margin-top: 15px;}
.single-body .entry-title h1 {display: block !important;}
.posts-list .post .entry-title {margin-bottom: 6px;}
.posts-list .post .entry-title a {font-size: 16px;text-transform: none;color: #000;font-weight: 700;}
.posts-list .post .entry-title a:hover {color: #fac42b;}
.post.single-v2 .entry-title {margin-top: 0;padding-top: 10px;}
.post.single-v2 .entry-title a {font-size: 24px;color: #000;}
.single-opalsgevent_session .content-single .content-inner {border: 1px solid #f7c23b;border-top: 0;padding: 30px;}
.single-opalsgevent_session .content-single .content-inner .session-time {background: #fac42b;padding: 6px 20px;color: #000;font-weight: 700;font-size: 12px;display: inline-block;}
.single-opalsgevent_session .content-single .content-inner .entry-title {font-size: 30px;text-transform: none;margin: 20px 0;}
.single-opalsgevent_session .list-speakers .opalsgevent_speaker .left {width: 70px;float: left;}
.single-opalsgevent_session .list-speakers .opalsgevent_speaker .right {padding-left: 90px;}
.single-opalsgevent_session .list-speakers .opalsgevent_speaker .entry-title {margin: 0;}
.single-opalsgevent_session .list-speakers .opalsgevent_speaker .entry-title a {font-size: 14px;font-weight: 700;text-transform: none;}
.single-opalsgevent_speaker .site-main {padding-bottom: 0 !important;}
.single-opalsgevent_speaker .entry-summary .entry-title {margin: 0 0 5px;font-size: 30px;text-transform: none;color: #000;}
.single-opalsgevent_speaker .entry-summary .job {color: #666;}
.single-opalsgevent_speaker .pbr-other-speaker .item {padding-top: 0 !important;}
.single-opalsgevent_speaker .pbr-other-speaker .item .meta {text-align: left;padding: 20px 0 0;}
.single-opalsgevent_speaker .pbr-other-speaker .item .meta .title a {font-weight: 700;text-align: left;display: block;font-weight: 18px;color: #000;}
.single-opalsgevent_speaker .pbr-other-speaker .item .meta .job {text-align: left;color: #666;font-size: 16px;}
.single-portfolio .header-title .entry-title {margin-top: 0;}
.ih-item.square .info {backface-visibility: hidden;bottom: 0;left: 0;position: absolute;right: 0;text-align: center;top: 0;background: #333;color: #fff;}
.ih-item.square .info > * {color: #fff;}
.ih-item.square .info h3 {text-transform: uppercase;color: #fff;text-align: center;padding: 10px;background: #000;margin: 30px 0 0 0;font-size: 17px;}
.ih-item.square .info p {font-style: italic;position: relative;color: #bbb;padding: 20px 20px 20px;text-align: center;font-size: 16px;}
.ih-item.square.effect2.colored .info {background: #333;}
.ih-item.square.effect2.colored .info h3 {background: #111;}
.ih-item.square.effect2 .info {background: #333;visibility: hidden;-webkit-transition: all 0.35s 0.3s ease-in-out;-o-transition: all 0.35s 0.3s ease-in-out;transition: all 0.35s 0.3s ease-in-out;}
.ih-item.square.effect2 .info h3 {-webkit-transform: translateY(-200px);-moz-transform: translateY(-200px);-ms-transform: translateY(-200px);-o-transform: translateY(-200px);transform: translateY(-200px);-webkit-transition: all 0.35s 0.6s ease-in-out;-o-transition: all 0.35s 0.6s ease-in-out;transition: all 0.35s 0.6s ease-in-out;}
.ih-item.square.effect2 .info p {-webkit-transform: translateY(-200px);-moz-transform: translateY(-200px);-ms-transform: translateY(-200px);-o-transform: translateY(-200px);transform: translateY(-200px);-webkit-transition: all 0.35s 0.5s linear;-o-transition: all 0.35s 0.5s linear;transition: all 0.35s 0.5s linear;}
.ih-item.square.effect2 a:hover .info {visibility: visible;}
.ih-item.square.effect2 a:hover .info h3, .ih-item.square.effect2 a:hover .info p {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.ih-item.square.effect3.bottom_to_top .info {top: auto;opacity: 0;filter: alpha(opacity=0);-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
.ih-item.square.effect3.bottom_to_top a:hover .info {opacity: 1;filter: alpha(opacity=100);-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.ih-item.square.effect5 .info {background: #000;opacity: 0;-webkit-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.ih-item.square.effect5 a:hover .info {visibility: visible;opacity: 1;-webkit-transform: scale(1) rotate(0deg);-moz-transform: scale(1) rotate(0deg);-ms-transform: scale(1) rotate(0deg);-o-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);-webkit-transition-delay: 0.3s, 0.3s;-moz-transition-delay: 0.3s, 0.3s;-ms-transition-delay: 0.3s, 0.3s;-o-transition-delay: 0.3s, 0.3s;transition-delay: 0.3s, 0.3s;}
.ih-item.square.effect5.left_to_right .info {-webkit-transform: scale(0) rotate(-180deg);-moz-transform: scale(0) rotate(-180deg);-ms-transform: scale(0) rotate(-180deg);-o-transform: scale(0) rotate(-180deg);transform: scale(0) rotate(-180deg);}
.ih-item.square.effect6 .info {background: #000;visibility: hidden;opacity: 0;-webkit-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.ih-item.square.effect6 .info h3 {-webkit-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.ih-item.square.effect6 .info p {-webkit-transition: all 0.35s 0.1s linear;-o-transition: all 0.35s 0.1s linear;transition: all 0.35s 0.1s linear;}
.ih-item.square.effect6 a:hover .info {visibility: visible;opacity: 1;}
.ih-item.square.effect6.bottom_to_top .info h3 {-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);}
.ih-item.square.effect6.bottom_to_top .info p {-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);}
.ih-item.square.effect6.bottom_to_top a:hover .info h3, .ih-item.square.effect6.bottom_to_top a:hover .info p {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.ih-item.square.effect7 .info {background: #000;visibility: hidden;opacity: 0;-webkit-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.ih-item.square.effect7 .info h3 {-webkit-transform: scale(4);-moz-transform: scale(4);-ms-transform: scale(4);-o-transform: scale(4);transform: scale(4);-webkit-transition: all 0.35s 0.1s ease-in-out;-o-transition: all 0.35s 0.1s ease-in-out;transition: all 0.35s 0.1s ease-in-out;}
.ih-item.square.effect7 .info p {-webkit-transform: scale(5);-moz-transform: scale(5);-ms-transform: scale(5);-o-transform: scale(5);transform: scale(5);-webkit-transition: all 0.35s 0.3s linear;-o-transition: all 0.35s 0.3s linear;transition: all 0.35s 0.3s linear;}
.ih-item.square.effect7 a:hover .info {visibility: visible;opacity: 1;}
.ih-item.square.effect7 a:hover .info h3, .ih-item.square.effect7 a:hover .info p {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.ih-item.square.effect8 .info {visibility: hidden;opacity: 0;-webkit-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.ih-item.square.effect8 .info h3 {-webkit-transition: all 0.35s 0.1s ease-in-out;-o-transition: all 0.35s 0.1s ease-in-out;transition: all 0.35s 0.1s ease-in-out;}
.ih-item.square.effect8 .info p {-webkit-transition: all 0.35s 0.15s linear;-o-transition: all 0.35s 0.15s linear;transition: all 0.35s 0.15s linear;}
.ih-item.square.effect8 a:hover .info {visibility: visible;opacity: 1;}
.ih-item.square.effect8.scale_up .info {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
.ih-item.square.effect8.scale_up .info h3, .ih-item.square.effect8.scale_up .info p {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
.ih-item.square.effect8.scale_up a:hover .info {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.ih-item.square.effect8.scale_up a:hover .info h3, .ih-item.square.effect8.scale_up a:hover .info p {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.ih-item.square.effect10 .info {visibility: hidden;opacity: 0;-webkit-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.ih-item.square.effect10 a:hover .info {visibility: visible;opacity: 1;}
.ih-item.square.effect10.left_to_right .info {-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);transform: translateX(-100%);}
.ih-item.square.effect10.left_to_right a:hover .info {-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
.ih-item.square.effect12 .info {background: #000;visibility: hidden;opacity: 0;-webkit-transition: all 0.35s ease-in;-o-transition: all 0.35s ease-in;transition: all 0.35s ease-in;}
.ih-item.square.effect12 .info h3 {-webkit-transition: all 0.35s ease-in;-o-transition: all 0.35s ease-in;transition: all 0.35s ease-in;}
.ih-item.square.effect12 .info p {-webkit-transition: all 0.35s ease-in;-o-transition: all 0.35s ease-in;transition: all 0.35s ease-in;}
.ih-item.square.effect12 a:hover .info {visibility: visible;opacity: 1;-webkit-transition-delay: 0.2s, 0.2s;-moz-transition-delay: 0.2s, 0.2s;-ms-transition-delay: 0.2s, 0.2s;-o-transition-delay: 0.2s, 0.2s;transition-delay: 0.2s, 0.2s;}
.ih-item.square.effect12 a:hover .info h3 {-webkit-transition-delay: 0.3s, 0.3s;-moz-transition-delay: 0.3s, 0.3s;-ms-transition-delay: 0.3s, 0.3s;-o-transition-delay: 0.3s, 0.3s;transition-delay: 0.3s, 0.3s;}
.ih-item.square.effect12 a:hover .info p {-webkit-transition-delay: 0.25s, 0.25s;-moz-transition-delay: 0.25s, 0.25s;-ms-transition-delay: 0.25s, 0.25s;-o-transition-delay: 0.25s, 0.25s;transition-delay: 0.25s, 0.25s;}
.ih-item.square.effect12.left_to_right .info {-webkit-transform: translate(-460px, -100px) rotate(-180deg);-moz-transform: translate(-460px, -100px) rotate(-180deg);-ms-transform: translate(-460px, -100px) rotate(-180deg);-o-transform: translate(-460px, -100px) rotate(-180deg);transform: translate(-460px, -100px) rotate(-180deg);}
.ih-item.square.effect12.left_to_right .info h3 {-webkit-transform: translateY(-100px);-moz-transform: translateY(-100px);-ms-transform: translateY(-100px);-o-transform: translateY(-100px);transform: translateY(-100px);}
.ih-item.square.effect12.left_to_right .info p {-webkit-transform: translateX(-300px) rotate(-90deg);-moz-transform: translateX(-300px) rotate(-90deg);-ms-transform: translateX(-300px) rotate(-90deg);-o-transform: translateX(-300px) rotate(-90deg);transform: translateX(-300px) rotate(-90deg);}
.ih-item.square.effect12.left_to_right a:hover .info {-webkit-transform: translate(0px, 0px);-moz-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);-o-transform: translate(0px, 0px);transform: translate(0px, 0px);}
.ih-item.square.effect12.left_to_right a:hover .info h3 {-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}
.ih-item.square.effect12.left_to_right a:hover .info p {-webkit-transform: translateX(0px) rotate(0deg);-moz-transform: translateX(0px) rotate(0deg);-ms-transform: translateX(0px) rotate(0deg);-o-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}
.ih-item.square.effect14 .info {visibility: hidden;opacity: 0;pointer-events: none;-webkit-transform: scale(0.5);-moz-transform: scale(0.5);-ms-transform: scale(0.5);-o-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.35s ease 0.2s;-o-transition: all 0.35s ease 0.2s;transition: all 0.35s ease 0.2s;}
.ih-item.square.effect14 a:hover .info {visibility: visible;opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.ih-item.square.effect15 .info {opacity: 0;-webkit-transition: all 0.35s ease-in-out 0.3s;-o-transition: all 0.35s ease-in-out 0.3s;transition: all 0.35s ease-in-out 0.3s;}
.ih-item.square.effect15 a:hover .info {visibility: visible;opacity: 1;}
.ih-item.square.effect15.left_to_right .info {-webkit-transform: rotateY(90deg);-moz-transform: rotateY(90deg);-ms-transform: rotateY(90deg);-o-transform: rotateY(90deg);transform: rotateY(90deg);-webkit-transform-origin: 0 50%;-moz-transform-origin: 0 50%;-ms-transform-origin: 0 50%;transform-origin: 0 50%;}
.ih-item.square.effect15.left_to_right a:hover .info {-webkit-transform: rotateY(0);-moz-transform: rotateY(0);-ms-transform: rotateY(0);-o-transform: rotateY(0);transform: rotateY(0);}
.ih-item.square.effect16 .info {opacity: 0;filter: alpha(opacity=0);background: #fac42b;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
@media (max-width: 1021px) {.ih-item.square.effect16 .info {padding-top: 10px !important;} }
@media (max-width: 797px) {.ih-item.square.effect16 .info {display: none !important;} }
.ih-item.square.effect16 .info h3 {background: 0;}
.ih-item.square.effect16 .info h3 a {color: #000 !important;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
.ih-item.square.effect16 .info h3 a:hover {color: #fff !important;}
.ih-item.square.effect16 .info .description {display: none;}
.ih-item.square.effect16 .info .created, .ih-item.square.effect16 .info .zoom {display: block !important;visibility: visible !important;padding: 0;color: #fff;font-weight: 400;}
.ih-item.square.effect16 .info .zoom i {border: 1px solid #fff !important;}
.ih-item.square.effect16 .info .info-inner {position: absolute;top: 50%;margin-top: -60px;left: 0;width: 100%;height: auto;z-index: 1;}
.ih-item.square.effect16 .info .info-inner h3 {margin: 0;}
.ih-item.square.effect16:hover .info {opacity: 1;filter: alpha(opacity=100);}
@media (max-width: 1021px) {.ih-item.square.effect16 .info {padding-top: 10px !important;} }
@media (max-width: 797px) {.ih-item.square.effect16 .info {display: none !important;} }
@media (max-width: 797px) {.space-top--80 {margin-top: 20px !important;} }
.space-0 {margin-bottom: 0 !important;}
.space-5 {margin-bottom: 5px !important;}
.space-20 {margin-bottom: 20px !important;}
.space-30 {margin-bottom: 30px !important;}
.space-padding-bottom-40 {padding-bottom: 40px !important;}
.bg-none {background: transparent !important;}
.no-space-row .row {margin: 0;}
.no-padding {margin: 0 !important;padding: 0 !important;}
.owl-carousel .owl-item .item {padding: 30px 15px;}
.owl-controls .owl-page.active {position: relative;top: 4px;}
.owl-controls .owl-page.active span {background: transparent;border: 2px solid #fac42b;width: 14px;height: 14px;}
.owl-carousel-play {position: relative;margin-left: -15px;margin-right: -15px;}
.over-hidden .container {overflow: hidden;}
.testimonials-v1 .icon {display: line-block;top: -10px;right: 30px;position: absolute;z-index: 1;}
.testimonials-v1 .testimonials-profile > div.testimonial-meta .name {font-size: 16px;font-weight: 700;text-transform: none;margin: 0;}
.testimonials-v1 .testimonials-profile > div.testimonial-meta .job {font-size: 12px;color: #999;font-weight: 700;text-transform: uppercase;}
.icons-examples .fa {font-size: 24px;font-size: 2.4rem;line-height: 40px;width: 40px;height: 40px;text-align: center;}
.counters .counter-wrap .fa {font-size: 46px;}
.heading {padding-bottom: 30px;}
.heading .heading-inner {text-align: left;position: relative;padding-left: 30px;}
.heading .heading-inner:after {content: "";width: 10px;height: 10px;border: 2px solid #fac42b;position: absolute;top: 10px;left: 0;z-index: 1;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.heading .heading-inner h2 {font-size: 30px;font-weight: 700;margin-bottom: 5px;letter-spacing: 3px;}
@media (max-width: 797px) {.heading .heading-inner h2 {font-size: 24px;letter-spacing: 1px;} }
.heading .heading-inner .subheading {font-size: 16px;color: #999;font-style: italic;font-family: "Playfair Display";position: relative;}
.heading .heading-inner .subheading:before {content: "";width: 2px;height: 30px;background: #fac42b;background-color: #e1e1e1;position: absolute;left: -26px;top: -5px;}
.heading .heading-inner .des {margin-top: 12px;}
.heading .heading-inner .des p {text-align: left !important;}
.heading.light-style h2 {color: #fff;}
.heading.light-style .subheading {color: #999;}
.heading.light-style .des {color: #fff;}
.heading.heading-v2 .heading-inner:after {top: 6px;}
.heading.heading-v2 .heading-inner:before {content: none;}
.heading.heading-v2 h2 {font-size: 25px;}
.pbr-feature-box .fbox-content .description {line-height: 26px;}
.pbr-feature-box.light-style .fbox-body h4 {color: #fac42b;}
.pbr-feature-box.light-style .description {color: #fff;}
.pbr-feature-box.icon-right .fbox-content .description {padding: 0;font-size: 16px;}
.pbr-feature-box.icon-top-left .description {padding: 10px 0 0;}
@media (max-width: 1021px) {.pbr-feature-box.icon-top-left.v3 {margin: 0 20px;} }
.pbr-feature-box.icon-top-left.v3 .fbox-content .description {font-size: 16px;line-height: 30px;}
.tab-v8 .nav-tabs {display: inline-block;border: 0;}
.tab-v8 .nav-tabs li {position: relative;}
.tab-v8 .nav-tabs li a {border: 0;background: transparent;font-weight: bold;text-transform: uppercase;font-size: 12px;color: #fff;}
.tab-v8 .nav-tabs li a.active, .tab-v8 .nav-tabs li a:focus, .tab-v8 .nav-tabs li a:hover {background: transparent;border-top: 0;}
.tab-v8 .nav-tabs li.active, .tab-v8 .nav-tabs li:focus, .tab-v8 .nav-tabs li:hover, .tab-v8 .nav-tabs li.ui-state-active {background: transparent;border: 0;}
.tab-v8 .nav-tabs li.active a, .tab-v8 .nav-tabs li:focus a, .tab-v8 .nav-tabs li:hover a, .tab-v8 .nav-tabs li.ui-state-active a {border: 0;color: #b99767;}
.tab-v8 .nav-tabs li:before {content: "/ ";padding: 0;color: #fff;position: absolute;right: -6px;top: 10px;}
.tab-v8 .nav-tabs li:last-child:before {content: none;}
.navtabs-black .nav-tabs > li > a, .navtabs-black .nav-tabs > li::before {color: #000;}
.bg-style-v2 {background: #f9f9f9 !important;position: relative;height: auto;position: relative;}
.bg-style-v2 .container {z-index: 999;}
.bg-style-v2:before {display: block !important;position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: url("../images/bg-event-bottom.jpg") no-repeat bottom center transparent;}
.effect-v1 .action {-webkit-transform: scale(1.12);-ms-transform: scale(1.12);-o-transform: scale(1.12);transform: scale(1.12);opacity: 0;filter: alpha(opacity=0);-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;}
.effect-v1:hover .action {-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.effect-v2 .action {-webkit-transform: translate3d(-10px, 0px, 0px);transform: translate3d(-10px, 0px, 0px);opacity: 0;filter: alpha(opacity=0);-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;}
.effect-v2:hover .action {-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px);opacity: 1;filter: alpha(opacity=100);}
.effect-v3 .action {opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate3d(0px, 40px, 0px);transform: translate3d(0px, 40px, 0px);-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;}
.effect-v3:hover .action {opacity: 1;filter: alpha(opacity=100);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px);}
.effect-v4 .action {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;}
.effect-v4:hover .action {opacity: 1;filter: alpha(opacity=100);-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.effect-v6 .action {transform: translate3d(0px, -100px, 0px);transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;opacity: 0;}
.effect-v6:hover .action {opacity: 1;transform: translate3d(0px, 0px, 0px);}
.effect-default .action {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);opacity: 0;filter: alpha(opacity=0);-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;border: 1px solid #fff;margin: 1em 0 0;padding: 1em;color: #fff;}
.effect-default:hover .action {-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
@-webkit-keyframes bounce {
  0% { -webkit-transform: translateY(-100%); opacity: 0; }
}
@-moz-keyframes bounce {
  0% { -moz-transform: translateY(-100%); opacity: 0; }
}
@-o-keyframes bounce {
  0% { -o-transform: translateY(-100%); opacity: 0; }
}
@keyframes bounce {
  0% { transform: translateY(-100%); opacity: 0; }
}
@media (max-width: 1021px) {.time-intro {margin-top: 100px;} }
@media (max-width: 797px) {.time-intro .large {font-size: 40px;line-height: 40px;letter-spacing: 0 !important;} }
.address-info .vc_column-inner {padding: 52px 10%;}
.address-info .title {font-weight: 700;font-size: 18px;color: #000;}
.wpb-container {left: 0 !important;margin-left: auto !important;margin-right: auto !important;}
.cols-nopadding .row > div[class*="col-"], .cols-nopadding .row > div[class^="col-"] {padding-left: 0 !important;padding-right: 0 !important;}
.cols-bot .container {padding-top: 30px;}
.cols-bot .row > div[class*="col-"]:after, .cols-bot .row > div[class^="col-"]:after {content: "";width: 10px;height: 10px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border: 2px solid #fac42b;position: absolute;top: 50%;margin-top: -5px;right: -5px;z-index: 1;}
.cols-bot .row > div[class*="col-"]:last-child:after, .cols-bot .row > div[class^="col-"]:last-child:after {content: none;display: none;}
.widget-text-heading .widget-heading .description {display: block;width: 70px;height: 110px;background: transparent;border: solid 4px #fac42b;position: absolute;z-index: -1;top: -20px;right: 50%;text-align: center;font-size: 12px;padding: 0;margin: 0 -35px 0;padding-top: 10px;}
.frontpage-blog .main-blog .post .entry-content {margin-top: 10px;}
.frontpage-blog .main-blog .post .entry-title {margin-bottom: 0;font-size: 16px;}
.frontpage-posts.frontpage-3 .main-posts .post .entry-title {text-transform: uppercase;}
.frontpage-posts.frontpage-3 .post .entry-content {padding-top: 20px;}
.frontpage-posts.frontpage-3 .post .entry-title {margin-top: 0;text-transform: none;}
.frontpage-posts.frontpage-9 .entry-content {color: #fff;position: absolute;bottom: 30px;background: transparent;left: 20px;}
.frontpage-posts.frontpage-9 .entry-title {font-size: 14px;height: 27px;overflow: hidden;}
.frontpage-posts.frontpage-9 .entry-title a {color: #fff;}
.frontpage-posts.frontpage-12 .secondary-posts .entry-title {text-transform: none;font-weight: normal;}
.frontpage-posts.frontpage-12 .secondary-posts .entry-date {color: #b99767;}
.frontpage-posts.frontpage-12 .secondary-posts .entry-date span {margin-right: 5px;}
.wpb_flickr_widget .wpb_wrapper {margin-top: -20px;}
.pbr-our-team ul.list-inline {margin-top: 10px;}
.pbr-our-team ul.list-inline li {width: 36px;height: 36px;line-height: 36px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border: 1px solid #f7c23b;background-color: #fff;}
.wpb_single_image .description {position: absolute;top: 40%;left: 20px;max-width: 90%;}
.wpb_single_image .description span {font-weight: bold;}
.pbr-block-countdown {padding: 5px;max-width: 370px;margin: 0 auto;}
.pbr-block-countdown .widget-title {padding-top: 0;margin: 0;text-align: center;}
.pbr-block-countdown .widget-title span {font-size: 14px;}
.pbr-block-countdown .content-inner {background: url("../images/bg-countdown.jpg") no-repeat center center transparent;padding: 50px 15px 50px;margin: 50px 15px;}
.pbr-block-countdown .content-inner .countdown-times > div {width: 50%;float: left;padding: 15px;text-align: center;}
.pbr-block-countdown .content-inner .countdown-times > div span {display: block;background: #fff;color: #999;font-size: 12px;text-transform: uppercase;font-weight: 700;line-height: 1.05;padding: 30px 0;}
.pbr-block-countdown .content-inner .countdown-times > div span b {color: #000;display: block;width: 100%;font-size: 40px;}
.pbr-block-countdown .content-inner .link {text-align: center;margin-top: 20px;}
.pbr-block-countdown .content-inner .link a {font-weight: 900;text-transform: uppercase;font-size: 14px;color: #000;border: 2px solid #000;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;padding: 10px 40px;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
.pbr-block-countdown .content-inner .link a:hover {background: #000;color: #fff;}
.widget-brand-logo .item-brand img {filter: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='matrix'values='0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010'/></filter></svg>#grayscale");-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: grayscale(100%);filter: grayscale(100%);}
.widget-brand-logo .item-brand:hover img {-webkit-filter: grayscale(0);-moz-filter: grayscale(0);filter: grayscale(0);filter: none;}
.widget-brand-logo.border .widget-brand-content > .row {margin-left: -7.5px;margin-right: -7.5px;margin-bottom: 10px !important;}
.widget-brand-logo.border .widget-brand-content > .row .item-brand {padding-right: 7.5px !important;padding-left: 7.5px !important;}
.widget-brand-logo.border .item-brand a {width: 100%;display: block;border: 1px solid #f7c23b;}
.widget-brand-logo.border .item-brand a:hover {border-color: #fac42b;}
.pbr-box-hover {position: relative;}
.pbr-box-hover .front {text-align: center;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);padding: 60px 0;}
.pbr-box-hover .front .icon {min-height: 60px;}
.pbr-box-hover .front h2 {font-size: 12px;font-weight: 900;color: #fff;text-transform: uppercase;margin-top: 15px;}
.pbr-box-hover .back {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 11;opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
.pbr-box-hover .back .content {color: #fff;padding: 10px 30px;vertical-align: middle;font-size: 14px;font-weight: 400;line-height: 24px;display: block;text-align: center;position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.pbr-box-hover:hover .front {-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);}
.pbr-box-hover:hover .back {opacity: 1;filter: alpha(opacity=100);-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.pbr-box-hover.style-1 .box-inner {-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;min-height: 325px;position: relative;padding: 50px 50px 30px;}
.pbr-box-hover.style-1 .box-inner:after {-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;content: "";top: 0;left: 0;width: 100%;height: 100%;position: absolute;z-index: 1;background: #fac42b;opacity: 0;filter: alpha(opacity=0);}
.pbr-box-hover.style-1 .box-inner > div {position: relative;z-index: 99;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
.pbr-box-hover.style-1 h2 {font-size: 14px;}
.pbr-box-hover.style-1 .front {padding: 0;text-align: left;}
.pbr-box-hover.style-1 .icon {min-height: auto;color: #fac42b;font-size: 32px;}
.pbr-box-hover.style-1 .back {position: static;opacity: 1;filter: alpha(opacity=100);-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);text-align: left;}
.pbr-box-hover.style-1 .back .content {text-align: left;padding: 0;-webkit-transform: none;-ms-transform: none;transform: none;font-size: 16px;font-weight: 100;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;word-wrap: break-word;}
.pbr-box-hover.style-1:hover .box-inner:after {opacity: 1;filter: alpha(opacity=100);}
.pbr-box-hover.style-1:hover .box-inner * {color: #000;}
.pbr-box-hover.style-1:hover .front {-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.pbr-cta .subheading {font-size: 20px;font-family: Ubuntu, sans-serif;}
@media (max-width: 1021px) {.pbr-cta .subheading {font-size: 18px;} }
.pbr-cta.light-style {color: #fff;}
.pbr-cta.light-style h2, .pbr-cta.light-style .subheading, .pbr-cta.light-style .topheading {color: #fff;}
.widget-brand-grid .widget-brand-content {overflow: hidden;}
.widget-brand-grid .widget-brand-content > .row {border-bottom: 1px solid #f7c23b;}
.widget-brand-grid .widget-brand-content > .row:last-child {border-bottom: 0;}
.widget-brand-grid .widget-brand-content > .row > div {border-left: 1px solid #f7c23b;padding-top: 15px;padding-bottom: 15px;}
.widget-brand-grid .widget-brand-content > .row > div:first-child {border-left: none;}
.pbr-accommodation .title {font-size: 18px;color: #000;text-transform: none;font-weight: 700;padding: 15px 0 8px;margin: 0;}
.pbr-accommodation .action {margin-top: 20px;}
.pbr-accommodation .action > a {border: 2px solid #fac42b;color: #fac42b;font-size: 12px;font-weight: 700;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;padding: 8px 10px;text-transform: uppercase;margin-right: 10px;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
.pbr-accommodation .action > a:hover {color: #000;background: #fac42b;}
.pbr-event-schedule {padding: 10px 0 50px;}
.pbr-event-schedule .nav-tabs {width: 100%;background: #fff;margin-bottom: 80px;-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);}
.pbr-event-schedule .nav-tabs > li a {padding: 10px 20px;}
.pbr-event-schedule .nav-tabs > li a span {display: block;font-size: 14px;text-transform: uppercase;font-weight: 700;color: #000;}
.pbr-event-schedule .nav-tabs > li a span:last-child {font-size: 12px;color: #999;}
.pbr-event-schedule .nav-tabs > li.active > a,
.pbr-event-schedule .nav-tabs > li.active > a.nav-link {background: #fac42b !important; border-color: #fac42b !important; color: #000;}
.pbr-event-schedule .nav-tabs > li.active > a span {color: #000 !important;}
.pbr-event-schedule .tab-content .tab-pane {position: relative;}
.pbr-event-schedule .tab-content .tab-pane:after {content: "";width: 2px;height: auto;position: absolute;top: -30px;bottom: -30px;left: 40px;z-index: 1;background: #e1e1e1;}
@media (max-width: 797px) {.pbr-event-schedule .tab-content .tab-pane:after {display: none;} }
.pbr-event-schedule .session-item-content-wrapper {position: relative;color: #999;z-index: 9999;}
.pbr-event-schedule .session-item-content-wrapper .time {-webkit-transition: background 0.35s;-o-transition: background 0.35s;transition: background 0.35s;background: #fac42b;color: #000;font-size: 12px;text-transform: uppercase;font-weight: 700;display: inline-block;padding: 6px 15px;width: 100%;margin-bottom: 15px;text-align: center;}
.pbr-event-schedule .session-item-content-wrapper .time i {margin-right: 6px;}
.pbr-event-schedule .session-item-content-wrapper .icon {width: 80px;height: 80px;text-align: center;line-height: 78px;display: inline-block;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;position: absolute;left: 0;top: 50%;margin-top: -40px;z-index: 11;background: #fac42b;}
@media (max-width: 797px) {.pbr-event-schedule .session-item-content-wrapper .icon {display: none;} }
.pbr-event-schedule .session-item-content-wrapper .icon:after {content: "";width: 90px;height: 2px;position: absolute;top: 50%;left: 100%;z-index: 1;background: #e1e1e1;}
.pbr-event-schedule .session-item-content-wrapper .icon:before {content: "";width: auto;height: auto;position: absolute;top: 2px;left: 2px;right: 2px;bottom: 2px;z-index: 1;border: 8px solid #fff;background: transparent;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.pbr-event-schedule .session-item-content-wrapper .stitle {font-size: 12px;font-weight: 700;text-transform: uppercase;}
.pbr-event-schedule .session-item-content-wrapper .stitle i {margin-right: 6px;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session {padding-left: 170px;}
@media (max-width: 797px) {.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session {padding-left: 0;} }
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content {-webkit-transition: background 0.35s;-o-transition: background 0.35s;transition: background 0.35s;-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);padding: 25px 30px 25px;background: #fff;margin-bottom: 30px;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content .left {-webkit-transition: color 0.35s;-o-transition: color 0.35s;transition: color 0.35s;width: 165px;padding-right: 20px;float: left;border-right: 1px solid #ededed;text-align: right;}
@media (max-width: 797px) {.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content .left {width: 100%;clear: both;border: 0;text-align: left;} }
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content .right {-webkit-transition: color 0.35s;-o-transition: color 0.35s;transition: color 0.35s;padding-left: 185px;}
@media (max-width: 797px) {.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content .right {padding-left: 0;clear: both;width: 100%;} }
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content .entry-title {margin-top: -10px;margin-bottom: 15px;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content .entry-title a {font-weight: 700;color: #000;font-size: 18px;text-transform: none;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content .entry-title a:hover {color: #fac42b;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content ul.speakers {padding: 0;margin-top: 15px;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content ul.speakers > li {list-style-type: none;width: 26%;height: 26%;float: right;margin: 3px;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session:hover .entry-content {background: #fac42b;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session:hover .entry-content .left {color: #fff;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session:hover .entry-content .left .time {background: #fff;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session:hover .entry-content .right {color: #000;}
.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session:hover .entry-content .right a {color: #000;}
.pbr-event-schedule.icon-disable .tab-content .tab-pane:after {display: none !important;content: none !important;}
.pbr-event-schedule.icon-disable .session-item-content-wrapper .icon {display: none;}
.pbr-event-schedule.icon-disable .session-item-content-wrapper .opalsgevent_session {padding-left: 0;}
.pbr-event-schedule.layout-list .opalsgevent_session {padding: 0;}
.pbr-event-schedule.layout-list .datetime {width: 100%;padding: 30px 10px;text-align: center;background: #fac42b;line-height: 1;}
.pbr-event-schedule.layout-list .datetime > span {display: block;color: #000;font-weight: 700;text-transform: uppercase;}
.pbr-event-schedule.layout-list .datetime .sort {font-size: 14px;}
.pbr-event-schedule.layout-list .datetime .day {font-size: 60px;}
.pbr-event-schedule.layout-list .datetime .year {font-size: 12px;}
.pbr-speaker .item {position: relative;padding-top: 0 !important;padding-bottom: 0 !important;}
.pbr-speaker .item .image {position: relative;}
.pbr-speaker .item .image img {filter: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='matrix'values='0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010'/></filter></svg>#grayscale");-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);filter: grayscale(0%);filter: grayscale(0%);}
.pbr-speaker .item .meta {position: relative;text-align: center;line-height: 1.4;margin-top: 15px;}
.pbr-speaker .item .meta > span {display: block;}
.pbr-speaker .item .meta .title a {font-size: 18px;color: #000;font-weight: 700;}
.pbr-speaker .item .meta .title a:hover {color: #fac42b;}
.pbr-speaker .item .meta .type {font-size: 12px;color: #fac42b;font-weight: 700;text-transform: uppercase;}
.pbr-speaker .item .meta .job {color: #666;}
.pbr-speaker .item .action {background: rgba(227, 178, 40, 0.9);position: absolute;bottom: -20px;left: 0;width: 100%;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;opacity: 0;filter: alpha(opacity=0);}
.pbr-speaker .item .action .action-inner {padding: 22px 30px;}
.pbr-speaker .item .action .social {float: left;}
.pbr-speaker .item .action .social > a {font-size: 14px;color: #000;margin-right: 12px;}
.pbr-speaker .item .action .social > a:hover {color: #fff;}
.pbr-speaker .item .action .social > a:last-child {margin-right: 0;}
.pbr-speaker .item .action .view-profile {float: right;}
.pbr-speaker .item .action .view-profile a {font-size: 12px;text-transform: uppercase;color: #000;font-weight: 700;}
.pbr-speaker .item .action .view-profile a:hover {color: #fff;}
.pbr-speaker .item:hover .action {bottom: -1px;opacity: 1;filter: alpha(opacity=100);}
.pbr-speaker .item:hover .image img {-webkit-filter: grayscale(0);-moz-filter: grayscale(0);filter: grayscale(0);filter: none;}
.pbr-speaker.style-2 .social > a {margin-right: 10px;}
.pbr-speaker.style-2 .item .meta {position: static;margin-top: 10px;max-width: 100% !important;}
.pbr-speaker.style-2 .item .image {position: relative;}
.pbr-speaker.style-2 .item .image img {-webkit-filter: grayscale(0);-moz-filter: grayscale(0);filter: grayscale(0);filter: none;}
.pbr-speaker.style-2 .item .job {line-height: 1.2;}
.wpb_gmaps_widget .wpb_wrapper {border: none !important;padding: 0 !important;}
.pbr-coming-soon .countdown-times {display: inline-block;margin-top: 10px;}
.pbr-coming-soon .countdown-times > div {display: inline-block;padding: 15px;float: left;font-size: 12px;font-weight: 700;color: #999;line-height: 1.1;}
@media (max-width: 369px) {.pbr-coming-soon .countdown-times > div {float: none;} }
.pbr-coming-soon .countdown-times > div span {background: #fac42b;display: block;padding-top: 35px;width: 140px;height: 140px;}
.pbr-coming-soon .countdown-times > div b {font-size: 40px;font-weight: 700px;display: block;color: #000;}
.pbr-contact-information .content {color: #666;font-size: 16px;line-height: 30px;margin-bottom: 30px;}
.pbr-contact-information .item {line-height: 24px;margin-bottom: 10px;color: #666;}
.pbr-contact-information .item.address .icon {margin-top: 6px;}
.pbr-contact-information .item .icon {width: 35px;height: 35px;border: 1px solid #f7c23b;float: left;clear: left;text-align: center;line-height: 35px;margin-right: 20px;color: #999;}
.pbr-gallery .item {position: relative;}
.pbr-gallery .item:after {content: "";top: 0;left: 15px;right: 15px;width: auto;height: 100%;background: rgba(250, 197, 57, 0.8);position: absolute;z-index: 1;-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
.pbr-gallery .item a.prettyphoto {width: 50px;height: 50px;text-align: center;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;background: #fff;position: absolute;top: 50%;left: 50%;margin-top: -25px;margin-left: -25px;line-height: 0;color: #fac42b;z-index: 99;-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;}
.pbr-gallery .item:hover:after {-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.pbr-gallery .item:hover a.prettyphoto {-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.pbr-googlemap {position: relative;}
.pbr-googlemap .map_canvas {z-index: 11 !important;}
.pbr-googlemap .description .icon {height: 40px;}
.pbr-googlemap .description .description-content {background: #f0bc29;border: 30px solid #fac42b;color: #666;z-index: 99;position: relative;padding: 30px;}
.pbr-googlemap .description .description-content:hover {cursor: pointer;}
.pbr-googlemap .description .description-content:hover .icon img {-webkit-animation: bounce 800ms ease-out;-moz-animation: bounce 800ms ease-out;-o-animation: bounce 800ms ease-out;animation: bounce 800ms ease-out;}
.pbr-googlemap .gm-style div {border: none !important;}
.pbr-googlemap .gm-style-iw {max-width: 590px;}
.pbr-googlemap .gm-style-iw > div {max-width: 100% !important;width: 100%;}
.pbr-googlemap .gm-style-iw div {height: auto !important;overflow: hidden;}
.pbr-googlemap .gm-style-iw div .marker {width: 99%;max-width: 590px;background: #fff !important;padding: 15px 0 5px 5px;margin-top: 1px;margin-left: 1px;}
.pbr-googlemap .gm-style-iw div .marker .image {width: 45%;float: left;}
@media (max-width: 640px) {.pbr-googlemap .gm-style-iw div .marker .image {width: 100%;} }
.pbr-googlemap .gm-style-iw div .marker .image img {width: 100%;height: auto;}
.pbr-googlemap .gm-style-iw div .marker .info {text-align: center;font-size: 14px;font-family: "Ubuntu", sans-serif;}
@media (max-width: 640px) {.pbr-googlemap .gm-style-iw div .marker .info {width: 100%;} }
.pbr-googlemap .gm-style-iw div .marker .info h3 {font-size: 18px;font-weight: 700;text-transform: none;margin-top: 10px;}
.pbr-googlemap .gm-style-iw div .marker .info p {-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;word-wrap: break-word;}
.pbr-googlemap .gm-style-iw div .marker .info .link-visit {font-size: 12px;text-transform: uppercase;font-weight: 700;color: #fac42b;-webkit-transition: color 0.35s;-o-transition: color 0.35s;transition: color 0.35s;}
.pbr-googlemap .gm-style-iw div .marker .info .link-visit:hover {color: #000;}
.pbr-googlemap .makers {margin-top: 45px;}
.pbr-googlemap .makers .row {margin-bottom: 45px;}
.pbr-googlemap .makers .row:last-child {margin-bottom: 0;}
.pbr-googlemap .makers .maker-item-inner {font-size: 14px;}
.pbr-googlemap .makers .maker-item-inner .left {width: 35px;height: auto;float: left;}
.pbr-googlemap .makers .maker-item-inner .left .icon {font-size: 24px;color: #000;}
.pbr-googlemap .makers .maker-item-inner .right {padding-left: 35px;line-height: 24px;}
.pbr-googlemap .makers .maker-item-inner .right h3 {font-size: 18px;text-transform: none;margin-top: 0;margin-bottom: 8px;}
.pbr-googlemap .makers .maker-item-inner .right h3:hover {cursor: pointer;color: #fac42b;}
.pbr-googlemap .makers .maker-item-inner .right .label {font-size: 14px;color: #666;padding: 0 !important;font-weight: 400;}
.pbr-googlemap .makers .maker-item-inner:hover, .pbr-googlemap .makers .maker-item-inner.active {cursor: pointer;}
.pbr-googlemap .makers .maker-item-inner:hover h3, .pbr-googlemap .makers .maker-item-inner.active h3 {color: #fac42b;}
.pbr-googlemap .makers .maker-item-inner:hover .icon, .pbr-googlemap .makers .maker-item-inner.active .icon {color: #fac42b;-webkit-animation: bounce 800ms ease-out;-moz-animation: bounce 800ms ease-out;-o-animation: bounce 800ms ease-out;animation: bounce 800ms ease-out;}
.pbr-sponsors .title {font-size: 18px;font-weight: 700;color: #000;text-transform: none;}
.pbr-sponsors .content {min-height: 115px;}
.pbr-stickposts .post-first .content-inner {position: relative;}
.pbr-stickposts .post-first .content-inner:after {content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);top: 0;left: 0;position: absolute;z-index: 1;}
.pbr-stickposts .post-first .content-inner .post-content {top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);position: absolute;left: 0;width: 100%;text-align: center;z-index: 99;}
.pbr-stickposts .post-first .content-inner .post-content .entry-meta {padding: 10px 0 35px;color: #fff;}
.pbr-stickposts .post-first .content-inner .post-content .entry-meta a {color: #fff;text-transform: uppercase;}
.pbr-stickposts .post-first .content-inner .post-content .title {padding: 0 10%;}
.pbr-stickposts .post-first .content-inner .post-content .title a {font-size: 24px;font-weight: 700;color: #fff;}
.pbr-stickposts .post-first .content-inner .post-content .title a:hover {color: #fac42b;}
.pbr-stickposts .post-first .content-inner .post-content .readmore a {border: 2px solid #fac42b;color: #fac42b;padding: 8px 25px;display: inline-block;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;font-weight: 700;text-transform: uppercase;font-size: 12px;}
.pbr-stickposts .post-first .content-inner .post-content .readmore a:hover {background: #000;color: #fff;border-color: #000;}
.pbr-stickposts .posts-list-small .post .left {width: 90px;float: left;}
.pbr-stickposts .posts-list-small .post .right {float: left;padding-left: 30px;}
.pbr-stickposts .posts-list-small .post .right .title a {font-size: 16px;font-weight: 700;color: #000;}
.pbr-stickposts .posts-list-small .post .right .title a:hover {color: #fac42b;}
.pbr-stickposts .posts-list-small .post .right .entry-meta a {text-transform: uppercase;}
.pbr-stickposts .posts-list-small .post .right .readmore {margin-top: 10px;}
.pbr-stickposts .posts-list-small .post .right .readmore a {font-weight: 700;text-transform: uppercase;font-size: 12px;color: #fac42b;}
.pbr-stickposts .posts-list-small .post .right .readmore a:hover {color: #000;}
.offcanvas-showright.active {display: block;right: 0;}
.offcanvas-showright .showright .fa {color: #fac42b;}
@media screen and (max-width: 1022px) {.row-offcanvas-right {right: 0;} }
.row-offcanvas-right.active {right: 50%;}
.row-offcanvas-left.active {left: 50%;position: relative;}
.row-offcanvas-left.active:before {content: "";background-color: rgba(0, 0, 0, 0.2);height: 100%;width: 100%;position: absolute;z-index: 999;}
.navbar-offcanvas ul#main-menu-offcanvas li.active > a {background: 0;color: #fac42b;}
@media (max-width: 450px) {.vc_row.vc_row-flex {display: block !important;} }
.item.clearfix {padding: 6px 9px !important;}
@media (min-width: 768px) and (max-width: 1024px) {.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content ul.speakers > li {width: 80px !important;height: 80px !important;} }
.wpb-container.vc_row.wpb_row.vc_row-fluid.space-margin-0.vc_row-no-padding {padding-top: 0 !important;}
.mCustomScrollbar {-ms-touch-action: pinch-zoom;touch-action: pinch-zoom;}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {-ms-touch-action: auto;touch-action: auto;}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}
.modal .btn-close {position: absolute;right: 10px;top: 10px;z-index: 1046;opacity: 1;}
button::-moz-focus-inner {padding: 0;border: 0;}
i.icon {display: inline-block;width: 16px;height: 16px;line-height: 16px;vertical-align: text-top;margin-left: 5px;}
.wpb_btn-large i.icon {height: 19px;margin-left: 9px;}
.wpb_btn-small i.icon {height: 15px;}
.wpb_btn-mini i.icon {display: none;}
.wpb_address_book i.icon {background: url(../images/icons/address-book.png) right center no-repeat;}
.wpb_alarm_clock i.icon {background: url(../images/icons/alarm-clock.png) right center no-repeat;}
.wpb_anchor i.icon {background: url(../images/icons/anchor.png) right center no-repeat;}
.wpb_application_image i.icon {background: url(../images/icons/application-image.png) right center no-repeat;}
.wpb_arrow i.icon {background: url(../images/icons/arrow.png) right center no-repeat;}
.wpb_asterisk i.icon {background: url(../images/icons/asterisk.png) right center no-repeat;}
.wpb_hammer i.icon {background: url(../images/icons/auction-hammer.png) right center no-repeat;}
.wpb_balloon i.icon {background: url(../images/icons/balloon.png) right center no-repeat;}
.wpb_balloon_buzz i.icon {background: url(../images/icons/balloon-buzz.png) right center no-repeat;}
.wpb_balloon_facebook i.icon {background: url(../images/icons/balloon-facebook.png) right center no-repeat;}
.wpb_balloon_twitter i.icon {background: url(../images/icons/balloon-twitter.png) right center no-repeat;}
.wpb_battery i.icon {background: url(../images/icons/battery-full.png) right center no-repeat;}
.wpb_binocular i.icon {background: url(../images/icons/binocular.png) right center no-repeat;}
.wpb_document_excel i.icon {background: url(../images/icons/blue-document-excel.png) right center no-repeat;}
.wpb_document_image i.icon {background: url(../images/icons/blue-document-image.png) right center no-repeat;}
.wpb_document_music i.icon {background: url(../images/icons/blue-document-music.png) right center no-repeat;}
.wpb_document_office i.icon {background: url(../images/icons/blue-document-office.png) right center no-repeat;}
.wpb_document_pdf i.icon {background: url(../images/icons/blue-document-pdf.png) right center no-repeat;}
.wpb_document_powerpoint i.icon {background: url(../images/icons/blue-document-powerpoint.png) right center no-repeat;}
.wpb_document_word i.icon {background: url(../images/icons/blue-document-word.png) right center no-repeat;}
.wpb_bookmark i.icon {background: url(../images/icons/bookmark.png) right center no-repeat;}
.wpb_camcorder i.icon {background: url(../images/icons/camcorder.png) right center no-repeat;}
.wpb_camera i.icon {background: url(../images/icons/camera.png) right center no-repeat;}
.wpb_chart i.icon {background: url(../images/icons/chart.png) right center no-repeat;}
.wpb_chart_pie i.icon {background: url(../images/icons/chart-pie.png) right center no-repeat;}
.wpb_clock i.icon {background: url(../images/icons/clock.png) right center no-repeat;}
.wpb_play i.icon {background: url(../images/icons/control.png) right center no-repeat;}
.wpb_fire i.icon {background: url(../images/icons/fire.png) right center no-repeat;}
.wpb_heart i.icon {background: url(../images/icons/heart.png) right center no-repeat;}
.wpb_mail i.icon {background: url(../images/icons/mail.png) right center no-repeat;}
.wpb_shield i.icon {background: url(../images/icons/plus-shield.png) right center no-repeat;}
.wpb_video i.icon {background: url(../images/icons/video.png) right center no-repeat;}
.vc_row.vc_row-flex, .vc_row.vc_row-flex > .vc_column_container {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;}
#content .wpb_alert p:last-child, #content .wpb_text_column:last-child, #content .wpb_text_column p:last-child {margin-bottom: 0;}
.entry-content .twitter-share-button {margin-bottom: 21.74px;}
.vc_row.vc_row-no-padding .vc_column-inner {padding-left: 0;padding-right: 0;}
.vc_row[data-vc-full-width] {-webkit-transition: opacity 0.5s ease;-o-transition: opacity 0.5s ease;transition: opacity 0.5s ease;}
.vc_row-no-padding .vc_inner {margin-left: 0;margin-right: 0;}
.vc_row.vc_row-o-full-height {min-height: 100vh;}
.vc_row.vc_row-flex {box-sizing: border-box;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.vc_row.vc_row-flex > .vc_column_container {display: flex;}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;-webkit-box-orient: vertical;-webkit-box-direction: normal;}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {display: none;}
.vc_row.vc_row-o-columns-stretch {-webkit-align-content: stretch;-ms-flex-line-pack: stretch;align-content: stretch;}
.vc_row.vc_row-o-columns-top {-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start;}
.vc_row.vc_row-o-columns-bottom {-webkit-align-content: flex-end;-ms-flex-line-pack: end;align-content: flex-end;}
.vc_row.vc_row-o-columns-middle {-webkit-align-content: center;-ms-flex-line-pack: center;align-content: center;}
.vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after, .vc_row.vc_row-o-columns-top::after {content: "";width: 100%;height: 0;overflow: hidden;visibility: hidden;display: block;}
.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
.vc_row.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_container {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}
.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.vc_column-inner::after, .vc_column-inner::before {content: " ";display: table;}
.vc_ie-flexbox-fixer > .vc_row {-webkit-box-flex: 1;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;}
.vc_row.vc_column-gap-1 {margin-left: -15.5px;margin-right: -15.5px;}
.vc_row.vc_column-gap-1 > .vc_column_container {padding: 0.5px;}
.vc_row.vc_column-gap-2 {margin-left: -16px;margin-right: -16px;}
.vc_row.vc_column-gap-2 > .vc_column_container {padding: 1px;}
.vc_row.vc_column-gap-3 {margin-left: -16.5px;margin-right: -16.5px;}
.vc_row.vc_column-gap-3 > .vc_column_container {padding: 1.5px;}
.vc_row.vc_column-gap-4 {margin-left: -17px;margin-right: -17px;}
.vc_row.vc_column-gap-4 > .vc_column_container {padding: 2px;}
.vc_row.vc_column-gap-5 {margin-left: -17.5px;margin-right: -17.5px;}
.vc_row.vc_column-gap-5 > .vc_column_container {padding: 2.5px;}
.vc_row.vc_column-gap-10 {margin-left: -20px;margin-right: -20px;}
.vc_row.vc_column-gap-10 > .vc_column_container {padding: 5px;}
.vc_row.vc_column-gap-15 {margin-left: -22.5px;margin-right: -22.5px;}
.vc_row.vc_column-gap-15 > .vc_column_container {padding: 7.5px;}
.vc_row.vc_column-gap-20 {margin-left: -25px;margin-right: -25px;}
.vc_row.vc_column-gap-20 > .vc_column_container {padding: 10px;}
.vc_row.vc_column-gap-25 {margin-left: -27.5px;margin-right: -27.5px;}
.vc_row.vc_column-gap-25 > .vc_column_container {padding: 12.5px;}
.vc_row.vc_column-gap-30 {margin-left: -30px;margin-right: -30px;}
.vc_row.vc_column-gap-30 > .vc_column_container {padding: 15px;}
.vc_row.vc_column-gap-35 {margin-left: -32.5px;margin-right: -32.5px;}
.vc_row.vc_column-gap-35 > .vc_column_container {padding: 17.5px;}
.vc_column_container > .vc_column-inner {box-sizing: border-box;padding-left: 15px;padding-right: 15px;width: 100%;}
.vc_row.vc_column-gap-1 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-1 > .vc_vc_column_inner > .vc_column_container {padding-left: 0.5px;padding-right: 0.5px;}
.vc_row.vc_column-gap-2 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-2 > .vc_vc_column_inner > .vc_column_container {padding-left: 1px;padding-right: 1px;}
.vc_row.vc_column-gap-3 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-3 > .vc_vc_column_inner > .vc_column_container {padding-left: 1.5px;padding-right: 1.5px;}
.vc_row.vc_column-gap-4 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-4 > .vc_vc_column_inner > .vc_column_container {padding-left: 2px;padding-right: 2px;}
.vc_row.vc_column-gap-5 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-5 > .vc_vc_column_inner > .vc_column_container {padding-left: 2.5px;padding-right: 2.5px;}
.vc_row.vc_column-gap-10 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-10 > .vc_vc_column_inner > .vc_column_container {padding-left: 5px;padding-right: 5px;}
.vc_row.vc_column-gap-15 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-15 > .vc_vc_column_inner > .vc_column_container {padding-left: 7.5px;padding-right: 7.5px;}
.vc_row.vc_column-gap-20 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-20 > .vc_vc_column_inner > .vc_column_container {padding-left: 10px;padding-right: 10px;}
.vc_row.vc_column-gap-25 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-25 > .vc_vc_column_inner > .vc_column_container {padding-left: 12.5px;padding-right: 12.5px;}
.vc_row.vc_column-gap-30 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-30 > .vc_vc_column_inner > .vc_column_container {padding-left: 15px;padding-right: 15px;}
.vc_row.vc_column-gap-35 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-35 > .vc_vc_column_inner > .vc_column_container {padding-left: 17.5px;padding-right: 17.5px;}
.vc_row.vc_row-flex > .vc_vc_column, .vc_row.vc_row-flex > .vc_vc_column_inner {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;width: 100%;}
.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.vc_row.vc_row-o-equal-height > .vc_column_container {-webkit-box-align: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;}
.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}
.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.vc_empty-element > .vc_column-inner {min-height: 100px;}
.wpb_widgetised_column .wpb_wrapper > ul {margin: 0;}
.wpb_widgetised_column .wpb_wrapper > ul > li {margin-left: 0;background-image: none;list-style: none !important;}
.wpb_widgetised_column .wpb_wrapper > ul > li:after, .wpb_widgetised_column .wpb_wrapper > ul > li:before {display: none !important;}
.wpb_button.active {background-color: #eaeaea;}
.wpb_button.active {background-color: #e6e6e6;background-image: none;outline: 0;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}
.wpb_btn-danger.active, .wpb_btn-info.active, .wpb_btn-inverse.active, .wpb_btn-primary.active, .wpb_btn-success.active, .wpb_btn-warning.active {color: rgba(255, 255, 255, 0.75);}
.wpb_btn-primary.active {background-color: #0077b3;}
.wpb_btn-warning.active {background-color: #e68a00;}
.wpb_btn-danger.active {background-color: #ff4f42;}
.wpb_btn-success.active {background-color: #5aa855;}
.wpb_btn-info.active {background-color: #43b0d5;}
.wpb_btn-inverse.active {background-color: #484848;}
#content .wpb_call_to_action .wpb_call_text {margin: 0;padding-top: 0;}
@media (max-width: 600px) {.vc_responsive .cta_align_left .wpb_button, .vc_responsive .cta_align_right .wpb_button {max-width: 70%;width: 70%;float: none;display: block;margin: 3% auto;} }
.vc_responsive .cta_align_left .wpb_call_text, .vc_responsive .cta_align_right .wpb_call_text {width: auto;max-width: none;text-align: center;}
.wpb_gmaps_widget .wpb_wrapper {background-color: #f7f7f7;padding: 5px;}
#content .wpb_content_element .wpb_tabs_nav {margin: 0;}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {margin-bottom: 0;}
@media (max-width: 480px) {.vc_responsive .wpb_tour .wpb_tab, .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav, .vc_responsive .wpb_tour_next_prev_nav {width: 100%;float: none;margin-left: 0;} }
.vc_responsive .wpb_tour_next_prev_nav {width: auto;padding: 0 1em;}
.vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {margin-bottom: 1em;}
.vc_responsive .wpb_tour .wpb_tab {padding-left: 1em;padding-right: 1em;}
body ul.wpb_thumbnails-fluid li .entry-content:last-child {margin-bottom: 0;}
.wpb_column .wpb_wrapper .wpb_teaser_grid {float: none;}
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid {padding: 0;overflow: visible !important;}
.wpb_teaser_grid .entry-content {margin: 0;padding: 0;width: 100%;}
.wpb_carousel .wpb_wrapper {position: relative;}
.wpb_categories_filter li.active a, .wpb_teaser_grid .categories_filter li.active a {border-bottom: 1px dotted;}
@media (max-width: 480px) {.vc_responsive .wpb_row ul.wpb_thumbnails-fluid {margin-left: 0;width: auto;} }
.vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {width: 100%;float: none;display: block;margin-left: 0;margin-right: 0;}
#content .wpb_gallery_slides ul.flex-direction-nav, #content .wpb_gallery_slides ul.slides, .content .wpb_gallery_slides ul.flex-direction-nav, .content .wpb_gallery_slides ul.slides {list-style: none;padding: 0;background-image: none;margin: 0;}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {padding-top: 56%;position: relative;}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {padding-top: 0 !important;position: static;}
.wpb_video_widget .wpb_wrapper iframe {width: 100%;height: 100%;display: block;position: absolute;margin: 0;top: 0;left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
@-webkit-keyframes progress-bar-stripes {
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}
@-moz-keyframes progress-bar-stripes {
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}
@-ms-keyframes progress-bar-stripes {
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}
@-o-keyframes progress-bar-stripes {
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}
@keyframes progress-bar-stripes {
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}
.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {border-radius: 0;}
.vc-row[data-vc-full-width] .vc_grid.vc_row {overflow: hidden;}
@media (min-width: 768px) {.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {display: inline-block;} }

.venue-inner h2 {color: #fff;margin-top: 0;}
.venue-images h2::after, .venue-images h3::after {
  display: block;
  width: 60px;
  height: 3px;
  margin-bottom: 15px;
  content: "";
  background-color: #fac42b !important;
}
