html {
/*  overflow-x:hidden;      */
  background-color: rgba(0,0,0,0.75);
}


body {
/*  height: 100%;                   */
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color:transparent;
}


@media only screen and (min-width: 768px) {

  html.bg {
    background-image:url(../media/background/20150925_0113_LES_YEUX_DLA_TETE_25percent.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}


.bg_1024 {
    background-image:url(../media/background/20150925_0113_LES_YEUX_DLA_TETE_1024.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

/* Override bootstrap.css */
a {
  color: rgba(200,48,0,1);
  text-decoration: none;
}

a:focus, a:hover {
  color: rgba(200,48,0,0.75);
  text-decoration: none;
}

h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

@media (min-width:768px)
{
  h2.no-margin {
    margin-top:0px;
  }
}

hr {
    border-top: 1px solid;
    border-top-color: #ccc;
}

b, .bold {
    font-weight:700 !important;
}

.btn-default {
    color: rgba(200,48,0,1);
    background-color: rgba(255,255,255,1);
    border-color: rgba(200,48,0,1);
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: rgba(200,48,0,1);
    background-color: rgba(255,255,255,1);
    border-color: rgba(200,48,0,1);
}

.btn, .form-control, .well, .modal-content, .dropdown-menu, .navbar, .badge {
  border-radius:0;
}

.close {
    color: rgba(200,48,0,1);
    opacity: 1;
}

.close:focus, .close:hover {
    color: rgba(200,48,0,0.75);
}



@media (min-width:768px) {
  .wrapper {
/*    background: url('../media/background/20150125_0154_ANDREAS_BOURANI.jpg') no-repeat  center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/  }
}

.container {
  /*width: 970px;*/
/*  background-color: rgba(255,255,255,0.9);*/
  background-color: rgba(255,255,255,1);
}

@media (min-width:1200px) {
    .container {
        /*width: 970px;*/
    }
}


.container-custom {
  padding-top:15px;
}

.container-fluid.nav-header {
  /*background-color: rgba(0,0,0,0.25);*/
  background-color: rgba(255,255,255,0) !important;

}

.container-fluid.nav-header > .container {
  margin-top:20px;
  background-color: rgba(0,0,0,0);
}

#nav-wrapper {
  /*background-color: rgba(0,0,0,0);*/
}


.container-footer {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: rgba(255,255,255,0.5);
}

.container-footer p {
  margin:0px;
}

@media (max-width:768px) {
.container-fluid.container-fluid-footer {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container-footer a {
  color: rgba(200,48,0,1);
}

.container-footer a:hover, .container-footer a:focus, .container-footer a:active {
  color: rgba(200,48,0,0.75);
}

/* Navigation */

.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1000;
}

.affix-top {
  z-index:1000;
}


.nav-header {
  position:relative;
  margin-bottom:20px;
}

#logo-th {
  padding:10px 0px;
  max-height:80px;
  width:auto;
  opacity:0.8;
}

#logo-zeltival {
  padding:10px 0px;
  max-height:80px;
  width:auto;
}

.nav-header a {
/*  color: #fff !important;   */
  color: rgba(200,48,0,1) !important;
}

.nav-header h1 {
  margin-top:43px;
  color:rgba(0,0,0,0.5);
  font-weight: 400;
}

@media (min-width:768px)
{
  .nav-header h1 {
    margin-left:-10px;
    margin-top:36px;
  }
}

@media (min-width:992px)
{
  .nav-header h1 {
    margin-left:-30px;
    margin-top:43px;
  }
}

@media (min-width:1200px)
{
  .nav-header h1 {
    margin-left:-60px;
    margin-top:43px;
  }
}

#nav > .container {
  background-color: rgba(255,255,255,0.95);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
}

.navbar {
  min-height: 50px;
  margin-bottom:0px;
  z-index:1000;
}

.navbar-default {
  background-color: rgba(0,0,0,1);
  border:none;
}

@media (min-width:768px)
{
  .navbar-default {
    /*background-color: rgba(255,48,0,0.9);*/
    background-color: rgba(255,255,255,0);
    /*box-shadow: 0px 0px 5px rgba(200, 48, 0, 0.25) !important;*/
  }
}

.navbar-brand {
    height: 50px;
    line-height: auto;
}

.navbar-brand img {
    height: 40px;
}

.navbar-brand h1.h2 {
  margin-top:0px;
}

.navbar-brand h1.h2 {
  color: #bd9917 !important;
}

.navbar-brand h1.h2 > .emphasis {
  color: #dcb21b !important;
}


.navbar-default .navbar-nav > li > a {
    color: rgba(200,48,0,1);
}

.navbar-default .navbar-nav > li > a:hover {
/*    background-color: rgba(50,115,148,1);*/
    color: rgba(200,48,0,1);
}

/*.navbar-default .navbar-nav > .active > a {*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(200,48,0,1) !important;
    color: #eee !important;
}

@media (min-width: 992px)
{
  .navbar {
    font-size:16px;
  }

  .navbar-nav > li > a {
      padding-bottom: 15px;
      padding-top: 15px;
  }
}


@media (min-width:768px)
{
  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
}



.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-default .navbar-toggle {
    border-color: rgba(200,48,0,1);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(200,48,0,1);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color: rgba(200,48,0,0.95) !important;
    color: #eee !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: rgba(255,48,0,0.95) !important;
    color: #eee !important;
}

@media (min-width:768px)
{
  .dropdown-menu {
    background-color: rgba(200,48,0,0.95) !important;
    color: #eee !important;
    border:0px;
  }
}

/*
.dropdown-menu > li.level > span, .dropdown-menu > li.level1 > span, .dropdown-menu > li.level1 > a {
    margin-left: 20px;
}

.dropdown-menu > li.level > span {
  display:block;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.42857;
}

.dropdown-menu > li.level1 > span {
  display:block;
  padding: 3px 20px;
  line-height: 1.42857;
}

.dropdown-menu > li > a {
    color: #0074A8;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #e29100;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #e29100;
    background-color: #f5f5f5;
}


@media (max-width: 767px)
{
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #0074A8;
  }

  .dropdown-menu > li > a {
      color: #0074A8;
  }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #e29100;
  }

  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
      color: #e29100;
      background-color: #f5f5f5;
  }
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
}
*/

/* Special classes */

.event-listing {
  padding-top:10px;
  border-top:1px solid #ccc;
}

.event-listing h3 {
  margin-top:-10px;
  margin-bottom:0px;
}

.event-listing .event-listing-ticket {
  margin-top:20px;
}

.event-listing-days {
/*  margin-top:15px;*/
/*  padding:10px 0px 0px 0px;*/
  /*border-top:1px solid #ccc;*/
  line-height:2em;
}

.event-listing-days a {
  margin-right:10px;
}

.event-listing-days a .badge {
    background-color: rgba(200,48,0,1);
    font-size:inherit;
}

.event-listing-days a:hover .badge {
    background-color: rgba(200,48,0,0.75);
    font-size:inherit;
}


.event-detail h2 {
  margin-top:0px;
  margin-bottom:0px;
}

@media (max-width: 768px)
{
  .event-detail h2 {
    margin-top:10px;
  }
}

.event-detail h3 {
  margin-top:15px;
  margin-bottom:0px;
}

@media (min-width:768px)
{
  .event-detail h3 {
    margin-top:-10px;
  }
}

.event-image {
  width:760px;
}

@media (min-width:768px)
{
  .event-image {
    border-top:0px;
  }
}

button.btn-genre {
  color: rgba(200,48,0,0.75);
}


/* Images */

.img-margin-top {
  margin-top:15px;
}

[class*='img-height-'] {
  margin-top:15px;
}

.img-height-30 {
  height:auto;
  max-height:30px;
  width:auto;
  max-width:100%;
}

.img-height-40 {
  height:auto;
  max-height:40px;
  width:auto;
  max-width:100%;
}

.img-height-50 {
  height:auto;
  max-height:50px;
  width:auto;
  max-width:100%;
}

.img-height-75 {
  height:auto;
  max-height:75px;
  width:auto;
  max-width:100%;
}

.img-height-100 {
  height:auto;
  max-height:100px;
  width:auto;
  max-width:100%;
}

.img-height-125 {
  height:auto;
  max-height:125px;
  width:auto;
  max-width:100%;
}

.img-height-150 {
  height:auto;
  max-height:150px;
  width:auto;
  max-width:100%;
}

.img-height-175 {
  height:auto;
  max-height:175px;
  width:auto;
  max-width:100%;
}

.img-height-200 {
  height:auto;
  max-height:200px;
  width:auto;
  max-width:100%;
}


/* Sliders */
.slider-header .img-responsive {
}

.slider {
}

.slider .item {
  position:relative;
  height:150px;
  margin-right:15px;
}

.slider .slider-caption {
  position:absolute;
  bottom:0;
  left:0;
  background-color:rgba(0,0,0,0.5);
}

.slider .slider-caption h4.h5 {
  padding:5px 10px;
  color:#fff;
}

.slider a {
  color: #4f5354;
  text-decoration: none;
}

.slider a:focus, .slider a:hover {
  color: #e29100;
  text-decoration: none;
}

.slider .img-responsive {
  height:150px;
  max-height:150px;
}

@media (max-width:768px)
{
  .slider > .slick-arrow {
    display:none !important;
  }
}

.slick-prev {
  display:none !important;
}


/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: rgba(200,48,0,0.95) !important;
  color: #eee !important;
}