@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

html {
	-webkit-font-smoothing: antialiased; 
}

body {
	margin: 0;
	font-family: Ubuntu, Helvetica, Arial, sans-serif;
	color: #fff;
	background: #000 url(images/bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	text-decoration:none;
	color:#af1bf9;
	line-height: 1;
}

a:hover {
	color: #fff;
}

h1 {
	font-size:1.75em;
	line-height:1.5;
	display:inline;
}

h2 {
	font-size:5.0vw;
	line-height:2;
	margin: 0;
	width: 100%;
	display: inline-block;
}

h3 {
	font-size: 2em;
	margin:3% 0 3%;
}

p {
	font-size:1.25em;
	line-height:1.6;

}


ul { 
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

#content {
	margin: 4% auto 4%;
	width: 50%;
}

#logo {
	position: absolute;
	top: 3%;
	right: 25%;
	width: 12%;
	height: auto;
}

#main {
	width: 100%;
	height:auto;
}

.about {
	margin:0 0 2% 0;
}

.brief {
	width:100%;
	margin: 3% 0 1% 0;
}

.contact li {		
	font-size:21pt;
	line-height:34pt;
}

a.egg {
	color:#fff;
}

.hip {
	font-size: 1.75em;
	display: inline;
}

.hop {
	font-size: 1.75em;
	margin: 20px 0 0 0;
}


.guldpics {
	float:left;
	width: 31.33333%;
	margin: 0 3% 3% 0;
}

.guldpics:nth-child(3) {
	margin-right: 0;
}

.media {
	float: right;
	width: 42%;
	padding: 0 0 0 3%;
}

.mediabig {
	float: right;
	width: 100%;
	margin: 3% 0 3% 0;
}

.menu {
	padding: 0 0 3% 0;
}

.menu a {
	color: #fff;
}

.menu a:hover {
	color:#af1bf9;
}

.menu li {
	display: inline;
	font-size: 2em;
	margin: 0 0 0 12%;
}

.menu li:nth-child(1) {
	margin:0;
}

.projects img {
		padding: 0 0 5% 0;
		width: 30%;
}

.projects li {
	margin: 0 5% 0% 0;
	display: inline;
}

.projects li:nth-child(3n+3) {
	margin-right: 0;
}

.script {
	margin: 20px 0 0 0;
}

.solution {
	width: 100%;
	margin: 0 0 1% 0;
}

.thumbs {
	margin: 0 5% 0 0;
	display: inline;
}

.thumbs:nth-child(3n+3) {
	margin-right: 0;
}


.thumbs img {
	width: 30%;
	height: auto;
	padding: 30px 0 0 0;
}

.thumbs img:hover {
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opactiy .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

.thumbs4 {
	margin: 0 4% 0 0;
	display: inline;
}

.thumbs4:nth-child(4n+4) {
	margin-right: 0;
}

.thumbs4 img {
	width: 22%;
	height: auto;
	padding: 30px 0 0 0;
}

.vimeo{
	width: 100%;
	height: auto;
	margin: 0 3% 0 0;
}

.voice {
	font-style: italic;
}


.question h1 {
	font-size: 20pt;
	cursor: pointer;
}

.question h1:hover {
	color: #af1bf9;
}

@media screen and (min-width: 980px) and (max-width: 1300px) {
  #content {
  	width: 65%; 
  }

  .menu li {
  	font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
 	#content {
 		width: 80%; 
  	}

  	.contact li {		
		font-size:16pt;
		line-height:22pt;
	}

    .menu li {
  	font-size: 1.5em;
  }

}

@media screen and (max-width: 767px) {
  	h1 {
  		font-size: 1em;
  	}

  	h3 {
  		font-size: 1.35em;
  	}

  	#content {
  		min-width: 80%; 
  	}

  	#main {
  		min-width: 100%;
  	}

	.contact li {		
		font-size:12pt;
		line-height:18pt;
	}

  	.hip {
  		font-size: 1em;
  	}

    .menu li {
	  	font-size: 0.8em;
	  	color:#000;
		margin: 0 0 0 8%;  	
	 }

  	.about {
  		font-size: 1em;
  		line-height: 1.5;
  		margin: 0 0 5% 0;
  	}

  	.brief {
  		font-size: 1em;
  	}
  	
  	.solution {
  		font-size: 1em;
  	}
}