#print {
	display: none;
}

.weyou-exhibitors-toolbar {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-bottom: 14px;
}

.weyou-exhibitors-toolbar .toolbar-row {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-top: 30px;
}

.weyou-exhibitors-filter .filter-toggler,
.layout-switcher a {
	height: 36px;
	background-color: #f0f0f0;
	display: inline-block;
	border-radius: 3px;
	color: #a0a0a0;
	font-size: 20px;
	line-height: 38px;
	transition: all 0.3s;
}

.weyou-exhibitors-filter .filter-toggler {
	display: block;
	padding: 0 15px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	background-color: #000;
	color: #fff;
}

.weyou-exhibitors-filter .filter-toggler::after {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: .45em;
	left: 0;
	position: relative;
	top: 0;
	transform: translateY(-50%) rotate(135deg);
	vertical-align: middle;
	width: .45em;
	margin-left: 1em;
	font-size: 1.5em;
}

.weyou-exhibitors-filter.expanded .filter-toggler::after {
	transform: translateY(-50%) rotate(-45deg);
	vertical-align: text-bottom;
}

.weyou-exhibitors-sort,
.layout-switcher {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
}

.layout-switcher a {
	width: 36px;
	text-align: center;
}

.layout-switcher a:first-child {
	margin: 0 .5em;
}

.layout-switcher a.active {
	color: #000; /* theme color */
}

.weyou-exhibitors-filter {
	flex: 1;
}

.weyou-exhibitors-filter .filter-holder {
	display: none;
}

.weyou-exhibitors-filter .filter-holder > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10%;
	margin: 0;
	padding: 1em 15px;
	font-size: 80%;
	line-height: 2;
}

.weyou-exhibitors-filter .filter-holder label {
	cursor: pointer;
}

.weyou-exhibitors-filter input {
	margin-right: .25em;
}

.weyou-exhibitors-filter input:first-child {
	margin-left: 0;
}

.weyou-exhibitors-filter .print {
	float: right;
	background: #000;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: .8rem;
	font-size: .9rem;
}

.weyou-exhibitors-sort {
	margin-right: auto;
}

.weyou-exhibitors-toolbar .sort,
.weyou-exhibitors-toolbar .perpage {
	height: 36px;
	display: inline-block;
	border-radius: 3px;
	font-size: 13px;
	line-height: 38px;
	font-weight: 300;
	transition: all 0.3s;
	margin: 0 .5em;
}

.weyou-exhibitors-toolbar .sort option,
.weyou-exhibitors-toolbar .perpage option {
	font-size: 13px;
	font-weight: 400;
}

.weyou-exhibitors-toolbar .option-label {
	font-size: 14px;
	line-height: 38px;
	padding: 0 .5em;
}

/* List layout */

.weyou-exhibitors-container.list-layout {
	margin: 0 0 30px 0;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor {
    position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	border: 1px solid #eaeaea;
	background-color: #fff;
    width: 100%;
	padding: 30px;
	margin-bottom: 28px;
	font-size: 90%;
	line-height: 1.4;
	cursor: pointer;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor:hover {
    background-color: #fafafa;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor .weyou-exhibitor-holder-1 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor .weyou-exhibitor-holder-2 {
	display: none;
	margin-left: 200px;
}

.weyou-exhibitors-container .expand {
	position: absolute;
	bottom: -15px;
	left: 50%;
	z-index: 10;
	background: #fff;
	border: 1px solid #eaeaea;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #666;
	font-weight: 400;
	cursor: pointer;
	transition: color,background,border-color, linear .25s;
    -webkit-transition: color,background,border-color, linear .25s;
}

a:hover,
a:active,
a:focus,
a::-moz-focus-inner {
	border: 0;
	outline: 0;
}

.weyou-exhibitors-container.list-layout .expand::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: .45em;
	left: .05em;
	position: relative;
	top: 50%;
	transform: rotate(135deg);
	vertical-align: top;
	width: .45em;
	margin-top: -.25em;
}

.weyou-exhibitors-container.list-layout .expand:hover {
	background-color: #000; /* theme color */
	border-color: #000; /* theme color */
	color: #fff;
}

.weyou-exhibitors-container.list-layout .expand-disabled {
	cursor: default;
}

.weyou-exhibitors-container.list-layout .expand-disabled .expand {
	display: none;
}

.weyou-exhibitors-container.list-layout .expand-disabled .expand::before {
	content: none;
}

.weyou-exhibitors-container.list-layout .expand-disabled:hover {
	background-color: #fff;
}

.weyou-exhibitors-container.list-layout .expanded .expand::before {
	margin-top: -.15em;
	transform: rotate(-45deg);
}

.list-layout .weyou-exhibitor-logo {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	padding-right: 30px;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}

.list-layout .weyou-exhibitor-logo img {
	max-height: 120px;
}

.list-layout .weyou-exhibitor-content {
    flex: 3;
	padding-right: 30px;
}

.list-layout .weyou-exhibitor-stand {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-layout .weyou-exhibitor-stand-inner {
	color: #fff;
	background: #000; /* theme color */
	font-weight: 600;
	height: 100px;
	text-align: center;
	padding: inherit;
	padding: 15px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 150px;
}

.list-layout .weyou-exhibitor-stand .title {
	font-weight: 300;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor-name {
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 .5em 0;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor-desc {
	margin: 0 0 .5em 0;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor-desc .title,
.weyou-exhibitors-container.list-layout .weyou-exhibitor-activities .title {
	display: block;
	font-weight: 500;
	margin: 1em 0 .5em 0;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor-activities ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor-contact {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-;
	display: -ms-flexbox;
	display: flex;
}

.weyou-exhibitors-container.list-layout .weyou-exhibitor-contact > div {
	padding-right: 1em;
}

/* Grid layout */

.weyou-exhibitors-container.grid-layout {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -14px;
	margin-right: -14px;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 14px;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.4;
	cursor: pointer;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor:hover .weyou-exhibitor-holder-1 {
    background-color: #fafafa;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor.expand-disabled {
	cursor: default;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor.expand-disabled:hover .weyou-exhibitor-holder-1 {
    background-color: #fff;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor .weyou-exhibitor-holder-1 {
	padding: 14px;
	/*border: 1px solid #eaeaea;*/
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
	/*border-radius: 3px;*/
	border: 1px solid #eaeaea;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor.active .weyou-exhibitor-holder-1,
.weyou-exhibitors-container.grid-layout .weyou-exhibitor:hover .weyou-exhibitor-holder-1 {
	/*box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);*/
}

.grid-layout.columns-3 .weyou-exhibitor {
	flex: 0 1 33.33333%;
}

.grid-layout.columns-4 .weyou-exhibitor {
	flex: 0 1 25%;
}

.grid-layout.columns-5 .weyou-exhibitor {
	flex: 0 1 20%;
}

.grid-layout.columns-6 .weyou-exhibitor {
	flex: 0 1 16.66667%;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor-logo {
	width: 100%;
	padding-top: 78%; /* 1:1 Aspect Ratio */
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor-logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.weyou-exhibitor-stand {
	text-align: center;
	margin-bottom: 0;
}

.weyou-exhibitors-container.grid-layout .expanded {
    flex: 0 1 100%;
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
	border: 1px solid #eaeaea;
	background-color: #f8f8f8;
	margin: 14px;
}

.weyou-exhibitors-container.grid-layout .weyou-exhibitor.expanded .weyou-exhibitor-holder-1,
.weyou-exhibitors-container.grid-layout .weyou-exhibitor.expanded:hover .weyou-exhibitor-holder-1 {
	/*box-shadow: none;*/
	border: 0;
	padding: 0;
}

.weyou-exhibitors-container.grid-layout .expand,
.weyou-exhibitors-container.grid-layout .collapsed .weyou-exhibitor-name,
.weyou-exhibitors-container.grid-layout .collapsed .weyou-exhibitor-address,
.weyou-exhibitors-container.grid-layout .collapsed .weyou-exhibitor-phone,
.weyou-exhibitors-container.grid-layout .collapsed .weyou-exhibitor-website,
.weyou-exhibitors-container.grid-layout .collapsed .weyou-exhibitor-page,
.weyou-exhibitors-container.grid-layout .collapsed .weyou-exhibitor-desc,
.weyou-exhibitors-container.grid-layout .collapsed .weyou-exhibitor-activities,
.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-logo {
    display: none;
}

.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-holder-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
}

.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-content {
    flex: 3;
	padding-right: 30px;
}

.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-stand {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-stand-inner {
	color: #fff;
	background: #000; /* theme color */
	font-weight: 600;
	height: 100px;
	text-align: center;
	padding: inherit;
	padding: 15px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 150px;
}

.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-name {
    font-size: 26px;
	line-height: 1.2;
    font-weight: 500;
    margin: 0 0 .5em 0;
}

.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-desc .title,
.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-activities .title {
    display: block;
    font-weight: 500;
    margin: 1em 0 .5em 0;
}

.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-contact {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-;
	display: -ms-flexbox;
	display: flex;
}

.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-contact > div {
	padding-right: 1em;
}


/* Pagination */

.weyou-exhibitors-page {
	display: none;
	flex-wrap: wrap;
	flex: 1;
}

.weyou-exhibitors-page.page-active {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-	;
	display: -ms-flexbox;
	display: flex;
}

.weyou-exhibitors-pagination {
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
}

.weyou-exhibitors-pagination li {
	display: inline-block;
	margin: 0 5px;
}

.weyou-exhibitors-pagination a {
	text-decoration: none;
	color: #000;
}

.weyou-exhibitors-pagination .page a.page-link {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}

.weyou-exhibitors-pagination .page.active a.page-link {
	background: #000; /* theme color */
	color: #fff;
	
}

.weyou-exhibitors-pagination .first,
.weyou-exhibitors-pagination .last {
	display: none;
}

.wsp-container ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .25em 1em;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 1100px) and (min-width: 960px) {
	.weyou-exhibitors-filter .filter-holder > div {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.grid-layout.columns-5 .weyou-exhibitor,
	.grid-layout.columns-6 .weyou-exhibitor {
		flex: 0 1 25%;
	}
	
	.weyou-exhibitors-container.grid-layout .expanded {
		flex: 0 1 100%;
	}

	.weyou-exhibitors-container.list-layout .weyou-exhibitor-activities ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 520px) and (max-width: 959px) {
	.weyou-exhibitors-filter .filter-holder > div {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.grid-layout.columns-4 .weyou-exhibitor,
	.grid-layout.columns-5 .weyou-exhibitor,
	.grid-layout.columns-6 .weyou-exhibitor {
		flex: 0 1 33.33333%;
	}
	
	.weyou-exhibitors-container.grid-layout .expanded {
		flex: 0 1 100%;
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-activities ul {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-contact {
		display: block;
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-contact > div {
		padding-right: 0;
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-name {
		font-size: 23px;
	}
}

@media only screen and (max-width: 959px) {
	
}

@media only screen and (max-width: 630px) {
	.weyou-exhibitors-toolbar .option-label {
		display: none;
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor .weyou-exhibitor-holder-1 {
		flex-flow: row wrap;
	}
	
	.list-layout .weyou-exhibitor-logo {
		width: 30%;
	}
	
	.list-layout .weyou-exhibitor-content {
		width: 70%;
		margin-left: auto;
		padding-right: 0;
	}

	.list-layout .weyou-exhibitor-stand {
		width: 100%;
		margin: 2em 0 0;
	}
	
	.list-layout .weyou-exhibitor-stand-inner {
		display: block;
		height: auto;
		width: 100%;
	}
	.weyou-exhibitors-container.list-layout .weyou-exhibitor .weyou-exhibitor-holder-2 {
		margin-left: 0
	}
	
	.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-content {
		width: 100%;
		flex: 1;
		padding-right: 0;
	}
	
	.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-holder-1 {
		flex-direction: column;
	}
	
	.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-stand {
		width: 100%;
		margin: 2em 0 0;
	}
	
	.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-stand-inner {
		display: block;
		height: auto;
		width: 100%;
	}
	
	.weyou-exhibitor-activities ul {
		margin: 0;
		padding: 0 0 0 1em;
	}
}

@media only screen and (min-width: 320px) and (max-width: 519px) {
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-activities ul,
	.weyou-exhibitors-filter .filter-holder > div {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.grid-layout.columns-3 .weyou-exhibitor,
	.grid-layout.columns-4 .weyou-exhibitor,
	.grid-layout.columns-5 .weyou-exhibitor,
	.grid-layout.columns-6 .weyou-exhibitor {
		flex: 0 1 50%;
	}
	
	.weyou-exhibitors-toolbar .sort {
		margin-left: 0;
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-contact {
		display: block;
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-name {
		font-size: 21px;
	}
	.grid-layout.columns-3 .weyou-exhibitor.expanded,
	.grid-layout.columns-4 .weyou-exhibitor.expanded,
	.grid-layout.columns-5 .weyou-exhibitor.expanded,
	.grid-layout.columns-6 .weyou-exhibitor.expanded {
		flex: 0 1 100%;
	}
}

@media only screen and (max-width: 319px) {
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-activities ul,
	.weyou-exhibitors-filter .filter-holder > div {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.weyou-exhibitors-toolbar .toolbar-row {
		display: block;
	}
	
	.weyou-exhibitors-toolbar .sort,
	.weyou-exhibitors-toolbar .perpage {
		margin: 5px 0;
	}
	
	.grid-layout.columns-3 .weyou-exhibitor,
	.grid-layout.columns-4 .weyou-exhibitor,
	.grid-layout.columns-5 .weyou-exhibitor,
	.grid-layout.columns-6 .weyou-exhibitor {
		flex: 0 1 100%;
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-contact {
		display: block;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
	}
	
	.weyou-exhibitors-container.list-layout .weyou-exhibitor-name {
		font-size: 18px;
	}
	
	.list-layout .weyou-exhibitor-logo {
		width: 70%;
		padding: 0;
		margin: 0 auto 2em auto;
	}
	
	.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-contact {
		flex-direction: column;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
	}
	
	.weyou-exhibitors-container.grid-layout .expanded .weyou-exhibitor-contact i {
		display: none;
	}
}