/* @override http://localhost:8888/site/templates/styles/style.css */

@font-face {
    font-family: 'flat_sans';
    src: url('../fonts/flatsans-regular-webfont.eot');
    src: url('../fonts/flatsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flatsans-regular-webfont.woff') format('woff'),
         url('../fonts/flatsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/flatsans-regular-webfont.svg#flat_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 @font-face {  
    font-family: 'flat_sans';
    src: url('../fonts/flatsans-regularitalic-webfont.eot');
    src: url('../fonts/flatsans-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flatsans-regularitalic-webfont.woff') format('woff'),
         url('../fonts/flatsans-regularitalic-webfont.ttf') format('truetype'),
         url('../fonts/flatsans-regularitalic-webfont.svg#flat_sansregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}
 @font-face {  
    font-family: 'flat_sans';
    src: url('../fonts/flatsans-bolditalic-webfont.eot');
    src: url('../fonts/flatsans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flatsans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/flatsans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/flatsans-bolditalic-webfont.svg#flat_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {  
    font-family: 'flat_sans';
    src: url('../fonts/flatsans-bold-webfont.eot');
    src: url('../fonts/flatsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flatsans-bold-webfont.woff') format('woff'),
         url('../fonts/flatsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/flatsans-bold-webfont.svg#flat_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}


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

@font-face {  
    font-family: 'flat_sans_light';
    src: url('../fonts/flatsans-bold-webfont.eot');
    src: url('../fonts/flatsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flatsans-bold-webfont.woff') format('woff'),
         url('../fonts/flatsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/flatsans-bold-webfont.svg#flat_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {  
    font-family: 'flat_sans_light';
    src: url('../fonts/flatsans-lightitalic-webfont.eot');
    src: url('../fonts/flatsans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flatsans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/flatsans-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/flatsans-lightitalic-webfont.svg#flatsans-lightitalic') format('svg');
    font-style: italic;
}

@font-face {
	font-family: 'ca_cula_light';
    src: url('../fonts/thsnu.eot');
    src: url('../fonts/thsnu.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thsnu.woff') format('woff'),
         url('../fonts/thsnu.ttf') format('truetype'),
         url('../fonts/thsnu.svg#ca_cula_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'ca_cula';
    src: url('../fonts/CA_Cula_Light.eot');
    src: url('../fonts/CA_Cula_Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CA_Cula_Light.woff') format('woff'),
         url('../fonts/CA_Cula_Light.ttf') format('truetype'),
         url('../fonts/CA_Cula_Light.svg#CA_Cula_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'youthproblem';
    src: url('../fonts/YouthsProblem-Regular.eot');
    src: url('../fonts/YouthsProblem-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/YouthsProblem-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {font: 16px/26px flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

html, body {
    height: 100%;
    width:100%;
    margin: 0;
    padding: 0;
}
/* We like off-black for text. */
body, select, input, textarea {color: #333333;}

button,
input,
fieldset,
textarea,
select {
  font-size: inherit;
  color: inherit;
  border: none;
}

button
 {
	background-color: transparent;
}
a {
	color: #333635;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
a:hover {color: rgba(0,232,243,1);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
ul {

}
h1 {
	font-size: 60px;
	line-height: 58px;
	font-family: youthproblem, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
}
.blau {
	color: rgba(0, 0, 0, 0.78);;
}
/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: rgba(0,232,243,.7); color: #ffffff; text-shadow: none;}
::selection { background: rgba(0,232,243,.7); color: #ffffff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color:rgba(16,227,148,0.7027429)} 

ins {background-color: rgba(16,227,148,0.7027429); color: #000; text-decoration: none;}
mark {background-color: rgba(16,227,148,0.7027429); color: #000;}
.clearer, .clearer_blocks {
	clear: both;
}
/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

blockquote {
	color: #9c9c9c;
	margin-bottom: 10px;
	font-style: italic;
}

p {
	padding-bottom: 1em;
}

/* Menu */

.mainmenu {
	width: 100%;
	height: 124px;
	background-color: rgba(255,255,255,0.97);
	position: fixed;
	top: 0;
	z-index: 9;
	font-family: flat_sans, Arial, Helvetica, Geneva, sans-serif;
	transition: all 1s;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.mainmenu.smaller {
	height: 70px;
}
.menu_logo {	
	z-index: 3;
	position: absolute;
	margin-left:72px;
	margin-top: 26px;
	width: 120px;
	height: 60px;
	-webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.menu_thsd {	
	z-index: 3;
	position: absolute;
	margin-left:208px;
	margin-top: 82px;
	width: 210px;
	height: 33px;
}
.mainmenu.smaller .menu_logo {	
	margin-top: 14px;
	width: 80px;
	height: 60px;	
}
.mainmenu.smaller .menu_thsd {	
	display: none;
	visibility: hidden;
}

.mainmenu.smaller .menu_logo img{	
	width: 100%;
	height: auto;
}
.nav_but {
	position: relative;
	margin-top: 78px;
	float: right;
	text-align: right;
	margin-right: 32px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.mainmenu.smaller .nav_but {
	position: relative;
	margin-top: 20px;
	float: right;
	text-align: right;
	margin-right: 32px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

	
.nav_but li
{
	vertical-align: middle;
	position: relative;
	display: inline-block;
}

.nav_but a {
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition:    all 1s ease;
	-ms-transition:     all 1s ease;
	-o-transition:      all 1s ease;
}

.nav_but a:hover {
-webkit-transition: all 0.2s ease;
-moz-transition:    all 0.2s ease;
-ms-transition:     all 0.2s ease;
-o-transition:      all 0.2s ease;
}
.nav_line {
	margin-right: 6px;
	margin-left: 6px;
}
.nav_first {

}
.nav_last {
	
}
.burger {
	margin-left: 47px;
}

a.lightsout.fat {	
	font-family: ca_cula, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;

}
button#scrollup {
	background-color: transparent!important;
}
.mobile {
	display: none;
	visibility: hidden;
}
.mr_8 {
	margin-right: 8px;
}
/* navigation */
.open{
    top: 0;
}
.menu-btn{
    cursor: pointer;
    background-image: url('../i/burger.png');
    height: 40px;
    width: 40px;
    background-size: cover;
    display: inline;
    z-index: 50;
    position: fixed;
    top: 20px;
    right: 15px;
	padding-left: 14px;
	padding-top: 13px;
}
.close-btn{
	background-size: cover;
    background-image: url('../i/close.png');
}
nav{
    position: absolute;
    top: -1600px;
    left: 0;
    right: 0;
    	background-color: rgba(16,227,148,1);
    
    font-family: youthproblem, ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
     list-style-type: none;
    z-index: 49;
	text-transform: uppercase;
	transform: translateZ(0);
   transition: all 0.8s;
}
nav > ul{
    max-width: 900px;
    margin: 10px auto;
    text-align: center;
    list-style-type: none;

}
nav > ul > li > a{
    font-size: 72px;
    padding: 0 0 15px;
    display: block;
	text-decoration: none;
	color: #ffffff;
	line-height: 62px;
	letter-spacing: 2px;
}

nav > ul > li > a:hover{
}
nav > ul > li{
    padding: 20px 0 0 0;
}
nav > ul > li span{
    font-size: 20px;
    padding-bottom: 20px;

}
.line{
    border-bottom: 2px none #ffffff;
}
.sub-menu{
    padding-bottom: 30px;
}
.sub-menu li{
    display: inline-block;
}
nav .email-form{
    background: rgba(0,232,243,1);
	padding-top: 50px;
	padding-bottom: 50px;
}
button#searcher {
	background-color: transparent;
	outline: 0;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.78);
	font: 17px/17px ca_cula_light,flat_sans, Arial, Helvetica, Geneva, sans-serif;
}
.search_form {
	margin-top: 5px;
    max-width: 90%;
    margin: 0 auto;
	text-align: center;
	padding-right: 30px;
}
input#search_query {
	color: 	rgba(16,227,148,0.7027429);
	width: 50%;
	text-transform: uppercase;
	font:35px/10px youthproblem, ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	padding: 2px 20px 12px;
}


/* content */

.align_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.content {
	max-width: 1142px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.spacer {
	height: 80px;
}

.blog_eintrag{
	clear: left;
	margin-bottom: 150px;
}

h1 {	
	color: rgba(112,229,184,0.7);
	font: 138px/78px youthproblem, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 796px;
	z-index: 2;
	position: absolute;
	left: 46px;
	top: 0;
	-ms-word-break: break-all;
     word-break: break-all;
     /*Non standard for webkit*/
     word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
     hyphens: auto;
       text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
.page_counter {
		font: 138px/78px youthproblem, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

.blog_eintrag h1 {	
	color: rgba(16,227,148,0.7027429);
	font: 138px/78px youthproblem, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 796px;
	left: 46px;
	-ms-word-break: break-all;
     word-break: break-all;
     /*Non standard for webkit*/
     word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
     hyphens: auto;
	position: relative;
	       text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
h1:hover {	
	color: rgba(93,110,111,0.1);
}

.blog_eintrag h1 a {
	color: rgba(16,227,148,0.7027429);
	text-decoration: none;
}
.blog_eintrag h1 a:hover {
		color: rgba(93,110,111,0.1);

}



.client_t {
	font: 20px/20px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	z-index: 4;
	position: absolute;
	left: 33px;
	top: 126px;
	background-color: rgba(225,73,143,0.8);
	letter-spacing: 1px;
	padding-top: 3px;
}

.blog_eintrag .client_t, .blog_eintrag .client_t {
	font: 20px/20px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	z-index: 4;
	position: relative;
	left: 5px;
	top: 10px;
	background-color: rgba(225,73,143,0.8);
	letter-spacing: 1px;
	padding-top: 3px;
	display: inline;
}

.client_t a{
	color: #ffffff;
}
.client_h{
	font: 33px/33px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: rgba(0, 0, 0, 0.56);
	z-index: 3;
	position: absolute;
	top: 102px;
	left: 0;
	text-transform: uppercase;
}
.client_t p{
	padding-bottom: 3px;
}
.text {
	font: 16px/24px flat_sans_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 416px;
	min-height: 89px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	position: relative;
}

.text_1 {
	font: 16px/24px flat_sans_light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 416px;
	min-height: 105px;
	z-index: 5;
	position: relative;
	margin-left: 234px;
	margin-top: -15px;
}

.text_1 h1, .text h1{
	font: 23px/25px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: static;
	padding: 0;
	margin: 0;
	width: auto;
	color: #333333;
	letter-spacing: 1px;
}

.text_1 h3{
	font: 18px/22px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}
.text h2{
	font: 23px/25px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}
.intro {
	font: 24px/38px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 515px;		
	min-height: 105px;
	z-index: 3;
	position: relative;
	margin-left: 135px;
	padding-top: 90px;
	color: rgba(225,73,143,0.8);
	margin-bottom: 0;
	padding-bottom: 0;
}

.year{
	font: 34px/34px  youthproblem, ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: rgba(225,73,143,0.8);
	padding: 0;
	margin: 0;
}

.intro p{
	padding-bottom: 0;
}
#images {

	max-width:990px;
	margin-left: auto;
	margin-right: auto;
}
#images img {
	max-width: 100%;
	height: auto;
}

.wrapper {
	margin-top: 194px;
}

.summary h3 {
color: rgba(16,227,148,0.7027429);
		font: 45px/38px youthproblem, ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.summary a{
	text-decoration: none!important;
	color: rgba(225,73,143,0.8);
}
.searchblock {
	margin-top: 0;
	padding-top: 150px;
}
.summary h3:hover {
	color: rgba(225,73,143,0.8);
}


/* page nav */
.page_nav {
	width:500px;
	padding-top: 60px;
		color: rgba(16,227,148,0.7027429);
	letter-spacing: 1px;
	text-transform: uppercase;
			font: 37px/43px flat_sans_light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.page_nav a{
	text-decoration: none;
		color: rgba(16,227,148,0.7027429);
}

.page_nav a:hover{
	color: rgba(225,73,143,0.8);
} 
.prev {
	text-align: right;
	display: table-cell;
	width: 45%;
	padding-right: 10px;
}
.next {
	display: table-cell;
	width: 45%;
	padding-left: 10px;
}
.page_nav .divider {
	width: 5%;
	display: table-cell;
}
.description {
	margin-bottom: 15px;
	margin-top: -5px;
		color: rgba(225,73,143,0.8);
}

/*Thumbs old */
#thumbs_container {	
	margin-left: auto;
	margin-right: auto;
	margin-top: 115px;

}
.thumbs_frontpage {
  position: relative;
  float: left;
	margin-top: 0;
	margin-bottom: 2px;
	width: 288px;

}
.thumbs_title {
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,0.9);
}
.thumbs_title_text {
	position: absolute;
	top:  20%;
	text-align: center;
    width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(16,227,148,0.7027429);
	font: 45px/30px youthproblem, ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.thumbs_title_text_cat {
	font-size: 12px;
	letter-spacing: 1px;
}
.item {
	margin: 0 0 -8px;
	padding: 0;
}
a.thumbs_link ,a:hover.thumbs_link  {
	color: #525252;
	text-decoration: none;
}
#thumbs {
	margin-bottom: 10px;
	margin-top: 15px;
}

#thumbs img, #thumbs_video img {
	position: relative;
	padding: 0;
	border-style: none;
	margin: 0 2px -2px 0;
}

#thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbs li {
	float: left;
	margin: 0;
	padding: 0;
}

#thumbs li a:link, #thumbs li a:visited {
	
}

#thumbs li a:hover, #thumbs li a:active {
	
}

/*Thumbs new */
.grid {
  background: #ffffff;
  margin: 25px;
  padding: 0;
  margin-top: 115px;
	font: 18px youthproblem, "Courier New", Courier, mono;
}

.grid a{
		color: rgba(225,73,143,0.8);
	text-decoration: none;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  position: relative;
  display: block;
  float: left;
  padding: 4px 2px 6px;
  overflow: hidden;
}

.grid-item img {
  display: block;
  width: 100%;
}

.grid-item a {
	padding: 0;
	margin: 0;
	display: block;
}

.reveal .hidden { display: block !important; visibility: visible !important; }
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 900;
  opacity: 1;    
}
.reveal .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 101%;
  height: 101%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  text-align: center;
	color: rgba(16,227,148,0.7027429);
	font: 45px/30px youthproblem, ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	
	
	
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

.unloaded {
	  min-height: 120px;
    /* set a minimum default height for image containers
     this prevents too many images from appearing in the viewport
     thus causing lazy load to load too many images at once
     we will use the lazyload .load() callback to remove this fixed */
}

/* footer */

.nav_left {
	text-align: left;
	float: left;
}

.nav_right {
	text-align: right;
	float: right;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index:49;
	text-transform: uppercase!important;
	font: 15px/30px ca_cula_light,flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4A4A4A;
	background-color: rgba(255,255,255,.9);
	padding-right: 30px;
padding-left: 30px;
}

.footer_intro {
	background-color: rgba(252,252,252,0);
	color: #ffffff;
}



footer a {
	text-decoration: none;
    color: #4A4A4A;
}

footera:hover {	
	color: rgba(16,227,148,0.7027429);
}
.footer_intro a{
	color: #ffffff;
}

/* startseite */


#poster, #poster_video {
	background: transparent no-repeat fixed center center;
    background-size: cover !important;
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;

}

#poster_video {
	background: transparent no-repeat fixed center center;
	}


.logo_small {
	width: 90%;
	height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 25px;
}
.logo_intro {
	height:  195px;
	width: 220px;
    margin: auto;
    position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9000;
}

.logo_intro  img{
width:  100%;
height:  auto;
}

.logo_intro a{
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}
.margin0 {
	margin: 0 !important;
	padding: 0 !important;
}

.marg22 {
	margin-top: 20px!important;
}
.intro_text {
	color: rgba(255,255,255,1);
	font: 145px/73px youthproblem, ca_cula_light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    position: absolute; 
	z-index: 8000;
	text-align: right;
	overflow: hidden;
	top: -45px;
	right: 30px;
	float: none;
	margin: 0;
	padding: 0;
}

.intro_logo {
	width: 230px;
	height:  135px;
    position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9000;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 280px;
}
.intro_logo  img{
width:  100%;
height:  auto;
}
.intro_trash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6000;
}
.intro_text_backup {
	color: rgba(16,227,148,0.7027429);
	font: 445px/220px youthproblem, ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height:  600px;
	width: 100%;
    margin: auto;
    position: absolute; 
    left: 0; 
	z-index: 8000;
	text-align: left;
	top: -100px;
}
.intro_text a{
	text-decoration: none;
}

.home 
{
	margin: 0;
	padding: 0;
	left: 35px;
	top: 30px;
	position: absolute;
}
/* video */
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
}


/* SFX */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:.4s;
	-moz-animation-duration:.4s;
	animation-duration:.4s;
}

.fade-in.one {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}

.fade-in.two {
-webkit-animation-delay: .5s;
-moz-animation-delay:.5s;
animation-delay: .5s;
}

.fade-in.three {
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
animation-delay: .8s;
}
.fade-in.four {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
animation-delay: .9s;
}
.fade-in.ten {
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
animation-delay: 4s;
}

#only_mobile {
	display: none;
}
#not_mobile {
	display: inline-block;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 888px) {

.grid {
	margin-top: 145px;
}
.grid-sizer,
.grid-item {
  width: 33.333%;
}

}

@media only screen and (max-width: 800px) { 

.intro_text {
	display: none;
}

.intro_logo {
	width: 180px;
	height:  110px;
    position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9000;
	margin-top: 0;
	margin: auto;
	color: #86baff;
}
.intro_trash {
	display: none;
}

.footer, .footer_intro {
	background-color: rgba(255,255,255,.9);
}
.footer_intro a{
  color: #4A4A4A;
}

.menu-btn{
    height: 35px;
    width: 35px;
}
}
@media only screen and (max-width: 680px) {

#only_mobile {
	display: inline-block;
}
#not_mobile {
	display: none;
}
.searchblock {
	margin-top: 0;
	padding-top: 50px;
}
.text {
	font: 17px/24px flat_sans_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-height: 1px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.text_1 {
	font: 14px/23px flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 90%;
	min-height: 105px;
	z-index: 5;
	position: relative;
	margin-left: 5%;
	margin-top: -15px;
	margin-right: 5%;
}

.text_1 img {
width: 100%;
}

.align_left {
	float: none;
}

h1 {	
	font: 90px/60px youthproblem, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 2;
	position: relative;
	max-width: 80%;
	width: 80%;
	margin-left: 5%;
	margin-right: 5%;
	top: 0;
	left: 0;
	       text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}

.footer, .footer_intro {
	background-color: rgba(255,255,255,.9);
	color:  444444;
}

.mainmenu {
	height: 70px;
}
.mainmenu .menu_logo {	
	margin-top: 14px;
	width: 80px;
	height: 60px;
	margin-left:25px;
}
.mainmenu .menu_thsd {	
	display: none;
	visibility: hidden;
}

.mainmenu .menu_logo img{	
	width: 100%;
	height: auto;
}

.mainmenu .nav_but {
	position: relative;
	margin-top: 20px;
	float: right;
	text-align: right;
	margin-right: 15px;
}
.mainmenu.smaller .nav_but {
	position: relative;
	margin-top: 20px;
	float: right;
	text-align: right;
	margin-right: 15px;
}

.intro {
	font: 20px/28px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
	min-height: 1px;
	z-index: 3;
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: -8px;
	padding-top: 0px;
	margin-bottom: 0;
	padding-bottom: 4px;
}

.client_t {
	font: 20px/24px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	z-index: 4;
	position: absolute;
	top: 56px;
	left: 60px;
		background-color: rgba(225,73,143,0.8);
	width: auto;

}
.client_h{
	font: 33px/33px ca_cula_light, flat_sans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: rgba(0,232,243,.56);
	z-index: 3;
	position: absolute;
	top: 30px;
	left: 40px;
	text-transform: uppercase;
}
.wrapper {
	margin-top: 120px;
}
nav > ul > li {
	padding-bottom: 0;
	padding-top: 0;
}

nav > ul > li > a{
            font-size: 44px;
}

}

@media only screen and (max-width: 600px) {

.grid {
margin-top: 160px;
}
.grid-sizer,
.grid-item {
  width: 50%;
}

}

@media only screen and (max-width: 450px) {

.grid-sizer,
.grid-item {
  width: 100%;
}
.grid-item {
  position: relative;
  float: left;
  padding: 4px;
}

}



