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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
  	box-sizing: border-box;
	display: block;
	color: #FFF;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
  	box-sizing: border-box;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
	padding: 5px 10px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    background-color: rgba(51,51,51,1);
}
	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#gallery_pager,
a#extend_photos,
.galerie_images a,
a img,
.facebook_interaction a,
#action_bar a {
  border-bottom: none !important;
}
#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;
}
#container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
  position: relative;
}

/* NAVIGATION */

#navigation_container {
	display: block;
	float: left;
	width: 220px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

#navigation_inner_container {
	position: fixed;
	width: 220px;
	height: 100%;
	top: 0px;
	z-index: 20;
	background: #353535;
	color: #FFFFFF;
}

#navigation_inner_container #navigation_logo {
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		width: 220px;
		text-align: center;
		padding: 50px 10px;
		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 span a {
	display: none;
}

#navigation_inner_container ul li {
	position: relative;
	list-style: none;
}

#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;
    background-color: rgba(255,255,255,0);
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    -ms-transition: background-color .4s;
    transition: background-color .4s;
}
#navigation_inner_container ul li:hover a,
#navigation_inner_container ul li:focus a,
#navigation_inner_container ul ul li:hover a,
#navigation_inner_container ul ul li:focus a,
#navigation_inner_container ul li.fb_link:hover a,
#navigation_inner_container ul li.fb_link:focus a {
    background-color: rgba(255,255,255,.1);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}
#navigation_inner_container ul ul li:hover a,
#navigation_inner_container ul ul li:focus a {
    background-color: rgba(0,0,0,.05);
}
#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 .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 ul {
	display: none;
	background: #444;
	-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.expanded ul
{
	display: block;
}

#navigation_inner_container ul li.expanded .arrow
{
	border-top: 8px solid #FFFFFF;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	right: 14px;
	top: 19px;
}

				
#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;
}

/* MAIN */

#page_container,
body.width #page_container {
  height: 100%;
  margin: 60px auto 0 240px;
  top: 0;
  width: 1024px;
}
    body.width .photodetail .photo img {
      max-width: 1024px;
    }
#action_bar {
	width: 1024px;
	min-width: 280px;
	display: none;
}
@media only screen and (max-width:1920px){
    body.width #page_container,
    body.width #action_bar {
      width: 1640px;
    }
    body.width .photodetail .photo img {
      max-width: 1640px;
    }
}
@media only screen and (max-width:1800px){
    body.width #page_container,
    body.width #action_bar {
      width: 1520px;
    }
    body.width .photodetail .photo img {
      max-width: 1520px;
    }
}
@media only screen and (max-width:1680px){
    body.width #page_container,
    body.width #action_bar {
      width: 1400px;
    }
    body.width .photodetail .photo img {
      max-width: 1400px;
    }
}
@media only screen and (max-width:1600px){
    body.width #page_container,
    body.width #action_bar {
      width: 1280px;
    }
    body.width .photodetail .photo img {
      max-width: 1280px;
    }
}
@media only screen and (max-width:1440px){
    body.width #page_container,
    body.width #action_bar {
      width: 1150px;
    }
    body.width .photodetail .photo img {
      max-width: 1150px;
    }
}
@media only screen and (max-width:1400px){
    body.width #page_container,
    body.width #action_bar {
      width: 1100px;
    }
    body.width .photodetail .photo img {
      max-width: 1100px;
    }
}
@media only screen and (max-width:1330px){
    body.width #page_container,
    body.width #action_bar {
      width: 1000px;
    }
    body.width .photodetail .photo img {
      max-width: 1000px;
    }
}
@media only screen and (max-width:1280px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 900px;
    }
    body.width .photodetail .photo img {
      max-width: 900px;
    }
}
@media only screen and (max-width:1140px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 770px;
    }
    body.width .photodetail .photo img {
      max-width: 770px;
    }
}
@media only screen and (max-width:1024px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 680px;
    }
    body.width .photodetail .photo img {
      max-width: 680px;
    }
}
@media only screen and (max-width:920px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 600px;
    }
    body.width .photodetail .photo img {
      max-width: 600px;
    }
}
@media only screen and (max-width:850px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 510px;
    }
    body.width .photodetail .photo img {
      max-width: 510px;
    }
    .inner_content_box h2 {
      font-size: 1.8em !important;
    }
}
@media only screen and (max-width:768px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 455px;
    }
    body.width .photodetail .photo img {
      max-width: 455px;
    }
    .inner_content_box h2 {
      font-size: 1.8em !important;
    }
}
@media only screen and (max-width:710px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 410px;
    }
    body.width .photodetail .photo img {
      max-width: 410px;
    }
    .inner_content_box h2 {
      font-size: 1.8em !important;
    }
}
@media only screen and (max-width:640px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 340px;
    }
    body.width .photodetail .photo img {
      max-width: 340px;
    }
    .inner_content_box h2 {
      font-size: 1.6em !important;
    }
}
@media only screen and (max-width:610px){
    body.width #page_container,
    body.width #action_bar,
    #page_container,
    #action_bar {
      width: 280px;
    }
    body.width .photodetail .photo img {
      max-width: 280px;
    }
    .inner_content_box h2 {
      font-size: 1.4em !important;
    }
}
.home #page_container {
  margin: 60px 0 0 0;
  clear: right;
  float: right;
  width: 35%;
  min-width: 310px;
}

.full_image #page_container
{
	width: 100% !important;
	padding-left: 220px !important;
	margin-left: 0px !important;
}
.full_image #page_container .photodetail .photo
{
	text-align: center;
	overflow: hidden;
}
.full_image #page_container .photodetail .photo img
{
	max-width: 100% !important;
	display: inline;
}
.full_image #page_container #action_bar
{
	position: fixed;
	width: 176px;
	min-width: 0px !important;
	top: 20px;
	left: 50%;
	margin-left: 22px;
}
.full_image #page_container #action_bar li
{
	width: 88px !important;
	background: transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.full_image #page_container #action_bar li i
{
	text-shadow: 0px 0px 1px #333;
	font-size: 22px;
}
.full_image #page_container #content
{
	margin-bottom: 0px !important;
}

#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: 10;
}

#header_inner_container {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
	}

/* OVERLAY */

#overlay a {
	display: none;
}

/* TOPBAR */

#navigation {
	width: 940px;
}

#navigation iframe {
	border:none; 
	overflow:hidden; 
	width:135px; 
	height:21px; 
	position: absolute; 
	top: 12px;
	right: 0px; 
}

a#menu {
	display: none;
}

#logo img {
	display: none;
}

/* ANNOUNCEMENT */

#announcement + #page_container.hint {
	margin-top: 10px;
}
#page_container.photodetail {
  margin-top: 0;
}
#announcement {
  background: rgba(255,255,255,.85);
  padding: 10px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 60px 0 0 240px;
  color: #333;
}
.home #announcement {
  right: 0;
  float: right;
  width: 35%;
  min-width: 310px;
}

#announcement b {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5;
}

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

/* CONTENT BOX */

#content {
	padding: 10px 0;
	margin-bottom: 10px;
}

.home .content_box {
    background-color: rgba(51,51,51,.85);
}
.content_box {
    background-color: rgba(51,51,51,1);
	margin-bottom: 40px;
	overflow: hidden;
}

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

.inner_content_box {	
	padding: 15px 15px 15px 15px;
    word-break: normal;
}

.inner_content_box p.date {	
  	margin-top: 10px;
	font-size: 1.125em;
	line-height: 1em;
    text-transform: uppercase;
/*    float: left;
    display: inline-block;*/
}
.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 {	
	margin: 0 0 1em 0;
}

.inner_content_box h2,
.inner_content_box h3 {
	font-size: 2.0em;
	text-transform: uppercase;
	font-weight: 900;
	margin: 10px 0px 10px 0px;
	line-height: 1.25;
  clear: both;
}
.inner_content_box h3 {
  	font-size: 1.25em;
    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;
}
span.highlight {
  padding: 0 3px;
}
span.highlight1 {
  padding: 0 3px;
  font-weight: 800;
}
span.highlight2 {
}
span.highlight3 {
  font-weight: 800;
}
span.highlight4 {
  font-size: 140%;
}
span.highlight5 {
  font-size: 140%;
  font-weight: 800;
}
span.highlight6 {
  font-size: 140%;
}
span.highlight7 {
  font-size: 140%;
  font-weight: 800;
}
span.highlight8 {
  padding: 0 3px;
  font-size: 140%;
  font-weight: 800;
}


p.area_info {
  width: 45%;
  float:left;
  display: inline-block;
}
p.area_image {
  float: left;
  width: 55%;
  min-width: 330px;
  text-align: right;
}
.area_image img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

/* EVENTS*/	


.home .event_content .event_image {
  display:none;
}

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

.event_content .facebook_interaction{
	/*padding: 15px;*/
  	margin-top: 5px;
	float: right;
}

.facebook_interaction ul {
	list-style: none;
}

.facebook_interaction ul li {
	float: left;
	padding: 2px 5px;
	margin-left: 5px;
	background-color: rgba(59,89,151,1);
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    -ms-transition: background-color .4s;
    transition: background-color .4s;
}
.facebook_interaction ul li:hover,
  .facebook_interaction ul li:focus  {
	float: left;
	padding: 2px 5px;
	margin-left: 5px;
	background-color: #3b5999;
    background-color: rgba(74,102,161,1);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}
.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%;
}

/* VIDEO LOUNGE */

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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 p.date {
       font-weight: 700 !important;
       background-color: rgba(51,51,51,1);
       padding: 0 10px;
       margin-bottom: -5px;
    }
	.photostream .image_teaser {
		padding: 2px;
		position: relative;
	}

		.photostream .image_teaser a img {
			width: 100%;
			max-width: 100%;
			vertical-align: bottom;
		}
		.photostream .image_teaser a {
			border: none;
		}
a#gallery_pager,
a#extend_photos,
.inner_content_box p.downloadbox a
{
	display: block;
	text-align: center;
	background: rgba(0,0,0,.3);
	padding: 5px;
	margin-top: 10px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    -ms-transition: background-color .4s;
    transition: background-color .4s;
}
a#gallery_pager {
  margin-top: 0;
}
a#gallery_pager:hover,
a#gallery_pager:focus,
a#extend_photos:hover,
a#extend_photos:focus,
.inner_content_box p.downloadbox a:hover,
.inner_content_box p.downloadbox a:focus
{
    background-color: rgba(255,255,255,.1);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}
.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: 54px;
		}

		.photodetail .photo img {
			max-height: 100%;
			max-width: 100%
			vertical-align: bottom;
      		display:block;
		}
.photo_actionbar_wrapper {
	height: 100%;

  position: relative;
}
#action_bar {
  position: relative;
}
    #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%{}
}

img#bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img#bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
@media screen and (max-width: 1010px) {
	p.area_image {
	  width: 100%;
	  min-width: 100%;
	}
	p.area_info {
	  width: 100%;
	}
}