/*
Theme Name: Copenhagen Jazz Festival
Description: Wordpress theme for Copenhagen Jazz Festival.
Author: Ole Lindholm &amp; David Ramskov
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/
@charset "UTF-8";
	* {
	margin:0;
	padding:0;
	list-style-type:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

body {
	
}
/*
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading p, .wf-loading .nav a {
	visibility:hidden;
}*/

input, textarea {
	/*font-family:"Du Nord Regular",  sans-serif;*/
	/*font-size:12px;*/
	font-weight:normal;
	font-style:normal;
	outline:none;
}

a {
	text-decoration:none;
}

p {
	margin-bottom: 22px;
}

.green {
	color:#498f7f;
}

.in {
	width:940px;
	margin:0 auto;
}

.share {
	margin-bottom:15px;
}

.share div.fb-like {
	vertical-align:top;
}


.wrap {
	width:100%;
	overflow:hidden;
	position: relative;
}

.wrap .left, .wrap .right {
	width:50%;
	float:left;
}

.wrap.narrow .left {
	width:35%;
}

.wrap.narrow .right {
	width:65%;
}

.h {
	
	font-size: 28px;
	background:black;
	display:inline-block;
	padding:10px 15px;
	color:white;
	font-family: "Titillium Web", sans-serif;
	position:relative;
	margin-bottom:15px;
}

.h a {
	color:white;
}
/*
.h:after {
	content:'<hr>';
	position:absolute;
	bottom:-10px;
	width:100%;
	height:3px;
	left:0;
	background-color:black;
}*/

.align {
	min-height:177px;
	display:block;
}

.widget {
	margin-bottom:15px;
}

.header {
	height:180px;
	/*background:url(images/headerSmall.jpg) no-repeat center top;*/
}

.header.summer {
	/*background:url(images/headerSummerSmall.jpg) no-repeat center top;*/
}

.header.winter {
	/*background:#000 url(images/headerWinterSmall.jpg) no-repeat center top;*/
}

.header.large {
	/*background:#fdfdfd url(images/headerBig.jpg) no-repeat center top;*/
	height:350px;
        
}
.header .header-img.responsive{
    
}
.header .header-img img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.header.big.summer {
	/*background:#fdfdfd url(images/headerSummerBig.jpg) no-repeat center top;*/
}

.header.big.winter {
	/*background:#000 url(images/headerWinterBig.jpg) no-repeat center top;*/
}

.header.large .logo {
	height:210px;
}

.header .in {
	position:relative;
	height:100%;
}

.header .nav {
	position:absolute;
	width:100%;
	height:35px;
	background:black;
	bottom:0;
	z-index:100;
}

.header .nav li {
	float:left;
	width:25%;
	line-height:35px;
	height:35px;
	text-align:center;
}

.header .nav li a {
	color:white;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size:14px;
	display:block;
	position:relative;
}

.header .nav li a:before {
	content:'';
	position:absolute;
	top:10px;
	bottom:10px;
	right:0px;
	width:1px;
	background-color:white;
}

.header .nav li:last-child a:before {
	content:none;
}

.header .nav li ul {
	display:none;
	width:235px;
	background:#444;
	overflow:hidden;
}

.header .nav li ul li {
	width:100%;
	overflow:hidden;
	border-bottom:1px dashed rgba(255, 255, 255, 0.7);
}

.header .nav li ul li a {
	color:white;
}

.header .nav li ul li:last-child {
	border-bottom:none;
}

.header .nav li ul li a:before {
	content:none;
}

.header .nav li ul li a:hover {
	background:#ddd;
	color:black;
}

.header .nav li:hover ul {
	display:block;
}

.header .sec {
	position:absolute;
	top:20px;
	right:0;
	width:500px;
	text-align:right;
}

.header .sec form {
	display:inline-block;
}

.header .sec form input {
	border:1px solid rgba(0, 0, 0, 0.5);
	padding:4px;
	font-size:13px;
	height:27px;
	width:110px;
	-webkit-appearance:none;
	border-radius:0;
}

.header .sec a {
	color:white;
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	padding:5px 30px 5px 10px;
	background:black;
	border:1px solid black;
	margin-right:6px;
	position:relative;
}

.header .sec a:after {
	content:'';
	position:absolute;
	width:18px;
	height:17px;
	background:url(images/sprite.png) no-repeat -10px 0;
	right:7px;
	top:4px;
}

.header .sec a.lang {
	padding-right:32px;
}

.header .sec a.newsletter {
	padding-right:35px;
}

.header .sec a.lang:after {
	background-position:-167px -2px;
}

.header .sec a.newsletter:after {
	width:22px;
	background-position:-136px -4px;
}

.header .logo {
	width:450px;
	height:104px;
	position:absolute;
	text-indent:-9999px;
}

.section {
	padding:30px 0;
	overflow:hidden;
	width:100%;
}

.section.blue {
	background:#009fee;
}

.section.grey {
	background:rgba(0, 0, 0, 0.2);
}
/*
.frontpage .cycle {
	width:560px;
	height:360px;
	background:black;
	position:relative;
	display: none;
}

.frontpage .cycle .article h5 {
	color:white;
	background:#009fee;
	font-size:24px;
	line-height:28px;
	display:inline;
	padding:5px 8px;
	position:absolute;
	bottom:40px;
	font-family:"Du Nord Demibold";
}

.frontpage .cycle .article img {
	width:560px;
	height:360px;
	width: 100%;
	max-width: 100%;
}

.frontpage .cycle .nav {
	position:absolute;
	bottom:4px;
	right:8px;
}

.frontpage .cycle .nav a {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	text-indent:-9999px;
	margin-right:3px;
	border:1px solid #009fee;
}

.frontpage .cycle .nav a.active {
	background:#009fee;
}

.frontpage .left {
	width:560px;
}

.frontpage .right {
	width:350px;
	float:right;
}

.frontpage .right ul {
	overflow:hidden;
	margin-bottom:15px;
	margin-top:-18px;
}

.frontpage .right li {
	border-bottom:1px solid black;
	padding:8px 0;
}

.frontpage .right li a {
	color:black;
	font-size:15px;
}

.frontpage .right .btn {
	font-size:15px;
	font-family:"Du Nord Bold";
	color:black;
}*/

.promo {
	padding-bottom:20px;
}

.promo ul li {
	float:left;
	width:220px;
	height:200px;
	background:black;
	margin:0 20px 20px 0;
	position:relative;
}

.promo ul li:nth-child(4n) {
	margin-right:0;
}

.promo ul li a {
	transition:opacity .25s ease-in-out;
	-moz-transition:opacity .25s ease-in-out;
	-webkit-transition:opacity .25s ease-in-out;
}

.promo ul li:last-child {
	margin:0;
}

.promo ul li h3 {
	background:black;
	color:white;
	font-size:14px;
	display:inline;
	line-height:17px;
	position:absolute;
	bottom:15px;
	left:0;
	padding:5px 7px;
	max-width:190px;
	font-weight:normal;
	z-index:100;
	transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-webkit-transition:.25s ease-in-out;
}

.promo ul li h3 a {
	color:white !important;
}

.promo ul li:hover a {
	text-decoration:none;
	opacity:0.3;
	color:white;
}

.promo ul li:hover h3 {
	background:white;
	color:black;
}

.promo ul li:hover h3 a {
	color:black !important;
	opacity:1;
}

.promo ul li:hover h3 a:hover {
	color:black !important;
}

.promo ul li img {
	width:220px;
	height:200px;
}
/*
.articles .article {
	width:300px;
	display:inline-block;
	margin-right:15.5px;
	vertical-align:top;
}

.articles .article:hover img {
	opacity:0.7;
}

.articles .article:last-child {
	margin:0;
}

.articles .article .align {
	min-height:200px;
}

.articles .article .alignSmall {
	min-height:90px;
	display:block;
}

.articles .article img {
	width:300px;
	margin-bottom:10px;
	background:black;
	opacity:1;
	transition:opacity .25s ease-in-out;
	-moz-transition:opacity .25s ease-in-out;
	-webkit-transition:opacity .25s ease-in-out;
}

.articles .article h5 {

	font-size:20px;
	border-bottom:1px solid black;
	padding-bottom:5px;
	margin-bottom:10px;
}

.articles .article h5 a {
	font-size:20px;
	
	text-decoration:none !important;
}

.articles .article h5 a:hover {
	color:#009fee;
}

.articles .article p {
	font-size:13px;
	line-height:22px;
}

.articles .article p a {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color:black;
}

.articles .article p a:hover {
	color:#009fee;
}

.articles .article a {
	font-size:13px;
	color:black;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

div.article article.article img {
	width:100%;
	height:auto;
	margin-bottom:30px;
}

div.article article.article h2 {
	font-size:30px;
	border-bottom:1px solid black;
	margin-bottom:15px;
	padding-bottom:10px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

div.article article.article p {
	margin-bottom:15px;
	line-height:24px;
	font-size:15px;
}

div.article article.article.full img {
	height:auto;
}*/

aside.aside h4.border {
	font-size:30px;
	border-bottom:1px solid black;
	margin-bottom:15px;
	padding-bottom:10px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.socials .left, .socials .right {
	width:450px;
	float:left;
	overflow:hidden;
}

.socials .right {
	float:right;
}

.socials .right img {
	height:228px;
}

.socials .wrap {
	margin-bottom:40px;
}

/*.insta li {
	float:left;
	width:156px;
	height:156px;
}

.insta li img {
	width:156px;
	height:156px;
}

.insta li:nth-child(6n) {
	width:160px;
}

.insta li:nth-child(6n) img {
	width:160px;
}*/

.breadcrumb + * {
	margin-top:20px;
}

.breadcrumb a {
	color:black;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	margin-right:3px;
	font-size:14px;
	position:relative;
	padding-right:16px;
}

.breadcrumb a:after {
	content:'';
	position:absolute;
	width:9px;
	height:8px;
	background:url(images/sprite.png) -107px -8px;
	top:8px;
	right:0;
}

.breadcrumb a:last-child {
	border-bottom:2px solid black;
	padding-right:0;
}

.breadcrumb a:last-child:after {
	content:none;
}

.breadcrumb a:hover {
	color:#009fee;
}

.two-col .aside {
	width:290px;
	float:right;
}

.two-col .aside h4 {
	font-size:24px;
}

.two-col .aside .wrap {
	background:rgba(0, 0, 0, 0.15);
	padding:20px;
	margin-bottom:15px;
}

.two-col .aside .h:after {
	width:250px;
}

.two-col .aside li {
	margin-bottom:10px;
	border-bottom:#bbb 1px solid;
	padding-bottom:10px;
}

.two-col .aside li a {
	color:black;
	font-size: 12px;
}

.two-col .aside li a:hover {
	color:#666;
}

.two-col .col {
	float:left;
	width:630px;
}

.two-col .col .article {
	margin-bottom:30px;
}

.two-col .col .article a {
	color:black;
	text-decoration:underline;
}

.two-col .col .article h3 {
	margin:25px 0 5px;
	
}

.two-col .col .article:nth-child(2n) {
	margin-right:0;
}

.two-col .aside .follow li{
    border-bottom: none;
}

.overview .list {
	float:right;
	width:770px;
}

.overview .list .concerts {
	margin-top:10px;
}

.overview .aside {
	float:left;
	width:150px;
}

/*.filters a {
	display:block;
	background:white;
	color:black;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	padding:6px 10px 6px 27px;
	margin-bottom:1px;
	position:relative;
}

.filters a:hover {
	background:#f2f2f2;
}

.filters a.all:before {
	content:'';
	position:absolute;
	width:14px;
	height:13px;
	background:url(images/sprite.png) -6px -99px;
	top:7px;
	left:8px;
}

.filters a.day:before {
	background-position:-25px -99px;
	height:14px;
}

.filters a.time:before {
	background-position:-48px -100px;
}

.filters a.admission:before {
	background-position:-71px -100px;
	width:9px;
	height:12px;
	left:11px;
}

.filters a.open:before {
	background-position:-89px -101px;
	width:15px;
	height:12px;
	left:8px;
}

.filters a.area:before {
	background-position:-116px -99px;
	width:8px;
	height:12px;
	left:11px;
}

.filters a.venue:before {
	background-position:-132px -101px;
	width:13px;
}

.filters a.theme:before, .filters a.type:before {
	background-position:-154px -100px;
	width:13px;
	height:14px;
}

.filters a.genre:before {
	background-position:-176px -101px;
	width:6px;
	left:11px;
}

.filters a.dd:after {
	content:'';
	position:absolute;
	width:9px;
	height:17px;
	background:url(images/sprite.png) -53px -124px;
	top:5px;
	right:8px;
}

.filters a.black {
	background:black;
	color:white;
}

.filters a.checked {
	background:#009fee;
}

.filters li a {
	margin-bottom:0;
	text-transform:inherit;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color:rgba(0, 0, 0, 0.7);
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}

.filters li a.checked {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	background:#009fee;
	color:white;
}

.filters ul {
	margin-bottom:1px;
	display:none;
}

.filters ul.active {
	display:block;
}*/

.guide {
	margin-top:10px;
	font-size:13px;
	line-height:20px;
}

.guide span {
	padding-left:16px;
	position:relative;
}

.guide span:before {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	border-radius:5px;
	left:2px;
	top:2px;
	background:#009fee;
}

.guide span.orange:before {
	background:#f07f0a;
}

.list .filter {
	background:black;
	color:white;
	padding:6px 10px;
	position:relative;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size:14px;
	text-align:right;
	overflow:hidden;
}

.list .filter a {
	color:white;
	margin-left:15px;
	position:relative;
	padding-left:23px;
}

.list .filter a:before {
	content:'';
	position:absolute;
	background:url(images/sprite.png) -4px -126px;
	width:17px;
	height:12px;
	left:0;
	top: 6px;
}

.list .filter a.boxview:before {
	background-position:-29px -124px;
	width:14px;
	height:14px;
	top:4px;
	left:2px;
}

.list .filter span {
	float:left;
}

/*.list .wrap {
	background:white;
	text-align:center;
}

.list .wrap ul {
	margin:15px 0;
	text-align:left;
}

.list .wrap li {
	padding:5px;
	font-size:13px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	position:relative;
}

.list .wrap li:hover {
	background:#f2f2f2;
}

.list .wrap li:last-child {
	border-bottom:none;
}

.list .wrap li a.venue {
	color:rgba(0, 0, 0, 0.7);
	text-overflow:ellipsis;
	display:inline-block;
	max-width:215px;
}

.list .wrap li span {
	display:inline-block;
	margin-right:5px;
	max-width:425px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list .wrap li span.date {
	width:70px;
}

.list .wrap li span.entre, .list .wrap li span.openair {
	width:13px;
	height:12px;
	position:relative;
	margin-right:0;
}

.list .wrap li span.entre.on:before, .list .wrap li span.openair.on:before {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	border-radius:5px;
	left:2px;
	top:2px;
	background:#009fee;
}

.list .wrap li span.entre.on:before {
	background:#f07f0a;
}

.list .wrap li span.openair {
	margin-right:5px;
}

.list .wrap li span.theme {
	margin-right:0;
}

.list .wrap li span a {
	color:black;
}

.list .wrap li span.selected, .concerts .wrapper span.selected {
	position:absolute;
	right:0px;
	top:6px;
	width:19px;
	height:15px;
	background:url(images/sprite.png) -4px -152px;
}*/
.concerts .wrapper span.selected{
    right: 45px;
    top: 15px;
}

ol.paging {
	display:inline-block;
	margin-bottom:15px;
}

ol.paging li {
	display:inline-block;
	border-bottom:none !important;
}

ol.paging li a {
	color:black;
}

.grid li {
	margin-bottom:10px;
}

.grid .wrapper {
	background:white;
	padding:10px;
	position:relative;
	height:80px;
}

.grid .wrapper:hover {
	background:#f2f2f2;
}

/*.grid img {
	width:110px;
	height:80px;
	position:absolute;
	top:0;
	left:0;
	background:black;
	border:none;
}*/

.grid .date {
	position:absolute;
	top:0;
	left:110px;
	background:#009fee;
	text-align:center;
	height:80px;
	width:110px;
	color:white;
	font-size:12px;
	padding-top:9px;
}

.grid .date span {
	font-size:28px;
	display:block;
	margin-top:1px;
}

.grid h6 {
	position:absolute;
	top:15px;
	left:235px;
	font-size:17px;
	text-transform:none;
	width:495px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.grid h6 a {
	color:black;
}
.grid.themes h6 a{
	color: white;
}

/*.grid .venue {
	position:relative;
	top:40px;
	margin-left:0px;
	font-size:13px;
	color:rgba(0, 0, 0, 0.7);
}
.grid .wrapper.venues .venue{
	left: 97px;
} */
.grid .club {
	position:relative;
	top:40px;
	margin-left:225px;
	font-size:13px;
	color:rgba(0, 0, 0, 0.7);
}
.grid .fav {
	top:10px;
	right:10px;
	position:absolute;
	text-indent:-9999px;
	background:url(images/sprite.png) -56px -149px;
	width:23px;
	height:22px;
}

.grid .fav:hover, .grid .fav.active {
	background-position:-81px -149px;
}

.grid .remove {
	top:10px;
	right:10px;
	position:absolute;
	text-indent:-9999px;
	background:url(images/sprite.png) -108px -151px;
	width:21px;
	height:21px;
}

.grid .remove:hover {
	background-position:-134px -151px;
}

.grid .tickets {
	position:relative;
	top:40px;
	margin-left:10px;
	float: right;
	color:white;
	background:#f07f0a;
	padding:3px 5px;
	display:inline-block;
	font-size:12px;
}

.grid .tickets:hover {
	background:#009fee;
}

.grid .paging {
	margin:10px 0 0;
}

.grid.nodate h6, .grid.nodate .venue {
	left:120px;
}

.grid .map {
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:13px;
	color:black;
	padding-left:12px;
}

.grid .map:before {
	content:'';
	background:url(images/sprite.png) -116px -99px;
	width:8px;
	height:12px;
	left:0;
	position:absolute;
}
/*
.concerts {
	text-align:left;
	margin-top:30px;
}

.concerts h4 {
	background:black;
	color:white;
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size:14px;
	padding:6px 10px;
	margin-bottom:15px;
}

.concerts ul {
	text-align:left;
}*/

.concertTop {
	padding:20px;
	margin-bottom:5px;
}

.concertTop ul.tags, .concertTop ul.meta {
	float:right;
	margin:15px 0 0;
}

.concertTop ul.tags li, .concertTop ul.meta li {
	margin:0 0 0 10px;
}

.concertTop ul.meta {
	margin:0 12px 0;
}

.concertTop .shareTop {
	float: right;
	width: auto;
}
.concertTop .shareTop .share{
    margin-bottom: 0px;
}
.concertTop .tags .concert-genre a{
    cursor: pointer;
}
.details {
	background:white;
	position:relative;
}

.details .fav {
	top:24px;
	right:17px;
	position:absolute;
	text-indent:-9999px;
	background:url(images/sprite.png) -56px -149px;
	width:23px;
	height:22px;
}

.details .fav:hover, .details .fav.active {
	background-position:-81px -149px;
}

.details .selected {
	top:30px;
	right:50px;
	position: absolute;
	text-indent:-9999px;
	background:url(images/sprite.png) -4px -152px;
	width:19px;
	height:15px;
}

.details .right, .details .left {
	padding:20px;
}

.details .left {
	padding-right:10px;
}

.details .right {
	padding-left:10px;
}

.details h4 {
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:5px;
	width:80%;
}

.details p.venue {
	font-size:16px;
	margin-bottom:0;
	position:relative;
	padding-left:13px;
	float:left;
}

.details p.venue a {
	color:rgba(0, 0, 0, 0.7);
}

.done-concert{
    margin: 10px 0 20px 0;
    padding: 10px 0 10px 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.details p.venue:before {
	content:'';
	position:absolute;
	background:url(images/sprite.png) -121px -8px;
	width:9px;
	height:9px;
	top:6px;
	left:0;
}

.details p {
	font-size:14px;
	margin-bottom:15px;
	line-height:22px;
}

.details .lineup, .details .tags, .details .links {
	margin:15px 0;
	overflow:hidden;
}

.details .lineup li, .details .tags li, .details .links li {
	float:left;
	margin-right:10px;
	font-size:14px;
	line-height:20px;
}
.details .lineup li{
    float: none;
}

.details .lineup {
	margin-top:-15px;
}

.details .lineup li {
	//text-transform:capitalize;
}

.details .tags a {
	color:white;
	background:rgba(0, 0, 0, 0.4);
	padding:4px 6px;
	display:block;
}
.details .tags ul li {
	margin-top: 5px;
} 

.details .tags .tickets {
	background:#f07f0a;
}

.details .tags .tickets:hover {
	background:#009fee;
}

.details .links a {
	color:black;
	padding-left:22px;
	position:relative;
}

.details .links a:before {
	content:'';
	position:absolute;
	background:url(images/sprite.png) -4px -189px;
	width:16px;
	height:15px;
	left:0;
	top:0;
}

.details .links a.ical:before {
	background-position:-26px -189px;
	width:19px;
	height:15px;
}

.details .links a.mail:before {
	background-position:-53px -190px;
	width:17px;
	height:14px;
}

.details hr {
	border:none;
	height:1px;
	background:black;
	margin:15px 0;
}

.details img {
	width:100%;
}

.details .date {
	color:#009fee;
	display:inline-block;
	font-size:15px;
	font-family:'Titillium Web',  sans-serif;
	margin-bottom:10px;
}

.details .meta {
	font-size:13px;
	line-height:22px;
	margin-bottom:30px;
}

.details .meta li {
	margin-bottom:5px;
}

.details .meta span, .details .meta a {
	padding-left:22px;
	position:relative;
	color:black;
}

.details .meta span:before, .details .meta a:before {
	content:'';
	position:absolute;
	background:url(images/sprite.png) -116px -99px;
	width:8px;
	height:12px;
	left:4px;
	top:1px;
}

.details .meta span.opening_hours:before, .details .meta a.opening_hours:before {
	background-position:-3px -219px;
	width:13px;
	height:18px;
	left:1px;
	top:0;
}

.details .meta span.capacity:before, .details .meta a.capacity:before {
	background-position:-27px -222px;
	width:18px;
	height:12px;
	left:-1px;
}

.details .meta span.payment:before, .details .meta a.payment:before {
	background-position:-55px -225px;
	width:18px;
	height:12px;
	left:-1px;
}

.details .meta span.smoking:before, .details .meta a.smoking:before {
	background-position:-80px -222px;
	width:18px;
	height:15px;
	left:-1px;
	top:-1px;
}

.details .meta span.web:before, .details .meta a.web:before {
	background-position:-105px -223px;
	width:16px;
	height:15px;
	left:-1px;
}

.details .meta span.mail:before, .details .meta a.mail:before {
	background-position:-127px -224px;
	width:17px;
	height:13px;
	left:-1px;
}

.details .meta span.phone:before, .details .meta a.phone:before {
	background-position:-153px -224px;
	width:15px;
	height:15px;
	left:-1px;
}
.details iframe{
    margin-top: 20px;
}
.details .share iframe{
	margin-top: 0px;
}
.txtcol {
	padding-top:20px;
}
/*
.txtcol .col {
	width:300px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

.txtcol .col:last-child {
	margin-right:0;
}*/

.txtcol .h {
	font-size:18px;
	margin-bottom:20px;
}

.txtcol .h:after {
	height:2px;
}

.txtcol p {
	font-size:14px;
	line-height:22px;
	margin-bottom:15px;
}

.txtcol p strong {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.txtcol a {
	color:black;
	text-decoration:underline;
}

ul.follow {
	overflow:hidden;
	margin-bottom:15px;
}

ul.follow li {
	float:left;
	position:relative;
	margin-right:15px;
	display:block;
	height:38px;
	width:38px;
}

ul.follow li:last-child {
	margin:0;
}

ul.follow li a {
	position:absolute;
	width:38px;
	height:38px;
	background:black;
	border-radius:19px;
	display:block;
	text-indent:-9999px;
}

ul.follow li a:after {
	content:'';
	background:url(images/sprite.png) no-repeat -16px -347px;
	width:9px;
	height:16px;
	position:absolute;
	top:10px;
	left:14px;
}

ul.follow li a.tw:after {
	background-position:-33px -347px;
	width:19px;
	height:16px;
	left:9px;
	top:11px;
}

ul.follow li a.gp:after {
	background-position:-58px -347px;
	width:16px;
	height:16px;
	left:11px;
	top:11px;
}

ul.follow li a.in:after {
	background-position:-81px -347px;
	width:16px;
	height:16px;
	left:11px;
	top:11px;
}

ul.follow li a.yt:after {
	background-position:-104px -347px;
	width:13px;
	height:16px;
	left:12px;
	top:11px;
}

.footer {
	background:black;
	color:white;
	padding:40px 0 70px;
}

.footer .info {
	overflow:hidden;
}

.footer .info .col {
	width:300px;
	float:left;
	margin-right:20px;
	overflow:hidden;
	line-height:20px;
}

.footer .info .col:last-child {
	margin-right:0;
}

.footer a {
	color:white;
	display:block;
	/*font-size:14px;*/
}


.footer .apps li {
	float:left;
	width:65px;
}

.footer .apps li:first-child {
	margin-right:5px;
}

.footer .app {
	background:url(images/sprite.png) -6px -37px;
	width:65px;
	height:20px;
	text-indent:-9999px;
	display:inline-block;
}

.footer .play {
	background:url(images/sprite.png) -6px -66px;
	width:65px;
	height:20px;
	text-indent:-9999px;
	display:inline-block;
}

.footer .h {
	font-size:18px;
	background:white;
	color:black;
	margin-bottom:20px;
}
.footer .information a:last-child{
	margin-bottom: 30px; 
}

.footer .h:after {
	background:black;
	border-bottom:1px dashed white;
}

.footer .h a {
	color:black;
	font-size:18px;
}

.footer big {
	font-size:28px;
	display:block;
	margin-top:10px;
	height: 30px;
}

.footer p {
	/*line-height:20px;*/
	/*font-size:14px;*/
}

.footer .left, .footer .right {
	width:45%;
	overflow:hidden;
	margin-top:15px;
}

.footer .left p, .footer .right p {
	/*font-size:12px;*/
	/*line-height:16px;*/
}

.footer .right {
	float:right;
}

.footer .sponsors {
	overflow:hidden;
	margin-top:30px;
}

.footer .sponsors .col {
	width:300px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

.footer .sponsors .col:last-child {
	margin-right:0;
}

.footer .sponsors h6 {
	font-family: "Titillium Web", sans-serif;
	border-bottom:1px dashed white;
	padding-bottom:10px;
	font-weight: 700;
	font-size: 18px;
	margin-bottom:15px;
}

.footer .follow a {
	background:white;
}

.footer a.fb:after {
	background-position:-16px -322px;
}

.footer a.tw:after {
	background-position:-33px -322px !important;
}

.footer a.gp:after {
	background-position:-58px -322px !important;
}

.footer a.yt:after {
	background-position:-81px -322px !important;
}

.footer a.in:after {
	background-position:-102px -322px !important;
}

.facebook {
	overflow:hidden;
}

.facebook .wrapper {
	height:225px;
	overflow:hidden;
}

.facebook li {
	border-bottom:2px solid white;
	overflow:hidden;
	padding:10px 20px;
	background:#ddd;
}

.facebook li:last-child {
	border-bottom:0;
	margin-bottom:0;
}

.facebook li p {
	line-height:22px;
	font-size:14px;
}

.facebook li a {
	color:black;
}

.facebook time {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size:14px;
	text-transform:uppercase;
	display:block;
	margin:5px 0;
	color:#999;
}

.facebook .more a {
	display:block;
	width:100%;
	height:30px;
	margin-top:2px;
	background:#999 url(images/arrowDown.png) no-repeat center center;
}

.facebook .more a:hover {
	background-color:#aaa;
}

.themeBox {
	width:940px;
	overflow:hidden;
	margin-bottom:30px;
	position:relative;
	height:600px;
}

.themeBox img {
	position:absolute;
	top:0;
}

.themeBox h2 {
	display:inline;
	position:absolute;
	top:30px;
	color:white;
	font-size:36px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	z-index:100;
	padding:8px 14
}

.mobileToggle {
	display:none;
	width:45px;
	height:45px;
	background:url(images/Burger.jpg) no-repeat;
	-o-background-size: 45px 45px;
	-moz-background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	background-size: 45px 45px;
	position:absolute;
	top:0px;
	right:0;
	cursor:pointer;
}

.universeToggle {
	width:27px;
	height:44px;
	cursor:pointer;
	background:url(images/selector.jpg);
	-o-background-size: 25px 45px;
	-moz-background-size: 25px 45px;
	-webkit-background-size: 25px 45px;
	background-size: 25px 45px;
	position:absolute;
	display:block;
	top:48px;
	left:0;
}

.myjazzlogin, .myjazzcreate {
	margin:20px 0;
}

.myjazzlogin h4, .myjazzcreate h4 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size:18px;
	margin-bottom:8px;
}

.myjazzlogin input, .myjazzcreate input {
	border:1px solid black;
	width:240px;
	padding:4px;
	font-size:13px;
	margin-top:3px;
}

.myjazzlogin p, .myjazzcreate p {
	font-size:13px;
	margin-bottom:10px;
}

.myjazzlogin .btn, .myjazzcreate .btn {
	color:white;
	background:#009fee;
	padding:3px 5px;
	display:inline-block;
	font-size:13px;
	border:none;
	width:auto;
	padding:6px 8px;
}

.myjazzcreate a.btn {
		width: 230px;
}

.myjazzlogin .btn:hover, .myjazzcreate .btn:hover {
	background:#f07f0a;
}
.logout{
	display: inline-block;
	background-color: #009fee;
	padding: 4px 10px;
	margin: 0 0 0 10px;
	float: right;
	
}
.logout:hover{
	background-color: #f07f0a;
}
.logout a{
	
	color: white;
}

.universeSelector {
	background:black;
	position:absolute;
	top:31px;
	left:33px;
	width:275px;
	height:0;
	overflow:hidden;
	-webkit-transition:height 0.25s ease-in-out;
	-moz-transition:height 0.25s ease-in-out;
	-o-transition:height 0.25s ease-in-out;
	transition:height 0.25s ease-in-out;
}

.universeSelector a {
	color:white;
	display:block;
	padding:8px 15px;
	font-weight:bold;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size:14px;
	border-bottom:1px dashed white;
}

.universeSelector a:first-child {
	margin-top:4px;
}

.universeSelector a:last-child {
	margin-bottom:4px;
	border-bottom:none;
}

.universeSelector.active {
	height:auto;
        z-index: 100;
}

@media (max-width: 500px) {
	.in {
	width:300px;
	overflow:hidden;
}

.header {
	height:60px !important;
	background:#009fee url(images/jazzdk_320x120.jpg) no-repeat center top !important;
	margin-bottom:40px;
	height: 120px !important;
}

.header.winter {
	background-color:black !important;
	background-image:url(images/vinterjazz_320x120.jpg) !important;
	height: 120px !important;
}

.header.summer {
	background-image:url(images/CJF_320x120.jpg) !important;
	//background-image:url(images/mobileSummer.png) !important;
	height: 120px !important;
}

.header .in {
	height:120px;
	overflow:visible;
}

.header .logo {
	width:280px !important;
	height:60px !important;
	position:absolute;
	text-indent:-9999px;
}

.mobileToggle {
	display:block;
}

.header .nav {
	bottom:auto;
	top:60px;
	height:0;
	overflow:hidden;
	-webkit-transition:height 0.25s ease-in-out;
	-moz-transition:height 0.25s ease-in-out;
	-o-transition:height 0.25s ease-in-out;
	transition:height 0.25s ease-in-out;
}

.header .active {
	height:auto !important;
}

.header .nav li {
	width:100%;
	height:auto;
}

.header .nav li a:before {
	content:none;
}

.header .nav li a {
	border-bottom:1px solid white;
}

.header .nav li:last-child a {
	border-bottom:none;
}

.header .nav li ul {
	width:100%;
	background:#777;
}

.header .nav li ul li a {
	border-bottom:none;
}

.header .nav li ul li a:hover {
	background:#ddd;
	color:black;
}

.header .sec {
	width:100%;
	top:120px;
	background:white;
	padding:10px 0;
}

.header .sec a.shop, .header .sec a.newsletter {
	display:none;
}

.header .sec a.lang {
	padding-right:10px;
}

.header .sec a.lang:after {
	content:none;
}

.header .sec a {
	vertical-align:sub;
	margin-right:0;
}

.header .sec form {
	float:left;
}

.header .sec form input {
	width:212px;
}

.section {
	padding:15px 0;
}

.frontpage .left {
	width:300px;
}

.frontpage .cycle {
	width:300px;
	height:193px;
}

.frontpage .cycle img {
	width:300px !important;
	height:193px !important;
}

.frontpage .cycle .article h5 {
	font-size:16px;
	padding:2px 5px;
	line-height:18px;
	font-size:13px;
	bottom:0;
}

.frontpage .cycle .nav {
	display:none;
}

.frontpage .right {
	width:300px;
	margin-top:15px;
	padding-bottom:5px;
}

.frontpage .right li a {
	font-size:14px;
}

.h {
	font-size:20px;
}

.promo ul li {
	width:300px;
	height:271px;
	margin:0 0 15px;
}

.promo ul li img {
	width:300px;
	height:auto;
}

.articles .article {
	margin:0 0 15px;
}

.two-col .col {
	width:300px;
}

.two-col .aside {
	display:none;
}

div.article article.article img {
	height:auto;
}

div.article article.article h2 {
	font-size:20px;
}

div.article article.article p {
	font-size:13px;
}

.overview .list {
	width:300px;
}

.overview .aside {
	width:300px;
	margin-top:15px;
	margin-bottom:15px;
}

.list .filter {
	display:none;
}

.details .left, .details .right {
	width:300px !important;
}

.details .right {
	padding:20px;
}

.details img {
	height:auto;
}

.details h4 {
	font-size:18px;
	margin-bottom:10px;
}

.details p.venue {
	font-size:14px;
}

.details p {
	font-size:13px;
}

.lineup li {
	font-size:13px;
}

.details .tags li {
	margin-bottom:8px;
}

.details hr {
	margin:15px 0;
}

.details .links li {
	width:100%;
	margin-bottom:8px;
}

.grid .map {
	display:none;
}

.grid .fav {
	background-color:#009fee;
	background-position:-88px -181px;
	width:19px;
	height:18px;
}

.grid .fav:hover, .grid .fav.active {
	background-position:-88px -181px;
        background-color:black;
}
.concerts .wrapper span.selected{
    display: none;
}
.txtcol .col, .footer .col {
	margin-bottom:15px;
}

.grid .wrapper {
	height:110px;
}

.grid .date {
	bottom:0;
	left:0;
	width:155px;
	top:auto;
	height:30px;
	line-height:30px;
	padding:0;
	font-size:14px;
	text-align:left;
	padding:0 10px;
}

.grid .tickets {
	height:30px;
	line-height:30px;
	padding:0 10px;
	bottom:0;
	right:0;
	top:auto;
	left:auto;
	font-size:14px;
	width:105px;
	text-align:center;
	position: absolute;
}
.grid .themes{
	display: none;
}

.grid .fav {
	height:30px;
	line-height:30px;
	width:30px;
	padding:0;
	bottom:0;
	top:auto;
	right:115px;
}

.header .header-img img {
	-o-background-size: 320px 120px;
	-moz-background-size: 320px 120px;
	-webkit-background-size: 320px 120px;
	background-size: 320px 120px;
}
.header .header-img.responsive img{
    max-width: 320px;
}

.grid .date span {
	display:inline;
	font-size:14px;
}

.grid h6 {
	left:120px;
	font-size:13px;
	height:26px;
	overflow:hidden;
	top:10px;
	width:175px;
}

.grid .venue {
	display:block;
	top:20px;
	font-size:12px;
	line-height:16px;
	margin-left:110px;
	max-height: 10px;
}
.grid .club {
	left:110px;
	top:20px;
	font-size:12px;
	line-height:16px;
	margin-left: 0px;
}
.grid .wrapper.venues .venue{
	left: 0;
}
.facebook {
	width:300px;
}

.socials .right {
	width:300px;
	margin-top:15px;
}

.right iframe {
	width:300px;
}

.insta li, .insta img {
	width:150px;
	height:150px;
}

.insta li:nth-child(6n) {
	width:150px;
}

.section.grey {
	margin-top:47px;
}

.universeToggle {
	top:0px;
}

.universeSelector {
	top:10px;
	width:225px;
}

.universeSelector a {
	padding:5px 10px;
	font-size:13px;
}

.universeSelector a:first-child {
	margin-top:2px;
}

.universeSelector a:last-child {
	margin-bottom:2px;
}
}



.spinner {
  /*margin: 190px auto 0 auto;*/
  width: 20px;
  height: 20px;
  /*position: relative;*/
  position: absolute;
	top: 50%;
	left: 50%;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.responsive-img {
	max-width: 100%;
}

.single img.size-full, .single img.size-large {
	/*width: 100%;*/
	max-width: 100%;
	height: auto !important;
}