@font-face {
    font-family: 'dharmagothic';
    src: url('/webfonts/dharmagothic.eot');
    src: url('/webfonts/dharmagothic.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/dharmagothic.woff') format('woff'),
         url('/webfonts/dharmagothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    background: url(/images/body-bg.jpg) repeat;
    color: #1a0e0c;
    font-size: 1.1rem;
}

a {
    color: #b8321b;
}

a:hover {
    color:#b8321b;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .ws-title span {
    font-family: 'dharmagothic' !important;
    margin-top: 0;

}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.right {
    margin-left: 10px;
    margin-bottom: 5px;
}

img.left {
    margin-right: 10px;
    margin-bottom: 5px;
}

img.full-width {
    width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.ws-title span{
    font-size: 1.4em;
}

.ws-title div {
    max-width: 80%;
}

header {
    position: relative;
}

header .vicious-cat {
    position: absolute;
    left: 12px;
    top:2px;
    z-index: 100;
    display: inline-block;
    margin-right: 15px;
}

.logo {
    font-size: 1.5em;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 2px 100px;;
    width: 100%;
    font-family: dharmagothic;
    text-transform: uppercase;
    color:rgba(0,0,0,.65);
}

.logo span {
    margin-left: 10px;
    font-size: 22px;
    vertical-align: bottom;
    line-height: 1.2;
    letter-spacing: .5px;

}

.social-media {
    float: right;
    padding-right: 5px;
    padding-top: 5px;
}

.social-media img{
    width: 30px;
    height: auto;
}

.social-media a {
    margin-right: 5px;
}

.social-media a:hover {
    text-decoration: none;
}

.top-menu .social-media {
    display: none;
}

.top-menu {
    position: absolute;
    z-index: 99;
    background: rgba(175, 21, 0, .85);
    font-size: 1.2em;
    margin:0;
    padding: 4px 0 5px 100px;
    width: 100%;
    letter-spacing: 1px;
    left: 0;
    font-family: dharmagothic;
    text-transform: uppercase;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    /*height: 50px;*/

}

.navbar {
    padding: 0;
}

.nav-link {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.75);
}

.navbar-light .navbar-toggler {
    margin: 0;
    padding: 3px;
    border-color: rgb(231, 213, 183);
}

.nav-link:hover, .locales_menu a:hover{
    color: rgb(231, 213, 183) !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .current>.nav-link,
.navbar-light .navbar-nav .section>.nav-link,
.navbar-light .navbar-nav .nav-link.current,
.navbar-light .navbar-nav .nav-link.section,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.locales_menu li.current a{
    color: rgb(231, 213, 183);
}




.dropdown-menu {
    /*margin: 0;*/
    margin-top: 0px;
    background-color: transparent;
    border-top: none;
    padding: 0.3rem 0 0 0;
    border-radius: 0;

}

.dropdown-item {
    font-size: 1.2em;
}

a.dropdown-item {
   background-color: rgba(175, 21, 0, .85);
}

a.dropdown-item:hover, a.dropdown-item.current,  a.dropdown-item.current.section{
    background-color: rgb(231, 213, 183) !important;
    color: rgba(175, 21, 0, .75);
}
a.dropdown-item {
    color: rgba(0,0,0,.75);
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.locales_menu ul {
    padding: 0;
    margin: 0;
}

.locales_menu li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
}

.locales_menu li a {
    color: rgba(0,0,0,.75);
}

.locales_menu li:first-of-type {
    border-right: rgba(0,0,0,.75) 1px solid;
}

.page-layout {
    position: relative;
    padding-bottom: 25px;
}

.container.page {
    padding-top: 10px;
}

.container.home {
    padding-top: 0;
}

.row {
    margin: 0;
}

.row .col-sm-3, .row .col-sm-4 {
    padding: 0 5px;
}

.headlines-container {
    position: relative;
    background-color: #000;
    width: 100%;
    overflow: hidden;
    top: -40px;

}

.headlines-container .foreground, .headlines-container .foreground_left {
    position: absolute;
    z-index: 98;
    width: auto;
    height: 100%;
    top: 10px;
}

.headlines-container .foreground {
    right: -5%;
    top: 30px;
}

.headlines-container .foreground_left {
    left: 0;
}

.ws_slide {
    height:100%;
}

#wowslider-container1 {
    left: 0;
}

#wowslider-container1 .ws-title {
    left: 5%;
}



.headline-title {
    font-size: 1.8em;

}
.headline-teaser {
    font-size: 1em;
}

.headline-title, .headline-teaser{
    color: rgb(231, 213, 183);
    font-family: 'dharmagothic';
    font-size: 1.3em;
    background:rgba(11,10,10,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b0a0a00,endColorstr=#0b0a0a00);
    zoom: 1;
    position:absolute;
    left:0;
    padding: 5px 10px;
    width:100%;
    /*text-shadow: 2px 2px #000;*/
}

.headline-title:nth-child(n), .headline-teaser:nth-child(n) {
    filter: none;
}

.headline-teaser {
    font-family: inherit;
    font-size: inherit;
    bottom:0;
    font-size: .8em;
}

.headline-teaser a {
    font-weight: bold;
    float: right;
    color: #f95408;
}

.headline-teaser p {
    margin-bottom:0;
}

.news .row {
    margin-left: -15px;

}

.news-cover-photo img {
    width: 100%;
    height: auto;

}

.news-cover-photo {
    margin-bottom: 10px;
}

.news-wrapper {
    position: relative;
    margin-bottom: 5%;
    padding-bottom: 70.7%;
    background: url(/images/default.jpg) no-repeat top left;
    background-size: 100% auto;
}

.news-wrapper a.news-ink-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
	width: 100%;
}

.news-wrapper img, .album img {
    width: 100%;
    height: auto;
}

.news-wrapper .headline-title, .album .headline-title {
    top: 0;
}

.news-holder .news-wrapper, .album-wrapper{
    margin-top: 3%;
}

.tv-grossmann {
    margin-top: 25px;
}

.album {
    width:100%;
    position: relative;
}

.news-holder .headline-teaser, .news-holder .headline-title {
    padding: 5px 10px 2px;
}

.news-holder .headline-teaser {
    font-size: .9em;
}

.program-section {
    margin-bottom: 15px;
    position:relative;
}

.program-section h3, .program-section .program-section-content {
    position: absolute;
    background: rgba(11,10,10,0.6);
    color: rgb(231, 213, 183);
    padding: 5px;
    display: block;
    width: 100%;
}

.program-section .program-section-content {
    bottom: 0;
}

.program-section img {
    width: 100%;
    height: auto;
}

.filters select {
    margin-bottom: 5px;
}

button.clear-filter {
    float: none;
    margin-top: 0;
    margin-bottom: 5px;
    background: rgba(175, 21, 0, .85);
    color: rgb(231, 213, 183);
}

.program-schedule-date {
    background: rgba(11,10,10,0.6);
    color: rgb(231, 213, 183);
    margin-top: 25px;
    padding: 5px;
    font-weight: bold;
    margin: 25px 5px 0;
}

.schedule .program-schedule-date {
    margin: 25px 0 0;
}

.program-schedule {
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.program-schedule tr {
    margin-bottom: 5px;
}

.program-schedule th {
    background: rgba(175, 21, 0, .85);
    color: rgb(231, 213, 183);

}

.program-schedule th, .program-schedule td {
    padding: 5px;
}

.program-schedule .event-time {
    width: 10%;
}

.program-schedule .event-title {
    width: 25%;
}

.program-schedule img {
    width: 100%;
    height: auto;
}

.poster-title, .film-section-title {
    position:absolute;
        width: 100%;
    background: rgba(11,10,10,0.6);
    padding: 3px;
    text-align: center;
    font-weight: bold;
}

.poster-title {
    bottom: 0;
}

.film-section-title {
    top: 0;
}

.poster-title, .film-section-title {
    color: rgb(231, 213, 183);
    font-size: 0.75em;
}

.poster-title a, .film-section-title a {
    color: rgb(231, 213, 183);
}

.poster-title a:hover, .film-section-title a:hover {
    text-decoration: underline;
    color: rgb(231, 213, 183);
}

/*.category-page .program-schedule .poster-title {
    position: absolute;
    width: 95%;
}*/

.film-main-data, .guest-main-data {
    text-align: justify;
    padding: 0;
    padding-right: 15px;
}

.film-info {
    text-align: left;
    font-size: .9em;
}

.film-still {
    margin-bottom: 10px;
}

.film-still img {
    width: 100%;
    height: auto;
}

.page-content {
    text-align: justify;
}



.film-main-data iframe, .trailer{
    width: 100%;
}

.grossmann-tv {
    padding: 0 15px 0 0;
}

.grossmann-tv iframe, .page-content iframe {
    width: 100%;
    min-height: 60%;
}

.social-media-buttons {
    margin-top: 15px;
}

.social-media-buttons iframe {
    vertical-align: bottom;
}

.credits {
    font-size: .8em;
    margin-top: 5px;
}

.guests-title {
    text-align: left;
    font-weight: bold;
    width: 100%;
    background: rgba(11,10,10,0.6);
    padding: 3px;
    color: rgb(231, 213, 183);
    margin-top: 5px;

}

.guest-photo {
    width: 100%;
    height: auto;
}

.product-thumbnails {
    margin-top: 15px;
}

.purchase {
    padding: 3px 5px;
    border: #b8321b 1px solid;
    margin-top: 5px;
}

.shop a h3 {
    font-size: 1.8rem;
}

.banners {
    text-align: center;
    margin-bottom: 5px;
    padding: 2% 13% 0;
}

.banners img {
    width: 100%;
    height: auto;
}

.event-details {
    font-size: .9em;
    font-weight: bold;
}


.mm-laurel img{
    max-width: 35%;
    height: auto;
}

.melies img {
    max-width: 45%;
    height: auto;
}

#wowslider-container1 .ws_images {
    left: 20%;
}

.home .poster {
    display: none;
}

.poster {
    width: 100%;
    height: auto;
}

h4.sponsors {
    margin-top: 0;
    font-size: 2em;
    text-align: left;
}

.partner-sponsor {
    background-color: #fff;
    margin-bottom: 10px;

}

.partner-sponsor img {
    width: 100%;
    height: auto;
}

.slider-wrapper {
    margin-bottom: 15px;
    background: #fff;
    padding: 5px 3px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  background:#fff;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  max-width: none !important;
  border: 0;
  }

  .wine-schedule-event .program-schedule-date {
      margin: 25px 0 0;
  }

footer {
    padding-top:60px;
    color: #19211c;
    text-align: center;
}

footer .menu {
    font-size: 1.6em;
}

footer ul li {
    display: inline-block;
    margin-right: 10px;
}

footer .copyright {
	color: rgb(231, 213, 183);
	background-color: #1a0e0c;
	padding: 10px 0;
	margin: 0;
}

@media screen and (max-width: 776px) {

    .foreground, .foreground_left {
            display: none;
    }

    #wowslider-container1 {
            margin: 0;
            width: 100%;
            left: 0;
    }

    #wowslider-container1 .ws-title{
            width: 85% !important;
            left: 0;
    }

    .headline-title {
            font-size: 1.8em;

    }
    .headline-teaser {
            font-size: 1em;
    }
    .logo span {
        display: block;
    }
}

@media screen and (max-width: 843px) {
    .logo span {
        font-size: .7em;
    }
}

@media screen and (max-width: 991px) {

    .social-media {
        display: none;
    }

    .top-menu .social-media {
        display: block;
    }

    .headlines-container {
        top: -46px;
    }

    .headline-teaser {
        font-size: .5em;
    }

    .headline-title {
        font-size: 1em;
    }

    .top-menu {
        padding-left:10px;
    }


}

@media screen and (max-width: 768px) {



    .headline-teaser {
        font-size: .3em;
    }

    .headline-title {
        font-size: .6em;
    }


}

@media screen and (max-width: 576px) {
    .headline-teaser {
        font-size: .8em;
    }

    .headline-title {
        font-size: 1.3em;
    }
}

@media (max-width: 1600px) {
    #wowslider-container1 .ws-title{
            left: 8%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}
