/*
Theme Name: Baroniet Rosendal
Author: Mementor AS
Author URI: https://www.mementor.no/
*/

@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/* Basics */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ol,
ul,
li,
p {
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1181px;
	padding: 0 15px;
	margin: 0 auto;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

a,
a:hover {
	color: #D35F61;
}

a,
a:hover,
button {
	text-decoration: none;
	transition: .3s;
}

*,
div,
input {
	outline: 0 !important;
	text-decoration: none !important;
}

body {
	background: #f6f6f6;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

p {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

img {
	border: 0;
	height: auto;
	/*width: 100%;*/
}

iframe {
	max-width: 100%;
}

a,
a:focus,
button,
input,
textarea {
	outline: none;
}

ul li,
ol {
	list-style: none;
}

ol li {
	counter-increment: step-counter;
	padding: 4px 0;
}

ol li:before {
	background-color: #f1f1f1;
	border-radius: 3px;
	content: counter(step-counter);
	display: inline-block;
	font-size: 12px;
	margin-right: 12px;
	padding: 2px 6px;
	text-align: center;
	width: 25px;
}

.carousel-indicators li:before {
	display:none;
}

.row {
	margin: 0 -23px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-left: 23px;
	padding-right: 23px;
}

.bg {
	background-color: #f4f4f4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 550px;
}

@media only screen and (max-width: 1200px) {
	.container {
		width: calc(100% - 46px);
		margin: 0 23px;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		margin-bottom: 35px;
	}
	.pull-right {
		float: none !important;
	}
	.parallax {
		background-attachment: initial;
		height: 350px;
	}
}


/* Video */

.youtubeWrapper,
.vimeoWrapper,
.instagramWrapper {
	height: 0;
	overflow: hidden;
	position: relative;
}

.youtubeWrapper,
.vimeoWrapper {
	padding-bottom: 56.25%;
}

.instagramWrapper {
	padding-bottom: 120%;
}

.youtubeWrapper iframe,
.youtubeWrapper object,
.youtubeWrapper embed,
.vimeoWrapper iframe,
.vimeoWrapper object,
.vimeoWrapper embed,
.instagramWrapper iframe,
.instagramWrapper object,
.instagramWrapper embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* Tables */

table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	border: none;
	border-bottom: 1px solid #ddd;
}

table tr:last-child {
	border-top: 0;
}

table tr td {
	border: none;
	font-size: 14px;
	padding: 8px 12px;
	vertical-align: middle;
}

table tr:nth-child(odd) td {
	background: #f3f3f3;
}

.bg table tr td {
	background: #f8f8f8;
}

.bg table tr:nth-child(even) td {
	background: #f3f3f3;
}

table.billetter {
	margin-top: 35px;
}

table .beskrivelse {
	color: #aaa;
	display: block;
	font-size: 13px;
}

table .button {
	font-size: 15px;
	padding: 6px 15px 8px;
}

.table-responsive {
	border: 0;
	margin: 0;
}


/* Typography */

a {
	color: #444;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus {
	color: #c14c2d;
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	color: #444;
	font-family: 'EB Garamond', serif;
}

h1,
h2 {
	font-size: 40px;
	line-height: 50px;
}

h3 {
	font-size: 28px;
	line-height: 38px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
}

blockquote {
	border: 0px;
	background: #f3f4f5;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	margin: 20px 0;
	padding: 30px 30px 20px;
}
.forsideh2space {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height:80px;
}
h2.forsideslide {
	font-size: 27px;
    color: #c14c2d;
    margin-bottom: 15px;
    line-height: 30px
	}
	
.focus-image-wrapper.forsideslide {
    position: relative;
    max-height: 425px;
    overflow: hidden;
	margin-bottom: 20px;
	border-radius: 4px;
}

.focus-image.forsideslide {
    height: 425px;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.forsideslide a:hover .focus-image.forsideslide {
    transform: scale(1.05);
}

.focus-overlay.forsideslide {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.focus-overlay.forsideslide p {
    margin: 0;
    font-size: 1.45rem;
	font-weight:600;
    color: #000;
}

.focus-image-wrapper.forsideslide:hover .focus-overlay.forsideslide {
    opacity: 1;
}

.forsideslide.slick-arrow {color:#c14c2d!important;opacity:0.8!important}
.forsideslide.slick-arrow:hover {color:#222!important;opacity:1}

.seksjon.topborder {border-top:1px solid #ddd}

@media only screen and (max-width: 767px) {
	h1,
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	h3 {
		font-size: 24px;
		line-height: 34px;
	}
}


/* Alerts */

.alert {
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 0;
}

.alert-success {
	background-color: #111;
	/*#c14c2d;*/
	border: 0;
	border-radius: 0;
	color: #eee;
}

.alert-success a {
	color: #eee;
	text-decoration: underline;
}

.alert i {
	background: #eee;
	border-radius: 50%;
	color: #c14c2d;
	font-size: 13px;
	height: 24px;
	line-height: 22px;
	margin-right: 12px;
	position: absolute;
	text-align: center;
	width: 24px;
}

.alert p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 18px 0 35px;
    margin: 0;
}

.alert .close {
	color: #eee;
	font-weight: normal;
	opacity: 1;
	text-shadow: none;
}

@media only screen and (max-width: 767px) {
	.alert p {
		font-size: 12px;
	}
	.alert .col-sm-12 {
		margin-bottom: 0;
	}
}


/* Buttons */

.button,
input[type="submit"] {
	background-color: #444;
	border: 0;
	border-radius: 4px;
	color: #eee;
	cursor: pointer;
	display: inline-block;
	font-family: 'EB Garamond', serif;
	font-size: 17px;
	line-height: 20px;
	padding: 10px 17px 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button.red {
	background-color: #c14c2d;
	color: #eee;
}

.button:hover,
.button:focus,
.button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	background-color: #222;
	color: #eee;
}


/* Overlay */

.overlay {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.overlay span,
.overlay i {
	color: #fff;
	font-size: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	width: 50px;
}


/* Forms */

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style textarea,
input[type="text"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc !important;
box-shadow:none !important;
	border-radius: 2px;
	color: #999;
	float: left;
	line-height: 40px;
	min-height:40px;
	margin-bottom: 10px;
	outline: 0;
	padding: 0 15px;
	width: 100%;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	font-family: Open Sans, sans-serif;
}

.frm_style_formidable-style.with_frm_style input[type=text]:focus,
.frm_style_formidable-style.with_frm_style input[type=email]:focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
input[type="text"]:focus,
textarea:focus {
	color:#444;
}

textarea {
	height: 150px;
}

input[type="text"]:hover,
input[type="text"]:focus,
textarea:hover,
textarea:focus {
	border-color: #aaa;
}

label {
	font-weight: 400;
}

fieldset h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
	text-transform: none;
}

fieldset .frm_description,
.frm_message {
	margin-bottom: 25px;
}

fieldset .frm_blank_field input,
fieldset .frm_blank_field input:hover,
fieldset .frm_blank_field input:focus,
fieldset .frm_blank_field textarea,
fieldset .frm_blank_field textarea:hover,
fieldset .frm_blank_field textarea:focus {
	border-color: #b94a48;
}

fieldset .frm_blank_field label {
	color: #b94a48;
}

fieldset .frm_error,
fieldset .frm_hidden,
fieldset .frm_ajax_loading {
	display: none;
}

fieldset .frm_ajax_loading {
	margin-left: 12px;
}

fieldset .frm_ajax_loading.frm_loading_now {
	display: inline-block;
}


/* Header */

header {
	background-color: #111;
	border-bottom: 1px solid #333;
}

header .container {
	position: relative;
}

header .navbar {
	border: 0;
	margin: 0 -15px;
	min-height: 40px;
}

header .navbar-toggle {
	border-right: 1px solid #333;
	border-radius: 0;
	color: #eee;
	height: 40px;
	float: none;
	font-size: 12px;
	margin: 0;
	padding: 0 23px;
}

header .navbar-toggle i {
	font-size: 15px;
	margin-right: 5px;
}

header .navbar-nav {
	border-left: 1px solid #333;
}

header .navbar-nav li {
	display: inline-block;
	float: left;
}

header .navbar-nav a {
	border-right: 1px solid #333;
	color: #eee;
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

header .navbar-nav a:hover,
header .navbar-nav a:focus {
	background-color: #222;
}

header .navbar-nav a i {
	font-size: 13px;
}

header .navbar-right {
	float: right;
	margin-right: 15px;
}

header .current-menu-item a {
	background-color: #222;
}

@media only screen and (max-width: 1050px) {
	header .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	header .navbar,
	header .navbar-nav {
		margin: 0;
	}
	header .navbar-nav a {
		padding: 0 23px;
	}
	header .navbar-right li:last-child a {
		border-right: 0;
	}
	header .navbar-header {
		float: none;
	}
	header .navbar-toggle {
		display: block;
	}
	header .navbar-collapse {
		padding: 0;
	}
	header .navbar-collapse.collapse {
		display: none!important;
	}
	header .navbar-collapse .navbar-nav {
		border: 0;
		width: 100%;
	}
	header .navbar-collapse .navbar-nav li {
		display: block;
		float: none;
	}
	header .navbar-collapse .navbar-nav li:first-child {
		border-top: 1px solid #333;
	}
	header .navbar-collapse .navbar-nav li a {
		border: 0;
		line-height: 45px;
	}
	header .navbar-collapse .navbar-nav li:last-child a {
		padding-bottom: 5px;
	}
	header .collapse.in {
		display: block !important;
	}
	header .navbar-default .navbar-toggle:hover,
	header .navbar-default .navbar-toggle:focus {
		background: none;
	}
}


/* Logo */

.brand {
	background-color: #111;
	/* #f5f6fd; */
	height: 120px;
}

.brand h3 {
	color: #eee;
	float: right;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.8px;
	margin-top: 40px;
	max-width: calc(100% - 180px);
	text-align: right;
}

.brand .logo {
	background-image: url('/wp-content/themes/baroniet/images/logo-hvit.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 180px;
	display: inline-block;
	float: left;
	height: 120px;
	width: 180px;
}

@media only screen and (max-width: 767px) {
	.brand h3 {
		margin-top: 24px;
		max-width: calc(100% - 240px);
	}
}

@media only screen and (max-width: 550px) {
	.brand {
		text-align: center;
	}
	.brand h3 {
		display: none;
	}
	.brand .logo {
		float: none;
	}
}


/* Banner */

#banner {
	background-attachment: fixed;
	background-color: #ededed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
/*	height: 550px; */
	height:auto;
}

@media only screen and (max-width: 767px) {
	#banner {
		background-attachment: initial;
/*	height: 550px; */
	height:auto;
	}
}

@media only screen and (max-width: 550px) {
	#banner {
/*	height: 550px; */
	height:auto;
	}
}


/* Crumbs */

#crumbs {
	background: #e6e6e6;
	border-bottom: 1px solid #ddd;
	color: #888;
	font-size: 12px;
	line-height: 24px;
	padding: 12px 0;
}

#crumbs span {
	color: #999;
	font-size: 12px;
	margin: 0 4px;
}

@media only screen and (max-width: 767px) {
	#crumbs .col-sm-12 {
		margin-bottom: 0;
	}
}


/* Seksjon */

.seksjon {
	padding: 75px 0;
}

.seksjon.kompakt {
	padding: 0;
}

.seksjon h2 {
	color: #c14c2d;
	margin-bottom: 25px;
}

.seksjon h3 {
	margin: 20px 0;
}

.seksjon div h3:first-child {
	margin-top: 0;
}

.seksjon p {
	margin-bottom: 15px;
}

.seksjon img {
	border-radius: 4px;
	margin-bottom: 15px;
	margin-top: 12px;
	max-width: 100%;
}

.seksjon img.festival-logo {
	bottom: -5px;
	margin: 0;
	position: absolute;
	right: 35px;
	width: 170px;
}

.seksjon a {
	color: #c14c2d;
}

.seksjon a:hover {
	color: #444;
}

.seksjon a.button {
	color: #eee;
	margin-top: 15px;
}

.seksjon .media {
	border-radius: 4px;
	height: 250px;
	margin-bottom: 30px;
	position: relative;
}

.seksjon .media .slick-slide {
	background-color: #eee;
	background-size: cover;
	background-position: center center;
	height: 250px;
	width: 100%;
}

.seksjon .col-sm-6 .media,
.seksjon .col-sm-6 .media .slick-slide {
	height: 320px;
}

.skesjon .media a:hover .overlay {
	opacity: 1;
}

#innlegg.seksjon .row {
	margin-bottom: 60px;
}

#innlegg.seksjon .row:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1170px) {
	.seksjon {
		padding: 50px 0;
	}
	.seksjon .media {
		height: 200px;
	}
}

@media only screen and (max-width: 991px) {
	.seksjon .col-sm-6 .media,
	.seksjon .col-sm-6 .media .slick-slide {
		height: 250px;
	}
	.seksjon img {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.seksjon {
		padding: 50px 0 25px;
	}
	.seksjon .col-sm-1,
	.seksjon .col-sm-10,
	.seksjon .col-sm-11,
	.seksjon .col-sm-12,
	.seksjon .col-sm-2,
	.seksjon .col-sm-3,
	.seksjon .col-sm-4,
	.seksjon .col-sm-5,
	.seksjon .col-sm-6,
	.seksjon .col-sm-7,
	.seksjon .col-sm-8,
	.seksjon .col-sm-9 {
		margin-bottom: 35px;
	}
	#innlegg.seksjon {
		padding: 50px 0 0;
	}
	#innlegg.seksjon .row {
		margin-bottom: 0;
	}
	.seksjon .media,
	.seksjon .media .slick-slide {
		height: 350px;
	}
	.seksjon h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 450px) {
	.seksjon .media,
	.seksjon .media .slick-slide {
		height: 200px;
	}
}


/* Deling */

#deling .instalink-feed-wrapper {
	background: #f5f6fd !important;
}

#deling .instalink-feed-post-square.instalink-feed-post img {
	border-radius: 4px;
}

#deling .brand {
	background: #444;
	border-radius: 4px;
	color: #eee;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 10px 6px 0 0;
	text-align: center;
	width: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#deling .brand:hover {
	background: #222;
}

#deling .tripAdvisor {
	margin-top: 18px;
}

#deling .tripAdvisor p {
	margin-bottom: 7px;
}

#deling .tripAdvisor>div {
	display: inline-block;
	margin-right: 10px;
}

#deling .tripAdvisor img {
	height: auto !important;
	width: auto !important;
}

.widSSPOverall img {
	width: auto;
}

@media only screen and (max-width: 767px) {
	#deling {
		padding-top: 25px;
	}
}


/* Kultur */

#kultur {
	background-color: #e6e6e6;
	padding: 75px 0;
}

#kultur.arkiv {
	background: #f5f6fd;
}

#kultur h2 {
	margin-bottom: 40px;
}

#kultur h3 {
	margin-bottom: 15px;
}

#kultur .event {
	margin-bottom: 50px;
}

#kultur>.event:last-child {
	margin-bottom: 0;
}

#kultur .media {
	margin-top: 10px;
	position: relative;
}

#kultur .media a {
	display: inline-block;
}

#kultur .media img {
	border-radius: 4px;
	height: auto;
	width: 100%;
}

#kultur .media .overlay {
	height: 100%;
	width: 100%;
}

#kultur .media a:hover .overlay {
	opacity: 1;
}

#kultur .meta {
	font-style: italic;
	margin-bottom: 10px;
}

#kultur .button {
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

#kultur .button.stor {
	margin: 75px auto 0;
	padding: 18px 30px;
	width: auto;
}

#kultur #ajax-load-more .row {
	opacity: 0.5;
}

#kultur #ajax-load-more .row:hover {
	opacity: 1;
}

#kultur button.alm-load-more-btn {
	background: none;
	border: 0;
	width: 100%;
}

#kultur button.alm-load-more-btn span {
	color: #aaa;
	font-size: 60px;
}

#kultur button.alm-load-more-btn.loading {
	padding: 0 !important;
	-moz-animation: spinHorizontal .8s infinite linear;
	-o-animation: spinHorizontal .8s infinite linear;
	-webkit-animation: spinHorizontal .8s infinite linear;
	animation: spinHorizontal .8s infinite linear;
}

#kultur button.alm-load-more-btn:active {
	box-shadow: none;
}

#kultur button.alm-load-more-btn.loading::before {
	display: none;
}

@keyframes spinHorizontal {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

@media only screen and (max-width: 1170px) {
	#kultur {
		padding: 50px 0 25px;
	}
}

@media only screen and (max-width: 767px) {
	#kultur {
		padding: 25px 0 0;
	}
	#kultur .col-sm-3,
	#kultur .col-sm-9 {
		margin-bottom: 25px;
	}
	#kultur .event {
		margin-bottom: 0;
	}
	#kultur h2 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 25px;
	}
	#kultur h3 {
		font-size: 24px;
		line-height: 34px;
	}
	#kultur .button.stor {
		margin-top: 0;
		width: 100%;
	}
}


/* Side */

#side h1,
#side h2,
#side h3,
#side ul,
#side table {
	margin-bottom: 25px;
}

#side h4,
#side p {
	margin-bottom: 25px;
}

#side div p:last-child {
	margin-bottom: 0;
}

#side ul li {
	list-style: none;
	padding: 4px 0px 0px 20px;
	position: relative;
}

#side ul li::before {
	background-color: #C14C2D;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	left: 0px;
	margin-top: 11px;
	position: absolute;
	width: 6px;
}

#side article .row {
	padding: 35px 0;
}

#side .intro {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	padding: 50px 0;
}

#side .two-col {
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-moz-column-rule: none;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	-webkit-column-rule: none;
	column-count: 2;
}

@media only screen and (max-width: 991px) {
	#side .intro {
		padding: 25px 0;
	}
	#side .two-col {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}


/* Arrangement */

#side.arrangement {
	padding: 75px 0;
}

#side .slider {
	border-radius: 4px;
	height: 400px;
	margin-bottom: 0px;
	margin-top: 12px;
	position: relative;
}

#side .slick-slide .media {
	background-color: #eee;
	background-size: cover;
	background-position: center center;
	height: 350px;
}

#side .slick-slide .bildetekst {
	font-style: italic;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

#side .slider-nav {
	border-radius: 4px;
	margin: 0 -5px 25px;
	position: relative;
}

#side .slider-nav .slick-slide {
	background-color: #eee;
	background-size: cover;
	background-position: center center;
	border-left: 5px solid #f5f6fd;
	border-right: 5px solid #f5f6fd;
	cursor: pointer;
	display: inline-block;
	height: 120px;
}

#side .slick-arrow {
	position: absolute;
	background: 0;
	border: 0;
	height: 100%;
	opacity: 0;
	padding: 0 15px 50px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#side .slick-arrow span {
	color: #fff;
	font-size: 50px;
}

#side .slick-next {
	right: 0;
	top: 0;
}

#side .slider:hover .slick-arrow {
	opacity: 1;
}

#side .program {
	background: #e6e6e6;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 20px;
}

#side .venstre,
#side .billetter {
	font-size: 14px;
	line-height: 22px;
}

#side .venstre h2,
#side .venstre h3,
#side .venstre ul {
	margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
	#side.arrangement {
		padding: 25px 0;
	}
}

@media only screen and (max-width: 767px) {
	#side.arrangement .slider {
		height: 250px;
	}
	#side.arrangement .media,
	#side.arrangement .media .slick-slide {
		height: 200px;
	}
}


/* Lenker */

#side ul.links {
	display: block;
	margin-bottom: 25px;
	width: 100%;
}

#side ul.links li {
	display: inline-block;
	line-height: 30px;
	padding: 0;
	width: 100%;
}

#side ul.links li:before {
	display: none;
}

#side ul.links li span {
	font-size: 18px;
	margin: 0 8px 0 0;
}


/* Footer */

footer {
	background: #111;
	color: #999;
	font-size: 13px;
	line-height: 24px;
	padding: 70px 0 0;
	text-align: left;
}

footer .col-sm-3 {
	margin-bottom: 60px;
}

footer p,
footer ul li a {
font-size:14px;
}

footer a {
	color: #ccc;
}

footer h3 {
	color: #fff;
	margin-bottom: 25px;
}

footer ul li a {
	display: block;
	position: relative;
}

footer .kontakt img {
	width: 110px;
	margin-top: 25px;
}

footer .sponsors {
	text-align: center;
}

footer .sponsors img {
	margin-top: 25px;
	max-width: 100%;
}
footer .sponsors img.bara-logo {
	margin-top: 15px;
}
footer .sponsors img.dextra-logo {
	max-width: 80%;
}
footer .sponsors img.kgj-logo {
	max-width: 100px;
}
@media only screen and (max-width: 1170px) {
	footer {
		padding: 50px 0 0;
	}
	footer h3 {
		font-size: 20px;
		line-height: 28px;
	}
	footer .col-sm-3 {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 550px) {
	footer {
		padding: 50px 0 25px;
	}
	footer .col-sm-3 {
		margin-bottom: 25px;
		text-align: center;
		width: 100%;
	}
}

.concert-carousel-wrap {
	padding: 94px 0 64px;
}

body .carousel-indicators {
	position: relative;
	left: 0;
	border: 0;
	width: 100%;
	margin: 0;
	bottom: 0;
}

body .carousel-indicators li {
	display: inline-block;
	width: 100%;
	height: 99px !important;
	margin: 0 0 25px !important;
	border: none;
	border-radius: 0px;
	overflow: hidden;
	background: #000;
}

body .concert-carousel-wrap .carousel-indicators li {
	height: auto !important;
	max-height: 99px !important;
	padding:0;
}

body .carousel-indicators li img {
	opacity: 0.7;
}

body .carousel-indicators .active {
	width: 100%;
	margin: 0;
	background-color: #fff;
}

body .carousel-indicators .active img {
	opacity: 1;
}

.testimonial-logos .item.slick-slide img {
	opacity: 0.7;
transition:.3s;
cursor:pointer;
}

.testimonial-logos .item.slick-slide img:hover ,
.testimonial-logos .item.slick-slide.slick-current.slick-active img {
	opacity: 1;
transition:.3s;
}

.carousel-inner .item .col-sm-6:last-child {
	padding-left: 23px;
}

.details h3 {
	font-size: 28px;
	margin: -6px 0 25px;
}

.details p {
    margin-bottom:15px;
}

.details ul {
	padding: 0;
	margin-bottom: 38px;
}

.details ul li {
	list-style: none;
	font-size: 28px;
	line-height: 42px;
	font-family: 'EB Garamond', serif;
	margin-bottom: -3px;
}

.details ul li span {
	font-family: Open sans, sans-serif;
	font-size: 19px;
	margin-left: 7px;
	position: relative;
	top: -2px;
}

.home-about-carousel {
	margin-bottom:16px;
}

.home-about-carousel-thumbs .item {
	margin:0 8px;
}

.home-about-carousel-thumbs{
	margin:0 -8px;
}

.concert-carousel-thumbs .item {
	margin:8px 0;
}

.concert-carousel-thumbs{
	margin:-8px 0;
}

.slick-vertical .slick-slide {
    border: none !important;
}

.home-about-carousel-thumbs .item,
.concert-carousel-thumbs .item {
    background: #000;
cursor:pointer;
}

.home-about-carousel-thumbs .item img,
.concert-carousel-thumbs .item img {
	opacity:0.7;
}

.home-about-carousel-thumbs .item.slick-current img,
.concert-carousel-thumbs .item.slick-current img {
	opacity:1;
}

.concert-carousel .thumb,
.home-about-carousel .thumb,
.carousel-inner .thumb {
	position: relative;
}

.concert-carousel .thumb small,
.home-about-carousel .thumb small,
.carousel-inner .thumb small {
	color: #fff;
	font-family: 'EB Garamond', serif;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	display: block;
	background: #111;
	padding: 7px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.concert-carousel-wrap .thumb small {
    padding: 0px 20px;
    line-height: 40px;
}

hr {
	border-top: 2px solid #eaeaea;
	margin: 0;
}

.heading {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 36px;
}

.heading a {
	color: #D35F61;
	font-size: 18px;
	font-family: Open Sans, sans-serif;
	float: right;
	font-weight: 600;
	position: relative;
	top: 10px;
	right: 0px;
	pointer-events: none;
}

.heading a i {
	font-size: 22px;
	margin-top: -15px;
	position: relative;
	font-weight: bold;
	top: 1px;
	margin-left: 3px;
}

.info {
	padding: 80px 0 59px;
}

.tickets {
	padding: 70px 0 60px;
}

.tickets-item {
	border: 1px solid #dddddd;
	padding: 24px 25px 20px 30px;
	border-bottom: none;
	background: #fff;
}

.tickets ul li:first-child .tickets-item {
	border-radius: 5px 5px 0 0;
}

.tickets ul li:last-child .tickets-item {
	border-bottom: 1px solid #dddddd;
	border-radius: 0 0 5px 5px;
}

.tickets ul {
	margin-top: 67px;
	padding: 0 0 4px;
}

.tickets ul li {
	list-style: none;
}

.tickets-item h4 {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	color: #636363;
	font-size: 18px;
	margin-bottom: 6px;
}

.tickets-item p {
	margin-bottom: 0px;
	color: #ccc;
	font-size: 16px;
	line-height: 1.4;
}

.frm_style_formidable-style.with_frm_style .frm_submit button,
.btn-default,
.tickets-item a {
	background: #444;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	float: right;
	min-width: 125px;
	text-align: center;
	padding: 0 15px;
	line-height: 38px;
	border-radius: 5px;
	border: none;
	font-family: Open Sans, sans-serif;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.btn-default:hover,
.tickets-item a:hover,
.tickets-item a.btn-disable {
	background: #D35F61;
	color: #fff;
}

.tickets-item a.btn-disable {
pointer-events:none;
}

.panel-group .panel {
	margin-bottom: 21px;
	border-radius: 5px;
	background: #e6e6e6;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: transparent;
	border-color: #e3e3e3;
	padding: 0;
	border-radius: 5px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	color: #757575;
}

.panel-title a {
	color: #757575;
	display: table;
	padding: 16px 60px 16px 30px;
	position: relative;
	width: 100%;
}

.panel-title a[aria-expanded="true"] span {
	transform: rotate(180deg);
}

.panel-title a span {
	color: #232323;
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 25px;
	margin-top: -11px;
}

.panel-body {
	padding: 15px;
	font-size: 16px;
	line-height: 23px;
	border-top: 1px solid #e3e3e3;
}

.inner-content {
	padding: 60px 0;
}

.section {
	padding: 100px 0;
}

.media .row {
	margin: 0 -11px;
}

.media .col-sm-3,
.media .col-sm-6 {
	padding: 0 11px;
	margin-bottom: 22px;
}

.mfp-bottom-bar {
	display: none;
}

a.link {
	color: #D35F61;
	font-size: 18px;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
}

a.link i {
	font-size: 22px;
	margin-top: -15px;
	position: relative;
	font-weight: bold;
	top: 1px;
	margin-left: 3px;
}

.side-contact {
	border: 1px solid #dddddd;
	background: #e6e6e6;
	margin-top: 70px;
}

.side-contact .col {
	padding: 25px 30px;
	border-bottom: 1px solid #dddddd;
}

.side-contact .col2 {
	padding: 35px 30px;
}

.side-contact .col h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

.side-contact .col h5 i {
	margin-right: 7px;
}

.side-contact a {
	color: #BF444A;
	font-size: 16px;
	display: block;
}

.side-contact a i {
	min-width: 25px;
}

.artist-details {
	padding: 90px 0;
}

.artist-details h4 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.artist-details .col-sm-7 {
	padding-right: 55px;
}

.performances .item {
	background: #e6e6e6;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 25px;
	cursor: pointer;
}

.performances .item .head {
	padding: 25px 45px 25px 30px;
	position: relative;
}

.performances .item .head .fa-angle-down {
	position: absolute;
	top: 50%;
	right: 30px;
	color: #111;
	font-size: 24px;
	margin-top: -14px;
}

.performances .item .head time {
	font-size: 16px;
	color: #6D6D6D;
	margin-bottom: 5px;
	display: block;
}

.performances .item .head p {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	color: #0E0E0E;
}

.performances .item .content {
	padding: 0 30px 30px;
	display: none;
}

.performances .item.act .content {
	display: block;
}

.performances .item .content p {
	border: 1px solid #dddddd;
	background: #fff;
	border-radius: 5px;
	margin: 0;
	font-size: 14px;
	line-height: 23px;
	color: #484848;
	font-weight: 600;
	padding: 25px;
}

.performances .item .content p i {
	font-weight: 400;
	color: #a6a6a6;
}

.performances .item.act .head p {
	color: #CC5B5B;
}

.performances .item.act .head .fa-angle-down {
	transform: rotate(180deg);
}

.no-padding {
	padding: 0;
}

.related-artists .item {
	border-top: 1px solid #979797;
	border-right: 1px solid #979797;
}

.related-artists .item.last {
	border-right: none;
	margin-bottom: -1px;
}

.artists {
	padding: 100px 0 60px;
}

.artists .row {
	margin: 0 -19px;
}

.artists .col-sm-4 {
	padding: 0 19px;
}

.artists .item {
	position: relative;
	margin-bottom: 38px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.artists .item img {
	transform: scale(1);
	transition: .4s;
}

.artists .item:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.artists .item img {
	border-radius: 5px 5px 0 0;
}

.artists .item span {
	color: #fff;
	font-family: 'EB Garamond', serif;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	display: block;
	background: #111;
	padding: 8px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.contact-faq .panel-group .panel {
	margin-bottom: 12px;
}

.contact {
	padding: 85px 0;
}

.cinfo h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

.cinfo h5 i {
	margin-right: 7px;
}

.cinfo a {
	color: #BF444A;
	font-size: 16px;
	display: block;
	margin-bottom: 25px;
}

.contact form {
	max-width: 570px;
}

input,
textarea {
	width: 100%;
	border: 1px solid #dddddd;
	background: #fff;
	height: 40px;
	padding: 0 15px;
	color: #777;
	font-size: 14px;
	margin-bottom: 15px;
}

input:focus,
textarea:focus {
	color: #111;
}

textarea {
	height: 160px;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.contact-faq {
	padding: 90px 0 50px;
}

.cta {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 40px;
}

.cta h4 {
	font-size: 24px;
	margin-bottom: 15px;
}

.cta p {
	margin: 0;
	font-size: 16px;
	line-height: 27px;
	color: #777;
}

.home-artists .heading a, .tickets .heading a {
    pointer-events: inherit;
    float: right;
}

.home-artists .heading a {
    margin-right: 15px;
}

.tickets-list {
	padding: 50px 0;
}

.tickets.tickets-list ul {
	margin-top: 0;
}

.tickets-filter h4 {
	font-size: 18px;
	color: #757575;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

.cbox {
	position: relative;
	margin-bottom: 10px;
}

.cbox input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	opacity: 0;
}

.cbox label {
	font-size: 16px;
	color: #757575;
	font-weight: normal;
	margin: 0;
	padding-left: 30px;
	position: relative;
}

.cbox label::after {
	content: "";
	border: 1px solid #979797;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 4px;
}

.cbox label::before {
	content: "\f00c";
	font-family: Fontawesome;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 4px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #CC5B5B;
	opacity: 0;
	transition: .2s;
}

.cbox input:checked+label::before {
	opacity: 1;
	transition: .2s;
}

.practical-information {
	padding: 95px 0 95px;
}

.practical-information .pi-title {
	font-size: 24px;
	margin-bottom: 30px;
}

.practical-information .pi-title i {
	margin-right: 5px;
}

.practical-information p {
	color: #777777;
}

.practical-information p strong {
	font-weight: 600;
}

.practical-information .dot p {
	margin-bottom:4px;
}

.practical-information .dot p,
.practical-information p span.dot {
	display: block;
	padding: 0 0 0 12px;
	position: relative;
}

.practical-information .dot p:after,
.practical-information p span.dot::after {
	content: "";
	background: #777;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 13px;
}

.highlight {
	color: #BF444A;
}
.tar {text-align:right}
.practical-information-right .col-sm-7 {
	padding-left: 65px;
}

.map-wrap {
	border-radius: 5px;
	overflow: hidden;
}

#map {
	width: 133%;
	height: 360px;
	position: relative;
	right: 33%;
}

.google-map {
	position: relative;
}

.google-map .address a {
	font-weight: 600;
}

.program-item {
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 40px;
}

.program-item .head {
	padding: 23px 33px;
	border-bottom: 1px solid #dddddd;
}

.program-item .head h4 {
	font-size: 20px;
	color: #757575;
	margin-bottom: 5px;
}

.program-item .head p {
	margin-bottom: 0;
	font-size: 14px;
	color: #aaa;
}

.program-item .content {
	padding: 35px 35px 30px;
}

.program-item .content h2 {
	font-size: 18px;
	font-weight: 600;
	color: #424242;
	font-family: Open Sans, sans-serif;
	margin-bottom: 0px;
}

.program-item .content h2 i {
	color: #d46364;
}

.program-item .content h2 span {
	display: inline-block;
	padding: 0 10px 0 7px;
	min-width: 60px;
}

.program-item .content .timeline {
	padding: 0px 0 0 88px;
}

.program-item .content .timeline li {
	list-style: none;
}

.program-item .content .timeline li p {
	font-size: 14px;
	line-height: 23px;
	color: #5b5b5b;
}

.program-item .content .timeline li p a {
	color: #5b5b5b;
}

.program-item .content .timeline li p a:hover {
	color: #D35F61;
}

.program-item .content .timeline li p strong {
	font-weight: 600;
}

.program-item .content .timeline li p i {
	color: #9e9e9e;
}

.program-item .content .timeline-ui li {
	position: relative;
}

.program-item .content .timeline-ui li::after {
	content: "";
	background: #e6e6e6;
	width: 27px;
	height: 1px;
	position: absolute;
	top: 11px;
	left: -38px;
}

.program-item .content .timeline-ui li::before {
	content: "";
	background: #e6e6e6;
	width: 1px;
	height: calc(100% + 20px);
	position: absolute;
	top: 11px;
	left: -38px;
}

.program-item .content .timeline-ui li:last-child:before {
	display: none;
}

.program-dates {
	background: #e6e6e6;
	border: 1px solid #ddd;
	padding: 0;
}

.program-dates li {
	list-style: none;
	position: relative;
}

.program-dates li a {
	padding: 17px 30px 14px;
	border-bottom: 1px solid #dddddd;
	display: table;
	width: 100%;
	position: relative;
	transition: .4s;
}

.program-dates li a:after {
	content: "";
	opacity: 0;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #cd5b5c;
	transition: .4s;
}

.program-dates li a:hover:after,
.program-dates li.act a:after {
	opacity: 1;
	transition: .4s;
}

.program-dates li:last-child a {
	border-bottom: none;
}

.program-dates li a h4 {
	font-size: 20px;
	color: #757575;
	margin-bottom: 5px;
}

.program-dates li a p {
	margin-bottom: 0;
	font-size: 14px;
	color: #b1b1b1;
}

.program-dates li a:hover,
.program-dates li.act a {
	background: #f0f0f0;
	transition: .4s;
}

.program-dates li .arrow {
	width: 28px;
	height: 28px;
	background: #f0f0f0;
	position: absolute;
	top: 50%;
	right: -4px;
	transform: rotate(45deg) translateY(-50%);
	border: 1px solid #ddd;
	border-width: 1px 1px 0 0;
	opacity: 0;
}

.program-dates li.act .arrow {
	opacity: 1;
}

.extra {
	padding-top: 5px;
	margin-bottom: 40px;
}

.extra a {
	color: #CC5B5B;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	padding: 0 10px;
	position:relative;
}

.extra a div {
	position:absolute;
	width:100%;
	top:0;
	height:100%;
	opacity:0;
}

.extra a i {
	min-width: 25px;
}

.about-info {
	padding: 80px 0 60px;
}
.about-info p {
	color: #636363;
}

.img-caption {
	position: relative;
}

.img-caption small {
	color: #fff;
	font-family: 'EB Garamond', serif;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	display: block;
	background: #111;
	padding: 7px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.img-right {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
	margin-top: 5px;
        max-width:540px;
}

.img-left {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-top: 5px;
        max-width:540px;
}

.about-content {
	padding: 90px 0;
}

.media-item {
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	background: #000;
}

.media-item img {
	transform: scale(1);
	transition: .4s;
}

.media-item:hover img {
	opacity: 0.85;
	transform: scale(1.1) rotate(5deg);
	transition: .4s;
}

.media-item a i {
	background: #5c5c5c;
	color: #fff;
	width: 42px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 44;
	margin: -15px auto 0;
	font-size: 17px;
}

.home-about h4 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 3px;
}

.home-about h5 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 25px;
	color: #aeacac;
	font-family: 'EB Garamond', serif;
}

.home-video .carousel-indicators {
	margin: 17px -8px 0 !important;
	display: table;
	width: calc(100% + 15px);
}

.home-video .carousel-indicators li {
	margin: 0;
	padding: 0 8px;
	float: left;
	width: 33.33333%;
	background: transparent;
}

.home-video .carousel-indicators li div {
	background: #000;
}

.home-video .carousel-inner .thumb small {
	position: relative;
}

.video {}

.video iframe {
	width: 100%;
	border: none;
	margin-bottom: -7px;
}

.gap10 {
	margin-bottom: 10px;
}

.gap20 {
	margin-bottom: 20px;
}

.gap30 {
	margin-bottom: 30px;
}

.gap40 {
	margin-bottom: 40px;
}

.gap50 {
	margin-bottom: 50px;
}

.gap60 {
	margin-bottom: 60px;
}

.gap70 {
	margin-bottom: 70px;
}

.gap80 {
	margin-bottom: 80px;
}

.gap90 {
	margin-bottom: 90px;
}

.img-full {
	width: 100%;
}

.inner-content.home-artists.artists {
	padding: 50px 0;
}

.home-about {
	padding: 60px 0;
}

.testimonial {
	padding: 100px 0;
	border-top: 1px solid #dddddd;
	background: #fff;
}

.testimonial.no-border {
	border: none;
}

body .testimonial .carousel-indicators img {
	opacity: 1;
}

body .testimonial .carousel-indicators {
	margin-top: 50px;
}

body .testimonial .carousel-indicators li {
	background: transparent;
	height: auto !important;
	display: inline-block;
	margin: 0 20px 15px !important;
	float: none !important;
	width: auto;
	opacity: 0.5;
}

body .testimonial .carousel-indicators .active {
	opacity: 1;
}

body .testimonial p {
	color: #949494;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	max-width: 900px;
	margin: 0 auto 20px;
}

.main-nav {
    background: #e6e6e6;
    height: 47px;
}

.buy-tickets {
	background: #d45f61;
	padding: 0 25px;
	line-height: 47px;
	display: table;
	float: right;
	color: #fff !important;
	font-size: 14px;
}

.buy-tickets:hover {
	background: #b93739;
}

.main-sponsor {
	padding: 90px 0;
	border-top: 1px solid #dddddd;
}

.main-sponsor p {
	margin: 50px auto 0;
	max-width: 700px;
}

.artists-carousel .slick-prev,
.hero-carousel .slick-prev {
	background: transparent;
	border: none;
	position: absolute;
	z-index: 44;
	top: 50%;
	left: 0;
	color: #fff;
	line-height: 40px;
	margin-top: -20px;
	font-size: 40px;
	width: 40px;
	text-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.artists-carousel .slick-next,
.hero-carousel .slick-next {
	background: transparent;
	border: none;
	position: absolute;
	z-index: 44;
	top: 50%;
	right: 0;
	color: #fff;
	line-height: 40px;
	margin-top: -20px;
	font-size: 40px;
	width: 40px;
	text-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.custom-dropdown button {
	color: #D35F61;
	font-size: 18px;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	position: relative;
	top: 10px;
	right: 0px;
	background: transparent;
	border: none;
	padding: 0;
}

.custom-dropdown button i {
	font-size: 22px;
	margin-top: -15px;
	position: relative;
	font-weight: bold;
	top: 1px;
	margin-left: 3px;
}

.custom-dropdown .dropdown-menu {
	margin-top: 15px;
	border: 1px solid transparent;
}

.custom-dropdown .dropdown-menu>li>a {
	font-weight: 600;
	color: #555;
	background: transparent !important;
}

.custom-dropdown .dropdown-menu>li>a:hover {
	color: #D35F61;
}

.more-content {
	display: none;
}

.less-content.active .more-content {
	display: block;
}

.hac-item {
	padding: 0 15px;
}

.home-artists-carousel .slick-prev {
	background: transparent;
	border: none;
	position: absolute;
	z-index: 44;
	top: 50%;
	left: -22px;
	color: #000;
	line-height: 40px;
	margin-top: -39px;
	font-size: 40px;
	width: 40px;
	opacity: 0.2;
}

.home-artists-carousel .slick-next {
	background: transparent;
	border: none;
	position: absolute;
	z-index: 44;
	top: 50%;
	right: -22px;
	color: #000;
	line-height: 40px;
	margin-top: -39px;
	font-size: 40px;
	width: 40px;
	opacity: 0.2;
}

.home-artists-carousel .slick-prev:hover,
.home-artists-carousel .slick-next:hover {
	opacity: 0.5;
}

.more-media {
	margin-left: 15px;
}

.less-content.active .fa-angle-down:before {
	content: "\f106";
}

.testimonial-logos {
	margin-top: 30px;
}

.testimonial-logos .item {
	padding: 0 15px;
	height:90px;
}

.testimonial-logos .item img {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	max-height:90px;
}

.testimonial-logos .slick-slide img {
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 1150px) {
	.home-artists-carousel .slick-prev {
		left: -35px;
	}
	.home-artists-carousel .slick-next {
		right: -35px;
	}

body .concert-carousel-wrap .carousel-indicators {
    max-height: 365px;
    overflow-x: auto;
}
}

@media only screen and (min-width: 993px) {
.home-artists .heading a {
    margin-right: 0px !important;
}
	.practical-information .col-sm-7 {
		padding-right: 115px;
	}
	.tickets-list .container .row>.col-sm-3 {
		width: 22%;
	}
	.tickets-list .container .row>.col-sm-9 {
		width: 78%;
	}
	.programs .container .row>.col-sm-3 {
		width: 23%;
		padding-right: 25px;
	}
	.programs .container .row>.col-sm-9 {
		width: 77%;
	}
	aside {
		padding-left: 20px;
	}
	.about-content .col-sm-5 {
		padding-left: 90px;
	}
	.home-video {
		padding-right: 25px;
	}
	.carousel-inner .item .col-sm-6 {
		width: 46.5%;
		float: left;
	}
	.carousel-inner .item .col-sm-6:first-child {
		width: 53.5%;
		float: left;
	}
}

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

.artists .row {
    margin: 0 -5px 0 -10px;
}
	.google-map .container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
	}
	.google-map .address {
		background: #fff;
		padding: 35px 65px 15px 55px;
		border-radius: 5px;
		max-width: 560px;
		float: right;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.tickets-item .col-sm-8 {
		width: 72%;
		float: left;
	}
	.tickets-item .col-sm-2 {
		width: 14%;
		float: left;
	}
	.concert-carousel-wrap .col-sm-2 {
		width: 16%;
		float: left;
	}
	.concert-carousel-wrap .col-sm-5 {
		width: 45%;
		float: left;
	}
	.concert-carousel-wrap .col-sm-6 {
		width: 39%;
		float: left;
	}
	.media .col-sm-3:nth-child(4n+1) {
		clear: both;
	}
	.media .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
}

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

.video-section:after {
	display:none;
}

}

@media only screen and (min-width: 993px) and (max-width: 1150px) {

body .concert-carousel-wrap .carousel-indicators {
    max-height: 330px;
}

}

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

.details.hidden-xs ul {
	display:none !important;
}

.details.hidden-xs .hidden-sm {
	display:block !important;
}

.program-item .content h2 {
    margin-bottom: 15px;
}

	.concert-carousel-wrap .carousel-inner .item .col-sm-6 {
		width: 60%;
		float: left;
	}
	.concert-carousel-wrap .carousel-inner .item .col-sm-6:first-child {
		width: 40%;
		float: left;
	}
	.details ul li {
		font-size: 20px;
		line-height: 32px;
	}
	.details ul li span  {
		font-size: 15px;
	}
	.concert-carousel-wrap .carousel-inner p {
		clear: both;
	}
	.tickets-item .col-sm-8 {
		width: 60%;
		float: left;
	}
	.tickets-item .col-sm-2 {
		width: 20%;
		float: left;
	}
	.tickets-list .container .row>.col-sm-3 {
		width: 22%;
	}
	.tickets-list .container .row>.col-sm-9 {
		width: 76%;
	}
	.tickets-list .tickets-item .col-sm-7 {
		width: 50%;
	}
	.tickets-list .tickets-item .col-sm-3,
	.tickets-list .tickets-item .col-sm-2 {
		width: 25%;
	}
	.tickets-list .tickets-item {
		padding: 24px 0px 20px 15px;
	}
	.tickets-list .tickets-item p {
		font-size: 14px;
	}
	.programs .container .row>.col-sm-3 {
		width: 35%;
		padding-right: 25px;
	}
	.programs .container .row>.col-sm-9 {
		width: 65%;
	}
	.program-item .content .timeline {
		padding: 0px 0 0 40px;
	}
	.program-item .content h2 {
		font-size: 15px;
		line-height: 1.4;
	}
	.side-contact a {
		font-size: 13px;
	}
	.carousel-inner .item .col-sm-6 {
		width: 100%;
		float: none;
	}
	.carousel-inner .item .col-sm-6:first-child {
		margin-bottom: 40px;
	}
	.heading a {
		float: none;
		display: block;
	}
	.img-caption {
		max-width: 50%;
	}
	.heading {
		font-size: 26px;
	}
	.artists .col-sm-4 {
		padding: 0 10px;
	}
	.artists .row {
		margin: 0 -10px;
	}
	.cta p br {
		display: none;
	}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
.program-item .content h2 {
    margin-bottom: 10px;
}
	.dropdown.custom-dropdown.pull-right {
		float: none !important;
		margin: -45px 0 40px;
	}
	.details h3 {
		margin: 25px 0 39px;
	}
	.tickets-filter {
		margin-bottom: 40px;
	}
	.program-item .content h2 {
		font-size: 15px;
		line-height: 1.4;
	}
	.practical-information-right .col-sm-7 {
		padding-left: 15px;
		padding-top: 50px;
	}
	.practical-information img {
		margin: 0 auto;
		display: block;
		max-width: 100%;
		border-radius: 5px;
	}
	.contact form {
		max-width: 100%;
	}
	.cta p br {
		display: none;
	}
	.cta p {
		margin-bottom: 30px;
	}
	.artist-details .col-sm-5,
	.about-content .col-sm-5 {
		padding-top: 40px;
	}
	.heading {
		font-size: 26px;
	}
	.artists .col-sm-4 {
		padding: 0 10px;
	}
	.artists .row {
		margin: 0 -10px;
	}
	.concert-carousel-wrap .carousel-inner .item .col-sm-6:first-child {
		margin-bottom: 40px;
	}

}

.visible-xls {
	display:none;
}

.dropdown.custom-dropdown.pull-right {
	display:table;
}

@media only screen and (min-width: 420px) and (max-width: 767px) {

.col-sm-10.hidden.visible-xls.visible-sm {
    float:left !important;
    margin-top:20px;
}

.concert-carousel-wrap .col-sm-2 {
       padding-right:0 !important;
}

.col-sm-10.hidden.visible-xls.visible-sm .gap30 {
    display:none;
}

body .concert-carousel-wrap .carousel-indicators {
    max-height: 365px;
    overflow-x: auto;
}

.video-section {
    height: 250px !important;
}

	.home-artists .heading a, .tickets .heading a {
		position: relative;
		top: 5px;
	}

	.dropdown.custom-dropdown.pull-right {
		float: none !important;
		margin: -6px 0 40px;
	}

	.details {
		position: relative;
		top: -60px;
		margin-bottom: -60px;
	}

	.visible-xls {
		display:block !important;
	}

	.hidden-xls {
		display:none;
	}

	.col-xls-9 {
		width: 75%;
		float: left;
	}

	.col-xls-3 {
		width: 25%;
		float: left;
	}

	.tickets-item .col-sm-8 {
		width: 50%;
		float: left;
	}
	.tickets-item .col-sm-2 {
		width: 25%;
		float: left;
	}
	.tickets-list .tickets-item .col-sm-7 {
		width: 50%;
		float: left;
	}
	.tickets-list .tickets-item .col-sm-3,
	.tickets-list .tickets-item .col-sm-2 {
		width: 25%;
		float: left;
	}
	.programs .container .row>.col-sm-3 {
		width: 45%;
		padding-right: 25px;
		float: left;
	}
	.program-item .content .timeline {
		padding: 0px 0 0 40px;
	}
	.programs .container .row>.col-sm-9 {
		width: 55%;
		float: left;
	}
	.google-map .container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
	}
	.google-map .address {
		background: #fff;
		padding: 35px 25px 15px 25px;
		border-radius: 5px;
		max-width: 370px;
		float: right;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.media .col-sm-6:nth-child(3n+1),
	.media .col-sm-3:nth-child(3n+1) {
		clear: both;
	}
	.col-xls-4 {
		width: 33.33333%;
		float: left;
	}
	.media .col-sm-6,
	.media .col-sm-3,
	.media .col-sm-4 {
		width: 33.3333%;
		float: left;
	}
	.related-artists .col-sm-3 {
		width: 25%;
		float: left;
	}
	.img-caption {
		max-width: 50%;
		width: 100%;
	}
	.col-xsl-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (min-width: 250px) and (max-width: 480px) {

.concert-carousel-thumbs .item div {
	margin:0 8px;
}

.concert-carousel-thumbs {
	margin:0 -8px;
}

.concert-carousel-thumbs {
    margin: 0 -8px -18px;
}

}

@media only screen and (min-width: 250px) and (max-width: 419px) {

.home-artists .heading a, .tickets .heading a {
    float: none;
}

.video-section {
    height: 200px !important;
}
	.concert-carousel-wrap .carousel-indicators {
		margin: 17px -8px -40px !important;
	}

	.home-artists .heading a {
		margin: -28px 15px 0;
	}

	.custom-dropdown .dropdown-menu {
		margin-top: 15px;
		border: 1px solid transparent;
		left: 0;
	}

.concert-carousel-wrap .carousel-indicators {
    margin: 17px -8px 0!important;
    width: calc(100% + 15px);
    max-height: 175px;
    overflow-y: auto;
    display: block;
}
	.concert-carousel-wrap .carousel-indicators li {
		margin: 0;
		padding: 0 8px !important;
		float: left;
		width: 33.33333%;
		background: transparent;
	}
	.concert-carousel-wrap .carousel-indicators li div {
		background: #000;
	}
	.concert-carousel-wrap .carousel-inner .thumb small {
		position: relative;
	}
	.tickets-item .col-sm-7 {
		margin-bottom: 20px;
	}
	.program-item .content .timeline {
		padding: 0px 0 0 40px;
	}
	.program-dates li.act .arrow {
		opacity: 1;
		display: none;
	}
	.google-map .container {
		background: #fff;
		padding: 0 15px;
	}
	.google-map .address {
		background: #fff;
		padding: 25px 0;
	}
	.media .col-sm-6:nth-child(2n+1),
	.media .col-sm-3:nth-child(2n+1) {
		clear: both;
	}
	.contact-aside {
		display: table;
		width: 100%;
		margin-top: 70px;
	}
	.tickets-item .col-sm-8 {
		margin-bottom: 20px;
	}
	.img-caption {
		max-width: 100%;
		width: 100%;
		float: none;
		margin: 0 0 40px;
	}
	.heading a {
		float: none;
		display: block;
	}
	body .testimonial .carousel-indicators li {
		margin: 0 10px 10px !important;
	}
	.related-artists .col-sm-3,
	.media .col-sm-6,
	.media .col-sm-3,
	.media .col-sm-4 {
		width: 50%;
		float: left;
	}
	.col-xls-6 {
		width: 50%;
		float: left;
	}
}

.main-nav .container {
	padding-right:135px;
	position:relative;
}

.buy-tickets {
	position:absolute;
	top:0;
	right:0;
	width:140px;
	height:47px;
text-align:center;
}


#menu-festival-menu li:first-child,
#menu-festival-menu-en li:first-child {
	border-left:1px solid #dedede;
}

#menu-festival-menu li,
#menu-festival-menu-en li {
	float:left;
	border-right:1px solid #dedede;
	position: relative;
}

#menu-festival-menu li a,
#menu-festival-menu-en li a {
    color: #767676;
    padding: 0 25px;
    font-size: 14px;
    line-height: 47px;
    display: table;
    width:100%;
}

#menu-festival-menu li:hover > a,
#menu-festival-menu-en li:hover > a,
#menu-festival-menu li a:hover,
#menu-festival-menu-en li a:hover,
#menu-festival-menu li.current_page_item > a,
#menu-festival-menu-en li.current_page_item > a {
	background:#f0f0f0;
}

.sub-menu {
position: absolute;
top: 0;
min-width: 200px;
background: #e6e6e6;
height: auto;
top: 100%;
z-index: 44;
border:1px solid #dedede;
opacity:0;
visibility:hidden;
transition:.4s;
}

#menu-festival-menu li:hover .sub-menu,
#menu-festival-menu-en li:hover .sub-menu {
opacity:1;
visibility:visible;
transition:.4s;
}

#menu-festival-menu .sub-menu li,
#menu-festival-menu-en .sub-menu li {
	float:none;
	border:none;
	border-bottom:1px solid #dedede;
}



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

body .concert-carousel-wrap .carousel-indicators {
    max-height: 255px;
    overflow-x: auto;
}

.video-section {
    height: 350px !important;
}

#menu-festival-menu li a,
#menu-festival-menu-en li a {
    padding: 0 9px;
    font-size: 12px;
}

}

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

.main-nav .container {
    padding-right: 135px;
    position: relative;
    margin: 0;
    width: 100%;
}

}

@media only screen and (min-width: 200px) and (max-width: 767px) {

.menu-festival-menu-container {
    position: fixed;
    top: 0;
    left: -270px;
    width: 250px;
    background: #e6e6e6;
    height: 100%;
    z-index: 777;
	transition:.4s;
}

.menu-festival-menu-container.act {
	transition:.4s;
	left:0;
}

.main-nav .container {
    margin: 0;
    width: 100%;
}

#menu-festival-menu li,
#menu-festival-menu-en li {
    float: left;
    border: none;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.mob-nav-trigger {
    background: transparent;
    line-height: 47px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
cursor:pointer;
}

.mob-nav-trigger i {
    font-size: 21px;
    position: relative;
    top: 2px;
}

.menu-festival-menu-container-close {
    position: fixed;
    right: auto;
    width: 40px;
    top: 0;
    left: -40px;
    height: 100%;
    z-index: 777;
    background: #e6e6e6;
    border-left: 1px solid #dedede;
    text-align: center;
       cursor:pointer;
	transition:.4s;
}

.menu-festival-menu-container-close.act {
	transition:.4s;
	left:250px;
}

.menu-festival-menu-container-close:after {
    content: "\f00d";
    font-family: Fontawesome;
    height: 100%;
    text-align: center;
    color: #777;
    font-size: 17px;
    padding-top: 10px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:.4s;
}

.menu-festival-menu-container-close:hover:after {
    color: #444;
    transition:.4s;
}

}

.video-section {
	height:750px;
	overflow:hidden;
	position:relative;
}

.video-section:after {
	content:"";
	position:absolute;
	top:0;
	z-index:44;
	background:#000;
	opacity:0.3;
	width:100%;
	height:100%;
	left:0;
}

.video-section .video-iframe  {
	position:absolute;
	top:0%;
	left:0;
	height:100%;
	width:100%;
	z-index:22;
}

.video-section .video-iframe .youtubeWrapper {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

#menu-festival-menu,
#menu-festival-menu-en {
    display:table;
}

.panel-body {
    padding: 25px 30px 10px;
}

.panel-body ul {
    margin-bottom:15px;
margin-top:0px;
}

.panel-body ul li {
    list-style:disc;
    margin-left:20px;
    margin-bottom:3px;
}

.panel-body ul li ul {
    margin-top:7px !important;
    margin-bottom:0;
}

.panel-body h2,
.panel-body h3 {
    margin-bottom:15px;
}

.date-time {
    font-weight:bold;
    color:#333;
    margin-bottom:10px;
    position:relative;
    padding-left:20px;
}

.date-time:before {
    content: "\f017";
    font-family:Fontawesome;
    color:#d55e60;
    font-weight:400;
    position:absolute;
    left:0;
    top:0;
}

.about-block {
    clear:both;
    margin-bottom:30px;
    display:table;
    width:100%;
}

.festival_date {
display:none;
}

.home-about .about-info .about-block:first-child .festival_date {
display:block;
}

.home-about .container > .about-info {
	padding:0;
}

.home-about .container .about-info .about-block:last-child {
	margin-bottom:-10px !important ;
}
