/* -------------------------------------------------------------
COMPASS IMPORT
------------------------------------------------------------- */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports) */
/* Imports
------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }
/*
GLOBAL STYLES
------------------------------------------------------------- */
/* Structure (reset, header,main - sidebar,footer)
-------------------------------------------------- */
ul {
  overflow: hidden;
  *zoom: 1; }
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-family: "Open Sans", helvetica, "sans-serif";
}
.p-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-container h2 {
  margin: 0;
  padding-bottom: 20px;
}
.p-container p {
  font-weight: 400;
}
.p-container strong {
  font-weight: 600;
  font-size: 1em;
}
#intro {
  padding-top: 0;
  margin-top: -10px;
}
.p-container strong .cfr {
  padding-left: 2px;
}
.rem {
  background: #f6f6f6;
  padding: 10px;
  color: #2c3742;
}
.cfr {
  color: #42a4bd;
  font-weight: 600;
  font-size: 1em;
}
#dnas-freeStreaming {
  padding: 40px 0;
}
#dnas-freeStreaming article {
  border: 0;
}
#dnas-article {
  padding-right: 10px;
}
#freeStreaming-article {
  padding-left: 10px;
}
#dnas-freeStreaming article header {
  background: #42a4bd;
  padding: 20px;
}
#dnas-freeStreaming article header h3 {
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
}
#dnas-freeStreaming article header h3 span {
  display: block;
  padding-top: 10px;
  font-size: 0.8em;
}
#dnas-freeStreaming article section {
  background: white;
  padding: 30px 20px;
  border: 1px solid #dce0e4;
  border-top: 0;
  min-height: 540px;
}
.features-article h4 {
  color: #2c3742;
}
.intro-article {
  min-height: 146px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dce0e4;
}
.subtitle {
  font-size: 1.15em;
color: #2c3742;
  line-height: 1.5em;
}
.features-article .fa-ul {
  overflow: visible;
  color: #8c939b;
}
.features-article .fa-ul li {
  line-height: 1.5em;
  padding-bottom: 10px;
}
.features-article .fa-ul li:last-child {
  padding-bottom: 0;
}
.features-article .fa-li {
  color: #42a4bd;
}
#dnas-freeStreaming article footer {
  margin-top: -20px;
  text-align: center;
}
#dnas-freeStreaming article footer a {
  background: #42a4bd;
  color: white;
  border: 0;
  min-width: 200px;
  letter-spacing: 1px;
}
#dnas-freeStreaming article footer a:hover, #dnas-freeStreaming article footer a.active {
  background: #2c3742;
  border: 0;
} 
#download {
  border-top: 1px solid #e6eaec;}
#start_station {
  background: #f3f6f8;
  position: relative;
  padding-bottom: 25px;
}
.canvas-arrow, .second-arrow {
  max-width: 1140px;
  margin: 0 auto;
}
.canvas-arrow:before {
content: '';
display: block;
position: relative;
top: -13px;
left: 25%;
width: 25px;
height: 25px; 
    background: #f3f6f8;
    border-right:1px solid #e6eaec;
    border-bottom:1px solid #e6eaec;
 -moz-transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
}
.second-arrow:before {
content: '';
display: block;
position: relative;
top: -13px;
left: 74%;
width: 25px;
height: 25px; 
    background: #f3f6f8;
    border-right:1px solid #e6eaec;
    border-bottom:1px solid #e6eaec;
 -moz-transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
}
#freeStreaming-service {
  border-top: 1px solid #e6eaec;
}
#streamingCriteria {
  background: #f3f6f8;
}
#streamingCriteria ul {
  overflow: visible;
}
#streamingCriteria ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
}
#streamingCriteria ul li:last-child {
  margin-bottom: 0;
}
#streamingCriteria .fa-li {
  top: 0.3em;
}
#quotes {
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}
blockquote {
  position: relative;
  z-index: 9;
  padding: 60px 160px ;
  background: white;
  border: 1px solid #e6eaec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote:before, blockquote:after  {
  font-family: 'EntypoRegular';
  content: '\275E';
  color: #b8d5eb;
  position: absolute;
  font-size: 8em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote:before {
    top: -3%;
    left: 5%;
     -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
}
blockquote:after {
    bottom: -5%;
    right: 5%;
}
main blockquote p {
  font-size: 24px;
}
main blockquote footer {
  text-align: right;
  font-size: 20px;
  color: #8c939b;
  line-height: 1.5em;
}
.accroche {
  padding: 40px 0;
  font-size: 18px;
}
#forms {
  padding-bottom: 0;
}
#forms nav {
  background: #f3f6f8;
  border-top: 1px solid #e6eaec;
  border-bottom: 1px solid #e6eaec;
}
#forms .pure-u-1-2, #forms .pure-u-md-1-2 {
  padding-left: 10px;
}
#forms .pure-u-1-2:nth-child(even), #forms .pure-u-md-1-2:nth-child(even) {
  padding-left: 0;
  padding-right: 10px;
}
#forms .pure-u-3-5 {
  padding-right: 20px;
}
#forms .pure-u-md-2-5 {
  padding-left: 14px;
}
#forms .pure-u-1-3:nth-child(even) {
  padding-left: 8px;
  padding-right: 8px;
}
#forms .pure-u-1-3:nth-child(odd) {
  padding-right: 14px;
}
#forms .pure-u-1-3:last-child {
  padding-right: 0;
  padding-left: 10px;
}
#forms nav ul li {
  text-align: center;
  padding: 20px 0;
  background: white;
  border-right: 1px solid #e6eaec;
  text-transform: uppercase;
  font-size: 16px;
  color: #8c939b;
}
#forms nav ul li .fa {
  padding-right: 10px;
}
#forms nav ul li:first-child {
  border-left: 1px solid #e6eaec;
}
#forms nav ul li.active {
  color: white;
  background: #42a4bd; 
}
#forms nav ul li.step-done .fa {
  color: #27ae60;
}
#forms p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#forms .error_input {
  border: 2px solid #e74c3c;
}
#forms .error_input:focus {
  border: 2px solid #9aa5b2;
}
.intro-forms {
  padding: 40px 0;
}
#forms ul li {
  padding: 0;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#forms ul li.label-li label {
  margin: 0;
  padding: 0;
}
.form-part-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}
.form-part-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
#form-step-1 li.checks {
    padding: 27px 10px !important;
} 
#form-step-2 form textarea {
    height: 230px;
}
.end-forms {
  text-align: right;
  border-top: 1px solid #e6eaec;
  padding: 0;
  padding-top: 40px;
}
.end-forms a {
  color: #c3c6c9;
  border-bottom: 2px solid #c3c6c9;
  padding-bottom: 6px;
  display: inline-block;
  margin-right: 20px;
   -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.end-forms a:hover {
  border-bottom: 2px solid #2c3742;
}
.container-form {
  padding-bottom: 40px;
}

.end-forms .btn {
    background: #42a4bd;
    color: white;
}
/*.end-forms .btn:focus,*/ 
.end-forms .btn:hover {
    background: white;
    color: #42a4bd;
}
.end-forms .btn .fa-spinner {
    color: white;
}
.end-forms .btn:hover .fa-spinner {
    color: #42a4bd;
}
.checks label {display: block;}
input[type="checkbox"] {
  width: 20px;
}
li.checks {
  padding: 28px 10px !important;
  background: #f3f6f8;
}
li.checks label {
  font-size: 14px;
}
li.checks label:last-child {
  margin-bottom: 0;
}
#profile-form {
  display: block;
}
.load-message {
  color: #8c939b;
  padding: 10px 0;
}
.invalid-input p {
  color: #e74c3c;
}
.valid-input p {
  color: #27ae60;
}
.fa-spinner {
  color: #42a4bd;
}
.load-message p {
  font-size: 1em !important;
}
#recaptcha_widget {
  border: 2px solid #e6eaec;
  padding: 20px;
}
.recaptcha_only_if_image {
  padding: 20px 0;
  display: block;
  border-top: 1px solid #e6eaec;
}
#recaptcha_image {
  margin-bottom: 20px;
}
#recaptcha_response_field {
  width: 75.5%;
}
.captcha_options {
  display: inline-block;
  padding: 12px 15px;
  border: 2px solid #dce0e4;
  text-align: center;
}
#fakeinput_file {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-top: 25px;
  border: 2px solid #42a4bd;
}
#fakeinput_file input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#fakeinput_file button {
  border: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #42a4bd;
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;;
}
#fakeinput_file button:hover {
  background: #2c3742;
}
#picture {
  height: 76px;
  width: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 3em;
  border: 2px solid #dce0e4;
  position: relative;
  overflow: hidden;
}
#picture img {
  width: 100%;
  position: relative;
}
#picture .fa {
  color: #e6eaec;
}
.picture_format {
  line-height: 76px;
  width: 84%;
  display: inline-block;
  font-size: 14px !important;
  background: #f3f6f8;
  text-align: center;
}
#station-form form textarea {
  height: 132px;
}
.selectize-input > * {
  display: inline-block;
  position: relative;
  border: 0;
  padding: 0;
  margin-left: 5px;
}
.selectize-input > *:focus {
  border: 0;
  padding: 0;
}
.selectize-input {
  border: 2px solid #dce0e4;
  color: #8c939b;
  padding: 10px 15px;
  width: 100%;
  font-family: "Open Sans", helvetica, "sans-serif";
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.selectize-dropdown {
  background: #f3f6f8;
  padding: 20px;
  position: absolute;
  height: 200px;
  overflow-y: scroll;
}
.sections-genres {
  color: #2c3742;
}
.selectize-control.multi .selectize-input [data-value] {
  background: #42a4bd;
  padding: 5px;
  color: white;
}
.remove {
  color: white;
  padding: 0 2px;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #42a4bd;
}
.selectize-dropdown .optgroup-header {
    color: #2c3742;
    cursor: default;
    padding: 20px 0 5px 0;
    border-bottom: 2px solid #2c3742;
    margin-bottom: 5px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
    padding: 5px 0 5px 0;
}
.control-group strong {
  color: #42a4bd;
}
#thankyou .p-container {
  padding: 40px 60px; 
}
#thankyou p {
  font-size: 1em;
}
#thankyou strong {
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
}
.backtoform {
  border-top: 1px solid #e6eaec;
  padding-top: 20px !important;
}
.backtoform a {
  color: #c3c6c9;
  border-bottom: 2px solid #c3c6c9;
  padding-bottom: 6px;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.backtoform a:hover {
  border-bottom: 2px solid #2c3742;
}
.mini-forms {
  max-width: 380px;
  padding: 0 20px;
  margin: 0 auto;
}
#register {
  position: relative;
}
#login, #recover_pwd, #verify_pwd {
  padding: 60px 0;
}
.mini-forms ul {
  overflow: visible;
}
.mini-forms li {
  margin-top: 20px;
  padding-top: 0;
}
.mini-forms li:first-child {
  margin-top: 0;
}
.mini-forms li .btn {
  background: #42a4bd;
  color: white;
  border: 0;
  display: block;
  width: 100%;
}
.mini-forms li .btn:hover {
  background: #2c3742;
  color: white;
  border: 0;
}
form .send-statut .error-msg {
  color: #c0392b;
}
form .send-statut .ok-msg {
  color: #27ae60;
}
form .send-statut li {
  margin-bottom: 10px;
  font-size: 14px;
}
form .send-statut li:last-child {
  margin-bottom: 0;
}
form .send-statut {
  background: #f3f6f8;
  padding: 20px;
}
.send-statut .fa-check {
  padding-right: 0;
}
.send-statut .fa-li {
  top: 0;
}
#provider_agreement .adress strong {
  display: block;
  margin-bottom: 5px;
}
#provider_agreement {
  background: #e4e8ed;
  padding: 40px 20px;
}
#provider_agreement .p-container {
  background: white;
  padding: 60px 40px;
}
#provider_agreement ol {
  padding-left: 25px;
}
#provider_agreement ol li {
  list-style-type:lower-alpha;
}
#provider_agreement li {
  font-size: 16px;
  list-style: outside;
  margin-bottom: 20px;
}
#provider_agreement ol.bullet-style li {
  list-style-type:initial;
}
.prodiverAgreement_title {
  padding: 40px 20px;
}

/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.none-overflow {
  overflow: hidden; }
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.container {
  min-height: 100%; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 500px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 137, 203, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-modal.md-show, .md-overlay.md-show {
  opacity: 1;
  visibility: visible; }

.md-content {
  background-color: #FFFFFF;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 300px;
  position: relative;
}
  .md-content #disclaimer, .md-content #privacy-policy {
    display: none; }
  .md-content #disclaimer.show-block, .md-content #privacy-policy.show-block {
    display: block; }
  .md-content a {
    color: #42a4bd; }
  .md-content p {
    margin-bottom: 20px; }
  .md-content ul, .md-content ol {
    margin-left: 20px; }


.md-content p strong {
  font-size: 16px !important;
  margin-top: 20px;
  display: inline-block;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: white; }

.md-show.md-effect-3 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.md-close {
  background-color: #42a4bd;
  color: #FFF;
  border: none;
  padding: 1em;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  outline: none; }


/* Header
------------------------------------- */
#layout.help-page {
  background: #e4e8ed; }

header.header .grid-pad.top-header {
  height: 100px;
  padding: 0;
  padding-top: 0;
  padding-left: 20px; }

section.help {
  background: white; }

#cookies {
  background: #398ea3;
  color: white;
  display: none; }
  #cookies a {
    color: #b3dcf0; }
  #cookies a:hover {
    color: white; }
  #cookies .btn {
    float: right; }
  #cookies .grid-pad {
    padding-bottom: 10px;
    padding-top: 10px; }
  #cookies p {
    line-height: 40px; }

header.header {
  background: #42a4bd;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  height: 210px; }
  header.header #header-up {
    display: none; }

.subHeader-wrapper {
  background: #3e9ab1; }
  .subHeader-wrapper .grid-pad {
    padding: 0 0 0 20px; }

.slide-infos {
  display: none; }

header.homeheader {
  position: relative;
  height: 530px;
  background: url(/img/home-cover.jpg) right 0 no-repeat fixed;
  -webkit-background-size: container;
  -moz-background-size: container;
  -o-background-size: container;
  background-size: container;
  -webkit-transition-property: margin-top;
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  }
  header.homeheader .slide-infos {
    display: block;
    padding-top: 1.3em; }
    header.homeheader .slide-infos .grid-pad {
      padding-top: 0; }
  header.homeheader #header-up {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -20px;
    text-align: center; }
    header.homeheader #header-up .fa {
      color: white;
      line-height: 40px;
      font-size: 4em; }
  header.homeheader .subHeader-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%; }

header.homeheader.full-header {
  height: 530px;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

header.homeheader.minify-header {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 210px; }
  header.homeheader.minify-header .slide-infos, header.header.fixed #header-up, header.header.fixed .slide-infos {
    display: none; }
  header.homeheader.minify-header #header-up {
      display: block;
      font-size: 0.5em;
  }
header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  background: #42a4bd; }

/* Main
------------------------------------- */
.genre-title h2 {
  padding-bottom: 0;
}
#no-result {
  padding: 0;
}
#adv_search {
  padding-bottom: 0;
}
/*Xmain.headerFixed {
  margin-top: 146px; }*/

main {
 
  background: white; }
  main aside a {
    color: #2c3742;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 13px;
    border-bottom: 2px solid white; }
  main aside a:hover, main aside a.active {
    border-bottom: 2px solid #42a4bd;
    -webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  main aside .sidebar-dropdown {
    max-height: 0;
    opacity: 0;
    padding-left: 20px;
    -webkit-transition-property: max-height, opacity;
    -moz-transition-property: max-height, opacity;
    -o-transition-property: max-height, opacity;
    transition-property: max-height, opacity;
    -webkit-transition-duration: 0.6s, 0.6s;
    -moz-transition-duration: 0.6s, 0.6s;
    -o-transition-duration: 0.6s, 0.6s;
    transition-duration: 0.6s, 0.6s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  main aside .sidebar-dropdown li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    font-size: 1em; }
    main aside .sidebar-dropdown li a {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    main aside .sidebar-dropdown li a:hover, main aside .sidebar-dropdown li a.active {
      color: #42a4bd; }
  main aside .sidebar-dropdown.active {
    max-height: 1200px;
    opacity: 1; }
  main aside .sidebar-dropdown a.active {
    color: #42a4bd; }
  main section {
    padding-bottom: 40px; }
  main .change-section {
    padding-bottom: 0; }

  main .section-offer section {
  padding-bottom: 20px; }

  main .dl-section2 {
   padding-bottom: 40px; }

  main .result-table .grid-pad {
    padding-top: 0; }
  main #directory {
    height: 100%; }
  main #adv_search [class*='col-']:last-of-type {
    padding-right: 20px; }

main.homePage {
  margin-top: 0; }

/* Wrappers
 ----------------*/
.wrapper {
  background: #e4e8ed;
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0 40px 0; }

.change-wrapper {
  padding-bottom: 0; }

.help-wrapper {
  padding-bottom: 20px; }

/* Footer
------------------------------------- */
#footer {
  background: #34393f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 81px; }
  #footer p {
    margin-top: 5px;
    line-height: 25px;
  }
  #footer .feedback {
    text-align: right; }
  #footer .feedback a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 13px;
    border: 2px solid #42a4bd;
    color: #42a4bd;
    text-transform: uppercase;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 700; }
  #footer .feedback a:hover {
    color: white; }
  #footer .social-links {
      max-height: 40px;
      min-width: 45px;
      text-align: center;
  }
/* Grid
------------------------------------- */
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px; }

[class*='col-'] {
  float: left;
  padding-right: 20px; }

[class*='col-']:last-of-type {
  padding-right: 0px; }

.grid {
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding: 20px 0 0px 20px; }

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px; }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

/* line 124, ../scss/base/grid.scss */
.col-7-12 {
  width: 58.33%; }

/* Global Styles h,p,ul,...
------------------------------------- */
body {
  font-family: "Open Sans", helvetica, "sans-serif";
  font-weight: 400; }

/* Global
------------- */
a:link {
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  outline: none; }

.btn:hover {
  background: #42a4bd;
  color: white; }

/* Header
------------- */
header.header .subHeader-wrapper {
  font-size: 0.875em; }
header.header h1 {
  width: 216px;
  padding-top: 20px; 
  position: relative;
}
header.header h1 img {
  width: 100%;
}
  header.header h1 a {
    display: block; }
header.header h2 {
  color: white;
  position: relative;
  font-weight: 400;
  line-height: 1.2em;
  max-width: 60%;
  padding: 0 0 20px 0;
  font-size: 2.813em;
  font-weight: 100;
  -webkit-font-smoothing: antialiased !important; }
header.header h2:before {
  background: white;
  content: "";
  width: 80px;
  height: 10px;
  display: block;
  margin-bottom: 20px; }
header.header h3 {
  font-size: 1.17em;
  color: white;
  font-weight: 700;
  -webkit-font-smoothing: antialiased !important;
  margin: 1em 0; }

/* Main
------------- */
.modification-title {
  padding-bottom: 10px;
}
main {
    /* Changes styles
    ----------------*/ }
  main a {
    color: #42a4bd; }
  main a:hover {
    color: #2c3742; }
  main h2, main h3, main h4 {
    color: #2c3742;
    position: relative;
    font-weight: 400;
    line-height: 1.5em;
    padding: 20px 0 40px 0; }
  main h2 {
    font-size: 1.75em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased !important; }
  main h2:before {
    background: #2c3742;
    content: "";
    width: 80px;
    height: 10px;
    display: block;
    margin-bottom: 20px; }
  main h3 {
    font-size: 1.375em;
    padding: 0 0 20px 0; }
  main .subh3 {
    padding-bottom: 0; }
  main h4 {
    font-size: 1.25em;
    color: #42a4bd;
    padding-bottom: 20px; }
  main strong {
    font-size: 1.18em;
    color: #2c3742;
    line-height: 1.5em; }
  main .change-title {
    padding-bottom: 20px; }
  main .searchresult-title {
    padding-top: 0; }
  main small {
    display: block;
    line-height: 1.5em; }
  main #faq strong {
    font-size: 1em;
    font-weight: 700; }
  main p, main li {
    font-size: 1.15em;
    max-width: 100%; }
  main p {
    line-height: 1.5em;
    color: #8c939b;
    margin-bottom: 20px; }
  main p:last-child {
    margin-bottom: 0; }
  main .btn {
    display: inline-block;
    padding: 10px 13px;
    border: 2px solid #42a4bd;
    color: #42a4bd;
    text-transform: uppercase;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 700; }
  main .list li {
    color: #8c939b;
    margin-bottom: 10px;
    line-height: 1.5em; }
  main .list li:last-child {
    margin-bottom: none; }
  main .list .fa-li {
    text-align: left; }
  main .ol-list {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
  }

/* Footer
------------- */
#footer {
  font-style: 0.875em; }

.btn {
  display: inline-block;
  padding: 10px 13px;
  border: 2px solid #42a4bd;
  color: #42a4bd;
  text-transform: uppercase;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 700; }

/* -------------------------------------------------------------
COMPONENTS STYLES
------------------------------------------------------------- */
/* Navigations
------------------------------------- */
/* Header - nav
------------------------------------- */
nav#mobile-nav {
  display: none; }

header.header #nav-btn {
  display: none;
  color: white;
  float: right;
  border: 2px solid white;
  -webkit-transition-property: border, color;
  -moz-transition-property: border, color;
  -o-transition-property: border, color;
  transition-property: border, color;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s; }
  header.header #nav-btn:hover, header.header #nav-btn.active {
    background: white;
    color: #42a4bd; }
header.header nav.main-nav {
  float: right; }
  header.header nav.main-nav ul {
    overflow: hidden;
    *zoom: 1;
    text-align: right;
    float: right;
    font-size: 1em;
    display: table;
    height: 100px; }
    header.header nav.main-nav ul li {
      padding-left: 40px;
      display: table-cell;
      vertical-align: middle; }
      header.header nav.main-nav ul li a {
        color: white;
        padding-bottom: 5px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        -webkit-transition-property: border;
        -moz-transition-property: border;
        -o-transition-property: border;
        transition-property: border;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      header.header nav.main-nav ul li a:hover, header.header nav.main-nav ul li a.active {
        border-bottom: 3px solid white; }
    header.header nav.main-nav ul li:first-child {
      padding-left: 0; }

header.homeheader #nav-btn {
  display: none;
  color: #42a4bd;
  float: right;
  border: 2px solid #42a4bd;
  -webkit-transition-property: border, color;
  -moz-transition-property: border, color;
  -o-transition-property: border, color;
  transition-property: border, color;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s; }
  header.homeheader #nav-btn:hover, header.homeheader #nav-btn.active {
    background: #42a4bd;
    color: white; }
header.homeheader nav.main-nav {
  float: right; }
  header.homeheader nav.main-nav ul {
    overflow: hidden;
    *zoom: 1;
    text-align: right;
    float: right;
    font-size: 1em;
    display: table;
    height: 100px; }
    header.homeheader nav.main-nav ul li {
      padding-left: 40px;
      display: table-cell;
      vertical-align: middle; }
      header.homeheader nav.main-nav ul li a {
        color: white;
        padding-bottom: 5px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        -webkit-transition-property: border;
        -moz-transition-property: border;
        -o-transition-property: border;
        transition-property: border;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      header.homeheader nav.main-nav ul li a:hover, header.homeheader nav.main-nav ul li a.active {
        border-bottom: 3px solid white; }
    header.homeheader nav.main-nav ul li:first-child {
      padding-left: 0; }

/* Global Pagination
-------------------- */
main .full-pagination {
  padding-top: 0; }
main .wrapper-pagination {
  margin-top: 40px;
  background: #d7dce1; }
main .pagination {
  overflow: hidden;
  *zoom: 1;
  background: #d7dce1; }
  main .pagination ul {
    overflow: hidden;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 40px;
    margin-bottom: -4px; }
    main .pagination ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block; }
      main .pagination ul li a {
        color: #2c3742;
        padding: 10px 15px; }
      main .pagination ul li a:hover {
        color: #42a4bd; }
      main .pagination ul li a.desable {
        color: #8b96a3;
        cursor: default; }
  main .pagination .prev, main .pagination .next {
    width: 16%; }
  main .pagination .next {
    text-align: right; }
  main .pagination .pagesid {
    width: 65%;
    text-align: center; }
    main .pagination .pagesid li:nth-child(6) {
      padding: 0 15px; }
    main .pagination .pagesid li a {
      padding-bottom: 5px;
      border-bottom: 2px solid #d7dce1;
      -webkit-transition-property: border;
      -moz-transition-property: border;
      -o-transition-property: border;
      transition-property: border;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      main .pagination .pagesid li a:hover, main .pagination .pagesid li a.active {
        border-bottom: 3px solid #42a4bd; }
main .wrapper-pagination [class*='col-']:last-of-type {
  padding-right: 20px; }
main .wrapper-nav ul {
  overflow: hidden;
  *zoom: 1; }
  main .wrapper-nav ul li {
    position: relative;
    float: left;
    padding: 0 20px; }
    main .wrapper-nav ul li a {
      color: #2c3742;
      display: inline-block;
      padding-bottom: 10px;
      -webkit-transition-property: border;
      -moz-transition-property: border;
      -o-transition-property: border;
      transition-property: border;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      border-bottom: 2px solid #e4e8ed; }
    main .wrapper-nav ul li a:hover, main .wrapper-nav ul li a.active {
      border-bottom: 2px solid #42a4bd; }
  main .wrapper-nav ul li:after {
    content: '';
    position: absolute;
    right: 0;
    height: 50%;
    width: 2px;
    background: #c6c9cd; }
  main .wrapper-nav ul li:last-child:after {
    background: none; }
  main .wrapper-nav ul li:first-child {
    padding-left: 0; }
  main .wrapper-nav ul li:last-child {
    border-right: 0; }
main .link-partner a.btn {
  display: inline-block;
  text-align: center;
}
#partners_list {
    padding-bottom: 0;
}

/* Home Pagination
-------------------- */
#footer {
  color: white; }
  #footer nav ul {
    height: 20px; }
    #footer nav ul li {
      float: left; }
      #footer nav ul li a, #footer p a  {
        color: #42a4bd; }
      #footer nav ul li a:hover, #footer nav ul li a.active, #footer p a:hover, #footer p a.active {
        color: #b3dcf0; }
    #footer nav ul li {
      padding-left: 20px;
      border-left: 2px solid #474f58;
      margin-left: 20px; }
    #footer nav ul li:first-child {
      padding-left: 0;
      border-left: none;
      margin-left: 0; }

/* Player
------------------------------------- */
/* Player - header
------------------------------------- */
/* line 3, ../scss/gui/player.scss */
.custom_player {
  /* station + artiste + song */
  /* sound */ }
  /* line 4, ../scss/gui/player.scss */
  .custom_player span {
    display: block;
    float: left;
    position: relative; }
    /* line 8, ../scss/gui/player.scss */
    .custom_player span a {
      width: 50px;
      text-align: center;
      line-height: 50px;
      font-size: 1.25em;
      display: inline-block;
      color: white;
      background: #398ea3;
      -webkit-transition-property: background;
      -moz-transition-property: background;
      -o-transition-property: background;
      transition-property: background;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    /* line 19, ../scss/gui/player.scss */
    .custom_player span a:hover {
      background: #2c3742; }
  /* line 23, ../scss/gui/player.scss */
  .custom_player .volume-btn, .custom_player .station_name {
    margin-right: 20px; }
  /* line 26, ../scss/gui/player.scss */
  .custom_player .volume-btn.active {
    background: #2c3742; }
  /* line 30, ../scss/gui/player.scss */
  .custom_player p {
    float: left;
    line-height: 50px;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 39%; }
    /* line 38, ../scss/gui/player.scss */
    .custom_player p strong {
      position: relative; }
  /* line 42, ../scss/gui/player.scss */
  .custom_player .artist_name, .custom_player .song_name {
    font-weight: 400; }
  /* line 45, ../scss/gui/player.scss */
  .custom_player .station_name {
    font-weight: 700; }
  /* line 49, ../scss/gui/player.scss */
  .custom_player #sound-wrapper {
    position: absolute;
    height: 50px;
    left: 50px;
    top: 0;
    background: #398ea3;
    overflow: hidden;
    *zoom: 1;
    z-index: 800;
    width: 0;
    opacity: 0;
    -webkit-transition-property: width, opacity;
    -moz-transition-property: width, opacity;
    -o-transition-property: width, opacity;
    transition-property: width, opacity;
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease-in-out; }
    /* line 62, ../scss/gui/player.scss */
    .custom_player #sound-wrapper .sound-bar {
      float: left;
      width: 175px;
      height: 50px;
      margin-right: 20px;
      padding: 20px 0;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 0; }
      /* line 72, ../scss/gui/player.scss */
      .custom_player #sound-wrapper .sound-bar #slider {
        -webkit-appearance: none !important;
        height: 10px;
        width: 175px;
        position: absolute;
        transition: all 0.3s ease;
        background: white; }
      /* line 80, ../scss/gui/player.scss */
      .custom_player #sound-wrapper .sound-bar .ui-slider-handle {
        -webkit-appearance: none !important;
        width: 20px;
        height: 20px;
        background: #42a4bd;
        border-radius: 30px;
        z-index: 1000;
        cursor: pointer;
        position: absolute;
        top: -5px;
        margin-left: -12px;
        outline: none;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
      /* line 95, ../scss/gui/player.scss */
      .custom_player #sound-wrapper .sound-bar .ui-slider-range {
        background: #42a4bd;
        height: 10px;
        position: relative;
        left: 0;
        display: block;
        height: 100%;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
    /* line 106, ../scss/gui/player.scss */
    .custom_player #sound-wrapper .sound-off {
      float: left;
      width: 50px; }
    /* line 110, ../scss/gui/player.scss */
    .custom_player #sound-wrapper .ui-slider-handle.mute, .custom_player #sound-wrapper .ui-slider-range.mute {
      background: #b3dcf0; }
  /* line 114, ../scss/gui/player.scss */
  .custom_player #sound-wrapper.active {
    position: absolute;
    height: 50px;
    width: 245px;
    opacity: 1;
    background: #398ea3; }

/* Search
------------------------------------- */
/* search bar
------------- */
/* line 3, ../scss/gui/search.scss */
.searchBar {
  position: relative; }
  /* line 4, ../scss/gui/search.scss */
  .searchBar .content-search {
    height: 50px;
    display: table;
    width: 100%; }
  /* line 10, ../scss/gui/search.scss */
  .searchBar .test {
    overflow: hidden;
    *zoom: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    border: 2px solid #398ea3;
    background: #398ea3;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 22, ../scss/gui/search.scss */
  .searchBar form input, .searchBar form button {
    background: #398ea3;
    border: none;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px; }
  /* line 29, ../scss/gui/search.scss */
  .searchBar form input:focus, .searchBar form button:focus {
    outline: none; }
  /* line 32, ../scss/gui/search.scss */
  .searchBar form input {
    float: left;
    width: 90%;
    line-height: 16px;
    color: white;
    font-family: "Open Sans", helvetica, "sans-serif";
    font-weight: 400;
    line-height: 16px; }
  /* line 41, ../scss/gui/search.scss */
  .searchBar form button {
    float: right;
    width: 10%; }
  /* line 46, ../scss/gui/search.scss */
  .searchBar ::-webkit-input-placeholder {
    color: white;
    font-family: "Open Sans", helvetica, "sans-serif";
    font-weight: 400;
    line-height: 16px; }
  /* line 53, ../scss/gui/search.scss */
  .searchBar :-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  /* line 57, ../scss/gui/search.scss */
  .searchBar ::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  /* line 61, ../scss/gui/search.scss */
  .searchBar :-ms-input-placeholder {
    color: white; }

/* dropdown search
------------------ */
/* line 67, ../scss/gui/search.scss */
.searchBar--dropdown {
  padding-right: 20px;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1000;
  height: 0;
  opacity: 0;
  -webkit-transition-property: height, opacity;
  -moz-transition-property: height, opacity;
  -o-transition-property: height, opacity;
  transition-property: height, opacity;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s; }
  /* line 81, ../scss/gui/search.scss */
  .searchBar--dropdown li {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #398ea3;
    width: 99.7%;
    color: white;
    font-family: "Open Sans", helvetica, "sans-serif";
    font-weight: 400; }
  /* line 91, ../scss/gui/search.scss */
  .searchBar--dropdown a {
    display: inline-block;
    color: white; }
  /* line 95, ../scss/gui/search.scss */
  .searchBar--dropdown a:hover {
    color: #2c3742; }

/* line 99, ../scss/gui/search.scss */
.searchBar--dropdown.active {
  height: 88px;
  opacity: 1; }

/* Table
------------------------------------- */
/* line 1, ../scss/gui/table.scss */
.data-table {
  width: 100%; }
  /* line 3, ../scss/gui/table.scss */
  .data-table thead {
    font-size: 1.375em; }
    /* line 6, ../scss/gui/table.scss */
    .data-table thead tr th {
      height: 40px;
      color: #2c3742;
      vertical-align: top;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .data-table th, .data-table td {
      text-align: left;
    }
    /* line 18, ../scss/gui/table.scss */
    .data-table thead tr th:nth-child(-n+3) {
      text-align: left; }
    /* line 21, ../scss/gui/table.scss */
    .data-table thead tr th.table-icon {
      min-width: 40px;
      width: 40px; }
    /* line 41, ../scss/gui/table.scss */
    .data-table thead tr th.genre {
      text-align: left;
      padding-left: 20px; }
  /* line 49, ../scss/gui/table.scss */
  .data-table tbody tr {
    border-bottom: 1px solid #dce0e4; }
    /* line 51, ../scss/gui/table.scss */
    .data-table td.stations, .data-table td.genre, .data-table td.type, .data-table td.listeners, .data-table td.bitrate {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #8c939b;
      font-size: 0.875em;
      height: 34px;
      vertical-align: middle; }
    /* line 58, ../scss/gui/table.scss */
    .data-table thead tr td.stations, .data-table tbody tr td.stations {
      min-width: 240px;
      max-width: 240px;
    }
    .data-table thead tr td.genre, .data-table tbody tr td.genre {
      min-width: 70px;
      max-width: 70px;
    }
    .data-table thead tr td.type, .data-table tbody tr td.type, .data-table thead tr td.bitrate, .data-table tbody tr td.bitrate, .data-table thead tr td.listeners, .data-table tbody tr td.listeners {
      min-width: 30px;
      max-width: 30px;
    }
    /* line 61, ../scss/gui/table.scss */
    .data-table tbody tr td.type {
      text-transform: uppercase; }
    /* line 86, ../scss/gui/table.scss */
    .data-table tbody tr td.genre {
      padding-left: 20px; }
    .data-table .genre, .data-table .listeners, .data-table .bitrate, .data-table .type {
      padding-left: 10px;
    }
  /* line 91, ../scss/gui/table.scss */
  .data-table a.tooltips {
    position: relative;
    display: inline; }
  /* line 95, ../scss/gui/table.scss */
  .data-table a.tooltips.active {
    color: #2c3742; }
  /* line 98, ../scss/gui/table.scss */
  .data-table .tooltips-item {
    position: absolute;
    width: 92px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0px;
    margin-left: -55px;
    margin-top: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    z-index: 300; }
  /* line 113, ../scss/gui/table.scss */
  .data-table .tooltips-item.active {
    height: 110px; }
  /* line 116, ../scss/gui/table.scss */
  .data-table .tooltips-item a {
    color: white;
    display: block;
    height: 34px;
    position: relative;
    line-height: 34px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #42a4bd; }
  /* line 126, ../scss/gui/table.scss */
  .data-table .tooltips-item a:hover {
    background: #398ea3; }
  /* line 129, ../scss/gui/table.scss */
  .data-table .tooltips-item a:first-child {
    margin-top: 8px; }
  /* line 132, ../scss/gui/table.scss */
  .data-table .tooltips-item a:first-child:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #42a4bd;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent; }

/* Gallery
------------------------------------- */
#partners {
    margin-top: 35px;
}
#partners article h3 {
    padding: 20px 0;
}
.nav-gallery h3 {
     padding: 0;
     line-height: 41px;
}

/* line 1, ../scss/gui/gallery.scss */
article {
  background: white;
  border: 1px solid #d7dce1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 5, ../scss/gui/gallery.scss */
  article header.header-article {
    background: #42a4bd;
    text-align: center;
    padding: 20px;
    font-size: 5em;
    color: white; }
  /* line 12, ../scss/gui/gallery.scss */
  article section {
    padding: 0 20px; }
    /* line 14, ../scss/gui/gallery.scss */
    article section h3 {
      text-align: center;
      padding-top: 20px; }
  /* line 20, ../scss/gui/gallery.scss */
  article footer.footer-article {
    text-align: center;
    padding: 20px 0; }

/* line 26, ../scss/gui/gallery.scss */
.gallery [class*='col-'] {
  padding-bottom: 20px; }
/* line 29, ../scss/gui/gallery.scss */
.gallery .grid-pad, .gallery .col-1-1 {
  padding-bottom: 0; }
/* line 32, ../scss/gui/gallery.scss */
.gallery [class*='col-']:nth-last-child(-n+3) {
  padding-bottom: 0; }

/* line 38, ../scss/gui/gallery.scss */
.developer article header.header-article {
  background: white; }
/* line 41, ../scss/gui/gallery.scss */
.developer article h3 {
  padding-top: 0; }

/* line 46, ../scss/gui/gallery.scss */
#faq article {
  padding: 40px; }
  /* line 47, ../scss/gui/gallery.scss */
  #faq article h3 {
    text-align: left; }

/* line 52, ../scss/gui/gallery.scss */
.help-wrapper article section {
  min-height: 180px; }

/* Forms
------------------------------------- */
/* Inputs */
/* line 3, ../scss/gui/form.scss */
.sidebar .styled-select select {
  background: transparent;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  color: #8c939b;
  width: 100%;
  cursor: pointer;
  font-family: "Open Sans", helvetica, "sans-serif";
  font-weight: 400; }
/* line 19, ../scss/gui/form.scss */
.sidebar .styled-select {
  height: 40px;
  border: 2px solid #dce0e4;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: url(/img/down_arrow-select.png) center right no-repeat;
  cursor: pointer; }
/* line 28, ../scss/gui/form.scss */
.sidebar #mobile-genres {
  display: none; }

/* line 33, ../scss/gui/form.scss */
form input, form textarea {
  border: 2px solid #dce0e4;
  color: #8c939b;
  padding: 10px 15px;
  width: 100%;
  font-family: "Open Sans", helvetica, "sans-serif";
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
/* line 42, ../scss/gui/form.scss */
form textarea {
  height: 120px;
 }
/* line 46, ../scss/gui/form.scss */
form button {
  font-family: "Open Sans", helvetica, "sans-serif"; }
/* line 49, ../scss/gui/form.scss */
form input:focus, form textarea:focus, form select:focus {
  border: 2px solid #9aa5b2;
  outline: none; }
/* line 53, ../scss/gui/form.scss */
form .styled-select select {
  background: transparent;
  height: 39px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  border: 0;
  border-radius: 0;
  padding: 5px 15px;
  color: #8c939b;
  width: 100%;
  cursor: pointer;
  font-family: "Open Sans", helvetica, "sans-serif";
  font-weight: 400; }
/* line 69, ../scss/gui/form.scss */
form .styled-select {
  height: 43px;
  border: 2px solid #dce0e4;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: url(/img/down_arrow-select.png) center right no-repeat;
  cursor: pointer; }
/* line 78, ../scss/gui/form.scss */
form #mobile-genres {
  display: none; }
/* line 81, ../scss/gui/form.scss */
form label {
  display: block;
  margin-bottom: 20px;
  font-size: 1.25em;
  color: #2c3742; }
/* line 87, ../scss/gui/form.scss */
form .form-btn {
  background: white; }
/* line 90, ../scss/gui/form.scss */
form .full-form-btn {
  width: 100%;
  text-align: center;
  margin-top: 38px;
  font-family: "Open Sans", helvetica, "sans-serif"; }
/* line 96, ../scss/gui/form.scss */
form li {
  padding-top: 20px; }
/* line 99, ../scss/gui/form.scss */
form li:nth-child(-n+2) {
  padding-top: 0; }

/* line 105, ../scss/gui/form.scss */
header form input:focus {
  border: none; }

/* line 112, ../scss/gui/form.scss */
#adv_search form li {
  padding-top: 0; }

/* Specific styles
------------------------------------- */
#send-status {
  text-align: center;
  line-height: 60px;
  background: #e4e8ed;
  color: #27ae60;
  margin-top: 20px;
}
/* ----------------------------------------------------------------
   Home
   ---------------------------------------------------------------- */
/* Desable play-btn when AAC */
/* line 5, ../scss/gui/specific-styles.scss */
.play-btn.desable {
  color: #c2c1c1; }
  /* line 7, ../scss/gui/specific-styles.scss */
  .play-btn.desable:hover {
    cursor: not-allowed; }

/* Tooltip
 --------------------------------*/
/* Base styles for the element that has a tooltip */
/* line 15, ../scss/gui/specific-styles.scss */
[data-tooltip],
.tooltip {
  position: relative; }

/* Base styles for the entire tooltip */
/* line 22, ../scss/gui/specific-styles.scss */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
/* line 54, ../scss/gui/specific-styles.scss */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
/* line 63, ../scss/gui/specific-styles.scss */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
/* line 72, ../scss/gui/specific-styles.scss */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  width: 340px;
  height: 35px;
  background-color: #42a4bd;
  background-color: #42a4bd;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 35px;
  text-align: center; }

/* Bottom */
/* line 86, ../scss/gui/specific-styles.scss */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 73%;
  bottom: auto;
  left: 0; }

/* line 92, ../scss/gui/specific-styles.scss */
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #42a4bd;
  border-bottom-color: #42a4bd; }

/* line 103, ../scss/gui/specific-styles.scss */
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* ----------------------------------------------------------------
   Broadcast Now
   ---------------------------------------------------------------- */
/* Tips */
/* line 113, ../scss/gui/specific-styles.scss */
.tips span {
  color: #42a4bd;
  display: inline-block;
  padding-right: 10px;
  font-size: 1.25em; }
/* line 119, ../scss/gui/specific-styles.scss */
.tips div:first-child p {
  min-height: 63px; }

/* DNAS */
/* line 124, ../scss/gui/specific-styles.scss */
.shoutcastdnas-wrapper {
  background: url(/img/illustration-features.png) bottom right no-repeat;
  background-color: #42a4bd; }
  /* line 127, ../scss/gui/specific-styles.scss */
  .shoutcastdnas-wrapper h2, .shoutcastdnas-wrapper h3, .shoutcastdnas-wrapper p, .shoutcastdnas-wrapper .list li {
    color: white; }
  /* line 130, ../scss/gui/specific-styles.scss */
  .shoutcastdnas-wrapper h2:before {
    background: white;
    content: "";
    width: 80px;
    height: 10px;
    display: block;
    margin-bottom: 20px; }

/* Download */
/* line 136, ../scss/gui/specific-styles.scss */
.dlList .dlList--item {
  display: inline-block;
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 20%;
  margin-left: -0.8%;
  height: 60px; }
  /* line 143, ../scss/gui/specific-styles.scss */
  .dlList .dlList--item .dl-container {
    height: 60px;
    min-width: 100%;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 2px solid #dce0e4;
    padding: 0 20px; }
  /* line 152, ../scss/gui/specific-styles.scss */
  .dlList .dlList--item .dlLogiciel-icon {
    height: 60px;
    padding-right: 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    /* line 158, ../scss/gui/specific-styles.scss */
    .dlList .dlList--item .dlLogiciel-icon .fa {
      color: #42a4bd;
      line-height: 60px;
      font-size: 3em; }
    /* line 163, ../scss/gui/specific-styles.scss */
    .dlList .dlList--item .dlLogiciel-icon img {
      padding-top: 10px; }
  /* line 167, ../scss/gui/specific-styles.scss */
  .dlList .dlList--item .link-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 60px;
    display: inline-block;
    line-height: 60px; }
    /* line 173, ../scss/gui/specific-styles.scss */
    .dlList .dlList--item .link-container a {
      display: block;
      line-height: 30px; }
  /* line 179, ../scss/gui/specific-styles.scss */
  .dlList .dlList--item .link-container.inline-link a {
    line-height: 60px; }
/* line 185, ../scss/gui/specific-styles.scss */
.dlList .dlList--item:last-child .dl-container {
  border: none; }
/* line 189, ../scss/gui/specific-styles.scss */
.dlList .dlList--item:first-child {
  padding-left: 6px; }

/* line 194, ../scss/gui/specific-styles.scss */
#dl-dsp .dlList--item {
  min-width: 100%; }
  /* line 196, ../scss/gui/specific-styles.scss */
  #dl-dsp .dlList--item .dl-container {
    text-align: left;
    padding: 0; }

/* ----------------------------------------------------------------
   Change colors
   ---------------------------------------------------------------- */
/* line 206, ../scss/gui/specific-styles.scss */
.special-note h3, .special-note p {
  color: #42a4bd; }

/* line 210, ../scss/gui/specific-styles.scss */
.fa-check {
  padding-right: 10px; }

/* ----------------------------------------------------------------
   Images faq
   ---------------------------------------------------------------- */
/* line 216, ../scss/gui/specific-styles.scss */
.img-canvas {
  text-align: center; }

/* line 219, ../scss/gui/specific-styles.scss */
#faq img {
  width: 100%; }

/* ----------------------------------------------------------------
   ScrollTop
   ---------------------------------------------------------------- */
/* line 226, ../scss/gui/specific-styles.scss */
#back-top {
  position: fixed;
  text-align: center;
  right: 20px;
  bottom: 101px;
  background: white; }
  /* line 232, ../scss/gui/specific-styles.scss */
  #back-top a {
    padding: 10px 15px; }
.date-tos {
    text-align: center;
    margin-top: 80px;
}
/* ----------------------------------------------------------------
    Advertising
   ---------------------------------------------------------------- */
.flux {
    width: 320px;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
	z-index: 9999;
}

/* -------------------------------------------------------------
MEDIA QUERIES
------------------------------------------------------------- */


#dnasPopup{
 position: fixed;
 z-index: 99999;
 top:0;
 left:0;
 right:0;
 bottom: 0;
 background-color: rgba(66,164,189,0.66);
 width: 100%;
 text-align: center; 
 
}
#dnasPopup div{
 width:300px;
 margin: auto;
 background-color: #FFF;
 padding: 2.3em 1.8em 1.8em;
 vertical-align: middle; 
 top: 50%;
 left: 0;
 right: 0;
 position: absolute;
 margin-top: -112px;
 line-height: 1.5em;
}
#dnasPopup p{
 font-size: 1.1em;
}
#dnasPopup input{
 width: 100%;
 outline:none;
 border: 1px solid #42a4bd;
 padding: 0.5em;
 margin-top: 0.5em;
 
}
#dnasPopup input[type="submit"]{
 background-color: #42a4bd;
 margin: 0;
 color: #FFF;
 text-transform: uppercase;
 margin-top: 10px;
}
#dnasPopup input[type="submit"]:hover{
 background-color: #3e9ab1;
}
#dnasPopup input[type="submit"]:active{
 background-color: #398ea3;
}
.cross{
 display: block;
 width: 17px;
 height: 17px;
 position: absolute;
 right: 10px;
 top:10px;
 color: #42a4bd;
 background-image: url(/img/cross.png);
 cursor: pointer;
 background-size: cover;
}
.cross:hover{
 transform:rotate(90deg);
 transition:500ms;
}

#dnasPopup #popupError{
 font-weight: 100;
 margin-top: 0.8em;
 font-size: 0.9em;
}

#partners{
	background-color: #f3f6f8;
}
#partners_list h3{
	font-weight: bold;
	margin-bottom: 1em;
}
#partners_list a{
	text-align: center;
	padding: 1em 0;
	opacity: 0.9;
	transition:500ms;
}
#partners_list a img{
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 280px;
	height: auto;
}

.bx-controls{
	position: relative;
}
.bx-prev, .bx-next{
	position: absolute;
	top:-130px;
	background-image: url(/img/controls.png);
	display: block;
	width: 25px;
	height: 50px;
	text-indent: -9999px;
}
.bx-prev{
	left: -40px;
}
.bx-next{
	right: -40px;
	background-position: -25px;
}
#partners_list .bx-prev:hover, #partners_list .bx-next:hover{
	background-color: transparent;
}
#partners_list .bx-prev:hover{
	left:-45px;
}
#partners_list .bx-next:hover{
	right: -45px;
}

#partners_list a:hover{
	opacity: 1;
	transition:500ms;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}
#partner-content{
	padding: 0;
}
.bx-wrapper{
	max-width: 100%!important;
	position: relative;
	
}
#partners_list .bx-pager-item a{
	border-radius:100%;
	width: 15px;
	height: 15px;
	display: block;
	padding: 0;
	background-color: #ababab;
	text-indent: -99999px;
	margin: 0 5px;
}
.bx-pager-item{
	text-align: center;
	display: inline-block;
}
.bx-pager{
	text-align: center;
	padding: 2em 0;
}
#partners_list .bx-pager .active{
	background-color: #747474;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	margin-bottom: 30px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#overlay{
	position: fixed;
	background-color: #FFF;
	background-color:rgba(62,153,176,0.8);
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 9;
}
#r4bpopup{
	background-color: #3e9ab1;
	color: #FFF;
	max-width: 400px;
	padding: 1em;
	text-align: center;
	line-height: 1.4em;
	max-height: 380px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px; 
	margin-top: -190px; 
	z-index: 99;
}
#r4bpopup img{
	width: 70%;
	margin: 0 auto;
	display: block;
	border-bottom: 2px solid #FFF;
	padding: 1em;
	margin-bottom: 1em;
}
#r4bpopup p{
	margin-bottom: 1em;
}
#r4bpopup .btn{
	border-color: #FFF;
	color: #FFF;
	margin: 0 auto;
	width: 65%;
	display: block;
	margin-top: 1em;
}
#closepop{
	position: absolute;
	top:10px;
	right:10px;
	width: 25px;
	height: 25px;
	display: block;
	background: url(/img/closepop.png);
	text-indent: -99999px;
	background-size: 25px 25px;
}