/****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;
}
.exhibitor-contact input[type="submit"]:hover,.exhibitor-contact input[type="button"]:hover {
	background-color: #fff;
    color: #000;
}
.formErrorContent-exhibitor{
	display:block;position:absolute;
	right:15px;top:0;
	border:1px solid #BBBBBB;
	color:#FFFFFF;
	font-size:12px;
	padding:4px 10px;
	width:150px;
	z-index:5001;
}
.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;
}
.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;
}
.gallery-pop-up-images .artist_content .mfp-close{
	background-color: #000;
	color: #fff !important;
	width: 55px;
	opacity: 1;
}
.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;
	line-height:1px;
	box-sizing:border-box;
	margin:0 0 15px;
	border-top:1px solid rgba(151,151,151,0.4);
	border-bottom:1px solid rgba(151,151,151,0.4);
}
.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:inline-block;
	width:45%;
	vertical-align:top;
	margin-left:-5px;
	padding:0 18px;
	box-sizing:border-box;
}
.exhibitor-contact-info .contact-info-title{
	font-size: 16px;
	line-height: 1.5;
	color:#000;
	font-weight:normal;
	margin:0 0 2px;
	position:relative;
	padding-left:25px;
}
.exhibitor-contact-info .contact-info-title::before{
	content:'';
	background: url(../../upload/images/ex-address.svg) no-repeat center center;
	width:17px;
	height:23px;
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
}
.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,
.exhibitor-contact-info a{
	font-size:15px;
	line-height: 1.47;
	color:#000;
}
.exhibitor-contact-info .brand-names{
	margin:0 0 10px;
}
.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:315px !important;
	background:#000;
}
.exhibitor-video-lists .exhibit-video {
    padding: 0;
    margin: 0 0 30px;
}
.exhibitor-video-lists{
	padding:15px 0;
}
.exhibitor-video-lists .video-row{
	margin:0 -10px;
}
.exhibitor-video-lists .video-item{
	padding:0 10px;
}
.exhibitor-video-section {
    padding-bottom: 20px;
}
.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: 0.76px;
	font-size:14px;
	line-height:20px;
}

.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(0,0,0,0.4);*/
	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: 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;
}
}

/*
font-family:'open_sansbold';
font-family:'open_sanslight';
font-family:'open_sansregular';
font-family:'open_sanssemibold';
font-family: 'slabo_13px';
*/