/*
Theme Name: Chromatix Timplate
Author: Tim Malone, tim.malone@chromatix.com.au
Author URI: http://www.chromatix.com.au
Description: Chromatix theme
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chromatix.com.au
*/
/* **************************** INIT **************************** */
/* Reset code */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

/* css to skip for search engines */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

#access a.assistive-text:active, #access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #809a04;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%; }

/* generic variables */
/* generic mixins */
a img {
  border: 0; }

/* IE fix. Make images that are links not have obnoxious blue borders */
li {
  list-style-type: none; }

/* We'll turn 'em on if we need 'em */
.clear {
  clear: both; }

.disable > a, a.disable, .disabled > a, a.disabled {
  cursor: default !important;
  text-decoration: none !important; }

.nomargin {
  margin: 0 !important; }

.nocaps {
  text-transform: none !important; }

.clickable {
  cursor: pointer; }

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1100;
  width: 32px;
  height: 32px;
  background-image: url("images/icons/close2_black.png");
  background-size: 32px;
  background-repeat: no-repeat;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
  cursor: pointer; }

.close:hover {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})"; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hide_till_loaded {
  display: none; }

.topoffset {
  position: relative;
  top: -25px; }

.rightoffset {
  position: relative;
  right: -25px; }

.bottomoffset {
  position: relative;
  bottom: -25px; }

.leftoffset {
  position: relative;
  left: -25px; }

a.opacity_hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

a.opacity_hover:hover {
  opacity: 1; }

.imagebg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.mod-no-bgsizecover .imagebg {
  background-size: 100%; }

img.imagebg {
  padding-left: 100%;
  /* allow a background-image to be used on an img element */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* stop the padding-left above from breaking everything ;) */
  background-size: contain; }

.trans {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.fadeonview {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
  opacity: 1;
  position: relative;
  right: 0; }

.fadeonview.off {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
  opacity: 0;
  right: -15px; }

/* disable fadeonview for touch devices, due to issues with momentum scroll not showing it, and not showing at all on old iPad */
.mod-touch .fadeonview, .mod-touch .fadeonview.off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
  opacity: 1;
  right: 0; }

.social_icons a img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})"; }

.social_icons a:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})"; }

.loading {
  background-image: url("images/loading.gif");
  background-size: 60px;
  background-repeat: no-repeat;
  min-width: 60px;
  min-height: 60px; }

.lb-next, .lb-prev {
  background-color: rgba(255, 255, 255, 0); }

/* gallery lightbox fix for next/prev buttons in IE */
.noselect {
  /* stops user from selecting text, for example when clicks are handled in a web app */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

.w-100 {
  float: left;
  width: 100%; }

.w-90 {
  float: left;
  width: 90%; }

.w-80 {
  float: left;
  width: 80%; }

.w-70 {
  float: left;
  width: 70%; }

.w-60 {
  float: left;
  width: 60%; }

.w-50 {
  float: left;
  width: 50%; }

.w-40 {
  float: left;
  width: 40%; }

.w-30 {
  float: left;
  width: 30%; }

.w-20 {
  float: left;
  width: 20%; }

.w-10 {
  float: left;
  width: 10%; }

.w-95 {
  float: left;
  width: 95%; }

.w-85 {
  float: left;
  width: 85%; }

.w-75 {
  float: left;
  width: 75%; }

.w-65 {
  float: left;
  width: 65%; }

.w-55 {
  float: left;
  width: 55%; }

.w-45 {
  float: left;
  width: 45%; }

.w-35 {
  float: left;
  width: 35%; }

.w-25 {
  float: left;
  width: 25%; }

.w-15 {
  float: left;
  width: 15%; }

.w-5 {
  float: left;
  width: 5%; }

/* **************************** FONTS **************************** */
/* **************************** COLOURS **************************** */
/* ************************** STRUCTURE ************************** */
html, body, .chr_page {
  width: 100%;
  /* see editor-style-shared.css for font-family and font-size */
  -webkit-text-size-adjust: none;
  /* to stop iPhone Safari from changing text sizes on us */
  position: relative; }

/* horizontal scroll fixes: Mac Books require overflow-x hidden on html AND body to avoid trackpad scroll; Windows Chrome then requires a full overflow hidden on body to avoid additional scrollbars */
html {
  overflow-x: hidden; }

body {
  overflow: hidden; }

/* may need to be hidden if page_containers or fullwidth_containers are used */
/*.chr_page { overflow-x: hidden; }*/
/* when pushed over for responsive menu */
.chr_page.push {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  opacity: .5; }

.content_container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 960px;
  left: 0; }

.page_container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1920px;
  left: -480px;
  /* half of the difference between this width and page_container's width */ }

.extended_container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 2560px;
  left: -800px;
  /* half of the difference between this width and content_container's width */ }

.fullwidth_container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  left: 0; }

/* *********************** OLD IE ********************** */
/* to deal with Old IE, we'll hide anything that doesn't look quite right and show a message */
.oldie .chr_page {
  padding-top: 100px; }
.oldie .chr_page:before {
  content: "It looks like you're using an unsupported browser. While you can view this site, the experience will not be the same as with a newer browser. To experience the latest of what the web has to offer - and keep your browsing secure - we recommend downloading the latest version of Chrome or Firefox.";
  background-color: #F9D5AC;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  z-index: 100;
  height: 60px;
  padding: 2%; }
.oldie .megamenu_wrapper,
.oldie .contact_popout_wrapper,
.oldie .greyscale-image-img,
.oldie .greyscale-image-link {
  display: none !important; }
.oldie li.disabled.megamenu a {
  cursor: pointer !important; }
.oldie img.imagebg,
.oldie .pdf_icon,
.oldie .email_icon,
.oldie .phone_icon {
  background-image: none !important;
  padding-left: 0 !important; }
.oldie img.imagebg {
  box-sizing: content-box !important;
  margin-left: auto;
  margin-right: auto;
  width: auto; }

/* *********************** IE FIXES ********************** */
.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 0 25px !important; }

/* *********************** MASTHEAD (HEADER) ********************** */
.remove_margin_admin {
  margin-top: 0px !important; }

.move_page_below_admin_bar {
  margin-top: 46px; }

.chr_page {
  background-color: #000;
  background-image: url("images/top_background.jpg"), url("images/bottom_background.jpg");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: contain; }

.logo_wrapper {
  width: 55.5%;
  height: 194px;
  text-align: left;
  padding: 24px 5px 5px 7px;
  background: transparent; }

.logo_wrapper img {
  width: auto;
  height: 164px;
  max-width: 100%; }

.masthead_content {
  background: url("images/header_background.jpg");
  background-repeat: no-repeat;
  background-position-y: -144px;
  background-position-x: -10px;
  background-size: cover; }

.header_wrapper {
  width: 85%;
  margin: 0 auto;
  font-family: "DIN Medium"; }
  .header_wrapper .logo_wrapper, .header_wrapper .date_location_wrapper {
    display: inline-block; }

.logo_wrapper {
  display: inline-block;
  margin-left: -2%;
  margin-right: 2.2%; }
  .logo_wrapper .logo, .logo_wrapper .logo_year {
    display: inline-block; }
  .logo_wrapper .logo {
    margin-left: 1.3%;
    border: 0;
    width: 100%; }
    .logo_wrapper .logo a {
      width: 100%; }
      .logo_wrapper .logo a div {
        display: block;
        height: 164px;
        width: 100%;
        max-width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
  .logo_wrapper .logo_year {
    width: 40%;
    /*180px;*/
    min-height: 165px;
    font-family: "Rbno2 Light";
    color: #fff;
    font-size: 13em;
    letter-spacing: -0.07em;
    /*background:url('images/2016.svg') left bottom no-repeat;*/
    margin-left: 4%;
    /*&:nth-letter(3) {
    	letter-spacing: -0.01em;
    }*/ }

.date_location_wrapper {
  color: #fff;
  text-align: center; }
  .date_location_wrapper .header_date {
    font-size: 3.4em;
    color: #e6df00;
    font-family: "DIN Bold";
    line-height: 1em;
    letter-spacing: -0.04em; }
    .date_location_wrapper .header_date div {
      display: block;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      padding: 0px 0px 10px 4px;
      height: 48px;
      width: 270px;
      margin: 0 auto; }
  .date_location_wrapper .location {
    font-size: 2.3em;
    font-family: "Dosis Medium";
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px #000; }

.Explorer .date_location_wrapper .location {
  font-family: "Dosis Bold"; }

.tagline_image_wrapper {
  display: block;
  height: 70px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center; }
  .tagline_image_wrapper .tagline_image {
    display: inline-block;
    background: url("images/gradient_text.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 786px;
    height: 100%; }

/* *********************** PAGE.PHP ********************** */
#page .full_content_wrapper {
  background-color: #fff;
  /*margin-top: 20px;*/
  /*margin-bottom: 20px;*/
  padding-bottom: 20px;
  min-height: 500px; }
  #page .full_content_wrapper .banner_image {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 220px;
    width: 100%; }
  #page .full_content_wrapper .content_wrapper {
    display: inline-block;
    padding: 25px 3%;
    width: 57%; }
    #page .full_content_wrapper .content_wrapper .go_to_admin, #page .full_content_wrapper .content_wrapper .go_to_exhibitor {
      color: #555;
      font-size: 1.4em;
      font-family: "DIN Bold";
      line-height: 1.5em;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      /* Safari and Chrome */
      -moz-transition: all 0.3s ease;
      /* Firefox */
      -o-transition: all 0.3s ease;
      /* IE 9 */
      -ms-transition: all 0.3s ease;
      /*s Opera */
      transition: all 0.3s ease; }
      #page .full_content_wrapper .content_wrapper .go_to_admin:hover, #page .full_content_wrapper .content_wrapper .go_to_exhibitor:hover {
        color: #00ace8; }
    #page .full_content_wrapper .content_wrapper p a {
      font-family: "DIN Medium";
      text-decoration: none; }
      #page .full_content_wrapper .content_wrapper p a:hover {
        color: #00ace8; }
  #page .full_content_wrapper .side_bar {
    display: inline-block;
    float: right;
    width: 33%; }
    #page .full_content_wrapper .side_bar .exhibit_btn_wrapper {
      width: 100%; }
    #page .full_content_wrapper .side_bar .side_bar_content {
      float: right;
      width: 91%;
      margin-top: 20px;
      margin-right: 8%; }
      #page .full_content_wrapper .side_bar .side_bar_content .advertisement_wrapper {
        margin-bottom: 20px;
        width: 100%; }
        #page .full_content_wrapper .side_bar .side_bar_content .advertisement_wrapper .advertisement_image {
          display: block;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          width: 100%;
          margin-bottom: 10px; }
        #page .full_content_wrapper .side_bar .side_bar_content .advertisement_wrapper .advertisement_description {
          font-size: 1.1em;
          font-family: "DIN Medium";
          width: 100%;
          padding: 0 5px;
          box-sizing: border-box; }
      #page .full_content_wrapper .side_bar .side_bar_content .login_container {
        background: #00ace8;
        color: white;
        padding: 20px;
        font-size: 1.25em;
        line-height: 35px;
        margin-top: 10px; }
        #page .full_content_wrapper .side_bar .side_bar_content .login_container h2 {
          font-size: 1.5em; }
        #page .full_content_wrapper .side_bar .side_bar_content .login_container a.logout_link {
          background: white;
          color: #00ace8;
          display: block;
          float: right;
          clear: both;
          width: 80px;
          height: 35px;
          font-size: 1em;
          font-family: "DIN Bold";
          line-height: 35px;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          padding: 0 15px; }
          #page .full_content_wrapper .side_bar .side_bar_content .login_container a.logout_link:hover {
            opacity: .9; }
        #page .full_content_wrapper .side_bar .side_bar_content .login_container a.exhibitor_profile_link {
          color: white;
          float: left;
          text-decoration: none; }
          #page .full_content_wrapper .side_bar .side_bar_content .login_container a.exhibitor_profile_link:hover {
            opacity: .9; }
        #page .full_content_wrapper .side_bar .side_bar_content .login_container a.change_password_link {
          color: white;
          font-size: 1.05em;
          float: left;
          clear: both;
          margin-bottom: 10px; }
          #page .full_content_wrapper .side_bar .side_bar_content .login_container a.change_password_link:hover {
            opacity: .9; }
        #page .full_content_wrapper .side_bar .side_bar_content .login_container a.lost_password_link {
          font-size: 1.1em;
          color: white;
          float: left;
          margin-top: -35px; }
          #page .full_content_wrapper .side_bar .side_bar_content .login_container a.lost_password_link:hover {
            opacity: .9; }
        #page .full_content_wrapper .side_bar .side_bar_content .login_container .failed_login {
          display: block;
          width: 100%;
          color: #CE0000;
          font-family: "DIN Bold";
          text-transform: uppercase;
          text-align: right; }
        #page .full_content_wrapper .side_bar .side_bar_content .login_container h2 {
          color: white;
          font-family: "DIN Bold"; }
        #page .full_content_wrapper .side_bar .side_bar_content .login_container input[type="submit"] {
          background: white;
          color: #00ace8;
          font-size: 0.75em;
          font-family: "DIN Bold";
          opacity: 1; }
          #page .full_content_wrapper .side_bar .side_bar_content .login_container input[type="submit"]:hover {
            opacity: .9; }
      #page .full_content_wrapper .side_bar .side_bar_content .form_links_container {
        background: #00ace8;
        color: white;
        padding: 20px;
        font-size: 1.25em;
        line-height: 1.4em;
        margin-top: 10px; }
        #page .full_content_wrapper .side_bar .side_bar_content .form_links_container h2 {
          font-size: 1.5em;
          font-family: "DIN Bold"; }
        #page .full_content_wrapper .side_bar .side_bar_content .form_links_container a.form_link {
          display: block;
          font-size: 1em;
          color: white;
          text-decoration: none;
          margin-bottom: 10px; }
          #page .full_content_wrapper .side_bar .side_bar_content .form_links_container a.form_link:hover {
            opacity: 0.9; }
      #page .full_content_wrapper .side_bar .side_bar_content .social_container {
        width: 100%;
        margin-bottom: 10px; }
      #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box {
        background: #00ace8;
        color: white;
        font-size: 1.25em;
        width: 84%;
        padding: 25px 8% 25% 8%;
        margin-top: 10px; 
        overflow: hidden;}
        #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box div.wpcf7 {
          margin-top: 5px; }
        #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box h2 {
          font-family: "DIN Bold";
          text-transform: uppercase;
          font-size: 1.5em; }
        #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box input[type="email"], #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box input[type="text"] {
          width: 83%;
          float: left;
          height: 35px;
          font-size: 1em;
          line-height: 35px; }
        #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box p {
          margin: 5px 0;
          font-size: 1em; }
        #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box input[type="submit"] {
          float: right;
          background-image: url("images/icons/subscribe_arrow.jpg");
          background-size: 35%;
          background-repeat: no-repeat;
          background-position: center;
          background-color: #fff;
          color: transparent;
          height: 35px;
          width: 35px;
          line-height: 35px;
          padding: 0;
          margin-top: 0;
          opacity: 1; }
          #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box input[type="submit"]:hover {
            opacity: 0.9; }
        #page .full_content_wrapper .side_bar .side_bar_content .subscribe_box .wpcf7-response-output {
          color: #454455;
          font-size: 1.15em; }

input[type="submit"] {
  font-size: 0.8em;
  font-family: "DIN Regular";
  background-color: #00ace8; }

input[type="submit"]:hover {
  background-color: #0495E0; }

.contact_popout_wrapper {
  /*display: none; /* temp */
  position: absolute;
  top: -515px;
  /* this should match .content_popout height */
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  /* wait before hiding after hover leaves */ }
  .mod-touch .contact_popout_wrapper {
    display: none; }
  .contact_popout_wrapper:hover, .contact_popout_wrapper.force_open {
    top: -1px;
    /* bring popout down, but hide its top border if present */
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.contact_popout {
  width: 465px;
  height: 515px;
  /* set height if not calculating it automatically */
  background-color: #fff;
  color: #7b7b7b;
  padding: 20px 40px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left; }
  .contact_popout .handle {
    background-color: #000;
    /* adjust as per theme */
    color: #fff;
    /* adjust as per theme */
    font-size: 16px;
    /* adjust as per theme */
    /*font-family: "";*/
    /* adjust as per theme */
    /*content: attr(data-button-label);*/
    /* only use this if a psuedo element is used instead */
    position: absolute;
    left: calc(50% - 100px);
    bottom: -60px;
    width: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding-top: 151px;
    padding-bottom: 30px;
    background-image: url("images/icons/arrow4_right_black.png");
    background-position: center bottom;
    background-position: center bottom 11px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    cursor: pointer;
    z-index: -1;
    text-align: center; }
  .contact_popout .widgettitle {
    /*font-family: "";*/
    font-size: 28px;
    color: #000;
    margin-bottom: 15px; }
  .contact_popout #cf7_form_box {
    margin-top: -10px; }

/* ************************* PAGE-EXHIBITOR.PHP ************************* */
#page .content_main .content_wrapper .item.page .name_standno_wrapper .exh_name, #page .content_main .content_wrapper .item.page .name_standno_wrapper .exh_standno {
  color: #00ace8;
  font-size: 1.5em;
  font-family: "DIN Medium";
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase; }
#page .content_main .content_wrapper .item.page .name_standno_wrapper .exh_name {
  float: left;
  width: 65%; }
#page .content_main .content_wrapper .item.page .name_standno_wrapper .exh_standno {
  /*float: right;*/
  position: relative;
  /*width: 26%;*/
  width: auto;
  word-break: break-word;
  float: left;
  clear: both;
  margin-top: 5px; }
  #page .content_main .content_wrapper .item.page .name_standno_wrapper .exh_standno:after {
    display: none;
    content: '';
    position: absolute;
    top: 5px;
    left: -24px;
    height: 85%;
    border: 1px solid #00ace8; }
#page .content_main .content_wrapper .item.page .exh_logo {
  display: block;
  height: auto;
  max-height: 200px;
  margin: 0 auto;
  /*padding: 20px 0;*/
  clear: both; }
#page .content_main .content_wrapper .item.page .exh_description {
  clear: both; }
#page .content_main .content_wrapper .item.page .exh_contact_details {
  margin: 40px 0; }
  #page .content_main .content_wrapper .item.page .exh_contact_details .phone a {
    color: #555;
    font-family: "DIN Regular"; }
#page .content_main .content_wrapper .item.page .exh_downloads .exh_dl_heading {
  color: #00ace8;
  font-family: "DIN Bold"; }
#page .content_main .content_wrapper .item.page .exh_downloads .exh_dl_item a {
  color: #555;
  font-family: "DIN Bold";
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.3s ease;
  /* Firefox */
  -o-transition: all 0.3s ease;
  /* IE 9 */
  -ms-transition: all 0.3s ease;
  /* Opera */
  transition: all 0.3s ease; }
  #page .content_main .content_wrapper .item.page .exh_downloads .exh_dl_item a:hover {
    color: #00ace8; }
#page .content_main .content_wrapper .item.page .exh_downloads .exh_dl_item .file_size {
  font-family: "DIN Regular"; }
#page .content_main .side_bar .all_exhibitors_btn {
  position: relative;
  float: right;
  width: 100%;
  background-color: #00ace8;
  margin-top: 18px;
  padding: 13px 0; }
  #page .content_main .side_bar .all_exhibitors_btn a {
    display: block;
    height: 100%;
    width: 78%;
    color: #fff;
    font-size: 2em;
    font-family: "DIN Bold";
    line-height: 1.2em;
    padding-left: 4.5%;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.3s ease;
    /* Firefox */
    -o-transition: all 0.3s ease;
    /* IE 9 */
    -ms-transition: all 0.3s ease;
    /* Opera */
    transition: all 0.3s ease; }
    #page .content_main .side_bar .all_exhibitors_btn a .arrow_icon {
      position: absolute;
      top: 15px;
      right: 15px;
      background: url("images/arrowbutton.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      display: inline-block;
      height: 25px;
      width: 25px; }
    #page .content_main .side_bar .all_exhibitors_btn a:hover {
      background-color: #0495E0; }

/* ***************** EXHIBITION BOOK FORM STYLING ***************** */
.page .contactform7_styling label {
  display: block;
  width: 100%;
  color: #555;
  font-family: "DIN Regular";
  font-weight: 700;
  margin-bottom: 5px; }
.page .contactform7_styling .required_field {
  color: #790000; }

/* ************************* GRAVITY FORM STYLING ************************ */
/* ======== HEADING ======== */
.content_wrapper .gform_wrapper {
  max-width: 100%;
  margin: 0; }
  .content_wrapper .gform_wrapper div.validation_error {
    width: 100%; }
  .content_wrapper .gform_wrapper .gform_heading h3.gform_title {
    color: #00ace8;
    font-size: 2.3em;
    font-family: "DIN Medium";
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 20px 0; }

/* ======== FORM DESCRIPTION ======== */
.content_wrapper .gform_wrapper .gform_description {
  display: none; }

/* ========= FORM STYLING ======== */
.content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li {
  padding: 5px 0; }
  .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .gfield_password_strength {
    height: 27px;
    clear: both; }
  .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.gfield_error {
    min-height: 45px;
    width: 100%;
    background-color: transparent;
    border-top: none;
    border-bottom: none; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.gfield_error .ginput_container {
      margin-top: 8px; }
      .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.gfield_error .ginput_container input, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.gfield_error .ginput_container select, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.gfield_error .ginput_container textarea {
        border: 1px solid #DE0000; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.gfield_error .gfield_description, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.gfield_error .gfield_label {
      margin-left: 0; }
  .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.forgot_pwd label {
    text-align: right;
    width: 10%; }
  .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li.forgot_pwd .ginput_container {
    width: 85%; }
  .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .gfield_label {
    float: left;
    width: 30%;
    display: block; }
  .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container {
    float: right;
    width: 68%;
    position: relative; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container .charleft {
      float: right;
      text-align: right; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container input, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container select, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container textarea {
      width: 100%; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container select[multiple="multiple"] {
      min-height: 180px;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: ''; }
      .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container select[multiple="multiple"]::-ms-expand {
        display: none; }
      .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container select[multiple="multiple"] option {
        cursor: pointer; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container input[type="file"] {
      height: 36px;
      color: #00ace8;
      font-size: 0.9em;
      font-family: "DIN Bold"; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex {
      width: 100%; }
      .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_full input, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_full select, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_full textarea {
        float: right;
        width: 68% !important;
        margin: 4px 0; }
      .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_left, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_right {
        margin: 0;
        width: 100%; }
        .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_left input, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_left select, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_left textarea, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_right input, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_right select, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_right textarea {
          float: right;
          width: 68% !important; }
        .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_left label, .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container.ginput_complex .ginput_right label {
          float: left;
          width: 30%;
          line-height: 1.1em;
          white-space: normal; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container .gform_drop_area {
      margin-top: 5px; }
      .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container .gform_drop_area .gform_button_select_files {
        font-size: 0.9em;
        font-family: "DIN Regular";
        background-color: #00ace8;
        margin-top: 8px;
        -webkit-transition: all 0.3s ease;
        /* Safari and Chrome */
        -moz-transition: all 0.3s ease;
        /* Firefox */
        -o-transition: all 0.3s ease;
        /* IE 9 */
        -ms-transition: all 0.3s ease;
        /* Opera */
        transition: all 0.3s ease; }
        .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container .gform_drop_area .gform_button_select_files:hover {
          background-color: #0495E0; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container #extensions_message {
      display: block;
      width: 100%;
      font-size: 0.9em;
      text-align: center;
      margin-bottom: 10px; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_container .validation_message ul li {
      color: #9E131B;
      font-size: 1em;
      text-align: center;
      border: 2px solid #e6df00;
      padding: 10px;
      box-sizing: border-box; }
  .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_preview {
    width: 30%;
    line-height: 1em;
    margin-bottom: 10px; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_preview .gform_delete {
      margin-bottom: 5px; }
    .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .ginput_preview strong {
      color: #00ace8;
      word-break: break-all; }
  .content_wrapper .gform_wrapper .gform_body ul:not(.nobullets) li .gfield_description {
    float: left;
    clear: left;
    width: 25%; }
.content_wrapper .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 1.4em;
  font-family: "DIN Regular"; }

.attachments_wrapper {
  position: relative;
  top: 20px;
  display: block;
  width: 100%;
  clear: both;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 20px 0;
  margin-bottom: 20px;
  box-sizing: border-box; }
  .attachments_wrapper div h2 {
    color: #00ace8;
    font-size: 1.3em;
    font-family: "DIN Medium"; }
  .attachments_wrapper div .attachment a {
    text-decoration: none;
    cursor: pointer; }
    .attachments_wrapper div .attachment a:hover {
      color: #00ace8; }
  .attachments_wrapper div .attachment .delete_file {
    margin-left: 15px;
    color: red;
    text-decoration: underline; }
  .attachments_wrapper .company_logo {
    margin-bottom: 20px; }

/* ========= FORM CONFIRMATION MESSAGE ======== */
.content_wrapper .gform_confirmation_wrapper {
  width: 100%;
  font-size: 1.5em;
  font-family: "DIN Regular"; }

/* ========= PROFILE VISIBILITY ======== */
/* Exhibitor View */
div.profile_visibility {
  float: left;
  display: block;
  height: 10px;
  width: 50%;
  padding: 0; }
  div.profile_visibility label {
    display: block;
    width: 60%;
    color: #555;
    font-size: 1.4em;
    font-family: "DIN Regular";
    font-weight: 700; }
  div.profile_visibility input {
    float: left;
    height: 18px;
    width: 18px;
    padding: 0;
    margin-left: 4%; }

/* Administrator View */
.post-exhibitor-account-update .gform_wrapper .gform_body ul li.admin_profile_visible .ginput_container ul.gfield_checkbox li input {
  height: 20px;
  margin-top: 5px; }
.post-exhibitor-account-update .gform_wrapper .gform_body ul li.admin_profile_visible .ginput_container ul.gfield_checkbox li label {
  display: none; }

/* ========= CHANGE PASSWORD ======== */
.post-change-password .gform_wrapper .gform_footer {
  padding: 0; }

/* ========= CURRENT COMPANY WRAPPER ======== */
.current_company_wrapper {
  color: #00ace8;
  font-size: 1.5em;
  font-family: "DIN Bold";
  text-transform: uppercase;
  margin-bottom: 20px; }
  .current_company_wrapper .company_name_value {
    font-family: "DIN Regular"; }

/* ========= ADMIN WRAPPER ======== */
.admin_wrapper {
  float: left;
  clear: both;
  font-size: 1.3em;
  line-height: 1.5em;
  font-family: "DIN Medium";
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.3s ease;
  /* Firefox */
  -o-transition: all 0.3s ease;
  /* IE 9 */
  -ms-transition: all 0.3s ease;
  /* Opera */
  transition: all 0.3s ease; }
  .admin_wrapper a {
    text-decoration: none; }
    .admin_wrapper a:hover {
      color: #00ace8; }

/* ========= PRODUCT SERVICES PAGE ======== */
#page .full_content_wrapper .product_services_wrapper {
  width: 100%;
  box-sizing: border-box; }
  #page .full_content_wrapper .product_services_wrapper .item.page.product_services .gform_wrapper .gform_body .ginput_container {
    float: left;
    width: 100%; }
    #page .full_content_wrapper .product_services_wrapper .item.page.product_services .gform_wrapper .gform_body .ginput_container ul.gfield_checkbox li {
      width: 25%;
      padding-right: 10px !important;
      box-sizing: border-box;
      overflow: visible; }
      #page .full_content_wrapper .product_services_wrapper .item.page.product_services .gform_wrapper .gform_body .ginput_container ul.gfield_checkbox li input[type="checkbox"] {
        display: inline-block;
        margin-top: 8px; }
      #page .full_content_wrapper .product_services_wrapper .item.page.product_services .gform_wrapper .gform_body .ginput_container ul.gfield_checkbox li label {
        float: none;
        display: inline-block;
        width: 77%;
        font-size: 0.7em;
        line-height: 1.1em;
        margin: 14px 0 0 5%;
        word-wrap: break-word;
        cursor: pointer; }

/* ************************* NEWS POST ************************ */
.meta {
  font-size: 1.1em;
  font-family: "DIN Bold";
  text-transform: uppercase; }
  .meta .category .post-categories li {
    font-size: 1em; }
    .meta .category .post-categories li a {
      text-decoration: none; }

/* ************************* SEARCH RESULTS / LIST OF EXHIBITORS ************************ */
.search_content_wrapper {
  padding: 25px 3% 0 3%;
  box-sizing: border-box; }
  .search_content_wrapper .search_result_heading {
    color: #00ace8;
    font-size: 2.3em;
    font-family: "DIN Medium";
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 20px 0; }
  .search_content_wrapper .fp_search {
    width: 50%; }
    .search_content_wrapper .fp_search input {
      height: 40px;
      width: 82%;
      font-size: 1.6em;
      font-family: "DIN Medium";
      text-transform: uppercase;
      margin: 13px 2px 13px 3%; }
      .search_content_wrapper .fp_search input::-webkit-input-placeholder {
        color: #000;
        font-family: "DIN Bold";
        text-transform: uppercase; }
      .search_content_wrapper .fp_search input:-moz-placeholder {
        /* Firefox 18- */
        color: #000;
        font-family: "DIN Bold";
        text-transform: uppercase; }
      .search_content_wrapper .fp_search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #000;
        font-family: "DIN Bold";
        text-transform: uppercase; }
      .search_content_wrapper .fp_search input:-ms-input-placeholder {
        color: #000;
        font-family: "DIN Bold";
        text-transform: uppercase; }
      .search_content_wrapper .fp_search input.placeheld {
        color: #000;
        font-family: "DIN Bold";
        text-transform: uppercase; }
    .search_content_wrapper .fp_search #searchsubmit {
      color: transparent;
      height: 40px;
      width: 11%;
      margin: 13px 3% 13px 2px; }
  .search_content_wrapper .results_found {
    display: inline-block; }
  .search_content_wrapper .back_to_exh_results {
    float: right;
    color: #00ace8;
    font-family: "DIN Medium";
    font-size: 1.4em;
    line-height: 1.35em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 1em 10px 1.1em 0; }
  .search_content_wrapper .single_result_wrapper {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .search_content_wrapper .single_result_wrapper .result_header {
      display: table;
      height: 32px;
      width: 100%;
      line-height: 32px;
      background-color: #00ace8; }
      .search_content_wrapper .single_result_wrapper .result_header .exhibitor_name {
        display: table-cell;
        vertical-align: middle;
        width: 81%; }
      .search_content_wrapper .single_result_wrapper .result_header .exhibitor_name a {
        float: left;
        width: 65%;
        color: #fff;
        font-size: 1.2em;
        font-family: "DIN Medium";
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 20px; }
      .search_content_wrapper .single_result_wrapper .result_header .stand_number {
        /*float: right;*/
        display: table-cell;
        vertical-align: middle;
        width: auto;
        color: #fff;
        font-size: 1.1em;
        font-family: "DIN Medium";
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        border-left: 2px solid #6dd1f3;
        word-break: break-word;
        padding: 10px 2px 10px 10px;
        box-sizing: border-box; }
    .search_content_wrapper .single_result_wrapper .result_content .exhibitor_logo_container {
      position: relative;
      display: block;
      float: left;
      min-height: 100px;
      width: 22%; }
      .search_content_wrapper .single_result_wrapper .result_content .exhibitor_logo_container .exhibitor_logo {
        display: block;
        height: 70px;
        width: 80%;
        background: url("http://www.metrolec.net.au/files/5313/8719/3967/mitsubishi-logo.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 15px auto; }
        .search_content_wrapper .single_result_wrapper .result_content .exhibitor_logo_container .exhibitor_logo a {
          display: block;
          height: 100%;
          width: 100%; }
    .search_content_wrapper .single_result_wrapper .result_content .exhibitor_excerpt {
      display: inline-block;
      width: 62%;
      padding: 15px;
      box-sizing: border-box; }
      .search_content_wrapper .single_result_wrapper .result_content .exhibitor_excerpt p {
        	/*display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: clip;*/
        text-align: left; }
    .search_content_wrapper .single_result_wrapper .result_content .more_details_container {
      display: table;
      float: right;
      min-height: 100px;
      width: 16%;
      padding: 5px 0 5px 3px;
      box-sizing: border-box; }
      .search_content_wrapper .single_result_wrapper .result_content .more_details_container .more_details {
        display: table-cell;
        color: #797979;
        font-size: 1.15em;
        font-weight: 700;
        font-family: "DIN Medium";
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        vertical-align: middle; }
        .search_content_wrapper .single_result_wrapper .result_content .more_details_container .more_details .more_details_icon {
          float: right;
          display: block;
          height: 20px;
          width: 20px;
          background: url("images/arrowbutton.png") no-repeat center;
          background-size: contain;
          margin: -1px 5px 0 5px;
          opacity: 0.5; }
  .search_content_wrapper .pagination_wrapper {
    width: 100%;
    font-size: 1.5em;
    font-family: "DIN Bold";
    text-align: center;
    text-transform: uppercase; }
    .search_content_wrapper .pagination_wrapper a.pagination_controls {
      display: inline-block;
      color: #5b5b5b;
      text-decoration: none;
      margin: 0 5px; }
      .search_content_wrapper .pagination_wrapper a.pagination_controls.active {
        color: #00ace8; }
      .search_content_wrapper .pagination_wrapper a.pagination_controls span {
        display: inline-block;
        height: 1.5em;
        width: 20px;
        background: url("images/icons/paginationarrow.png") no-repeat center;
        background-size: contain;
        margin-top: -4px;
        opacity: 0.7; }
      .search_content_wrapper .pagination_wrapper a.pagination_controls.prev span {
        float: left;
        margin-right: 10px;
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg); }
      .search_content_wrapper .pagination_wrapper a.pagination_controls.next span {
        float: right;
        margin-left: 10px; }
  .search_content_wrapper .list_of_results {
    display: none; }

/* ************************* MISCELLANEOUS ************************ */
/* addthis plugin */
/* .front-page .chr_content .addthis-toolbox { display: none; } /* no addthis on front page */
/* jcarousel */
.jcarousel, .nav-jcarousel {
  overflow: hidden;
  position: relative; }

.jcarousel > ul, .nav-jcarousel > ul {
  position: relative;
  width: 20000em;
  margin: 0; }

.jcarousel > ul > li, .nav-jcarousel > ul > li {
  float: left;
  height: 100% !important;
  list-style-type: none !important; }

/* google maps plugin */
#wpgmza_map {
  margin-bottom: 15px; }

/* the top margin works but the bottom doesn't */
#wpgmza_map small {
  display: none; }

/* the "your map didn't load" message */
/* really simple twitter widget meets chr_slider */
.widget_reallysimpletwitterwidget ul {
  display: none; }

.widget_reallysimpletwitterwidget ul.chr_slider {
  display: block;
  width: 480px;
  list-style-type: none;
  margin-bottom: 0 !important;
  /* override content settings for ul li's */ }

.widget_reallysimpletwitterwidget .chr_slide {
  position: absolute !important;
  /* override content settings for ul li's */
  display: none;
  border: 1px #D8D8D8 solid;
  padding: 12px 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* because it's an li, we have to unset any bullet points */
.chr_content .widget_reallysimpletwitterwidget ul.chr_slider li {
  list-style-type: none; }

.chr_content .widget_reallysimpletwitterwidget ul.chr_slider li.chr_slide:before {
  display: none; }

.widget_reallysimpletwitterwidget .chr_slide a {
  text-decoration: none; }

.widget_reallysimpletwitterwidget .chr_slide a:hover {
  text-decoration: underline; }

.widget_reallysimpletwitterwidget .rstw_link_follow {
  float: right;
  margin: 5px 0; }



li.mape_lo.addresssss h3:before {
    content: "\f041";
    position: absolute;
    left: -70px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: #686868;
    border: 1px solid #686868;
    height: 30px;
    width: 30px;
    padding: 11px 7px 4px 8px;
    text-align: center;
    border-radius: 100%;
}
.callno a:before{
content: "\f095";
left: -70px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: #686868;
    border: 1px solid #686868;
    height: 30px;
    width: 30px;
    padding: 11px 7px 4px 8px;
    text-align: center;
    border-radius: 100%;
position: absolute;
}
li.mape_lo.addresssss h3 {
    position: relative;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}
/* **************************** FOOTER **************************** */
.ft_news_updates {
  position: relative;
  background-color: #333333;
  box-sizing: border-box;
  padding: 25px 1.5%; }
  .ft_news_updates .news_updates_heading {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 2em;
    font-family: "DIN Regular";
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #929292; }
  .ft_news_updates .news_updates_wrapper {
    position: relative;
    overflow: hidden; }
    .ft_news_updates .news_updates_wrapper .nu_item_wrapper {
      position: relative;
      width: 20000em; }
      .ft_news_updates .news_updates_wrapper .nu_item_wrapper article {
        float: left;
        font-family: "DIN Medium";
        box-sizing: border-box; }
        .ft_news_updates .news_updates_wrapper .nu_item_wrapper article .nu_post_title {
          display: block;
          color: #cacaca;
          font-size: 1.4em;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none;
          margin-bottom: 6px; }
        .ft_news_updates .news_updates_wrapper .nu_item_wrapper article .nu_post_content {
          height: 72px;
          color: #7b7b7b;
          font-size: 1.2em;
          font-weight: 500;
          line-height: 1.3em;
          	/*display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;*/
          overflow: hidden;
          /*text-overflow: clip;*/
          margin: 0 0 2px 0; }
          .ft_news_updates .news_updates_wrapper .nu_item_wrapper article .nu_post_content strong {
            font-family: "DIN Bold";
            text-transform: uppercase; }
        .ft_news_updates .news_updates_wrapper .nu_item_wrapper article .ft_nu_more {
          display: inline-block;
          color: #fff;
          font-size: 1.2em; }

.ft_news_controls {
  position: absolute;
  top: 26px;
  right: 5%; }
  .ft_news_controls .ft_news_prev, .ft_news_controls .ft_news_next {
    float: right;
    display: block;
    height: 28px;
    width: 28px;
    background: url("images/arrowbutton.png") no-repeat center;
    background-size: contain;
    margin-left: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.3s ease;
    /* Firefox */
    -o-transition: all 0.3s ease;
    /* IE 9 */
    -ms-transition: all 0.3s ease;
    /* Opera */
    transition: all 0.3s ease; }
    .ft_news_controls .ft_news_prev:hover, .ft_news_controls .ft_news_next:hover {
      opacity: 0.8; }
  .ft_news_controls .ft_news_next {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }

.nu_left_post {
  padding-left: 2px;
  padding-right: 16px; }

.nu_middle_post {
  padding: 0 8px; }

.nu_right_post {
  padding-left: 16px; }

.footer_wrapper {
  background-color: #fff;
  padding-bottom: 15px;
  margin-top: 20px; }
  .footer_wrapper .footer_internal_wrapper {
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    text-align: left; }
    .footer_wrapper .footer_internal_wrapper .logo_details_wrapper, .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper {
      display: inline-block;
      vertical-align: top;
      width: 29.4%;
      /*background-color: rgba(200,100,100,0.7);*/ }
    .footer_wrapper .footer_internal_wrapper .logo_details_wrapper, .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper {
      text-align: left;
      padding: 0px 0px 0px 7px; }
      .footer_wrapper .footer_internal_wrapper .logo_details_wrapper .footer_logo_wrapper, .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_logo_wrapper {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 16px;
        width: 100%; }
      .footer_wrapper .footer_internal_wrapper .logo_details_wrapper .footer_logo, .footer_wrapper .footer_internal_wrapper .logo_details_wrapper .footer_logo_year, .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_logo, .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_logo_year {
        display: inline-block; }
      .footer_wrapper .footer_internal_wrapper .logo_details_wrapper .footer_logo, .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_logo {
        height: 88px;
        margin-top: -5px; }
        .footer_wrapper .footer_internal_wrapper .logo_details_wrapper .footer_logo a, .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_logo a {
          display: block;
          height: 100%;
          width: 100%;
          border: 0; }
          .footer_wrapper .footer_internal_wrapper .logo_details_wrapper .footer_logo a img, .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_logo a img {
            width: 92%;
            padding: 4px 7px 0px; }
      .footer_wrapper .footer_internal_wrapper .logo_details_wrapper .footer_logo_year, .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_logo_year {
        font-size: 7em;
        font-family: "Rbno2 Light";
        color: #000;
        letter-spacing: -0.06em;
        padding-left: 0.05em; }
    .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_exhibition_date {
      font-family: "DIN Medium";
      font-size: 1.4em;
      color: #00ace8;
      margin-top: -5px;
      margin-left: 1%; }
    .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_location1 {
      padding-top: 5px; }
    .footer_wrapper .footer_internal_wrapper .footer_date_location_wrapper .footer_location {
      font-family: "DIN Regular";
      font-size: 1.4em;
      text-transform: uppercase;
      margin-left: 1%; }
    .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper {
      position: relative;
      margin: 0 2.9%; }
      .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper .time_content_wrapper {
        padding-top: 19px; }
      .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper h1 {
        position: relative;
        top: -9px;
        color: #00ace8;
        font-family: "DIN Medium";
        font-size: 2.2em;
        line-height: 2.3em;
        text-transform: uppercase; }
      .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper span {
        color: #000;
        font-size: 1.2em;
        font-family: "DIN Medium";
        line-height: 2.3em; }
      .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper .day_of_week {
        display: inline-block;
        width: 41%;
        text-transform: uppercase; }
      .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper .day {
        display: inline-block;
        width: 25%; }
      .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper .day_2 {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
    .footer_wrapper .footer_internal_wrapper .sponsors_wrapper {
      float: right;
      position: relative;
      display: inline-block;
      width: 30%;
      vertical-align: top;
      padding-top: 19px; }
      .footer_wrapper .footer_internal_wrapper .sponsors_wrapper .sponsors_internal_wrapper {
        margin-left: 12%; }
        .footer_wrapper .footer_internal_wrapper .sponsors_wrapper .sponsors_internal_wrapper h1 {
          position: relative;
          top: -9px;
          color: #00ace8;
          font-family: "DIN Medium";
          font-size: 2.2em;
          line-height: 2em;
          text-transform: uppercase; }
        .footer_wrapper .footer_internal_wrapper .sponsors_wrapper .sponsors_internal_wrapper .sponsor {
          display: inline-block;
          width: 19%;
          margin-right: 7%; }

.Explorer .footer_wrapper .footer_internal_wrapper .exhibition_time_wrapper h1 {
  font-family: "DIN Bold"; }
.Explorer .footer_wrapper .footer_internal_wrapper .sponsors_wrapper .sponsors_internal_wrapper h1 {
  font-family: "DIN Bold"; }

.arbs_footer {
  margin-top: 20px; }
  .arbs_footer .copyright {
    font-family: "DIN Regular";
    color: #fff; }
  .arbs_footer .arbs_footer_logo {
    background: url("images/arbs.png") no-repeat center;
    display: block;
    height: 50px;
    width: 200px;
    float: right; }

.footer {
  /*background-color: #efefef;*/
  font-size: .9em;
  clear: both; }

.footer_content {
  padding: 15px 0; }
  .footer_content ul.menu > li {
    display: block; }
  .footer_content ul.menu > li > a {
    padding: 2px 0;
    font-size: 14px; }
  .footer_content ul.sub-menu {
    display: none; }
  .footer_content .menu-image,
  .footer_content .menu-image-title-hide,
  .footer_content .menu-image-hover-wrapper {
    display: none; }
  .footer_content .widgettitle {
    display: none; }
  .footer_content .widget {
    display: none;
    float: left;
    width: 33%; }
    .footer_content .widget:first-child {
      display: block;
      text-align: left; }
    .footer_content .widget:nth-child(2) {
      display: block;
      text-align: center; }
    .footer_content .widget#footer_signature {
      display: block;
      text-align: right;
      float: right; }
  .footer_content a {
    text-decoration: none;
    /*color: #333; */
    font-family: "DIN Medium";
    letter-spacing: 0.1em; }
  .footer_content a img {
    vertical-align: middle;
    margin: 5px 3px; }
  .footer_content a:hover {
    text-decoration: underline; }
  .footer_content .no-ani {
    color: #fff; }
    .footer_content .no-ani:hover {
      text-decoration: none;
      color: #fff; }

/* ***************** The end, thanks for visiting! **************** */

/*# sourceMappingURL=style.css.map */

.contact-from-inner.contact_u textarea.wpcf7-form-control {
    margin-bottom: 0 !important;
}

.contact-from-inner.contact_u input {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 46px;
}


.contact-address-inner i.fa {
  
    text-align: center;
    position: relative;
   
    margin-right: 24px;
    top: -5px;
}








li.menu-item-has-children[class*="current-"] > a:after, li.menu-item-has-children.hover > a:after {
    background: none !important;
    background-size: contain;
}
.contact-from-inner input.wpcf7-form-control.wpcf7-submit {
    width: 98%;

}




.address {
 
    margin-top: 10px;

}
.contect_in h3.widget-title {
    padding-left: 25px;
    font-size: 25px !important;
}




.exh_downloads li.exh_dl_item {
    padding-left: 0px !important;
}
.chr_content .alignright {
    float: right;
    clear: right;
    margin: 5px 0 10px 15px;
    width: auto !important;
}
.banner_image {
    display: none !important;
}
.single .content_wrapper {
    width: 100% !important;
    padding-top: 20px;
}
aside.side_bar {
    /*display: none !important;*/
}
.chr_content em, .chr_content i {
    font-family: FontAwesome !important;
}
.awrd-sec-one-inner-text p {
    font-size: 14px !important;
    line-height: 25px !important;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 10px !important;
  
}
.chr_content ul:not(.nobullets) li {
    list-style-type: none;
    position: relative;
    min-height: 25px;
    padding-left: 0px;
    line-height: 1.8em;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
}

.about-section-two-inner-text h5 {
    font-size: 16px !important;
    line-height: 31px !important;
   
}
.about-section-two-inner-text h4 {
    font-size: 17px !important;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    line-height: 31px !important;
    text-transform: capitalize;
}
.about-section-two-inner-text h3.widget-title {
    font-size: 24px !important;
    color: #212121 !important;
    font-family: 'Roboto', sans-serif;
    line-height: 31px !important;
    margin-top: 50px !important;
    text-transform: capitalize;
}
li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    text-decoration: inherit;
    padding-left: 20px;
    color: #000;
    top: 0;
    right: 0;
    position: absolute;
    background: none !important;
}

span.phone p, span.fax p, span.email p, span.website p {
    font-size: 14px;
    color: #4f4f4f !important;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    margin: 10px 0px ;
}
#page .content_main .content_wrapper .item.page .exh_contact_details .phone a {
    color: #555 !important;
    font-family: 'Roboto', sans-serif;
}
img.exh_logo {
    margin: 30px 0px !important;
    max-width: 30%;
}
li.menu-item-has-children a{
 position: relative;
}

#menu-item-192 a:after {
    content: normal;
}

.main-navigation li ul li > a:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    text-decoration: inherit;
    padding-left: 0px;
    margin-top: -10px;
}



ul.sub-menu li.menu-item-has-children:after{
content:normal;
}

.awards16 h3 {
     margin-bottom: 22px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color: #212121;
}
.awards16 a
{
    color: #00ade9;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
} 

.list_c a
{
    color: #00ade9;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
   font-size: 18px;
  line-height: 1.8;
} 
.list_c p {
    font-size: 18px;
    color: #4f4f4f;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
     font-weight: 300;   
} 
.image_manag_c {
    margin-top: -35px;
}
.my_inner_c .widget-title {
    font-size: 20px !important;
    font-family: 'Roboto', sans-serif;
    line-height: 25px !important;
    margin-bottom: 22px;
}
  
div#pg-w59084c5ca60ef-0 {
    margin-bottom: 10px;
}
div#pg-w590849d5061ab-0 {
    margin-bottom: 10px;
}
.my_inner_c p
{
  text-align:justify; 
} 

nav#access {
  width: 81%!important;
}

.search-field {
  padding: 0 35px 0 0;
  width: 12%;
  margin-bottom: 1em;
}

.search-field h3.widget-title {
  line-height: 2em!important;
}

.header_menu .access ul.menu > li:last-child {
  margin-right: 0;
}

#page .full_content_wrapper .side_bar .side_bar_content {
  width: 100%;
  margin-right: 0;
}

#page .full_content_wrapper .side_bar .side_bar_content .login_container a.lost_password_link {
  float: none;
}

input[type=checkbox]:checked:before {
  margin: -2px 0 0 0px;
}

div.profile_visibility label {
  width: auto;
  display: inline-block;
}
div.profile_visibility input {
  float: none;
  display: inline-block;
}

.message {
  display: none;
}

.message.active {
  background: #00f90026;
  display: inline-block;
  width: 100%;
  padding: 1em!important;
  box-sizing: border-box;
  border-top: 1px solid #47d847;
  border-bottom: 1px solid #46d847;
  max-width: 100%!important;
}

.product_services, .post-exhibitor-account-update {
  position: relative;
}

.chr_content a.back-to-profile {
  background: #00ade9;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  font-size: 17px;
  line-height: 27px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

aside.side_bar {
  display: block;
  float: left;
  width: 26%;
}

.siteorigin-widget-tinymce.textwidget ul {
  list-style: disc;
  margin-left: 15px;
}

.siteorigin-widget-tinymce.textwidget ul li {
  list-style: disc inside;
}

@media only screen and (min-width: 767px) {
  .chr_content a.back-to-profile {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
  .advertisement_wrapper {
    float: left;
    padding: 25px 15px;
  }
}