/* 01 ARCHIVE BRAND */

#exhibitors_container {
	padding: 30px 0;
}

#exhibitors_container select {
	width: 100%;
}

#exhibitors_container .filter-options {
	margin: 20px 0 0 0;
}

#exhibitors_container .filter-options a {
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 0 5px 0 0;
}

@media (max-width: 500px) {
	#exhibitors_container .filter-options a {
		padding: 2px 5px;
		font-size: .9em;
	}
}

@media (max-width: 440px) {
	#exhibitors_container .filter-options a {
		background-color: transparent;
		padding: 0;
		border: none;
		border-radius: 3px;
		font-weight: bold;
		margin: 5px;
		display: block;
		float: left;
	}
}

#exhibitors_container .filter-options a:hover,
#exhibitors_container .filter-options a:active,
#exhibitors_container .filter-options a:visited {
	text-decoration: none !important;
}

#exhibitors_container .filter-options a:active {
	background: #ccc;
}

#exhibitors_container .btn,
#single-brand .btn {
    width: 100%;
	background: #3dadae;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	border: 1px solid #2a7879;
}

#single-brand .btn {
	width: auto;
}

#exhibitors_container .btn:hover,
#single-brand .btn:hover {
	border: 1px solid #2a7879;
	background: #2a7879;
}

#exhibitors_container .filter {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 20px 25px;
	background: #f6f4eb;
}

#exhibitors_container .filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3dadae;
    border: 1px solid #249091;
	color: #fff;
    margin: 5px 5px 0 0;
    padding: 2px 5px;
}

img.productgroups {
	width: 32px;
	height: 32px;
}

#exhibitors_container .filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	font-size: 24px;
	line-height: 70%;
	margin-right: 5px;
	color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3dadae;
    color: white;
}

#exhibitors_container .results {
	margin: 20px 0;
}

.exhibitor-teaser .brand-logo {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	height: 220px;
	background-size: 70%;
	background-position: center 20px;
	background-repeat: no-repeat;
	margin: 10px 0;
}

.exhibitor-teaser .brand-no-logo {
	border: 1px solid #ccc;
	background-size: 70%;
	background-position: center 20px;
	background-repeat: no-repeat;
	width: 100%;
	height: 220px;
	margin: 10px 0;	
}

/* BOX VIEW */

.exhibitor-teaser .gallery-evening-occasion {
	background-image: url('../img/bg_default-teaser_gallery-evening-occasion.png') !important;
}

.exhibitor-teaser .brand-info .brand-name {
	font-size: 1.2em;
	font-weight: bold;
}

.exhibitor-teaser.box-view .brand-info .segments {
	display: none;
}

.exhibitor-teaser .brand-no-logo .brand-info,
.exhibitor-teaser .brand-logo .brand-info {
	background: rgba(61,173,174,0.80);
	margin: 164px 0 0 0;
	padding: 5px;
	text-align: center;
	color: #fff;
}

.exhibitor-teaser,
li.brand-logo {
	transition: all .1s ease-in-out;
}

.exhibitor-teaser:hover,
li.brand-logo:hover {
	text-decoration: none;
	transform: scale(1.08);
}

.exhibitor-teaser a:hover {
	text-decoration: none;
}

.exhibitor-teaser.box-view img {
	display: none;	
}	

.exhibitor-teaser img {
	height: 100px;
	width: 100px;
}

/* LIST VIEW */

.exhibitor-teaser.list-view {
	width: 100%;	
}

.exhibitor-teaser.list-view:hover {
	transform: none;	
}

.exhibitor-teaser.list-view .brand-no-logo,
.exhibitor-teaser.list-view .brand-logo {
	height: 37px;
	background-image: none !important;
	background-color: #f4f4f4;
	margin: 5px 0;
}

@media (max-width: 500px) {
	.exhibitor-teaser.list-view .brand-no-logo,
	.exhibitor-teaser.list-view .brand-logo	{
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ccc;
		background: none;
		width: 100%;
		height: auto;
		margin: 5px 0;
		height: auto;
	}
}

.exhibitor-teaser.list-view .brand-no-logo .brand-info,
.exhibitor-teaser.list-view .brand-logo .brand-info {
    background: transparent;
    margin: 0 0 0 15px;
	color: #000;
	text-align: left;
	float: left;
	display: table;
	width: 100%;
}

@media (max-width: 500px) {
	.exhibitor-teaser.list-view .brand-no-logo .brand-info,
	.exhibitor-teaser.list-view .brand-logo .brand-info {
		margin: 0;
	}	
	.exhibitor-teaser.list-view .brand-info .brand-name,
	.exhibitor-teaser.list-view .brand-info .brand-location span {
		font-size: .9em;
	}
}

.exhibitor-teaser.list-view .brand-info .brand-name {
	display: table-cell;	
	width: 40%;
}

.exhibitor-teaser.list-view .brand-info brand-location {
	display: table-cell;
	width: 30%;
}

.exhibitor-teaser.list-view .brand-info brand-location span {
	margin-right: 5px;
}
.exhibitor-teaser.list-view .brand-info span.segments {
	display: table-cell;
	width: 30%;
}
.exhibitor-teaser.list-view .brand-info span.segments:before {
	content: "Segment: ";
	font-weight: bold;
}

@media (max-width: 992px) {
	.exhibitor-teaser.list-view .brand-info span.segments {
		display: none;
	}
	.exhibitor-teaser.list-view .brand-info .brand-name {
		width: 50%;
	}
	.exhibitor-teaser.list-view .brand-info brand-location {
		display: table-cell;
		width: 50%;
	}
}

/* 02 SINGLE BRAND */

section#single-brand {
	padding: 20px 0;
}

section#single-brand .container .row {
	margin: 20px 0;
}

section#single-brand .logo {
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
}

section#single-brand .logo img {
	max-width: 100%;
}

section#single-brand .label-brand {
	display: table-cell;
	font-weight: bold;
	width: 150px;
	vertical-align: top;
}

section#single-brand .block {
	margin: 7px 0 0 0;
	display: table;
	clear: left;
}

section#single-brand .block div {
	display: table-cell;
}

section#single-brand .fa-stack {
	float: left;
	margin: 0 10px 0 0;
	color: #3dadae;
}
section#single-brand .location_hall,
section#single-brand .location_booth_1,
section#single-brand .location_booth_2 {
	font-size: 1.2em;
}

section#single-brand .address,
section#single-brand .plz,
section#single-brand .city_de,
section#single-brand .city_en,
section#single-brand .city_ru,
section#single-brand .country_de,
section#single-brand .country_en,
section#single-brand .country_ru {
	margin: 5px 5px 0 0;
}

section#single-brand .plz:before,
section#single-brand .country_de:before {
	content: "|";
	margin: 0 5px;
}

@media (max-width: 992px) {
	section#single-brand .address,
	section#single-brand .plz,
	section#single-brand .city_de,
	section#single-brand .city_en,
	section#single-brand .city_ru,
	section#single-brand .country_de,
	section#single-brand .country_en,
	section#single-brand .country_ru {
		display: inline !important;
		float: left;
	}

	section#single-brand .plz:before,
	section#single-brand .country_de:before,
	section#single-brand .country_en:before,
	section#single-brand .country_ru:before	{
		margin: 0 5px;
	}
}

section#single-brand .location_hall,
section#single-brand .location_booth_1,
section#single-brand .location_booth_2 {
	float: left;
	margin: 10px 5px 0 0;
}

section#single-brand .tel_country_code,
section#single-brand .tel_city_code,
section#single-brand .tel,
section#single-brand .fax_country_code,
section#single-brand .fax_city_code,
section#single-brand .fax,
section#single-brand .tel_country_code,
section#single-brand .rep1_tel_country_code,
section#single-brand .rep1_tel_city_code,
section#single-brand .rep1_tel,
section#single-brand .rep1_mobile_country_code,
section#single-brand .rep1_mobile_city_code,
section#single-brand .rep1_mobile,
section#single-brand .rep2_tel_country_code,
section#single-brand .rep2_tel_city_code,
section#single-brand .rep2_tel,
section#single-brand .rep2_mobile_country_code,
section#single-brand .rep2_mobile_city_code,
section#single-brand .rep2_mobile{
	float: left;
	margin: 0 5px 0 0;
}

.filter-no-results {
	color: #a94442;
    background-color: #f2dede;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

section#single-brand .commoditygroup-label {
    display: block;
	border: 1px #3dadae solid;
    border-radius: 2px;
    color: #333333;
    background-color: #f4f4f4;
    padding: 3px 5px;
    margin: 0 5px 5px 0;
    line-height: 100%;    
    float: left;
}

/** Brand Bar **/

.brand-bar {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 25px;
	text-align: center;
	background: #f6f4eb;
	margin: 15px 0 0 0;
}

.brand-bar h3 {
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.brand-bar ul.logos {
	margin: 0 auto !important;	
	list-style-type: none;
	padding: 0;
}

.brand-bar li.brand-logo {
	border: 1px solid #ccc;
	background: #fff;
	width: 148px;
	height: 148px;
	float: left;
	margin: 5px;
	background-image: url('../img/bg_default-teaser.png');
	background-size: 85%;
	background-position: center;
	background-repeat: no-repeat;
}

.brand-bar li.brand-logo .brand-name {
	margin-top: 105px;
	background: rgba(255,255,255,0.90);
}

/** Repräsentaten **/

section#single-brand .rep h3 {
	padding: 5px 0 0 0;
}

section#single-brand .rep1_company,
section#single-brand .rep2_company {
	font-weight: bold;
}