@font-face {
    font-family: 'Regular-Light';
    src: url('fonts/Regular-Light.eot');
    src: url('fonts/Regular-Light.woff'), url('fonts/Regular-Light.ttf'), url('fonts/Regular-Light.svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Regular-Regular';
    src: url('fonts/Regular-Regular.eot');
    src: url('fonts/Regular-Regular.woff'), url('fonts/Regular-Regular.ttf'), url('fonts/Regular-Regular.svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Regular-Medium';
    src: url('fonts/Regular-Medium.eot');
    src: url('fonts/Regular-Medium.woff'), url('fonts/Regular-Medium.ttf'), url('fonts/Regular-Medium.svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Regular-Semibold';
    src: url('fonts/Regular-Semibold.eot');
    src: url('fonts/Regular-Semibold.woff'), url('fonts/Regular-Semibold.ttf'), url('fonts/Regular-Semibold.svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Regular-Black';
    src: url('fonts/Regular-Black.eot');
    src: url('fonts/Regular-Black.woff'), url('fonts/Regular-Black.ttf'), url('fonts/Regular-Black.svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Regular-Bold';
    src: url('fonts/Regular-Bold.eot');
    src: url('fonts/Regular-Bold.woff'), url('fonts/Regular-Bold.ttf'), url('fonts/Regular-Bold.svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Regular-Extrabold';
    src: url('fonts/Regular-Extrabold.eot');
    src: url('fonts/Regular-Extrabold.woff'), url('fonts/Regular-Extrabold.ttf'), url('fonts/Regular-Extrabold.svg');
    font-weight: normal;
}


/* Global settings */

body,
img,
a,
p,
span,
div,
strong,
em,
ul,
ol,
li,
label,
input,
textarea,
form,
fieldset,
table,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
embed,
object {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
}

textarea,
body {
    color: #000;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
    line-height: 17px;
}

table,
td,
tr,
th {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
}

label {
    display: block;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loadable {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

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

a {
    color: #000;
}


/* Layout */

body {
    background: #fff9f0;
    font-family: 'Regular-Regular';
}

#logo-wrap {
    display: inline-block;
    margin: 50px auto;
}

#logo {
    background: url('../img/logo.svg') no-repeat;
    width: 110px;
    height: 135px;
    background-size: 100%;
    text-indent: -10000px;
}

#container {}

#partners,
#artists {
    max-width: 1000px;
}

#header {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 225px;
    background: #f8e0da;
    z-index: 100;
    box-sizing: border-box;
}

#menu {
    padding-left: 45px;
}

#header #menu {
    text-align: left;
}

#menu li {
    margin-bottom: 3px;
}

#menu a {
    font-family: 'Regular-Black';
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px;
    border: none;
}

#menu a:hover {
    opacity: 0.7;
}

#menu .selected a {
    border: 2px solid #000;
}

.networks {
    /*position: absolute;
    bottom: 45px;
    left: 45px;*/
}

.networks a {
    display: inline-block;
    text-indent: -10000px;
    margin-right: 8px;
    vertical-align: middle;
}

.networks .fb {
    width: 6px;
    height: 12px;
    background: url('../img/fb.svg') no-repeat;
    background-size: 100%;
}

.networks .tw {
    width: 14px;
    height: 12px;
    background: url('../img/tw.svg') no-repeat;
    background-size: 100%;
}

.networks .ig {
    width: 12px;
    height: 12px;
    background: url('../img/ig.svg') no-repeat;
    background-size: 100%;
}

.newsletter,
.newsletter h3 {
    display: inline-block;
}

.newsletter h3 {
    text-transform: uppercase;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 8px;
    cursor: pointer;
}

.newsletter form {
    position: absolute;
    bottom: 100px;
    left: 0;
    background: #f8e0da;
    display: none;
}

form input[type=text], form input[type=email] {
    padding: 2px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

form label {
    text-transform: uppercase;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 10px;
}

form button {
    display: inline-block;
    border: 2px solid #000;
    padding: 5px;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    background: #f8e0da;
    cursor: pointer;
}

form button:hover {
    background: #000;
    color: #fff9f0;
}
form label.error {
    background: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 2px;
    position: relative;
    top: -6px;
    text-align: center;
    display: block;
}

#content {
    padding-left: 225px;
}

#footer {
    position: fixed;
    bottom: 45px;
    left: 55px;
    z-index: 999;
}

#footer nav {
    padding: 15px 0;
}

a.booking,
span.booking {
    display: inline-block;
    border: 2px solid #000;
    padding: 5px;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
}

span.booking.full,
a.booking:hover {
    background: #000;
    color: #fff9f0;
}


/* Home */

#home {
    position: relative;
}

#home header {
    position: relative;
}

.slideshow,
.slideshow .slides,
.slideshow .slides li {
    width: 100%;
    overflow: hidden;
    height: 455px;
    position: relative;
}

.slideshow .slides li .description {
    display: none;
}

.slideshow_description {
    position: absolute;
    left: 75px;
    bottom: 50px;
    z-index: 200;
}

.slideshow_description h2 {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Regular-Black';
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    background: #000;
    padding: 20px;
    line-height: 24px;
}

.slideshow_description .details {
    background: #fff9f0;
    border: 2px solid #000;
    padding: 20px;
    max-width: 400px;
    position: relative;
}

.slideshow_description .details .place {
    text-transform: uppercase;
    font-family: 'Regular-Black';
    font-size: 20px;
    line-height: 25px;
}

.slideshow_description .details .event {
    margin-bottom: 10px;
}

.slideshow_description .details .date {
    font-size: 18px;
    line-height: 22px;
}

.slideshow_description .details .catcher {
    font-size: 15px;
    line-height: 18px;
}

.slideshow_description .details .booking {
    position: absolute;
    right: 20px;
    top: 20px;
}

.slideshow_pager {
    margin-top: 10px;
}

.slideshow_pager ul li {
    background: url('../img/pager.svg');
    background-size: 100%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: inline-block;
    text-indent: -10000px;
    margin-right: 4px;
}

.slideshow_pager ul li:hover,
.slideshow_pager ul li.selected {
    background: url('../img/pager_active.svg');
    background-size: 100%;
}

#home .posts {
    box-sizing: border-box;
    width: calc(100% - 225px);
    padding: 60px 75px 0 75px;
}

#home .posts h1 {
    font-family: 'Regular-Black';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

li.post {
    position: relative;
    padding-bottom: 45px;
    min-height: 180px;
}

li.post h2 {
    font-family: 'Regular-Black';
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

li.post hr {
    border-top: 4px solid #f8e0da;
    width: 20px;
    margin: 5px 0;
}

li.post .details {
    padding-left: 310px;
}

li.post .description {
    font-size: 15px;
    line-height: 20px;
    max-width: 350px;
    margin-top: 15px;
}

li.post .thumbnail {
    float: left;
    width: 265px;
    height: auto;
}

li.post .thumbnail img {
    width: 100%;
}

li.post .more {
    display: inline-block;
    border: 2px solid #000;
    padding: 5px;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    margin-top: 10px;
}

li.post:hover .more {
    background: #000;
    color: #fff9f0;
}

.events {
    position: absolute;
    top: 455px;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 225px;
    padding: 30px;
    background: #f8e0da;
}

.events h1 {
    font-family: 'Regular-Black';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 40px 0;
}

li.event {
    margin-bottom: 30px;
}

li.event h2 {
    font-family: 'Regular-Black';
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

li.event hr {
    border-top: 4px solid #000;
    width: 20px;
    margin: 5px 0;
}

li.event .place,
li.event .date {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 3px;
}

li.event .booking {
    margin-top: 10px;
}

.events .all a {
    display: inline-block;
    border: 2px solid #000;
    padding: 5px;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    background: #000;
    color: #f8e0da;
}

.events .all a:hover {
    background: #f8e0da;
    color: #000;
}


/* Artists */

#artists {
    padding: 60px 80px;
}

#artists h1 {
    font-family: 'Regular-Black';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#artists>ul>li {
    width: calc(25% - 23px);
    height: 120px;
    line-height: 195px;
    border: 6px solid #f8e0da;
    position: relative;
    float: left;
    margin: 0 30px 30px 0;
    box-sizing: border-box;
}

#artists>ul>li:nth-child(4n) {
    margin-right: 0;
}

#artists>ul>li:hover .thumbnail {
    visibility: visible;
}

#artists>ul>li:hover h2 {
    /*display: none;*/
}

#artists>ul>li .thumbnail {
    width: 100%;
    overflow: hidden;
    visibility: hidden;
}

#artists>ul>li .thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}

#artists>ul>li h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    font-family: 'Regular-Black';
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Artist */

#artist {
    width: calc(100% - 225px);
}

#artist.noEvent {
    width: 100%;
    max-width: 1000px;
}

#artist .wrapper h1 {
    font-family: 'Regular-Black';
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 20px;
    position: relative;
    left: -140px;
    top: -35px;
}

#artist .noEvent .wrapper h1 {
    max-width: calc(100% - 115px);
}

#artist .thumbnail {
    width: 450px;
	height: 450px;
    overflow: hidden;
    position: relative;
}

#artist .thumbnail img {
    display: block;
}

.ontour {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
    background: #f8e0da;
    color: #000;
    padding: 5px;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    z-index: 50;
}

#artist .thumbnail img {
    width: 100%;
}

#artist .wrapper {
    position: relative;
    margin-left: 80px;
    background: #f8e0da;
    margin-right: 30px;
    padding: 35px 60px;
    box-sizing: border-box;
}

#artist .wrapper .text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

#artist .wrapper .text a {
    text-decoration: underline;
}

#artist .wrapper .links a {
    display: inline-block;
    border: 2px solid #000;
    padding: 5px;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    margin-right: 5px;
}

#artist .wrapper .links a:hover {
    background: #000;
    color: #fff;
}

#artist .copyright {
    font-size: 10px;
    font-style: italic;
    margin-top: 20px;
}

#artist .events {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}

.viewpager {
    position: absolute;
    top: 0;
    right: 0;
    margin: 40px;
}

.viewpager .total {
    display: none;
}

.viewpager .next,
.viewpager .previous,
.viewpager .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    margin: 0 10px;
}

.viewpager .next {
    background-image: url('../img/next.svg');
}

.viewpager .previous {
    background-image: url('../img/prev.svg');
}

.viewpager .close {
    background-image: url('../img/close.svg');
}


/* Events */

#events {
    padding: 60px 80px;
    max-width: 1000px;
}

#events h1 {
    font-family: 'Regular-Black';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#events .month>h2 {
    background: #f8e0da;
    padding: 7px 10px;
    font-family: 'Regular-Black';
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#events .event {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 20px 30px 0;
    height: 160px;
}

#events .event hr {
    border-top: 4px solid #f8e0da;
}

.event .name {
    font-family: 'Regular-Bold';
}


/* team */

#team {
    padding: 60px 80px;
    max-width: 900px;
}

#team hr {
    border-top: 4px solid #f8e0da;
    width: 20px;
    margin: 5px 0 15px 0;
}

#team h1 {
    font-family: 'Regular-Black';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#team .description {
    float: left;
    width: 80%;
    box-sizing: border-box;
    padding-right: 90px;
}

#team .members {
    float: right;
    width: 20%;
    font-size: 13px;
    line-height: 18px;
}

#team .members li {
    margin-bottom: 15px;
}

#team .members li h3 {
    font-family: 'Regular-Bold';
}

#team .members li .function {
    text-transform: uppercase;
}

#team .members li a:hover {
    text-decoration: underline;
}

#team h2 {
    font-family: 'Regular-Black';
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#team .text {
    font-size: 15px;
    line-height: 22px;
}


/* Partners */

#partners {
    padding: 60px 80px;
}

#partners h1 {
    font-family: 'Regular-Black';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#partners .partner {
    width: 24.9%;
    height: auto;
    float: left;
}

#partners .partner:nth-child(4n) .wrapper {
    padding-right: 0;
}

#partners .partner .wrapper {
    padding-right: 25px;
}

#partners .partner .thumbnail {
    height: 160px;
    line-height: 160px;
    text-align: center;
}

#partners .partner .thumbnail img {
    vertical-align: middle;
    max-width: 170px;
}

#partners .partner h2 {
    font-family: 'Regular-Black';
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-top: 4px solid #f8e0da;
    border-bottom: 4px solid #f8e0da;
    margin-bottom: 20px;
    overflow: hidden;
}

#partners .partner .description {
    font-size: 15px;
    line-height: 22px;
}

#partners .partner a {
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #f8e0da;
    padding: 5px;
    font-family: 'Regular-Black';
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    margin-right: 5px;
}

#partners .partner a:hover {
    background: #f8e0da;
}


/* Html */

#html {
    padding: 60px 80px;
}

#html h1 {
    font-family: 'Regular-Black';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#html .text {
    font-size: 15px;
    line-height: 22px;
}

#html .text a {
    text-decoration: underline;
}


/* Contact */

#contact {
    padding: 60px 80px;
}

#contact h1 {
    font-family: 'Regular-Black';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#map_container,
#map_container #map {
    width: 100%;
    height: 455px;
}

#contact .text {
    font-size: 15px;
    line-height: 22px;
}

#contact hr {
    width: 20px;
    border-top: 4px solid #f8e0da;
    margin: 15px 0;
}

0;

}
