#header{
display:none;}

body{
background-color:#fff;}

#products_link{}
.submenu_pipe{}
.products_pipe{}
.exhibitors_pipe{}
#map_link{}

.left_col .stand a.stand_button{
display:inline-block;
margin-top:30px;
border : 1px dotted #e2017b;
padding:5px 5px 5px 35px;
background-color:#47ab66;
color:#fff;
width: 150px;
background-image: url(booth.png);
	background-size: 20px 20px;
	background-position: 5% 50%;
	background-repeat: no-repeat;
}
.product_data .stand{
display:none}

.left_col .stand{
display:inline-block;
margin-top:30px;
/* border : 1px dotted #e2017b; */
padding:5px 5px 5px 35px;
background-color:#00a8dc;
color:#fff;
width: 150px;
background-image: url(booth.png);
	background-size: 20px 20px;
	background-position: 5% 50%;
	background-repeat: no-repeat;
}

.Expo_Exhibitor .product_data .company{
border : 1px dotted #b9b7b8;
padding:10px 5px 5px 30px;
background-color:#ececec;
color:#4e5065;
}

.contact_button{
padding-right:10px; 
padding-top:10px;
padding:5px 5px 5px 30px;
background-color:#e5007f;
color:#fff! important;
margin-top:10px;
margin-right:10px;
background-image: url(contact.png);
	background-size: 20px 20px;
	background-position: 5% 50%;
	background-repeat: no-repeat;
}
.contact_button a{
color:#fff! important;
}

/* .sponsor_type_label{ */
/* text-align:center; */
/* background-color:#2c3988; */
/* color:#fff; */
/* padding-bottom: 10px;} */
.sponsor_type_MAJOR{
text-align:center;
background-color:#f71940;
color:#fff;
padding-bottom: 10px;}
.sponsor_type_PRIVILEGE{
text-align:center;
background-color:#019795;
color:#fff;
padding-bottom: 10px;}
.sponsor_type_EXPOSANT{
text-align:center;
background-color:#01a5e2;
color:#fff;
padding-bottom: 10px;}
.sponsor_type_ASSOCIATION{
text-align:center;
background-color:#000000;
color:#fff;
padding-bottom: 10px;}

.Expo_product .product_data .company .logo{
float:right;
display:block;
width:250px;
}

#Expo .product h2 {
font-size:14px;}


#Expo .product {
    display: block;
    float: left;
    /* width: 30.5%; */
    width: 22%;
    min-height: 200px;
    overflow: hidden;
    padding: 10px 0 0px 0;
    margin: 15px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    text-decoration: none;
    transition: .125s ease-in-out 0s;
}

#Expo .product h2 {
    font-size: 14px;
}

#Expo .product h2 {
    border: 0;
    text-align: center;
    padding: 10px 5px 10px 5px;
    margin: 0;
    /*height: 40px;*/
    font-size: 15px;
}
	
	#Expo .product .product_view {
    max-width: 220px;
    max-height: 150px;
    margin: 0 auto;
    line-height: 100px;
    text-align: center;
}

#Expo .product img {
    max-width: 95%;
    max-height: 93px;
}

#Expo .product.without_logo h2 {
    padding-top: 60px;
}