/* 
theme: iphone look 
author: Timo Wirth & Rebecca Heinen, Aperto AG
*/

    /* gelb: #f1d500; */
    /* blau #339eff */
    /* rot #f61823 */

@import "font-PathwayGothicOne.css";
@import "font-PTSans.css";
@import "font-SourceSansPro.css";
@import "font-awesome.css";

* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: 'Source Sans Pro', sans-serif;
	line-height: auto;
  	-webkit-text-size-adjust:100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom - http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  	color: #333;
  	font-size: 14px;
}
/* hidden & skip link  */
.aural,
#logo strong,
#search-box label,
#search-results .new-search label,
#search-box h6,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span,
.vcard .type {      
	display: none;  
    /*position: absolute;*/
    overflow: hidden;
	/*left: -9999px;
    width: 1px;
    height: 1px;*/
}
/* display: none */
.a11y-wrapper,
#breadcrumb {
	display: none;	
}




/* Links */
a {
	color: #ea6060;
	text-decoration: none;
}
a img {
	border: 0;
}
em.more {
	display: block;
	background: url(../img/icons/mobile-sprites.png) 0 5px no-repeat;
	padding: 0 0 0 14px;
	font-style: normal;
	font-weight: bold;
}


/* Global Boxes */
#nav-global,
#nav,
#section-header,
.opener,
.teaser,
.tagcloud,
#page-intro,
.box,
.text,
#stage,
.promo,
.rack-teaser,
.text-box-section,
.toc-box-section,
.superpromo-section,
#comments li,
fieldset,
.media-index dl,
.pager li,
.super-list li,
#glossary-index li,
.glossary-box,
#sitemap .links,
.photo-index .photo,
.vcard,
.text dl.media,
.text-box-toc li a,
.toc-box-toc li a,
.superpromos-toc li a,
.text-box-tabs  {
	background: #fff;
	/*margin: 10px 5px;
	border: 1px solid #d9d9d9;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}
.box,
#promos {
	clear: both;
}
#section-header {
	background: #555;
	border: 1px solid #333;
	color: #fff;
}
/* outside boxes */
.teaser-group h5,
.box-group h5,
.text-box-tabs h2,
#comments h2,
#comments-not-yet h3,
#your-comment h2,
.new-search h2 {
	margin: 20px 0 0 10px;
}
#your-comment h2 {
	margin: 20px 0;	
}


/* Images */
#stage img,
.promo img,
img.media,
.media img,
.teaser img {
	max-width: 100%;	
	height: auto;
}


/* Headings */
h1, 
h2,
h3 {
	margin: 10px 0;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3, 
h4,
h5 {
	font-size: 14px;
}
h1 em, 
h2 em,
h3 em {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}


p.skip {
	position: absolute;
	top: 15px;
	right: 13px;
	margin: 0;
	padding: 0;
}
.skip a {
	display: block;
	font-size: 14px;

} 

/* Branding */
#branding,
#site-info {
	padding: 5px 5px 0 5px;
}
#branding {
	padding-top: 50px;
}
#logo .logoImage {	
	height: auto;
}
#logo img {
	padding: 10px 0;
}
#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 10px;
	left: 10px;
	height: 51px;
	width: 202px;
}
#logo strong {
	display: block;
    font-size: 1em;
    text-align: center;
}
#logo em {
	display: block;
	font-size: 14px;
}
#logo a {
	color: #fff;
	width: 300px;
	height: 70px;
}


/* Search */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/*#search-box {
	position: relative;
	margin: 10px 0 10px 0;
}
#search-box,
#search-box div {
	background: #000;
}
#search-box input {
	width: 100%;
	background: #fff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	padding: 8px 90px 10px 10px;
	border: none;
	min-height: 36px;
}
#search-box input.button {
	width: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 10px;
	background: #ccc;
	font-size: 14px;
	min-height: 0;
	border: 1px solid #999;
}*/


/* Navigation */
#nav-global li,
#nav li {
	list-style: none;
	
	border-bottom: 1px solid #eee;
	
}
#nav-global li:first-child,
#nav li:first-child{
	padding-top: 0;
}
#nav-global li:last-child,
#nav li:last-child {
	border: none;
	padding-bottom: 0;
}
#nav-global li a,
#nav li a {
	display: block;
}
#nav li ul {
	margin: 8px -8px 0 -8px;
	border-top: 1px solid #d9d9d9;
	padding-top: 8px;
}
#nav li li {
	margin: 0;
}
#nav li li a,
#nav li li strong {
	padding-left: 20px;
}
#nav li li li a,
#nav li li li strong {
	padding-left: 40px;
}

#nav-footer li {
    display: block;
}


/* Meta Navigation */

#nav-meta {
	display: none;
}

#nav-meta ul {
	overflow: hidden;
}
#nav-meta li {
	float: right;
	list-style: none;
	margin: 5px 0 5px 5px;
	padding: 2px 5px;
}
#nav-meta li a {
	color: #fff;
	font-size: 16px;
}
/* Teasers and other Content Elements */
.teaser img,
.opener img,
.superpromo-section img {
	width: 100%;
	height: auto;
}
.vcard div {
	margin: 0 0 10px 0;
	clear:both;	
}

.vcard div dt {
	width:5em;
	float:left;
	font-weight:bold;
}


.vcard .org{
	width:70%;
	clear:none;
	float:right;
	padding-left:10px;
	margin-bottom:10px;
	
}

.vcard .organization-name {
	font-weight:bold;
	font-size: 110%;
	line-height:1em;
	  
}

.vcard .photo {
	float:left;
	max-width:30%;
	margin-bottom:10px;
}

.vcard .photo img {
	max-width:100%;
}

.vcard .media.photo dd{
width:100%;
}




/* Linkslists */
.links h3 {
	margin-top: 10px;	
}
#toc ul,
.links ul {
	margin: 0;	
}
#toc li,
.links li,
.latest-comments li {
	list-style: none;
	margin: 0 -8px;
	border-top: 1px solid #d9d9d9;
	padding: 8px;	
}
#toc li:last-child,
.links li:last-child,
.latest-comments li:last-child {
	border-bottom: 1px solid #d9d9d9;	
}



.links li a,
.latest-comments li a {
	display: block;
	background: url(../img/icons/mobile-sprites.png) 1px 4px no-repeat;
	padding-left: 15px;
}
.links .download a  {
	background-position: 0 -142px;
}
.links .external a  {
	background-position: 1px -294px;
}
.links .download em {
	display: block;
	margin-top: -5px;
	font-style: normal;
	font-size: 13px;
	color: #999;
}
.latest-comments li em {
	display: block;
	font-style: normal;
	font-weight: bold;
}
#comments h2 em {
	display: inline;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.comment-count {
	display: none;	
}
/* Latest */
.latest li {
	list-style: none;
	margin: 0 -8px;
	border-bottom: 1px solid #9f9f9f;
	padding: 8px;
}
p.all {
	margin: 10px 0 0 0;
}
/* Event List */
.event-list li {
	margin: 0 -8px;
	border-bottom: 1px solid #9f9f9f;
	padding: 8px;
	list-style: none;
}
.event-list li h3 {
	margin: 5px 0;
}
.event-data li {
	list-style: disc inside;
	border-bottom: none;
	padding: 2px 8px;
	font-size: 16px;
	line-height: 16px;
}


/* Glossary */
#glossary-index li {	
	float: left;
	list-style: none;
	width:1.9em;
	text-align:center;
}
.glossary-box {	
	clear: both;
	display: block;
}
.glossary-box ul {	
	padding-left: 20px;
}


/* tagcloud */
.tagcloud ul {
	overflow: hidden;
	text-align: center;
}
.tagcloud li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.tagcloud li.level-1 a {
	font-size: 15px;
}
.tagcloud li.level-2 a {
	font-size: 17px;
	font-weight: bold;
}
.tagcloud li.level-3 a {
	font-size: 20px;
}
.tagcloud li.level-4 a {
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
}
.tagcloud li.level-5 a {
	font-size: 23px;
	font-weight: bold;
}


/* Text */

.text-meta {
	margin: 12px 0 0 0;
	border-top: 1px solid #d9d9d9;	
	padding: 8px 0 0 0;
	font-size: 14px;
}
.text-meta:after{
	content: "";
	clear: both;
	display: block;
}
.text-data li {
	list-style: none;	
}
.text-data li {
	float: left;
	margin: 0 10px 0 0;
}
#text-features,
.media dd.zoom {
	display: none;	
}
.text-meta dt {
	display: none;
}
.text-meta li,
.text-meta dd {
	float: left;
	display: block;
	margin: 0 10px 5px 0;
	padding: 2px 0;
}
.text-meta dd {
	margin-right: 5px;
}
/* tags &  comments */
.text-meta dd a,
.text-meta li.text-comments {
	float: left;
	display: block;
	padding: 2px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border-radius: 8px;	
	border: 1px solid #d9d9d9;	
	color: #555;
}
.text-comments {
	background: #f1d500;
}
.text-meta + p {
	clear: both;
}

.text p,
.text .links,
.text #toc {
	margin: 10px 0 10px 0;
}



/* lists in article and also list of search results */
.text ul {
	padding: 0 0 10px 18px;	
}
.text ol {
	padding: 0 0 10px 25px;	
}
.text ul ul,
.text ol ol {
	padding-bottom: 0;
}
ul.text-data,
ul#text-features,
.text .links ul {
	padding: 0;	
}
.text .media {
	margin: 10px 0;	
}
.compact dt {
	font-weight: bold;	
}
.compact dd {
	padding-left: 20px;
}
#toc ul {
	padding: 0 0 10px 0;	
}
#toc li {
	list-style: none;
}
#toc a {
	background: url(../img/icons/mobile-sprites.png) 0 -143px no-repeat;
	padding-left: 15px;
}
.photo .caption,
.photo .copyright,
.photo .longdesc {
	font-size: 14px;
	line-height: 1.2em;	
}
.text-box-compact dt {
	margin: 10px 0 0 0;
	font-weight: bold;	
}

.text-box-compact dd {
	background-color:#FFF;
	padding:5px;	
}

.text-box-compact{
background-color:#F0F0F0;
margin-bottom:20px;
padding:5px;
}




table {
	border-collapse: collapse;	
	border-spacing: 0;
	overflow: auto;
}
td {
	border: 1px solid #d9d9d9;
	padding: 5px;
	vertical-align: top;
}


tr:nth-child(2n+1) td {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E5E5E5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}


th {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D9D940;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #B3B3B3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-right: 10px;
    padding-left:5px;
}

thead th {
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
}





/* Footer */
#site-info ul {
	margin: 10px 0;
	/*background: #2b2b2b;*/
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#site-info ul li {
	list-style: none;
	padding: 0 5px;
}
#site-info ul li a {
	display: block;
}
#site-info div #about .media {
	float: left;
    height: auto;
    margin: 3px 10px 0 0;
    width: 65px;
}


/* Promos */
#promos {
	overflow: hidden;
	padding: 0 8px;
}
.promo {
	float: left;
	overflow: hidden;
	width: 48%;
	margin: 0 0 10px 0;
}
.promo:nth-child(2n) {
	float: right;
}


/* Paging */
.pager {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.pager li {
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
}


/* Forms */
.required {
	margin: 10px 5px;
}
.form-wrapper input,
.form-wrapper textarea {
	padding: 5px;
}
.form-wrapper input[type="submit"] {
	width: 200px;
	font-size: 18px;
}
.form-wrapper fieldset fieldset {
	border: none;
	padding: 0;
}
.form-wrapper div {
	margin: 0 0 10px 0;	
}
.form-wrapper label {
	display: block;
}
.form-wrapper .form-item {
	display: block;
	clear: both;
}
.form-wrapper .form-item label {
	display: inline;
	float: left;
	padding-left: 0.5em;
}
.form-wrapper .form-item input {
	float: left;
	padding: 0 3px 0 0;
}
.form-wrapper div span {
	display: block;
}


/* JavaScript Modules */
/* Tabs */
.text-box-tabs .text-box-section h2,
.toc-box .toc-box-section h2 {
	margin: 5px 0;
}

/* Caroussels */
.teaser-wrapper {
	margin: 0 auto 20px auto;
	position: relative;
	border: 0;
	clear: both;
	height: auto;
	padding: 0 5px;
	width: 100%;
}
.touch div.teaser-wrapper  .pager,
.teaser-wrapper .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js .teaser-wrapper .pager {
	display: block;
	padding: 0;
}
.teaser-wrapper .next,
.teaser-wrapper .prev {
	position: absolute;
	top: 35px;
	right: 0;
	width: 19px;
	height: 113px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 43%, #f1f1f1 50%, #EAEAEA 51%, #f6f6f6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(43%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#EAEAEA), color-stop(100%,#f6f6f6)); /* webkit */	
	border: 1px solid #9F9F9F;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	list-style: none;
	-webkit-box-shadow: 0px 2px 1px #999;
	-moz-box-shadow: 0px 2px 1px #999;
	-shadow: 0px 2px 1px #999;
}
.teaser-wrapper .prev {
	left: 0;
	right: auto;
}
.teaser-wrapper .pager span {
	display: block;
	width: 19px;
	height: 113px;
	opacity: 0.3;
	background-image: url(../img/icons/arrow-mobile.png);
	background-position: 5px 50%;
	background-repeat: no-repeat; 
}
.teaser-wrapper .prev span {
	background-image: url(../img/icons/arrow-mobile2.png);
	background-position: 3px 50%;
}
.teaser-wrapper span.show {
	opacity: 1;
	cursor: pointer;
}
.teaser-wrapper .rack {
	width: auto;
	margin: 0;
	padding-left: 0;
} 
.js .teaser-wrapper .rack {
	overflow: hidden;
	height: auto;
	margin-left: 19px;
	margin-right: 19px;
	padding-left: 0;
}
.touch .teaser-wrapper .rack {
	margin-left: 0;
	margin-right: 0;
}
.js .tw-paging .rack {
	margin-right: 0;
	margin-left: 0;
}
.teaser-wrapper .rack-teaser {
	overflow: hidden;
	float: left;
	width: 310px;
	height: auto;
	margin: 0 15px 0 0;
	padding: 10px;
}
#stage .teaser-wrapper .rack-teaser {
	width: 280px;
}
.teaser-wrapper .rack-teaser:last-child {
	margin-right: 0;
}
@media only screen and (min-width : 470px) { /* Landscape */
.teaser-wrapper .rack-teaser {
	width: 470px;
}
#stage .teaser-wrapper .rack-teaser {
	width: 442px;
}
}
.teaser-wrapper .rack-teaser img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	border: none;
}
.teaser-wrapper .rack-teaser p {
	font-size: 16px;
	line-height: 18px;
}
.teaser-wrapper .rack-teaser p em.more {
	margin-top: 5px;
}
/* TW-Images */

.js .tw-images .rack {
	height: 113px;
}
.tw-images .rack-teaser {
	width: auto;
	height: 113px;
	margin: 0;
	padding: 0;
}
.tw-images .rack-teaser img {
	width: auto;
	height: 112px;
	margin: 0;
}

/*aufheben*/
@media only screen and (min-width : 321px) { /* Landscape */

}
/* TW-Slider */
.tw-slider span.prev,
.tw-slider span.next,
.slider {
	display: none;	
}


/* pagination for all sliders */

.viewport-pagination {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 10px 0;
}

.viewport-pagination ul {
	display: block;
	text-align: center;
	list-style: none;
}
.viewport-pagination li {
	display: inline;
	list-style: none;
	cursor: pointer;
}
.viewport-pagination li.on {
	cursor: default;
}
.viewport-pagination button {
	margin: 0 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #999;
	border-radius: 50%;
	text-indent: -9999px;
	-webkit-appearance: none;
	cursor: pointer;
	background: #ccc;	
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}
.viewport-pagination .on button {
	cursor: default;
	background: #fff;
}
.viewport-pagination button span {
	display: block;
	margin: 1px;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	border-radius: 50%;
	
}

/* SEARCH RESULTS 
----------------- */

#search-results h1 em {
	display: inline;
	font-size: inherit;
	font-weight: bold;
}
#search-results .text ol {
	padding: 0;
	list-style: none;	
}
#search-results .text ol li {
	margin-top: 30px;
	margin-bottom: 30px;
}
#search-results .text ol li li {
	margin-top: 0;
	margin-bottom: 0;
}
.pager {
	margin: 10px 5px;
}
#search-results .form-wrapper input {
	margin: 0;
	width: 95%;
}
#search-results .form-wrapper input[type="submit"] {
	width: 200px;
	font-size: 18px;
}

#main .super-list li h3 a {
	display: block;
	background: transparent url(../img/icons/mobile-sprites.png) no-repeat scroll 5px 10px;
	padding: 5px 0 2px 25px;
	font-weight: bold;
	cursor: pointer;
}
#main .super-list li h3 a.js-selected {
	background-color: #f2f2bf;
	background-position: 4px -136px;
}

.photo-index .photo img {
	width:100%;

}

.all a {
	display: block;
	background: transparent url(../img/icons/mobile-sprites.png) no-repeat scroll 5px 7px;
	padding: 2px 0 5px 25px;
}


#main .text p {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


.vevent dt{
	margin: 10px 0 0 0;
	font-weight: bold;	
}
.vevent dd {
	background-color: #FFF;
	padding: 5px;	
}
.vevent {
	background-color: #F0F0F0;
	padding: 5px;
}


div.date {
    background-attachment: scroll;
    background-clip: border-box;    
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 1.5em;
    width: auto;    
}
.date .till {
	display: block;
	height: 100%;
	width: 12px;
	text-indent: -9999px;
	background: url('../img/bgs/till_horizontal.gif') 50% 50% no-repeat;
}
.date span{
	float: left;
	color: #fff;
	height: 100%;
	padding: 3px 5px 5px 3px;
	background-color: #AFAF00;
}
.date .d-end {
	background: #d9d940;
	height: 100%;
}
.date abbr {
    border-bottom-style: none;
}


.dtstart,
.dtend {
	display: none;
}

 dl.media, dl.photo {
	background-color: #ECECEC;
}

.text dl.media img {
	width: 100%;
}



/* Tabkrams */

.text-box-section {

}
.text-box-tabs {
	background-color: #F0F0F0;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
.text-box-toc li {
	width: 100%;
	list-style-type: none;
}

.text-box-toc li a {
	display: block;
	margin: 0px;
}
.text-box-section-group .text-box-section {

}
ol.text-box-toc {	
	padding: 0px;  
}
.text-box-toc li a.js-selected, .text-box-toc li a.a11y-focus, .text-box-toc li a:active, .text-box-toc li a:focus {
    color: #000000;

}


#sitemap .links li li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../img/icons/mobile-sprites.png");
    background-origin: padding-box;
    background-position: 30px 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 45px;
}
#sitemap .links li li li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../img/icons/mobile-sprites.png");
    background-origin: padding-box;
    background-position: 60px 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 75px;
}
#sitemap .links li { 
    background-image: url("../img/bgs/dotted-line.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-origin: padding-box;
    border-style: none;
    margin: 0px;
    padding: 0px;
}

/* Nav global toggle */  
#nav-global-menu-toggle:before {
    left:-10px;
}
#nav-global-menu-toggle {
	display: block;
    position: absolute;
    font-size: 2.5em;
    top: 7px;
    right: 15px;
}
#social-media {
    float: left;
    height: 50px;
    position: relative;
    left: 0px;
    display: none;
}
#search-box {
    width: 260px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#nav-global li {
    width: 100%;
}
#logo {
    padding-left: 0px;
    display: block;
    height: auto;
    width: 100%
}
/*
* BOOTSTRAP-MIN
*/
.collapse {
    display: none !important;
}
.collapse.in {
    display: block !important ;
}
/*
* BANNER
*/
#stage #swf-banner #title,
#stage #swf-banner img,
#stage #swf-banner {
    display:none;
}
/*
* HOMEPAGE CONTENT
*/
.swf-program-grid-item,
#swf-festival-glance .glance {
    width:100%;
}
#stage > div { 
	margin: 0 auto;
}

/*
About SWF
*/
.multi-column-item  {
    display: block;
    padding: 0px 15px 15px 15px;
    width: 100%;
}
.subtitle-spacing {
    display: none;
}

/*year round program */
#main .teaser h2 {
	float: none;
	width: 95%;
    margin-left: 15px;
    font-size: 2em;
}
#main .teaser img {
    max-width: 100%;
    width: 100%;
    float: none;    
}
#main .teaser p {
    padding: 15px;
    width: 95%;
    margin-left: 0;
}
/*
PROGRAM DETAILS
*/

#authorEventList .displayColumn, #programDetails .detailedInfoColumn,
#authorEventList .displayColumn-2 {
    border: 0;
    width: 100%;
}
#authorEventList .displayColumn-2 {
	margin-left: 0;
}
#authorDetails .rightColumn, #programDetails .rightColumn {
    width: 100%;   
}
#authorDetails .leftColumn, #programDetails .leftColumn {
    display: block;
    width: 100%;
    margin: 0;
}
#authorEventList, #detailedProgramInfo, #authorPortFolioList {
    margin-left: 0px;
    width: 100%;
}
img.programImage {
    width: 100%;
}
.topBorder  {
    margin: 15px 0;
}
.dtstart {
    display: block;
}
/*
PROGRAM LISTING
*/

.swf-program-filter #filter-dates-desktop {
	display: none;
}
.swf-program-filter #filter-dates-mobile {
	display: block;
}

#filter-dates-mobile select {
	font-size: 1em;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	width: 100%;
}

.swf-program-filter .program-filter-group {
    width: 100%;
}
#view-changer {
    display: none;
}
#swf-calendar {
    display: none;
}
#swf-program-grid {
    display: block;
}
#authorEventList .imageColumn {
    width: 25px;
}
#authorPortFolioList {
    width: 100%;
    margin: 0 auto;
    padding-left: -5px;
}
#equalize {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
}
#authorList .displayColumn, #authorPortFolioList .displayColumn {
    margin-left: -10px;
    margin-right: -15px;
}
#authorList {
    margin-left: 0px;
}
.swf-program-grid-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 0px 5px 15px;
}
.swf-program-grid-item a {
    width: 40%;
    float: left;
    padding: 2px;
}
div .swf-program-grid-item-title {
    font-size: 1.2em;
    width: 58%;
    float: right;
    padding-top: 0px;
}    
div .swf-program-grid-item-datetime, div .swf-program-grid-item-venue, div .swf-program-grid-item-programtype  {
    background-image: none;
    width: 58%;
    float: right;
    padding-left: 0px;
    font-size: 0.9em
}
.swf-program-grid-item .price-tag {
    display: block;
    width: 180px;
    float: left;
}
.swf-program-grid-item .price-tag .price {
    width: 40%;
    float: left;
}
    

/*
AUTHOR LIST
*/

#authorList #alphabet-desktop  {
	display: none;
}
#authorList #alphabet-mobile {
	display: block
}

#alphabet-mobile select {
	font-size: 1em;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	width: 95%;
    margin-left:2.5%;
}

/*
FORM
*/
.form-row .form-item-ml {
    width: 100%;
    margin-top: 6px;
}
.form-row .form-item-ml input {
    width: 100% ;
}
#swf-venues > div {
    display: block;
    width: 100%;
}
.swfTicketGuidePage .swfTicketType, .swfTicketGuidePage .swfTicketInfo, .swfTicketGuidePage .swfLinkInfo {
    float: none;
    width: 100%;
}
.swfTicketGuidePage .displayRow h3 {
    float: left;
    width: 40%;
    margin-top: 0px;
}
.swfTicketGuidePage .displayRow p {
    width: 60%;
    margin-left: 40%;
}

#pageDetails #topBanner {
	background-color: transparent;
	position: relative;
}

#pageDetails > div {
	margin: 0 auto;
}

#authorDetails .leftColumn, 
#authorDetails .rightColumn, 
#authorEventList .displayColumn, 
#programDetails .leftColumn, 
#programDetails .rightColumn, 
#programDetails .detailedInfoColumn,
#relatedProgramList .displayColumn, 
.form-wrapper fieldset.swfForm, 
.swf-media {
	padding: 0;
}

#relatedProgramList .displayColumn {
	margin: 0;
}

#topBanner .nextPrevButtons  {
	padding: 0.7em 0.7em;
}

#pageDetails h1 {
    padding: 0px;
}

#pageDetails #topBanner .rightAlign {
    float: none;
}
.swf-program-filter .program-filter-dates {
    border-bottom: none;
}
#filter-dates-mobile select {
    padding: 1em;
    width: 95%;
}
.swf-photo-index .swf-media {
    width: 95%;
    margin-left: 2.5%;
}
.swfTicketGuidePage {
    margin: 0px 15px;
}
.textRedColor {
    margin: 0px;
    padding: 0px;
}
#utter .programTime {
    width: 95%;
}
#pageDetails #topBanner .innerContainer {
    padding: 0px;
}

/*
TEXT & IMAGE
*/
.text-section p {
	display: inline-block;
}

/* start IMAGE ROTATOR */
.overlay-text span {
	font-size: 0.8em;
	line-height: 0.5em;
}
#stage .rotator-header#rotator-title {
	font-size: 1.5em;
}
#stage .rotator #period {
	font-size: 0.9em;
}
/* end IMAGE ROTATOR */

/*NACSWF-596*/
/* Navigation menu */
#nav-global-menu-toggle {
    display: block;
    position: absolute;
    font-size: 2.5em;
    top: 7px;
    right: 7px;
    width: 52px;
    height: 52px;
    text-align: center;
	z-index:99991;
	color: #000000;
}

#nav-global-menu-toggle:before {
    /*content: "\f0c9";*/
    font-family: FontAwesome;
    font-size: 100%;
    vertical-align: middle;    
}

#nav-global-menu-toggle:before
#nav-global, .navbar{
    width: 100%;
}

#nav-global{
    padding: 10px;
}

ul.global-nav-lv1 {
    display: none !important;
    z-index: 9999;
}

.searchbar .pull-right{
    width:100%;
}

/* Navigation Menu Slide for Mobile*/
.navbar-mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #DDDDDD;
    z-index: 9999;
    border-right: 0px solid #CCCCCC;
    padding: 0;
    font-size:120%;
    overflow:scroll;
    
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
}

.navbar-default #searchbar{
	display:none;
}

.navbar-mobile ul.global-nav-lv1{
	display:block !important;
	width:90%;
	margin: 0 auto;
	float:none;
	padding:0px;
	margin-top:50px;
}

li.global-nav-lv1 {
    float: none;
    display: block;
    margin: 0;
    color: #FFF;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #BBB;
    padding:10px 0;
}

.navbar-mobile li.global-nav-lv1{
	height:auto;
	text-align:left;
}


.navbar-mobile li.global-nav-lv1 span,
.navbar-mobile li.global-nav-lv1 a span,
.navbar-mobile li#navmeta-mobile.global-nav-lv1 a {
    color: #000000;
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
	font-weight:bold;
}

.navbar-mobile li#navmeta-mobile.global-nav-lv1 a {
	font-size: 77%;
}

.navbar-mobile a.navbar-mobile-close{
	display:none;
}

.navbar-mobile a.navbar-mobile-close:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 2em;
    vertical-align: middle;
    color: #FFF;
    position:absolute;
    right:20px;
    top:20px;
}

#navmeta-mobile #nav-meta {
    display: block;
    text-align: left;
    margin-left: -15px;
    color: #000;
}

.navbar-mobile li#navmeta-mobile.global-nav-lv1 ul li a {
    vertical-align: initial;
}

#navmeta-mobile #nav-meta li:after {
    font-size: inherit;
}

#navmeta-mobile #nav-meta li:first-child {
	padding-left: 15px;
}

#navmeta-mobile #nav-meta li {
	padding-left: 10px;
}

.navbar {
	width: 100%;
}

/* Sub menu */
ul.global-nav-lv2{
	position:static;
	overflow:hidden;
	background:transparent;
	border-bottom:0 none;
	box-shadow:none;
}

div.global-nav-lv2{
	width:100%;
}

.navbar-mobile .global-nav-lv2 .column .item, .navbar-mobile .global-nav-lv2 .column .item2{
	width:100%;
	float:none;
}

.navbar-mobile .global-nav-lv2 .column .item a, .navbar-mobile .global-nav-lv2 .column .item2 a{
	padding:0.75em 0 0.25em;
	color:#000000;
	font-size:0.75em;
	font-weight:bold;
}

.navbar-mobile .global-nav-lv2 .column .description{
	padding: 1px 0 0.5em 0;
	font-size:0.75em;
}

.navbar-mobile .global-nav-lv2 .column .item .subtitle {
   color: #888;
   display: block;
   padding: 1.5em 1.25em 0em 0em;
   text-transform: uppercase;
   font-size: 1em;
   font-weight: bold;
}

.navbar-mobile  .global-nav-lv2 .column .item2child {
   	display: inline-block;
   	vertical-align: top;
   	width: 100%;
}
.global-nav-lv2 .column .item-group-long,
.global-nav-lv2 .column .item-group-short {
	width: 100%;
}

.navbar-mobile .global-nav-lv1 .dropdown-backdrop {
	z-index:-1;
}