/*!
 * MonaDavisStyles 2.0
 * http://andreashelmle.de/
 * Copyright 2014, Andreas Helmle
 * Date: Thu Nov 6 2014
 */


@font-face {
    font-family: 'festivo_lcinline';
    src: url('../fonts/ahmet_altun_-_festivolc-inline-webfont.eot');
    src: url('../fonts/ahmet_altun_-_festivolc-inline-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ahmet_altun_-_festivolc-inline-webfont.woff') format('woff'),
         url('../fonts/ahmet_altun_-_festivolc-inline-webfont.ttf') format('truetype'),
         url('../fonts/ahmet_altun_-_festivolc-inline-webfont.svg#festivo_lcinline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'festivo_lcbasic';
    src: url('../fonts/ahmet_altun_-_festivolc-basic-webfont.eot');
    src: url('../fonts/ahmet_altun_-_festivolc-basic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ahmet_altun_-_festivolc-basic-webfont.woff') format('woff'),
         url('../fonts/ahmet_altun_-_festivolc-basic-webfont.ttf') format('truetype'),
         url('../fonts/ahmet_altun_-_festivolc-basic-webfont.svg#festivo_lcbasic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'festivo_lcmini';
    src: url('../fonts/ahmet_altun_-_festivolc-mini-webfont.eot');
    src: url('../fonts/ahmet_altun_-_festivolc-mini-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ahmet_altun_-_festivolc-mini-webfont.woff') format('woff'),
         url('../fonts/ahmet_altun_-_festivolc-mini-webfont.ttf') format('truetype'),
         url('../fonts/ahmet_altun_-_festivolc-mini-webfont.svg#festivo_lcmini') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #333;
-webkit-font-smoothing: antialiased;
	font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
	
	text-align: center;
	visibility: hidden;
overflow:hidden;
}

/*-----SCROLLER----- */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #2E2A2A;
} 



/*-----Containers----- */

#content-wrapper {
width: 100%;
position: relative;
}

#example-wrapper {
	height: 100%;
position: relative;
}

.scrollContainer {
	overflow-y: hidden;
	overflow-x: hidden;
	width: 100%
}

#scrollContent {
-webkit-tap-highlight-color: rgba(0,0,0,0);
/*-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.slider-wrapper {
width: 900px;
margin: 250px auto 0 auto;
height: 500px;
position: relative;
z-index: 52;
}

#sc-back {
background: rgba(0, 0, 0, 0.29);
width: 980px;
margin: -480px auto 0 -40px;
height: 480px;
position: relative;
z-index: 2;
pointer-events:none;
}

#loading{position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; line-height: 60px; background: #333; color: #FCF3DB; text-align: center; z-index:5000;}
.loading-text {
margin-top:300px;
margin-left:auto;
margin-right:auto;
	font-family: 'festivo_lcinline', impact,georgia,sans-sarif;
	font-size:50px;
	font-weight:normal;
        text-align: center;
	opacity:.8;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

#video_background {
position: relative;
min-width: 100%;
min-height: 100%;
opacity: 1;
z-index:49;
}

#vidplaceholder{
position: relative;
left:0;
top: 0;
width: 100%;
height:auto;
z-index:49;
display:none;
}

#vidplaceholder img{
width:100%;
height:100%;
}

#video_pattern {
background-image: url('../img/noisy-texture.png');
position: relative;
background-size: 6%;
opacity: 0.1;
width: 100%;
height: 100%;
pointer-events: none;
}

#vignette {
background:url('../img/content/vignette900.png') 0 0 no-repeat;
background-size:cover;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: fixed;
z-index: 51;
pointer-events: none;
}

h1 {
	font-size: 78px;
	font-weight: normal;
text-transform:uppercase;
	margin: 0;
	font-family: 'festivo_lcinline', impact,georgia,sans-sarif;
	color: #FCF3DB;
	line-height: 1.2;
letter-spacing:0;
}

h2 {
	font-size: 150px;
	font-weight: normal;
	margin: 0;
	color: #fff;
	padding: 60px;
	font-family: 'festivo_lcinline', impact,georgia,sans-sarif;
}

h3 {
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	color: #FCF3DB;
	font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
		
}

p { font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
font-weight: normal;
margin: 20px auto;
color: #FCF3DB;
}

a, a:visited {
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
color: #C2C2C2;
font-size: 30px;
text-decoration:none;
text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

a:hover {color: #ffffff;}
ul { list-style: none; }

pre { font-size: 15px; }
code { font-style: normal; }
blockquote {
	text-align: left;
	width: 720px;
	margin: 10px auto;
	background: #C5C3DE;
	border: solid 2px #69697A;
	padding: 0 40px;
}

#intro{
height: 100%;
top: 0;
left: 0;
position: relative;
width: 100%;
z-index: 5;
}

#title-info { position: absolute;
z-index: 53;
width: 100%;
margin: 0 auto;
top: 30%;
-webkit-transition-duration: 1.2s;
-moz-transition-duration: 1.2s;
-ms-transition-duration: 1.2s;
-o-transition-duration: 1.2s;
transition-duration: 1.2s;
}

#title-info h1 a{
font-size: 110px;
font-family: 'festivo_lcinline', impact,georgia,sans-sarif;
color: #fff;
margin: 0 auto;
letter-spacing: -2px;
text-shadow: none;
position: relative;
z-index: 53;
font-weight: normal;
width:60%;
cursor: pointer;
-webkit-transition-duration: 1.2s;
-moz-transition-duration: 1.2s;
-ms-transition-duration: 1.2s;
-o-transition-duration: 1.2s;
transition-duration: 1.2s;
opacity: 0.8;
}

#title-info h1 a:hover {
text-shadow: 0px 0px 10px #fff;
}


#title-info h2 {
font-size: 39px;
color: #fff;
margin: -76px auto;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
pointer-events: none;
-webkit-transition-duration: 1.2s;
-moz-transition-duration: 1.2s;
-ms-transition-duration: 1.2s;
-o-transition-duration: 1.2s;
transition-duration: 1.2s;
font-family: 'festivo_lcbasic', georgia,serif;
z-index: 53;
opacity: 0.8;
}

#underline p {
position: relative;
font-size: 37px;
letter-spacing: 2px;
z-index: 54;
text-transform: uppercase;
color: #fff;
font-family: 'festivo_lcmini', Georgia,Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,Gadget,sans-serif;
opacity: 0.8;
}

#underline {
position: absolute;
top: 170px;
z-index: 54;
width: 100%;
margin: 0 auto;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}

#balken {
width: 600px;
margin: 0 auto;
}

#badge{
position: absolute;
z-index: 54;
opacity: 0.5;
display: block;
background: url('../img/content/canne_badge1b.png') 0 0 no-repeat;
background-size: 110px 123px;
width: 110px;
height: 123px;
top: 320px;
float:left;
left:25px;
cursor:pointer;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}

#badge:hover{
box-shadow:2px 2px 9px 5px #fff;
}


#badge2{
position: fixed;
z-index: 54;
opacity: 1;
display: block;
background:rgba(0, 0, 0, 0.81);
width: 400px;
height: 303px;
top: 320px;
float:left;
left:-500px;

}

#badge2:after{
content:'';
position: absolute;
z-index: 54;
opacity: 1;
display: block;
background: url('../img/content/canne_badge2a.png') 0 0 no-repeat;
background-size: 300px 303px;
width: 300px;
height: 303px;
float:left;
left:50px;

}

a.badge-box-close{
float: right;
right:5px;
position:absolute;
font-weight:lighter;
top: 5px;
opacity:0.7;
cursor: pointer;
pointer-events: auto;
color: #fff;
padding: 0;
width: 37px;
height: 37px;
border:1px solid #fff;
}

a.badge-box-close:hover .fa{
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
text-shadow:none;
}


#balken-left {
position: relative;
z-index: 53;
opacity: 0.8;
display: block;
background: url('../img/content/balken.png') 0 0 no-repeat;
background-size: 193px 30px;
width: 193px;
height: 30px;
top: 53px;
margin-left: -67px;
}

#balken-right {
position: relative;
z-index: 53;
opacity: 0.8;
display: block;
background: url('../img/content/balken.png') 0 0 no-repeat;
background-size: 200px 30px;
width: 200px;
height: 30px;
top: 23px;
margin-left: 470px;
}

#raster {
background: url('../img/content/rasterklein.png') 0 0 no-repeat;
background-size: cover;
position: relative;
width: 900px;
height: 400px;
margin: -290px auto;
opacity: 0.5;
}

.team {
	position: relative;
	font-size: 20px;
	margin: -10px auto;
	left:-1%;
	text-align: center;
	font-style: italic;
	color: #C2C2C2;
	z-index:100;
}

#hire {
font-size: 98px;
line-height: 1.2em;
padding-top: 10px;
margin: 10px auto 0 auto;
color: #FFFFFF;
text-shadow: 0px 16px 18px rgba(255, 255, 255, 0.24), 0px -16px 18px rgba(255, 255, 255, 0.24);
text-transform: uppercase;
letter-spacing: 2px;
z-index: 53;
position: relative;

}

#smush-it2 {
padding-top:10px;
z-index:198;

}

.pin-frame { position: absolute; width: 100%; height: 70%; overflow: hidden; }

.pin-frame3 h2 {
font-size: 98px;
line-height: 1.2em;
letter-spacing: 2px;
margin-top: 0;
text-transform: uppercase;
padding: 0;
color: #FFFFFF;
text-shadow: 0px 16px 18px rgba(255, 255, 255, 0.34), 0px -16px 18px rgba(255, 255, 255, 0.34);
z-index: 53;
position: relative;
}

#examples-parallax {
margin-top: 0;
height: 100%;
padding: 0;
display: block;
background: #CEBF98 url('../img/content/desk/d_showcase_blende_blur.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-box-shadow: 2px 2px 20px 0px #333 inset;
box-shadow: 2px 2px 20px 0px #333 inset;
position: relative;
z-index: 4;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#parallax-it {
top: 40px;
padding: 0;
width: 900px;
font-size: 70px;
text-transform: uppercase;
position: relative;
text-align: left;
left: 100px;
z-index: 1;
opacity: 0.5;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#parallax-it-left {
position: relative;
text-transform: uppercase;
background: #613179;
font-size: 120px;
padding: 60px 0;
color: #FFFFFF;
text-shadow: 0px 0px 10px #FFF;
opacity: 0.6;
overflow: hidden;
z-index: 50;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#parallax-it-more {
position: relative;
font-size: 80px;
color: #FFFFFF;
z-index: 50;
opacity: 0.4;
padding: 0;
text-transform: uppercase;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#parallax-it-right-word {
position: relative;
font-size: 100px;
color: #FFFFFF;
opacity: 0.6;
margin-left: -100px;
z-index: 50;
padding: 0;
text-transform: uppercase;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#parallax-it-right {
background: url('../img/content/desk/d_showcase_blende_bg.jpg');
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
position: relative;
color: #FFFFFF;
left: 0;
width: 100%;
height: 900px;
margin: 0 auto;
-webkit-box-shadow: 2px 2px 20px 10px #333;
box-shadow: 2px 2px 20px 10px #333;
overflow-x: hidden;
-ms-overflow-x: hidden;
z-index: 2;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#break2-parallax {
	margin-top: 0;
height: 50%;
display: block;
overflow: hidden;
background: #C65C22 url('../img/content/desk/d_thoughts_blende_bg.jpg') no-repeat center center;
background-size: cover;
}

#break2-it {
top: 40px;
	padding: 0;
	font-size: 80px;
	position: relative;
opacity: 0.4;
text-transform: uppercase;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#break2-it-left {
	position: relative;
	font-size: 120px;
	left: -160px;
	color: #fff;
	opacity: 0.9;
	text-transform: uppercase;
	overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#break2-it-more{
position: relative;
font-size: 80px;
color:#fff;
opacity:0.6;
text-transform: uppercase;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#break2-it-right-word{
position: relative;
font-size: 100px;
color: #fff;
opacity: 0.7;
margin-left: -580px;
text-transform: uppercase;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}


#break2-it-right {
background: #A3620E;
position: relative;
color: #FFFFFF;
margin: 0 auto;
opacity: 0.5;
text-transform: uppercase;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}


#break3-parallax {
margin-top: 0;
height: 50%;
display: block;
overflow: hidden;
background: #C65C22 url('../img/content/desk/d_liquor2_la.jpg') no-repeat center center;
background-size: cover;
text-transform: uppercase;
position: relative;
}

#break3-it {
top: 40px;
	padding: 0;
	font-size: 80px;
	position: relative;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#break3-it-left {
position: relative;
font-size: 120px;
left: -160px;
color: #FFFFFF;
opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=5);
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#break3-it-more {
position: relative;
font-size: 80px;
color: #FFFFFF;
opacity: 0.3;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#break3-it-right-word {
position: relative;
font-size: 100px;
color: #FFFFFF;
opacity: 0.2;
margin-left: -580px;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}


#break3-it-right {
background: #16B8B1;
position: relative;
color: #153634;
margin: 0 auto;
opacity: 0.5;
padding-bottom: 1%;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#examples-parallax2 {
margin-top: 0;
height: 100%;
width: 100%;
padding-bottom: 10%;
position: relative;
overflow: hidden;
background: #C09947 url('../img/content/desk/d_thoughts_bg.jpg') 0 0 no-repeat;
background-size: cover;
z-index: 2;
box-shadow: 2px 2px 20px 10px #333;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#examples-parallax2 p {
margin: -76px auto;
position: relative;
color: #FFFFFF;
padding: 3px 0 3px 0;
text-indent: 4px;
z-index: 52;
font-size: 16px;
letter-spacing: 3px;
text-transform: uppercase;
width: 390px;
border-top: 1px solid rgba(255, 255, 255, 0.38);
border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

#parallax-it-left2 {
font-size: 19px;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
width: 55%;
text-align: left;
line-height: 19px;
margin: 160px auto;
position: relative;
letter-spacing: 1px;
z-index: 201;
color: #fff;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#sheet {
background: rgba(0, 0, 0, 0.65);
width: 90%;
padding: 60px 50px 200px 50px;
text-transform: uppercase;
}

.orange{
color: #D36F21;
}

.fett {
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
font-size: 25px;
}

#pin-frame-wipe {
background: #8D630A url('../img/content/desk/d_portfolio_bg.jpg') 0 0 no-repeat;
background-size: cover;
opacity: 1;
-moz-opacity: 1;
width: 100%;
height: 100%;
padding-bottom: 10%;
box-shadow: 2px 2px 30px 10px #333 inset;
}

#portfolio {
position: relative;
margin: 0 auto;
}

#portfolio h2 {
color: #fff;
font-size: 98px;
text-shadow: 0px 16px 18px rgba(255, 255, 255, 0.34), 0px -16px 18px rgba(255, 255, 255, 0.34);
position: relative;
top: 10px;
margin: 0 auto;
line-height: 1.2em;
letter-spacing: 2px;
z-index: 53;
padding: 0;
text-transform: uppercase;
}

#portfolio p {
margin: -6px auto;
position: relative;
color: #FFFFFF;
padding: 2px 0 2px 0;
z-index: 52;
font-size: 17px;
letter-spacing: 3px;
text-transform: uppercase;
width: 405px;
border-top: 1px solid rgba(255, 255, 255, 0.38);
border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

#showreel {
margin: 0 auto;
max-width: 940px;
top: 60px;
background: rgba(0, 0, 0, 0.5);
position: relative;
padding: 30px;
z-index: 53;

}

#showcase {
height: 100%;
padding-bottom: 12%;
overflow: hidden;
background: #5F4A29 url('../img/content/desk/d_showcase_bg3.jpg') 0 0 no-repeat;
background-size: 100% 100%;
position: relative;
box-shadow: 2px 2px 20px 10px #333;
z-index: 5;
}

#showcase p {
margin: 112px auto;
position: relative;
text-indent: 3px;
color: #FFFFFF;
height: 15px;
padding: 3px 0 3px 0;
z-index: 52;
font-size: 19px;
letter-spacing: 5px;
text-transform: uppercase;
width: 408px;
border-top: 1px solid rgba(255, 255, 255, 0.30);
border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

#bring-it {
top: 130px;
position: relative;
z-index: 52;
color: #FFFFFF;
text-shadow: 0px 16px 18px rgba(255, 255, 255, 0.34), 0px -16px 18px rgba(255, 255, 255, 0.34);
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

#bring-it h1 {
font-size: 98px;
text-transform: uppercase;
margin: 0;
color: #FFFFFF;
line-height: 1.2em;
letter-spacing: 2px;
}

#fly-it3 {
position: relative;
top: 50px;
}

#contactback {
position: relative;
left: 0;
top: 0;
opacity: 1;
-moz-opacity: 1;
width: 100%;
min-height: 100%;
background: #0D8F8F url('../img/content/desk/d_contact_bg.jpg') 0 0 no-repeat;
background-size: 100% 100%;
padding-bottom: 15%;
box-shadow: 2px 2px 20px 10px #333;
}

#contactback p1 {
margin: -16px auto;
position: relative;
color: #FFFFFF;
padding: 2px 0 2px 0;
z-index: 52;
font-size: 16px;
letter-spacing: 4px;
text-transform: uppercase;
width: 340px;
border-top: 1px solid rgba(255, 255, 255, 0.38);
border-bottom: 1px solid rgba(255, 255, 255, 0.38);
display: block;
}

.contactmain {
max-width: 700px;
height: auto;
background: rgba(0, 0, 0, 0.6);
padding: 20px 40px;
margin: 20px auto;
text-align: center;
z-index: 53;
position: relative;
}


/* PLAYCARDS */

.flip-container-club {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 
			float:left;
		}

.flip-container-club p {
margin-bottom: 0;
color: #FFF;
z-index: 1;
text-transform: uppercase;
}

.flip-container-club a {
font-size: 18px;
color: rgb(255, 255, 255);
text-shadow: none;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
}

.flip-container-club a:hover{
color:#1F9FB1;
}



			/* START: Accommodating for IE */
			.loc:hover .back, .flip-container-club.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.loc:hover .front, .flip-container-club.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
		/* END: Accommodating for IE */

.flip-container-club, .front, .back {
width: 235px;
height: 315px;
margin-left: 50px;
margin-right: 40px;
margin-bottom: 20px;
text-align: left;
}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;

		    transition: 0.6s;
		    transform-style: preserve-3d;

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
}

.back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
height: 260px;
top: 30px;
}

		.front .name {
			font-size: 2em;
			display: inline-block;
			background: rgba(33, 33, 33, 0.9);
			color: #f8f8f8;
			font-family: Courier;
			padding: 5px 10px;
			border-radius: 5px;
			bottom: 60px;
			left: 25%;
			position: absolute;
			text-shadow: 0.1em 0.1em 0.05em #333;
			display: none;

			-webkit-transform: rotate(-20deg);
			-moz-transform: rotate(-20deg);
			-ms-transform: rotate(-20deg);
			transform: rotate(-20deg);
		}

		.back-logo {
			position: absolute;
			top: 40px;
			left: 90px;
			width: 160px;
			height: 117px;
			background: url(logo.png) 0 0 no-repeat;
		}

.back-title {
color: #1C96A7;
position: absolute;
top: 40px;
left: 0;
right: 0;
text-transform: uppercase;
font-size: 1.6em;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
}

.back p {
position: absolute;
width: 220px;
font-size: 14px;
font-weight: bold;
bottom: 70px;
text-shadow: 1px 1px 0 #EBDE9C;
left: -20px;
right: 0;
text-align: center;
padding: 0 20px;
}

.front p {
position: absolute;
width: 232px;
line-height: 19px;
font-size: 18px;
bottom: 80px;
left: -20px;
right: 0;
padding: 0 20px;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
}

.loc {
position: relative;
font-size: 14px;
color: #FFFFFF;
margin: 250px auto 0 auto;
font-weight: bold;
text-shadow: none;
text-align: center;
cursor: pointer;
background: #1C96A7;
border: 2px solid #FFFFFF;
text-decoration: none;
outline: none;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.loc:hover {
background: #A2A2A2;
}

.loc-back {
position: relative;
font-size: 14px;
color: #FFFFFF;
margin: 218px auto 0 10px;
font-weight: bold;
text-shadow: none;
text-align: center;
cursor: pointer;
background: #1C96A7;
border: 2px solid #FFFFFF;
text-decoration: none;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
outline: none;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.loc-back:hover {
background: #A2A2A2;
}


.flip-container-club .map {
padding: 3px;
text-decoration: underline;
text-shadow: none;
color: #1F9FB1;
text-transform: uppercase;
position: absolute;
top: 10px;
left: 10px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.flip-container-club .map:hover {
background: #fff;
}

/* PLAYCARDS NASHVILLE */

.flip-container-club-nashville {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 
			clear: left;
height: 200px;
width: 500px;
margin: 10px auto;
position: relative;
		}

.flip-container-club-nashville p {
margin-bottom: 0;
color: #FFF;
z-index: 1;
text-transform: uppercase;

position: relative;
text-align: center;
width: 700px;
line-height: 19px;
font-size: 18px;
top: 25px;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
}

.flip-container-club-nashville a {
font-size: 18px;
color: rgb(255, 255, 255);
text-shadow: none;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
}

.flip-container-club-nashville a:hover{
color:#1F9FB1;
}



			/* START: Accommodating for IE */
			.loc:hover .back2, .flip-container-club-nashville.hover2 .back2 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.loc2:hover .front2, .flip-container-club-nashville.hover2 .front2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
		/* END: Accommodating for IE */

.flip-container-club-nashville, .front2, .back2 {
width: 700px;
height: 200px;
margin: 0 auto;
text-align: center;
}

		.flipper2 {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front2, .back2 {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;

		    transition: 0.6s;
		    transform-style: preserve-3d;

			position: absolute;
			top: 0;
			left: 0;
		}

		.front2 {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
}

.back2 {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
height: 200px;
top: 0;
left:240px;
width:230px;
}

		.front2 .name2 {
			font-size: 2em;
			display: inline-block;
			background: rgba(33, 33, 33, 0.9);
			color: #f8f8f8;
			font-family: Courier;
			padding: 5px 10px;
			border-radius: 5px;
			bottom: 60px;
			left: 25%;
			position: absolute;
			text-shadow: 0.1em 0.1em 0.05em #333;
			display: none;

			-webkit-transform: rotate(-20deg);
			-moz-transform: rotate(-20deg);
			-ms-transform: rotate(-20deg);
			transform: rotate(-20deg);
		}

		.back-logo2 {
			position: absolute;
			top: 40px;
			left: 90px;
			width: 160px;
			height: 117px;
			background: url(logo.png) 0 0 no-repeat;
		}

.back-title2 {
color: #1C96A7;
position: absolute;
top: 10px;
left: 0;
right: 0;
text-transform: uppercase;
font-size: 1.6em;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
}

.back2 p {
position: absolute;
width: 220px;
font-size: 14px;
font-weight: bold;
bottom: 70px;
text-shadow: 1px 1px 0 #EBDE9C;
left: -20px;
right: 0;
text-align: center;
padding: 0 20px;
}

.front2 p {
position: absolute;
width: 700px;
line-height: 19px;
font-size: 18px;
top: 40px;
left: -20px;
right: 0;
padding: 0 20px;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
}

.loc2 {
position: relative;
font-size: 14px;
color: #FFFFFF;
margin: 140px auto 0 auto;
font-weight: bold;
text-shadow: none;
text-align: center;
cursor: pointer;
background: #1C96A7;
border: 2px solid #FFFFFF;
text-decoration: none;
outline: none;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.loc2:hover {
background: #A2A2A2;
}

.loc-back2 {
position: relative;
font-size: 14px;
color: #FFFFFF;
margin: 168px auto 0 -160px;
font-weight: bold;
text-shadow: none;
text-align: center;
cursor: pointer;
background: #1C96A7;
border: 2px solid #FFFFFF;
text-decoration: none;
font-family: 'festivo_lcbasic', Georgia,Impact,sans-serif;
outline: none;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.loc-back2:hover {
background: #A2A2A2;
}


.flip-container-club-nashville .map2 {
padding: 3px;
text-decoration: underline;
text-shadow: none;
color: #1F9FB1;
text-transform: uppercase;
position: absolute;
top: 10px;
left: 10px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.flip-container-club-nashville .map2:hover {
background: #fff;
}


#impressum {
padding-bottom: 15%;
height: 100%;
background: #407562 url('../img/content/desk/d_impressum_bg.jpg') 0 0 no-repeat;
background-attachment: fixed;
background-size: 100%;
box-shadow: 2px 2px 20px 10px #333;
}


#impressum p {
color: #FFF;
margin: 0 auto;
top: 150px;
position: relative;
max-width: 900px;
text-align: left;
padding: 30px;
background: rgba(0, 0, 0, 0.62);
font-size: 16px;
}

#impressum p1 {
margin: -76px auto;
position: relative;
color: #FFFFFF;
padding: 2px 0 2px 0;
z-index: 52;
font-size: 0.9em;
text-align: center;
letter-spacing: 16px;
text-indent: 1px;
text-transform: uppercase;
width: 440px;
border-top: 1px solid rgba(255, 255, 255, 0.38);
border-bottom: 1px solid rgba(255, 255, 255, 0.38);
display: block;
white-space: nowrap;
}

#impressum h2 {
color: #FFFFFF;
text-shadow: 0px 16px 18px rgba(255, 255, 255, 0.29), 0px -16px 18px rgba(255, 255, 255, 0.29);
font-size: 98px;
padding-top: 10px;
z-index: 53;
text-transform: uppercase;
position: relative;
line-height: 1.2em;
letter-spacing: 2px;
}

#impressum a {
color: #D8E9BA;
text-decoration: none;
font-size: 16px;
text-shadow: none;
}

#impressum a:hover{
	color: #fff;
}

#impressum strong {
color: #fff;
font-size: 20px;
}

#dis-box {
display:none;
}

.dis-button{
cursor: pointer;
}

#dis-button p:hover #dis-box{
display:block;
}


#howtouse {
height: 100%;
position: relative;
width: 100%;
background-image: url('../img/tom2.png'),url('../img/franco2.png'),url('../img/raffael2.png'), url('../img/woepf.png'),url('../img/content/desk/d_goodbye1.jpg');
margin-top: 0;
padding-bottom: 25%;
background-repeat: no-repeat;
background-size: 287px auto, 287px auto, 287px auto, 257px auto, cover;
background-position: 30% 200px, 40% 200px, 55% 200px, 65% 200px, top center;
box-shadow: 2px 2px 20px 10px #333;
}

#howtouse h2 {
text-shadow: 0px 12px 10px rgba(255, 255, 255, 0.31), 0px -12px 10px rgba(255, 255, 255, 0.33);
z-index: 53;
position: relative;
top: -40px;
height: 180px;
padding-bottom: 80px;
font-size: 98px;
text-transform: uppercase;
opacity: 0.9;
letter-spacing: 3px;
}

#howtouse img {
margin-top: 90px;
box-shadow: 0px 0px 2px 2px #fff;
background: rgba(0, 0, 0, 0.42);
}

#end{
position:relative;
height:1px;
width:100%;
}

#scrollUp {
bottom: 4px;
right: 146px;
height: 32px;
width: 32px;
opacity: 0.6;
background: url(../img/top.png) no-repeat;
}

#scrollUp:hover {
background-position: 0px -32px;
opacity:1;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#bottom {
position: fixed;
bottom: 0;
left: 0;
z-index: 5000;
min-width: 100%;
font-size: 11px;
line-height: 38px;
color: #DBD6D6;
background: #1B1B1B;
background: rgba(0, 0, 0, 0.57);
}

#bottom-text img {
width: 100px;
height: auto;
top: 5px;
position: relative;
display: inline-block;
cursor:pointer;
}

#bottom #bottom-text{
	max-width: 500px;
overflow: hidden;
display: block;
margin-left: 0;	
}

#bottom a {
color: #A8A6A3;
text-decoration: none;
font-size: 12px;
text-shadow: none;
}

#bottom a:hover{
	color: #fff;
}

#bottom-text img:hover ~ #logo {
margin:-120px auto;
opacity:1;
}

#logo {
background-image: url('../img/Beat-Logo3_klein.png');
background-repeat: no-repeat;
background-position: center;
background-size: 171px 70px;
overflow: hidden;
float: left;
left: 180px;
margin: 0 auto;
position: absolute;
z-index: 52;
width: 171px;
height: 70px;
opacity: 0.8;
-webkit-transition-duration: 1.0s;
-moz-transition-duration: 1.0s;
-ms-transition-duration: 1.0s;
-o-transition-duration: 1.0s;
transition-duration: 1.0s;
pointer-events:none;
}


/* SOCIAL --------------------------------------------------------*/

#social-box{
display:none;
position:fixed;
background:rgba(0, 0, 0, 0.72);
right:2%;
bottom:12%;
height:200px;
width:400px;
color:#fff;
padding:20px;
z-index:53;
}

#social-box p{
font-size:1.5em;
font-family: 'festivo_lcmini', Georgia,Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,Gadget,sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
line-height:2.5em;
color:#fff;
border-top:1px solid #6d6d6d;
margin-left: -20px;
text-shadow:2px 2px 1px #000;
}

#social-box iframe{
height:20px;
width:126px;
opacity:0.8;
margin-top:20px;
position:relative;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}

a.social-box-close{
float: right;
right:-15px;
position:absolute;
font-weight:lighter;
top: 5px;
opacity:0.7;
cursor: pointer;
pointer-events: auto;
color: #fff;
padding: 0;
width: 37px;
height: 37px;
border:1px solid #fff;

}

a.social-box-close:hover .fa{
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
text-shadow:none;
}


#social-box a{
margin-right:20px;
}

#social-box a:hover{
	text-shadow:0 0 8px #fff;
}

iframe#twitter-widget-0.twitter-share-button.twitter-tweet-button.twitter-count-none{

margin-left:5px;
border-left:2px solid #6d6d6d;
padding-left:10px;
opacity:0.6;
}

iframe#twitter-widget-0.twitter-share-button.twitter-tweet-button.twitter-count-none:hover{
opacity:0.8;
}

.social {
position: absolute;
top: -9px;
right: 10px;
display: block;
overflow: hidden;

}

.share{
margin-left:-30px;
}

.social li{
	display: block;
height: 32px;
float: left;
margin-right: 30px;
margin-bottom: 10px;
}

#bottom .social a{
	display: block;
	width: 32px;
	height: 32px;
	margin-top:3px;
opacity:0.6;
color:#fff;
cursor:pointer;
}

#bottom .social a:hover{
	text-shadow:0 0 8px #fff;
opacity:1;
}

.social .youtube{ background: url(../img/youtube_32.png); }

.social .twitter{ background: url(../img/twitter_32.png); }

.social .facebook{ background: url(../img/facebook_32.png); }


#bubbles {
height: 100%;
top: 800px;
position: relative;
display:none;
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.bubble {
width: 200px;
height: 200px;
background: url('../img/bubble3.png');
background-size: cover;
border-radius: 200px;
-moz-border-radius: 200px;
-webkit-border-radius: 200px;
position: absolute;
}

.x1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
    left: 200px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.5;
    -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x3 {
    left: 350px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x4 {
    left: 470px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.35;
    -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x5 {
    left: 150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3; 
    -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -o-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
@-webkit-keyframes moveclouds { 
    0% { 
        top: 500px;
    }
    100% { 
        top: -1100px;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:500px;
    }
}

@-moz-keyframes moveclouds {     
    0% { 
        top: 500px;
    }

    100% { 
        top: -1100px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:500px;
    }
}
@-o-keyframes moveclouds {
    0% { 
        top: 500px;
    }
    100% { 
        top: -1100px;
    }
}

@-o-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:500px;
    }
}

/*  IPHONE STYLINGS--------------------------------------------------------
     ----------------------------------------------------------------*/


@media only screen 
and (min-width : 320px) 
and (max-width : 568px) {


#loading {
width: 100%;
}

.loading-text {
margin-top: 200px;
font-size: 30px;
}

#example-wrapper.scrollContainer .scrollContent {
width: 100%;
height: auto;
}

#wrapper {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
-ms-touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-o-text-size-adjust: none;
text-size-adjust: none;
}

#scroller {
position: relative;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}



#intro {
height: 100%;
top: 0;
left: 0;
position: relative;
width: 100%;
}

#intro img {
width: 100%;
height: auto;
}

#intropic{
width: 100%;
height: 670px;
background: url('../img/content/mobile/gif/anigif_template.gif') top center no-repeat;
background-size: cover;
}

#overlay {
background: url('../img/content/overlay2.png') center center no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
position: fixed;
top: 0;
z-index: 6;
pointer-events: none;
}

#title-info {
width: 100%;
top: 190px;
}

#underline {
top: 63px;
}

#underline p {
font-size: 17px;
letter-spacing: 1px;
}

#balken {
width: 300px;
margin: 0 auto;
}

#balken-left {
background-size: 50px 15px;
width: 50px;
height: 15px;
top: 25px;
margin-left: 7px;
}

#balken-right {
background-size: 50px 15px;
width: 50px;
height: 15px;
top: 9px;
margin-left: 245px;
}

#title-info h2 {
font-size: 18px;
margin: -68px auto;
left: 3px;
}

#title-info h1 a{
font-size: 45px;
}

#raster {
background-size: 100% 100%;
width: 320px;
height: 400px;
margin: -250px auto;
}

/*-----SHOWCASE BLENDE----- */

#examples-parallax {
margin-top: -30px;
height: 568px;
display: block;
overflow: hidden;
background: url('../img/content/mobile/i_showcase_blende_blur.jpg');
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
}

#parallax-it {
font-size: 30px;
left: 20px;
}

#parallax-it-left {
font-size: 50px;
padding: 0;
}

#parallax-it-right {
background: url('../img/content/mobile/i_showcase_blende_bg.jpg') 0 0 no-repeat;
background-size: 100% 100%;
width: 100%;
height: 500px;
}

#parallax-it-right-word {
font-size: 40px;
padding-top: 0;
margin-left: 0;
}

#parallax-it-more {
font-size: 30px;
}

/*-----SHOWCASE----- */

#showcase {
height: 668px;
padding-bottom: 0;
background: #5F4A29 url('../img/content/mobile/i_showcase_bg3.jpg') 0 0 no-repeat;
background-size: 100% 100%;
}

#bring-it {
top: 10px;
}

h1 {
font-size: 42px;
}

#showcase p {
margin: 4px auto;
font-size: 12px;
height: 12px;
letter-spacing: 3px;
width: 320px;
}

.slider-wrapper {
width: 320px;
margin: 150px auto 0 auto;
height: 300px;
}

#sc-back {
width: 100%;
margin: -240px auto;
height: 220px;
padding: 0;
}

/*-----THOUGHTS----- */

#break2-parallax {
height: 50%;
background: #C65C22 url('../img/content/mobile/i_thoughts_blende_bg.jpg') no-repeat center center;
background-size: cover;
}

#break2-it {
font-size: 50px;
}

#break2-it-more {
font-size: 40px;
left: -80px;
}

#break2-it-left {
font-size: 60px;
left: -80px;
}

#break2-it-right {
padding: 0;
font-size: 50px;
}

#break2-it-right-word {
font-size: 50px;
margin-left: -20px;
}

#examples-parallax2 {
margin-top: 0;
height: 100%;
width: 100%;
padding-bottom: 0;
overflow: hidden;
background: #C09947 url('../img/content/mobile/i_thoughts_bg.jpg') 0 0 no-repeat;
background-size: cover;
}

#examples-parallax2 p {
margin: -5px auto;
font-size: 12px;
letter-spacing: 1px;
width: 320px;
}

#hire {
font-size: 48px;
padding-top: 0;
padding-bottom: 0;
margin: 10px auto 0 auto;

}

#parallax-it-left2 {
font-size: 14px;
width: 310px;
left: -10px;
margin: 50px auto;
padding-left: 10px;
}

#sheet {
width: 95%;
padding: 40px 30px 40px 10px;
}

/*-----CONTACT----- */

#break3-parallax {
margin-top: 0;
height: 568px;
display: block;
padding: 0;
overflow: hidden;
background: #C65C22 url('../img/content/mobile/i_liquor2_la.jpg') no-repeat center center;
background-size: cover;
text-transform: uppercase;
}

#break3-it {
font-size: 60px;
}

#break3-it-left {
font-size: 70px;
left: -70px;
opacity: 0.7;
}

#break3-it-right {
font-size: 50px;
}

#contactback {
background: #0D8F8F url('../img/content/mobile/i_contact_bg.jpg') 0 0 no-repeat;
background-size: 100% 100%;
padding-bottom: 40px;
}

#smush-it2 {
padding-top: 10px;
}

.pin-frame3 h2 {
font-size: 48px;
margin-top: 0;
padding: 0;
}

#contactback p1 {
margin: -5px auto;
font-size: 12px;
letter-spacing: 1px;
width: 320px;
}

#fly-it3 {
position: relative;
top: 20px;
padding-bottom: 10%;
}

.contactmain {
width: 100%;
padding: 0 0 60px 0;
margin: 0 auto;
}

.flip-container-club, .front, .back {
width: 225px;
height: 300px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 0;
text-align: left;
}

.loc-back {
width: 60px;
height: 30px;
}

.loc {
width: 90px;
height: 30px;
}

/*-----PORTFOLIO----- */

#pin-frame-wipe {
background: #8D630A url('../img/content/mobile/i_portfolio_bg.jpg') 0 0 no-repeat;
background-size: cover;
}

#portfolio h2 {
font-size: 48px;
top: 10px;
}

#portfolio p {
margin: 1px auto;
font-size: 12px;
letter-spacing: 1px;
width: 320px;
}

#showreel {
max-width: 100%;
top: 40px;
}

/*-----IMPRESSUM----- */

#impressum {
padding-bottom: 15%;
height: 100%;
background: #407562 url('../img/content/mobile/i_impressum_bg.jpg') 0 0 no-repeat;
background-attachment: fixed;
background-size: cover;
border: none;
}

#impressum h2 {
font-size: 40px;
padding-top: 10px;
}

#impressum p1 {
margin: -65px auto;
font-size: 12px;
letter-spacing: 2px;
text-indent: 0;
width: 320px;
}

#impressum p {
top: 100px;
max-width: 320px;
padding: 10px 10px 60px 10px;
font-size: 16px;
}

#howtouse h2 {
font-size: 48px;
}

#howtouse img {
margin-top: 90px;
width: 300px;
}

#howtouse {
height: 100%;
position: relative;
width: 100%;
background-image: url('../img/tom2.png'),url('../img/franco2.png'),url('../img/raffael2.png'), url('../img/woepf.png'),url('../img/content/desk/d_goodbye1.jpg');
margin-top: 0;
padding-bottom: 65%;
background-repeat: no-repeat;
background-size: 207px auto, 237px auto, 207px auto, 207px auto,cover;
background-position: 1% 100px, 35% 100px, 65% 100px, 98% 100px, top center;
}


#bottom {
line-height: 18px;
min-width: 100%;

}

#bottom #bottom-text {
max-width: 160px;
padding: 0;
}

.social {
right: 10px;
}

.social li{
display: inline-block;
float: none;
margin-right: 0;
margin-bottom: 0px;
}

.share{
margin-left:-2px;
}

#social-box{
left:0;
right:0;
height:300px;
width:300px;
padding:10px;
}

/*-----SCROLLER----- 

::-webkit-scrollbar-track
{
	display:none;
}

::-webkit-scrollbar
{
	display:none;
}

::-webkit-scrollbar-thumb
{
	display:none;
} */


}

/* IPAD STYLINGS --------------------------------------------------------*/

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px){

#wrapper {
position: absolute;
width: 768px;
height: 100%;
overflow: hidden;
-ms-touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-o-text-size-adjust: none;
text-size-adjust: none;
}

#scroller {
position: relative;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}

#overlay {
background: url('../img/content/overlay2.png') center center no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
}

#intro {
height: 930px;
width: 768px;
}

#intro img{
height: 930px;
width: 768px;
}

#intropic{
width:768px;
height: 930px;
background: url('../img/content/mobile/gif/anigif_template.gif') center center no-repeat;
background-size: 100% 100%;
}

#title-info {
width: 768px;
top: 300px;
}

#underline {
top: 130px;
}

#underline p {
font-size: 25px;
letter-spacing: 4px;
}

#balken {
width: 768px;
margin: 0 auto;
}

#balken-left {
background-size: 120px 25px;
width: 120px;
height: 25px;
top: 48px;
margin-left: 120px;
}

#balken-right {
background-size: 120px 25px;
width: 120px;
height: 25px;
top: 22px;
margin-left: 530px;
}

#title-info h2 {
font-size: 30px;
margin: -70px auto;
}

#title-info h1 a{
font-size: 80px;
}

#raster {
background-size: 100% 100%;
width: 768px;
height: 400px;
margin: -250px auto;
}

/*-----SHOWCASE BLENDE----- */

#examples-parallax {
margin-top: 0;
height: 930px;
display: block;
overflow: hidden;
background: url('../img/content/mobile/i_showcase_blende_blur.jpg');
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
}

#parallax-it {
font-size: 50px;
left: -20px;
}

#parallax-it-left {
font-size: 70px;
padding: 0;
}

#parallax-it-right {
background: url('../img/content/mobile/i_showcase_blende_bg.jpg') 0 0 no-repeat;
}

#parallax-it-right-word {
font-size: 40px;
padding-top: 0;
margin-left: 0;
}

#parallax-it-more {
font-size: 30px;
}

/*-----SHOWCASE----- */

#showcase {
height: 100%;
padding-bottom: 10%;
background: #5F4A29 url('../img/content/mobile/i_showcase_bg3.jpg') 0 0 no-repeat;
background-size: 100% 100%;
}

#bring-it {
top: 10px;
}

h1 {
font-size: 60px;
}

#showcase p {
margin: 0 auto;
font-size: 16px;
letter-spacing: 1px;
width: 360px;
}

.slider-wrapper {
width: 768px;
margin: 250px auto 0 auto;
height: 500px;
}

#sc-back {
width: 760px;
margin: -370px auto 0 -20px;
height: 320px;
padding: 20px;
}

/*-----THOUGHTS----- */

#break2-parallax {
height: 930px;
background: #C65C22 url('../img/content/mobile/i_thoughts_blende_bg.jpg') no-repeat center center;
background-size: cover;
}

#break2-it-left {
font-size: 60px;
left: -80px;
}

#break2-it-right {

width: 768px;
padding: 20px;
font-size: 100px;
left: -20px;
}

#break2-it-right-word {
font-size: 90px;
margin-left: -20px;
}

#examples-parallax2 {
margin-top: 0;
height: 100%;
width: 100%;
padding-bottom: 5%;
overflow: hidden;
background: #C09947 url('../img/content/mobile/i_thoughts_bg.jpg') 0 0 no-repeat;
background-size: cover;
}

#examples-parallax2 p {
margin: 0 auto;
font-size: 16px;
letter-spacing: 1px;
width: 360px;
}

#hire {
font-size: 60px;
padding-top: 0;
padding-bottom: 0;
margin: 10px auto 0 auto;
}

#parallax-it-left2 {
font-size: 15px;
width: 100%;
margin: 0 auto;
}

#sheet {
width: 628px;
margin: 60px auto 0 auto;
}

/*-----CONTACT----- */

#break3-parallax {
margin-top: 0;
height: 50%;
display: block;
overflow: hidden;
background: #C65C22 url('../img/content/mobile/i_liquor2_la.jpg') no-repeat center center;
background-size: cover;
text-transform: uppercase;
}

#break3-it {
font-size: 60px;
}

#break3-it-left {
font-size: 70px;
left: -70px;
opacity: 0.7;
}

#break3-it-right {
font-size: 90px;
}

#contactback {
background: #0D8F8F url('../img/content/mobile/i_contact_bg.jpg') 0 0 no-repeat;
background-size: 100% 100%;
padding-bottom: 0;
}

#smush-it2 {
padding-top: 20px;
}

.pin-frame3 h2 {
font-size: 60px;
margin-top: 0;
padding: 0;
}

#contactback p1 {
margin: -5px auto;
font-size: 16px;
letter-spacing: 1px;
width: 312px;
}

#fly-it3 {
position: relative;
top: 50px;
padding-bottom: 20%;
}

.contactmain {
width: 720px;
padding: 0;
height: 700px;
margin: 0 auto;
}

.flip-container-club, .front, .back {
width: 225px;
height: 300px;
margin-left: 30px;
margin-right: 90px;
margin-bottom: 0;
text-align: left;
}

/*-----PORTFOLIO----- */

#pin-frame-wipe {
background: #8D630A url('../img/content/mobile/i_portfolio_bg.jpg') 0 0 no-repeat;
background-size: cover;
}

#portfolio h2 {
font-size: 60px;
top: 10px;
}

#portfolio p {
margin: 1px auto;
font-size: 16px;
letter-spacing: 1px;
width: 380px;
}

#showreel {
max-width: 630px;
top: 40px;
padding: 10px;
}

/*-----IMPRESSUM----- */

#impressum {
padding-bottom: 15%;
height: 100%;
background: #407562 url('../img/content/mobile/i_impressum_bg.jpg') 0 0 no-repeat;
background-attachment: fixed;
background-size: cover;
border: none;
}

#impressum h2 {
font-size: 60px;
padding-top: 10px;
}

#impressum p1 {
margin: -65px auto;
font-size: 16px;
letter-spacing: 2px;
text-indent: 0;
width: 420px;
}

#impressum p {
top: 100px;
max-width: 620px;
padding: 10px 10px 60px 10px;
font-size: 16px;
}

#howtouse h2 {
font-size: 60px;
}

#howtouse img {
margin-top: 120px;
width: 420px;
}

#howtouse {
height: 100%;
position: relative;
width: 100%;
background-image: url('../img/tom2.png'),url('../img/franco2.png'),url('../img/raffael2.png'), url('../img/woepf.png'),url('../img/content/desk/d_goodbye1.jpg');
margin-top: 0;
padding-bottom: 65%;
background-repeat: no-repeat;
background-size: 207px auto, 237px auto, 217px auto, 207px auto,cover;
background-position: 23% 150px, 50% 150px, 70% 150px, 85% 150px, top center;
}

#bottom {
line-height: 18px;
}

#bottom #bottom-text {
max-width: 180px;
padding: 0;
}

/*-----SCROLLER----- 

::-webkit-scrollbar-track
{
	display:none;
}

::-webkit-scrollbar
{
	display:none;
}

::-webkit-scrollbar-thumb
{
	display:none;
} */

}