/*   
Theme Name: BP Festival Template - Contact
Theme URI: http://brakemedia.com
Description: Based on the Fall 2014 Blueprint Festival Templates
Author: Craig Benzan
Version: 1
*/


@import url(http://fonts.googleapis.com/css?family=Montserrat);
/*
font-family: 'Montserrat', sans-serif; - Header text
font-family: ### - body text

*/

/* 
	\\\ COLORS ///
	ACCENT COLOR : 00FFFF
*/

@-moz-document url-prefix() { /* target FIREFOX only */
	
}

/* 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;
}
ol, 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;
}

/* WP Specific Styles */

.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* WP Blog Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #999;
	font-size: 8pt;
	font-style: italic;
}

/* PAGE NAVI restyling */

.wp-pagenavi {
	float: right;
	margin: -25px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 6px 2px;
	margin: 0 0 0 2px;
	color: #efefe7;
	background-color: #777773;
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #434340;
	color: #FFF;
}

/* PREV-NEXT STYLING */
.prev_next_arrows {
	position: absolute;
	top: 30px;
	left: 50%;
}
.prev_next_arrows .prev_next.button {
	padding: 0 6px;
	margin: 0 5px;
}
.prev_next_arrows .button {
	margin: 0 5px;
}
.prev_next_arrows i {
	font-size: 14pt;
	line-height: 21px;
	vertical-align: top;
}


/* general */

.clear { clear: both; }
.clearfix { font-size: 0; line-height: 1px; margin: 0;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix, *:first-child+html .clearfix { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

input, textarea {
	-webkit-border-radius: 0px !important;
	-webkit-appearance: none;
}

body {
	color: #FFF;
	font-family: 'Helvetica', Arial, serif;
	background-color: #000;
	font-size: 10pt;
}
p, table {
	font-size: 10pt;
	line-height: 1.4em;
	margin-bottom: 10px;
}
img {
	max-width: 100%;
	height:auto;
	-ms-interpolation-mode:bicubic;
}
	.map_holder img { /* reset for google map close button fix */
		max-width: none;
	}
a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
a:hover {
	color: #00FFFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
	a[href^=tel]{
		color:#FFF;
		text-decoration:none;
	}
	
	

.menu_holder { /* holds the content_slider overlay menus */
	position: absolute;
	left: 690px;
	top: -470px;
	width: 100px;
}
	.menu_holder#events_section {
		left: 0;
		top: -430px;
		width: 940px;
		text-align: center;
	}
	.menu_holder#c2a_section {
		left: auto;
		right: 10px;
		top: -430px;
		width: auto;
	}
a.slider_link, a.slider_link_download {
	background-color: RGBA(255,255,255,0.55);
	/*background-image:url(images/bg_texture_1.png);*/
	height: 30px;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	float: left;
	font-weight: 400;
	font-size: 10pt;
	color: #000;
	cursor: pointer;
	width: 100px;
}
a.slider_link:hover, a.slider_link#current, a.slider_link_download:hover {
	background-color: RGBA(255,255,255,1.0);
}
a.slider_link_download {
	margin-top: 10px;
}
a.slider_link_download.mobile {
	display: none;
}
	a.slider_link#current {
		cursor: default;
	}
	.menu_holder#events_section a.slider_link {
		background-color: transparent;
		background-image: none;
		padding: 0 0 6px;
		margin: 0 10px;
		width: auto;
		border-bottom: 4px solid RGBA(0,0,0,0);
		font-size: 10pt;
		float: none;
		display: inline;
		vertical-align: top;
	}
	.menu_holder#c2a_section a.c2a_back {
		background-color: transparent;
		padding: 0 0 6px;
		margin-right: 20px;
		width: auto;
		border-bottom: 4px solid RGBA(0,0,0,0);
		font-size: 10pt;
	}
	.menu_holder#events_section a.slider_link {
		color: #000;
	}
	.menu_holder#events_section a.slider_link:hover, .menu_holder#events_section a.slider_link#current, .menu_holder#c2a_section a.c2a_back:hover {
		background-color: transparent;
		color: #000;
		padding-bottom: 2px;
		border-bottom-color: #000;
	}
		
.button {
	height: 2em;
	line-height: 2.2em;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	background-color: RGBA(255,255,255,0.30);
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 10pt;
	text-transform: uppercase;
}
	.button:hover, .button#current {
		background-color: #FFF;
	}
	.button#current {
		cursor: default;
	}
.button.solid {
	background-color: #FFF;
}
	.button.solid:hover {
		background-color: #000;
		color: #FFF;
	}
.button.ol {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 8pt;
	margin-top: 8px;
}
	.button.ol:hover, .button.ol#current {
		background-color: #FFF;
		color: #000;
	}
		
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #000;
	background-color: rgba(255,255,255,0.85);
	padding: 6px 10px;
	color:#000;
	font-size:8pt;
	max-width: 200px;
	font-weight: 700;
}

.divider {
	background-color: #FFF;
	height: 2px;
	width: 80px;
	margin: 1.5em auto;
}
.anchor {
	display: block;
	visibility: hidden;
	height: 120px;
	width: 100%;
	margin-top: -120px;
}

/* headlines */

h2, h3, h4, h1, .title {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
	.content_wrap.page h1, h2 {
		margin-bottom: 12px;
	}
	.longbottom {
		margin-bottom: 1em !important;
	}
	.longtop {
		margin: 24px 0 0 0 !important;
	}
	h2 {
		line-height: 1.3em;
	}
.header_ul {
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}
.header_ul::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 2px;
	width: 80px;
	border-bottom: 2px solid #FFF;
	margin-left: -40px;
}

.white {
	color: #FFF;
}
.red {
	color: #FF0004;
}
.normal {
	font-weight: 400;
}
.semi {
	font-weight: 600;
}
.bold, strong {
	font-weight: 700;
}
.light {
	font-weight: 300;
}
.large {
	font-size: 20pt;
	letter-spacing: 1pt;
}
.medium {
	font-size: 16pt;
}
	.medium p {
		font-size: 11pt;
		line-height: 1.6em;
	}
.italic, em {
	font-style: italic;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.capitalize {
	text-transform:capitalize;
}
.center {
	text-align: center;
}
.center_align {
	margin-left: auto;
	margin-right: auto;
}

.fa { /* font-awesome */
	font-size: 14pt;
	display: inline-block;
	height: auto;
	width: auto;
	line-height: 1em;
}

/* mobile elements */
.mobile_msg {
	background-color: rgba(255,255,255,0.60);
	color: #000;
	border-radius: 10px;
	position: absolute;
	top: 9px;
	right: 60px;
	padding: 0 12px 0 15px;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
}
	#media .mobile_msg {
		background-color:  rgba(255,255,255,0.60);
		color: #000;
		top: 2px;
	}
	#gallery_wrap .mobile_msg {
		background-color:  rgba(255,255,255,0.60);
		color: #000;
		position: relative;
		border-radius: 10px;
		display: inline-block;
		top: auto;
		right: auto;
		border-radius: 0;
		margin-top: 2px;
		border: 1px solid #000;
		font-size: 9pt;
	}
.mobile_msg i#bigger {
	font-size: 14pt;
	vertical-align: middle;
}
.mobile_msg i {
	font-size: 14pt;
	vertical-align: middle;
}
.button#show_thumbs {
	font-size:9pt;
	height:20px;
	line-height:20px;
	margin-top:4px;
	display: inline-block;
	border: 1px solid #e21a23;
}
.header_image {
	margin-bottom: -3px;
}
.section_image {
	margin: 12px 0 20px;
}

/* AJAX */

.loader { /* ajax loader animation */
	width: 32px;
	height: 32px;
	padding: 4px;
	display: none;
	background: url(images/ajax-loader.gif) no-repeat;
	background-position: center center;
	background-color: #FFF;
	border-radius: 24px;
	position: absolute;
	top: -300px;
	left: 50%;
	margin-left: -20px;
}

/* SCROLLBARS */

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	border-radius: 0;
	background-color: #FFF;
	width: 5px;
	box-shadow: 0 0 2px RGBA(0,0,0,.25);
}
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:1.0 !important;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.3);
	filter:"alpha(opacity=30)"; -ms-filter:"alpha(opacity=30)"; /* old ie */
	border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 3px;
}


/* content holders */

.home .row {
	text-align: center;
}
.row {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	padding: 0;
	position: relative;
	background-color: #000;
	margin-bottom: -2px;
}
	.row.outer {
		padding: 0;
	}
	.row#header_img {
		width: 100%;
		padding: 0;
		margin-top: 120px;
	}
.header {
	display: none;
	position: fixed;
	height: 175px;
	top: 0;
	left: 0;
	z-index: 100000;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}
.mobile_overlay {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: url(images/raster.png);
}
.bg_color {
	background-color: #00FFFF;
}
.bg_white_trans {
	background-color: rgba(255,255,255,0.50);
	color: #000;
}
.bg_white_trans#tickets {
	background-color: #8F8F8F;
}
.home .bg_white_trans#tickets {
	background-color: rgba(255,255,255,0.50);
}

.bg_black {
	background-color: #000;
}

.content_slider_holder {
	overflow: hidden;
	position: relative;
}
	.content_slider_holder#artists {
		/*min-height: 470px;*/
		padding: 0;
	}
.content_slider {
	display: inline-block;
	position: absolute;
	height: auto;
	left: 0;
	top: 0;
	padding: 0;
}
.content_slider_item {
	display: inline-block;
	float: left;
}
.content_w_bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: inline-block;
}
.just_bg, .splash_bg {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
}
.video_row {
	padding: 0;
}
.content_wrap {
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
	.content_wrap.add_pad {
		padding: 50px 0;
	}
	/*.content_wrap.page {
		padding: 20px;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}*/
	.content_wrap#header {
		text-align: center;
		height: 175px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.content_wrap#footer_content {
		text-align: center;
		padding: 30px 0 12px;
		height: auto;
	}
	.content_wrap#artists_section {
		display: inline-block;
		padding: 20px 0 0;
	}
.single_wrapper {
	margin: 15% auto 0;
	float: none;
	display: block;
}
.inset {
	width: 100%;
	padding: 6px 30px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* HEADER */


.menu_sticky_holder {
	position: fixed;
	top: 0;
	width: 100%;
	height: 120px;
	text-align: center;
	z-index: 1000;
	margin-bottom: 120px;
	box-shadow: 0 0 15px #000;
	border-bottom: 1px solid #00FFFF;
}
	.home .menu_sticky_holder {
		display: none;
	}
	@-moz-document url-prefix() { /* target FIREFOX only */
		.menu_sticky_holder {
			position: relative;
			margin-bottom: 0;
		}
		.home .menu_sticky_holder {
			position: fixed;
			margin-bottom: 120px;
		}
		#header_img.row {
		    margin-top: 0;
		}
	}
#header .logo {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -87px;
	width: 174px;
}
	#header .logo img {
		min-width: 100%;
		max-width: 100%;
		height: auto;
	}
#header .menu.mobile { /* separate menu for mobile phones only */
	display: none;
}
.menu ul {
	display: inline-block;
	padding:0; 
	top: 50%;
}
.menu ul#left {
	margin-right: 100px;
	position: absolute;
	right: 50%;
}
.menu ul#right {
	margin-left: 100px;
	position: absolute;
	left: 50%;
}
.menu li {
	display: inline-block;
	font-size: 11pt;
	text-transform: uppercase;
	padding: 0 12px;
	letter-spacing: 1px;
}
.menu a {
	
}
.menu a:hover, .menu a#current {
	color: #00FFFF;
}
#header .social {
	float: right;
	margin: 12px 25px 0 0;
}
.social ul {
	list-style-type:none;
	display:inline-block;
	padding: 0;
	margin:0;
}
.social ul li {
	display:inline-block;
	padding: 0;
}
.social ul li a {
	text-decoration: none;
	line-height: 1em;
}
.social a.hash {
	font-size: 8pt;
	vertical-align: middle;
	margin-right: 6px;
}

#header .address {
	margin: 12px 0 0 10px;
	float: left;
	font-size: 9pt;
	text-align: left;
	line-height: 1.5em;
}
#header .hours {
	margin: 12px 10px 0 0;
	float: right;
	font-size: 9pt;
	text-align: right;
	line-height: 1.5em;
}

.copyright {
	font-size: 8pt;
	margin: 0 auto;
	padding-top: 18px;
	text-align: center;
}	

/* TICKETS */
.tickets_text {
	margin-right: 30px;
	font-size: 16pt;
	vertical-align:  middle;
}
#tickets .button {
	padding: 0 30px;
	margin-right: 20px;
}

/* ARTISTS */ 

.row#artists_page {
	/*display: inline-block;*/
}	
.events_list_holder {
	margin: 15px auto 0;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
ul.event_list {
	margin: 0 auto;
	padding: 0;
	width: auto;
	display: inline-block;
}
ul.event_list li, .events_list_holder div {
	/*width: 16.6%;
	height: 170px;
	width: auto;
	height: auto;*/
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-size:cover;
}
.events_list_holder div a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: rgba(0,0,0,0.70);
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.events_list_holder div a:hover {
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.event_list li img.artist_img, .events_list_holder div img.artist_img{
	min-width:100%;
}
ul.event_list li table, .events_list_holder div table {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
	ul.event_list li table:hover, .events_list_holder div table:hover {
		opacity: 1.0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
ul.event_list li table td, .events_list_holder div table td {
	padding: 0;
	margin: 0;
	background-color: rgba(0,0,0,0.70);
	vertical-align: middle;
	text-align: center;
}
ul.event_list li td img, .events_list_holder div td img {
	max-width: 90%;
}

/* ARTISTS SINGLE */
.img_holder {
	float: left;
	margin: 0 20px 100px 0;
}
.artist_info {
	text-align: left;
	padding: 0;
}
.artist_info .artist_logo {
	max-width: 150px;
}
.artist_info h1 {
	font-size: 18pt;
	margin: 0 8px 12px 0;
	display: inline-block;
	max-width: 450px;
}
.artist_info h2 {
	font-size: 11pt;
	margin-bottom: 12px;
}
.artist_info h2.date {
	display: block;
	margin: 10px 0 10px;
	font-size: 10pt;
}
.artist_links {
	float: right;
	text-align: right;
	margin: 5px 15px 5px 5px;
}
.artist_links a {
	display: block;
	line-height: 1.2em;
	font-size: 10pt;
}
.artist_text {
	font-size: 10pt;
	margin-top: 8px;
	line-height: 1.2em;
	display: block;
}

.inner .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .inner .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #e21a23;
	box-shadow: none;
}

/* EVENT INFO */

.artists_list {
	margin: 6px 0 12px;
}
.artists_list li {
	line-height: 1.3em;
}
.text_block {
	width: 50%;
	float: left;
	margin: 10px 0 20px;
	padding: 0 0 0 100px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* LOCATION ROW */
#location table {
	width: 100%;
}
#location table td {
	padding: 120px 0;
	text-align: center;
	vertical-align: middle;
}
#location table td .button {
	font-size: 16pt;
	padding: 0 40px;
	margin: 0;
}
#location table td .button:hover {
	background-color: rgba(255,255,255,0.5);
}

/* LOCATION PAGE */

.acf-map {
	margin: 20px 0 50px;
	width: 100%;
	height: 350px;
}
.acf-map h2, .acf-map p {
	color: #000;
	line-height: 1.1em;
}
.acf-map h2 {
	margin-bottom: 6px;
}
.acf-map .gm-style div div div div div img {
	width: auto !important;
	height: auto !important;
	top: 0 !important;
	left: 0 !important;
}

/* TICKETS */

.text_block#tickets {
	width: 44%;
	height: 325px;
	padding: 24px;
	margin: 3%;
	position: relative;
	border: 2px solid #FFF;
}
.text_block#tickets .button_holder {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.text_block#tickets .button {
	font-size: 13pt;
	margin: 0;
}
.ticket_type {
	display: inline-block;
	margin: 3px 0;
	width: 100%;
}
	.ticket_type:last-of-type {
		margin-bottom: 12px;
	}
.ticket_title {
	float: left;
	width: 80%;
}
	.red .ticket_title {
		text-decoration:line-through;
	}
.ticket_price {
	float: right;
}
.text_block#tickets p {
	line-height: 1.2em;
}
.text_block#tickets ul {
	list-style: disc;
	line-height: 1.2em;
	margin-left: 1.4em;
}

/* SPONSORS */

.sponsors {
	width: 100%;
	display: inline-block;
	margin: 12px 0;
	text-align: center;
}
.sponsor {
	max-width: 100px;
	margin: 0 18px;
	display: inline-block;
}
.sponsor img {
}


/* BANNER */
/*#slider_wrapper {
	margin: 0 auto;
	width: 700px;
	height: 260px;
	position: relative;
}
.camera_wrap {
	width: 100%;
}
#slider_wrapper .camera_caption {
	position: absolute;
	top: 0;
	left: 0;
}
#slider_wrapper .camera_caption img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.camera_wrap .camera_pag .camera_pag_ul {
	max-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: auto;
	right: auto;
	bottom: -25px;
	left: 0;
	width: 100%;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background-color: rgba(226, 26, 35, 100);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background-color: rgba(226, 26, 35, 100);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: rgba(226, 26, 35, 0.4);
}*/


/* GALLERIES */
#galleries_page .content_wrap {
	padding: 20px 0;
	height: 410px;
}
#gallery_page_header {
	margin: 20px auto;
}
.loader#galleries_section {
	top: 190px;
	left: 290px;
}
#gallery_holder_wrapper {
	margin:20px auto 30px
}
.gallery_holder {
	margin: 10px auto 0;
	width: 700px;
	position: relative;
}
.gallery_holder h2 {
	text-align: left;
	margin-bottom: 10px;
}
.gallery_holder .fotorama__wrap .fotorama__nav-wrap {
	display: none;
	margin-top: -68px;
}
.gallery_holder#cat_page .fotorama__wrap .fotorama__nav-wrap {
	display: block;
	margin-top: 0;
}
.fotorama--wp {
	margin: 0 !important;
}
.gallery_holder .fotorama__wrap .fotorama__nav {
	background-image: url(images/bg_foto_thumbs.png)
}
#slideshow_controls {
	color: #FFF;
	position: absolute;
	top: 8px;
	right: 40px;
	display: block;
}
#slideshow_controls span {
	font-size: 7pt;
	text-transform: uppercase;
	margin-right: 8px;
	float: left;
	line-height: 20px;
}
#slideshow_controls div {
	margin-right: 6px;
	cursor: pointer;
	float: right;
}
#slideshow_controls div i {
	display: inline-block;
	width: 20px;
	height: 20px;
}
#slideshow_controls #stop {
	display: none;
}

/* 	FOOTER */

#footer {
	margin-bottom: -1.3em;
	border-top: 1px solid #00FFFF;
}
#footer .column {
	padding: 0;
	text-align: center;
	min-height: 180px;
	margin: 0;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
}
#footer #left, #footer #center, #footer #right {
	position:relative;
}
#footer #center {
	width: 50%;
}
#footer #right, #footer #left {
	width: 25%;
}
#footer #right {
	float: right;
	margin: 0;
}
.footer_text {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.footer_text h2, .footer_text h1, .footer_text p {
	margin: 0 0 3px;
}
.footer_text h2 {
	font-size: 12pt;
}
.footer_text p {
	font-size: 8pt;
}
#footer .column .sponsors {
	position: absolute;
	bottom: 0;
	width: 100%;
}
	#left .sponsors {
		text-align: right;
	}
	#right .sponsors {
		text-align: left;
	}
.#footer .column .sponsors .sponsor {
	max-width: 50%;
}
.footer_logo_main {
	margin: 12px auto;
	max-width: 174px;
	display: inline-block;
}
#footer .social {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 2px;
	text-align: right;
}
#footer .social .hash {
	display: block;
	margin: 0 0 6px 0;
}
.mobile_footer_logo {
	display: none;
	margin: 15px 0 0;
	text-align: center;
}
.mobile_footer_logo td {
	width: 50%;
	vertical-align: middle;
	height: auto;
}
.mobile_footer_logo td#left_logo {
	border-right: 2px solid #000;
}
.mobile_footer_logo td#right_logo {
	border-left: 2px solid #000;
}
.clearfix#mobile_footer_clear {
	display: none;
}

/* FAQ */

p.faq {
	margin-bottom: 1.5em;
}
p.faq#faq1 {
	margin-top: 50px;
}

