body, html {
	line-height: 1.4;
    font-size: 1em;
    -webkit-text-size-adjust: 1em;
    -ms-text-size-adjust: 1em; 
	font-family: Lato, sans-serif;
	color: #434C55;
	overflow-x: hidden;
	box-sizing: border-box;
	background: url(../image/dark_geometric.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: block;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
	font-weight: 400;
    text-transform: uppercase;
}
	h1 span {
		font-weight: 700 !important;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
  border-bottom: 1px dotted #FFF;
  outline: none;
}
h2 a,
h3 a,
#announcement a,
a#menu,
a#gallery_pager,
a#extend_photos,
.galerie_images a,
.image_teaser a,
#navigation_bar span a,
#action_bar a,
.facebook_interaction a,
a img {
  border-bottom: none !important;
}
a[href^="mailto:"]:before {
/*  content: "✉";
  margin-right: .2em;*/
}
b, strong {
  font-weight: 700;
}

#announcement a {
  padding-right: 2px;
}
#announcement a:before {
  content: "\F14C";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0 2px;
}

#header_container {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: fixed;
	width: 100%;
	top: 0px;
	right: 0px;
	height: 44px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	z-index: 25;
}

	#header_inner_container {
		position: relative;
	}

/* OVERLAY */

#overlay {
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: #000;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 29;
	display: none;
}
	#overlay a {
		display: block;
		width: 100%;
		height: 100%;
	}

/* TOPBAR */

#navigation iframe {
	border:none; 
	overflow:hidden; 
	width:200px; 
	height:21px; 
	position: absolute; 
	top: 12px; 
	left: 50%; 
	margin-left: -80px;
}

a#menu {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	height: 43px;
	line-height: 2.75;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

	#logo {
		width: 88px;
		height: 88px;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 50;
	}

		#logo img {
			position: absolute;
			top: 10px;
			right: 10px;
			max-width: 90%;
			top: 8px;
			right: 13px;
		}

/* ANNOUNCEMENT */

#page_container.hint {
	padding-top: 0px;
}

#announcement {
	background: #FFFFFF;
	border-bottom: 1px solid #333;
	padding: 10px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-top: 44px;
	color: #333;
}
	#announcement b {
		text-transform: uppercase;
		font-weight: 600;
		line-height: 1.5;
	}

	#announcement p {	
		font-size: 0.875em;
		line-height: 1.25;
	}

/* PAGE CONTAINER */

#page_container {
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: url(../image/dark_geometric.png);
	color: #FFFFFF;
	padding-top: 44px;
	position: relative;
}

/* CONTENT BOX */

#content {
	padding: 10px;
}
		.content_box {
			background: #353535;
			margin-bottom: 40px;
			overflow: hidden;
		}

			.content_box:last-child {
				margin-bottom: 0px;
			}

				.inner_content_box {	
					padding: 15px;
          
				}

					.inner_content_box p
					{	
						margin: 0 0 1em 0;
					}
                    .inner_content_box p.downloadbox {
                    
                    }
                    .inner_content_box p.downloadbox a {
                        background: rgba(0,0,0,.2);
                        text-align: center;
                        margin: .5em 0;
                        padding: .5em 0;
                        display: block;
                        width: 100%;
                        border: none;
                    }
                    .inner_content_box p.downloadbox img {
                      vertical-align:middle;
                    }
                    .inner_content_box p.date
					{	
						margin-top: 10px;
						font-size: 1.125em;
						line-height: 1.125em;
					}
					.inner_content_box h2,
                    .inner_content_box h3
					{
						font-size: 1.5em;
						text-transform: uppercase;
						font-weight: 900;
						margin: 10px 0px 10px 0px;
						line-height: 1.25;
					}
                    .inner_content_box h3 {
  						font-size: 1.20em;
    					text-transform: none;
					}
                    .inner_content_box ul,
					.inner_content_box ol {
						list-style-position: outside;
						margin: 0 0 1em 1em;
					}
					.inner_content_box li {
						margin: 0 0 .25em 0;
					}
                    .galerie_images ul,
                    .galerie_images li {
                      margin: 0;
                    }

/* EVENTS*/	



.event_image img {
	max-width: 100%;
	width: 100%;
	vertical-align: bottom;
}

.event_content .facebook_interaction{
	float: right;
}

.facebook_interaction ul {
	list-style: none;
}

.facebook_interaction ul li {
	/*float: left;*/
	padding: 2px 5px;
	margin-left: 5px;
	background-color: #3b5999;
}
.facebook_interaction ul li i {
	margin-right: 2px;
}

.facebook_interaction ul li a {
	display: block;
}

/* GALERIE OVERVIEW*/



.galerie_content ul {
	list-style: none;
	overflow: hidden;
}

.galerie_content ul li {
	float: left;
	width: 33.33%;
	max-width: 33.33%;
}

.galerie_content ul li img {
	width: 100%;
	max-width: 100%;
}

/* PHOTOSTREAM */

.photostream .inner_content_box {
	padding: 15px 13px 15px 13px;
}

	.photostream p {
		font-size: 1em;
	}

	.photostream h1 {
		font-weight: 700 !important;
		text-transform: uppercase;
	}

	.photostream .image_teaser {
		padding: 2px 2px 2px 2px;
		position: relative;
	}

		.photostream .image_teaser a img {
			width: 100%;
			max-width: 100%;
			vertical-align: bottom;
		}
a#gallery_pager,	
a#extend_photos
{
	display: block;
	text-align: center;
	background: rgba(0,0,0,.1);
	padding: 5px;
	margin-top: 10px;
}
a#gallery_pager {
    margin-top: 0;
}
.top_views {
	position: absolute;
	bottom: 2px;
	right: 2px;
	background: rgba(255,255,255,0.2);
}

	.top_views span {
		padding: 5px 10px;
	}

		.top_views span .icon-eye-open {
			margin-right: 5px;
		}

.Collage {
	padding: 0px 2px 0px 2px;
}

    .Collage img {
        margin:0;
        padding:0;
        display:inline-block;
        vertical-align:bottom;
        opacity:1;
    }

    .Image_Wrapper{
        opacity:0;
    }
    #backlog
    {
    	display: none;
    }

/* PHOTODETAIL */

.photodetail {			
	width: 100%;
	height: 100%;
	padding: 0 !important;
}

	.photo {
		width: 100%;
		text-align: center;
		display: none;
	}

		.photodetail #loader {
			position: fixed;
			top: 45%;
			left: 50%;
			margin-left: -37px;
		}

		.photodetail .photo img {
			max-height: 100%;
			max-width: 100%;
			vertical-align: bottom;
		}
.photo_actionbar_wrapper {
    margin-left: 0 !important;
}
#action_bar {
	position: fixed !important;
	bottom: 0 !important;
	width: 100% !important;
    margin-left: auto !important;
    right: auto !important;
    display: none;
}

	#action_bar ul {
		list-style: none;
		background-color: rgb(255,255,255,0.2);
	}

		#action_bar ul li {
			float: left;
			display: block;
			height: 44px;
			text-align: center;
			line-height: 2.75;
		}

			#action_bar ul li a {
				display: block;
				color: #FFFFFF;
				text-decoration: none;
			}

		.overview, .like {
			width: 15%;
			max-width: 15%;
		}

		.overview {
			background-color: #333;

		}

		.like {
			background-color: #3B5999;
		}

		.back, .forward {
			width: 35%;
			max-width: 35%;
			background-color: #999;
		}

		.back {
			-webkit-box-shadow: inset -1px 0px 0px rgba(255,255,255,0.2); /* webkit browser*/ 
			-moz-box-shadow: inset -1px 0px 0px rgba(255,255,255,0.2);	/* firefox */ 
			box-shadow: inset -1px 0px 0px rgba(255,255,255,0.2);
		}

		.forward {
			-webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.2); /* webkit browser*/ 
			-moz-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.2);	/* firefox */ 
			box-shadow: inset 1px 0px 0px rgba(0,0,0,0.2);
		}

/* PHOTODETAIL LOADING ANIMATION */

#circleG {
	width:87.5px;
}

.circleG {
	background-color:#333;
	float:left;
	height:19px;
	margin-left:10px;
	width:19px;
	-moz-animation-name:bounce_circleG;
	-moz-animation-duration:1.9500000000000002s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-border-radius:13px;
	-webkit-animation-name:bounce_circleG;
	-webkit-animation-duration:1.9500000000000002s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-border-radius:13px;
	-ms-animation-name:bounce_circleG;
	-ms-animation-duration:1.9500000000000002s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-border-radius:13px;
	-o-animation-name:bounce_circleG;
	-o-animation-duration:1.9500000000000002s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-border-radius:13px;
	animation-name:bounce_circleG;
	animation-duration:1.9500000000000002s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	border-radius:13px;
}

#circleG_1{
	-moz-animation-delay:0.39s;
	-webkit-animation-delay:0.39s;
	-ms-animation-delay:0.39s;
	-o-animation-delay:0.39s;
	animation-delay:0.39s;
	margin-left: 0px;
}

#circleG_2{
	-moz-animation-delay:0.9099999999999999s;
	-webkit-animation-delay:0.9099999999999999s;
	-ms-animation-delay:0.9099999999999999s;
	-o-animation-delay:0.9099999999999999s;
	animation-delay:0.9099999999999999s;
}

#circleG_3{
	-moz-animation-delay:1.1700000000000002s;
	-webkit-animation-delay:1.1700000000000002s;
	-ms-animation-delay:1.1700000000000002s;
	-o-animation-delay:1.1700000000000002s;
	animation-delay:1.1700000000000002s;
}

@-moz-keyframes bounce_circleG {
	0%{}
	50%{background-color:#FFFFFF}
	100%{}
}

@-webkit-keyframes bounce_circleG {
	0%{}
	50%{background-color:#FFFFFF}
	100%{}
}

@-ms-keyframes bounce_circleG {
	0%{}
	50%{background-color:#FFFFFF}
	100%{}
}

@-o-keyframes bounce_circleG {
	0%{}
	50%{background-color:#FFFFFF}
	100%{}
}

@keyframes bounce_circleG {
	0%{}
	50%{background-color:#FFFFFF}
	100%{}
}

/* NAVIGATION */

#navigation_container {
	width: 250px;
	background: #353535;
	position: absolute;
	z-index: 30;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	top: 0px;
	left: -320px;
	bottom: 0px;
	color: #FFFFFF;
	-webkit-box-shadow: 2px 0px 10px #000;	/* webkit browser*/
	-moz-box-shadow: 2px 0px 10px #000;	/* firefox */
	box-shadow: 2px 0px 10px #000;
	-webkit-overflow-scroll: touch !important;
}

	#navigation_inner_container {
		overflow-y: auto !important;
		overflow-x: hidden !important;
		-webkit-overflow-scroll: touch !important;
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		width: 250px;
		position: relative;
		z-index: 35;
	}

		#navigation_inner_container #navigation_logo {
			border-bottom: 1px solid rgba(0, 0, 0, .2);
			width: 250px;
			text-align: center;
			padding: 20px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-moz-box-shadow: 0px 1px 0 0px rgba(255, 255, 255, .1);
		    -webkit-box-shadow: 0px 1px 0 0px rgba(255, 255, 255, .1);
		    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, .1);
		}

			#navigation_inner_container #navigation_logo img {
				max-width: 100%;
			}

			#navigation_bar {
				height: 44px;
				border-bottom: 1px solid rgba(255, 255, 255, .1);
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				-moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .2);
			    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .2);
			    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .2);
			}

				#navigation_bar span a {
					height: 43px;
					width: 43px;
					line-height: 2.688;
					text-align: center;
					display: block;
					float: right;
					text-decoration: none;
					color: #FFFFFF;
					border-left: 1px solid rgba(255, 255, 255, .1);
					-moz-box-shadow: -1px 0px 0px rgba(0, 0, 0, .2);
				    -webkit-box-shadow: -1px 0px 0px rgba(0, 0, 0, .2);
				    box-shadow: -1px 0px 0px rgba(0, 0, 0, .2);
				}

	#navigation_inner_container ul li {
		position: relative;
	}

		#navigation_inner_container ul li a
		{
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid rgba(255, 255, 255, .1);
			padding: 10px 15px;
			text-transform: uppercase;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .2);
		    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .2);
		    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .2);
		    font-weight: 700;
		}

		#navigation_inner_container ul li .arrow {
			width: 16px;
			height: 16px;
			border-top: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid transparent;
			border-left: 8px solid #FFFFFF;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			position: absolute;
			right: 10px;
			top: 15px;
			cursor: pointer;
		}
        #navigation_inner_container ul li.fb_link a i.icon-external-link {
            float:right;
            vertical-align:baseline;
            line-height: 1.6em;
        }

			#navigation_inner_container ul li ul {
				display: none;
				background: #555;
				-moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, .1);
			    -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, .1);
			    box-shadow: inset 0px -1px 0px rgba(255, 255, 255, .1);
			}

				
			    #navigation_inner_container ul li ul li a {
			        border-bottom: none;
			        -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
		            -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
		            box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
		            font-weight: 400;
			    }

img#bg {
  display: none;
}