/*#fullPage * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}   */
.ui-header {
	height: 60px !important;
	background: black !important;
	
}

.contentBox h1, .contentBox h2, .contentBox h3, .contentBox h4, .contentBox h5, .contentBox h6 {
    text-transform:uppercase;
    font-family:'Oswald', sans-serif;
    margin-top: 0px;
}
a, a:visited, a:active, a:hover {
    color: white;
    text-decoration: none;
}


.ui-bar-a {
/*	border: 1px solid #222 !important;*/
}

.ui-content-bg1{
    background: url(../../img/mobile/bg_1.jpg) !important;    
}
.ui-content-bg2{
    background: url(../../img/mobile/bg_2.jpg) !important;    
}
.ui-content-bg3{
    background: url(../../img/mobile/bg_3.jpg) !important;    
}
.ui-content {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; 
}
	.contentBox {
		background-color: rgba(0, 0, 0, 0.8);
		padding: 10px;
		margin: 0 -10px;
	}
	
.headerLogo {
	position: relative;
	height: 60px;
	top: -10px;
}

.ui-icon {
    background-color: transparent !important;
    box-shadow: none !important;
}

.ui-collapsible-inset {
    margin: 0;
}
.ui-corner-all {
    border-radius: 0;
}

#header {
    
}
    #menuIcon {
        position: absolute;
        width: 20px;
        height: 17px;
        left: 8px;
        top: 8px;
        padding: 10px;    
    }

#left-panel {
    background-color: #444351;
    color: white;
    font-family: 'Tahoma', 'Verdana', sans-serif !important;
    text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
    -moz-box-shadow: inset -4px 0 8px            rgba(0,0,0,.4);
    -webkit-box-shadow: inset -4px 0 8px         rgba(0,0,0,.4);
    box-shadow: inset -4px 0 8px                 rgba(0,0,0,.4); 
    position: fixed;
    overflow-x: auto;
    height: 100% !important;           
}

    #left-panel .divider {
        padding-left: 0 !important;
        background-image: -webkit-gradient(linear, left top, left bottom, from( #404146 /*{a-body-background-start}*/), to( #2E2F33 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient( #404146 /*{a-body-background-start}*/, #2E2F33 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
        background-image:    -moz-linear-gradient( #404146 /*{a-body-background-start}*/, #2E2F33 /*{a-body-background-end}*/); /* FF3.6 */
        background-image:     -ms-linear-gradient( #404146 /*{a-body-background-start}*/, #2E2F33 /*{a-body-background-end}*/); /* IE10 */
        background-image:      -o-linear-gradient( #404146 /*{a-body-background-start}*/, #2E2F33 /*{a-body-background-end}*/); /* Opera 11.10+ */
        background-image:         linear-gradient( #404146 /*{a-body-background-start}*/, #2E2F33 /*{a-body-background-end}*/);         
        background: #404146;
        border-bottom: 1px solid #1a1a1a;
        -moz-box-shadow: inset -4px 0 8px            rgba(0,0,0,.4);
        -webkit-box-shadow: inset -4px 0 8px         rgba(0,0,0,.4);
        box-shadow: inset -4px 0 8px                 rgba(0,0,0,.4);          
    }
    #left-panel a, #left-panel a:visited, #left-panel a:active, #left-panel h3 {
        color: white;
        font-weight: normal !important;
        font-family: 'Tahoma', 'Verdana', sans-serif !important;
        font-size: 16px !important;
        text-decoration: none;
    }
    #left-panel .innerMenu {
        background: #31313b;
        -moz-box-shadow:    inset 0px 0px 14px        rgba(0,0,0,.4);
        -webkit-box-shadow: inset 0px 0px 14px        rgba(0,0,0,.4);
        box-shadow:         inset 0px 0px 14px        rgba(0,0,0,.4);          
    }

    #left-panel .menuIcons{
        position: absolute;
        width: 17px;
        height: 17px;
        top: 14px;
        left: 8px;    
    }
    #left-panel .menuCollapsible{
        position: absolute !important;
        top: 0;
        left: -26px;
        z-Index: 30px;
    }    
    #left-panel a {
        padding-left: 34px;
    }
    #left-panel .ui-btn,
    #left-panel .ui-btn-inner {
        border: 0px !important;
    }
    
    #left-panel .ui-collapsible-heading .ui-btn-inner {
        padding: 0.7em 40px 0.7em 0px;
        overflow: visible;
    }
    #left-panel .ui-collapsible-heading .ui-btn-inner span {
        display: inline-block;
    }
    #left-panel .menuOffline {
        color: #e33832 !important;
        text-align: left !important;
        padding-left: 32px !important;
    }
    
#footer {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}    

.formSuccess img{
    margin-right: 10px;
    float: left;
}
.formSuccess {
    background: rgba(133, 188, 59, 0.4);
    border: 1px solid rgba(133, 188, 59, 1);
    padding: 10px;
    margin-bottom: 10px;
    display: none;
}

span.error {
    display: block;
    color: red;
}

#gettinghere p {
    margin: 0px 0 15px;
}
#gettinghere h4 {
    padding: 5px 0 5px;
    margin: 0;
}
#googleMap {
    width: 100%;
    height: 200px;
    border: 1px solid #333;
    color: #333;
    margin-bottom: 20px;
} 
    #gcity, #gstreet {
        background: #eee;
        border: 1px solid #dadada;
        margin: 2px;
        width: 100px;
    }
    #gstreet {
        width: 160px;
    }
    
#calendar .event {
    padding-bottom: 40px;
}
    #calendar .event .eventFlyer{
        width: 100%;
        min-height: 100px;
        position: relative;
        float: left;
        border: 1px solid #333;
        margin: 0 0px 10px 0;
        padding: 0px; 
    } 
        #calendar .event .eventFlyer img{ 
            width: 100%;
            margin: 0 0 -4px;
        }
        #calendar .event .eventFlyer .eventTitle, #calendar .event .eventFlyer .eventDate, #calendar .event .eventFlyer .eventTicket {
            position: absolute;
            height: auto;
            right: 0px;
            padding: 0 20px 0 12px;
            margin: 0;
            text-align: right;
            font:27px 'Oswald', sans-serif;
            font-style: italic;
            background: rgba(30,30,30,0.7);             
            text-shadow: 0px 1px 1px #333;
            color: #fff;                                                             
        }
        #calendar .event .eventFlyer .eventTitle {
            bottom: 31px;             
        }
        #calendar .event .eventFlyer .eventDate {
            bottom: 75px;
            font-size: 18px;               
        }
        #calendar .event .eventFlyer .eventTicket {
            bottom: 5px;
            font-size: 15px;                 
        }
    #calendar .event span {
        display: inline-block;
    }  
#about img {
    width: 100%;
    border: 1px solid #333;
}   
        
#galleryEvents {
    list-style: none;     
    padding: 0;
    margin: 0 0 10px 6px;           
}   
    #galleryEvents li { 
        padding:  12px 10px 12px;
        margin: 8px 0 8px;
        height: 55px; 
        position: relative;    
    }
        #galleryEvents li .headline {
            margin: 6px 0 0;
            width: 60%;
            overflow: hidden;
            white-space: nowrap;
            text-transform:uppercase;
            font:16px 'Oswald', sans-serif;
        }
        #galleryEvents li .galleryImageWrapper {
            display:inline-block;
            position: relative;
            height: 55px;
            width: 80px; 
            overflow: hidden;
            border: 1px solid #333;
            margin: 0 14px 0 0;  
            float: left;                     
        }
            #galleryEvents li .galleryImageWrapper img.galleryImage {
                z-Index: 30;
                position: absolute;
                width: 80px;
                top: 0px;
                left: 0px;
                cursor: pointer;                           
            }
        #galleryEvents li span.ui-icon {
            position: absolute;
            display: inline-block;
            right: 10px;
            top: 30px;
        }     
        #galleryEvents li span.date{ 
            color: rgba(174,249,100,1);
        } 
        
#galleryEvent .date {
    font-size: 16px;
    color: rgba(133, 188, 59, 1);
}
#galleryEvent .headline {
    font-size: 18px;
    margin: 0 0 3px;
}        
        
#galleryEvent ul { list-style: none; padding: 0; margin: 0; }
#galleryEvent ul:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#galleryEvent ul li { float: left; width: 33.33333333%; }
#galleryEvent ul li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
#galleryEvent ul li img { display: block; width: 100%; height: auto; }         

#faq .ui-btn-text {
    white-space: normal;
}