/* --- $VARIABLES --- */
/* --- RESET ---*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic,600italic,700italic,800,800italic);
.carousel-fade .carousel-inner .item {
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* --- FONTS --- */
/* ------------------
		  GLOBALS
------------------ */
/** Body */
html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  /* 62.5% equals 10 px; used as a baseline for REM unit */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  margin: 0;
}

/** Wrapper */
/** User selection */
::-moz-selection {
  background: #333;
  color: white;
}

::selection {
  background: #333;
  color: white;
}

/** Common class */
.relative {
  position: relative;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.min-height-100 {
  min-height: 100% !important;
  height: 100%;
}

.text-semibold {
  font-weight: 600;
}

.no-border {
  border: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
}

.margin-t-md {
  margin-top: 15px;
}

.margin-b-md {
  margin-bottom: 15px;
}

.margin-v-md {
  margin-bottom: 15px;
  margin-top: 15px;
}

.margin-t-lg {
  margin-top: 30px;
}

.margin-b-lg {
  margin-bottom: 30px;
}

.margin-v-lg {
  margin-bottom: 30px;
  margin-top: 30px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding-t-md {
  padding-top: 15px;
}

.padding-b-md {
  padding-bottom: 15px;
}

.padding-v-md {
  padding-bottom: 15px;
  padding-top: 15px;
}

.padding-t-lg {
  padding-top: 30px;
}

.padding-b-lg {
  padding-bottom: 30px;
}

.padding-v-lg {
  padding-bottom: 30px;
  padding-top: 30px;
}

/** Delay animation class */
.delay--01 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay--02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay--03 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay--04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay--05 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay--06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay--07 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay--08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay--09 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay--10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.delay--11 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay--12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay--13 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay--14 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay--15 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay--16 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay--17 {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay--18 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay--19 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.delay--20 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

/* --- TYPOGRAPHY --- */
/**
 * Titles
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 300;
  line-height: normal;
}

/*
	Icons Sprite
--------------------------- */
/* ----- IMAGE PATH ----- */
/* ---------- Header Slider Tab -------*/
/* ---------- Meeting Space -------*/
/* ---------- Sprite Mobile -------*/
.btn {
  border-radius: 3px;
  box-shadow: none;
}
.btn:active, .btn:hover, .btn:focus {
  outline: 0 !important;
}

.link.link-white {
  color: white;
}

.form-control {
  box-shadow: none;
  border-radius: 3px;
}

/* --- IMEX: Navigation Style --- */
.imex-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navbar-default {
  position: absolute;
  width: 100%;
  margin: 0;
  border: 0;
  font-size: 14px;
}
.navbar-default .navbar-collapse {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background-color: #3093d1;
  }
}
.navbar-default .navbar-brand {
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-default .navbar-brand img {
  max-width: 210px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #3093d1;
}
.navbar-default.affix {
  position: fixed !important;
  top: 0;
  background-color: #333333;
  margin-top: 0;
}
.navbar-default.affix .navbar-collapse {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .navbar-default.affix .navbar-collapse {
    background-color: #333333;
  }
}
.navbar-default.affix .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default.affix .navbar-toggle:hover, .navbar-default.affix .navbar-toggle:focus {
  background-color: black;
}

#imexNavbar li a {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#imexNavbar li a span {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: -1px;
}
.navbar-fixed-top #imexNavbar li a span {
  bottom: 0 !important;
}
#imexNavbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#imexNavbar li a:hover {
  color: white;
}
#imexNavbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#imexNavbar li.active a {
  background: transparent;
  background: none;
  color: white;
}
#imexNavbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* --- IMEX: Header Style --- */
header {
  position: relative;
}
header .full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.imex-carousel .carousel-caption {
  top: 100px;
  bottom: 0;
  left: 0;
  right: auto;
  display: inline-table;
  width: 100%;
  text-align: left;
  text-shadow: none;
  z-index: 100;
}
.imex-carousel .carousel-caption .carousel_container {
  position: relative;
  z-index: 101;
}
.imex-carousel .carousel-caption .btn-warning {
  white-space: normal;
}
.imex-carousel .caption_title {
  font-size: 55px;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .imex-carousel .caption_title {
    font-size: 42px;
  }
}
.imex-carousel .caption_text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .imex-carousel .caption_text {
    font-size: 18px;
  }
}

.imex-about {
  /*@media screen and (min-width: $screen-md){
    @include position(absolute, null null 10% null);
    z-index: 99;
  }*/
}
@media screen and (min-width: 768px) {
  .imex-about {
    padding-top: 30px;
  }
}
.imex-about .about-content {
  background-color: #3093d1;
  color: white;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
}
.imex-about .about-content h3 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .imex-about .about-content {
    background-color: rgba(0, 68, 179, 0.4);
  }
}

/* --- IMEX: Footer Style --- */
/* --- Footer --- */
footer {
  height: auto;
  background-color: #242421;
  width: 100%;
  padding: 0 0 0 0;
}
footer .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ef-appStore {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ef-appStore {
    text-align: right;
  }
}

@media screen and (max-width: 992px) {
  .ef-footer-links {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.ef-footer-links a {
  padding: 0;
  text-transform: uppercase;
  color: white;
  font-size: 11px;
  line-height: 2;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .ef-footer-links a {
    margin-right: 5px;
    font-weight: 400;
  }
}
.ef-footer-links a:last-child {
  margin-right: 0;
}
.ef-footer-links a:hover {
  color: #999999;
}
.ef-footer-links a.call-to-action {
  text-align: center;
  padding: 0;
  margin: 0;
  max-width: 160px;
  border: 0;
}
.ef-footer-links a.call-to-action img {
  border: 0;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .ef-footer-links a.call-to-action {
    text-align: left;
    display: inline-block;
  }
}

.ef-legal {
  text-align: center;
  padding: 0 0;
  margin-bottom: 0;
  color: #999999;
}
.ef-legal a {
  color: #999999;
  font-weight: 600;
}
.ef-legal a:hover {
  color: white;
}

.ef-social {
  padding-top: 6px;
  text-align: center;
}
.ef-social a {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  color: #f2f2f2;
  margin-right: 8px;
  line-height: 28px;
  text-align: center;
}
.ef-social a:hover {
  background-color: white;
  color: #3093d1;
}
.ef-social a:hover .fa-apple {
  color: black;
}
.ef-social a:hover .fa-android {
  color: #77c159;
}
.ef-social a:hover .fa-windows {
  color: #0078D7;
}
.ef-social a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .ef-social a {
    text-align: right;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .ef-social {
    text-align: right;
    padding-top: 0;
  }
  .ef-social a {
    text-align: center;
  }
}

/* --- Home page --- */
.content-section {
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  color: #777777;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-section.imex-eventManagement {
  background-color: white;
  padding-bottom: 0;
}
.content-section.imex-getWhitePaper {
  background-color: #e2e2e2;
  color: #333333;
  padding-bottom: 20px;
}
.content-section.imex-meetus {
  background-color: #3093d1;
  color: white;
}

/* --- IMEX: Event Management Style --- */
.event-content {
  background-image: url("../img/imex/imex_image_2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.imex-eventManagement .section_title {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .imex-eventManagement .section_title {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    max-width: 60%;
    float: right;
  }
}
.imex-eventManagement .img_ivr {
  margin-top: -60px;
}

.video-text {
  color: white;
  font-weight: 300;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .video-text {
    padding-right: 130px;
  }
}
.video-text .link_learnMore {
  display: block;
  text-align: center;
  color: white;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .video-text .link_learnMore {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    margin-top: -10px;
    display: inline-block;
  }
}

.ef_bannerVideo {
  margin-bottom: 20px;
  color: white;
}
.ef_bannerVideo .h3 {
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .ef_bannerVideo .h3 {
    margin-top: 20%;
  }
}
.ef_bannerVideo .link_learnMore {
  color: white;
}
.ef_bannerVideo .ef_video-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid white;
  min-height: 150px;
}
.ef_bannerVideo .ef_video-thumb .img-thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.ef_bannerVideo .ef_video-thumb .thumbOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(123, 123, 123, 0.3);
}
.ef_bannerVideo .ef_video-thumb .thumbOverlay a {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  margin-top: -44px;
  margin-left: -44px;
}
.ef_bannerVideo .ef-playVideo {
  opacity: 0.7;
}
.ef_bannerVideo .ef-playVideo:hover {
  opacity: 1;
}

/* --- IMEX: Widgets Style --- */
.imex-widgets .section-overlay {
  z-index: 2;
  padding: 15px 0;
}
@media screen and (min-width: 992px) {
  .imex-widgets .section-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    padding: 15px 40px;
  }
}
.imex-widgets .section-overlay .section_title {
  color: #3093d1;
}
@media screen and (min-width: 992px) {
  .imex-widgets .section-overlay .section_title {
    color: white;
  }
}
.imex-widgets .btn {
  white-space: normal;
}

#imex-widgetsCarousel .item {
  padding-top: 44.2113442113%;
}
@media screen and (max-width: 991px) {
  #imex-widgetsCarousel .item {
    background-color: #eeeeee;
  }
}

.panel-widgets {
  border: 0;
  box-shadow: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.panel-widgets > .panel-heading {
  background-color: #d5d5d5;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.panel-widgets > .panel-heading .fa {
  margin-right: 6px;
  font-size: 16px;
}
.panel-widgets > .panel-body {
  background-image: url("../img/imex/imex_widget_slide_2.jpg");
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  background-blend-mode: multiply;
  background-size: contain;
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 44.2113442113%;
}
.panel-widgets > .panel-body .functionSpaceiframeFb {
  max-width: 70%;
  margin-top: 12%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 70%;
}

.widget-iframe {
  height: 400px;
}

/* --- IMEX: Subscribe Style --- */
.imex-getWhitePaper .form-horizontal .form-group {
  margin-bottom: 0;
}

/* --- IMEX: RFP Style --- */
.imex-rfp {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .imex-rfp .section_title {
    font-size: 55px;
  }
}

/* -- IMEX: Meet Us Style --*/
.imex-meetus .nav-tabs {
  border: 0;
}
.imex-meetus .nav-tabs li {
  margin: 0;
  padding: 0 5px;
}
.imex-meetus .nav-tabs li a {
  padding: 8px 10px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 20px;
  color: #777777;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.imex-meetus .nav-tabs li a:hover, .imex-meetus .nav-tabs li a:focus, .imex-meetus .nav-tabs li a:active {
  border: 1px solid #f8b037;
  color: black;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.imex-meetus .nav-tabs li.active {
  margin: 0;
}
.imex-meetus .nav-tabs li.active a, .imex-meetus .nav-tabs li.active a:hover, .imex-meetus .nav-tabs li.active a:focus, .imex-meetus .nav-tabs li.active a:active {
  border: 1px solid #f8b037;
  color: black;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.imex-meetus .tab-content {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.imex-meetus .tab-pane {
  text-align: center;
}

.map-container {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
}
.map-container.map_zoomIn {
  max-width: 705px;
}
.map-container.map_zoomOut {
  max-width: 1303px;
}

.map-inner {
  position: relative;
  height: 0;
}
.map-inner .map-img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  max-width: 100%;
  vertical-align: middle;
}
.map_zoomIn .map-inner {
  padding-bottom: 72.05674%;
}
.map_zoomOut .map-inner {
  padding-bottom: 40.98235%;
}

.mapspot {
  position: absolute;
  top: 38%;
  left: 14.92%;
  display: inline-block;
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 100%;
  z-index: 12;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .mapspot {
    top: 38%;
    left: 14.92%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.mapspot.showed {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.mapspot:after {
  content: ' ';
  height: 12px;
  width: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #848484;
}

.mapspot:before {
  content: " ";
  position: absolute;
  top: -23px;
  left: -23px;
  height: 60px;
  width: 60px;
  background-color: rgba(75, 137, 220, 0.9);
  box-shadow: inset 0 0 6px #4b89dc;
  border-radius: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-animation: map-pin-anim ease-out 2.5s infinite forwards;
  -moz-animation: map-pin-anim ease-out 2.5s infinite forwards;
  animation: map-pin-anim ease-out 2.5s infinite forwards;
}

@-webkit-keyframes map-pin-anim {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes map-pin-anim {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes map-pin-anim {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* Meet Us PopOver Style */
.popover-meetus {
  list-style: none;
  display: block;
  max-width: 340px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 21;
  left: 20%;
  top: 26.4567%;
}
.map_zoomIn .popover-meetus {
  left: 50%;
  top: 40%;
}
.popover-meetus li {
  color: black;
  background-color: white;
  position: relative;
  padding: 15px 10px 15px 50px;
  font-size: 13px;
  margin-top: -1px;
}
.popover-meetus li.lets-meet {
  margin-top: 4px;
}
.popover-meetus li.email {
  background-color: #e5e5f0;
}
.popover-meetus li.make-apointment {
  padding: 10px;
}
.popover-meetus .list-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 30px;
}
.popover-meetus .list-icon img {
  max-width: 100%;
}
.popover-meetus p {
  overflow: hidden;
  display: block;
  margin: 0;
}
.popover-meetus:before {
  content: '';
  height: 0;
  width: 0;
  border-width: 16px;
  border-color: transparent white transparent transparent;
  border-style: solid;
  position: absolute;
  left: -30px;
  top: 10px;
}

/* --- IMEX: Widgets Style --- */
.imex-carousel .item {
  background-color: #3093d1;
  background-blend-mode: multiply;
}
.imex-carousel.keep-ratio .item {
  background-size: contain;
}

#imex-rfpCarousel .item {
  padding-top: 75.8089368259%;
  background-color: transparent;
}
#imex-rfpCarousel .carousel-indicators {
  position: static;
  margin: 0;
  width: 100%;
  text-align: center;
}
#imex-rfpCarousel .carousel-indicators li {
  border-color: #777777;
}
#imex-rfpCarousel .carousel-indicators .active {
  background-color: #777777;
}

/* Bookmark Checkbox Style */
.check-bookmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #f8b037;
  background-color: white;
  border-radius: 3px;
  color: #f8b037;
  cursor: pointer;
}
.check-bookmark label {
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
  padding: 7px 8px 7px 26px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .check-bookmark label {
    padding: 4px 8px 4px 26px;
    font-size: 14px;
  }
}
.check-bookmark label .disable-bookmark {
  display: none;
}
.check-bookmark input[type=checkbox] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
}
.check-bookmark input[type=checkbox] {
  margin: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  display: inline-block;
  z-index: 100;
}
.check-bookmark label:before {
  left: 8px;
  top: 5px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  font-family: FontAwesome;
  content: '\f097';
  color: #f8b037;
  font-size: 18px;
}
@media (max-width: 768px) {
  .check-bookmark label:before {
    left: 6px;
    top: 1px;
  }
}
.check-bookmark input[type=checkbox]:checked + label:before {
  content: '\f097';
  color: white;
}
.check-bookmark input[type=checkbox]:checked + label {
  background-color: #f8b037;
  color: white;
}
.check-bookmark input[type=checkbox]:checked + label .disable-bookmark {
  display: inline;
}
.check-bookmark input[type=checkbox]:checked + label .enable-bookmark {
  display: none;
}

/* --- Function Space Iframe Page Style--- */
#iframePage {
  min-height: 100%;
  margin: 0 auto;
  float: left;
}

.functionSpaceiframeFb {
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px;
}
.functionSpaceiframeFb .navbar-inverse {
  display: none;
}
.functionSpaceiframeFb .panel-iframe {
  box-shadow: 0 0 6px #777777;
  margin-bottom: 0;
}
.functionSpaceiframeFb .panel-iframe .venue-title {
  overflow: hidden;
  margin: 0;
  color: #3093d1;
  font-weight: 600;
}
.functionSpaceiframeFb .panel-iframe .check-bookmark {
  float: right;
}
.functionSpaceiframeFb .panel-iframe .panel-heading {
  text-align: left;
}
.functionSpaceiframeFb .panel-iframe .panel-body {
  padding: 0;
}
.functionSpaceiframeFb .panel-iframe .brand-name {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 19px;
  color: #777777;
}
.functionSpaceiframeFb .panel-iframe .brand-name a {
  font-size: 18px;
  margin-left: 5px;
  color: #333333;
  letter-spacing: 2px;
  display: inline-block;
  float: right;
  text-decoration: none;
}
.functionSpaceiframeFb .grid-functionSpaceFb {
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  background-color: transparent;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-header-column-menu {
  visibility: hidden;
}
.functionSpaceiframeFb .grid-functionSpaceFb .btn-3dView.btn-primary {
  background-color: transparent;
  color: #3093d1;
  font-size: 11px;
  text-transform: none;
}
.functionSpaceiframeFb .grid-functionSpaceFb .btn-3dView.btn-primary:hover {
  background-color: #3093d1;
  color: white;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-toolbar {
  background-color: #fbfbfb;
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 15px;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-toolbar .k-grid-add {
  font-weight: 600;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-content {
  overflow-y: hidden;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-header {
  padding-right: 0 !important;
  background-color: #e7e7e7;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-header th.k-header {
  background-color: transparent;
  vertical-align: middle;
  text-align: center;
  border-width: 0 0 0 0;
  padding: 0;
  position: relative;
  /*&:first-child{
    .k-header-column-menu{
      display: inline-block;
    }
  }*/
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-header th.k-header:first-child {
  text-align: left !important;
  white-space: normal;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-header th.k-header .k-header-column-menu {
  position: absolute;
  top: 15px;
  right: 3px;
  padding: 5px;
  outline: 0 !important;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-header th.k-header .k-link {
  position: relative;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-header th.k-header .k-link .k-icon {
  position: absolute;
  top: 30px;
  right: 0;
}
.functionSpaceiframeFb .grid-functionSpaceFb .k-grid-header tr:hover {
  background-color: transparent;
}
.functionSpaceiframeFb .grid-functionSpaceFb tr td {
  border: 0;
  text-align: center;
  padding: 0.5em 0.6em;
  font-size: 12px;
  text-overflow: inherit;
  white-space: normal;
}
.functionSpaceiframeFb .grid-functionSpaceFb tr td:first-child {
  text-align: left;
}
.functionSpaceiframeFb .col-header {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.functionSpaceiframeFb .col-header* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.functionSpaceiframeFb .col-header .grid-title {
  margin: 0;
  text-align: left;
  padding: 8px;
  color: #333333;
}
@media (max-width: 1199px) {
  .functionSpaceiframeFb .col-header .grid-title {
    font-size: 12px;
  }
}
.functionSpaceiframeFb .col-header .field-title {
  margin: 8px 0 0 0;
  font-size: 11px;
  font-weight: normal;
  padding: 0.5em 0.2em;
  color: #333333;
  white-space: normal;
  min-height: 30px;
  letter-spacing: -0.80px;
  background-color: #eeeeee;
  position: relative;
  vertical-align: bottom;
    /*  > div{
          position: relative;
          top: 0px;
          left: 40px;
          height: 100%;
          -ms-transform:skew(-45deg,0deg);
          -moz-transform:skew(-45deg,0deg);
          -webkit-transform:skew(-45deg,0deg);
          -o-transform:skew(-45deg,0deg);
          transform:skew(-45deg,0deg);
          overflow: hidden;
          border-left: 1px solid #dddddd;
          border-right: 1px solid #dddddd;
          border-top: 1px solid #dddddd;
        }

        span {
          -ms-transform:skew(45deg,0deg) rotate(315deg);
          -moz-transform:skew(45deg,0deg) rotate(315deg);
          -webkit-transform:skew(45deg,0deg) rotate(315deg);
          -o-transform:skew(45deg,0deg) rotate(315deg);
          transform:skew(45deg,0deg) rotate(315deg);
          position: absolute;
          bottom: 30px;
          left: -25px;
          display: inline-block;
          // width: 100%;
          width: 85px;
          text-align: left;
        }*/
}
.functionSpaceiframeFb .col-header .field-icon {
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0 2px;
  text-align: center;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon {
  display: inline-block;
  vertical-align: middle;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_totalSqFt {
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -11px -563px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_roomSize {
  width: 44px;
  height: 49px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -9px -177px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_width {
  width: 28px;
  height: 49px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -50px -175px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_length {
  width: 44px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -32px -90px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_ceilingHt {
  width: 13px;
  height: 47px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -41px -125px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_classRoom {
  width: 56px;
  height: 46px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -3px -513px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_theater {
  width: 60px;
  height: 46px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -1px -230px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_bunquet {
  width: 54px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -5px -317px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_reception {
  width: 55px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -4px -282px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_conference {
  width: 64px;
  height: 42px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: 0 -370px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_uShape {
  width: 56px;
  height: 46px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -3px -608px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_hSquare {
  width: 45px;
  height: 47px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -9px -463px;
}
.functionSpaceiframeFb .col-header .field-icon .ef_icon.ico_10X10 {
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-FcIframe.png);
  background-position: -13px -420px;
}
.functionSpaceiframeFb .col-header .field-icon .fc_icon {
  display: inline-block;
  width: 100%;
  max-width: 30px;
  height: auto;
}
.functionSpaceiframeFb .col-header.view3D .field-icon {
  visibility: hidden;
}
.functionSpaceiframeFb .col-header.view3D .field-title {
  color: transparent;
}
.functionSpaceiframeFb .k-column-menu .k-menu .k-columns-item .k-link .k-icon {
  right: 0;
}
.functionSpaceiframeFb .k-column-menu .k-menu .k-menu-group .k-item .k-link {
  padding-right: 2.5em;
}
.functionSpaceiframeFb .k-column-menu .k-menu .k-menu-group .k-item .k-link input[type="checkbox"] {
  margin-right: 10px;
}
