body {
  font-family: 'Open Sans', sans-serif;
}
/* HEADER ELEMENTS */
header.mainHeader {
  padding: 10px 8px;
}
header.mainHeader .logzone {
  float: right;
  padding: 10px 0;
  padding-top: 47px;
}
header.mainHeader .logzone a {
  text-decoration: none;
  color: #1487c9;
  font-weight: bold;
}
header.mainHeader .logzone a.active {
  color: #989898;
}
header.mainHeader .logzone .btnLog {
  background: #1487c9;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  margin-left: 10px;
}
header.mainHeader .logoEurosatory,
header.mainHeader .logoPasTV {
  padding: 10px 0 10px 0;
}
header.mainHeader .logoEurosatory a,
header.mainHeader .logoPasTV a {
  display: block;
}
header.mainHeader .logoEurosatory {
  text-align: left;
}
header.mainHeader .logoPasTV {
  text-align: center;
  padding-top: 35px;
}
.navbar {
  background: #f2f2f2;
  border: 0;
  margin-bottom: 0;
  border-radius: 0 !important;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
  text-align: center;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #989898;
  background: #f2f2f2 !important;
  font-weight: normal;
}
.navbar-nav > li.active > a.home,
.navbar-nav > li > a:hover.home,
.navbar-nav > li > a:focus.home,
.navbar-nav > li > a:active.home {
  color: #6ea7d7;
}
.navbar-nav > li.active > a.home .icon,
.navbar-nav > li > a:hover.home .icon,
.navbar-nav > li > a:focus.home .icon,
.navbar-nav > li > a:active.home .icon {
  background-position: 2px -90px;
}
.navbar-nav > li.active > a.clips,
.navbar-nav > li > a:hover.clips,
.navbar-nav > li > a:focus.clips,
.navbar-nav > li > a:active.clips {
  color: #5492c5;
}
.navbar-nav > li.active > a.clips .icon,
.navbar-nav > li > a:hover.clips .icon,
.navbar-nav > li > a:focus.clips .icon,
.navbar-nav > li > a:active.clips .icon {
  background-position: -118px -90px;
}
.navbar-nav > li.active > a.dailynews,
.navbar-nav > li > a:hover.dailynews,
.navbar-nav > li > a:focus.dailynews,
.navbar-nav > li > a:active.dailynews {
  color: #3b79ad;
}
.navbar-nav > li.active > a.dailynews .icon,
.navbar-nav > li > a:hover.dailynews .icon,
.navbar-nav > li > a:focus.dailynews .icon,
.navbar-nav > li > a:active.dailynews .icon {
  background-position: -355px -90px;
}
.navbar-nav > li.active > a.demo,
.navbar-nav > li > a:hover.demo,
.navbar-nav > li > a:focus.demo,
.navbar-nav > li > a:active.demo {
  color: #235f91;
}
.navbar-nav > li.active > a.demo .icon,
.navbar-nav > li > a:hover.demo .icon,
.navbar-nav > li > a:focus.demo .icon,
.navbar-nav > li > a:active.demo .icon {
  background-position: -593px -90px;
}
.navbar-nav > li.active > a.gallery,
.navbar-nav > li > a:hover.gallery,
.navbar-nav > li > a:focus.gallery,
.navbar-nav > li > a:active.gallery {
  color: #154974;
}
.navbar-nav > li.active > a.gallery .icon,
.navbar-nav > li > a:hover.gallery .icon,
.navbar-nav > li > a:focus.gallery .icon,
.navbar-nav > li > a:active.gallery .icon {
  background-position: -710px -90px;
}
.navbar-nav > li.active > a.alerts,
.navbar-nav > li > a:hover.alerts,
.navbar-nav > li > a:focus.alerts,
.navbar-nav > li > a:active.alerts {
  color: #0e385b;
}
.navbar-nav > li.active > a.alerts .icon,
.navbar-nav > li > a:hover.alerts .icon,
.navbar-nav > li > a:focus.alerts .icon,
.navbar-nav > li > a:active.alerts .icon {
  background-position: -829px -90px;
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
}
h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #7e7e7e;
  margin-top: 5px;
}
h2 {
  font-size: 24px;
  margin-top: 5px;
}
h3 {
  font-size: 20px;
  margin-top: 5px;
  color: #555;
}
h6 {
  font-size: 16px;
  color: #47945e;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 22px;
}
img {
  max-width: 100%;
}
.imgBanner {
  height: 200px;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  margin-bottom: 10px;
}
a {
  color: #cc181e;
  font-weight: bold;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #d65624;
}
/* GENERAL */
.btntoggle {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 9999;
  text-align: right;
}
.btntoggle span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #7e7e7e;
  margin-top: 5px;
  font-family: 'Oswald', sans-serif;
  display: block;
  margin-bottom: 10px;
  padding: 0 3px;
}
.btntoggle i.fa-twitter {
  color: #60aadd;
  font-size: 16px;
  vertical-align: middle;
}
.btntoggle i.btn {
  background: #f2f2f2;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  line-height: 40px;
  display: inline-block;
  color: #3d3d3d;
  font-weight: normal;
  box-shadow: none;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding-right: 250px;
}
#wrapper .btntoggle {
  right: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-right: 250px;
  padding-right: 0;
}
#wrapper.toggled .btntoggle {
  right: 0;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 250px;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #f2f2f2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 250px;
}
.widgetOuter {
  padding: 10px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
  width: 0;
}
#page-content-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
}
#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: 0;
}
.mainContent {
  background-image: url('img/bg_parisairshowtv_plateforme.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bgGray {
  background: #f2f2f2;
  margin-bottom: 10px;
}
/* HOMEPAGE */
.homeVideosThumbs .videoPreviewOuter {
  padding: 10px 10px;
}
.homeVideosThumbs .videoPreviewOuter .icon {
  height: 23px;
  display: inline-block;
  background-repeat: no-repeat;
}
.homeVideosThumbs .share {
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 23px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.homeVideosThumbs .share a {
  background: #f2f2f2;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
  margin-top: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.homeVideosThumbs .share a .fa-youtube {
  color: #c00f08;
}
.homeVideosThumbs .share a .fa-facebook {
  color: #324b80;
}
.homeVideosThumbs .share a .fa-twitter {
  color: #5fa9dc;
}
.homeVideosThumbs .share a .fa-linkedin {
  color: #1d8cb5;
}
.homeVideosThumbs .download {
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 23px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.homeVideosThumbs .download a,
.homeVideosThumbs .download a:focus,
.homeVideosThumbs .download a:hover,
.homeVideosThumbs .download a:active {
  background: none;
  /*color: #154974;*/
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
}
.homeVideosThumbs .clipoftheday {
  color: #5492c5;
}
.homeVideosThumbs .clipoftheday h2 a,
.homeVideosThumbs .clipoftheday h2 a:hover,
.homeVideosThumbs .clipoftheday h2 a:focus,
.homeVideosThumbs .clipoftheday h2 a:active {
  color: #5492c5;
  font-weight: normal;
}
.homeVideosThumbs .clipoftheday .share,
.homeVideosThumbs .clipoftheday .download {
  background: #5492c5;
}
.homeVideosThumbs .clipoftheday .icon {
  background-image: url('img/icon_clip.png');
  width: 25px;
}
.homeVideosThumbs .dailynews {
  color: #3b79ad;
}
.homeVideosThumbs .dailynews h2 a,
.homeVideosThumbs .dailynews h2 a:hover,
.homeVideosThumbs .dailynews h2 a:focus,
.homeVideosThumbs .dailynews h2 a:active {
  color: #3b79ad;
  font-weight: normal;
}
.homeVideosThumbs .dailynews .share,
.homeVideosThumbs .dailynews .download {
  background: #3b79ad;
}
.homeVideosThumbs .dailynews .icon {
  background-image: url('img/icon_dailynews.png');
  width: 28px;
}
.homeVideosThumbs .livedemo {
  color: #235f91;
}
.homeVideosThumbs .livedemo h2 a,
.homeVideosThumbs .livedemo h2 a:hover,
.homeVideosThumbs .livedemo h2 a:focus,
.homeVideosThumbs .livedemo h2 a:active {
  color: #235f91;
  font-weight: normal;
}
.homeVideosThumbs .livedemo .share,
.homeVideosThumbs .livedemo .download {
  background: #235f91;
}
.homeVideosThumbs .livedemo .icon {
  background-image: url('img/icon_livedemo.png');
  width: 23px;
}
.homeVideosThumbs .photogallery {
  color: #154974;
}
.homeVideosThumbs .photogallery h2 a,
.homeVideosThumbs .photogallery h2 a:hover,
.homeVideosThumbs .photogallery h2 a:focus,
.homeVideosThumbs .photogallery h2 a:active {
  color: #154974;
  font-weight: normal;
}
.homeVideosThumbs .photogallery .share,
.homeVideosThumbs .photogallery .download {
  background: #154974;
}
.homeVideosThumbs .photogallery .icon {
  background-image: url('img/icon_photo.png');
  width: 26px;
}
.homeVideosThumbs h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 10px !important;
}
.homeVideosThumbs .videoPreview {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 8;
}
.homeVideosThumbs .videoPreview .title {
  font-size: 12px;
  color: white;
  background: #3d3d3d;
  padding: 3px 5px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
}
.homeVideosThumbs .videoPreview img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.homeVideosThumbs .videoPreview a.seeVideo {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  color: white;
  text-decoration: none;
}
.homeVideosThumbs .videoPreview a.seeVideo span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('img/btnplay.png') no-repeat center center;
}
/* PAGE VIDEO */
.pageVideo .video-js.auto-height {
  height: 0 !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  width: auto !important;
}
.pageVideo .share {
  text-transform: uppercase;
  color: #767676;
  line-height: 23px;
  vertical-align: middle;
  font-size: 14px;
}
.pageVideo .share a {
  background: #f2f2f2;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
  margin-top: 2px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.pageVideo .share a .fa-youtube {
  color: #c00f08;
}
.pageVideo .share a .fa-facebook {
  color: #324b80;
}
.pageVideo .share a .fa-twitter {
  color: #5fa9dc;
}
.pageVideo .share a .fa-linkedin {
  color: #1d8cb5;
}
/* PHOTO GALLERY */
.photogallery .portfolioGroup {
  margin-bottom: 30px;
}
.photogallery h2 {
  margin-bottom: 20px;
}
.photogallery #filters {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
.photogallery #filters li {
  display: inline-block;
  margin: 0 5px;
}
.photogallery #filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #3d3d3d;
  cursor: pointer;
  background: #f2f2f2;
  text-transform: uppercase;
  font-size: 13px;
}
.photogallery #filters li span.active {
  background: #cc181e;
  color: #fff;
}
.photogallery .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
}
.photogallery .portfolio .description {
  background: #f2f2f2;
  padding: 6px 10px;
}
.photogallery .portfolio .description h3 {
  font-size: 14px;
  color: #3d3d3d;
  margin: 0;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
}
.photogallery .portfolio .description p {
  margin-bottom: 0;
}
.photogallery .portfolio .description .download {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
}
.photogallery .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}
.photogallery .portfolio img {
  width: 100%;
  position: relative;
}
/* PAGE AUTH */
.auth h1 {
  margin: 5px 0 15px 0;
  font-size: 20px;
}
.auth .about h1 {
  color: #cc181e;
}
.auth .lostpass {
  text-align: right;
  font-size: 12px;
}
.auth .lostpass a {
  color: #3d3d3d;
  text-decoration: underline;
}
.auth .formAuth form input {
  background: white !important;
  color: #3d3d3d;
}
.auth .formAuth form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  color: #3d3d3d;
}
.auth .formAuth form ::-webkit-input-placeholder {
  color: #3d3d3d;
}
.auth .formAuth form :-moz-placeholder {
  color: #3d3d3d;
}
.auth .formAuth form ::-moz-placeholder {
  color: #3d3d3d;
}
.auth .formAuth form :-ms-input-placeholder {
  color: #3d3d3d;
}
.auth .createOuter,
.auth .loginOuter {
  float: left;
  width: 50%;
}
.auth .createOuter {
  border-right: 1px solid #cdcdcd;
}
/* PAGE VIDEO */
.video-js .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-big-play-button {
  height: 50px;
  width: 50px;
  line-height: 42px;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid white;
}
.relatedThumbs {
  padding: 10px 10px 0 10px;
}
.relatedThumbs img {
  width: 100%;
}
.relatedThumbs h1,
.relatedThumbs h2,
.relatedThumbs h3 {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #3d3d3d;
}
.relatedThumbs .videoPreview,
.relatedThumbs .videoTitle {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.relatedThumbs .videoPreview a {
  display: block;
  position: relative;
}
.relatedThumbs .videoPreview .zoom {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('img/btnplaysmall.png') no-repeat center center;
}
.relatedThumbs .videoTitle {
  padding-left: 10px;
}
.relatedThumbs .videoTitle .date {
  color: #767676;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.relatedThumbs .videoTitle a {
  color: #3d3d3d;
  font-weight: 400;
}
.relatedThumbs .videoTitle a:hover,
.relatedThumbs .videoTitle a:focus,
.relatedThumbs .videoTitle a:active {
  color: #cc181e;
}
.relatedThumbs .videoOuter {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.relatedThumbs .videoOuter:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* FOOTER */
footer {
  text-align: center;
  background: #f2f2f2;
}
footer p {
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #5b5b5b;
}
footer p a {
  color: #5b5b5b;
  font-weight: 600;
}
footer p a:hover,
footer p a:focus,
footer p a:active {
  color: #1487c9;
  text-decoration: none;
}
/*  MISC  */
.red {
  color: #cc181e;
}
.green {
  color: #47945e;
}
.radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.playerOuter h1 {
  color: #cc181e;
}
.playerOuter .bgGray {
  padding: 10px;
  overflow: hidden;
}
.playerOuter .videoInfos {
  margin-top: 10px;
}
.playerOuter .videoInfos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #fff;
}
.btn {
  border-radius: 0;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-danger {
  color: white;
  background: #cc181e;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background: #b5151b;
}
.sidebar .btn {
  margin-bottom: 5px;
}
.content-alerts article {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.content-alerts article:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.content-alerts h2 {
  margin-bottom: 10px;
}
form {
  margin: 20px 0;
}
.btn-success {
  background: #47945e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #367248;
}
.innerPadding {
  padding: 10px;
}
@media (max-width: 480px) {
  .logoPasTV,
  .logoEurosatory {
    text-align: center;
  }
  .logoPasTV img,
  .logoEurosatory img {
    max-width: 140px;
  }
  header.mainHeader .logzone {
    float: none;
    text-align: center;
    padding-top: 10px;
  }
  .auth .createOuter,
  .auth .loginOuter {
    float: none;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .logoPasTV img,
  .logoEurosatory img {
    max-width: 80%;
  }
  header.mainHeader .logzone {
    float: none;
    text-align: center;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    margin: 5px 0;
    width: 100%;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    display: block;
    height: auto;
    text-align: center;
    padding: 10px 10px 8px 10px;
    font-weight: normal;
  }
  .navbar-nav > li > a .icon {
    height: 34px;
    line-height: 34px;
    width: 36px;
    display: inline-block;
    margin: 0 auto;
    background-image: url('img/sprites_big.png');
    background-repeat: no-repeat;
    float: left;
  }
  .navbar-nav > li > a p {
    width: auto;
    height: 34px;
    line-height: 31px;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 0 10px;
  }
  .navbar-nav > li > a p span {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
  }
  .navbar-nav > li > a.home {
    background: #6ea7d7;
  }
  .navbar-nav > li > a.home .icon {
    background-position: 2px 0px;
  }
  .navbar-nav > li > a.clips {
    background: #5492c5;
  }
  .navbar-nav > li > a.clips .icon {
    background-position: -118px 0px;
  }
  .navbar-nav > li > a.dailynews {
    background: #3b79ad;
  }
  .navbar-nav > li > a.dailynews .icon {
    background-position: -355px 0px;
  }
  .navbar-nav > li > a.demo {
    background: #235f91;
  }
  .navbar-nav > li > a.demo .icon {
    background-position: -593px 0px;
  }
  .navbar-nav > li > a.gallery {
    background: #154974;
  }
  .navbar-nav > li > a.gallery .icon {
    background-position: -710px 0px;
  }
  .navbar-nav > li > a.alerts {
    background: #0e385b;
  }
  .navbar-nav > li > a.alerts .icon {
    background-position: -829px 0px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav > li {
    margin: 0 0.45%;
    width: 15%;
  }
  .navbar-collapse {
    padding: 0;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    display: block;
    height: 84px;
    text-align: center;
    padding: 10px 10px 8px 10px;
    font-weight: normal;
  }
  .navbar-nav > li > a .icon {
    height: 34px;
    width: 36px;
    display: block;
    margin: 0 auto;
    background-image: url('img/sprites_big.png');
    background-repeat: no-repeat;
  }
  .navbar-nav > li > a p {
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
    text-align: center;
    /* centrage horizontal */
  }
  .navbar-nav > li > a p span {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
  }
  .navbar-nav > li > a.home {
    background: #6ea7d7;
  }
  .navbar-nav > li > a.home .icon {
    background-position: 2px 0px;
  }
  .navbar-nav > li > a.clips {
    background: #5492c5;
  }
  .navbar-nav > li > a.clips .icon {
    background-position: -118px 0px;
  }
  .navbar-nav > li > a.dailynews {
    background: #3b79ad;
  }
  .navbar-nav > li > a.dailynews .icon {
    background-position: -355px 0px;
  }
  .navbar-nav > li > a.demo {
    background: #235f91;
  }
  .navbar-nav > li > a.demo .icon {
    background-position: -593px 0px;
  }
  .navbar-nav > li > a.gallery {
    background: #154974;
  }
  .navbar-nav > li > a.gallery .icon {
    background-position: -710px 0px;
  }
  .navbar-nav > li > a.alerts {
    background: #0e385b;
  }
  .navbar-nav > li > a.alerts .icon {
    background-position: -829px 0px;
  }
}
@media (min-width: 992px) {
  .sidebar {
    padding-top: 41px;
  }
  .sidebar .btn {
    width: 100%;
  }
  .content-alerts .btnOuter {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header.mainHeader .col-md-4 {
    float: left;
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    height: 78px;
  }
}

.first-images {
  color: #1487c9;
  text-align: center;
  font-size: 210%;
  margin: 0 0 32px 0;
}

@media screen and (max-width: 930px) {
header.mainHeader .logoEurosatory {
    text-align: center !important;
}}
