
/* GENERAL ------------------------------------------------------------*/

figure, figure img, figcaption, audio, header, header-white, video {
	display: block;
}

.clearfix{ clear:both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.wrapper{
	margin: 0 auto; 
	position: relative;
}

body{
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	font-weight: 100;
}



body p{
	margin-bottom: 21px;
}

body a{
	text-decoration: none;
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	font-weight: 400;
}

h1{ font-size: 48px;
	margin: 0;
	padding: 0 0 5px 15px;
	border: 0;}

h2{ font-size: 36px;
	margin: 0;
	padding: 0 0 5px 15px;
	border: 0;}

h3{ font-size: 24px; 	
	margin: 0;
	padding: 0 0 5px 15px;
	border: 0;
	}

h4{ font-size: 21px;
	margin: 0;
	padding: 0 0 5px 15px;
	border: 0;}

h5{ font-size: 18px;
	margin: 0;
	padding: 0 0 5px 15px;
	border: 0;}

h6{ font-size: 14px;
	margin: 0;
	padding: 0 0 5px 15px;
	border: 0;}
	
p { font-size: 14px;
	margin: 0;
	padding: 5px 15px;
	border: 0;}

#main{ line-height: 1.5em; }


.wrapper {
	width: 960px;
}

/* MYOWN ------------------------------------------------------------*/

video {
 min-width: 100%; 
 height: auto !important;
 width: auto !important; 
}

.logo{ 
	height:70px;
	padding-left:10px;
}

.red {
	color:#ea4c88;
}
.size24 {font-size:24px}
.size40 {font-size:40px}

.dream a {
	color:#fff;
	background-color:444;
	float:none;
}

.dream a:hover {
	color:#ea4c88;
}


figure.cv-list ul li {
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	list-style-type: none;
    background: #ccc;
	font-size:18px;
    margin: 10px;
	padding: 5px;
}

figure.cv ul li {
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	list-style-type: none;
	font-size:18px;
    margin: 5px 10px;
	padding: 5px;
	color:#000;
}

figure.cv ul li a {
	color:#ea4c88;
}

figure.cv ul li a:hover {
	color:#444;
}

ccc {
    background: #ccc;
}

/* HOME ------------------------------------------------------------*/

textarea {
	resize: none;
	
	background: rgba(255,255,255,0.2) url(../images/contact/hand-small.png) no-repeat;
	border:1px solid #fff;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;

}

textarea:focus {
	background: rgba(255,255,255,0.2);
	}

input {
	background: rgba(255,255,255,0.2);
	border:1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}

.vid {
	text-align:left;
	width: 100%;
	height: 300px;
	background-color:#099;
}

.home-block{
	margin-bottom: 20px;
}

.home-block-heading{
	text-align: left;
}

.home-block-heading span{
	padding: 0px;
}

.home-block figure {
	float: left;
	margin: 10px;
	position: relative;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

.home-block figure-no-border {
	float: left;
	margin: 10px;
	position: relative;
	overflow: hidden;

}

.home-block figure .thumb{
	display: block;
}


.header {
  z-index: 100;
  position: absolute;
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  font-weight: 100;
  color: #000;
  font-size: 22px;
  text-transform: lowercase;
  bottom:2px;
  left:10px;
}

.header a {
  color: #000;
  cursor: crosshair;
}

.header a:hover {
  color: #ea4c88;
}

.header_white {
  z-index: 100;
  position: absolute;
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  font-weight: 100;
  color: #f1f1f1;
  font-size: 22px;
  text-transform: lowercase;
  bottom:2px;
  left:10px;
}

.header_white a {
  color: #f1f1f1;
  cursor: crosshair;
}

.header_white a:hover {
  color: #ea4c88;
}

.header_red {
  z-index: 100;
  position: absolute;
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  font-weight: 100;
  color: #f1f1f1;
  font-size: 22px;
  text-transform: lowercase;
  bottom:2px;
  left:10px;
}

.header_red a {
	  background-color: rgba(255, 255, 255, 0.55);
  color: #000;
  cursor: crosshair;
}

.header_red a:hover {
  color: #ea4c88;
}

header-black-bck-no-href {
	background-color:#181818;
  z-index: 100;
  position: absolute;
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  font-weight: 100;
  color: #f1f1f1;
  font-size: 22px;
  text-transform: lowercase;
  bottom:2px;
  left:10px;
}

.header-black-bck {
  z-index: 100;
  position: absolute;
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  font-weight: 100;
  color: #f1f1f1;
  font-size: 22px;
  text-transform: lowercase;
  bottom:2px;
  left:10px;
}

.header-black-bck a {
  color: #f1f1f1;
  background-color:#181818;
  cursor: crosshair;
}

.header-black-bck a:hover {
  color: #ea4c88;
}

.padding-40px {
  z-index: 100;
  position: relative;
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  font-weight: 100;
  color: #000;
  font-size: 22px;
  text-transform: lowercase;
  padding:40px 0 20px 0;
}


.home-block figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-block figure a:hover img{
	opacity: 0.75;
	line-height: 0em;
}


.home-block figure.last{
	margin-right: 0px;
}

.home-block figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption{
	display: none;
}

.no-opacity .home-block figure:hover figcaption{
	display: block;
}

.home-block figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .home-block figure .opener{ display: none; }

.home-block figcaption strong,
.home-block figcaption span,
.home-block figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.home-block figcaption strong{ 
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}

.home-block figcaption span{ 
	font-size: 11px;
	margin-bottom: 7px;
}

.home-block figcaption em{ 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}

.home-block figcaption em{ font-weight: bold; }

.whole-thumbs figure{ width: 940px; }

.one-third-thumbs figure{ width: 300px; }

.one-fourth-thumbs figure{ width: 220px; }

.one-fifth-thumbs figure{ width: 172px; }

.flags-thumbs figure{ width: 76px; }

.more-link{
	margin-bottom: 0px;
}

/* MAIN ------------------------------------------------------------*/

#main{
	background: url(../images/oblique-lines.png) repeat-x;
	padding-top: 100px;
	margin-bottom: 60px;
}