 @font-face {
 font-family: 'Trebuchet MS';
 src: url('../fonts/TrebuchetMS-Bold.eot');
 src: url('../fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/TrebuchetMS-Bold.woff') format('woff'),  url('../fonts/TrebuchetMS-Bold.ttf') format('truetype'),  url('../fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
 font-weight: bold;
 font-style: normal;
}
 @font-face {
 font-family: 'Trebuchet MS';
 src: url('../fonts/TrebuchetMS.eot');
 src: url('../fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),  url('../fonts/TrebuchetMS.woff') format('woff'),  url('../fonts/TrebuchetMS.ttf') format('truetype'),  url('../fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Impact';
 src: url('../fonts/Impact.eot');
 src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),  url('../fonts/Impact.woff') format('woff'),  url('../fonts/Impact.ttf') format('truetype'),  url('../fonts/Impact.svg#Impact') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue.eot');
	src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeue.woff2') format('woff2'),
		url('../fonts/HelveticaNeue.woff') format('woff'),
		url('../fonts/HelveticaNeue.ttf') format('truetype'),
		url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeue-Bold.eot');
	src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
		url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
		url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
		url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
body {
  font-family:  'Trebuchet MS', sans-serif;
  font-weight: normal;
}
img {
  max-width: 100%;
}
/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
 position: absolute;
 left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
 position: relative;
 padding-left: 30px;
font-size: 16px;
line-height: 24px;
color: #000000;
font-weight: normal;
 cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
 content: '';
 position: absolute;
 left:0;
top: 0px;
 width: 20px;
height: 20px;
 border: 1px solid #ddd;
 background: #fff;
 border-radius: 3px;
 box-shadow: none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
 content: '';
background: url(../images/black-check.png) 0 0 no-repeat; background-size: contain;
width: 16px;
height: 12px;
 position: absolute;
 top: 7px;
left: 4px;
transition: all .2s; -webkit-transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
 opacity: 0;
 transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
 box-shadow: none;
 border-color: #bbb;
 background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
}
/* hover style just for information */
label:hover:before {
}
/* Frontpage */
.container {
  max-width: 1606px;
  width: 100% !important;
}
.navbar-logo img{ height: 50px;}
.navbar-default {
  background-color: #fff !important;
  border-color: #dbdbdb;
}
.navbar {
  padding: 15px 0;
  margin: 0;
  margin-bottom: 0px !important;
}
.navbar-default .navbar-nav {
    margin: 5px 15px 0;
    width: auto;
}
div.col-xs-8 ul.nav.navbar-nav.navbar-right.inner-nav-right {
    margin: 5px 15px 0;
    width: 800px;
}
.container-inline div, .container-inline label {
    /* display: inline; */
  
    margin-right: 79px;
}

.navbar-default .navbar-nav > li {
  margin: 0 15px;
  text-align: center;
}
.logo-nav {
    width: 46px !important;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  padding: 0;
}
.navbar-default .navbar-nav > li > a.blue-btn {
  background: #00a9db;
  border-radius: 20px;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.navbar-default .navbar-nav > li > a.blue-btn:hover {
  text-decoration: none;
  background: #585858;
  box-shadow: none;
  color: #fff;
}
.banner-slide, .page-home div#page-wrapper div#page {
  height: 728px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center; background-size: cover;
  position: relative;
  max-width: 1700px;
  min-width: 1200px;
}
.page-home div#page-wrapper div#page .contextual-links-region{ position: static; }
.page-home div#page-wrapper div#page .content{ margin-top: 0; }
#mini-panel-sign_up_mini_panels{ margin: 0; }
.banner-text {
  position: absolute;
  left: 100;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: left;
  width: 80%;
  margin-left: -35px;
}
.banner-text h1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-family: Arial Rounded MT Bold;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    margin: 0px 0 5px;
    text-transform: none;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-align: left;
}
.banner-text h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: inline-block;
    font-family: Arial Rounded MT Bold;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 10px 25px;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.8);
    text-rendering: optimizelegibility;
}
.banner-text h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0px 5px;
    text-shadow: none;
    text-rendering: optimizelegibility;
}
.banner-text a.blue-btn {
    background: #00a9db none repeat scroll 0 0;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    margin: 55px 0px 0;
    padding: 0 30px;
    text-transform: none;
    width: 318px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    text-align: center;
}
.banner-text a.blue-btn:hover {
    box-shadow: none;
    text-decoration: none;
    background: #ffffff none repeat scroll 0 0;
    color: #00a9db;
}
#mini-panel-submit_company_button.panel-display.panel-3col-33-stacked.clearfix div.panel-panel.panel-col-bottom div.inside div.panel-pane.pane-custom.pane-16 div.pane-content center a.help-btn {
    background: #000000 !important;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    margin: none;
    padding: 0 30px;
    text-transform: none;
    width: 300px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    text-align: center;
}
#mini-panel-submit_company_button.panel-display.panel-3col-33-stacked.clearfix div.panel-panel.panel-col-bottom div.inside div.panel-pane.pane-custom.pane-16 div.pane-content center a.help-btn:hover  {
  text-decoration: none;
  background: #00a9db !important;
  color: #fff;
}
#ff-about-create-community center a.blue-btn, 
#ff-ffv3-chambers center a.blue-btn,
#ff-ffv3-sumbit center a.blue-btn,
#ff-ffv3-winshowroom center a.blue-btn,
#ff-ffv3-community center a.blue-btn {
    background: rgba(44, 194, 241, 1) none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    margin: 55px 40px 0;
    padding: 0 30px;
    text-transform: none;
    width: 280px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#ff-about-create-community center a.blue-btn:hover,
#ff-ffv3-sumbit center a.blue-btn:hover,
#ff-ffv3-winshowroom center a.blue-btn:hover,
#ff-ffv3-community center a.blue-btn:hover,
#ff-ffv3-chambers center a.blue-btn:hover {
  text-decoration: none;
  background: #177998;
  color: #fff;
} 
.banner-text a.help-btn {
    background: #ffffff !important;
    border-radius: 35px;
    color: #00a9db;
    display: inline-block;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin: 55px 40px 0;
    padding: 0 30px;
    text-transform: none;
    width: 318px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    text-align: center;
    border: none;
    font-weight: bold;
}
.banner-text a.help-btn:hover {
  text-decoration: none;
  background: #00a9db !important;
  color: #ffffff;
}
.a.blue-btn-all {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    margin: 55px 40px 0;
    padding: 0 30px;
    text-transform: none;
    width: 280px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    text-align: center;
}
.a.blue-btn-all:hover {
  text-decoration: none;
  background: #177998;
  color: #fff;
}
.expo-section {
  padding: 55px 0 0;
  width: 100%;
  display: inline-block;
}
.expo-section h2 {
  font-size: 45px;
  line-height: 45px;
  color: #000000;
  font-weight: bold;
  margin: 90px 0 70px;
}
.expo-item {
  width: 90%;
  max-width: 625px;
  border: none;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  margin: 0 0 50px;
  box—shadow: .2rem .5rem .9rem rgba(0,0,0,.1);
}
.expo-item .expo-img {
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
  display: inline-block;
  border-radius: 10px 10px 0px 0px;
}
.expo-item .expo-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 1px 0px 4px rgba(31,50,61,.2);
}
.expo-item-4 {
  width: 100%;
  max-width: 625px;
  border: none;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0 50px;
  box—shadow: .2rem .5rem .9rem rgba(0,0,0,.1);
}
.expo-item-4 .expo-img-4 {
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
}
.expo-item-4 .expo-img-4:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 1px 0px 4px rgba(31,50,61,.2);
}
.expo-item2 .expo-img2 {
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
  display: inline-block;
}
.expo-item2 .expo-img2:after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.expo-link{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 99;}
span.expo-tag {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 25px;
  text-transform: uppercase;
  z-index: 9;
  visibility: hidden;
}
.expo-title {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;
}
.expo-title h3 {
  font-size: 30px;
  line-height: 34px; padding-left: 10px; padding-right: 10px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
  text-align: left;
}
.expo-title h3 span {
  display: block;
}
.expo-title p {
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding-left: 13px;
  border-top: 1px solid #fff;
  visibility: hidden;
}
.vistor-count {
  background: rgba(0, 0, 0, 0) url("../images/visit-icon_white.svg") no-repeat scroll center 0 / 35px auto;
    bottom: 8px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 35px 0 0;
    position: absolute;
    right: 15px;
    width: 35px;
    z-index: -9;
}
.expo-meta-info {
  text-align: right;
  font-size: 12px;
  color: #858585;
  font-family: 'Lato', sans-serif;
  padding: 7px 10px 12px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: .2rem .5rem .9rem #eee !important;
}

a.expo-share {
  background: rgba(0, 0, 0, 0) url("../images/Shareiconnew.svg") no-repeat scroll 0 center / 27px 64px;
  color: #858585;
  display: inline-block;
  margin-right: 10px;
  padding: 16px 0 0 32px;
  text-decoration: none;
  vertical-align: middle;
  font-size: 12px;
}
a.expo-invite {
  background: rgba(0, 0, 0, 0) url("../images/usericonnew.svg") no-repeat scroll 0 center /25px 58px;
  color: #858585;
  display: inline-block;
  margin-right: 10px;
  padding: 14px 0 0 30px;
  vertical-align: middle;
  font-size:12px;
}
a.expo-recommend {
  background: rgba(0, 0, 0, 0) url("../images/if_icon-23-star_314860.svg") no-repeat scroll 0 center /35px 35px;;
  color: #858585;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  padding: 16px 0 0 35px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
}
a.expo-recommend span {
  display: block;
  line-height: 17px;
  font-size: 12px;
}
.expo-meta-info .dropdown{ display: inline-block;}
.organize-expo {
  width: 100%;
  padding: 100px 150px 0px 150px;
  display: inline-block;
  margin-bottom: -50px;
}
.exhibit-expo {
  width: 100%;
  padding: 100px 150px 100px 150px;
  display: inline-block;
}
.visit-expo {
  width: 100%;
  padding: 100px 150px 100px 150px;
  display: inline-block;
}
.expo-home-content h3 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin: 0 0 85px;
}
.expo-home-content ul {
  padding: 0;
  margin: 0;
}
.expo-home-content ul li {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #000;
  list-style: none;
  background: url(../images/blue-dot.png) 0 10px no-repeat;
  padding: 0 0 0 25px;
}
.expo-home-image {
  padding-top: 10px;
}
.download-mobile {
  width: 100%;
  padding: 55px 0;
  display: inline-block;
}
.download-mobile h3 {
  font-size: 45px;
  font-weight: bold;
  color: #000;
  margin: 0 0 45px;
}
.download-mobile ul {
  margin: 0;
  padding: 0;
}
.download-mobile ul li {
  list-style: none;
  width: 24%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
footer {
  background: #ffffff !important;
  padding: 35px 0 40px;
  width: 100%;
  display: inline-block;
  float: left;
  margin-top:50px;
}
footer p {
  font-size: 17px;
  color: #000 !important;
  font-weight: bold;
}
ul.foot-nav {
  margin: 0;
  padding: 0;
}
ul.foot-nav li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
ul.foot-nav li a {
  color: #ffffff;
  font-size: 16px;
}
/********Homepage**********/

.left-sidebar {
}
.left-sidebar .panel {
  border-radius: 0;
  margin-top: 0;
  box-shadow: none;
  border: none;
  <!--border-top: 1px solid #ddd; -->
}
.left-sidebar .panel-group .panel + .panel {
  margin-top: 0;
  border-top: none;
}
.sidebar-head {
  height: 55px;
  width: 100%;
  padding: 15px;
  border-radius:10px 10px 0 0;
  border: 1px solid #fff;
  border-bottom: none;
}
.sidebar-head a.clear-all {
  color: #2cc2f1;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.left-sidebar .panel-body {
  border: 1px solid #ddd !important;
  border-radius: 0;
  padding: 30px 30px 40px 45px;
  border-top: none !important;
}
.left-sidebar .panel-default > .panel-heading {
  background: #fff;
  padding: 25px 35px 25px 45px;
  border: 1px solid #ddd;
  border-top: none;
}
.left-sidebar .panel-default > .panel-heading.active {
  background: #f5f6f6;
  border-bottom: none;
}
.left-sidebar .panel-heading h4 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.left-sidebar .panel-heading a {
  float: right;
  margin-left: 15px;
}
.left-sidebar .panel-heading a img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.left-sidebar .panel-heading a.collapsed img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.left-sidebar .panel-heading a.collapsed ~ a {
opacity: 0;
visibility: hidden;
}
.left-sidebar .collapse.in ~ .panel-heading {
background: #ccc;
}
a.reset-link {
  margin-left: 0px;
}
ul.checkbox-list {
  margin: 0;
  padding: 0;
}
ul.checkbox-list li {
  width: 100%;
  list-style: none;
  margin: 0 0 7px;
}
ul.checkbox-list li .form-control {
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
  height: auto;
}
ul.checkbox-list li label span {
  font-size: 18px;
}
.homepage-expo-listing .expo-item {
  margin: 0 0 50px;
  -webkit-width: 100%;
  width: 100%;
}
.blue-search-bar {
    background: #2cc1f3 none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}
.blue-search-bar .form-item-keyword{
  width: calc(100% - 70px);
  -webkit-width: calc(100% - 70px);
  display: inline-block;
  vertical-align: top; margin-right: 20px; margin-bottom: 0;
}
.blue-search-bar input[type="text"] {
    background: #2cc1f3 none repeat scroll 0 0;
    border: medium none;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    color:#FFF;
}
.blue-search-bar input[type="text"]::-webkit-input-placeholder {
   color: white; opacity: 1;
}
.blue-search-bar input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: white; opacity: 1; 
}
.blue-search-bar input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: white;  opacity: 1;
}
.blue-search-bar input[type="text"]:-ms-input-placeholder {  
   color: white;  opacity: 1;
}
.blue-search-bar input[type="submit"] {
  width: 34px;
  height: 37px;
  display: inline-block;
  background: url(../images/search-icon-white.png) center center no-repeat;
  background-size: contain;
  border: none;
  font-size: 0;
  text-indent: -99999;
  display: inline-block;
  vertical-align: top;
}
.blue-search-bar input[type="search"]::-webkit-input-placeholder {
 color:#fff;
opacity: 1;
}
 .blue-search-bar input[type="search"]:-moz-placeholder { /* Firefox 18- */
 color:#fff;
opacity: 1;
}
 .blue-search-bar input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
 color:#fff;
opacity: 1;
}
 .blue-search-bar input[type="search"]:-ms-input-placeholder {
 color:#fff;
opacity: 1;
}
.filter-tags {
  width: 75%;
 /*  display: inline-block; */
  vertical-align: top;
  margin-bottom: 10px;
}
.filter-tags ul {
  margin: 0;
  padding: 0;
}
.filter-tags ul li {
  border: 1px solid #2cc2f1;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 19px;
    font-weight: 300;
    height: 52px;
    line-height: 52px;
    list-style: outside none none;
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 0 40px;
    width: auto;
}
.filter-tags ul li a {
  margin-left: 40px;
}
.sort-box {
  width: 22%;
  display: inline-block;
  float: right;
}
.sort-box .custom {
  width: 100%;
}
.sort-box .custom .dropdown {
  top: 0;
  width: 100%;
}
.sort-box .custom .dropdown .btn {
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0) url("../images/Arrow_down_blue.png") no-repeat scroll 85% 14px / 24px 24px
}
.homepage-expo-listing {
  padding-top: 18px;
}
/********Homepage**********/

/********Floor**********/

.blue-search-bar h1 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}
.organize-expo-head {
  background: url(../images/Create-icon_white.svg) 96% center no-repeat #2cc1f3;
  padding: 30px 100px 35px 45px;
}
.product-item {
  border: 1px solid #c5c5c5;
    border-radius: 5px;
    margin: 0 0 50px;
    padding: 15px 0 0;
    position: relative;
    width: 100%;
    float: left;
}
.product-item .product-company-logo {
   background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ccc;
    display: inline-block;
    height: 70px;
    margin-left: 15px;
    width: 75px;
}
.product-item .product-company-name {
  width: 275px;
  display: inline-block;
  padding-left: 7px;
  vertical-align: top;
  padding-top: 8px;
}
.product-item .product-company-name h3 {
  color: #7c7c7c;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.product-item .product-company-name span {
  font-size: 15px;
  color: #8e8e8e;
}
.edit-btn {
  padding: 10px 8px 10px 15px;
  display: inline-block;
  float: right;
  font-size: 23px;
  color: #000;
  border:1px solid #cccccc;
  width: 104px;
  border-radius: 4px;
  margin-right: 15px;
}
.product-item .prod-ft-img {
  height: 540px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  position: relative;
  margin-top: 10px;
}
.product-item .prod-info {
  width: 100%;
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.product-item .prod-info h4 {
  color: #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}
.product-item .prod-info h4 a {
  color: #0090ba;
    float: right;
    font-size: 16px;
    font-weight: normal;
}
.product-item .prod-content {
  padding: 15px 20px 10px 30px;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
}
.product-item .prod-content p {
  margin: 0;
}
.product-item .product-meta-info {
  border-top: 2px solid #c5c5c5;
  padding: 15px 30px; float: left; width: 100%;
}
.product-item .product-meta-info > span {
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #cccccc;
  font-weight: 700;
}
.product-item .product-meta-info .expo-meta-info {
  width: auto;
  float: right;
  padding: 0;
}
.product-item .expo-title {
  text-align: center;
  max-width: 550px;
}
.product-item .expo-title h3 {
  font-size: 51px;
  line-height: 50px;
}
.product-item .expo-title p {
  font-size: 26px;
}
.product-item .prod-ft-img:after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.product-item .following-link {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
}
.exp-col-icon {
  background: url(../images/arrow-down.png) 0 0 no-repeat;
  width: 18px;
  height: 11px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}
/********Floor**********/

/********Search**********/

a.follow-btn {
  border: 1px solid #cccccc;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 10px 21px;
    width: 130px;
}
.nav.navbar-nav.navbar-right.inner-nav-right.has-right-spacing {
  margin-right: -21px;
}
/********Search**********/

/********Full-Expo**********/

footer{	position:relative; bottom:0	}
div.messages ul li{list-style:none;}
.left-nav {
  margin: 0;
  padding-left: 35px;
}
.left-nav > li {
  list-style: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 40px;
  font-size: 10px;
  text-align: center;
  color: #333333;
}
.left-nav > li > a {
  width: 100%;
  display: block;
  background-size: cover;
  width: 110%;
  height: 110%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.left-nav li.home-nav a {
  background-image: url(../images/home-icon.svg);
}
.left-nav li.home-nav a:hover {
  background-image: url(../images/expo_icon_dark_grey.png);
}
.left-nav li.all-trade-shows a {
  background-image: url(../images/feed-floor-blue.svg);
}
.left-nav li.all-trade-shows a:hover {
  background-image:url(../images/logo_feeds_dark_grey.png);
}
.left-nav li.all-trade-shows-grey a {
  background-image:url(../images/logo_feeds_dark_grey.png);
}
.left-nav li.feedsfloor-plus a {
  background-image: url(../images/FeedsFloorPLUSlogogold1color.png);
}
.left-nav li.feedsfloor-plus a:hover {
  background-image:url(../images/FeedsFloorPLUSlogo1color.png);
}
.left-nav li.feedsfloor-plus-grey a {
  background-image:url(../images/FeedsFloorPLUSlogo1color.png);
}
.left-nav li.feed-floor-nav a {
  background-image: url(../images/Showroomiconblue20.png);
}
.left-nav li.feed-floor-nav a:hover {
  background-image: url(../images/Showroomicongrey20.png);
}
.left-nav li.feed-floor-nav-grey a {
  background-image: url(../images/Showroomicongrey20.png);
}


#block-search-form {
  border:3px solid #00a9db;
  border-radius: 5px;
  padding-left: 15px;
  height: 40px;
  width: 242px !important;
  visibility: hidden;
}
#block-search-form .content{ margin-top: 0; }
#block-search-form #search-block-form {margin-left: 0;}
.breadcrumbs-nav span a{
  color: #00a9db !important;
    text-decoration: none;
}
.breadcrumbs-nav span{color: #00a9db;
    display: inline-block;
    list-style: outside none none;
    padding-right: 13px;}
    .region-header #block-search-form .form-text{margin-top: 0;}
.region-header #block-search-form .form-text {
  padding: 0;
  border: none;
  max-width: 75%;
  display: inline-block;
  vertical-align: middle;
  line-height: 33px;
  box-shadow: none;
  font-size: 15px;
  color:#00a9db;
  height: 33px;
}
.search-bar input[type="submit"] {
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/search-icon_blue.svg") no-repeat 0 center; background-size: contain;
  font-size: 0;
  text-indent: -99999;
}
#search-block-form input.form-submit, #search-form input.form-submit {
    background: rgba(0, 0, 0, 0) url("../images/search-icon_blue.svg") no-repeat scroll 0 center; background-size: 20px 20px;
    border: medium none; margin-top: 0;  position: static;
    display: inline-block;
    font-size: 0;
    height: 33px;
    padding: 0;
    vertical-align: middle;
    width: 35px;
    float: right;
}
.search-bar input[type="text"]::-webkit-input-placeholder {
 color:#00a9db;
}
 .search-bar input[type="text"]:-moz-placeholder { /* Firefox 18- */
 color:#00a9db;
}
a.expo-follow {
  background: rgba(0, 0, 0, 0) url("../images/follow-icon.png") no-repeat scroll 0 center;
  color: #858585; font-size:12px;
  display: inline-block;
  margin-right: 10px;
  padding: 14px 0 0 30px;
  vertical-align: middle;
}
.share-container, .invite-container {  vertical-align: middle; display: inline-block; position: relative;}
.share-container .share-con {}
.search-bar input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
 color:#00a9db;
}
 .search-bar input[type="text"]:-ms-input-placeholder {
 color:#00a9db;
}
.inner-nav-right > li {
  list-style: none;
  width: 72px;
  height: 40px;
  display: inline-block;
  margin-right: 40px;
}
.inner-nav-right > li a {
    width: 100%;
    display: block;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding:0;
    font-size: 16px;
}
.inner-nav-right li.notification-nav .dropdown > a {
  background-image: url(../images/Notificationiconblue.png); height: 40px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{ background-color:transparent !important;}

.inner-nav-right li.notification-nav a:hover {
  background-image: url(../images/Notificationiconsmile.png);
}
.inner-nav-right li.notification-nav-grey .dropdown > a {
  background-image: url(../images/Notificationicongrey.png); height: 40px;
}
.inner-nav-right li.message-nav a {
  background-image: url(../images/messageiconblue.png) ; height: 40px;
}
.inner-nav-right li.message-nav a:hover {
  background-image: url(../images/Messageiconsmile.png);
}
.inner-nav-right li.message-nav-grey a {
  background-image: url(../images/Messageicongrey.png);
}

.inner-nav-right li.edit-nav a {
  background-image: url(../images/create-icon_blue.svg); height: 40px;
}
.inner-nav-right li.edit-nav a:hover {
  background-image: url(../images/create-icon-grey.svg);
}

/*.inner-nav-right li.profile-nav a {
 background-image: url(../images/profile-icon_blue.svg); height: 40px;
}
.inner-nav-right li.profile-nav a:hover, .inner-nav-right li.profile-nav a:focus {
 background-image: url(../images/profile-icon_grey.svg); background-color: transparent;
}*/
.inner-nav-right > li:first-child {
  width: auto;
}
/********dropdown-menu**********/
 .notification-nav .dropdown-menu {
    width: 532px; padding:0;  margin-top: 33px;
}
.dropdown-menu .time-duration p + p {
    padding-top: 14px;
}
.notification-page {margin-bottom:50px;}
.notification-nav .dropdown-menu  li, .notification-page > ul > li{ border-bottom:1px solid #ddd;padding:10px 15px;}
.notification-page > ul > li{ padding:20px 15px;}
.notification-nav .dropdown-menu > li > h3, .notification-page > ul > li > h3{ font-size:30px; font-family: trebuchet ms; font-weight:bold; margin:0; }
.notification-nav .dropdown-menu  p, .notification-page  p{ margin:0;  font-size: 16px; !important;}
.notification-nav span, .notification-page span{ color:#00A9DC; }
.notification-nav span a, .notification-page span a,.notification-nav p a, .notification-nav p a:hover{ color: #00A9DC; display:inline; background:none !important;}
.notification-page span a strong{ text-transform:uppercase !important;}
.notification-page{min-height:600px !important;}
.notification-page h5.time-text{padding:0 10px; color:#c6c6c6; font-weight:bold;}
.notification-nav h5.time-text{margin:0px; color:#c6c6c6; font-weight:bold;}
.inner-nav-right li.notification-nav a.drop-down-request {
    background-image: none;
    color: #000;
    float: right;
    font-weight: bold;
    height: auto;
    width:auto; padding-right:10px; text-decoration:none;
}
.requests {
    float: left;
    width: 100%;
}
.drop-down-request > img {
    padding: 0 5px 4px 0;
}
.message-nav .dropdown-menu {
    margin-top: 33px;
    padding: 15px 0 15px 30px;
    width: 303px;
}
.message-nav .dropdown-menu > li{ padding-bottom:16px;}
.message-nav .dropdown-menu img {
    float: left;
}
.message-nav .dropdown-menu span {
    font-size: 29px;
    padding: 0 0 0 35px;
}
.edit-nav .dropdown-menu {
    margin-top: 33px;
    padding: 15px 0 15px 30px;
    width: 303px;
}
.edit-nav .dropdown-menu li{ font-size:30px;}
.profile-nav .dropdown-menu {
    margin-top: 33px;
    padding: 15px 35px;
}
.profile-nav .dropdown-menu li{ font-size:30px; margin: 5px 0; }
.profile-nav .dropdown-menu li a{ background: none; padding: 5px; height: auto; }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{ background-color: #transparent; }
.inner-nav-right li.profile-nav .dropdown-menu li a:hover{background: #f2f2f2;}

/********dropdown-menu**********/


.inner-header .navbar {
  border:none; margin-bottom: 0;
  padding-top:10px;
  padding-bottom: 0px;
}
.breadcrumbs-nav {
  margin: 0;
  padding-left: 35px;
}
.breadcrumbs-nav h2.element-invisible{ display: none; }
.breadcrumbs-nav .breadcrumb{ padding: 0; margin: 0; border-radius: 0; background-color:transparent; }
.breadcrumbs-nav span {
  padding-right: 13px;
  list-style: none;
  display: inline-block;
  color:#ccc;
}
.breadcrumbs-nav span:before {
  content: "/";
  font-size: 12px;
  margin-right: 15px;
}
.breadcrumbs-nav span:first-child:before {
  display: none;
}
.breadcrumbs-nav span a {
  font-size: 12px;
  color:#ccc;
  text-decoration:none;
}
.breadcrumbs-nav span.delimiter{ display: none; }
.banner-full-expo-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  width: 100%;
}
.banner-full-expo-text {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.banner-full-expo-text h1 {
  color: #ffffff;
  float: left;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  margin: 0;
  text-align:center;
  text-transform: uppercase;
  width: 100%;
  text-rendering: optimizelegibility;
  padding: 10px 50px;
  display: inline-block;
  text-shadow: 1px 1px 1px #000;
}
.banner-tag span {
  color:#fff;
  font-size:30px;
  font-weight:bold;
  text-rendering: optimizelegibility;
  visibility: hidden;
}
.banner-tag {
  left: 75px;
  position: absolute;
  top: 30px;
}
#countdown p {
  font-family: 'Impact'; width: 195px; text-align: center;
  display: inline-block;
  padding:0;
  background:transparent;
  margin:0;
  color:#fff;
  font-size:30px;
  visibility:hidden;
}
.timer {
  position: absolute;
  right: 28px;
  top: 14px;
}
.timer-fields > span {
  color: #ffffff; width: 25%; text-align:center;
  font-size:12px;
  padding-left: 0; float:left;
  padding-right: 0;
  visibility:hidden;
}
.expo-introduction {
  width: 100%;
  margin-top: -125px;
  position: relative;
  padding: 0 55px 0 75px;
}
.fxic-logo {
  background: #ffffff; overflow: hidden;
  border-radius: 8px;
  float: left;
  padding: 0;
  border: 1px solid #dcdcdc;
  position: relative;
  text-align: center;
  width: 200px;
  height: 200px;
}
.fxic-logo a {
  position: absolute; width: 100%; height: 100%; border: 10px solid #fff;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.fxic-logo a img {
  height: 100%;    object-fit: cover;    width: 100%;
}
.event-time-date {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    float: left;
    font-size: 20px;
    line-height: 26px;
    margin-top: 28px;
    padding: 15px 20px 20px 10px;
    width: auto;
    margin-bottom: 30px;
}
.event-time-date > p {
  margin:0;
}
.action-button {
  width: auto;
  float: right;
  margin-top: 20px;
}
.action-button > a {
  background-color:#2cc2f1;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  height: 54px; line-height: 54px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 294px;
}
.action-button span {
  font-size: 15px;
}
.action-button > a:last-child {
  background: #000;
}
.action-button > a:first-child {
  background: #000;
}
.section-container {
  /*max-width:1070px;*/
  width: 100%;
  margin:-80px 0 0 0;
  float: left;
}
.fxic-fig {
  padding: 0px 23px 18px 23px;
}
.fxic-fig ul {
  list-style-type: none;
/*margin-top: 5px;*/
  margin-top: 5px;
}
.fxic-fig ul li {
  display:inline-block;
}
.fxic-fig ul li:first-child {
/*  padding-left: 35px;*/
  padding-left: 7px;
}
.fxic-fig ul li {
  color: #000000; vertical-align: top;
  display: inline-block;
  font-size: 20px;
  padding-left: 65px;
  line-height: 24px;
  text-align: center;
}
.fxic-fig span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.menu-border {
  border:1px solid #eee;
  padding: 20px 15px; margin-top: 0px; border-radius: 5px;
  width: 100%;
  float: left;
  background: #eee;
}
.section-menu {
}
.section-menu ul {
  list-style-type: none;
  margin: 0;
}
.section-menu ul li {
  display: inline-block; line-height: 31px;
  margin-right: 22px;
}
.section-menu ul li:last-child {
  margin-right: 0;
}
.section-menu ul li a {
  color: #000;
  font-size: 27px;
  font-weight: bold;
  text-decoration:none;
}
.section-menu ul li a:hover, .section-menu ul li.active a {
  color:#a6a6a6;
}
.share-con, .share-invite{ margin-top:10px; background: #eee;   left: 0;    margin-top: 10px;    padding: 10px 0 10px 10px;    position: absolute;    top: 100%;    width: 160px; border-radius: 3px; z-index:1001;}
.share-con:after, .share-invite:after{ content:""; border-bottom: 8px solid #eee; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; left: 10px; top: -8px;}
.social-networking-icons {
}
.social-networking-icons ul {
  list-style-type:none;
  float:right;
  margin: 0;
}
.social-networking-icons ul li {
  display:inline-block;
  padding-left: 24px;
}
.social-networking-icons ul li a {
  font-size:14px;
  color:#858585;
  text-decoration:none;
  outline: medium none;
}
.social-networking-icons ul li:first-child {
  padding-left:0;
}
.social-networking-icons span {
  vertical-align: bottom;
  margin-left: 8px;
}
.social-networking-icons img {
  width: 25px;
  vertical-align: baseline;
}
.custom .dropdown {
  top:8px;
}
.custom select {
  background: rgba(0, 0, 0, 0) url("../images/Arrow_down_blue.svg") no-repeat scroll 132px 9px / 24px 24px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-shadow: none;
  color: #a1a1a1;
  font-size: 16px;
  line-height: 15px;
  padding: 11px 81px 11px 24px;
  width: 170px;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select::-ms-expand {
    display: none;
}
.custom select + .ajax-progress {
	position: absolute;
    top: 19px;
    right: 14px;
}
.exhibitor-block {
}
.exhibitor-listing {
  max-width: 460px;
  width: 41%;
  margin-top: 35px;
  /* margin-left: 25px; */
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}
.exhibitor-listing:nth-of-type(2n) {
margin-left: 16%;
}
.exhibitor-listing > p {
  font-size: 24px;
  line-height:30px;
  padding: 15px;
  margin:0;
  border: 1px solid #dbdbdb;
  border-top: none;
  width: 100%;
}
.exhibitor-listing h3 {
  font-size:39px;
  margin: 0 0 5px;
}
.exhibitor-listing h3 a {
	color: #000000;
}
.exhibitor-listing h3 a:hover {
	text-decoration: none;
        color: #00a9db;
}
.exhibitor-listing .exhibitor-listing-ft-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 296px;
  position: relative;
}
.exhibitor-listing .exhibitor-listing-ft-img > a {
	float: left;
    width: 100%;
    height: 100%;
}
.exhibitor-listing .social-networking-icons {
  border: 1px solid #dbdbdb;
  border-radius: 0 0 8px 8px;
  padding: 9px 19px 11px 0;
  width: 100%;
  float: left;
}
.exhibitor-listing .expo-meta-info {
  border: none;
  border-radius: 0 0 10px 10px;
}
.menu-border .expo-meta-info {
  padding:0;
}
/********Full-Expo**********/


/********full-expo-before-live**********/
.action-button.manage > a {
  background:#2cc2f1 !important;
  border:none;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    padding: 0px 30px 0px 0px;
    text-align: center;
    text-decoration: none;
    width: 264px;
    margin-left: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.action-button.manage > a:hover {
  background:#7c7c7c !important;
  text-decoration: none;
}

.action-button.manage > a:active {
  background:#7c7c7c !important;
}

.action-button.manage > a:focus {
  background:#7c7c7c !important;
}

.action-button.manage > a:selected {
  background:#000 !important;
}

/********full-expo-before-live**********/

/********full_expo_live_exhibitor********/
.exhibitor-listing-ft-img .chat {
  position:absolute;
  top:7px;
  right:7px;
}
.action-button.Exhibiting > a {
  background:#030303;
  border:2px solid #fff;
  
}
/********full_expo_live_exhibitor********/

/********Full_expo_live_guest********/
.live {
  font-family: "arial narrow";
  position: absolute;
  right: 108px;
  text-align: right;
  top: 14px;
}
.live > span {
  color: #ff0000;
  font-size: 48px;
}
/********Full_expo_live_guest********/

/********Network page_Administrator2********/
.event-time-date.engg-heading p:first-child {
  font-size:38px;
  padding: 0 0 13px;
}
.event-time-date.engg-heading {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 5px 0 0;
    margin-left: -8px;
    margin-top: 10px;
    min-height: 97px;
    padding: 15px 20px 5px;
}
.update-post-col {
  background:#2cc1f3;
  border-radius: 16px;
  border:1px solid #dbdbdb;
  margin-bottom: 25px;
}
.update-post-col > p {
  font-size:24px;
  float:left;
  color:#fff;
  padding: 37px 0 0 26px;
}
.update-post-col img {
  float: right;
  padding: 27px 40px 37px;
}
a.site-views {
  background: rgba(0, 0, 0, 0) url("../images/eye-icon.png") no-repeat scroll 0 center;
  color: #858585;
  display: inline-block;
  margin-right: 15px;
  padding: 14px 0 0 65px;
  vertical-align: middle;
}
.network-block {
  width: 100%;
  clear: both;
  margin-top: 32px;
  float: left;
}
.action-button.manage img {
    padding: 0; vertical-align: text-bottom;
}
/********Network page_Administrator2********/
/********Network page_MEMBER2********/

.action-button.member > a {
  background:#030303;
  border:2px solid #fff;

  width:148px;
}
.action-button.member > a:hover{ color: #fff; text-decoration: none; background: #555;}
/********Network page_MEMBER2********/
.description-box {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  border: 1px solid #dcdcdc;
  float: left;
  padding: 10px 25px;
  width: 100%;
}
/********Network-page_non-member********/
.action-button.join > a {
  background: #2cc2f1;
  
  width: 148px;
  font-size:24px;
  
}
.action-button.join img {
    padding: 0 8px 4px 0;
}
/********Network-page_non-member********/


/********Network page_Administrator2-publish post********/


.text-editor {
  padding-bottom: 37px;
}
/********Network page_Administrator2-publish post********/

/********News-page********/
.sxn-drop-down {
  padding: 20px 0 0 25px;
}
.sxn-drop-down h4 {
  float:left;
  margin:0;
  color:#00a9db;
  font-size:30px;
  font-family: 'Trebuchet MS';
  line-height: 26px;
}
.sxn-drop-down img {
  padding: 13px 0 0 28px;
}
.sxn-drop-down > span {
  display: block;
  color:#010000;
  font-size:18px;
  padding-top: 2px;
}
.sxn-drop-down-content {
  padding-top: 38px;
}
.sxn-drop-down-content .expo-meta-info {
  margin-top: 10px;
  padding-bottom: 57px;
  text-align: left !important;
  padding-left: 0;
}
.sxn-drop-down-content h3 {
  font-size:60px;
  color:#000;
}
.sxn-drop-down-content p {
  font-size:24px;
  color:#000;
  line-height: 30px;
}
a.expo-contact {
  background: rgba(0, 0, 0, 0) url("../images/message-contact-icon-grey.svg") no-repeat scroll 0 center;
  color: #858585;
  display: inline-block;
  margin-right: 25px;
  padding: 14px 0 0 42px;
  vertical-align: middle;
}
/********News-page********/
/********Posts-page********/
.sxn-drop-down-content .update-post-col > p {
  color: #ffffff;
  float: left;
  font-size: 24px;
  padding: 37px 0 0 26px;
}
.sxn-drop-down-content h5 {
  font-size:36px;
}
.comment {
  float: left;
  width: 100%;
  padding: 30px;
  border: 1px solid #000;
  margin: 30px 20px 10px 5px;
  border-radius: 20px;
}
}
.network-block.post-page {
  margin-top: 0;
}
.product-item.post-page {
  float: left;
}
.product-item.post-page .prod-content {
  padding: 24px 35px 32px 19px;
}
.product-item.post-page .product-company-logo {
  margin-left: 21px;
}
.banner-tag.post {

}
a.expo-recommend.bold > span {
  display: inline;
  font-size: 30px;
  padding-left: 5px;
}
/********Posts-page********/

/********ProfilePage-My-own********/
.inner-nav-right li.logo-nav a {
  background-image: url("../images/trade-logo.jpg");
  border:1px solid #1f1f1f;
}

.section-menu ul li a.active {
  color:#000;
}
.menu-border.profile-page {
  margin-bottom: 20px;
}
.edit-btn > img {
  height: 21px;
  width: 25px;
}
.action-button.Edit img {
    margin-right: 9px;
}
/********ProfilePage-My-own********/

/********ProfilePage-2 individuals********/
.action-button.connect-plus > a {
  background: none;
  color: transparent;
  font-size: 20px;
  height: 54px; line-height: 54px;
  padding: 0;
  width: 326px;
}
.sort-box .custom .dropdown.width .btn {
  text-align: left;
  width: 70%;
}
.sort-box .custom .dropdown.width {
  left: 72px;
}
.section-container.profile-page {
  margin-top: 0;
  width: 100%;
}
.product-item .product-company-logo.border-none {
  border:none;
}
a.expo-recommend.inline {
  height:29px;
  padding-top:13px;
}
/********ProfilePage-2 individual********/
/********profile-Page-2********/
.product-item .prod-ft-img.has-height-increased {
  height:648px;
}
a.expo-recommend.has-line-height {
  padding: 0px 0 0 37px;
}
.action-button.connect-plus img {
    margin-bottom: 4px;
    margin-right: 7px;
    visibility: hidden;
}
/********profile-Page-2********/

/********Search result********/

.search-listing {
  padding: 25px 45px;
  background: #2cc1f3 url("../images/search-icon-white.png") no-repeat scroll 95% center;
}
.search-listing h1 {
  font-size: 40px;
  line-height: 38px;
}
.search-listing h1 span {
  font-size: 24px;
}
/********Search result********/


/********manage-expo-page********/

.update-post-col span {
  display: block;
  font-family: 'Trebuchet MS';
  font-size:18px;
}
.profile-link-sxn {
  background:#2cc1f3;
  height:622px;
  font-size:18px;
  color:#fff;
  line-height:18px;
  padding: 40px 0 0 48px;
}
.profile-link-sxn ul {
  list-style-type:none;
  padding-top:8px;
}
.profile-link-sxn ul li {
  display:inline-block;
  padding-right:30px;
}
.profile-link-sxn ul li:first-child {
  padding-right:27px;
}
.profile-link-sxn ul li a {
  text-decoration:none;
  color:#fff;
}
.left-sidebar.padding-top {
  margin-top: 136px;
}
.left-sidebar .panel-heading a.collapsed img.rotate {
    transform: rotate(270deg);
}
/********manage-expo-page********/

/********Table Design********/
.form-control.is-custom {
  border:none;
  box-shadow:none;
  width:0;
  padding:0;
  background-color:none; height:44px;
}
.table-row-blue {
  background:#2cc1f3;
  height:85px;
  display:table;
   width: 102%;
}
.table-row{height:90px;
  display:table;
   width: 102%; border-bottom: 1px solid #dddddd;}

.heading {
  float:none;
  display:table-cell;
  vertical-align:middle;
  font-size:30px;
  color:#000000;
}

  .exhibitors > p{ display:inline-block; font-weight:bold; font-size:20px; color:#000000; padding-left: 15px;}
.exhibitors img {
  border:1px solid #e8e8e8;
  border-radius:50px;
  
}

.time-before p{ font-size:20px; color:#000; font-weight:bold;}
.request-accept a{ color:#2cc1f3; font-weight:bold; font-size:20px; text-decoration:none;}  

  .request-decline a{ color:#e40c25; font-size:20px; font-weight:bold; text-decoration:none;}
  
  .block-report a{ color:#e40c25; font-size:20px; font-weight:bold; text-decoration:none;}
  
  .no-border-bottom{ border-bottom:none;}
  .table-row > div{float:none;
  display:table-cell; vertical-align:middle;}
  .table-row-blue > div{float:none;
  display:table-cell; vertical-align:middle;}

  .table-row-blue .check-box .form-control.is-custom{ display:inline-block;}


  
  .is-custom.collapse.in .well{ border:none; margin-top:10px; margin-bottom:10px; box-shadow:none; }
.drop-down img {
    
    width: 38px;
}

/********Table Design********/

#user-login input.form-submit{padding: 10px 41px;}
.navbar-fixed-bottom, .navbar-fixed-top{z-index: 999 !important;}
.ui-accordion .ui-accordion-header a{ font-size: 20px !important; line-height: 20px; color: #000 !important; font-weight: bold; }
.ui-accordion .ui-accordion-header{ margin:-1px 0 0 0 !important; background: none; border-radius: 0px; padding: 15px 15px 15px 25px;  border-color: #ddd !important; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{left: auto; right: 10px; background: url(../images/Arrow_down_blue.svg) 0 0 no-repeat; width: 24px; height: 24px; background-size: contain;     margin-top: -12px;}
.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {transform: rotate(180deg); -webkit-transform: rotate(180deg);
    transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s;}
.ui-accordion .ui-accordion-content {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    margin: 0 !important;
    padding: 15px 15px 15px 50px !important;
    height: auto !important;
    border-radius: 0 !important;
    margin-top: -1px !important;
	border-bottom:1px solid #ddd;
}
.left-sidebar .ui-helper-reset{ margin-top: 0;}
span.msg-count{ position: absolute; font-size: 10px; color: #fff; background: #f00; border-radius: 50%; width: 20px; height: 20px; line-height: 20px; top: -5px; right: 18px; text-align: center; font-weight: bold;  }
.block-facetapi:first-child{ border:1px solid #ddd; border-radius: 0; padding: 0 0;}
.block-facetapi{ border:1px solid #ddd; border-top: none; border-radius: 0; padding: 0 0;}
.block-facetapi h2{ font-size: 20px !important;  margin: 0;   line-height: 20px;    color: #737373 !important;    font-weight: none; padding: 15px 15px 15px 15px; position: relative; cursor: pointer;}
.block-facetapi h2:after{background:rgba(0, 0, 0, 0) url("../images/Arrow_down_blue.svg") no-repeat scroll 0 0 / contain;  height: 24px;  margin-top: 0px;    right: 10px;    width: 24px; position:absolute; content:""; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.block-facetapi > .content{ display:none; padding-left:15px;}
.block-facetapi.active .content{ padding-bottom: 15px;}
.block-facetapi.active h2:after{ transform: rotate(180deg); -webkit-transform: rotate(180deg); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.block-facetapi ul{padding: 0px 15px 0px 0;}
.block-facetapi ul li{ padding: 0px; }
.block-facetapi ul li input[type="checkbox"]{ position: static; margin: 0 5px 0 0; }
.block-facetapi ul li a{ vertical-align: bottom; color: #000; }
.panel-group{margin-top: -5px;}
.form-wrapper{ clear: both;}

.tradeshow-payment{ max-width:500px; margin: 0 auto;}
.tradeshow-payment h4{ font-size: 24px; margin-top: 0;}
#mini-panel-user_login{ margin-top: 100px; margin-bottom: 150px; }
#ff-sign-in-front-page {    height: auto;    width: 100%;    position: relative;    margin-top: 0;}
#ff-sign-in-front-page label, #user-pass label, #user-register-form label, #user-register-form--2 label, #feedsfloor-login-form label, .tradeshow-payment label{ margin-left: 0; color: #fff; }
#ff-sign-in-front-page label .form-required, #user-pass label .form-required, #user-register-form label .form-required, #user-register-form--2 label .form-required, #feedsfloor-login-form label .form-required, .tradeshow-payment label .form-required{ color: #fff;}
#ff-sign-in-front-page input[type="text"], #ff-sign-in-front-page input[type="password"], #user-pass input[type="text"], #user-register-form input[type="text"], #user-register-form input[type="password"], #user-register-form--2 input[type="text"], #user-register-form--2 input[type="password"], #feedsfloor-login-form select, .tradeshow-payment .form-text, .tradeshow-payment select{ font-size: 17px; background: #fff; /*border:none;*/ border-radius: 0; box-shadow: none !important;  }
#ff-sign-in-front-page ul{ margin: 0; padding: 0 0 10px; }
#ff-sign-in-front-page ul li{ width: 49%; display: inline-block; color: #000; padding: 0; float:left; }
#ff-sign-in-front-page ul li a{color: #fff !important; font-size: 14px !important; font-weight: normal !important; padding: 0;}
#ff-sign-in-front-page ul li + li a{ float: right; }
#ff-sign-in-front-page input[type="submit"], #user-pass input[type="submit"], #user-register-form input[type="submit"], #user-register-form--2[type="submit"], #user-register-form--2 input[type="submit"], .tradeshow-payment input[type="submit"]{ width: 100%; text-align: center;  border-radius: 0;  padding: 10px 0; margin:0; }
#ff-sign-in-front-page .form-item{ margin-bottom: 1em; }
#user-pass{ margin: 100px auto 0;}
.form-item .description{ margin-left: 0; color: #000; font-size: 12px;}
#user-register-form{ width: 100%; margin:0  }
.password-parent, .confirm-parent{ width: 100%; }
span.fieldset-legend{ padding-left: 15px; }
.form-item{ margin-bottom: 1em; }
div.form-item div.password-suggestions{ border: none; }
div.form-item div.password-suggestions ul{ padding-left: 20px; }
div.form-item div.password-suggestions ul li{}
#user-register-form--2 {    border: 1px solid #FFF;    border-radius: 5px;    box-shadow: none;    margin-bottom: 5px;    margin-top: 5px;     padding: 10px 30px;    width: 100%;    background: #FFF;    opacity: 0.95;}

ul.pager{ margin-bottom: 20px; }
.item-list .pager li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0; font-size: 18px;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #0fbbda;
    display: inline-block;
    list-style-type: none;
    margin-left: 5px;
    padding: 5px 20px;
}
.item-list .pager li a{ border: none; padding: 0; }
.item-list .pager li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0fbbda;
    font-size: 18px;
    font-weight: normal;
}
.alreadyAmember{ padding:10px 30px 0 0; width: 100%; text-align: right;}
.alreadyAmember p{margin-bottom: 0;}
.alreadyAmember a{ font-size: 16px; font-weight: bold; cursor: pointer;}
#feedsfloor-login-form{ width: 40%; margin:0 auto;}
.view-filters #views-exposed-form-solr-view-page .views-exposed-widgets{ background: #2cc1f3;}
#edit-search-wrapper{ width: 50%;}
.views-widget-sort-by{width: 20%;}
.views-widget-sort-order{width: 20%;}
.views-submit-button{width: 10%; margin-top: 18px;}
#edit-submit-solr-view{ background: url("../images/search-icon-white.png")  0% center no-repeat; width:38px; height:40px; font-size:0; text-indent:-99999px;}
.view-filters #views-exposed-form-solr-view-page label{ color: #fff; margin-left: 0;}
.view-filters #views-exposed-form-solr-view-page input[type="text"], .view-filters #views-exposed-form-solr-view-page select{ box-shadow: none;}
#ff-plus-sign{ margin-right: 0; margin-bottom: 10px; padding-left:0; background:none;  }

/********29-09-2016 CSS**********/ 
#edit-legal .fieldset-legend, #edit-legal--2 .fieldset-legend{   font-size: 14px;    font-weight: bold;  padding: 10px; display: block;}
#edit-legal .form-type-checkbox label, #edit-legal--2 .form-type-checkbox label{ font-size: 14px; padding-top: 3px; margin-bottom:0;}
#messages{ width: 65%;}
div.messages { margin: 0 0 18px;  width: 100%;}
.password-strength{margin-bottom: 10px;    margin-top: 0;}
.password-strength-title{ font-size:12px; color:#fff;}
.form-item-interested-area{background: #2fcdff; padding:30px 20px; }
.form-item-interested-area label{ width:100%; text-align:center; font-size:22px; border-bottom:2px solid #e0e0e0; padding-bottom:7px; margin-bottom:25px;}
.form-item-interested-area select{ background: #fff url("../images/Arrow_down_blue.svg") no-repeat scroll 97% center / 22px 22px !important; border: none !important;}
#edit-keyword-wrapper{ width: 50%;}
#user-login-form, #user-pass, #user-register-form, #user-register-form--2, .tradeshow-payment{background: #2fcdff; padding:30px 20px; }
#user-register-form, #user-register-form--2, .tradeshow-payment{ border:none; border-radius:0;}
.view-filters{margin-top: 14px;}
.node-trade-show{ /*border:1px solid #ccc; border-radius: 5px; padding: 20px 30px; margin-bottom: 20px; */}
.node-trade-show .submitted{ margin-bottom:20px;}
.view-empty{ margin-bottom:10px;}
.node-trade-show h2{ margin-top: 0; font-size:24px;}
.node-trade-show h2 a{ color: #323232;}
.spelling-suggestions{ padding-left:15px;}
.comment-add a{ background:#fff; color:#858585; font-size:14px; padding:7px 15px; margin-top:15px; display:inline-block;}
#user-profile-form, #trade-show-node-form{ border:none; border-radius:3px; padding:0; margin:0;}
#user-profile-form label, #trade-show-node-form label{ margin-left:0; width:100%; float:left;}
#user-profile-form input.form-text, #user-profile-form textarea.form-textarea, #user-profile-form select.form-select{ width:100%; border:1px solid #eeeeee; border-radius:0; box-shadow:none; width:100%; float:left; margin-bottom:10px; background: #eee !important;}
#trade-show-node-form input.form-text, #trade-show-node-form textarea.form-textarea, #trade-show-node-form select.form-select{border:1px solid #000; border-radius:0; box-shadow:none; width:100%; float:left; margin-bottom:10px;}
#trade-show-node-form select.form-select{ background: rgba(238, 238, 238, 0) url(../images/arrow-down.png) 95% center no-repeat; }

.date-padding > div + div{ margin-left: 20px !important;}
#user-profile-form input.form-submit, #trade-show-node-form .form-submit, #trade-show-node-form .field-add-more-submit{ padding:10px 15px; margin-left: 0;    margin-top: 10px;}
#edit-preview{ margin-left: 10px !important;}
#edit-field-product-price{ clear: both;}
#edit-field-product-price-und-add-more{ padding: 10px 0;}
table.sticky-header{ z-index: 99;}
.filter-wrapper .form-item{ padding-left:0;}
form .field-multiple-table th.field-label{ padding-left:15px;}
form .field-multiple-table td.field-multiple-drag{ display:none;}
#field-profile-other-addresses-values td, #field-profile-certifications-values td{ padding:0;}
#field-profile-links-values .link-field-url{ margin-left:2%;}
#profile-corporate-profile-field-profile-hq-address-add-more-wrapper{ width: 100%;}
#user-profile-form fieldset legend{ font-size: 14px;    padding: 5px;}
.solr-dropdown .form-type-select{ width: auto; display: inline-block; vertical-align: top; }
.solr-dropdown .form-type-select label{ color: #323232; }
.solr-dropdown .form-type-select select{background: rgba(0, 0, 0, 0) url("../images/Arrow_down_blue.svg") no-repeat scroll 95% 10px / 24px 24px;
    border: 1px solid #2cc2f1;
    border-radius: 5px;
    box-shadow: none;
    color: #2cc2f1;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 60px 12px 24px;
    max-width: 205px;
    text-transform: uppercase;}

#privatemsg-new{ padding:0; margin:0; border: none;}	
#privatemsg-new label{margin-left:0; width:100%; float:left;}
#privatemsg-new input.form-text, #privatemsg-new textarea.form-textarea, #privatemsg-new select.form-select{width:100%; border:1px solid #000; border-radius:0; box-shadow:none; width:100%; float:left; margin-bottom:10px; background: none;}
#privatemsg-new .description{ color: #000;}
#privatemsg-new #edit-actions{ clear: both;}
#privatemsg-new #edit-actions #edit-submit{ padding: 10px 15px; margin-right:15px;}
#privatemsg-list-form .form-submit, #edit-delete{ font-size: 16px; padding: 6px 15px;}
#about-expo, .no-product, .no-exhibitor{ padding:40px; margin-top:30px;margin-bottom:30px; border:1px solid #ddd; border-radius:5px; width:100%; float:left; font-size:16px;}

#legal-login{ max-width:590px; margin: 0 auto;}
#legal-login input[type="submit"]{
 padding: 7px 15px;
}
.views-view-grid{ clear: both;}
.views-view-grid{ clear: both;}
.solr-dropdown .form-type-select select{-webkit-appearance: none; -moz-appearance: none;   appearance: none;}
.views-view-grid tr > td{ width: 50%; padding: 0; vertical-align: top;}
.tabs ul.primary {
    background: none;
    border: medium none;
    margin: 0;
    overflow: hidden;
    padding: 0 3px;
}
.tabs ul.primary li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}
.tabs ul.primary li a {
    background: #eeeeee;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 20px;
    padding: 10px 20px; display: inline-block;
    text-shadow: none;z-index:30; position: relative;
}
.tabs ul.primary li.active a{background: #000; color: #fff;}
ul.action-links {
    list-style: outside none none;
    margin: 5px;
    padding: 0.5em 1em;
}

ul.action-links li {
    display: inline-block;
    margin-left: 10px;
}
ul.action-links li a {
    margin: 0 10px 0 0;
    padding-left: 15px;
}

#block-search-form { width: 360px !important; } 
#page-wrapper #page #content .tabs ul.primary li.active a { background: #000; color: #fff; }
#page-wrapper #page #content .tabs ul.primary li a { background: #eeeeee; font-size: 20px; color: #000; padding: 16px 20px; }
.expo-introduction { padding:  0 18px; }
#block-system-main  .field-content > p a.more-link.active { float: right; color: #2374b8 !important; margin:  0; }
.panels-flexible-118 .panels-flexible-region-inside-last,#content .section, .sidebar .section { float: left; width: 100%; }
.panels-flexible-118 .panels-flexible-row { padding-bottom:  0; }
#block-system-main .ui-accordion .ui-accordion-header { padding: 15px 50px;}
#block-system-main  .field-content > p,#block-system-main  .field-content > p a,#block-system-main .panels-flexible-row .panel-pane .pane-content .panel-flexible-inside .panels-flexible-row { float: left; width: 100%; }
.panels-flexible-118 .panels-flexible-region-inside-first,#block-system-main .panels-flexible-row .panels-flexible-region { float: left; }
#block-system-main .panels-flexible-row,.panels-flexible-118 .panels-flexible-region-inside-first { float: left; width: 100%; }
#content h2.pane-title { font-size: 18px; font-weight: normal; padding: 5px 15px; }
.ds-2col-stacked-fluid.node.node-business-news.view-mode-teasers_only.ff-news-teaser-box.clearfix { float: left; } 
div.group-header.ff-news-teaser-header div.field.field-name-title.field-type-ds.field-label-hidden div.field-items div.field-item.even h1 a { text-decoration:  none; color: #6b98c1; font-weight: bold; }
a.more-link { font-weight:  bold; color: #007dbc;  }
.field-item.even { font-size: 16px; }
.field-name-field-image,.field-name-body { float: left; }
/*161222*/
/* .field-name-body { width:  59%; } */
/*161222*/
#block-system-main .panel-pane .view-content .views-row b { font-weight:  bold; font-size:  16px; float: none; width: 100%;  }
.ff-text-profile-small b { font-size:  16px; }
#block-system-main .panel-pane .view-content .views-row a { font-size: 15px; color:  #333333; font-weight: bold; float: none;}
#block-system-main .panel-pane .view-content .views-row h1 a { font-size: 24px; }
#block-system-main .content .panel-flexible .pane-content .view-content .views-fluid-grid .views-fluid-grid-list { width: 100%; float: left; }
#block-system-main .content .panel-flexible .pane-content .view-content .views-fluid-grid .views-fluid-grid-list li { float: left; }
.field-name-post-date .field-items .field-item.even { font-size: 15px; margin-top: 30px; }
.region.region-featured .section-container { margin:  0; }
.social-links { float: left;  margin-top: 28px; min-width:280px;}
.invite-container { margin: 0 10px; }
.group-footer.ff-post-teaser-footer ul.links a span.a2a_label { position: static !important; }


/*-----------11-11-16-*/
.tradeshow-blue-bg .exhibitors-container > h2 {float: none; font-size: 32px; margin: 0 auto; text-align: center; font-family: 'HelveticaNeue'; text-transform: none;}
.node-trade_show-form, .ds-3col-stacked-equal-width{padding:20px !important; margin-bottom:40px;}
.node-trade_show-form, .ds-3col-stacked-equal, .tradeshow-blue-bg  #tradeshow-payment-exhibition-form, .tradeshow-blue-bg  #tradeshow-add-free-exhibitors-form {background: #2fcdff none repeat scroll 0 0 !important; float: left; width: 100%; padding:36px 53px; margin:40px 0;}
.ds-3col-stacked-equal-width{background: #2fcdff none repeat scroll 0 0; float: left; width: 100%; padding:36px 53px; margin:40px 0;}
.tradeshow-blue-bg  #tradeshow-payment-exhibition-form label , .tradeshow-blue-bg  #tradeshow-add-free-exhibitors-form label{float:left; width:100%; text-align:center; font-size:18px; line-height:18px; font-family: 'HelveticaNeue';}
.tradeshow-blue-bg  #tradeshow-payment-exhibition-form select#edit-exhibit-user, #tradeshow-payment-exhibition-form input#edit-exhibit-user, .tradeshow-blue-bg  #tradeshow-add-free-exhibitors-form select#edit-exhibit-user {float:left; width:100%; text-align:center; font-size:18px; line-height:18px; font-family: 'HelveticaNeue';}
#tradeshow-add-free-exhibitors-form input#edit-exhibit-user {float:left; width:100%; text-align:left; font-size:18px; line-height:18px; font-family: 'HelveticaNeue';}
.tradeshow-blue-bg #tradeshow-payment-exhibition-form input[type="submit"], .tradeshow-blue-bg #tradeshow-add-free-exhibitors-form input[type="submit"] {float:left; background:#404040; width:100%; color:#FFFFFF; text-align:center; font-size:18px; line-height:18px; font-family: 'Helvetica Neue'; padding:17px 0 20px; border-radius:0px; margin:0;}
#tradeshow-add-free-exhibitors-form .description p{font-size:14px !important; padding:10px 0;}

.tradeshow-blue-bg.tradeshow-back {background: #2fcdff none repeat scroll 0 0; float: left; margin: 30px 0; width: 100%; padding:23px 53px;}
.node-trade_show-form label, .ds-3col-stacked-equal label, .tradeshow-blue-bg.tradeshow-back label {font-size:14px; font-family: 'HelveticaNeue'; color:#000; float:left; width:100%; }
.node-trade_show-form input.form-text, .ds-3col-stacked-equal input, .tradeshow-blue-bg.tradeshow-back input.form-text {border:none !important; height: 40px;}

.node-trade_show-form .image-widget.form-managed-file,.tradeshow-blue-bg.tradeshow-back .image-widget.form-managed-file {background: none; float: left; padding: 10px; width: auto;}
.node-trade_show-form .field-type-image, .tradeshow-blue-bg.tradeshow-back .field-type-image {float:left; width:100%; margin:0 0 20px;}

.node-trade_show-form .field-type-text-with-summary.field-widget-text-textarea-with-summary.form-wrapper,.tradeshow-blue-bg.tradeshow-back .field-type-text-with-summary.field-widget-text-textarea-with-summary.form-wrapper {float: left; width: 100%; background: none; padding: 5px 12px 15px; margin: 20px 0 0;}
.node-trade_show-form .form-item.form-type-textarea, .tradeshow-blue-bg.tradeshow-back .form-item.form-type-textarea { float: left; width: 100%; padding-right:255px;}
.node-trade_show-form .field-type-text-with-summary label, .tradeshow-blue-bg.tradeshow-back .field-type-text-with-summary label {color:#000000 !important;}
.node-trade_show-form .field-type-text-with-summary .filter-wrapper , .tradeshow-blue-bg.tradeshow-back .field-type-text-with-summary .filter-wrapper {margin-bottom:0 !important;}

.node-trade_show-form .field-type-field-countdown, .tradeshow-blue-bg.tradeshow-back .field-type-field-countdown {float: left; margin: 0 0 25px; width: 100%;}
.ds-3col-stacked-equal-width #edit-field-start-on, .ds-3col-stacked-equal #edit-field-end-date,.node-trade_show-form #edit-field-start-on, .node-trade_show-form #edit-field-end-date,.tradeshow-blue-bg.tradeshow-back #edit-field-start-on, .tradeshow-back #edit-field-end-date {float: left; margin:25px 0 25px; overflow: hidden; padding: 0; width:50%; clear: unset;} 

.ds-3col-stacked-equal-width #edit-field-start-on fieldset legend,.node-trade_show-form #edit-field-start-on fieldset legend,.tradeshow-blue-bg.tradeshow-back #edit-field-start-on fieldset legend, .product-listing #edit-field-end-date fieldset legend {display:none;}

.tradeshow-blue-bg.tradeshow-back #edit-field-ad-type, .tradeshow-back #edit-field-feed-region-term, .tradeshow-back #edit-field-profile-language {float:left; width:30.5%; padding:0 22px 0 0px; clear:unset; margin:0;}
.ds-3col-stacked-equal-width #edit-field-start-on fieldset legend,.node-trade_show-form #edit-field-start-on fieldset legend, .node-trade_show-form #edit-field-start-on fieldset legend, #edit-field-feed-region-term, .node-trade_show-form  #edit-field-profile-language {float:left; width:30.5%; padding:0 22px 0 0px; clear:unset; margin:0;}

.ds-3col-stacked-equal-width select,.tradeshow-blue-bg.tradeshow-back #edit-field-ad-type select, .tradeshow-back #edit-field-feed-region-term select, .tradeshow-back #edit-field-profile-language select {border:none; background:#ffffff url("../images/Arrow_down_blue.svg") no-repeat scroll 95% center / 28px auto; padding: 10px 5px; height: 40px;}

.ds-3col-stacked-equal-width  select,.node-trade_show-form  #edit-field-ad-type select, .node-trade_show-form  #edit-field-feed-region-term select, .node-trade_show-form  #edit-field-profile-language select, .node-videos-form #edit-field-floor-video-und select, .node-products_services-form #edit-field-product-floor-und select  {border:none; background:#ffffff url("../images/Arrow_down_blue.svg") no-repeat scroll 95% center / 28px auto; padding: 10px 5px; height: 40px; width: 200px !important;}

 #edit-field-feed-floor-term-und {border:none !important; background:#ffffff url("../images/Arrow_down_blue.svg") no-repeat scroll 95% center / 28px auto !important; padding: 10px 5px !important; height: 40px !important; width: 200px !important;}

.ds-3col-stacked-equal-width  #edit-field-payment-type,.node-trade_show-form  #edit-field-payment-type,.tradeshow-blue-bg.tradeshow-back #edit-field-payment-type {float:left; width:100%; margin:25px 0; background: #ffffff !important; padding-left: 10px;}
.ds-3col-stacked-equal-width  #edit-field-payment-type #edit-field-payment-type-und,.node-trade_show-form  #edit-field-payment-type #edit-field-payment-type-und, .tradeshow-blue-bg.tradeshow-back #edit-field-payment-type #edit-field-payment-type-und {background: none; color: #000; float: left; padding: 0 35px 0 0; width: auto; padding-left:5px;}
.node-trade_show-form  #edit-field-payment-type #edit-field-payment-type-und .form-item-field-payment-type-und label,.tradeshow-blue-bg.tradeshow-back #edit-field-payment-type #edit-field-payment-type-und .form-item-field-payment-type-und label {color:#000000;}

.ds-3col-stacked-equal-width  #edit-actions,.node-trade_show-form  #edit-actions,.tradeshow-blue-bg.tradeshow-back #edit-actions {float:left; width:100%; margin:25px 0;}
.ds-3col-stacked-equal-width  #edit-actions input[type="submit"],.node-trade_show-form  #edit-actions input[type="submit"], .tradeshow-blue-bg.tradeshow-back #edit-actions input[type="submit"] {background: #404040 none repeat scroll 0 0; border-radius: 0;  color: #ffffff;  float: left; font-family: "Helvetica Neue"; font-size: 18px; line-height: 18px; margin:0 0 20px !important; padding: 17px 0 20px; text-align: center; width: 100%; }





/**-/11-11-16------------*/

.content .notification-nav { float: left; min-height: 800px; }
.chat-button-contain { width: 80px; z-index: 300; height: 80px;  font-size: 0;     margin-right: 20px; margin-top:0px;  position: absolute; right: 0; top: 6px; background-image: none; }
.chat-button-live { width: 60px; height: 60px;  font-size: 0;     margin-right: 20px; margin-top:-5px;  position: absolute; right: 0; top: 6px; background-image: url(../images/Chat_icon_blue4.png);  z-index: 300; background-size: 60px 60px; }
.exhibitor-listing-ft-img { position: relative; }
/********Responsive CSS**********/ 
@media(max-width:1600px) {
 .exhibitor-listing:nth-of-type(2n) {
 margin-left: 16%;
}
 .exhibitor-listing {
max-width:427px;
}
 .exhibitor-listing .exhibitor-listing-ft-img {
height:266px;
}
 .section-menu ul li a {
font-size:24px;
}
}
@media(max-width:1475px) {
 .left-nav > li {
height:40px;
width:40px;
}
 .inner-nav-right > li {
height:40px;
}
 .search-bar input[type="submit"] {
height:38px;
}
 .search-bar {
height:40px;
}
 .search-bar input[type="text"] {
line-height:40px;
}
 .search-bar input[type="submit"] {
background-size:20px 20px;
}
 .event-time-date {
 width: 309px;
}
 .fxic-fig ul li {
font-size:22px;
margin-top:-30px;
}
 .fxic-fig span {
font-size:22px;
}
 .section-menu ul li a {
font-size:22px;
}
 .social-networking-icons ul li {
padding-left:11px;
}
 .menu-border {
padding: 17px 15px 10px;
}
 .exhibitor-listing {
max-width:409px;
}
 .exhibitor-listing h3 {
font-size:33px;
}
 .exhibitor-listing > p {
font-size:20px;
}
 .event-time-date > p {
 font-size: 17px;
}
.exhibitor-listing {
 max-width: 398px;
}
 .fxic-logo {
 height: 183px;
 width: 173px;
}
 .fxic-fig {
 padding: 38px 9px 7px;
}
 .event-time-date {
width:auto;
margin-top: 12px;
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
padding: 10px 15px;
}
 .exhibitor-listing:nth-of-type(2n) {
 margin-left: 101px;
}
 .search-bar input[type="text"] {
height:34px;
}
 .filter-tags {
width:78%;
}
 .sort-box .custom .dropdown.width {
 left: 61px;
}
.event-time-date.engg-heading p:first-child {
font-size: 25px;
font-weight: bold;
}
.sxn-drop-down {
    padding: 31px 0 0 25px;
}

}
 @media(max-width:1400px) {
.fxic-fig ul li:first-child {
 padding-left: 53px;
}
.fxic-fig ul li {
font-size: 18px;
padding-left:47px;
}
 .exhibitor-listing > p {
 font-size: 18px;
}
.exhibitor-listing > p {
line-height: 26px;
padding: 11px;
}
 .section-menu ul li a {
 font-size: 17px;
}
a.expo-follow {
background-size:20px 20px;
margin-right:10px;
}
a.expo-invite {
background-size:20px 20px;
margin-right:10px;
}
a.expo-share {
background-size:20px 20px;
margin-right:10px;
}
a.expo-recommend {
background-size:20px 20px;
margin-right:10px;
padding: 0 0 0 27px;
}
.action-button > a:first-child {
 background-size: 30px 30px;
}
.action-button > a:last-child {
 background-position: 44px 8px;
 background-size: 30px 28px;
}
.action-button > a {
 font-size: 18px;
 height: 45px; line-height: 45px;
 width: 241px;
}
.exhibitor-listing:nth-of-type(2n) {
 margin-left: 7%;
}
 .sidebar-head {
height: 75px;
}
 .left-sidebar .panel-default > .panel-heading {
padding: 15px 15px 15px 25px;
}
 .left-sidebar .panel-heading a img {
width: 24px;
height: auto;
}
 .left-sidebar .panel-body {
padding: 15px 15px 20px 25px;
}
 [type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
width: 24px;
height: 24px;
}
 [type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
font-size: 18px;
}
 [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
font-size: 18px;
line-height: 24px;
padding-left: 35px;
}
 .blue-search-bar {
padding: 20px 30px 25px;
}
 .filter-tags ul li {
padding: 0 30px;
}
 .product-item .prod-content {
font-size: 20px;
line-height: 26px;
padding: 15px 15px 10px 15px;
}
 .product-item .prod-info {
padding: 15px;
}

 .menu-border {
 width: 100%;
}

.breadcrumbs-nav li::before {
    
    font-size: 0;
    margin-right: 3px;
}
.action-button > a:last-child{background-position: 44px 15px;}
}
@media(max-width:1300px) {
 .expo-section, .exhibit-expo, .organize-expo, .download-mobile {
 padding: 35px 0;
}
 .expo-section h2 {
 font-size: 40px;
 line-height: 35px;
 margin: 0 0 30px;
}
 .expo-home-content h3 {
 font-size: 40px;
 margin: 0 0 45px;
}
 .expo-home-content ul li {
 font-size: 20px;
margin-bottom: 15px;
 line-height: 34px;
}
 .download-mobile h3 {
 font-size: 40px;
}
 footer {
 height: auto;
}
 footer p {
 font-size: 14px;
}
 .exhibitor-listing {
 max-width: 355px;
}
.exhibitor-listing > p {
font-size:15px;
line-height:20px;
}
 .action-button > a {
 font-size: 16px;
 height: 40px;
 padding: 8px 0 0 68px;
 width: 203px;
}
.action-button > a:first-child {
 background-size: 28px 26px;
background-position:40px 6px;
}
.action-button > a:last-child {
 background-position: 38px 8px;
 background-size: 26px 24px;
}
.event-time-date > p {
 font-size: 17px;
}
.exhibitor-listing .exhibitor-listing-ft-img {
height:229px;
}
.exhibitor-listing:nth-of-type(2n) {
 margin-left: 30px;
}
.action-button span {
 font-size: 12px;
}
.expo-introduction {
padding: 0 55px 0 40px;
}
.search-bar input[type="text"] {
height:34px;
}
.filter-tags ul li {
 padding: 0 22px;
}
.sort-box .custom .dropdown.width {
 left: 54px;
}
.sort-box .custom .dropdown .btn {
 background: rgba(0, 0, 0, 0) url("../images/Arrow_down_blue.png") no-repeat scroll 89% 19px / 16px 16px;
 text-align: left;
 width: 100%;
}
.blue-search-bar h1 {
font-size:22px;
}
.action-button.join > a {
   
    padding: 4px 0 0 52px;
   
}
.action-button > a:last-child {
    background-position: 38px 16px;
    
}
}
@media(max-width:1200px) {
 .blue-search-bar h1 {
 font-size: 19px;
}
 .exhibitor-listing .exhibitor-listing-ft-img {
 height: 211px;
}
.exhibitor-listing a.expo-follow {
 margin-right:10px;
}
.exhibitor-listing a.expo-share {
 margin-right:10px;
}
.exhibitor-listing a.expo-recommend {
 margin-right: 10px;
}
.exhibitor-listing > p {
 font-size: 14px;
 line-height: 17px;
padding:6px;
}
.exhibitor-listing a.expo-follow {
background-size:18px 22px;
padding-left:23px;
}
.exhibitor-listing a.expo-share {
background-size:18px 22px;
padding-left:23px;
}
.exhibitor-listing a.expo-recommend {
background-size:18px 22px;
padding-left:23px;
}
.action-button > a {
 font-size: 14px;
 height: 40px;
 width: 173px;
padding: 8px 0 0 57px;
}
.action-button > a:first-child {
 background-size: 24px 22px;
}
.action-button > a:last-child {
background-size: 24px 22px;
}
.action-button span {
 font-size: 12px;
}
.action-button > a:first-child {
background-position:41px 6px;
}
.action-button > a:last-child {
 background-position: 34px 9px;
}
 .left-nav > li {
 height: 35px;
 width: 35px;
}
.inner-nav-right > li {
 height: 35px;
width:44px;
}
.breadcrumbs-nav li a {
font-size:14px;
}
.exhibitor-listing .expo-meta-info {
 padding: 4px 0 11px;
}
.search-bar {
 height: 38px;
width:213px;
}
.search-bar input[type="submit"] {
height:20px;
width:32px;
}
.section-menu ul li a {
 font-size: 16px;
}
.section-menu ul li {
margin-right:17px;
}
a.expo-follow {
margin-right:10px;
}
a.expo-invite {
margin-right:10px;
}
a.expo-share {
margin-right:10px;
}
a.expo-recommend {
margin-right:10px;
padding: 0 0 0 27px;
}
.expo-meta-info {
}
a.expo-follow {
background-size:20px 20px;
}
a.expo-invite {
background-size:20px 20px;
}
a.expo-share {
background-size:20px 20px;
}
a.expo-recommend {
background-size:20px 20px;
}
a.expo-recommend {
 margin-right:0px;
}
.custom .btn, .sort-box .custom .dropdown .btn {
 background-position: 82px 13px;
 background-size: 20px 20px;
 border: 1px solid #dcdcdc;
 font-size: 17px;
 line-height: 8px;
 width: 160px;
padding: 19px 81px 16px 15px;
}
.fxic-logo {
 height: 161px;
 width: 155px;
}
 .expo-introduction {
margin-top:-102px;
padding: 0 60px 0 30px;
}
.event-time-date {
 line-height: 21px;
 margin-top: 10px;
}
.fxic-fig ul li:first-child {
 padding-left: 21px;
}
.fxic-fig ul li {
 font-size: 15px;
}
.fxic-fig span {
 font-size: 20px;
}
.fxic-fig {
 padding: 37px 23px 5px 19px;
}
.event-time-date {
    width: 394px;
}
.banner-full-expo-text h1 {
 font-size: 53px;
}
 .expo-item .expo-img {
height: 325px;
}
 .filter-tags ul li a {
margin-left: 15px;
}
 .filter-tags ul li {
font-size: 20px;
padding: 0 20px;
}
 span.expo-tag {
font-size: 24px;
}
 .expo-title h3 {
font-size: 30px;
line-height: 34px;
}
 .expo-title p {
font-size: 20px;
}
 .filter-tags ul li {
line-height: 43px;
height: 45px;
}
 .exhibitor-listing h3{ font-size: 26px;}
 .exhibitor-listing:nth-of-type(2n) {
margin-left: 10%;
}
 ul.foot-nav li {
font-size: 20px;
}
 .search-listing h1 {
font-size: 40px;
line-height: 34px;
}
 .event-time-date.engg-heading p:first-child {
 font-size: 38px;
 padding: 0 0 13px;
 text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.event-time-date.engg-heading p:first-child {
font-size:37px;
line-height:31px;
}
.action-button.member > a{ width: 113px;}
.breadcrumbs-nav li::before{ margin-right:0;}
.navbar-default .navbar-nav > li {
    margin: 0 8px; position: relative;
}
.action-button{ margin-top:17px;}
.action-button > a:last-child {
    background-position: none;
}
.action-button{ margin-top:17px;}
}
@media(max-width:1200px) {
 .container, footer, .container-fluid, .navbar {
width: 1200px !important;
}
 .navbar-right {
float: right;
}
 .navbar-fixed-bottom, .navbar-fixed-top {
position: static;
}
 .navbar-default .navbar-nav > li {
display: inline-block;
}
}
#timeronblockpage #countdown span {display:none;}

.tab-content.hide{
    display: none;
}

.tab-content.active{
    display: block;
}

.contextual-links-region{
  /* position: inherit; */
}
span.form-required {
  display: none;
}
.mb10{margin-bottom:10px !important;}
.no-bg{background:none !important;}
.not-link{font-size: 14px !important;text-decoration: underline;}
.cke_reset,.cke_bottom{width:100% !important;}
.cke_chrome{width:100% !important;float:left !important;}
nav{padding:15px 0 !important;}
.btn-lg{padding: 8px 25px !important; background-color: #00A9DC !important; color:#FFF !important; font-size:14px !important;}
.btn-lg-border{padding: 8px 25px !important; background-color: #FFF !important; border-color: #00A9DC !important; color:#00A9DC !important; font-size:14px !important;}
.exhibitor-listing-border{border: 1px solid #eeeeee; border-radius:10px; box-shadow:.2rem .5rem .9rem #eee !important; }
.exhibitor-listing-border h3{font-size:19px; font-weight:bold; width:200px; color:#7C7C7C; margin:0}
.exhibitor-listing-head{min-height:100px;padding:10px; }
.expo-products-listing-head{min-height:60px;padding:15px 10px; }
.exhibitor-listing-featured-img{
     height:230px; 
     display:block;
     background-position: center center !important;
     background-size: auto 110% !important;
}
.exhibitor-listing-border row{    margin-right: -15px; margin-left: -15px; clear:both;}
.row.row-desc{ min-height: 150px; }

/*161223*/
.search-share-container .share-container { float: right; }
span.search-page-type { color: #cccccc; width: auto;  padding: 10px 0 0; 
    font-size: 18px;
    font-weight: 700;
    padding: 12px 0 0 1.2em;
    display: inline-block;
    float: left;
    text-transform: uppercase;}
.search-share-container {
    float: right;
     margin: 5px 0 10px;
}
.search-share-container span {  float: left;}
	a.expo-share { padding-top: 14px; }
.ff-overview-product-service-teaser, .ff-news-teaser-box  { box-shadow: none; width: 800px; border: 1px solid #c5c5c5;}
.group-footer-upperhead { padding: 3px 0em; box-sizing: border-box !important;  float: left; width: 100%; }
.group-upperhead { padding: 0px 1.2em 3px 1.2em }
.group-stacked { padding: 0; border: 1px solid #c5c5c5; border-radius: 5px; }
.group-stacked  hr { border-width: 2px; }
.ff-news-teaser-header { width: 100%; }
.page-search .ff-news-teaser-header h1, .page-search .ff-news-teaser-header h1 a {float: left; width: 100%; padding: 10px 0; }

/*161223*/

.ff-video-left-video {
    min-width: 762px;
    clear: both;
}

a.share-link span{
  margin-top: 0 !important; 
  padding-right: 0 !important;
}

.field-content .form-item.form-type-checkbox [type="checkbox"]:not(:checked), .field-content .form-item.form-type-checkbox [type="checkbox"]:checked {
 position: relative;
 left: 0px;
}
.views-field .form-item.form-type-checkbox [type="checkbox"]:not(:checked), .views-field .form-item.form-type-checkbox [type="checkbox"]:checked {
 position: relative;
 left: 0px;
}
.page-user-.region.region-featured div.container-fluid div.row div.container div.row div.row div.col-xs-9.col-md-9.col-lg-10 div.section-container div.row div.col-xs-4 div.social-links{
 margin-top:0px;
}

.action-button.Edit > a {
  background: #fe9705 none repeat scroll 0 0;
  color: #fff;
  font-size: 26px;
  height: 54px;
  text-align: center;
  width: 250px;
  padding:0;
}

 footer {
 min-height: 400px;
}

#trade-show-node-form.node-form.node-trade_show-form div div#edit-body.field-type-text-with-summary.field-name-body.field-widget-text-textarea-with-summary.form-wrapper {
 width: 120%;
}

#mini-panel-clone_of_features_at_feedsfloor.panel-display.panel-3col-33-stacked.clearfix {
    margin-top: 70px;
}


#mini-panel-social_media_icons.panel-display.panel-3col-33-stacked.clearfix {
    margin-top: 70px;
}

@media only screen and (max-width:769px) {
 #ff-ffv3-pricing {
 font-size: 105px;
}

html.js body.html.not-front.not-logged-in.no-sidebars.page-news section.main-container div.container div.row div.col-xs-12 div.region.region-content div#block-system-main.block.block-system div.content div.panel-display.panel-1col.clearfix div.panel-panel.panel-col div div.panel-pane.pane-views.pane-business-news-by-author div.pane-content div.view.view-business-news-by-author.view-id-business_news_by_author.view-display-id-block_1.view-dom-id-ac9b9ec2c8dd908291c88019f5d9019b div.view-content div.views-fluid-grid ul.views-fluid-grid-list.views-fluid-grid-items-width-400.views-fluid-grid-items-height-500.views-fluid-grid-list-center.views-fluid-grid-items-left.views-fluid-grid-items-h-margin-2em.views-fluid-grid-items-v-margin-2em.views-fluid-grid-items-box-shadow.views-fluid-grid-items-border-radius li.views-fluid-grid-inline.views-fluid-grid-item.views-row.views-row-1.views-row-odd.views-row-first div {
 font-size: 105px;
}