@font-face {
    font-family: 'aller';
    src: url('font/aller_bd-webfont.eot');
    src: url('font/aller_bd-webfont.eot#iefix') format('embedded-opentype'),
         url('font/aller_bd-webfont.woff') format('woff'),
         url('font/aller_bd-webfont.ttf') format('truetype'),
         url('font/aller_bd-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'aller';
    src: url('font/aller_it-webfont.eot');
    src: url('font/aller_it-webfont.eot#iefix') format('embedded-opentype'),
         url('font/aller_it-webfont.woff') format('woff'),
         url('font/aller_it-webfont.ttf') format('truetype'),
         url('font/aller_it-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'aller';
    src: url('font/aller_rg-webfont.eot');
    src: url('font/aller_rg-webfont.eot#iefix') format('embedded-opentype'),
         url('font/aller_rg-webfont.woff') format('woff'),
         url('font/aller_rg-webfont.ttf') format('truetype'),
         url('font/aller_rg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'minion_pro';
    src: url('font/minionpro-regular-webfont.eot');
    src: url('font/minionpro-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('font/minionpro-regular-webfont.woff') format('woff'),
         url('font/minionpro-regular-webfont.ttf') format('truetype'),
         url('font/minionpro-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'londonbetween';
    src: url('font/londonbetween-webfont.eot');
    src: url('font/londonbetween-webfont.eot#iefix') format('embedded-opentype'),
         url('font/londonbetween-webfont.woff') format('woff'),
         url('font/londonbetween-webfont.ttf') format('truetype'),
         url('font/londonbetween-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('font/brandon_reg-webfont.eot');
    src: url('font/brandon_reg-webfont.eot#iefix') format('embedded-opentype'),
    url('font/brandon_reg-webfont.woff') format('woff2'),
    url('font/brandon_reg-webfont.woff') format('woff'),
    url('font/brandon_reg-webfont.ttf') format('truetype'),
    url('font/brandon_reg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('font/brandon_light-webfont.eot');
    src: url('font/brandon_light-webfont.eot#iefix') format('embedded-opentype'),
    url('font/brandon_light-webfont.woff') format('woff2'),
    url('font/brandon_light-webfont.woff') format('woff'),
    url('font/brandon_light-webfont.ttf') format('truetype'),
    url('font/brandon_light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('font/brandon_bld-webfont.eot');
    src: url('font/brandon_bld-webfont.eot#iefix') format('embedded-opentype'),
    url('font/brandon_bld-webfont.woff') format('woff2'),
    url('font/brandon_bld-webfont.woff') format('woff'),
    url('font/brandon_bld-webfont.ttf') format('truetype'),
    url('font/brandon_bld-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**
* RESET CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;

    outline: 0;
    font-size: 100%;
   /* vertical-align: baseline;*/
    background: transparent;
    text-decoration:none;
}
img{
    border: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
    padding: 0;

}

body {
    line-height: 1;
    font-family:verdana;
}
.pagination ul{
    list-style: none !important;
}
ol, ul {
    list-style: none;
}
.sympal_slot_content ul, .sympal_slot_content ol{
    list-style: square inside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
.text{
    background-color: #FFF;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cb {
    clear:both;
    height:0px;
    line-height:0px;
    font-size:0px;
}

.db {
    display:block;
}
.fl_left{
    float:left;
}
/* end reset*/

/* global */
a{
    color: rgb(244, 146, 150);
}
a:hover{
    text-decoration: underline;
}
.menu a
{ color:inherit; }

h1
{ text-transform:uppercase;font-size:24px; font-family: 'brandon_grotesque_regularRg', sans-serif;}
h2 {
    color:#000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}
h1.titre{
    color:rgb(80,150,179);font-weight: 100;
}

h1.a-propos
{ width:90px;  padding:0 16px;  border-left:6px solid #143385;  font:bold 22px/1 Eurostile,"Century Gothic","Lucida console",monospace;  text-transform:uppercase; }
h1.h1_footer
{ padding:0 22px;  border-left:4px solid #143385;  font:bold 18px/1 Eurostile,"Century Gothic","Lucida console",monospace;  text-transform:uppercase; }
a.home-actualites_more{
    color:rgb(244,146,150);
}
strong.blue
{
    font-style:normal;
    font-weight:400;
}

.right .bottom .fivePages {
    margin-left: 24px;
}

.left,
.middle,
.right{
    float: left;
}

body
{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: aller, Arial, Helvetica, sans-serif;
  width:100%;
    background: #0082a5; /* Old browsers */
    background: -moz-linear-gradient(top, #0082a5 0%, #a1dae3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082a5), color-stop(100%,#a1dae3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0082a5 0%,#a1dae3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0082a5 0%,#a1dae3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0082a5 0%,#a1dae3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0082a5 0%,#a1dae3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082a5', endColorstr='#a1dae3',GradientType=0 );background-color: #EBEBEB;
}
#global_bg-1{
    background-image: url('../images/current2015/form-top.png') ;
    background-repeat: repeat-x;
    background-position: center -276px;
    background-color: transparent;
}
#global_bg-2
{
    background: url("../images/current2015/form-bottom.png") no-repeat 0 bottom transparent;
}
body > #global_bg-1 > #global_bg-2 > .global,
#footer > .global,
.supertop > .global{
    width: 960px;
    margin: 0 auto;
    padding: 0 0 64px 0;
}
#body .global
{
  width: 100%;
  padding: 0 0 64px 0;
}

.global .exhibitor_products{
    position: relative;
}
.global .partnerBanks,
.global .partnerLiving{
    position: relative;
    width: 960px;
}

#footer_infos_content_signature #footer_logo img{
    width:222px;
    height: auto;
}

#login_espace-exposant
{ display:none;  height:67px;  background-color:#fff;  box-shadow:0 0 13px rgba(0,0,0,0.14); }
#login_espace-exposant .global > *
{  }
#login_espace-exposant #login_espace-exposant_img
{ height:67px;  float:left; }
#login_espace-exposant h2
{ margin-left:21px; padding:18px 0;  width:90px;  float:left;  text-transform:uppercase; }


#header {
    padding-bottom: 7px
}

#header_reseaux-sociaux{

}

.decompte{
    text-align: center;
}

.alignTop{
    display: inline-block !important;
    vertical-align: middle;
}
.alignTop div#header_reseaux-sociaux,
.alignTop div#lang-menu{
    display: inline-block !important;
    vertical-align: top;
}

.alignTop div#lang-menu ul li{
    float: left;
    margin-left: 5px;
}

.alignTop div#lang-menu ul li#lang-menu-fr a{
    background: url("../images/fr.png") no-repeat scroll center 40% transparent;
    width: 20px;
    display: block;
    border-right: 1px solid #C7CDD5;
    height: 0px;
    padding-right: 10px;
    padding-top: 15px;
}

.alignTop div#lang-menu ul li#lang-menu-en a{
    background: url("../images/en.png") no-repeat scroll center 24% transparent;
    width: 20px;
    display: block;
}

.alignTop div#lang-menu a{
    color: transparent;
}

#menu_top #topmenu-menu{
    display: block;
    width: 490px;
    float:left;
    margin-left: 84px;
    margin-top: 5px;
}
#menu_top ul#topmenu-menu li{
    height:100%;
    float:left;
}
#menu_top ul#topmenu-menu li:hover,#top #menu_top ul li.selected{
    background-color:#fff;
}
.zone.exhibitor_products h2{
    margin: 0 !important;
}
#menu_top ul#topmenu-menu li a{
    display:block;
    padding:3px 10px;
    font-weight:700;
    font-size:14px;
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
}
#menu_top ul#topmenu-menu li a{
    border-left: 1px solid #c7cdd5;
}
#menu_top ul#topmenu-menu li.first a{
    border-left: none;
}
#menu_top ul#topmenu-menu li:hover a,#top #menu_top ul li.selected a {

}

#header .left .bottom #header_logo {
    display: block;
    margin-bottom: 30px;
    float: left;
    font-family: aller;
    font-size: 14.5px;
    color: #9d9d9d;
    text-decoration: none;
}

#header .right .bottom{
    width: 500px;
    margin-left: 24px;
}

#header .middle {
    margin-left: 25px;
    padding: 63px 0 19px 0;
    background-color: #1A171B;
    width: 156px;
    text-align: center;
}

#header .middle p {
    background-color: #1A171B;
    font-family: 'londonbetween', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.right .top #BossSearch {
    height: 33px;
    float: right;
}

.right .top #BossSearch form {
    width: 157px;
    height: 33px;
    background: #fff;
    border: 1px solid #c1cbd8;
    border-radius: 3px;
}

.right .top #BossSearch input[type=submit],
.right .top #BossSearch input[type=text] {
    background: none;
    border: none;
}

.right .top #BossSearch input[type=submit],
.right .top #BossSearch input[type=text] {
    height: 33px;
}

.right .top #BossSearch input[type=submit] {
    width: 33px;
    background: url("../images/searchButton.png") no-repeat center center;
}

.right .top #BossSearch input[type=text] {
    width: 124px;
    padding: 0;
    color: #c1cbd8;
}

#header .right .bottom #pub_header{
    width: 468px;
    height: 60px;
    margin: 39px 0 0 8px;
    float: right;
}

#menu_principal {
    height: 57px;
    background-color: #FFFFFF;
    border-top: 2px solid rgb(217,217,217);
}

#menu_principal .primary-menu_submenu .pubMenu-300x250 {
    float: right;
    margin-top: -262px;
}

#menu_principal>ul {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    z-index: 1000;
}

#menu_principal>ul>li {
    float: left;
    z-index: 1000;
    height: 57px;
}

#menu_principal>ul>li:first-child {
    margin-left:13px;
}

#menu_principal>ul>li>a {
    display: block;
    padding: 22px 13px 8px;
    font-family: aller;
    font-weight: 400;
    font-size: 17px;
    color: #1a171b;
    text-decoration: none;
    text-transform: uppercase;
}

#menu_principal>ul>li:hover {
    color:#fbfbfb;
}

#menu_principal>ul>li:hover>a {
    border-bottom: 2px solid rgb(239,97,103);
}

#menu_principal>ul>li#primary-s-inscrire {
    background: url("../images/menuInscrire.png") no-repeat 16px 22px;
}

#menu_principal>ul>li#primary-s-inscrire>a {
    padding-left: 36px;
}

#menu_principal>ul>li#primary-congres>a {
    color: rgb(59,154,167);
}

#menu_principal>ul>li#primary-congres:hover>a {

}

#menu_principal>ul>li#primary-exposer {
    float: right;
    margin-right:13px;
}

#menu_principal>ul>li>.primary-menu_submenu {
    display: none;
    position: absolute;
    left: 0;
    width: 902px;
    height: 264px;
    padding: 28px 29px 23px;
    z-index: 1000;
    color: #fff;
    background: url("../images/fondMenu.png");
    top: 55px;
}

#menu_principal>ul>li>.primary-menu_submenu>ul.primary-menu_submenu_menu {
    height: 191px;
}

#menu_principal>ul>li>.primary-menu_submenu>ul.primary-menu_submenu_menu>li {
    margin-right: 23px;
    float: left;
    font-size: 17px;
    color: #000;
}

#menu_principal>ul>li>.primary-menu_submenu>ul.primary-menu_submenu_menu>li>a {
    text-decoration: none;
}

#menu_principal>ul>li>.primary-menu_submenu>ul.primary-menu_submenu_menu>li>ul {
    margin-top: 10px;
}

#menu_principal>ul>li>.primary-menu_submenu>ul.primary-menu_submenu_menu>li>ul>li:before {
    margin-right: 2px;
    content: "-";
}

#menu_principal>ul>li>.primary-menu_submenu>ul.primary-menu_submenu_menu>li>ul>li.cb:before {
    margin-right: 2px;
    content: "";
}

#menu_principal>ul>li>.primary-menu_submenu>ul.primary-menu_submenu_menu>li>ul>li {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    width: 160px;
}

#menu_principal>ul>li>.primary-menu_submenu>ul.primary-menu_submenu_menu>li>ul>li>a {
    color: #fff;
    text-decoration: none;
}

#menu_principal .primary-menu_submenu_zoom {

}

#menu_principal .primary-menu_submenu_zoom .tagg {
    position: relative;
    margin-right: 23px;
    float: left;
}

#menu_principal .primary-menu_submenu_zoom .tagg a {
    display: block;
    color: #000;
    text-transform: uppercase;
}

#menu_principal .primary-menu_submenu_zoom .tagg span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 154px;
    padding: 8px;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    background: url("../images/bg_sous-menu_img.png");
}

#body{

}


#footer {
    background-color: #fff;
}

#footer .barFooter{
    height: 7px;
    border-top: 2px solid rgb(217,217,217);
    width: 900px;
    margin:0 auto;
}

#footer h1 {
    padding: 0 22px;
    text-transform: uppercase;
}

#footer #footer_a-propos
{ width:882px;  margin:0 auto; }
#footer #footer_a-propos h1.a-propos,#footer #footer_a-propos .description
{ float:left; }
#footer #footer_a-propos h1.a-propos
{ width:116px;  padding:0 11px; }
#footer #footer_a-propos .description
{ max-width:740px;  font-size:15px; color:#808c93; }
#footer #footer_infos .block_newsletter h2{
    padding-left:22px;
}
#footer #footer_menu
{ width:836px;  margin:12px auto 0; }
#footer #footer_menu > ul
{  }
#footer #footer_menu > ul > li
{ width:20%;  float:left; }
#footer #footer_menu > ul > li > a
{ font-weight:bold; font-size:17px; color:#000;  text-decoration:none; }
#footer #footer_menu > ul > li > ul
{  }
#footer #footer_menu > ul > li > ul > li
{ font-size:12px; color:#000; }
#footer #footer_menu > ul > li > ul > li > a
{ font-size:12px; color:#000;  text-decoration:none; }
#footer #footer_menu > ul > li > ul > li:before
{ margin-right:2px;  content:"-"; }

#footer #footer_infos
{ padding-top:69px; }

#footer #footer_infos #footer_infos_logo-gl-events
{ float:left; }

#footer #footer_infos #footer_infos_content
{ width:878px;  margin-left:33px;  float:left; }

#footer #footer_infos #footer_infos_content #footer_infos_content_signature
{ width:29%; }
#footer #footer_infos #footer_infos_content #footer_infos_content_newsletter
{ width:40%; }
#footer #footer_infos #footer_infos_content #footer_infos_content_reseaux-sociaux
{ width:31%; }
#footer #footer_infos #footer_infos_content #footer_infos_content_signature,#footer #footer_infos #footer_infos_content #footer_infos_content_newsletter,#footer #footer_infos #footer_infos_content #footer_infos_content_reseaux-sociaux
{ float:left; }
#footer #footer_infos #footer_infos_content #footer_infos_content_signature
{  }
#footer #footer_infos #footer_infos_content #footer_infos_content_signature a
{ text-decoration:none; }
#footer #footer_infos #footer_infos_content #footer_infos_content_signature pre
{ font-family:"Titillium Web",Tahoma,"Trebuchet MS",Verdana,Arial,sans-serif; }

#footer #footer_infos #footer_infos_content #footer_infos_content_newsletter .block_newsletter p,#footer #footer_infos #footer_infos_content #footer_infos_content_newsletter .block_newsletter .form_newsletter
{ padding-left:26px; }

#footer #footer_infos #footer_infos_content #footer_infos_content_reseaux-sociaux
{  }
#footer #footer_infos #footer_infos_content #footer_infos_content_reseaux-sociaux .titre
{ float:left; }
#footer #footer_infos #footer_infos_content #footer_infos_content_reseaux-sociaux #footer_fb-like
{ float:right; }
#footer #footer_infos #footer_infos_content #footer_infos_content_reseaux-sociaux .block_reseaux-sociaux
{ margin-top:16px; }


#logos-partenaires
{ min-height:148px;  margin-top:50px;  background:url("http://salon-environord.com/sfSympalBossSiteModel1Plugin/images/global/bg_footer_logos-partenaires.png") repeat; border-top:7px solid #000; }
#logos-partenaires h1
{ padding:0 10px;  border-left:6px solid #143385;  font:bold 15px/1 Eurostile,"Century Gothic","Lucida console",monospace;  text-transform:uppercase; }






.fl{
    float: left;
}


.baseline{
    padding: 15px 0 0 180px;

}

.flr{
    float: right;
}

      /** slide block pour tinymce**/

#tinymce div.image{
    position:relative;
}

#tinymce div.image .infos{
    background:url(http://salon-environord.com/sfSympalBossSiteModel1Plugin/images/sucriere/bg_visio_trans_texte.png) repeat 0 0 transparent;
    padding:15px 15px 15px 1px;
    width:330px;
    position:absolute;
          top:38px;
          left:0;
}
#tinymce div.image .infos{
    width:390px;

}

#tinymce div.image  .infos h3{
    color:#009ddf;
    padding-bottom:10px;
}
#tinymce div.image  .infos h3{
    color:#383838;
    padding-bottom:10px;
    font-family: Arial;
    font-size: 24px;
    font-weight: lighter;
}
#tinymce div.image  .infos span{
    color:#383838;
}
.header_right .rechh{
    width: 177px;
}

      /** endslide block pour tinymce**/



.admin_a_form{
    display: block;
    clear: both;
    margin-top: 30px;
}
a.forgotten_password{
    display: block;
    float: right;
    margin-top: 6px;
    margin-right: 36px;
    color: #f00;
}

.supertop{
    background-color: #FFF;
    height: 45px;
    padding: 5px;
}
.supertop .global{
    text-align: right;
    font-weight: bold;
    color: #fff;
    padding: 4px 0;
}
.supertop .global .user {
    float: left;
}

.supertop .global a{
    padding: 10px 0;
    color: #fff;
}



.block_reseaux-sociaux
{ font-size:16px; }

.block_reseaux-sociaux .lien_reseaux-sociaux{
    display:inline-block;
    width:24px;
    height:24px;
}

.block_reseaux-sociaux .lien_reseaux-sociaux.twitter{
    background:transparent url("../images/socialTwitterButton.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.twitter:hover{
    background:transparent url("../images/socialTwitterButtonHover.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.facebook{
    background:transparent url("../images/socialFacebookButton.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.facebook:hover {
    background:transparent url("../images/socialFacebookButtonHover.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.youtube {
    background: transparent url("../images/socialYoutubeButton.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.youtube:hover {
    background: transparent url("../images/socialYoutubeButtonHover.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.googleplus {
    background: transparent url("../images/socialGoogleplusButton.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.googleplus:hover {
    background: transparent url("../images/socialGoogleplusButtonHover.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.linkedin {
    background: transparent url("../images/socialLinkedinButton.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.linkedin:hover {
    background: transparent url("../images/socialLinkedinButtonHover.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.viadeo {
    background: transparent url("../images/socialViadeoButton.png") no-repeat;
}
.block_reseaux-sociaux .lien_reseaux-sociaux.viadeo:hover {
    background: transparent url("../images/socialViadeoButtonHover.png") no-repeat;
}
.partner {
    margin: 46px 0 0 53px;
}
.partner h2 {
    width:160px;
    float:left;
    margin-top: 6px;
}
.partner .sympal_slot_wrapper {
    float: left;
}

.partner .slideshow {
    position: relative;
    width: 670px;
    height: 50px;
    float: left;
}
.partner .slideshow .list_items {
    line-height: 50px;
    height: 50px;
    width: 670px;
    text-align: center;
}
.partner .slideshow .list_items a,
.partner .slideshow .list_items img{
    display: inline-block;
    vertical-align: top;
    margin: auto 5px;
}
.partner .slideshow .list_items img{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px;
	height:38px;
	width:auto;
}
.partner .nav {
    float: left;
    margin:11px 0 0 7px;
}

.partner .nav .prev_arrow,
.partner .nav .next_arrow{
    width: 33px;
    height: 28px;
    background: transparent;
    float:left;
}
.partner .nav .prev_arrow:hover {
    background: url('../images/nav-botton-left-hover.png') no-repeat;
}
.partner .nav .next_arrow:hover {
    background: url('../images/nav-botton-right-hover.png') no-repeat;
}
.partner .nav a:hover img{
    visibility: hidden;
}
.partnerBanks{
    margin-top: 73px;
}
    .partnerBanks h2{
        margin-top:9px;
    }

#slider_exhibitor_products{
     position: relative;
    height: 145px;
        width: 960px;
    overflow: hidden;
}
.exhibitor_products h2{
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    margin: 20px 0 13px 53px;

}
#slider_exhibitor_products_content{
     position: relative;
    height: 145px;
        width: 860px;
    overflow: hidden;
    margin: 0 50px;
}
#slider_exhibitor_products div.prev,
#slider_exhibitor_products div.next{
     position: absolute;
     z-index: 80;
     top: 0px;
     display: block;
     width: 40px;
     height: 145px;
     cursor: pointer;
}
#slider_exhibitor_products div.prev{
     left: 4px;
     background:url("../images/current2015/sliderLeftArrow.png") no-repeat scroll 0px 0px transparent;
}

#slider_exhibitor_products div.prev:hover{
     left: 4px;
     background:url("../images/current2015/sliderLeftArrowHover.png") no-repeat scroll 0px 0px transparent;
}

#slider_exhibitor_products div.next{
     right: 0;
     background:url("../images/current2015/sliderRightArrow.png") no-repeat scroll 0px 0px transparent;
}

#slider_exhibitor_products div.next:hover{
     right: 0;
    background:url("../images/current2015/sliderRightArrowHover.png") no-repeat scroll 0px 0px transparent;
}
    #slider_exhibitor_products .slider_exhibitor_contacts_global_container{
        width: 860px;
        position: absolute;
        top: 0;
        left: 0;
    }
    #slider_exhibitor_products .slider_exhibitor_contacts_container{
        float: left;
        width: 860px;
    }
    #slider_exhibitor_products .contact{
        height: 145px;
        width: 160px;
        overflow: hidden;
        position: relative;
        float: left;
        margin: 0 6px;
        background:#fff;
    }
    #slider_exhibitor_products .contact img.image_contact{
        height: 145px;
        width: 160px;
        overflow: hidden;
        display: block;
    }
    #slider_exhibitor_products .contact div.infos{
        width: 150px;
        height: 25px;
        padding: 5px ;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("../images/Rectangle-25.png") repeat scroll -50px -15px / 250% 250% transparent;
        color: #000;
    }
        #slider_exhibitor_products .contact div.infos span.name{
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        #slider_exhibitor_products .contact div.infos span.corporateName{
            color: #000;
            font-weight: 700;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        
        
    .exhibitor_contact_container .mutiple_item_container  .contact div.infoss {
        font-size:12px;
        font-family:aller,Arial,Helvetica,sans-serif;
    }

/**************
** NEW STYLES
***************/
/**************
** HEADER
***************/
#header .right .bottom .textHeader{
    margin-bottom: 5px;
    margin-left: 22px;
}
#header .right .bottom .textHeader span{
    display: inline-block;
    font-size: 25px;
    color: #000;
}

#header .right .bottom .textHeader span.headerBold{
    padding-right: 29px;
    font-family:  'brandon_grotesquebold', sans-serif;
}
#header .right .bottom .textHeader span.headerRegular{
    font-family:  'brandon_grotesque_regularRg', sans-serif;
}

.quick-link {

}
.quick-link .page {
    width: 99%;
    margin-left: 24px;
}
.quick-link .link {
    width: 92px;
    height: 60px;
    display:inline-block;
}
.quick-link .linkHome {
    position: relative;
     display:inline-block;
     width: 170px;
    height: 220px;
}
.quick-link .linkHome img{
    height: 220px;
    width: 175px;
}
.quick-link .linkHome img.hoverS{
    height: 220px;
    width: 175px;
    position:absolute;
    top:0px;
    left:0px;
    display: none;
}
.quick-link .linkHome:hover img.hoverS{
    display:block;
}

.quick-link .link a{
    position: relative;
    display: block;
    width: 95px;
    height: 60px;
}
.quick-link .link a span{
    position: absolute;
    width: 95px;
    padding: 0 7px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 50;
}
.quick-link .link .normal{
    position: absolute;
    width: 95px;
    height: 60px;
    z-index: 20;
}
.quick-link .link .hover{
    position: absolute;
    width: 95px;
    height: 60px;
    z-index: 25;
}

.quick-link .pageController {
    position: absolute;
    right: 0;
    top: 21px;
}

.quick-link .pageController .next,
.quick-link .pageController .previous{
    display: block;
    width: 33px;
    height: 28px;
    background: url("../images/nav-botton-left.png") no-repeat;
    float: left;
}
.quick-link .pageController .previous:hover{
    background: url("../images/nav-botton-left-hover.png") no-repeat;
}
.quick-link .pageController .next{
    background: url("../images/nav-botton-right.png") no-repeat;
}
.quick-link .pageController .next:hover{
    background: url("../images/nav-botton-right-hover.png") no-repeat;
}
/**************
** MAIN-MENU
***************/