@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	background-color:#FFF;
	background-image: url(img/bkg_pattern.gif);
	background-size: 100px 100px;
	
}
strong {
	font-weight: 500;
}

	
.content-teaser {
	width:100%;
	height: auto;
	margin:auto;
	background-image: url(img/teaser_bkg.gif);
	background-repeat: no-repeat;
	background-size: 4000px 800px;
	background-position: top center;
	position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.content-teaser img {
	width:100%;
	max-width: 1200px;
	height:auto;
	margin-bottom: 30px;
	
}

.content-images {
	width:100%;
	max-width: 1890px;
	height: auto;
	margin:auto;
	margin-top: 675px;
}
.content-images img {
	width:600px;
	height:600px;
	float: left;
	margin: 15px 15px 15px 15px;
}

.footer {
	width:100%;
	height: auto;
	margin:auto;
	margin-top: 40px;
	padding: 40px 0px 30px 0px;
	min-height: 110px;
	background-color:#443736;
}
.content-footer {
	width:850px;
	height: auto;
	margin:auto;
}

.coll-credits {
	width:425px;
	float: left;
	height: auto;
	margin:auto;
}

.credits{
	font: 17px/23px 'Roboto', sans-serif;
	font-weight: 300;
	text-align:center;
	color: #968e8d;
	text-transform:uppercase;
}
.credits a {
	text-decoration:none;
	color: #968e8d;
}
.credits a:hover {
	text-decoration:none;
	color: #FFF;
}
#text-noir{
	color: #443736;
}
#legend{
	font: 12px/17px 'Roboto', sans-serif;
	font-weight: 300;
	padding: 0px 20px 20px 20px;
}
.socicon-instagram:before a {
	color:#FFF;
  text-decoration:none;
}
.socicon-facebook:before a {
	color:#FFF;
  text-decoration:none;
}
.socicon-linkedin:before a {
	color:#FFF;
  text-decoration:none;
}
.socicon-twitter:before a {
	color:#FFF;
  text-decoration:none;
}
.socicon {
	font-size:23px;
}
.st-custom-button {
	font-size: 18px;
   background-color: #e3564c;
   display: inline-block;
   padding: 11px;
	margin: 10px 4px 4px 4px;
   cursor: pointer;
	border-radius: 22px;
   color: #fff;
   }



#show-desktop {
	display:block;
}
#show-mobile {
	display:none;
}
.spacer-clear {
	clear: both;
}
.spacer-10 {
	height: 10px;
}


@media screen and (max-width: 1890px) {
	
	.content-images {
	max-width: 1260px;
}
}

	@media screen and (max-width: 1260px) {
	
	.content-images {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		padding: 0px 60px 0px 30px;
}
.content-images img {
	width:100%;
	height:auto;
	float: none;
	padding-bottom: 10px;
}
	
}

@media screen and (max-width: 1200px) {
	
	
.content-teaser {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	background-image: none;
}
			
#show-desktop {
	display:none;
}
#show-mobile {
	display:block;
}
		
			.content-footer {
	width:100%;
}

.coll-credits {
	width:100%;
	max-width: 300px;
	float: none;
	margin-bottom: 30px;
}
		.content-teaser {
			position: inherit;
    z-index: inherit;
			
}
		.content-images {
	margin-top: -120px;
}
	
}
	
		
@media screen and (max-width: 767px) {
	
	.content-teaser img {
	margin-bottom: 0px;
	
}
	.footer {
	padding-bottom: 10px;
}
	
	.content-images {
		padding: 0px 30px 0px 0px;
		margin-top: -50px;
}
.content-images img {
	padding-bottom: 0px;
	margin-bottom: -5px;
}
	
	
	}

