@font-face {
  font-family: "Doric LT Bold";
  src: url('fonts/Doric-LT-Bold.eot');
  src: url('fonts/Doric-LT-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Doric-LT-Bold.svg#Doric LT Bold') format('svg'),
  url('fonts/Doric-LT-Bold.woff') format('woff'),
  url('fonts/Doric-LT-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,q {
    quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

.title, .title.festival{
    letter-spacing:-6px;
    font-size: 42pt;
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
}
a:hover {
    text-decoration: underline;
}
ins {
    text-decoration: none;
}
mark {
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 1em 0;
    padding: 0;
}
input,select {
    vertical-align: middle;
}
div,header,footer,nav {
    position: relative;
    display: block;
}
.hidden {
    display: none;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
.clr:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clr {
    height: 1%;
}
*:first-child+html .clr {
    min-height: 1px;
}
img {
    position: relative;
    display: block;
}
figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media \0screen {
    figure img {
	    width: auto;
	}
}
body {
    overflow-x: hidden;
    min-width: 300px;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    font-family: "Doric LT Bold";
}
p{
	font-family: 'PT Sans Caption', sans-serif;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
i {
    margin-right: 0.7em;
}
h1,h2,h3,h4 {
    margin: 1em 0 0.7em 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
h1:first-child,h2:first-child,h3:first-child,h4:first-child {
    margin-top: 0;
}
p,ul,ol {
    line-height: 1.2;
}
p.released {
    padding-bottom: 0.7em;
}
.tooltip {
    z-index: 9999;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    position: absolute;
    left: -.5em;
    top: -2em;
    min-width: 100px;
    width: auto;
    padding: .5em;
    text-align: left;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.tooltip .arrow {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    bottom: -20px;
    left: 1.5em;
}
.wf-loading h1,.wf-loading h2,.wf-loading h3,.wf-loading h4,.wf-loading p,.wf-loading ul,.wf-loading ol {
    visibility: hidden;
}
.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active p,.wf-active ul,.wf-active ol {
    visibility: visible;
}
.social {
    display: block;
    text-align: center;
}
.social li {
    display: inline;
    margin-left: .4em;
}
.social li:first-child {
    margin-left: 0;
}
.social i {
    margin: 0;
    font-size: 24px;
}
header.main {
    background-size: contain;
}
@media (min-width: 420px) {
    header.main {
	    background-position: 20% top;
	}
}
@media (min-width: 1000px) {
    header.main {
	    z-index: 9999;
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 250px;
	    opacity: 0.85%;
	}
}
@media (min-width: 1400px) {
    header.main {
	    width: 250px;
	}
}
header.main a {

}
header.main .top {
    padding: 1.4em 1em;
}
@media (min-width: 420px) {
    header.main .top {
	    padding: 1.4em;
	}
}
@media (min-width: 700px) {
    header.main .top {
	    padding: 2.8em;
	}
}
@media (min-width: 1000px) {
    header.main .top {
	    padding: 2.1em 1.4em 1.4em 2.1em;
	}
}
header.main .logo {
    display: inline;
    float: left;
    width: 200px;
}
@media (min-width: 420px) {
    header.main .logo {
	    width: 200px;
	}
}
@media (min-width: 700px) {
    header.main .logo {
	    width: 200px;
	}
}
@media (min-width: 1000px) {
    header.main .logo {
	    display: block;
	    float: none;
	    width: auto;
	    margin-bottom: 1.4em;
	}
}
header.main .social {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top:40px;
    margin-bottom: 20px;
    text-align: right;
}
@media (min-width: 1000px) {
    header.main .social {
	    display: block;
	    width: 100%;
	    float: left;
	    margin-top:40px;
        margin-bottom: 20px;
        text-align: right;
	}
}
header.main .social li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 0 0 0.4em;
    text-align: center;
}
@media (min-width: 1000px) {
    header.main .social li {
	    float: none;
	    width: auto;
	    margin: 0 0 0 0.4em;
	}
	header.main .social li:first-child {
	    margin-left: 0;
	}
}
@media (max-width: 405px) {
    header.main .logo h2, header.main .logo .data_fest2{
        display: none;
    }
    header.main .logo .title{
        float: left;
        text-align: left;
        font-size: 38pt;
    }
    header.main .logo{
        text-align: left;
        margin: 10px auto;
        width: 100%;
    }
    header.main .click-menu{
        margin: 10px;
        width: 100%;
    }
    header.main .top{
        padding-top: 0px;
    }
    .nav-bar header.main .click-menu{
        margin: 0px;
        width: 100%;
    }
    .nav-bar header.main .logo{
        display: none;
    }

    .nav-bar header.main .social{
        margin: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 999px) {
    .click-menu{
        margin-left: 12%;
        float: left;
        display: block;
        margin-top: -6px;
        width: 170px;
    }
    header.main .social {
        text-align: left;
        margin-top: 15px;
    }
}
@media (max-width: 800px) {
    .click-menu{
        margin-left: 8%;
    }
    header.main .social {
        margin-top: 30px;
    }
}
@media (max-width: 460px) {
    header.main .click-menu{
        width: 132px;
    }
}
@media (max-width: 400px) {
    header.main .click-menu{
        width: 170px;
    }
}
header.main p {
    display: none;
    margin: 0;
    text-align: right;
}
@media (min-width: 1000px) {
    header.main p {
	    display: block;
	}
}
.language {
    overflow: hidden;
}
.language ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.language li {
    display: inline;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
.language span,.language a {
    display: block;
    line-height: 3;
    text-align: center;
}
.language a {

}
nav.main {
    display: inline;
    float: right;
    width: 50%;
}
@media (min-width: 420px) {
    nav.main {
	    width: 40px;
	}
}
@media (min-width: 700px) {
    nav.main {
	    width: 30%;
	}
}
@media (max-width: 999px) {
    nav.main {
        float: left;
        margin-left: 0px;
        width: auto;
    }
}
@media (min-width: 1000px) {
    nav.main {
	    display: block;
	    width: auto;
	    float: none;
	    text-align: right;
	}
}
nav.main i {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -3px;
    margin-right: 0;
    vertical-align: middle;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
nav.main a {
    position: relative;
    display: block;
    padding: 10px 0 5px 5px;
    font-size: 16px;
    color: #000000;
}
nav.main a .icon-arrow-right{
    font-size: 32px;
    font-weight: bold;
}

@media (min-width: 1000px) {
    nav.main a:hover {
	    padding-right: 34px;
	    padding-left: 0;
        text-decoration: none;
	}
	nav.main a:hover i {
	    visibility: visible;
	    opacity: 1;
	}
    nav.main .selected a {
        padding-right: 34px;
        padding-left: 0;

    }
    nav.main .selected i {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 999px) {
    nav.main .selected a {
        text-decoration: underline;

    }
    nav.main .selected i {
        text-decoration: underline;
    }
}
.mainImg {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mainImg.mobile {
    height: 250px;
    margin-bottom: 2.8em;
}
@media (min-width: 420px) {
    .mainImg.mobile {
	    height: 250px;
        margin-bottom: 2.8em;
	}
}
@media (min-width: 700px) {
    .mainImg.mobile {
	    height: 250px;
        margin-bottom: 2.8em;
	}
}
.mainImg.desktop {
    display: none;
    position: fixed;
    left: 270px;
    top: 0;
    height: 100%;
    width: 68%;
}
@media (max-width: 2600px) {
    .mainImg.desktop {
        width: 67%;
    }
}
@media (max-width: 2500px) {
    .mainImg.desktop {
        width: 65%;
    }
}
@media (max-width: 2400px) {
    .mainImg.desktop {
        width: 64%;
    }
}
@media (max-width: 2300px) {
    .mainImg.desktop {
        width: 63%;
    }
}
@media (max-width: 2250px) {
    .mainImg.desktop {
        width: 61%;
    }
}
@media (max-width: 2100px) {
    .mainImg.desktop {
        width: 59%;
    }
}
@media (max-width: 2000px) {
    .mainImg.desktop {
        width: 58%;
    }
}
@media (max-width: 1900px) {
    .mainImg.desktop {
        width: 57%;
    }
}
@media (max-width: 1800px) {
    .mainImg.desktop {
        width: 56%;
    }
}
@media (max-width: 1700px) {
    .mainImg.desktop {
        width: 55%;
    }
}
@media (max-width: 1600px) {
    .mainImg.desktop {
        width: 54%;
    }
}
@media (max-width: 1500px) {
    .mainImg.desktop {
        width: 53%;
    }
}
@media (max-width: 1400px) {
    .mainImg.desktop {
        width: 51%;
    }
}
@media (max-width: 1300px) {
    .mainImg.desktop {
        width: 49%;
    }
}
@media (max-width: 1200px) {
    .mainImg.desktop {
        width: 47%;
    }
}
@media (max-width: 1100px) {
    .mainImg.desktop {
        width: 45%;
    }
}


.mainImg.portrait {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
}
.mainImg.inContent {
    display: block;
    width: 100%;
    min-height: 250px;
}
.mainImg.inContent ul{
    height: auto;
    margin-left: 0px;
}
.mainImg.inContent .sequence-canvas.two{
    height: 350px;
    overflow: hidden;
}
.mainImg.inContent .navSlide{
    height: 20px;
}
.mainImg.inContent .navSlide li{
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
}
.mainImg.inContent .navSlide li{
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    opacity: 1;
}

.mainImg.inContent .navSlide .prev{
    float: left;
}
.mainImg.inContent .navSlide .next{
    float: left;
    margin-right: 0px;
    text-align: right;
}
.mainImg.inContent .navSlide .Npages{
    width: 80%;
    text-align: right;
    float: right;
    display:block;
    margin-right: 0px;
}
.mainImg.inContent .navSlide .Npages a{
    margin-left: 1%;
}

@media (max-width: 500px) {
    .mainImg.inContent .navSlide .Npages {
        display: none;
    }
}

@media (max-width: 2705px) {
    .mainImg.portrait {
        width: 44%;
    }
}
@media (max-width: 2500px) {
    .mainImg.portrait {
        width: 43%;
    }
}
@media (max-width: 2300px) {
    .mainImg.portrait {
        width: 42%;
    }
}
@media (max-width: 2100px) {
    .mainImg.portrait {
        width: 41%;
    }
}
@media (max-width: 1950px) {
    .mainImg.portrait {
        width: 40%;
    }
}
@media (max-width: 1800px) {
    .mainImg.portrait {
        width: 39%;
    }
}
@media (max-width: 1700px) {
    .mainImg.portrait {
        width: 38%;
    }
}
@media (max-width: 1600px) {
    .mainImg.portrait {
        width: 37%;
    }
}
@media (max-width: 1505px) {
    .mainImg.portrait {
        width: 36%;
    }
}
@media (max-width: 1440px) {
    .mainImg.portrait {
        width: 35%;
    }
}
@media (max-width: 1360px) {
    .mainImg.portrait {
        width: 34%;
    }
}
@media (max-width: 1300px) {
    .mainImg.portrait {
        width: 33%;
    }
}
@media (max-width: 1260px) {
    .mainImg.portrait {
        width: 32%;
    }
}
@media (max-width: 1200px) {
    .mainImg.portrait {
        width: 31%;
    }
}
@media (max-width: 1130px) {
    .mainImg.portrait {
        width: 30%;
    }
}
@media (max-width: 1085px) {
    .mainImg.portrait {
        width: 29%;
    }
}
@media (max-width: 1040px) {
    .mainImg.portrait {
        width: 28%;
    }
}
.mainImg.portrait li {
    position: absolute; top: 0px; left: 0px;
    background-position: right top;
    width: 100%;
}
@media (max-width: 999px) {
    .mainImg.portrait {
        display: block;
        position: relative;
        width: 100%;
        height: 250px;
        margin-bottom: 2.8em;
    }
    .mainImg.portrait li {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.mainImg.portrait .photoAuthor {
    right: 1.4em;
}
.mainImg.loading .preloader {
    display: block;
}
@media (min-width: 1000px) {
    .mainImg.mobile {
	    display: none;
	}
	.mainImg.desktop {
	    display: block;
	}
	.mainImg.portrait {
	    display: block;
	}
}
.mainImg .preloader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    opacity: .8;
    width: 2em;
    max-width: 48px;
    margin: -1em 0 0 -1em;
    padding: 1em;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 1em 0 #000;
}
@media (min-width: 1000px) {
    .mainImg .preloader {
	    left: 43%;
	}
}
html.no-js .mainImg .preloader {
    display: none;
}
.mainImg .preloader img {
    opacity: .7;
    border-radius: 100%;
}
.mainImg>ul {
    list-style: none;
    display: block;
    width: 100%;
    height: 100%;
}
.mainImg li {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
}
.mainImg .artistDetails {
    z-index: 9999 !important;
    display: inline;
    position: absolute;
    right: 1.4em;
    bottom: 4em;
    width: auto;
    max-width: 80%;
    background-color: #fff;
}
.mainImg .artistDetails .heading,.mainImg .artistDetails .timePlace {
    text-align: right;
}
.mainImg .artistDetails .heading {
    padding: 1em;
}
.mainImg .artistDetails .timePlace {
    padding: 1em;
    opacity:0.85%;
}
.mainImg .artistDetails h1 {
    margin: 0;
}
.mainImg.inContent .artistDetails {
    z-index: 9999 !important;
    display: inline;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    background-color: #fff;
    overflow: hidden;
    padding: 1em;
    padding-left: 0;
}
.mainImg.inContent .artistDetails .heading,.mainImg.inContent .artistDetails .timePlace {
    text-align: left;
}
.mainImg.inContent .artistDetails .heading {
    padding: 0;
    max-width: 95%;
}
.mainImg.inContent .artistDetails .timePlace {
    padding: 0;
    max-width: 100%;
}
.mainImg.inContent .artistDetails p {
    font-size: 13px;
}

.mainImg.inContent .info_legend{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mainImg.inContent .info_legend a{
    text-decoration: underline;
}
.mainImg.inContent .info_legend.closed{
    height: 10px;
}
.mainImg.inContent .info_legend.opened{
    height: auto;
}
.mainImg.inContent .info_legend .toggle_info{
    position: absolute;
    right: 0px;
    top: -35px;
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    font-size: 16px;
    padding-right: 0px;
    margin:0px; 
}
.mainImg.inContent .info_legend .toggle_info i{
    margin:3px; 
}
.mainImg.inContent .info_legend .toggle_info:hover{
    text-decoration: underline;
}
.mainImg.inContent .info_legend.closed .toggle_info .open{ display: block; }
.mainImg.inContent .info_legend.closed .toggle_info .close{ display: none; }
.mainImg.inContent .info_legend.opened .toggle_info .open{ display: none; }
.mainImg.inContent .info_legend.opened .toggle_info .close{ display: block; }

.mainImg.inContent li {
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.mainImg .photoAuthor {
    display: block;
    position: absolute;
    right: 1em;
    bottom: 1em;
    text-align: right;
}
@media (min-width: 1000px) {
    .mainImg .photoAuthor {
	    bottom: 1em;
	    right: 30%;
	}
}
@media (min-width: 2000px) {
    .mainImg .photoAuthor {
	    right: 600px;
	}
}
.contentSection {
    z-index: 9999;
}
@media (min-width: 1000px) {
    .contentSection {
	    left: 270px;
	    width: 45%;
	    margin-left: 1px;
	}
}
@media (min-width: 1400px) {
    .contentSection {
	    left: 270px;
	}
}
@media (min-width: 1000px) {
    .contentSection.full {
	    width: 82%;
	}
}
@media (min-width: 1400px) {
    .contentSection.full {
	    left: 0;
	    margin-left: 270px;
	    width: auto;
	}
}
@media (min-width: 1000px) {
    .contentSection.right {
	    left: 0;
	    float: right;
	    width: 28%;
	}
}
@media (min-width: 2000px) {
    .contentSection.right {
	    width: 560px;
	}
}
.contentSection.right .wrapper .content {
    margin: 0;
}
@media (min-width: 1000px) {
    .contentSection.right .wrapper .content {
	    padding: 1em;
	}
}
@media (min-width: 1400px) {
    .contentSection.right .wrapper .content {
	    padding: 1.4em;
	}
}
.contentSection p,.contentSection ul,.contentSection ol {
    margin-bottom: 1em;
}
.contentSection p: last-child,.contentSection ul: last-child,.contentSection ol: last-child {
    margin-bottom: 0;
}
.contentSection p a:hover,.contentSection ul a:hover,.contentSection ol a:hover {
    text-decoration: underline;
}
.contentSection ul,.contentSection ol {
    margin-left: 1.15em;
}
.contentSection nav ul {
    margin-left: 0;
}
.contentSection .wrapper .content {
    padding: 1em;
}
@media (min-width: 700px) {
    .contentSection .wrapper .content {
	    padding: 1.4em;
	}
}
@media (min-width: 1000px) {
    .contentSection .wrapper .content {
	    margin: 0 1.4em;
	    padding: 1.4em 1em 2.1em 1em;
	}
}
.contentSection .wrapper .content.tinyMargin {
    margin-left: 0;
    margin-right: 0;
    padding: 0.7em;
}
.contentSection img {
    width: 100%;
    margin: 1em 0
}
.contentSection img.align_left,.contentSection img.align_right {
    display: inline;
    width: 30%;
}
.contentSection img.align_left {
    float: left;
    margin: 0 1em 1em 0;
}
.contentSection img.align_right {
    float: right;
    margin: 0 0 1em 1em;
}
.contentHeader {
    padding: 5.5em 1em 2.1em 1em;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (max-width: 999px) {
    .contentHeader {
        padding: 1em 1em 2.1em 1em;
    }
}
@media (min-width: 1000px) {
    .contentHeader {
	    margin: 0 1.4em;
	}
}
.contentHeader h1 {
    margin: 0;
}
.contentHeader .bottom {
    padding: 1em;
}
@media (min-width: 700px) {
    .contentHeader .bottom {
	    padding-left: 1.4em;
	}
}
@media (min-width: 1000px) {
    .contentHeader .bottom {
	    padding: 1em 1.4em;
	}
}
.contentHeader .bottom p {

}
.contentHeader .bottom nav {
    padding: 0;
    margin-left: -0.7em;
}
.contentHeader .bottom nav ul {
    margin: 0;
}
.contentHeader .bottom nav li {
    display: inline;
    float: left;
}
.contentHeader .bottom nav a {
    display: block;
    padding: 0.7em;
}
.contentHeader .bottom nav a:hover {
    text-decoration: none;
}
.contentHeader .bottom nav .selected a {

}
.contentHeader .bottom nav .selected a:hover {
    background: none;
}
p.buttons {
    margin-top: 1em;
}
p.buttons a {
    display: inline-block;
    padding: 0.4em 0.7em;
    margin: 0 0.4em 0.4em 0;
}
p.buttons a:hover {
    text-decoration: none;
}
ul.borderedList {
    display: block;
    list-style: none;
}
ul.borderedList li {
    display: block;
    margin: 0;
}
ul.borderedList li:first-child {
    border-top: none;
}
ul.borderedList a {
    display: block;
    margin: 0;
    padding: 0.4em;
}
ul.borderedList a:hover {
    text-decoration: none;
}
ul.borderedList .date {
    margin-right: 0.7em;
}
.block,ul.block {
    display: block;
    list-style: none;
    margin: 1.4em 0;
}
.block:first-child,ul.block:first-child {
    margin-top: 0;
}
.blockHeader {
    display: block;
    padding: 1em;
    margin: 0 0 1em 0;
    border-top: solid 0.3em #000;
}
.blockHeader h2 {
    margin: 0;
    line-height: 1.3;
}
@media (min-width: 1000px) {
    .column {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 1em;
}
.column.first {
    float: left;
    padding-left: 0
}
.column.last {
    float: right;
    padding-right: 0
}

}
ul.linkButtons {
    display: block;
    width: 100%;
    margin-left: 0;
}
ul.linkButtons li {
    display: table;
    margin-bottom: 1px
}
ul.linkButtons a {
    display: table-row;
}
ul.linkButtons a:hover {
    text-decoration: underline;
}
ul.linkButtons i, ul.linkButtons p {
    margin: 0;
}
ul.linkButtons .left,ul.linkButtons .right {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: .8em;
}
ul.linkButtons .left {
    text-align: center;
}
ul.linkButtons .right {
    width: 100%;
}
.issuuembed {
    width: 100% !important;
    height: 300px !important;
}
@media (min-width: 1000px) {
    .issuuembed {
	    height: 150px !important;
	}
	.issuuembed.inline {
	    height: 300px !important;
	}
}
.logos article {
    display: inline-block;
    margin-left: 1em;
}
.logos article:first-child {
    margin-left: 0;
}
.logos a {
    display: block;
}
.logos img {
    width: auto !important;
    height: 2em;
}
@media (min-width: 1000px) {
    .logos img {
	    height: 2em;
	}
}
@media (min-width: 1400px) {
    .logos img {
	    height: 2.5em;
	}
}
.mapWrapper {
    display: none;
    margin-bottom: 1em;
}
@media (min-width: 1400px) {
    .mapWrapper {
	    display: inline-block;
	    float: right;
	    width: 50%;
	    margin: 0 0 1em 1em;
	}
}
.mapWrapper.visible {
    display: block;
}
.mapWrapper.visible .map {
    height: 250px;
}
.breadcrumb {
    padding-bottom: 0.7em;
    margin-bottom: 2.1em;
    border-bottom: solid 1px #dcdcdc;
}
.breadcrumb .separator {
    margin: 0 0.7em;
}
.eventHeader {
    margin: 0;
    padding: 1.4em;
}
.eventHeader p {
    margin: 0;
}
.eventHeader i {
    width: 2em;
    margin: 0;
}
.eventHeader .row {
    display: table-row;
}
.eventHeader .timePlace,.eventHeader .buyTicket {
    padding-top: 1em;
    padding-bottom: 1em;
}
.eventHeader .timePlace .time{
    float: right;
}
@media (min-width: 700px) {
    .eventHeader .timePlace,.eventHeader .buyTicket {
	    padding-top: 1em;
        padding-bottom: 1em;
	}
}
@media (min-width: 1000px) {
    .eventHeader .timePlace,.eventHeader .buyTicket {
	    padding-top: 1em;
        padding-bottom: 1em;
	}
}
@media (min-width: 1400px) {
    .eventHeader .timePlace,.eventHeader .buyTicket {
	    padding-top: 1em;
        padding-bottom: 1em;
	}
}
@media (min-width: 1000px) {
    .eventHeader .timePlace {
	    padding-top: 2.1em;
	}
}
.eventHeader .timePlace>.wrapper {
    display: table;
    width: 100%;
}
.eventHeader .timePlace i,.eventHeader .timePlace>span {
    padding: .3em 0;
    display: table-cell;
}
.eventHeader .buyTicket {
    display: block;
    border-top:1px #000000 dotted;
}
.eventHeader a:hover span{
    text-decoration: underline;
}
.eventHeader .buyTicket>.wrapper {
    display: table;
    width: 100%;
}
.eventHeader .buyTicket i,.eventHeader .buyTicket .details,.eventHeader .buyTicket .prices {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}
.eventHeader .buyTicket .eventCount {
    display: block;
}
.eventHeader .buyTicket .prices {
    width: 4em;
    white-space: nowrap;
    text-align: right;
    float: right;
}
.eventHeader a.buyTicket {

}
.eventHeader a.buyTicket:hover {

}
.block.members {
    padding-top: 1em;
    border-top:1px #000000 dotted;
}
.block.members p{
    padding: 0px;
    margin: 0px;
    margin-top: 3px;
}
.block.members ul {
    list-style: none;
    margin-left: 0;
}
.block.members h2 {
    display: block;
}
.extras {
    display: block;
    z-index: 9999;
    background-color: #fff;
}
@media (min-width: 1000px) {
    .extras {
	    position: fixed;
	    right: 30%;
	    bottom: 1em;
	    width: 30%;
	}
}
@media (min-width: 1200px) {
    .extras {
	    width: 20%;
	}
}
@media (min-width: 2000px) {
    .extras {
	    width: 400px;
	    right: 600px;
	}
}
.extras .quote {
    display: block;
    padding: 1.4em;
    margin-bottom: 0;
}
.extras .quote p: last-child {
    margin-bottom: 0;
}
.extras .quote .author {

}
.programme .wrapper>.content {
    margin: 0;
    padding: 0;
}
@media (min-width: 700px) {
    .programme .wrapper>.content {
	    padding: 2.1em
	}
}
.programme .additional.alt {
    display: none;
}
@media (min-width: 1000px) {
    .programme .additional {
	    display: none;
	}
	.programme .additional.alt {
	    display: block;
	}
}
@media (min-width: 1400px) {
    .programme .additional {
	    display: block;
	}
	.programme .additional.alt {
	    display: none;
	}
	.programme .column.first {
	    width: 33.333333%;
	}
	.programme .column.last {
	    width: 66.666666%;
	}
	.programme .column.last .programmeDay {
	    display: inline-block;
	    float: left;
	    width: 50%;
	}
	.programme .column.last .programmeDay:first-child {
	    padding-right: 2em;
	}

}
.programmeDay {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 420px;
    float: left;
    margin-right: 40px;
    margin-bottom: 60px;
}

@media (max-width: 1300px) {
    .programmeDay {
        width: 42%;
        margin-right: 30px;
    }
}

@media (max-width: 999px) {
    .programmeDay {
        width: 100%;
        margin-right: 0px;
    }
}
.programmeDay h2 {
    display: block;
}
.programmelocation {
    padding: 0;
    border-top: 1px #000000 dotted;
    margin-top: 25px;
    margin-bottom: 5px;
}
.programmelocation a:hover .noUpper, .programmelocation a:hover div{
    text-decoration: underline;
}
.programmelocation h3{
    display: table;
    width: 100%;
    padding: 0;
    margin: 5px;
    margin-top: 10px;
}
.programmelocation h3>.row {
    display: block;
}
.programmelocation h3>.row h4{
    width: 100%;
    padding: 0;
    margin: 5px;
    margin-top: 10px;
}
.programmelocation h3 .title,.programmelocation h3 .buyTicket {
    display: table-cell;
    vertical-align: middle;
    padding: 0.7em 1em;
}
.programmelocation h3 .title {
    width: 100%;
}
.programmelocation h3 .buyTicket {
    margin: 0;
    text-align: right;
    white-space: nowrap;
    float: right;
}
.programmelocation h3 .buyTicket .buy {
    display: none;
}
.programmelocation h3 .buyTicket .prices,.programmelocation h3 .buyTicket .details {
    display: inline;
}
.programmelocation h3 .buyTicket i {
    margin-right: .5em;
}
.programmelocation h3 a.buyTicket:hover {

}
.programmeConcert {
    display: block;
    padding: 0 0 0 1em;
    margin-top: 3px;
    background-color: #e6e6e6;
}
.programmeConcert:hover {
    background-color: #c9c9c9;
}

.programmeConcert article {
    display: table;
    width: 100%;
}
.programmeConcert .details {
    display: table-row;
}
.programmeConcert .time,.programmeConcert h3,.programmeConcert figure {
    display: table-cell;
    vertical-align: middle;
}
.programmeConcert .time {
    width: 4em;
    margin-left: 10px;
}
.programmeConcert h3 {
    padding-left: 1em;
}
.programmeConcert h3 .country {
    display: block;
    white-space: normal;
    font-weight: normal;
}
.programmeConcert figure{
    float: right;
    width: 120px;
    height: 90px;
    margin: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.festivalPasses {
    margin: 1em 0 2.1em 0;
}
@media (min-width: 700px) {
    .festivalPasses {
	    display: table;
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
	}
	.festivalPasses .wrapper {
	    display: table-row;
	}
}
@media (min-width: 1000px) {
    .festivalPasses {

	}
}
@media (min-width: 1400px) {
    .festivalPasses {

	}
}
@media (min-width: 2000px) {
    .festivalPasses {

	}
}
.festivalPasses a {
    display: block;
    margin-bottom: 1px;
    padding: 0.7em;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media (min-width: 700px) {
    .festivalPasses a {
	    display: table-cell;
	    vertical-align: middle;
	    width: 25%;
	}
}
.festivalPasses span {
    display: block;
}
.festivalPasses .prices {

}
.galleryList article {
    display: table;
    margin-bottom: 0.7em;
}
.galleryList h2 {
    margin: 0;
}
@media (min-width: 420px) {
	.galleryList h2 {

	}
}
.galleryList p {
    margin: 0.4em 0 0 0;
}
@media (min-width: 420px) {
    .galleryList p {

	}
}
.galleryList a {
    display: table-row
}
.galleryList a:hover {

}
.galleryList a:hover h2 {

}
.galleryList a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.galleryList figure,.galleryList .title {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
.galleryList figure {
    overflow: hidden;
    width: 25%;
}
@media (min-width: 420px) {
    .galleryList figure {
	    width: 20%;
	}
}
@media (min-width: 700px) {
    .galleryList figure {
	    width: 15%;
	}
}
.galleryList figure img {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.galleryList .title {
    padding-left: 1.4em;
}
.gallery article {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 33.333333%;
    margin: 0;
    padding: 0
}
@media (min-width: 700px) {
    .gallery article {
	    width: 25%;
	}
}
@media (min-width: 1000px) {
    .gallery article {
	    width: 33.333333%;
	}
}
@media (min-width: 1400px) {
    .gallery article {
	    width: 25%;
	}
}
.gallery article.small {
    width: 25%;
}
@media (min-width: 700px) {
    .gallery article.small {
	    width: 16.666666%;
	}
}
@media (min-width: 1000px) {
    .gallery article.small {
	    width: 20%;
	}
}
.gallery article a {
    position: relative;
    display: block;
    margin: 0 0.7em 0.7em 0
}
.gallery article a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery article a:hover .tooltip {
    visibility: visible;
    opacity: 1;
    top: -3.3em;
}
.gallery article figure {
    display: block;
    overflow: hidden;
}
.gallery article img {
    margin: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (min-width: 1000px) {
    .gallery.full article {
	    width: 20%;
	}
}
@media (min-width: 1400px) {
    .gallery.full article {
	    width: 16.666666%;
	}
}
.gallerySeparator {
    margin: 2.1em 0;
    height: .7em;
}
@media (min-width: 1000px) {
    body.template-whatsHappeningList .wrapper .content {
	    padding-left: 0;
	    padding-right: 0;
	}
}
.whatsHappening article {
    margin-bottom: 1em;
}
@media (min-width: 700px) {
    .whatsHappening article {
	    display: inline-block;
	    width: 48%;
	    margin-left: 2%;
	}
}
.whatsHappening a {
    display: block;
    position: relative;
}
.whatsHappening a:hover h2 {

}
.whatsHappening a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.whatsHappening a figure {
    overflow: hidden;
}
.whatsHappening a img {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.whatsHappening a header {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.whatsHappening a h2 {
    margin: 0;
    padding: 1em;
}
@media (min-width: 420px) {
    .whatsHappening a h2 {
	}
}
@media (min-width: 700px) {
    .whatsHappening a h2 {
	}
}
@media (min-width: 1000px) {
    .whatsHappening a h2 {
	}
}
body.home header.main {
    border-bottom: none;
}
@media (min-width: 1000px) {
    body.home .wrapper .content {
	    padding-left: 0;
	    padding-right: 0;
	}
}
body.home .contentHeader .heading {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
body.home .contentHeader h1 {
    padding-top: 35%;
}
@media (min-width: 420px) {
    body.home .contentHeader h1 {

	}
}
body.home .newsPreview {
    padding: 1em;
}
@media (min-width: 700px) {
    body.home .whatsHappening .wrapper {
	    margin-left: -2%;
	}
}
@media (min-width: 1000px) {
    body.home .whatsHappening .wrapper {
	    margin-left: 0;
	}
}
body.home .whatsHappening article {
    display: block;
    width: auto;
    margin-bottom: 1em;
}
@media (min-width: 700px) {
    body.home .whatsHappening article {
	    display: inline-block;
	    width: 48%;
	    margin-left: 2%;
	}
}
@media (min-width: 1000px) {
    body.home .whatsHappening article {
	    display: block;
	    width: auto;
	    margin-left: 0;
	}
}
body.home .whatsHappening a {
    margin-left: 0;
    margin-right: 0;
}
.newsList .date {

}
.historyYears {
    margin-top: 2.1em;
}
.historyYear {
    margin-bottom: 1.4em;
}
.historyYear h2 {
    line-height: 1;
    padding-bottom: .2em;
    border-bottom: dotted 2px #dcdcdc;
}
.historyNode {
    margin-top: 2.1em;
}
.historyNode:first-child {
    margin-top: 0;
}
.historyNode h3 {
    margin-bottom: .2em;
}
.historyNode .images {
    display: block;
    list-style: none;
    margin: .5em 0 0 0;
}
.historyNode .images li {
    display: inline-block;
    margin-right: .5em;
}
.historyNode .images a {
    display: block;
    width: 1.5em;
    text-align: center;
    border-radius: 100%;
}
.historyNode .images a:hover {
    text-decoration: none;
}
footer.main {
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 12px;
}
@media (min-width: 1000px) {
    footer.main {
	    display: none;
	}
}
footer.main p {
    line-height: 1.5;
    color: #fff;
    font-size: 12px;
}
footer.main a {
    color: #fff;
    font-size: 12px;
}
footer.main a:hover {
    color: #fff;
}
footer.main .wrapper {
    padding: 1em;
    color: #fff;
}
footer.main .social {
    margin-bottom: 1em;
    color: #fff;
}
footer.main .siteAuthor {
    padding: 1.4em;
    color: #fff;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100002;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 100004
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 100003;
}
.mfp-preloader a {

}
.mfp-preloader a:hover {

}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 100005;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button: : -moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
}
.mfp-close:hover,.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    line-height: 14px;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
	    padding-left: 0;
	    padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
	    padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
	    top: 0;
	    bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
	    display: inline;
	    margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
	    background: rgba(0,0,0,0.6);
	    bottom: 0;
	    margin: 0;
	    top: auto;
	    padding: 3px 5px;
	    position: fixed;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar: empty {
	    padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
	    right: 5px;
	    top: 3px;
	}
	.mfp-img-mobile .mfp-close {
	    top: 0;
	    right: 0;
	    width: 35px;
	    height: 35px;
	    background: rgba(0,0,0,0.6);
	    position: fixed;
	    text-align: center;
	    padding: 0;
	}
}
@media all and (max-width: 900px) {
    .mfp-arrow {
	    -webkit-transform: scale(0.75);
	    transform: scale(0.75);
	}
	.mfp-arrow-left {
	    -webkit-transform-origin: 0;
	    transform-origin: 0;
	}
	.mfp-arrow-right {
	    -webkit-transform-origin: 100%;
	    transform-origin: 100%;
	}
	.mfp-container {
	    padding-left: 6px;
	    padding-right: 6px;
	}
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

aside {
    display: block;
    position: relative;
}



/* Class name via Modernizr */
.csstransforms aside h3, .csstransforms aside h2, .csstransforms aside h1, .csstransforms aside .title {

    /* Abs positioning makes it not take up vert space */ 
    position: absolute;
    top: 0;
    left: 0;
    
    /* Border is the new background */
    background: none;
    
    /* Rotate from top left corner (not default) */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    -o-transform-origin:      0 0;
    
    -webkit-transform: rotate(90deg); 
    -moz-transform:    rotate(90deg); 
    -ms-transform:     rotate(90deg); 
    -o-transform:      rotate(90deg); 
}

.data_fest{
    display: none;
    letter-spacing: -2px;
}
.csstransforms .data_fest{
    display: block;
    position: absolute;
    top: -12px;
    left: 235px;
    width: 265px;
    text-align: center;
}

.data_fest2{
    display: block;
    letter-spacing: -2px;
}
.csstransforms .data_fest2{
    display: none;
}

@media (max-width: 800px) {
    .data_fest{
        display: none;
    }
    .csstransforms .data_fest{
        display: none;
    }

    .data_fest2{
        display: block;
    }
    .csstransforms .data_fest2{
        display: block;
    }
}

h1{
  	letter-spacing:-3px;
}

h2{
  	letter-spacing:-3px;
}
h3{
  	letter-spacing:-2px;
}
h4{
  	letter-spacing:-1px;
}

.title, h1, h2, h3, h4{
    letter-spacing:-1px;
    text-transform: none;
    font-weight: normal;
}

.title .noUpper, h1 .noUpper, h2 .noUpper, h3 .noUpper, h4 .noUpper, .title.noUpper, h1.noUpper, h2.noUpper, h3.noUpper, h4.noUpper{
    letter-spacing:-1px;
    text-transform: none;
    font-weight: normal;
}

.title .Lower, h1 .Lower, h2 .Lower, h3 .Lower, h4 .Lower, .title.Lower, h1.Lower, h2.Lower, h3.Lower, h4.Lower{
    letter-spacing:-1px;
    text-transform: lowercase;
    font-weight: normal;
}

h1 , h2 , h3 , h4{
    font-weight: normal;
}


 h2 .noUpper{
    line-height: 28px;
}

.logo .title{
    text-align: right;
}

.logo h2{
    margin-top: 15px;
    text-align: right;
}

.nav-bar{
    top: -70px;
    min-height: 55px;
    display: none;
    position: fixed;
    width: 100%;
    background-color: #000000;
    color: #fff;
    z-index: 999999;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.68);
}

@media (max-width: 999px) {
    .nav-bar{
        display: block;
    }
}

.nav-bar h1, .nav-bar h2, .nav-bar h3, .nav-bar h4, .nav-bar .title{ color: #fff;}

.nav-bar .bar{
    width: 100%;    
    height: 55px;
    background-color: #000000;
}
.nav-bar .bar h1, .nav-bar .bar h2, .nav-bar .bar h3, .nav-bar .bar h4, .nav-bar .bar .title{margin: 0px; padding: 0px; vertical-align: middle;}
.nav-bar .bar h1{
    float: right;
    padding: 15px;
}
.nav-bar .bar h2{
    float: left;
    padding: 15px;
}
.nav-bar .menu-toggle{
    position: absolute;
    top: -5px;
    right: 5px;
    cursor: pointer;
    z-index: 999999;
    
}

.nav-bar .menu-toggle i{
    margin: 0px;
    
}

.nav-bar .menu-toggle.close{
    top: 8px;
    right: 21px;
}

.nav-bar .menu {
    display: none;
    background-color: #000000;
}

.nav-bar .menu h1, .nav-bar .menu h2, .nav-bar .menu h3, .nav-bar .menu h4, .nav-bar .menu .title, .nav-bar .menu a, .nav-bar .menu .noUpper, .nav-bar .menu li, .nav-bar .menu span, .nav-bar .menu .social i{color: #fff;}

@media (min-width: 1000px) {
    .artista #header, .artista #contentSection{
        background-color: #fff;
        height: 100%;
    }
}

.voltar h4{
    margin-bottom:0px;
}

@media (max-width: 999px) {
    .voltar h4{
        margin-bottom:15px;
    }
}
.voltar:hover h4{
    text-decoration: underline;
}

.language{
    text-transform: uppercase;
}
.language .on, .language .on a{
    text-decoration: underline;
    cursor: text;
}

header .copyright{
    font-size: 12px;
}

.editionYear{
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    float: left;
}

.editionYear:hover{
    text-decoration: underline;
}

@media (min-width: 1000px) {
    .theinfos{
        width: 70%;
        max-width: 700px;
    }
}

.programmeConcert .details h3.noUpper, .data_fest, .data_fest2{
    letter-spacing:0px;
}

.news-smalltext{
    font-size: 14px;
}
a.news-smalltext{
    margin: 0px;
    margin-left: 6px;
}
a.news-smalltext i{
    margin: 0px;
}
.news-smalltext.date{
    font-family: 'PT Sans Caption', sans-serif;
}
a.news-smalltext:hover i{
    text-decoration: underline;
}