/****exhibitors-popup*****/
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {cursor:auto;min-width:756px;}
.mfp-wrap{z-index:999999 !important;}
#inquiryForm .exhibitor-contact .container{
	width:100%;
}
.exhibitor-contact{background:#fff none repeat scroll 0 0;margin:0 auto;padding:30px;}
.exhibitor-contact .row{margin-bottom:15px;}
.exhibitor-contact .row:last-child{margin-bottom:0px;}
.exhibitor-contact .row input{
	display: block;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 46px;
    color: #000;
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;}
.exhibitor-contact .row textarea{display: block;
    width: 100%;
    height: 70px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 46px;
    color: #000;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;}
.exhibitor-contact input[type="submit"],.exhibitor-contact input[type="button"] {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    text-align: center;
    font-style: normal;
    line-height: 14px;
    letter-spacing: 1.49px;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #000;
    box-shadow: none;
    padding: 15px 23px 15px 23px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: 150px;
    font-family: "Roboto Slab", Sans-serif;
}
.exhibitor-contact input[type="submit"]:hover,.exhibitor-contact input[type="button"]:hover {
	background-color: #fff;
    color: #000;
}
.login-form label{
	display:none;
}
.formErrorContent-exhibitor{
	display:block;position:absolute;
	right:15px;top:0;
	border:1px solid #BBBBBB;
	color:#FFFFFF;
	font-size:12px;
	padding:3px 5px;
	width:auto;
	z-index:5001;
	line-height: 18px;
}
.formErrorContent-exhibitor.exhibitor-none{display:none;}
.exhibitor-contact .row .span12,.exhibitor-contact .row .span6{position:relative;}
.exhibitor-contact h3 {
	font-size: 29px;
	line-height: 1.2;
	text-transform: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: none;
	letter-spacing: 0px;
	position: relative;
	display: block;
	text-align:center;
	text-transform: none;
	font-family: "Roboto Slab", Sans-serif;
}
.exhibitor-contact .success-msg p,.exhibitor-contact .error-msg p{background:#dedede none repeat scroll 0 0;border:1px solid #e69c9d;font-family:"open_sansregular";font-size:18px;padding:5px 10px;}
.success-msg.msg-none,.error-msg.msg-none{display:none;}
.exhibitor-contact .success-msg p{border:2px solid #00653c;}
.exhibitor-contact .error-msg p{border:2px solid #e69c9d;}
.mfp-bg{z-index:999999 !important;}
.single-exhibitor .mfp-auto-cursor .mfp-content{margin:30px auto;}
/*.mfp-content .mfp-close {
	right: -15px;
	top: -20px;
	border-radius: 50%;
	opacity: 1;
	background:#fff;
	height: 50px;
	width: 50px;
	line-height: 26px;
}*/
.single-exhibitor .mfp-content .mfp-close:active{
	right: 0;
	top: 0;
}
.artist_popup .mfp-close{
	display: none !important;
}
.for-mobile-ex-head{
	display:none;
}
/** Detail Page CSS **/
.exhibitor-info-section .exhibit-img-inr {
/*     background: url(core/images/exhibit-img-bg.jpg) repeat left top; */
    box-shadow: none;
    padding: 0;
    position: relative;
    height: 350px;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.exhibitor-info-section .exhibit-img-shd::before,
.exhibitor-info-section .exhibit-img-shd::after{
	display:none;
}
.exhibitor-info-section .exhibit-email a{
	color:#ffffff;
	display: block;
	height: 46px;
	line-height: 45px;
	padding: 0px 5px;
	box-sizing: border-box;
	transition: all 0.4s ease-in-out 0s;
	text-transform:uppercase;
	letter-spacing: 2.04px;
	text-align:center;
}
.exhibitor-info-section{
	margin-top:50px;
}
.exhibitor-info-section .company-name {
    font-size: 29px;
    padding:0;
    line-height: 1.2;
    letter-spacing: normal;
	margin:0 0 8px;
}
.exhibitor-info-section .stand-no {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    width: auto;
	border-radius: 3px;
    padding: 4px 10px;
    box-sizing: border-box;
    line-height: 1.35;
    float: none;
    letter-spacing: 0.1em;
	display:inline-block;
	color:#fff;
}
.exhibitor-info-section .stand-no span {
    display: inline-block;
}
.exhibit-content-area .exhibitor-head{
	margin-bottom:15px;
}
.exhibitor-meta-sec .standno-sec{
	display:inline-block;
	vertical-align:middle;
	width:90%;
	margin-right:-5px;
}
.exhibitor-meta-sec .share-social{
	display:inline-block;
	vertical-align:middle;
	width:10%;
	text-align:right;
}
.exhibitor-info-section .exhibit-cat {
    padding-bottom:0;
    float: none;
    width: 100%;
}
.ex-category-sec .exhibit-cat{
	padding: 10px 0;
    box-sizing: border-box;
    margin: 0 0 15px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.19;
    letter-spacing: normal;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ex-category-sec .exhibit-cat a{
	margin-right: 15px;
    color: #333;
    display: inline-block;
}
.ex-category-sec .exhibit-cat a .tax-icon{
	margin-right: 12px;
}
.ex-category-sec .exhibit-cat a .tax-icon .fa{
	position: relative;
	width: 14px;
    height: 23px;
}
.ex-category-sec .exhibit-cat a .tax-icon .fa:before{
	display: none;
}
.ex-category-sec .exhibit-cat a .tax-icon .fa:after{
	background: url(../images/right-icon.svg) no-repeat scroll center center;
    display: inline-block;
    content: "";
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 12px;
}
.exhibitor-info-section .exhibit-cat a {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
	line-height:18px;
    margin: 0 6px;
	margin-bottom: 5px;
}
.exhibitor-info-section .exhibit-cat a span.tax-nm{
	color:#000000;
	letter-spacing: 0.76px;
	margin-left:5px;
}
.exhibitor-info-section .exhibit-cat a span{
	display:inline-block;
	vertical-align:middle;
}
.exhibitor-info-section .exhibit-desc {
    font-size: 16px;
    color: #000;
    line-height: 1.56;
	overflow:hidden;
}
.exhibitor-info-section .exhibit-cat i {
    transform: rotate(90deg);
}
.exhibitor-contact-info{
	margin:0 -15px;
	margin-top:20px;
}
.exhibitor-contact-info .exhibitor-address{
	display:inline-block;
	width:55%;
	vertical-align:top;
	padding:0 15px;
	box-sizing:border-box;
	border-right:1px solid rgba(151,151,151,0.4);
}
.exhibitor-contact-info .exhibitor-tel-info{
	display:block;
	width:100%;
	vertical-align:top;
	margin-left:-5px;
	padding:0 18px;
	box-sizing:border-box;
}
.exhibitor-contact-info .contact-info-title{
	margin: 0 0 0px;
    position: relative;
    padding-left: 34px;
    line-height: 1;
    font-size: 15px;
}
.exhibitor-contact-info .contact-info-title a{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #333333;
}
.exhibitor-contact-info .contact-info-title::before{
	content:'';
	background: url(../../upload/images/ex-address.svg) no-repeat center center;
	width: 24px;
    height: 20px;
    background-size: 20px !important;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 1px;
}
.exhibitor-contact-info .phone-title.contact-info-title::before{
	background: url(../../upload/images/ex-phone.svg) no-repeat center center;
}
.exhibitor-contact-info .website-title.contact-info-title::before{
	background: url(../../upload/images/ex-website.svg) no-repeat center center;
}
.exhibitor-contact-info .brand-names{
	margin: 0 20px 20px 0;
    display: inline-block;
}
.exhibitor-social-links ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.exhibitor-social-links ul li{
	display:inline-block;
	margin:0 3px;
	vertical-align:middle;
	margin-bottom:10px;
}
.exhibitor-social-links ul li a{
	display:inline-block;
	width:25px;
	height:25px;
	line-height:20px;
	border-radius:50%;
	text-align:center;
}
.exhibitor-social-links ul li a i{
	font-size:12px;
}
.exhibitor-social-links ul li:first-child{
	margin-left:0px;
}
.third-meta.exhibitor-social-links{
    float: none;
    width: 100%;
    text-align: left;
}
.exhibitor-details-area{
	margin-bottom:30px;
}
h3.sub-title {
    font-size: 29px;
	line-height:1.2;
    color: #000;
	text-transform: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom:none;
	letter-spacing: 0px;
	position:relative;
	display:block;
}
h3.sub-title::after{
	content:'';
	width: 86px;
    height: 3px;
	display:block;
	margin:5px 0 0;
}
.exhibit-pro-list .exhibit-pro{
	background-color: #f8f3f0;
	padding:0px;
	margin:0 0 30px;
}
.exhibit-pro-list .exhibit-pro.exhibit-pro-even{
	background-color: #eef7ff;
}
.exhibit-pro-list .exhibit-pro-img{
	margin:0px;
	max-width: 270px;
}
.exhibit-pro-list .exhibit-pro-even .exhibit-pro-img{
	float:right;
}
.exhibit-pro-list .exhibit-pro-info{
	padding:30px;
	box-sizing:border-box;
}
.exhibit-pro-list .exhibit-pro-info .product-title,
.exhibit-pro-list .exhibit-pro-info .product-title a{
	color:#000;
	font-size:22px;
	line-height:1.2;
	margin:0 0 10px;
}
.exhibit-pro-list .product-desc{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000;
  overflow:hidden;
}
.exhibit-pro-list .product-desc {
    margin-bottom: 0;
}
.exhibit-pro-list .exhibit-pro-img img{
	height:250px;
	object-fit:cover;
}
.exhibitor-product-section {
    padding: 20px 0 15px;
}
.exhibitor-video-lists .exhibit-video iframe{
	height: 250px !important;
    background: #000;
    width: 100%;
}
.exhibitor-video-lists .exhibit-video {
    padding: 0;
    margin: 0 0 10px;
}
.exhibitor-video-lists{
	padding:25px 0 0;
}
.exhibitor-video-lists .video-row{
	margin: 0 -12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.exhibitor-video-lists .video-item{
	padding: 0 12px; */
    /* width: 50%; */
    text-align: center;
    /* float: left; */
    flex-basis: 50%;
}
.exhibitor-video-section {
    padding-bottom: 30px;
}
.exhibitor-ads-area{
	padding:0 0 60px;
	text-align:center;
}
.exhibitor-sidebar .exhibitor-sidebar-item{
	margin:0 0 30px;
}
.exhibitor-sidebar .exhibitor-sidebar-title{
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000;
}
.exhibitor-cat{
	  border: solid 1px #d0d0d0;
}
.exhibitor-sidebar .exhibitor-cat .exhibitor-sidebar-title{
	border-bottom: solid 1px #d0d0d0;
	padding:12px 15px;
	box-sizing:border-box;
}
.exhibitor-sidebar .exhibitor-cat .exhibitor-cat-list{
	padding:12px 15px;
}
.exhibitor-sidebar ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.exhibitor-sidebar ul li{
	margin:0 0 10px;
}
.exhibitor-sidebar ul li i{
	transform:rotate(90deg);
	margin-right:5px;
}
.exhibitor-sidebar ul li a{
	letter-spacing: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.exhibitor-sidebar ul li a[data-toggle="tooltip"]{ display: none; }

.middlebar-innerpage .banner-title,
.middlebar-innerpage .banner-title h1{
	font-size:68px;
	text-align:left;
	color:#000;
	text-transform: uppercase;
	font-weight: 300;
}
.middlebar-innerpage{
	height:440px;
	display:table;
	width:100%;
	background-position: 30% 0px !important;
	background-size:cover !important;
	position:relative;
}
.middlebar-innerpage .inner-middlebar-text{
	position:relative;
	z-index:2;
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
}
.middlebar-innerpage::before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(61,61,61,0.3) !important;
	z-index:1;
}
@media(max-width: 1199px){
.exhibitor-info-section .exhibit-img-inr {
    height: 300px;
    border: 3px solid #80a99c;
}
.exhibitor-info-section .exhibit-img img {
    max-height: 220px;
    max-width: 220px;
}
.exhibitor-info-section {
    margin-top: 35px;
}
.exhibitor-social-links ul li a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
}
.exhibit-pro-list .exhibit-pro-info {
    padding: 20px;
}
.exhibit-pro-list .exhibit-pro-img img {
    height: 225px;
}
.exhibitor-video-lists .exhibit-video {
    margin: 0 0 20px;
}
h3.sub-title {
    font-size: 25px;
	margin: 0 0 10px 0;
}
.exhibitor-contact h3 {
    font-size: 22px;
    margin: 0px 0 10px 0;
}
.middlebar-innerpage{
	height:300px;
}
}
@media(max-width: 991px){
.exhibit-pro-list .exhibit-pro-info .product-title, .exhibit-pro-list .exhibit-pro-info .product-title a {
    font-size: 20px;
}
.exhibitor-details-area {
    margin-bottom: 15px;
}
.exhibitor-product-section {
    padding: 15px 0 15px;
}
.exhibitor-sidebar .widget-first {
	text-align:center;
}
.exhibitor-sidebar .exhibitor-sidebar-item {
    margin: 0 0 40px;
}
.exhibitor-ads-area {
    padding: 0 0 40px;
    text-align: center;
}
.exhibitor-contact .row .span6, .exhibitor-contact .row .span12 {
    width: 100%;
    margin-bottom: 20px;
}
.mfp-inline-holder .mfp-content, 
.mfp-ajax-holder .mfp-content {cursor:auto;min-width:100% !important;max-width:100%;}
.exhibitor-contact .row {
    margin-bottom: 0px;
}
}
@media(max-width: 767px){
.exhibitor-info-section .exhibit-img img {
    max-height: 180px;
    max-width: 180px;
}
.exhibitor-info-section .exhibit-img-inr {
    height: 240px;
}
.exhibitor-info-section .exhibit-email a {
    letter-spacing: 1.5px;
    font-size: 13px;
}
.exhibitor-contact-info .exhibitor-address {
    width: 55%;
}
.exhibitor-contact-info .exhibitor-tel-info {
    width: 45%;
}
.middlebar-innerpage{
	height:200px;
}
.middlebar-innerpage .banner-title, .middlebar-innerpage .banner-title h1 {
    font-size: 22px;
    line-height: 28px;
}
.exhibitor-info-section .company-name {
    font-size: 26px;
}
}
@media(max-width: 700px){
.exhibitor-info-section .exhibit-img img {
    max-height: 170px;
    max-width: 170px;
}
.exhibitor-info-section .exhibit-img-inr {
    height: 200px;
}
}
@media(max-width: 665px){
.exhibitor-details-area .col-xs-4.exhibitor-area{
	width:100%;
}
.exhibitor-details-area .col-xs-8.exhibitor-area{
	width:100%;
}
.exhibitor-info-section .exhibit-img img {
    max-height: 300px;
    max-width: 300px;
}
.exhibitor-info-section .exhibit-img-inr {
    height: 200px;
}
.for-mobile-ex-head{
	display:block;
	margin-bottom:30px;
}
.for-desktop-ex-head{
	display:none;
}
.third-meta.exhibitor-social-links {
    margin-top: 20px;
}
.exhibit-img-sec{
	max-width:350px;
	margin:0 auto;
	display:block;
}
}
@media(max-width:576px){
	.exhibitor-video-lists .video-item{flex-basis: 100%;}
}
@media(max-width: 480px){
.exhibit-pro-list .exhibit-pro-img {
    margin: 0px;
    max-width: 100%;
}
.exhibitor-video-lists .video-item{
	width:100%;
}
.exhibitor-info-section .exhibit-img img {
    max-height: 100%;
    max-width: 100%;
    padding: 15px;
}
.exhibitor-contact-info .exhibitor-address {
    width: 100%;
	border-right:none;
}
.exhibitor-contact-info .exhibitor-tel-info {
    width: 100%;
}
.exhibit-pro-list .exhibit-pro-info {
    padding: 15px;
}
.mfp-content .mfp-close {
    right: 0px;
    top: 0px;
    height: 45px;
    width: 45px;
	border-radius:0px;
}
.g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}
.exhibitor-contact {
    padding: 10px;
}
.wpas-table {
    font-size: 14px;
}
}


/*New style*/
.logo-and-content-section {
    width: 76%;
    float: left;
    padding-right: 41px;
}
.logo-and-content-section.right-sidebar-not-exist {
    width: 100%;
    padding-right: 0px;
}
.single-exhibitor .exhibit-img-logo {
    box-sizing: border-box;
    float: left;
    margin: 0 55px 20px auto;
    max-width: 200px;
    min-width: 200px;
}
.exhibit-detail .exhibit-img-logo {
    width: 43%;
    max-width: inherit;
    min-width: inherit;
}
.gallery-and-press-section {
    margin-top: 55px;
}
.exhibit-img-right {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.single-exhibitor .img-logo-outer {
    height: 380px;
    text-align: center;
	display: table;
	width: 100%;
	border:1px solid #d9d9d9;
}
.img-logo-inner {
    display: table-cell;
    height: 100%;
    margin: 0 20px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.main_hd-mobile {
    display: none;
}
.single-exhibitor .img-logo-inner img {
    max-width: 352px;
    padding: 15px;
}
.exhibit-img-right {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.single-exhibitor .exhibit-img-right .main_hd {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    border: none;
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.stand-and-social {
    margin-bottom: 15px;
}
.single-exhibitor .stand-exhibit {
    padding: 0;
    display: inline-block;
    background: none;
    text-align: center;
}
.stand-exhibit h3 {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1;
    margin-top: 0;
    color:#fff;
    text-transform: uppercase;
    background-color: #878787;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: 600;
}
.exhibit-social {
    text-align: right;
}
.exhibit-social ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: flex-start;
}
.exhibit-social ul li {
    display: inline-block;
    margin: 0 2px 5px;
    margin-left: 5px;
    line-height: 20px;
}
.exhibit-social ul li:first-child {
    margin-left: 0px;
}
.exhibit-social ul li a {
    color: #555555;
    font-size: 20px;
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    padding: 1px 0 0 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.exhibit-social ul li a i {
    font-size: 20px;
}
.exhibit-social ul li a.twitter-icon{
	background: url("../images/x-icon.svg") no-repeat;border:0px !important;
}
.exhibit-social ul li a:hover.twitter-icon{
	background: url("../images/x-icon-hover.svg") no-repeat;
}
.stand-and-social{
	padding-bottom: 19px;
	display: flex;
    align-items: center;
}
.exhibit-desc-dea{
	font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #333;
}
.exhibit-detail .exhibit-desc {
	font-size: 15px;
  	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
}
.exhibit-detail .desc-read-link{
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #f39000;
	text-transform: uppercase;
}
.exhibit-detail .exhibitor_other_info{
	border-top: 1px solid #d5d5d5;
	padding-bottom: 15px;
	margin-top: 15px;
	padding-top: 16px;
}
.exhibit-detail .sponsor_address .title-address{
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
	text-transform: uppercase;
}
.exhibit-detail .address-des{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.73;
	letter-spacing: normal;
	color: #000;
}
.exhibit-detail .meta-exhibit .com-detail-btn{
	display: inline-block;
	margin-right: 10px;
}
.exhibit-detail .meta-exhibit .com-detail-btn:last-child{
	margin-right: 0;
}
.exhibit-detail .meta-exhibit .com-detail-btn a{
	background-color: #7f8a6a;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #7f8a6a;
    padding: 14px 17px 10px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: 2.13px;
    text-align: center;
    color: #ffffff;
}
.exhibit-detail .meta-exhibit .com-detail-btn a:hover{
	background-color: #fff;
}
.exhibit-detail .meta-exhibit .com-detail-btn.second-meta a{
	margin-right: 0;
	background-color: #fff;
}
.exhibit-detail .meta-exhibit .com-detail-btn.second-meta a:hover{
	background-color: #F39000;
}
.right-sidebar-exhibitor {
    width: 24%;
    float: right;
    border: 1px solid #e5e3e3;
    padding: 0px;
    background-color: #fff;
}
.right-sidebar-exhibitor .exhibitor_standno{
	padding: 23px;
	margin-bottom: 0;
}
.right-sidebar-exhibitor .exhibitor_standno{
	padding: 23px 23px 5px;
	margin-bottom: 0;
}
.right-sidebar-exhibitor .exhibitor_standno ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.right-sidebar-exhibitor .exhibitor_standno ul li {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #000000;
    margin: 18px 0;
    position: relative;
    padding-left: 89px;
}
.right-sidebar-exhibitor .exhibitor_standno ul li .standno-lb {
    color: #000000;
    font-weight: normal;
    letter-spacing: normal;
    position: absolute;
    left: 0;
}
.right-sidebar-exhibitor .sponsor_address{
    border-top: 1px solid #e5e3e3;
	padding: 23px 23px 5px;
	margin-bottom: 0;
}
.right-sidebar-exhibitor .sponsor_address .widget-wrapper{ padding: 0; }
.right-sidebar-exhibitor .sponsor_address .widget-wrapper .widget-title{ display: none; }
.artist_sec_hd {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 13px 0;
    padding-bottom: 12px !important;
    text-transform: none;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #979797;
    padding-bottom: inherit;
    font-family: "Roboto Slab", Sans-serif;
}
.sponsor_address ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.right-sidebar-exhibitor .sponsor_address ul{
	margin-bottom: 35px;
}
.right-sidebar-exhibitor .exhibitor_productcat ul{
	margin-bottom: 0;
}
.sponsor_address ul li {
    position: relative;
    padding-left: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    margin: 18px 0;
}
.sponsor_address ul li::before {
    background: url("../images/right-icon.svg") no-repeat scroll center center;
    display: inline-block;
    content: "";
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 5px;
}

.gallery-and-press-section .main_sec_hd-out {
	position: relative;
    text-align: center;
}
.gallery-and-press-section .main_sec_hd {
    font-size: 35px;
    font-weight: normal !important;
    font-style: normal;line-height:1.2;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000000 !important;
    background: #fff;
    text-align: center;
    display: inline-block;
    font-family: "Gloock", Sans-serif;
    padding: 0 20px;
    margin: 0;
}
/* .gallery-and-press-section .main_sec_hd::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #979797 !important;
    height: 1px;
    width: 100%;
    display: inline-block;
    top: calc(50% - 0.5px);
    z-index: -1;
} */
.product-slider {
    position: relative;
    padding-top: 25px;
    margin-bottom: 22px;
}
.product-slider .product-slide-outer .slick-track{margin-left: auto;margin-right: auto;}
.product-slide-outer .product-slides {
    margin: 0 -15px;
}
.product-sections .product-slide-outer .product-slides {
    margin: 0 -15px;justify-content: center;
    display: flex;flex-wrap: wrap;
}
.product-slide-outer .product-list {
    float: left;
    width: 33.33%;
    padding: 0 12px 0px;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.main-product-img img {
    margin: 0px;
    width: 100%;
}
.press-outer .main-product-img img{
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.press-outer .main-product-img:hover img{
    opacity: 0.9;
}
.main-product-img {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.main-product-img:hover {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}
.product-slide-outer .product-slides .slick-list{
	padding-top:0px;
	padding-bottom:20px;
}
.product-list .product-title {
    background: rgba(35,181,181,0.8);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 22px 10px;
}
.product-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    font-family: "Gloock", Sans-serif;
}
.product-name-box{
	font-size: 14px;
  	font-weight: 300;
  	color: #fff;
  	margin-bottom: 17px;
}
.view-more-detail {
    font-size: 14px;
    font-weight: 600;
    color:#fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main-product-img:hover .product-title {
    opacity: 1;
}
.product-slider .slick-arrow {
    position: absolute;
    padding: 0px;
    font-size: 0px;
    color: #000;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    border:0;
}
.product-slider .slick-arrow.slick-prev {
    background-image: url(../images/arrow-left.svg);
    left: -11px;
}
.product-slider .slick-arrow.slick-next {
    background-image: url(../images/arrow-right.svg);
    right: -11px;
}
.product-slider .slick-arrow.slick-prev:hover,
.product-slider .slick-arrow.slick-next:hover {
    opacity: 1;border:0px;
}
.press-outer .product-list .product-title{
	padding: 13px 0 0;
	text-align: left;
}
.press-outer .product-title h4{
	height: 24px;
    text-align: left;
    font-size: 22px;
    margin-bottom: 25px;
}
.press-outer .product-name-box{
	display: none;
}
.press-outer .view-more-detail{
	display: inline-block;
    padding: 17px 26px 13px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 2.13px;
    text-align: center;
    color: #ffffff;
}
.press-outer .main-product-img:hover{ box-shadow: none; }
.mfp-wrap .mfp-container .mfp-close{
	opacity: 0.8;
    color: #fff !important;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    line-height: 14px;
    padding: 0;
    border: 0px;
    letter-spacing: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mfp-wrap .mfp-container .mfp-close:hover{
	opacity: 1;
}
.exhibitor-contact .captcha-error p{
	font-size: 14px;
}
.artist_content {
    background:#ffffff;
    margin: 0;
    padding: 20px;
}
.artist_content .container {
    padding: 0px;
    max-width: 1140px;
}
.gallery-pop-up-images.product-popup .artist_content .container {
    max-width: 740px;
}
.gallery-pop-up-images.product-popup .title-class {
    text-align: center;
}
.gallery-pop-up-images .title-class {
    color:#000000;
}
.pop-up-images-image .artist_content .artist-sec.image {
    text-align: center;
}
.gallery-pop-up-images .artist_content .artist-sec .row {
    margin-bottom: 20px;
}
.gallery-pop-up-images .artist_content .artist-sec .artist_label, 
.gallery-pop-up-images .artist_content .artist-sec .artist_detail {
    color: #000;
    font-size: 15px;
}
.gallery-pop-up-images .artist_content .artist-sec .artist_label {
    text-transform: uppercase;
}
.gallery-pop-up-images .title-class h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Roboto Slab", Sans-serif;
    text-transform: none;
}
.gallery-pop-up-images .sponsor_address{
	padding-left: 0;
}
.gallery-pop-up-images .exhibitor_productcat{
	margin-bottom: 20px;
}
.gallery-pop-up-images .mfp-close{
	display: block !important;
}


/*Ezone Login page css*/
.users-login .login-btn #reg_submit, .forgot-buttons input{
	color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 15px 40px;
    font-size: 15px;
    font-weight: bold;
    border:1px solid;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Roboto Slab", Sans-serif;
	letter-spacing:1px;
	line-height:14px;
}
.forgot-text-div{
	margin-top: 10px;
}

@media(min-width: 1700px){}
@media(max-width: 1199px){
.logo-and-content-section {width: 100%; float: none; padding-right: 0;}
.right-sidebar-exhibitor {width: 100%; float: none; margin-top: 40px; margin-bottom: 50px;}
.gallery-pop-up-images .artist_content .container {max-width: 100%;}
.product-slider .slick-arrow.slick-prev{ left: 20px; }
.product-slider .slick-arrow.slick-next{ right: 20px; }
.exhibitor-video-lists .exhibit-video iframe{ height: 280px !important; }
}
@media(max-width: 991px){
.gallery-pop-up-images .span7.artist-sec {width: 100%;}
.pop-up-images-image .artist_content .artist-sec.image {text-align: center;}
.press-popup .pop-up-images-image .artist_content .artist-sec.image{ margin-bottom: 30px; }
.gallery-pop-up-images .artist-sec.image {width: 100%; text-align: center; }
.main_hd-mobile {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	border: none;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}
.exhibit-detail .exhibit-img-logo {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
}
.exhibit-detail .exhibit-img-right .main_hd{display: none;}
.contact-popup .title-class h3{margin-bottom: 20px;}
.gallery-pop-up-images .title-class{ text-align: center; }
}

@media(max-width: 767px){
.gallery-and-press-section .main_sec_hd{ font-size: 24px;}
.product-slider{margin-bottom: 10px;}
.right-sidebar-exhibitor{margin-top: 20px;}
.single-exhibitor .img-logo-inner img{max-width: 100%;}
.stand-and-social{ display: block; }
.stand-and-social .exhibit-social{ text-align: left; margin-top: 20px; }
.product-slide-outer .product-list{ width: 50%; }
body.mfppop-open #footer .mob-main-ft.fot-btn{ z-index: 1 !important; }
.exhibitor-video-lists .video-item{ width: 100%; }
.press-outer .product-title h4{ font-size: 17px; margin-bottom: 10px; }
.press-outer .product-slide-outer .product-list{ margin-bottom: 0px; }
    .exhibitor-contact-info .exhibitor-tel-info{ width: 100%; }
    .exhibitor-contact-info .brand-names{ display: block; margin: 0 0px 20px 0; }
    .gallery-pop-up-images{ padding: 0px !important; }
}
@media(max-width: 480px){
.exhibit-detail .meta-exhibit .com-detail-btn{display:block; margin-right: 0;}
.exhibit-detail .meta-exhibit .com-detail-btn a{width: 100%;}
.single-exhibitor .img-logo-outer {height: 255px;}
.contact-popup .title-class h3{font-size: 18px; margin-top: 15px;}
.gallery-pop-up-images .artist_content .artist-sec .artist_label {width: 100%; margin-bottom: 5px;}
.artist_content .artist_detail {width: 100%;}
.gallery-and-press-section .main_sec_hd{font-size: 18px; line-height: 30px !important;}
.forgot-buttons .col-xs-6{width: 100%;}
.forgot-buttons #vsz_forgot_password_submit_button{margin-bottom: 15px;}
.right-sidebar-exhibitor .exhibitor_standno,
.right-sidebar-exhibitor .sponsor_address{ padding: 15px 15px 0px; }
.product-slide-outer .product-list{ width: 100%; }
.exhibit-desc-dea{ font-size: 16px; }
}

/*
font-family:'open_sansbold';
font-family:'open_sanslight';
font-family:'open_sansregular';
font-family:'open_sanssemibold';
font-family: 'slabo_13px';
*/
/* New css 19/10/2022 */
.right-sidebar-exhibitor .sponsor_address{display:none;}