/* ==========================================================================
   creaxial.net
   ONline communication agency
   2014 - Handcrafted in Belgium
   ========================================================================== */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a{
    text-decoration: none;
    color:inherit;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
  padding: 0;
  margin: 0;
  border: none;
}
input:focus{
    outline:none;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #0095ff;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0095ff;
    color: #fff;
    text-shadow: none;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* ==========================================================================
   Tripadvisor
   ========================================================================== */

#CDSWIDEXC {
    width: 100%!important;
    border: 0!important;
}

#CDSWIDEXC a {
    width: 100%;
    font-family: 'titilliumregular'!important;
    font-size: 16px!important;
    text-decoration: none!important;
    margin: 0 0 10px 0;
}

#CDSWIDEXC.widEXC .bravoBox {
    margin-bottom: 0!important;
    background: #2a3746!important;
}

#CDSWIDEXC.widEXC .bravoBox .bravoWrapper .bravoText {
    font-family: 'titilliumbold'!important;
    font-size: 24px!important;
    padding: 10px 0 15px 0!important;
}

#CDSWIDEXC.widEXC .bravoBox {
    height: auto!important;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'titilliumthin';
    src: url('../fonts/titillium-thin-webfont.eot');
    src: url('../fonts/titillium-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium-thin-webfont.woff') format('woff'),
         url('../fonts/titillium-thin-webfont.ttf') format('truetype'),
         url('../fonts/titillium-thin-webfont.svg#titilliumthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumregular';
    src: url('../fonts/titillium-regular-webfont.eot');
    src: url('../fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium-regular-webfont.woff') format('woff'),
         url('../fonts/titillium-regular-webfont.ttf') format('truetype'),
         url('../fonts/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumbold';
    src: url('../fonts/titillium-bold-webfont.eot');
    src: url('../fonts/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium-bold-webfont.woff') format('woff'),
         url('../fonts/titillium-bold-webfont.ttf') format('truetype'),
         url('../fonts/titillium-bold-webfont.svg#titilliumbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

 /* ==========================================================================
   Classes
   ========================================================================== */

body {
    font-family: 'titilliumregular';
    font-size: 16px;
    line-height: 1.3;
    color: #888;
}

.container {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.content {
    overflow: hidden;
}

.container.margin {
    margin: 40px auto 0 auto;
}

.container.nooverflow {
    overflow: visible;
}

.more {
    height: 37px;
    width: 37px;
    background: url(../graphics/more.png);
    text-indent: -9999px;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.separation {
    height: 22px;
    width: 100%;
    position: relative;
    margin: 40px auto;
}

.separation hr {
    position: absolute;
    z-index: 10;
    top: 10px;
    margin: 0;
    height: 1px;
    width: 100%;
    border: 0;
    background: #cad1da;
}

.separation i {
    position: relative;
    z-index: 11;
    height: 22px;
    width: 120px;
    display: block;
    border: 0;
    margin: 0 auto;
    background: #fff url(../graphics/separation.png);
}

.left {
    float: left;
}

.right {
    float: right;
}

.half {
    width: 48%;
    overflow: hidden;
    position: relative;
}

.half.nooverflow {
    padding-bottom: 10px;
}

.half img {
    width: 100%;
    display: block;
}

.quart {
    width: 25%;
    padding-bottom: 30px;
    padding-right: 30px;
}

.quart img {
    width: 100%;
}

.tiny-star {
    margin-left: 5px;
    opacity: 0.5;
}

.aside {
    width: 25%;
    float: left;
    padding: 20px 20px 100px 20px;
    background: #425469 url(../graphics/aside.png) bottom 20px left no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.right_aside {
    width: 70%;
    float: right;
    padding-top: 20px;
}

.aside li {
    padding: 5px 0;
    border-bottom: 1px solid #5a6e86;
    color: #c1d0de;
    position: relative;
}

.aside li.active {
    font-family: 'titilliumbold';
    color: #fff;
}

.aside li:last-child {
    border-bottom: 0;
}

.aside a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.aside a:hover {
    color: #fff;
}

.aside ul a {
    width: 100%;
    display: block;
}

.aside.fixed {
    position: fixed;
    top: 80px;
}

.icones_liste li {
    padding-left: 25px;
}

.icones_liste i {
    position: absolute;
    left: 0;
    background: url(../graphics/icons.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    top: 7px;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.icones_liste li.active i {
    opacity: 1;
}

.icones_liste li a:hover i {
    opacity: 1;
}

.img100 {
    width: 100%;
}

.img_centered {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.img_centered20 {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.centered {
    text-align: center;
}

.mini-slider {
    margin-top: 20px;
}

.mini-slider.nomargin {
    margin-top: 0;
}

.event_rooms .bx-wrapper, .museum_collection .bx-wrapper {
    height: 0;
    margin: 0;
}

.museum_collection .mini-slider {
    display: none;
    height: 0;
}

.museum_collection .detail_box .img100 {
    display: block;
    margin-bottom: 20px;
}

.bx-wrapper.fullheight {
    height: auto;
    margin: 0 auto 25px auto;
}

div.bx-viewport {
    height: auto!important;
}

.col1tiers {
    width: 30%;
    float: left;
    position: relative;
}

.col2tiers {
    width: 63%;
    float: right;
}

.col2tiers.left {
    float: left;
}

.col1tiers.right {
    float: right;
}

.bold {
    font-family: 'titilliumbold';
}

.blue {
    color: #425469;
}

.link {
    color: #0095ff;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.marginr5 {
    margin-right: 5%;
    line-height: 1;
}

.margint20 {
    margin-top: 20px;
}

.margint40 {
    margin-top: 40px;
}

.marginb40 {
    margin-bottom: 40px;
}.marginb20 {
    margin-bottom: 20px;
}

.mini_bloc {
    overflow: hidden;
    cursor: pointer;
}

.mini_bloc img {
    display: block;
}

.mini_bloc:hover .title-opacity, .mini_bloc.active .title-opacity {
    padding-top: 250px;
    background: rgba(0,159,255,0.9);
    border: 0;
}

.mini_bloc_box_open {
    margin-bottom: 30px;
}

.detail_box {
    display: none;
}

.room_size {
    margin-top: 20px;
}

.event_rooms .detail_box .title_medium {
    display: none;
}

.detail_box_sepa {
    display: none;
    margin-top: 60px;
}

.fake-slider {
    display: none;
}

.bullets {
    list-style-type: circle;
    padding-left: 15px;
    margin-left: 5px;
}

.bullets li {
    margin-bottom: 5px;
}

.uppercase13
{
    text-transform:uppercase;
    font-size:13px;
}

 /* ==========================================================================
   Sprite
   ========================================================================== */

i.icon1 { background-position: 0 0; }
i.icon2 { background-position: 0 -16px; }
i.icon3 { background-position: 0 -32px; }
i.icon4 { background-position: 0 -48px; }
i.icon5 { background-position: 0 -64px; }
i.icon6 { background-position: 0 -80px; }
i.icon7 { background-position: 0 -96px; }
i.icon8 { background-position: 0 -112px; }
i.icon9 { background-position: 0 -128px; }
i.icon10 { background-position: 0 -144px; }
i.icon11 { background-position: 0 -160px; }
i.icon12 { background-position: 0 -176px; }
i.icon13 { background-position: 0 -192px; }
i.icon14 { background-position: 0 -208px; }
i.icon15 { background-position: 0 -224px; }

 /* ==========================================================================
   Social
   ========================================================================== */

span.stButton span.stFb, span.stButton span.stTwbutton, span.stButton span.stMainServices {
    height: 22px;
}

 /* ==========================================================================
   Header
   ========================================================================== */
.linksncb{
  color: #c1d0de;
  text-transform: uppercase;
  font-size: 13px;
  padding-right: 20px;
  font-weight: bold;
  background: url(../graphics/arrowsncb.png) right top 5px no-repeat;
}.linksncb:visited{
  color: #c1d0de;
}.linksncb:hover{
  color: #0095ff;
  background: url(../graphics/arrowsncb-red.png) right top 5px no-repeat;
}

.header_top {
    background: #425469;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    color: #fff;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.mini_logo {
    float: left;
    position: relative;
    top: 5px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mini_logo.show {
    opacity: 1;
}

.header_top ul.header_top_ul {
    float: right;
    overflow: hidden;
}

.header_top li {
    margin-left: 30px;
    float: left;
    line-height: 50px;
}

.header_top a {
    padding: 10px 0;
}

.header_top a:hover {
    color: #0095ff;
}

.header_top_lang {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_top_tickets a {
    padding-left: 15px;
    background: url(../graphics/external.png) center left no-repeat;
}

.header_top_vacature a {
    padding-left: 25px;
    background: url(../graphics/arrowsncb.png) center left no-repeat;
}

.header_top_lang a {
    padding-right: 15px;
    background: url(../graphics/arrow.png) top 19px right no-repeat;
    text-transform: uppercase;
}

li.header_lang {
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: 0.5px;
    opacity: 0.8;
    display: none;
}

li.header_lang.active {
    font-family: 'titilliumbold';
    opacity: 1;
    font-size: 14px;
    top: 0;
}

.switch_langue {
    right: 0;
    position: absolute;
    background: #425469;
    top: -200px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.langue_drop a {
    padding: 0;
    background: none;
    margin: 0;
    padding: 10px 15px;
}

li.langue_drop {
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
}

li.header_top_lang:hover .switch_langue {
    top: 50px;
}

.navigation {
    width: 100%;
    overflow: hidden;
    background: #f2f4f7;
    margin-top: 50px;
    border-bottom: 1px solid #d8dce4;
}

.hamburger {
    display: none;
    float: right;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: url(../graphics/hamburger.png);
    text-indent: -9999px;
    position: relative;
    top: 40px;
}

.nav {
    float: left;
    width: 35%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'titilliumregular';
}

.nav_second {
    float: right;
}

.logo {
    background: url(../graphics/logo.png) center center no-repeat;
    background-size: 111px 104px;
    display: block;
    height: 150px;
    text-align: center;
    float: left;
    width: 150px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -75px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.nav li {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 45px;
}

.nav a {
    color: #425469;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.nav a:hover, .nav li.active a {
    color: #0095ff;
}

.nav i {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 7px auto;
    background: url(../graphics/nav.png) top center no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.nav1 i {
   background-position: 0 0;
}

.nav2 i {
    background-position: -32px 0;
}

.nav3 i {
    background-position: -64px 0;
}

.nav4 i {
    background-position: -96px 0;
}

.nav1:hover i, .nav1.active i {
   background-position: 0 -49px;
}

.nav2:hover i, .nav2.active i {
    background-position: -32px -49px;
}

.nav3:hover i, .nav3.active i {
    background-position: -64px -49px;
}

.nav4:hover i, .nav4.active i {
    background-position: -96px -49px;
}

.navigation hr {
    width: 150px;
    height: 1px;
    border: 0;
    background: #cad1da;
    display: block;
    margin: 50px auto 0 auto;
}

.navigation_baseline {
    font-size: 36px;
    text-align: center;
    display: block;
    padding: 25px 0;
    text-align: center;
    width: 100%;
    color: #425469;
    font-family: 'titilliumthin';
    text-transform: uppercase;
}

.nav_years {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8dce4;
    margin-bottom: 10px;
    text-align: center;
    font-size: 21px;
    position: relative;
    color: #0095ff;
    font-family: 'titilliumregular';
}

.nav_overview {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8dce4;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #0095ff;
    text-align: center;
}

.nav_overview a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;

}

.nav_overview a:hover {
    color: #425469;
}

.nav_overview img {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.indic {
    font-size: 13px;
    margin: 15px auto;
    width: 75%;
    text-align: center;
}

.calend {
    display: none;
    margin-top: 30px;
}

.view_calendar {
    text-transform: uppercase;
    text-decoration: underline;
    color: #0095ff;
    display: block;
}

.view_calendar:hover {
    text-decoration: none;
}

.expos_overview .nav_years {
    margin-bottom: 10px;
}

.date_expo {
    text-align: right;
}

.ligne_expo {
    padding: 10px 15px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #d8dce4;
}

.ligne_expo.active {
    background: #f2f4f7;
    border-bottom: 3px solid #d8dce4;
}

.detail_mini_expo:last-child .ligne_expo {
    border-bottom: none;
}

.ligne_expo_mois {
    padding-left: 80px;
    text-transform: uppercase;
    position: relative;
}

.date_expo {
    color: #0095ff;
}

.date_expo img {
    width: 12px;
    display: inline;
    margin: 0 3px;
}

.ligne_expo_major {
    font-family: 'titilliumbold';
}

img.mini_major {
    display: none;
    margin-left: 10px;
    width: 12px;
    height: auto;
    position: static;
    left: auto;
}

.ligne_expo_major .mini_major {
    display: inline;
}

.ligne_expo_mini_img {
    left: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.ligne_expo_mini_img img {
    height: 50px;
    margin-left: -50px;
}

.prev_year {
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 5px;
    color: #425469;
    font-family: 'titilliumthin';
}

.next_year {
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 5px;
    color: #425469;
    font-family: 'titilliumthin';
}

 /* ==========================================================================
   Titles
   ========================================================================== */

.title-opacity {
    width: 100%;
    padding: 30px 0;
    background: rgba(46,63,82,0.8);
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #0095ff;
    font-family: 'titilliumthin';
    z-index: 3;
    line-height: 1;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.title-light {
    font-size: 24px;
    color: #425469;
    font-family: 'titilliumthin';
    text-transform: uppercase;
}

.title_aside {
    font-family: 'titilliumthin';
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.title_aside span {
    position: absolute;
    right: 0;
    font-size: 18px;
    font-family: 'titilliumbold';
    line-height: 24px;
}

.title_aside span i {
    font-family: 'titilliumthin';
    padding: 5px;
}

.title_right_aside {
    color: #0095ff;
    font-size: 21px;
    font-family: 'titilliumthin';
    text-transform: uppercase;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.title_right_aside span {
    right: 0;
    position: absolute;
    font-family: 'titilliumregular';
}

.title_medium {
    color: #425469;
    font-size: 18px;
    font-family: 'titilliumbold';
}

.title_thin {
    font-size: 21px;
    color: #425469;
    display: block;
    margin: 20px 0;
    font-family: 'titilliumthin';
}

 /* ==========================================================================
   Home
   ========================================================================== */

.intro-html, .intro-html body {
    height: 100%;
}

.fermeture {
    text-align: center;
    font-family: 'titilliumthin';
    text-transform: uppercase;
}

.fermeture strong {
    font-family: 'titilliumbold';
    color: #0095ff;
}

.intro {
    background-color: #fff;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.intro_viewport {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.intro-img {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 1;
    z-index: 1;
    left: 0;
    -webkit-animation: zoom 60s linear;
    -moz-animation: zoom 60s linear;
    -o-animation: zoom 60s linear;
    animation: zoom 60s linear;
}

.logo_content {
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.logo_content hr {
    width: 150px;
    height: 1px;
    border: 0;
    background: #cad1da;
    display: block;
    margin: 20px auto 0 auto;
}

.intro_viewport .logo {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    text-indent: -9999px;
}

.intro_viewport .navigation {
    position: absolute;
    bottom: 0;
    z-index: 3;
    margin-bottom: -300px;
}

.intro_viewport .nav {
    width: 100%;
    float: none;
    text-align: center;
}

.intro_viewport .nav li {
    float: none;
    width: auto;
    text-align: center;
    padding: 30px;
    margin: 0 50px;
    display: inline-block;
}

@-webkit-keyframes zoom {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.4);}
}

@-moz-keyframes zoom {
    0% {-moz-transform: scale(1);}
    100% {-moz-transform: scale(1.4);}
}

@-o-keyframes zoom {
    0% {-o-transform: scale(1);}
    100% {-o-transform: scale(1.4);}
}

@keyframes zoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.4);}
}

 /* ==========================================================================
   Home
   ========================================================================== */

.topdoc {
    opacity: 0.5;
    background: #2a3746 url(../graphics/top.png) top 10px center no-repeat;
    padding-top: 25px;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    position: fixed;
    bottom: 80px;
    right: -50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.topdoc.show {
    right: 0;
}

.topdoc:hover {
    opacity: 1;
    background: #0095ff url(../graphics/top.png) top 10px center no-repeat;
}

.home_slider {
    height: 420px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home_slider img {
    max-width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.puces {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 99;
}

.puces li {
    width: 20px;
    height: 20px;
    background: url(../graphics/puces.png) bottom center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    float: left;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.puces li:hover {
    background-position: top center;
}

.puces li.active {
    background-position: top center;
}

.home_slider .more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.home_slider:hover .more {
    background-position: bottom center;
}

.home_bloc img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.home_bloc:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.home_bloc .more {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -48px;
    margin-left: -18px;
    opacity: 0;
}

.home_bloc:hover .more {
    opacity: 1;
    margin-top: -18px;
}

.home_news {
    position: relative;
    left: 20px;
    padding: 18px 20px 18px 0;
}

.home_news .title-light {
    padding-left: 60px;
}

.half.home_news {
    overflow: visible;
}

.home_news_item b, .expo_desc_details b {
    font-family: 'titilliumbold';
}

.home_news_item i, .expo_desc_details i {
    font-style: italic;
}

.home_news_item ul li, .expo_desc_details ul li {
    list-style: circle;
    margin-left: 25px;
}

.home_news_item ol li, .expo_desc_details ol li {
    list-style: decimal;
    margin-left: 25px;
}

.news_mobile {
    display: none;
}

.content_text ul {
  list-style: disc!important;
  padding-left: 20px;
}

.content_text ol {
  list-style: decimal!important;
  padding-left: 20px;
}

.home_news_icon {
    height: 45px;
    width: 45px;
    background: url(../graphics/news.png);
    display: block;
    position: absolute;
    margin-left: -60px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.home_news_item {
    margin-top: 20px;
    padding-left: 60px;
}

.hoverable:hover i {
    background-position: bottom center;
}

.home_news_item h3 {
    color: #425469;
    font-family: 'titilliumbold';
    font-size: 18px;
}

.home_news_item small {
    font-size: 14px;
    color: #444;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.home_sousbloc {
    overflow: hidden;
}

.home_sousbloc:hover .more {
    background-position: bottom center;
}

.home_sousbloc h2 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.home_sousbloc .more {
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.time_machine {
    width: 100%;
    position: relative;
    top: -30px;
    z-index: 0;
    display: block;
}

.merchandising {
    width: 100%;
    max-width: 320px;
    position: relative;
    margin: 20px auto 0 auto;
    z-index: 0;
    display: block;
}

.practical_merchandising .title_right_aside span {
    text-transform: none;
    font-size: 18px;
}

.practical_team .half {
    margin-bottom: 30px;
}

.practical_team a.link {
    margin-top: 10px;
}

 /* ==========================================================================
   Musée
   ========================================================================== */

.museum .title_right_aside {
    margin-bottom: 20px;
}

.museum .title_medium {
    margin-bottom: 20px;
}

.museum_img {
    margin: 20px 0;
}

.timeline {
    padding-left: 52px;
    background: url(../graphics/timeline.png) top left no-repeat;
}

.timeline_content {
    padding: 20px 0;
    border-left: 1px solid #ccc;
}

.timeline_item {
    overflow: hidden;
}

.timeline_line {
    width: 15%;
    float: left;
    padding-top: 13px;
}

.timeline_line hr {
    width: 70px;
    height: 1px;
    background: #ccc;
    border: none;
    float: left;
}

.timeline_annee {
    float: left;
    width: 15%;
}

.timeline_annee img {
    width: 100%;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.timeline_annee.active img, .timeline_annee.active:hover img {
    opacity: 1;
    cursor: default;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.timeline_annee:hover img {
    opacity: 1;
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}

.timeline.col1tiers .timeline_line {
    width: 50%;
}

.timeline.col1tiers .timeline_annee {
    width: 50%;
}

.timeline_content p {
    width: 70%;
    display: block;
    float: left;
    padding-top: 9px;
}

.timeline_annee {
    font-family: 'titilliumthin';
    color: #0095ff;
    font-size: 24px;
}

.timeline_item {
    margin-bottom: 20px;
}

.museum_time .title_right_aside {
    margin-bottom: 30px;
}

.museum_time .title_medium {
    margin-bottom: 20px;
}

.timeline_detail.active {
    display: block;
}

.timeline_detail {
    display: none;
}

.timeline_annee span {
    position: absolute;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: 'titilliumbold';
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.timeline_annee:hover span {
    opacity: 1;
    display: block;
    margin-top: 0;
}

.timeline_annee.active:hover span {
    display: none;
}

.timeline_annee:hover img {
    opacity: 0.1;
}

.museum_time .bx-wrapper {
    margin-bottom: 40px;
}

 /* ==========================================================================
   Agenda
   ========================================================================== */

.agenda_liste i {
    position: absolute;
    right: 0;
}

.aside .agenda_liste li.active i {
    color: #fff;
    background: url(../graphics/agenda_actif.png) no-repeat;
    width: 22px;
    height: 22px;
    right: -5px;
    text-align: center;
}

.agenda_item {
    border: 1px solid #d8dce4;
    padding: 5px 5px 1px 5px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

.starred {
    width: 50px;
    height: 50px;
    background: url(../graphics/star.png) top right no-repeat;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.agenda_item.star .starred {
    display: block;
}

.major {
    font-size: 11px;
    color: #8898b8;
    text-transform: uppercase;
}

.agenda_item_picture {
    width: 100%;
    overflow: hidden;
    float: left;
}

.agenda_item_content {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 20px;
}

.news .agenda_item_content {
    width: 100%;
}

.news_image {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

.news_details h3 small {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.agenda_date {
    color: #0095ff;
    font-family: 'titilliumregular';
    font-size: 24px;
    margin-top: 5px;
}

.date_small {
	font-size: 12px;
}

.agenda_desc {
    margin-top: 10px;
    margin-bottom: 40px;
}

.agenda_item .more {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.agenda_item:hover {
    border: 1px solid #c0c6d3;
}

.agenda_item:hover .more {
    background-position: bottom center;
}

.get_tickets {
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center;
    margin: 30px 0;
}

.get_tickets p {
    display: block;
    color: #425469;
    font-size: 31px;
    font-family: 'titilliumthin';
    margin-bottom: 20px;
}

.link_blue_box {
    background: #0095ff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'titilliumregular';
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.link_blue_box:hover {
    background: #2a3746;
}

.box_tickets {
    position: relative;
    overflow: hidden;
}

.box_tickets .link_blue_box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.next_expos li a {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    display: block;
    padding-right: 40px;
    position: relative;
    text-transform: uppercase;
    color: #0095ff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.next_expos a i {
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 52px;
    font-family: 'titilliumthin';
}

.next_expos a:hover {
    color: #435469;
}

 /* ==========================================================================
   Event
   ========================================================================== */

.event .title_medium, .event_catering .title_medium, .event_technical .title_medium, .event_services .title_medium {
    margin-bottom: 18px;
}

.mini_bloc .title-opacity {
    font-size: 16px;
    padding: 15px 0;
}

.detail_box .title_medium {
    margin-bottom: 20px;
}

.detail_box p {
    margin-bottom: 20px;
}

.imgplan {
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.imgplan:hover {
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}

 /* ==========================================================================
   Tickets
   ========================================================================== */

.frame_tickets {
    height: 800px;
    width: 100%;
}

 /* ==========================================================================
   Practical
   ========================================================================== */

.tec {
    padding: 20px 20px 20px 65px;
    border: 1px solid #d8dce4;
    background: #f2f4f7 url(../graphics/tec.png) top 25px left 20px no-repeat;
    margin-bottom: 20px;
}

.sncb {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 30px 80px 30px 130px;
    border: 1px solid #d8dce4;
    background: #f2f4f7 url(../graphics/sncb.png) center left 20px no-repeat;
}.sncb img{
    position: absolute;
    top: 30px;
    right: 30px;
}

.tec h4 {
    margin-bottom: 10px;
}

.car {
    padding: 20px 20px 20px 65px;
    border: 1px solid #d8dce4;
    background: #f2f4f7 url(../graphics/car.png) top 25px left 20px no-repeat;
    margin-bottom: 20px;
}

.car h4 {
    margin-bottom: 10px;
}

.blue-flash{
    color: #0095ff;
}
#mapGI{
    height:500px;
    width:100%;
}
.border-right{
    border-right:1px solid #cccccc;
    padding-right:40px;
}
.padding-right40{
    padding-right:40px;
}
.l50{
    width:50%;
}
.l44{
    width:44%;
}
.imgPartners{
    width:140px;
    height:140px;
    display:block;
    position:relative;
    float:left;
    margin:0 20px 20px 0;
    overflow:hidden;
}
.da-thumbs {
    list-style: none;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}
.da-thumbs li {
    float: left;
    margin: 0 30px 30px 0;
    background: #fff;
    position: relative;
    width:140px;
    height:140px;
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
    width:140px;
    height:140px;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: rgba(0,149,255,0.8);
    width: 100%;
    height: 100%;
}
.da-thumbs li a div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}
.da-thumbs li a div span {
    display: block;
    width:100%;
    height:100%;
    text-align:center;
    text-transform: uppercase;
    padding-top:60px;
    color: rgba(255,255,255,0.9);
    font-size:17px
}

 /* ==========================================================================
   Check desktop, tablette, mobile
   ========================================================================== */

.checkt, .checkm {
    display: none;
}

 /* ==========================================================================
   Share
   ========================================================================== */

.global_share {
    background: #f2f4f7;
    border-top: 1px solid #d8dce4;
    position: fixed;
    height: 50px;
    line-height: 50px;
    bottom: -50px;
    width: 100%;
    left: 0;
    z-index: 90;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.global_share.show {
    bottom: 0;
}

 /* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    position: relative;
    z-index: 100;
}

.powered {
    text-align: center;
}

.powered p {
    text-align: right;
    padding-right: 20px;
    padding-left: 35px;
    background: url(../graphics/creaxial.png) top left no-repeat;
    line-height: 28px;
    display: inline-block;
}

.powered a.bold {

}

.powered a {
    color: #fff;
}

.footer {
    margin-top: 50px;
}
#footer1 {
    padding: 45px 40px;
    border-top:1px solid #d8dce4;
    background:#f2f4f7;
}
#footer2 {
    padding: 10px 40px;
    border-top:1px solid #d8dce4;
    background:#2a3746;
}
#footer3 {
    background: #2a3746;
    padding: 40px 40px;
    background:#435469;
}
#footer2 .tweet {
    overflow: hidden;
    width:100%;
    max-width:680px;
    float:left;
    height:auto;
}
#footer2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1000%;
    height: 50px;
}
#footer2 ul li {
    width: 10%;
    height: auto;
    float: left;
}
#footer2 p{
    text-transform:uppercase;
    font-size:14px;
    color:#ffffff;
    float:left;
    width:340px;
}
#footer2 p span{
    color:#0095ff;
}
#footer1 .nav i {
    display: block;
    width: 57px;
    height: 58px;
    margin: 0 auto 7px auto;
    background: url('../graphics/social.png') top center no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#footer1 .nav .social1 i {
   background-position: 0 -58px;
}

#footer1 .nav .social2 i {
    background-position: -57px -58px;
}

#footer1 .nav .social3 i {
    background-position: -114px -58px;
}

#footer1 .nav .social4 i {
    background-position: -171px -58px;
}

#footer1 .nav .social1:hover i, #footer1 .nav .social1.active i {
   background-position: 0 0;
}

#footer1 .nav .social2:hover i, #footer1 .nav .social2.active i {
    background-position: -57px 0;
}

#footer1 .nav .social3:hover i, #footer1 .nav .social3.active i {
    background-position: -114px 0;
}

#footer1 .nav .social4:hover i, #footer1 .nav .social4.active i {
    background-position: -171px 0;
}
.MenuStopFixed{
    position:absolute;
    bottom:0;
}
#footer1 .nav{
    width:100%;
}
#footer1 .nav ul{
    width:100%;
}
#footer1 .nav li{
    width:25%;
    float:left;
    padding-top:0;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.left1{
    width:25%;
    padding:0 20px 0 20px;
    text-align:center;
    color:#c1d0de;
}
.left2{
    width:50%;
    padding:0 20px 0 20px;
}
.fb-like-box{
    background:#ffffff!important;
    margin-top:30px;
    padding-bottom:10px;
}
div.pluginSkinLight, .fb_iframe_widget iframe {
    background: #fff!important;
}
.left1 h6, .left2 h6{
    font-size:21px;
    font-family: 'titilliumthin';
    text-transform:uppercase;
    color:#ffffff;
    text-align:center;
}
.left1 p{
    color:#c1d0de;
    font-family: 'titilliumregular';
    font-size:14px;
    margin-top:30px;
}
.left1 p span{
    font-family: 'titilliumbold';
}
.left1 a{
    display:block;
    margin:30px auto;
    width:100px;
}
.left2 form{
    width:100%;
    height:45px;
    background:url('../graphics/form.png') no-repeat;
    background-size:100% 45px;
    display:block;
    margin-top:30px;
    position:relative;
}
.left2 form input{
    width:100%;
    height:45px;
    background:transparent;
    border:none;
    padding-left:20px;
    padding-right:130px;
    font-family: 'titilliumregular';
    font-size:14px;
}
#btnnewsletter.link_blue_box{
    width:100px;
    display:block;
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    text-align:center;
    color:#ffffff;
}
/*.fakeheight{
    width:100%;
    height:800px;
}*/
a.tripadvisor {
    width: auto;
}
.powered {
   position: relative;
   padding: 10px;
   z-index: 999;
   background: #2a3746 ;
}

#TA_socialButtonBubbles588 {
   display: inline-block;
   background: #fff;
}
.tripadvisor{
    width: 140px;
    padding: 0 25px 25px 25px;
    margin: 0 auto;
}


 /* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

 /* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1060px) {

    .news_desktop {
        display: none;
    }

    .news_mobile {
        display: block;
    }

    .ligne_expo, .date_expo, .ligne_expo_mois {
        text-align: center;
        padding: 0;
        line-height: 1.3;
        width: auto;
    }

    .ligne_expo {
        padding-bottom: 15px;
    }

    .ligne_expo_mini_img {
        display: block;
        margin: 0 auto 20px auto;
        position: static;
    }

    .detail_mini_expo .col1tiers.right {
        margin: 0;
    }

    .practical_merchandising .detail_box .col1tiers {
        display: none;
    }

    .tripadvisor {
        background: none;
    }

    .quart {
        width: 50%;
    }

    .fakeheight{display:none;}

    div.left1 {
        width: 50%;
    }

    div.left2 {
        width: 100%;
        margin: 20px 0;
    }

    div#footer3 {
        padding-left: 0;
        padding-right: 0;
    }

    .museum_time .timeline {
        float: left;
        background: none;
        padding-left: 0;
    }

    .museum_time .timeline_content {
        border: none;
        padding: 0;
    }

    .museum_time .col2tiers.left {
        float: right;
    }

    .museum_time .timeline_annee img {
        display: none;
    }

    .museum_time .timeline_annee span {
        display: block;
        margin: 0;
        position: static;
        opacity: 1;
        text-align: left;
        font-family: 'titilliumregular';
        text-transform: none;
    }

    .museum_time .timeline_annee.active span {
        font-family: 'titilliumbold';
        text-transform: uppercase;
    }

    .museum_time .timeline_annee:hover, .museum_time .timeline_annee.active:hover {
        margin: 0;
    }

    .museum_time .timeline_annee:hover span {
        display: block;
    }

    .museum_time .timeline.col1tiers .timeline_annee {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        width: 100%;
    }

    .museum_time .timeline.col1tiers .timeline_line {
        display: none;
    }

    .col1tiers, .col2tiers {
        width: 100%;
    }

    .mini_bloc {
        width: 30%;
    }

    .col2tiers {
        margin-top: 20px;
    }

    .footer {
        margin-top: 30px;
    }

    .title_right_aside span {
        position: static;
    }

    .agenda_item_content {
        padding-right: 80px;
    }

    .agenda_liste i, .icones_liste i {
        display: none;
    }

    .checkd {
        display: none;
    }

    .checkt {
        display: block;
    }

    .aside {
        float: none;
        width: 100%;
    }

    .right_aside {
        width: 100%;
    }

    .aside li {
        display: inline-block;
        padding: 0;
        margin-right: 10px;
        margin-bottom: 5px;
        border: 0;
    }

    .title-opacity {
        font-size: 32px;
        padding: 15px 0;
    }

    .nav {
        font-size: 12px;
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .container.margin {
        margin: 20px auto 0 auto;
    }

    .header_top li {
        margin-left: 15px;
        float: left;
        font-size: 12px;
        line-height: 40px;
    }

    li.header_top_contact {
        margin-right: 12px;
    }

    li.header_lang {
        margin-left: 3px;
        display: block;
    }

    .switch_langue, .header_top_lang {
        display: none;
    }

    .navigation_baseline {
        font-size: 24px;
        padding: 15px 0;
    }

    .home_slider {
        height: auto;
    }

    .home_slider:hover img {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

    .separation {
        margin: 20px auto;
    }

    .detail_box_sepa.separation {
        margin: 40px auto 20px auto;
    }
}

@media screen and (max-width: 600px) {

    #newsletter {
        margin-bottom: 30px;
    }

    .quart {
        width: 100%;
    }

    div#footer1, div#footer2 {
        display: none;
    }

    div.left1 {
        width: 100%;
    }

    .mini_logo {
        display: none;
    }

    .header_top ul.header_top_ul {
        float: none;
    }

    .header_top {
        position: static;
        height: auto;
        line-height: auto;
    }

    .navigation {
        margin-top: 0;
    }

    .timeline {
        padding-left: 0;
        background: none;
    }

    .timeline_content {
        border-left: 0;
    }

    .timeline_content p {
        width: 100%;
    }

    .timeline_line {
        display: none;
    }

    .mini_bloc {
        width: 60%;
        margin: 0 20% 20px 20%;
    }

    .title_right_aside {
        text-align: center;
    }

    .title_right_aside span {
        display: block;
        font-size: 16px;
    }

    .agenda_item_picture, .agenda_item_content {
        width: 100%;
    }

    .checkt, .checkd {
        display: none;
    }

    .checkm {
        display: block;
    }

    .nav {
        float: right;
        width: 100%;
        clear: both;
        margin: 20px 0;
        display: none;
    }

    .nav li {
        width: 50%;
        padding-top: 0;
    }

    .logo {
        width: 100%;
        float: none;
        display: block;
        position: static;
        margin-left: 0;
        background-position: left center;
    }

    .logo.open {
        border-bottom: 1px solid #d8dce4;
    }

    .hamburger {
        display: block;
    }

    .logo a {
        width: 130px;
        float: left;
    }

    .navigation_baseline, .navigation hr {
        display: none;
    }

    .half {
        width: 100%;
    }

    .right {
        margin-top: 20px;
    }

    .logo_content h1.logo {
        margin: 0 auto;
        left: 0;
        background-position: center center;
    }
    .intro_viewport .nav {
        display: block;
    }
    .intro_viewport .nav li {
        padding: 10px;
    }
    .intro-img {
        display: none;
    }
}

 /* ==========================================================================
   Internet explorer
   ========================================================================== */

.lt-ie9 .wow {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
