/* Top Menu */
.qtranxs_widget ul { margin: 0; }
.qtranxs_widget ul li
{
	display: inline; /* horizontal list, use "list-item" or other appropriate value for vertical list */
	list-style-type: none; /* use "initial" or other to enable bullets */
	margin: 0 5px 0 0; /* adjust spacing between items */
	opacity: 0.5;
	-o-transition: 1s ease opacity;
	-moz-transition: 1s ease opacity;
	-webkit-transition: 1s ease opacity;
	transition: 1s ease opacity;
}
/* .qtranxs_widget ul li span { margin: 0 5px 0 0; } */ /* other way to control spacing */
.qtranxs_widget ul li.active { opacity: 0.8; }
.qtranxs_widget ul li:hover { opacity: 1; }
.qtranxs_widget img { box-shadow: none; vertical-align: middle; display: initial; }
.qtranxs_flag { height:12px; width:18px; display:block; }
.qtranxs_flag_and_text { padding-left:20px; }
.qtranxs_flag span { display:none; }

/* Mobile Menu */
#btnMobileMenu {
	display: none;
}
#btnMobileMenu ~ #divSearchFilter{
	top: -200px;
	z-index: 2;			
}

#btnMobileMenu:checked ~ #divSearchFilter{
	top: 59px;
	z-index: 4;
}		


/* Search Filter */
#divSearchFilter {
	margin-bottom: 10px;
	background: #cccccc;
	padding: 3px;
	border-radius: 5px;		
}

#divSearchFilter > .col-sm-2, #divSearchFilter > .col-sm-3, #divSearchFilter > .col-sm-4, #divSearchFilter > .col-sm-6 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#search .iCheckBg {
	background: #ffffff;
	padding: 6px 5px 5px 5px; 
	border-radius: 5px; 
	border: 1px solid #cccccc; 
	font-weight: 400;		
}
#search .iCheckBg label {
	margin-left: 5px !important;
	margin-bottom: 0px !important;
	font-weight: 400 !important;		
}


.Filter_MainCat {
	font-weight: 600;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	width: 600px;
	display: inline-block;
	border-radius: 5px;
	background: #551f5e;	
}

.Filter_MainCat_11024 {
	/* Buildtex */
	background: #4f9f45;
}

.Filter_MainCat_11025 {
	/* Elenex */
	background: #ec7823;

}		

.Filter_MainCat_11026 {
	/* Securitex */
	background: #1e689f;
}			

.Filter_SubCat {
	padding-left: 15px;
}

.btn.dropdown-toggle {
	display: inherit !important;
	padding: 6px 25px 6px 12px !important;
}


/* DataTable */
.dataTables_length {
	width: 50% !important;
	min-height: 50px;
}		

.dataTables_filter {
	width: 50% !important;
	min-height: 50px;
}

.dataTables_filter label {
	width: 100% !important;
}		

.dataTables_filter input {
	display: inline-block !important;
	width: 50% !important;
}

.dataTables_paginate {
	float: none !important;
	text-align: center !important;
	margin-bottom: 5px;
}		

/* DataTable List Mode */
#dtSearch td {
	border-bottom: 1px dotted #cccccc;
}

.exhibitor-list {
font-size: 0;
margin: 20px 0;
}
.exhibitor-list > li {
font-size: 1rem;
text-align: center;
padding: 10px;
display: inline-block;
width: 17.5%;
margin-right: 2.5%;
margin-bottom: 20px;
color: #363636;
line-height: 2em;
vertical-align: top;
position: relative;
max-height: 550px;
border: 1px solid #ccc;
}
.exhibitor-list .logoContainer {
overflow: hidden;
position: relative;
height: 122px;
background-color: #FFF;
text-align: center;
}
.exhibitor-list .logoContainer > img {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.exhibitor-list .brand-logo {
background-color: #FFF;
max-height: 119px;
max-width: 98%;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background-color: inherit !important;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
background-color: inherit !important;
}

.ExhList_CompanyName {
	font-weight: 600;
	font-size: 18px;
}
.ExhList_CompanyName a, .ExhList_CompanyName a:hover, .ExhList_CompanyName a:visited {
	color: #666666; /* #00bdd6; #bdd646; #5dc78d;*/
}

.ExhList_Desc {
	font-size: 14px;
	line-height: 1.75em !important;
}

.ExhList_Brand {
	font-size: 14px;
	line-height: 1.75em !important;
	padding-top: 10px;
	padding-bottom: 10px;
}


.ExhList_CompanyLogo {
	min-width: 80px;
	max-width: 80px;
	/* max-height: 100px; */
	width: auto;
	height: auto;
}

.ExhList_NewIcon {
	min-width: 40px;
	max-width: 40px;
	width: auto;
	height: auto;
}		

.ExhList_BoothNo, .ExhList_BoothNo ul {
	margin-left: 10px;
	margin-bottom: 0px;
}

.ExhList_BoothNo li {
	list-style-type: none;
	white-space: nowrap;
	font-size: 14px;
}


/* DataTable Block Mode */
#dtSearchBlock thead {
	display: none;
}		

#dtSearchBlock tr {
	float: left;
	width: 18%;
	border-top:1px  solid #dddddd !important;
	border: 1px solid #dddddd !important;
	margin: 0px 1% 20px 1%;
	min-height: 380px;
	padding: 10px;
}

#dtSearchBlock td {
	display: block;
}		

#dtSearchBlock tr.odd {
	background: #ffffff !important;
}

#dtSearchBlock tr.even {
	background: #ffffff !important;
}

#dtSearchBlock td {
	text-align: center;
	vertical-align: top;
}		

#dtSearchBlock td.sorting_1 {
	border-top: 0px !important;
}		

#dtSearchBlock a .ExhListBlock_Product {
	color: #2ec3b3;
}

#dtSearchBlock a:visited, #dtSearchBlock a:hover {
	color: #2ec3b3;
}

#dtSearchBlock a.button-mini:visited, #dtSearchBlock a.button-mini:hover {
	color: #ffffff;
}

.ExhListBlock_ImgContainer {
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	text-align: center;
	height: 122px;
}

.ExhListBlock_ImgContainer > img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.ExhListBlock_Img {
	background-color: #ffffff;
	max-height: 119px;
	max-width: 98%;
}

.ExhListBlock_Product {
	font-weight: 600;
	margin-top: 5px;
}

.ExhListBlock_Exhibitor {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 5px;			
}

.ExhListBlock_Booth {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 5px;			
}

/* Page */
.container {
	width: inherit;
}

#footer {
	margin-top: 40px;
	text-align:center;
}

.view_my_list_bg {
	background-image: url(assets/images/view_list_bg.png);
	width: 188px;
	height: 39px;
	color: #FFFFFF;
	padding: 0;
}		
.divTopTitle {
	float: left;
	padding-top: 5px		
}
.divTopbutton {
	float: right; 
	padding: 20px 10px
}
a.button{
	display:inline-block;
	transition:all .3s;
	padding:10px 30px;
	background:#44975a;
	color:#ffffff;
	min-width:165px;
	text-align:center;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px
}
a.button:hover,a.button:active,a.button:focus{
	background:#0081cf;
	color:#ffffff;
	cursor:pointer
}

.button-inbasket {
	background: orangered !important;
}

a.button-mini{
	display:inline-block;
	transition:all .3s;
	padding:2px 8px;
	background:#44975a;
	color:#ffffff;
	min-width:20px;
	text-align:center;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px;
	white-space: nowrap;
	font-size: 0.8em;
}
a.button-mini:hover,a.button-mini:active,a.button-mini:focus{
	background:#0081cf;
	color:#ffffff;
	cursor:pointer
}		

hr.dashed {
	border: 0;
	border-bottom: 1px dashed #ccc;		
	margin: 6.7px 6.7px 6.7px 0px !important;
}

.ExhibitorHR {
	border: 0px;
	border-bottom: 1px solid #bdd646;
	margin: 6.7px 6.7px 6.7px 0px !important;
}

.ExhibitorPageContent td {
	padding: 5px;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #FFFFFF;
	border: 1px solid #bdd646;
	color: #bdd646;
	cursor: pointer;
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-transition: background .3s;
	transition: background .3s;
}		

.mandatory {
	color: red;
}

.ProductIcon {
	font-size: 0.8em;
	font-weight: 600;
}

.ProductIcon img {
	margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
	.exhibitor-list > li {
		width: 24%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	
	#dtSearchBlock tr {
		width: 23%;
		min-height: 360px;
	}			
}

@media only screen and (max-width: 767px) {
	.Filter_MainCat{
		max-width:500px;
	}
	#btnMobileMenu {
		text-decoration: none;
		color: #fff;
		background: #8aa8bd;
		text-align: center;
		padding: 10px 15px;
		cursor: pointer;
		text-transform: uppercase;
		width: 0px;
		height: 0px;
	}
	.dataTables_length {
		display: none;
	}		
	
	.dataTables_filter {
		width: 100% !important;
		font-size: 10px;				
	}			

	#divSearchFilter {		
		position: fixed;
		top: -200px;
		left: 0px;
		width: 100%;
		z-index: 2;
		background: -webkit-linear-gradient(315deg,#bdd646,#00bdd6);
		border-bottom: 1px solid #E5E5E5;
		border-radius: 0px 0px 5px 5px;
		padding: 1px 10px 10px 10px;

		transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
		/* overflow: hidden;					 */
	}
	#divSearchFilter:after {
		content:"";
		position:absolute;
		width:100%;
		bottom:1px;
		z-index:-1;
		transform:scale(0.95);
		box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.5);
	}
	
	.exhibitor-list > li {
		width: 47%;
	}
	
	.container {
		padding: 0px !important;
	}
	.wrap {
		padding: 0px 5px !important;
	}

	.divTopTitle {
		float: none;
		text-align: center;
	}

	.divTopbutton {
		float: none; 
		padding: 5px 10px;
		text-align: center;
	}	
	.button {
		margin: 5px;
	}
	td {
		font-size: 0.9em;
	}
	
	.mobile-center {
		text-align: center !important;
	}

	.ExhList_CompanyName {
		font-weight: 600;
		font-size: 1em;
	}
	
	.ExhList_CompanyLogo {
		min-width: 50px;
		max-width: 50px;
	}			
	
	a.button {
		min-width: 100px;
		font-size: 12px;
		padding: 10px 20px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#dtSearchBlock tr {
		width: 31%;
		min-height: 320px;
	}			
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
	#dtSearchBlock tr {
		width: 48%;
		min-height: 320px;
	}			
}		

@media only screen and (max-width: 359px) {
	#dtSearchBlock tr {
		width: 98%;
		min-height: 200px;
	}			
}

@media print {
	.button, .button-mini {
		display: none !important;
	}
	  a[href]:after {
		content: none !important;
	  }			
}


/*social bookmarks*/

.social_bookmarks {
height: 30px;
z-index: 150;
-webkit-backface-visibility: hidden;
margin: 0 0 0 -9px;
}

.social_bookmarks li{
height:100%;
float:left;
padding:0;
-webkit-transition: all 0.2s ease-in-out;
transition: 		all 0.2s ease-in-out;
border-right-style: solid;
border-right-width: 1px;
display: block;
width:30px;
}

header .social_bookmarks li:last-child{border-right-style:none; border-right-width:0;}

.social_bookmarks li a{
float:left;
width:30px;
line-height:30px;
display: block;
margin:0px;
outline: none;
padding:0;
min-height:30px;
height:100%;
overflow: visible;
z-index: 2;
position: relative;
text-align: center;
}

.navigation-top .social_bookmarks, .navigation-top .social_bookmarks a, .navigation-top .social_bookmarks li{background: transparent;}

.navigation-top .social_bookmarks li a:hover{ text-decoration: none; }

.navigation-top .av-social-link-rss:hover	   	 a{color:#fff; background-color:#ffa133; }
.navigation-top .av-social-link-facebook:hover  a{color:#fff; background-color:#37589b; }
.navigation-top .av-social-link-twitter:hover   a{color:#fff; background-color:#46d4fe; }
.navigation-top .av-social-link-mail:hover      a{color:#fff; background-color:#9fae37; }
.navigation-top .av-social-link-dribbble:hover  a{color:#fff; background-color:#e44885; }
.navigation-top .av-social-link-linkedin:hover  a{color:#fff; background-color:#419cca; }
.navigation-top .av-social-link-search:hover    a{color:#fff; background-color:#222222; }
.navigation-top .av-social-link-gplus:hover     a{color:#fff; background-color:#de5a49; }
.navigation-top .av-social-link-behance:hover   a{color:#fff; background-color:#008cfa; }
.navigation-top .av-social-link-flickr:hover    a{color:#fff; background-color:#ff0086; }
.navigation-top .av-social-link-forrst:hover    a{color:#fff; background-color:#234317; }
.navigation-top .av-social-link-myspace:hover   a{color:#fff; background-color:#000000; }
.navigation-top .av-social-link-tumblr:hover    a{color:#fff; background-color:#345574; }
.navigation-top .av-social-link-vimeo:hover     a{color:#fff; background-color:#31baff; }
.navigation-top .av-social-link-youtube:hover   a{color:#fff; background-color:#a72b1d; }
.navigation-top .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; }
.navigation-top .av-social-link-skype:hover 	   a{color:#fff; background-color:#12a5f4; }
.navigation-top .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }
.navigation-top .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; }
.navigation-top .av-social-link-soundcloud:hover  a{color:#fff; background-color:#F76700; }
.navigation-top .av-social-link-xing:hover 	     a{color:#fff; background-color:#006567; }
.navigation-top .av-social-link-vk:hover 	   	 a{color:#fff; background-color:#597BA5; }
.navigation-top .av-social-link-reddit:hover 	 a{color:#fff; background-color:#FF4500; }




.av-section-bottom-logo .social_bookmarks, 
.html_bottom_nav_header .av-logo-container .social_bookmarks{
position: absolute;
top:50%;
margin-top: -15px;
right:0;
}
.html_bottom_nav_header .main_menu .social_bookmarks{display:none}


.html_cart_at_menu .av-section-bottom-logo .social_bookmarks, .html_bottom_nav_header.html_cart_at_menu  .av-logo-container .social_bookmarks{
left:0;
right: auto;
}



.av-logo-container .social_bookmarks li{
border:none;
}

.av-logo-container .social_bookmarks li a{border-radius: 100px;}

.patronage h4 {
    margin: 14px 0;
}
.patronage, .patronage h4 {
    font-size: 10px;
    line-height: 12px;
	color:#FFF;
}
.patronage, .patronage h4, #top #header .av-main-nav > li > a, #header_main .show_dates, #header_main .show_venue, #header_main .register_button, .avia-animated-number, #main .template-page .iphorm-group-title {
    font-family: 'TrajanPro-Bold';
    font-weight: normal;
    text-transform: uppercase;
	text-align: center;
}