/* 
Theme Name: Interpixel Localizare GPS
Version: 1.0.0
*/

/************************
CSS Reset
************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow:hidden;
}
#main-header ol, #main-header ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.lorm input.wpcf7-form-control.wpcf7-submit {
	margin-left:0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Pace */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #75caf2;
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
  z-index:9999999;
}

.label_fields{float:left;width:75px;}
.field_row {
    margin: 10px 0px;
}
.field_row.last_button {
    float: left;
   }
/************************
1140px Fluid Grid
************************/
.main-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11 {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.span1 { width: 4.85%; }
.span2 { width: 13.45%; }
.span3 { width: 22.05%; }
.span4 { width: 30.75%; }
.span5 { width: 39.45%; }
.span6 { width: 48%; }
.span7 { width: 56.75%; }
.span8 { width: 65.4%; }
.span9 { width: 74.05%; }
.span10 { width: 82.7%; }
.span11 { width: 91.35%; }
.span12 { width: 100%; float: left; }
.last { margin-right: 0px; }
img, object, embed { max-width: 100%; }
img { height: auto; vertical-align: middle; }

/************************
Global Styles
************************/
html,
button,
input,
select,
textarea {
    color: #222;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Nunito Sans', 'Helvetica', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

ul li, ol li { list-style-position: inside; }

* { outline: none; }

h1 { 
	font-size: 2em; 
}
h2 { 
	font-size: 1.85em;
	font-weight:700;
}
h3 { 
	font-size: 1.35em; 
	font-weight: 700; 
	color: #121212; 
	margin: 0 0 5px 0;
	line-height:1.3;
}
h4 { font-size: 1.8em; }
.main_content h4 {
	font-size:1.75em;
	color:#238acb;
	line-height:1.4;
	margin-top:18px;
	font-weight:300;	
}
.main_content hr {
	margin-top:8px;
	margin-bottom:12px;
	width:100%;
	height:4px;
	background:#A2A2A2;
	border:none;
}
p { 
	margin: 1em auto;
	font-size:16px;
	color:#444;
	line-height:1.4;
}
.page_title{
	font-size: 3em; 
	font-weight:700; 
	color:#5B5B5B;
	text-transform:uppercase;
	letter-spacing:-0.2px;
}
.main_content p {
	font-size:18px;
	font-weight:300;	
}
.main_content li {
	font-size:16px;
	font-weight:300;
	color:#444;	
}
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 0.8em; }
sup { position: relative; top: -0.25em; }

a { 
	color: #59a3d5; 
	text-decoration: none;
}
a:hover { 
	color: #75caf2; 
	text-decoration: underline;
}
a:active { 
	color: #33464d; 
	text-decoration: none; 
}
form label { 
	margin: 0.4em 0 0.2em 0;
}

input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d3d1d1;
	margin: 0;
	padding: 8px;
	font-size: 1.0em;
	color: #33464d;
	background: #faf9f9;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

input:focus, textarea:focus { border: 1px solid #405760; background: #fcfbfb; }

textarea { resize: vertical; height: 100px; width: 100%; }

form sup { color: #c40d0d; position: relative; top: 1px; }

input[type="submit"] {
	padding: 0.5em 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	opacity: 1;
	background: #369;
	color: #fff;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

fieldset {
    border: 0;
    margin: 10px 0 0 2px;
    padding: 0;
}

form label { color: #405760; }


button, input[type=submit] {
	background: #3e97dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e97dc 0%, #1c6685 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e97dc), color-stop(100%,#1c6685)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e97dc 0%,#1c6685 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e97dc 0%,#1c6685 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e97dc 0%,#1c6685 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e97dc 0%,#1c6685 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e97dc', endColorstr='#1c6685',GradientType=0 ); /* IE6-9 */
	padding: 4px 30px;
	border: 0;
	color: #ffffff;
	font-size: .9em;
	cursor: pointer;
}

form button, form input[type=submit] { float: right; }

button:hover, input[type=submit]:hover {
	background: #1c6685; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c6685 0%, #3e97dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c6685), color-stop(100%,#3e97dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c6685 0%,#3e97dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c6685 0%,#3e97dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c6685 0%,#3e97dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c6685 0%,#3e97dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6685', endColorstr='#3e97dc',GradientType=0 ); /* IE6-9 */
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.mobile-menu { 
	display: none; 
	position: absolute; 
	left: 0;
	top: 86px;
	z-index: 99; 
	background: #021727;
	width: 100%;
}

.mobile-menu .nav-click {
    position:absolute;
    z-index: 99;
    right:3px;
	color:#ffffff;
    cursor:pointer;
	background: url(images/dropArrows.png) no-repeat;
	height: 25px;
	width: 20px;
	padding: 15px 30px;
	display: inline-block;
	background-position: center center;
}

	.mobile-menu a { display: block; max-width: 90%; }

	.mobile-menu .nav-click.arrowRotate { background: url(images/dropArrowsRotate.png) no-repeat; background-position: center center; }

.mobile-menu ul li { font-size: 1.3em; border-bottom: 1px solid #a0a4a5; padding: 10px 0; cursor: pointer; padding: 12px; }

	#main-header #main-nav .mobile-menu ul li.activeDrop, .mobile-menu ul li.activeDrop:hover { background: #00101c; }

	.mobile-menu ul#menu-mobile-menu li:hover { background: #0f2c42; }

.mobile-menu ul ul { display: none; font-size: .69em; background: #0d2435; margin: 10px 0; }

.mobile-menu ul ul li { margin: 0; border: 0; }

	.mobile-menu ul ul.sub-menu li:hover { background: #04487b; }

.menu-button { 
	display: none; 
	float: right; 
	cursor:pointer; 
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 43px;
	font-size: 20px;
	text-align: center;
	opacity:0.7;
	color: #2d3d44;
	background: #d5dee7;
}
	
	.menu-button:hover, .menu-button.active { opacity: 1; }


.notification { color: #c40d0d; }

/************************
Custom Theme Styles
************************/

/*header*/


/************************
Responsive
************************/

@media (max-width: 1180px) {
	
	.main-wrapper { padding: 0 4%; }

}


/************************
@font-face
************************/

/* Georgiana Pletea */

/* General */
body{font-family: 'Nunito Sans', sans-serif;    display: block;height:100%;}
div#main-content{height:100%;    padding-top: 148px;}
.content-wrapper {
	display: block;
	width: 100%;
	max-height: calc(100% - 30px)!important;
	min-height: calc(100% - 30px)!important;
	height:calc(100% - 30px)!important;
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;
	float:left;
	padding-bottom:40px;
}
.content-wrapper.ui-page.ui-page-theme-a:not(.ui-page-active){display:none!important;}
.header_menu {
    margin-left: 8%;
    margin-right: 12%;
    display: block;
    width: 80%;
    position: relative;
        clear: both;
}
.site-logo {
    max-width: 500px;
    display: block;
    float: left;
}
.site-logo a {
	float:left;
	padding:1px 0;
}
.top_header{
	width:100%;
	float:left;
}
.header_menu ul.menu li {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
}
.header_menu ul.menu li a {
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
	 padding:4px 8px;
	 -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.header_menu ul.menu li a:hover {
	color:#FFF !important;
	text-decoration:none;
	background:#1b1b1b;
	
}

.current-menu-item a {
	color:#238ACB !important;
	text-decoration:none;
	background:#f5f5f5;
}

.lang_menu {
    float: right;
    width: 15%;
}

header#main-header {
    display: block;
    width: 100%;
    clear: both;
}

footer#main-footer {
display: block;
    height: 30px!important;
    width: 100%;
    clear: both;
	bottom: 0px!important;
	top:initial!important;
	left: 0px;
}
footer#main-footer p {
	font-size:15px;
	font-weight:700;
}

header#main-header, #main-footer{position:fixed;}

.footer_left {
    width: 50%;
    display: block;float:left;    padding-left: 20px;
}

.footer_right {
	width: 50%;
	display: block;
	float:right;
	line-height: 30px;
	padding-right: 20px;
	text-align: right;
}
ul#menu-footer-menu li {
	display: inline-block;
	margin-right: 4px;
}
.footer-menu-class ul.menu a {
	text-transform: none;
	color: #2b2b27;
	font-size: 15px;
	padding:0 0.5em;
	display:inline-block;
	font-weight:700;
}
.footer-menu-class ul.menu a:hover {
	color:#2b2b27;
	text-decoration:underline;
}

ul#menu-footer-menu li.menu-item-31 a,ul#menu-footer-menu li.menu-item-32 a, ul#menu-footer-menu li.menu-item-33 a{    
   border: 1px solid #2b2b27;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul#menu-footer-menu-de{  
	text-align: right
}
ul#menu-footer-menu-de li {
    display: inline-block;
    margin-right: 4px;
	 margin-left:12px;
}
ul#menu-footer-menu-de li a {
    text-transform: none;
    color: #908A8A;
    font-size: 1em;
}
ul#menu-footer-menu-de li a:hover {
    color: #917f09;
}
ul#menu-footer-menu-de li a:hover, ul#menu-footer-menu-de li a:active, ul#menu-footer-menu-de li a:focus, ul#menu-footer-menu-de li.current_page_item a{
    color:#0a3b91;
	text-decoration:none;
	border-color: #0a3b91;
}

ul#menu-footer-menu-de li.menu-item-169 a,ul#menu-footer-menu-de li.menu-item-170 a, ul#menu-footer-menu-de li.menu-item-171 a{    
	border: 1px solid #2b2b27;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul#menu-footer-menu-de li.menu-item-169 a  {
       padding: 6px 7px 6px 8px;
}

ul#menu-footer-menu-de li.menu-item-170 a  {
       padding: 6px 10px;
}

ul#menu-footer-menu-de li.menu-item-171 a  {
       padding: 6px 7px;
}
#social_header{
	float:right;
	margin-top: 46px;
	display:inline-block;
}
ul#menu-social-header li{
    list-style:none;
	float: left;
	margin-left:0.3em;
}
ul#menu-social-header li a  {
	padding: 4px 8px;
	border: 1px solid #908A8A;
	border-radius: 3px;
	text-transform: none;
	color: #908A8A;
	font-size: 14px;
}
ul#menu-social-header li a:hover {
	border: 1px solid #75caf2;
	color:#75caf2;
}

.copyright_info{color:#000;    margin: 5px auto;}
/* Internal Half tempalte */
.left_side{
	width:37%;
	float:left;
	margin-right:2%;
}
.left_side_img {
	float:left;
	margin-right:2%;
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.right_side{
	width:60%;
	float:left;
	max-width:500px;	
}
.left_side img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {    max-height: 51%;}

.form-control {
	min-width:250px;
}
.row_field span {
    display: block;
    width: 70%;
    float: left;
}
.row_field span input {
    display: block;
    width: 100%;
    float: left;
    box-shadow: -1px 1px 2px #ccc inset;
    color: #1b1b1b;
    background-color:#f5f5f5;
}

.row_field span input:focus {
    box-shadow: -1px 1px 2px #a8ab9a inset;
    background-color:#ffffff;
    border-color: #1b1b1b;
}
.row_field span textarea {
    display: block;
    width: 100%;
    float: left;
    box-shadow: -1px 1px 2px #ccc inset;
    color: #1b1b1b;
    background-color:#f5f5f5;
}

.row_field span textarea:focus {
    box-shadow: -1px 1px 2px #a8ab9a inset;
    background-color:#ffffff;
    border-color: #1b1b1b;
}
label.label_field {
    display: block;
    width: 28%;
    float: left;
    margin-right: 2%;
    color:#575757;
    font-size: 15px;
}
p.row_field {
    float: left;
    width: 100%;
    margin: 5px 0px;
}


input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #59a3d5;
    background: #59a3d5;
    font-size: 1.25em;
    float: left;
    margin-left: 30%;
}
.wpcf7-form p small {
	padding-left:30%;
	display:block;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    border: 1px solid #59a3d5;
    background: #1c6685;
    text-shadow: 1px 1px 1px #1c6685;
}
div#header_top_right {
    float: right;
    margin-top: 15px;
    margin-right: 40px;
}
/* Home */
html {
    height: 100%;
	 overflow-y: auto;  
}
.first-background{
	background: url(/wp-content/uploads/2016/05/first_background.jpg) no-repeat 50% 50%;
    background-color: #151D28;
    background-size: cover;
    height:100%;
}
.home .about_page .ui-content, 
.home .repertoire_page .ui-content,
.home .other_page .ui-content,
.home .contact_page .ui-content,
.home .dates_page .ui-content,
.home .media_page .ui-content{    padding:0!important;}

.home .about_page,
.home .contact_page,
.home .repertoire_page,
.home .other_page,
.home .media_page{    
	padding-left: 8%;
    margin-right: 12%;
    display: block;
    width: 80%!important;
    max-height: calc(100% - 30px)!important;
    min-height: calc(100% - 30px)!important;
    height:calc(100% - 30px)!important;
    box-sizing: content-box;
}
.home .dates_page{
    padding-left: 8%;
    margin-right: 8%;
    padding-right: 4%;
    display: block;
    width: 80%!important;
    max-height: calc(100% - 30px)!important;
    min-height: calc(100% - 30px)!important;
    height:calc(100% - 30px)!important;
    box-sizing: content-box;
}

.page-id-8 .dates_page{
    padding-left: 8%;
    margin-right: 8%;
    padding-right: 4%;
    display: block;
    width: 80%!important;
    max-height: calc(100% - 30px)!important;
    min-height: calc(100% - 30px)!important;
    height: calc(100% - 30px)!important;
    box-sizing: content-box;
}

.home .content-wrapper.full_width{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    top:0;
}
.home header#main-header {
}
.home .main_content.home_slider{height:auto!important;}
div#main-content.full-width,.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{background-color:transparent!important;}
/* Media */
#images_container{display:block;}
#videos_container{display:block;}
#images_select{color:#0c1673;font-size:18px;text-transform:uppercase;padding-left:5px;text-decoration:none;}
#videos_select{color:#2a221d;font-size:18px;text-transform:uppercase;padding-right:5px;text-decoration:none;}



.simpleselect {
    float: right;
    margin-right: 25px;
    margin-top: 25px;
    width: 50px!important;
    margin-left: 10px;
}

.simpleselect .placeholder, .simpleselect .options {
    background: rgba(255, 255, 255, 0)!important;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px!important;
    color: #fff;
    width: 50px!important;
}
.simpleselect .placeholder, .simpleselect .options .option, .simpleselect .options .optgroup .optgroup-label {
    padding: 5px 10px!important;
   }
.simpleselect .placeholder:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2px!important;
    width: 15px!important;
    border-left: 1px solid #fff;
    background: url("/wp-content/uploads/2016/05/arrow.png") center center no-repeat!important;
    height: 20px!important;
    top: 4px!important;
    padding-left: 2px;
}



.midnightHeader.default .copyright_info {
    color: #c7c7c7;
}

#header_top_right{
	display:block;	
}
#header_language_mobile{
	display:none;	
}
.fc-row.fc-week.fc-widget-content.fc-rigid{height:70px!important;}
.fc-day-grid-event .fc-content {
    white-space: normal!important;
    padding: 5px!important;
    font-size: 14px!important;
}
html{    background-color: #fff;}

.cl_404_page{    text-align: center;    margin-top: 45px;}
.is-not-phone.is-not-mobile .desktop_version{display:block!important;}
.is-not-phone.is-not-mobile .mobile_version{display:none!important;}
.is-phone.is-mobile .desktop_version{display:none!important;}
.is-phone.is-mobile .mobile_version{display:block!important;}
header#main-header.mobile_version{    position: relative;}
header#main-header.mobile_version .top_header {    position: fixed;  z-index: 99;}
header#main-header.mobile_version .header_menu {    position: relative;  }
.error404 .header_menu{display:none;}
/*RESPONSIVE */
/*
.is-mobile.is-phone .page_title {
    font-size: 3.586em;
}
.is-mobile.is-phone #header_top_right{
	display:none;
}
.is-mobile.is-phone #header_language_mobile {
    display: block;
    clear: both;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.is-mobile.is-phone .header_menu{
	top:0px;
	    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    position: relative;clear: both;
	}

.is-mobile.is-phone ul#menu-main-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
}
.slicknav_menu{padding:0!important;}
#header_language_mobile li {
    display: inline-block;
    font-size: 24px;
    margin: 5px 10px;
}
#header_language_mobile li a{
    color: #2a221d!important;
}
#header_language_mobile li.current-lang a{
    color: #0c1673!important;
}
.slicknav_btn {
    margin: 0px 0px 0px!important;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    background-color: transparent!important;
    border-radius: 0px!important;
   }
.is-mobile.is-phone .footer_left{display:none;}
.is-mobile.is-phone .footer_right{width:100%;}
.is-mobile.is-phone .footer_right li{width:100%;}
.is-mobile.is-phone .footer_right #menu-item-31,.is-mobile.is-phone .footer_right #menu-item-32,.is-mobile.is-phone .footer_right #menu-item-33{display:none;}
.is-mobile.is-phone ul#menu-footer-menu {
    text-align: center;
}
.is-mobile.is-phone ul#menu-footer-menu li{margin-right:0!important;}
.is-mobile.is-phone ul#menu-footer-menu li a {
    text-transform: uppercase;
    color: #f7f7f7;
    font-size: 20px;
}
.is-mobile.is-phone footer#main-footer {
    height: 10%!important;
   }
.slicknav_menu .slicknav_menutxt {
    color: #2A221D!important;
    text-shadow: 0 0px 0px #000!important;
    font-size: 30px!important;
   }
   .slicknav_menu .slicknav_icon-bar {
    background-color: #2A221D!important;
    box-shadow: 0 0px 0 rgba(0,0,0,0.25)!important;
    margin-top: 2px;
}
.is-mobile.is-phone .slicknav_menu{background-color:transparent!important;}
.slicknav_nav:not(.slicknav_hidden){}

.is-mobile.is-phone .left_side {
    width: 100%;
    margin-right: 0;
   }
.is-mobile.is-phone .right_side {
    width: 100%;
   }
   
.is-mobile.is-phone .content-wrapper {
    width: 90%;
    padding-left: 0%;
    margin-right: 0%;
    margin:0 auto;
}

.is-mobile.is-phone .content-wrapper {
    max-height: 55%!important;
    min-height: 55%!important;
    height: 55%!important;
    top: 28%;
}

.is-mobile.is-phone .footer_right {
    line-height: 1.8!important;
}

.is-mobile.is-phone .midnightHeader.white ul#menu-footer-menu li a {
    color: #2a221d!important;
}
.slicknav_menu {
    position: relative;
    z-index: 99;
}
.slicknav_btn.slicknav_open{background-color: #fff!important;}
ul#menu-main-menu.slicknav_nav {    background-color: #fff!important;}


.is-mobile.is-phone header#main-header {
    height: 27.5%!important;
}
.is-mobile.is-phone header#main-header.height_55{
    height: 55%!important;
}
.is-mobile.is-phone header#main-header {
    z-index: 9;
}
.is-mobile.is-phone header#main-header.large_menu_mobile {
	height:56.5%!important;
    z-index: 9;
} 
.is-mobile.is-phone ul#supersized{width:1400px!important;height:auto!important;bottom:0px!important;top:inherit!important;}
.is-mobile.is-phone ul#supersized li{width:1400px!important;height:auto!important;bottom:0px!important;top:inherit!important;}
.is-mobile.is-phone ul#supersized li img{width:1400px!important;height:auto!important;bottom:0px!important;top:inherit!important;    left: -70px!important;}
 */
 .page:not(.home) #supersized li a img {
    top: 0px!important;
}
a.go_home.ui-link {
    display: inline-block;
    width: 150px;
    line-height: 35px;
    border-radius: 3px;
    border: 1px solid #000;
    margin: 15px 15px 0px;
}
a.go_home_de.ui-link {
    display: inline-block;
    width: 150px;
    line-height: 35px;
    border-radius: 3px;
    border: 1px solid #000;
    margin: 15px 15px 0px;
}
.header-menu-class li a {
	display:block;
}
#pull, #pull_mobile {
	display:none;
}

.repbox {
	width:31.5%;
	margin-right:1.5%;
	float:left;
	margin-bottom:1.5%;
}
.rb_a {
	width:49%;
	float:left;
}
.rb_a img {
	max-width:100%;
	height:auto;
	display: block !important;
}
.rb_b {
	width:50%;
	float:right;
	padding:1em;
	background:#b8a99a;
	color:#fff;
	box-sizing:border-box;
}
.rb_b h3 {
	font-size:1.7em;
	font-weight:400;
	color:#FFF;
}
.rb_b p, .rb_b ul, .rb_b ol {
	font-size:14px;
	font-weight:400;
	color:#FFF;
}
.rb_b li {
	border-bottom: 1px dashed #d4cdc7;
	display: block;
	list-style-type: none;
	padding: 5px 0;
}
/* Shortcodes */
.su-spoiler-title {
	font-size: 15px !important;
	font-weight: 700 !important;
    line-height: 20px !important;
}
.su-spoiler-content {
	font-weight:300 !important;
	font-size:15px !important;
}

/* RESPONSIVE */
@media all and (max-width:1024px) {
	.repbox {
		width:48%;
		margin-right:2%;
		float:left;
		margin-bottom:2%;
	}
	.fc-row.fc-week.fc-widget-content.fc-rigid{height:auto!important;}
	ul#supersized{width:1440px!important;bottom:inherit!important;top:0px!important;height: 800px!important;}
	ul#supersized li{width:1440px!important;bottom:inherit!important;top:0px!important;height: 800px!important;}
	ul#supersized li img{width:1440px!important;bottom:inherit!important;top:0px!important;    left: -25%!important;height: 800px!important;}
}
@media all and (max-width:640px){
	.repbox {
		width:100%;
		margin-right:0;
		float:left;
		margin-bottom:1.5em;
	}
	.header_menu ul.menu li a {
		 text-transform: uppercase;
		 color: #2b2b27;
		 font-size: 18px;
		 padding:4px 8px;
		 margin:0;
	}
	.header_menu ul.menu li a:hover, .current-menu-item a {
		color:#75caf2 !important;
		text-decoration:none;
		border:none;
		border-bottom: 1px solid #bfbfbf;
		margin:auto !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	
	
	
	
	div#main-content {
		 padding-top: 15px;
	}
	.site-logo {
		 max-width: 300px;
		}
	#header_top_right{
		display:none;
	}
	ul#menu-footer-menu li {
		 line-height: 30px;
	}
	#header_language_mobile {
		 display: block;
		 clear: both;
		 border-top: 1px dashed #848484;
		 border-bottom: 1px dashed #848484;
	}
	.page_title {
		 font-size: 3.586em;
	}
	.header-menu-class li {
		 display: block;
		 width: 100%;
	}
	
	#header_language_mobile li {
		 display: inline-block;
		 font-size: 18px;
		 margin: 5px 10px;
	}
	#header_language_mobile li a{
		 color: #2a221d!important;
	}
	#header_language_mobile li.current-lang a{
		 color: #0c1673!important;
	}
	
	.footer_left{display:none;}
	.footer_right{width:100%;    padding-right: 0px;}
	.footer_right li{width:100%;}
	.footer_right #menu-item-31,.footer_right #menu-item-32, .footer_right #menu-item-33{display:none;}
	ul#menu-footer-menu {
		 text-align: center;
	}
	ul#menu-footer-menu li{margin-right:0!important;}
	ul#menu-footer-menu li a {
		 text-transform: uppercase;
	
		 font-size: 20px;
	}
	footer#main-footer {
		 height: 73px!important;
			 padding-top: 20px;
		}
	
		.left_side, .left_side {
			width: 100%;
			margin-right: 0;
		}
		.right_side {
		 width: 100%;
		}
	
		.footer_right {
			line-height: 1.8!important;
		}
	
	.midnightHeader.white ul#menu-footer-menu li a {
		 color: #2a221d!important;
	}
	
	header#main-header {
		 z-index: 9; 
	}
	header#main-header.large_menu_mobile {
		 z-index: 9;
	} 
	.header_menu{
		top:0px;
		margin-left: 0;
		 margin-right: 0;
		 display: block;
		 width: 100%;
		 position: relative;
		 clear: both;
	}
	
	ul#supersized{width:1440px!important;bottom:inherit!important;top:0!important;height: 800px!important;}
	ul#supersized li{width:1440px!important;bottom:inherit!important;top:0!important;height: 800px!important;}
	ul#supersized li img{width:1440px!important;bottom:inherit!important;top:0!important;height: 800px!important;    left: -47%!important;}
	
	.footer_right #menu-item-169,.footer_right #menu-item-170, .footer_right #menu-item-171{display:none;}
	ul#menu-footer-menu-de {
		 text-align: center;
	}
	ul#menu-footer-menu-de li{
		margin-right:0!important;
	}
	ul#menu-footer-menu-de li a {
		 text-transform: uppercase;
		 font-size: 20px;
	}
	.content-wrapper {
		 overflow-y: auto!important;
		 overflow-x: initial;
	}
	.right_side.span6,
	.left_side_img.span6{
	    width:100%;
	    margin:0px;
	}
	.home .about_page,
	.home .contact_page,
	.home .repertoire_page,
	.home .other_page,
	.home .media_page{    
		 width: 90%!important;
		 padding-left: 0%;
		 margin-right: 0%;
		 margin:0 auto;
		 max-height: 100%!important;
		 min-height: 100%!important;
		 height: 100%!important;
	}
	.home .dates_page{
		 width: 90%!important;
		 padding-left: 0%;
		 margin-right: 0%;
		 margin:0 auto;
		 max-height: 100%!important;
		 min-height: 100%!important;
		 height: 100%!important;
	}
	
	.page-id-8 .dates_page{
		 width: 90%!important;
		 padding-left: 0%;
		 margin-right: 0%;
		 margin:0 auto;
		 max-height: 100%!important;
		 min-height: 100%!important;
		 height: 100%!important;
	}
	
	.fc-scroller {
		 overflow-y: hidden!important;
		 overflow-x: hidden;
		 height:100%!important;
	}
	
	
	.header-menu-class a:hover {    background: #FFF!important;}

}




@media screen and (max-width:640px) {
	ul#menu-main-menu-de li {
		 display: block;
		 width: 100%;
	}
	ul#menu-main-menu li {
		 display: block;
		 width: 100%;
	}
	#pull, #pull_mobile {
		display:block!important;
		margin: 0px!important;
		 border-bottom: 1px solid #ccc;
		 background-color: transparent;
		 border-radius: 0px!important;
		 float: left!important;
		 width: 100%!important;
		 color: #2A221D!important;
		 text-shadow: 0 0px 0px #000!important;
		 z-index:9;
		 font-weight:700;
	
	}
	.header_menu{    float: left;}
	div.header-menu-class li a.current{    color:#0a3b91!important;    text-decoration: none;}
	#pull span i, #pull_mobile span i {
		 float: left;
		 height: auto!important;
		 width: auto!important;
		 font-size: 1em;
		 padding-top:5px;
		 padding-left:34px;
		 padding-right:10px;
		 padding-bottom:5px;
	}
	#pull span, #pull_mobile span  {
		 box-shadow: 0 0px 0 rgba(0,0,0,0.25)!important;
		padding-top: 1px;
		font-size: 1.7em;
		float:left;
		padding: 2px 0px;
		display:block;
		width:100%;
		cursor:pointer;
	}
	.header-menu-class {
			 position: relative;
	background-color:transparent!important;
	padding:0!important;
		display:none;
		 background-color: #fff!important;
		 color:#2A221D!important;
			  float: left;
			  width:100%;
	}
	.header-menu-class li a {
		color: #2a221d!important;
		text-transform: uppercase!important;
		border-bottom: 1px solid #bfbfbf;
		margin-left: 0px;
		font-size: 20px!important;
		margin-bottom: 0!important;
		padding-bottom:6px;
		padding-top:6px;
		padding-right:6px;
		padding-left:64px;
	}

}
.bk_white{background-color:#fff!important;}
  /* MODAL */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -65%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

div#image-map-pro-668 {
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {

  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -70%;
  }
  .modal.fade.in {
    top: 20px;
  }
  .top_header {
	  max-width:none !important;
	  width:100% !important;
	  text-align:center;  
  }
  .site-logo {
	  float:none !important;
	  margin-left:auto;
	  margin-right:auto;
	  max-width:200px !important;
  }
}

@media (max-width: 480px) {
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
}


