
/********************************************************************************************************************/
/******** Browse Happy prompt ***************************************************************************************/
/********************************************************************************************************************/

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/********************************************************************************************************************/
/******** PAGE PRELOAD **********************************************************************************************/
/********************************************************************************************************************/


.preload {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
}

.spinner {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 70px;
  height: 18px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #efefef;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/********************************************************************************************************************/
/******** MISC ******************************************************************************************************/
/********************************************************************************************************************/

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


.clear {
    clear: both;
    padding: 0;
    margin: 0; 
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


:focus {outline:none;}

::-moz-focus-inner {border:0;}

* { -webkit-tap-highlight-color: rgba(0,0,0,0); }

input[type="text"]:focus {
  outline: none;
}

ul, ol, li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

img {
    vertical-align: middle;
}

a {
    color: #000000;
    text-decoration: none;         
}

a:hover,
a:active {
    text-decoration: none;
}

.transition {
    -webkit-transition: all .1s ease-in;
       -moz-transition: all .1s ease-in;
        -ms-transition: all .1s ease-in;
         -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
}

.radius {
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    -o-border-radius: 3px;  
    border-radius: 3px; 
}

.hidden { display: none !important; }

img {image-rendering:optimizeQuality; -ms-interpolation-mode:bicubic;}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;    
    -moz-osx-font-smoothing: grayscale;
}

/***************************************************************************************************/
/****** General Media Queries **********************************************************************/
/***************************************************************************************************/

/* Smartphones (portrait) ----------- */  
/*@media only screen and (max-width : 320px) {  */
@media only screen and (max-width : 320px) {  
  /* Styles */ 

        
}  

/* Smartphones (portrait) ----------- */  
/*@media only screen and (max-width : 320px) {  */
@media only screen and (min-width : 321px) and (max-width : 568px) {  
  /* Styles */ 


} 

/*
@media only screen and (max-device-width : 480px) {  
    .grid-sizer,
    #items .item {
        width: 50% !important;
    }
}
@media only screen and (min-device-width : 480px) and (max-device-width : 600px) {  
    .grid-sizer,
    #items .item {
        width: 33% !important;
    }
}
*/

/* Smartphones (portrait and landscape) ----------- */  
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {  
  /* Styles */  

}  
  
/* Smartphones (landscape) ----------- */  
@media only screen and (min-width : 321px) {  
  /* Styles */    
}  
  
/* Smartphones (portrait) ----------- */  
/*@media only screen and (max-width : 320px) {  */
@media only screen and (max-width : 480px) {  
  /* Styles */ 
}  
  
/* iPads (portrait and landscape) ----------- */  
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {  
  /* Styles */  
}  
  
/* iPads (landscape) ----------- */  
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {  
  /* Styles */  
}  
  
/* iPads (portrait) ----------- */  
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {  
  /* Styles */  
}  
  
/* Desktops and laptops ----------- */  
@media only screen and (min-width : 1224px) {  
  /* Styles */  
}  
  
/* Large screens ----------- */  
@media only screen and (min-width : 1824px) {  
  /* Styles */  
}  
  
/* iPhone 4 ----------- */  
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {  
  /* Styles */  
}  

@media screen and (max-width: 760px) {
    body {
        font-size:52% !important;
    }
}

@media screen and (max-width: 500px) {
    a.shop {
        width: 60% !important;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size:42% !important;
    }
}


/********************************************************************************************************************/
/******** FONTS  ****************************************************************************************************/
/********************************************************************************************************************/


@font-face {
    font-family: 'bernardregular';
    src: url('../fonts/bernard-webfont.eot');
    src: url('../fonts/bernard-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bernard-webfont.woff') format('woff'),
         url('../fonts/bernard-webfont.ttf') format('truetype'),
         url('../fonts/bernard-webfont.svg#bernardregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/********************************************************************************************************************/
/******** STRUCTURE *************************************************************************************************/
/********************************************************************************************************************/

body .listenBtn {
    max-width: 280px;
    margin-top: 10px;
    display: none;
    padding: 5px 10px;
}

body {
    color: #000000;
    background-color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;;
    font-weight:100;
    /*font-size:62.5%;*/
    font-size:100%;
}

h1 {
    font-size:1.5em;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    line-height:1.4em;
    color:#202e55;
    position:relative;
    cursor: default;
    margin:3em 0 50px;
    padding:0;
    text-transform:uppercase;
}

h1.title::before {
    content: "";
    background:url('../images/sep.png') no-repeat center center transparent;
    width: 100%;
    height: 18px;
    position: absolute;
    top: -30px;
    left: 0;
    margin: auto;
}

h1.title::after {
    content: "";
    background:url('../images/sep.png') no-repeat center center transparent;
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: -30px;
}

h2 {font-size:1.5em;
}

h3 {
    font-size:1.05em;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform:none;
    line-height:1.2em;
    color:#ec4a53;
    font-style: italic;
    position:relative;
    cursor: default;
    font-weight:400;
    max-width:550px;
    margin:auto;    
}

h4 {font-size:1em}  /* displayed at 12px */
input, select, th, td {font-size:1em;}

body.fbiframe {
    overflow: hidden;
}

body, html {
    height: 100%;
}

.wrapper {
    margin:auto;
    text-align: center;
    padding:0px;
    background:url('../images/bg.jpg') no-repeat 65% top #d7dfe7;
    max-width:810px;
}

header {
    position: relative;
}

.content {
    position: relative;
    min-height: 400px;
    padding-bottom: 40px;
}

.read {
    display: none;
    width: 90%;
    max-width: 500px;
    background-color: rgba(255,255,255,0.75);
    margin: 35px auto;
    position: relative;
    padding: 20px;    
}

.readMessage {
    background-color: transparent;
    background:url('../images/line.png') center top transparent;
    border: 0px solid #000;
    color: #202e55;
    display: inline-block;
    font-family: 'bernardregular';
    font-size: 40px;
    font-weight: lighter;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    padding-top: 10px;
}

.readPhoto {

}

.readFrom {
    color: #202e55;
    display: inline-block;
    font-family: 'bernardregular';
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
    width: 100%;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
    margin-bottom: 20px;
}

.step {
    width: 90%;
    max-width: 400px;
    display: block;
    background-color: rgba(255,255,255,0.75);
    margin: 35px auto;
    position: relative;
    padding: 30px 20px 0px 20px;
}

.step2 {
    padding-bottom: 30px;
}

.step3 {
    padding-bottom: 20px;
}

.step::before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #495170;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    line-height: 35px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 100;
    border: 2px solid #dedeea;
    font-family: 'Oswald', sans-serif;
}

.step1::before {
    content: '1';
}

.step2::before {
    content: '2';
}

.step3::before {
    content: '3';
}

textarea {
    background-color: transparent;
    background:url('../images/line.png') center top transparent;
    border: 0px solid #000;
    color: #202e55;
    display: inline-block;
    font-family: 'bernardregular';
    font-size: 40px;
    font-weight: lighter;
    height: 130px;
    margin-bottom: 0;
    padding: 3px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    line-height: 34px;
    left: 0;
    resize: none;
    -webkit-font-smoothing: antialiased;
    padding-top: 10px;
    background-size: 100%;
}

.bout2, .qq-upload-button2 {
    padding: 0;
    background-color: #ef686e;
    color: #ffffff;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
    line-height: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin: 5px auto;
}

.bout2:hover, .qq-upload-button2:hover {
    opacity: 0.8;
}

.bout3 {
    padding: 3px;
    background-color: #000;
    color: #fff;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 20px;
    font-weight: 600;;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 35px;
    left: 0;
    margin-left: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 15px;
}

.bout3:hover {
    text-decoration: none;
}
.maphoto {
    width: 100%;
    
}

.maphoto img {
padding: 10px 0;
}

.qq-upload-list {
    color: #000;
}
.qq-upload-failed-text {
    display: none;
}

.bout {
    cursor: default;
    padding: 0px 15px;
    background-color: #333;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-weight: 400;
    position: relative;
    top: 50px;
    
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
  
}

input[type="text"] {
    background-color: #FFFFFF;
    border: 0px solid #000;
    color: #000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 100;
    height: 20px;
    line-height: 20px;
    left: 0;
    margin-bottom: 0;
    padding: 3px;
    text-align: center;
    width: 160px;
    text-transform: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    vertical-align: text-bottom;
}

/********************************************************************************************************************/
/******** TOP BAR ***************************************************************************************************/
/********************************************************************************************************************/

.topbar {
    position: relative;
    background-color: transparent;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    /*height: 25px;*/
}


/********************************************************************************************************************/
/******** SHOP ******************************************************************************************************/
/********************************************************************************************************************/

.mini-shop {
    float: left;     
    line-height: 25px;
    height: 25px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    cursor: default;     
}

.mini-shop p {  
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.mini-shop a {
    display: inline-block;
    margin-left: 5px;
    height: 25px;
}

.mini-shop a img {    
    height: 100%;
    width: auto;
    display: block;
}




.shop-cover {
    width: 150px;
    /*display: inline-block;*/
    float: left;
}

.shop-cover img {
    width: 100%;
    height: auto;
}

.shop-title {
    text-transform: uppercase;
    margin: 10px 0;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;    
}

.shop-buttons {

}

.shop-button {
    background-color: #888;
    display: inline-block;
    width: 80px;    
    height: 16px;
    margin: 3px 1px;
    padding: 5px 0px 5px 5px;

    color: #000;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    text-align: left;
}

.shop-button img {
    height: 16px;
    width: auto;
    display: block;
    float: left;
    margin-right: 3px;
}

.shop-button:hover {
    background-color: #999;
    text-decoration: none;
}



/********************************************************************************************************************/
/******** FOLLOW ****************************************************************************************************/
/********************************************************************************************************************/

ul.follow {
    float: none;
    background-color: #fff;
    padding: 5px;
    position: absolute;
    display: block;
    left: 0;
    top: 140px;
    display: none;
}

ul.follow li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

ul.follow li:first-child { 
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    cursor: default;    
}

ul.follow a img {
    width: 16px;
    height: 16px;
}

ul.follow a {
    font-size: 15px;
    width: 16px;
    height: 16px;
    padding: 5px;
    line-height: 0;
    text-align: center;
    border: 0;
    margin: 0 0 0 -2px;
    background-color: #000;
    display: block;
    border-radius: 100%;
}

ul.follow a:hover { background-color: #666; }
ul.follow a.facebook:hover { background-color: #3b5998; }
ul.follow a.twitter:hover { background-color: #00aced; }
ul.follow a.googleplus:hover { background-color: #dd4b39; }
ul.follow a.vevo:hover { background-color: #ff0031; }
ul.follow a.instagram:hover { background-color: #517fa4; }
ul.follow a.youtube:hover { background-color: #bb0000; }
ul.follow a.pinterest:hover { background-color: #cb2027; }
ul.follow a.deezer:hover { background-color: #555; }
ul.follow a.spotify:hover { background-color: #81b71a ; }
ul.follow a.itunes:hover { background-color: #888; }
ul.follow a.tumblr:hover { background-color: #32506d; }



/********************************************************************************************************************/
/******** SHARE THIS ************************************************************************************************/
/********************************************************************************************************************/

a.shop {
    float: left;
    max-width: 280px;
}

.audio {
    float: right;
        margin-left: 20px;
}

.audio .playBtn1 {
    display: none;
} 

.audio .playBtn1 {
    display: none;
} 

.audio.playing .playBtn1 {
    display: inline-block;
} 

.audio.playing .pauseBtn1 {
    display: none;
}

.audio a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 0;
    margin: 0 0 0 1px;
    background-color: #fff;
    display: block;
    border-radius: 100%;    
}

ul.share {
    float: right;
}

ul.share li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

ul.share li:first-child { 
    /*font-family: Helvetica, sans-serif;*/
    /*font-size: 12px;*/
    line-height: 25px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    cursor: default;    
}

ul.share a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 0;
    margin: 0 0 0 1px;
    background-color: #fff;
    display: block;
    border-radius: 100%;
}

ul.share a.facebook {
    background-color: #3B5998;
    color: #fff;
}

ul.share a.twitter {
    background-color: #4099FF;
    color: #fff;
}

ul.share a.pinterest {
    background-color: #cb2027;
    color: #fff;
}

ul.share a.google {
    background-color: #d50f25;
    color: #fff;
}

ul.share a.facebook:hover {
    background-color: #3B5998;
    color: #fff;
}

ul.share a.twitter:hover {
    background-color: #4099FF;
    color: #fff;
}

ul.share a.google:hover {
    background-color: #d50f25;
    color: #fff;
}

ul.share a:hover {
    text-decoration: none;
}



/********************************************************************************************************************/
/******** FORM ******************************************************************************************************/
/********************************************************************************************************************/

@media screen and (max-width: 628px) {
    .basic_app #registration_container {
        width: 90% !important;
    }
    #cp, #town {
        width: 100% !important;
        float: none !important;
    }    
}


::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }

.basic_app #formWrapper {
    margin: 0 20px;
}

.register {
    font-size: 21px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    margin-top: 80px;
    display: none;
}


.fb-login {
    /*display: none;*/
}

.loginBtn {
    border: 0px solid #fff;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 2em;
    height: 35px;
    font-weight: 300;
    /* background-color: transparent; */
    margin-left: 0;
    vertical-align: -webkit-baseline-middle;
    background-color: transparent;
    width: 100%;
    display: inline-block;
    font-size: 1.0em;
    padding: 0 1.70em;
}

.actionBtn__icon, .loginBtn__icon {
    font-size: 0.95em;
    display: inline-block;
    margin: auto;
}

.facebookBtn .loginBtn__text {
    text-transform: none;
}

.actionBtn__text, .loginBtn__text {
    display: inline-block;
    letter-spacing: -0.02em;
    font-size: 0.90em;
    font-weight: 400;
    padding-left: 3px;
}

.facebookBtn {
    background-color: #3b5998;
    color: #fff;
}

.facebookBtn:hover {
    background-color: #4264ab;
    text-decoration: none;
    cursor: pointer;
}

.facebookBtn, .spotifyBtn, .deezerBtn {
    display: inline-block;
    box-sizing: border-box;
    line-height: 35px;
}


.inputTitle {
    background-color: transparent;
    height: 35px;
    line-height: 35px;
    color: #888;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    cursor: default;
}

.basic_app #registration_container {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 60%;
    background-color: transparent;
    padding-top: 20px;
    margin: 0 auto 5px auto;
}

.basic_app #registration_container .registration_title {
    font-size: 18px;
    font-weight:400;
    color: #000;
    margin-bottom:25px; 
    cursor: default;
}

.basic_app #registration_container input[type="text"], 
.basic_app #registration_container input[type="email"] {
    font-family: 'Open Sans', sans-serif, sans-serif;
  display: inline-block;;  
  font-size: 17px;
  line-height: 35px;
  font-weight: 200;
  width: 100%;
  background-color: #ffffff;
  border: 0px solid #d7d7d7;
  margin-bottom: 0;
  color: #888;
  vertical-align: middle;
  text-transform: none;
  height: 35px;
  margin: 10px auto 10px;
  padding: 0 5px;;
  border-radius: 0;
  text-align: center;
  box-sizing: border-box;;
}

.basic_app select {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 17px;
  line-height: 35px;
  font-weight: 200;
  width: 33.333%;
  background-color: #ffffff;
  border: 0;
  margin-bottom: 0;
  color: #000;
  vertical-align: middle;
  text-transform: none;
  margin: 0 0 10px;
  padding: 0 5px;
  height: 35px;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;  
    -webkit-appearance: none;
  float: left;
  box-sizing: border-box;
}

.basic_app #birthday {
  margin: 0px auto 0px;
  width: 100%;
  padding: 0;
  display: inline-block;
}

.basic_app #birthday p {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #888;
  margin: 0 0 3px;
  display: inline-block;
  padding: 0px;
  vertical-align: middle;
}


.basic_app .boutForm {
    padding: 0px 5px;
    background-color: #000;
    color: #ffffff;
    text-transform: none;
    font-size: 16px;
    line-height: 35px;
    height: 35px;

    cursor: pointer;

    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

    display: inline-block;
    position: relative;

    width: 100%;
    border: 0;

    border-radius: 0;
}

.basic_app .boutForm.close {
    /*display: none;*/
    width: 3%;
}

.basic_app .boutForm:hover {
    background-color: #444;
    text-decoration: none;
}

#formWrapper .error {
    border: 1px solid #b94a48 !important;
}

#formWrapper #cp {
    width: 40%;
    float: left;
    /* margin-right: 20px !important; */
}

#formWrapper #town {
    width: 60%;
    float: right;
}

.checkboxWrapper {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.checkbox-txt {
    cursor: default;
    color: #000;
    display: block;;
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

h5 {
    display: block;
    font-size: 1.3em;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 0;
}

/********************************************************************************************************************/
/******** FOOTER ****************************************************************************************************/
/********************************************************************************************************************/

footer {
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #cfcfcf;
    cursor: default;
    padding: 0;
    letter-spacing: 0.03em;
    background-color: #fff;
}

footer a {
    color: #cfcfcf;
    text-decoration: underline;
}

footer a:hover {
    text-decoration: underline;
    color: #999;
}

footer li {
    display: inline-block;
    padding: 10px 0;
    margin: 0 2px;
}

#mentions-nav li:last-child {
    display: none !important;
}

.fbiframe #mentions-fb {
    display: block !important;
}

#mentions-fb {
    font-size: 10px;
    color: #cfcfcf;
    /*display: none;*/
}

#mentions-fb a {
    color: #cfcfcf;
    text-decoration: underline;
}

#mentions-logos {
    clear: both;
    height: 40px;
    list-style: none outside none;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

#mentions-logos li a {
    display: block;
    opacity: 0.35;
    filter: alpha(opacity=35);
}

#mentions-logos li a img {
    width: 105px;
    height: 26px;
}

#mentions-logos li a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); 
}


