html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;

  -webkit-font-smoothing: antialiased;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

a {
	text-decoration: none;
}

/* Safari */
::selection {
	background: #222222;
	color: #ffffff;
}

/* Firefox */
::-moz-selection {
	background: #222222;
	color: #ffffff;
}

img {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	display: block;
}

body {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status2.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.heading {
}

nav {
	background: #464646;
	width: 100%;
	height: 50px;
	position: fixed;
	box-shadow: 0px 0px 5px #555555;
	display: inline-block;
	z-index: 999999;
}

nav img {
	direction: block;
	position: absolute;
	top: 5px;
	left: 15px;
}

nav ul {
	display: block;
	margin: 0 auto;
	width: 190px;
}

nav ul li {
	display: inline-block;
	padding: 10px;
	margin-left: 10px;
}

nav ul li a {
	color: #9e9e9e;
	font-family: 'FontAwesome', sans-serif;
	font-size: 30px;
}

nav ul li a:hover {
	color: #fff;
}

.border {
	border: 20px solid #b59663;
}

.workcontainer {
	width: 100vw;
	margin: 0 auto;
	height: 100vh;
}

.workcontainer-left{
	width: 50%;
	list-style: none;
	display: inline-block;
	float: left;
}

.workcontainer-left ul {
	list-style: none;
	display: inline-block;
}

.workcontainer-left ul li {
	list-style: none;
	display: inline-block;
}

.workcontainer-right{
	width: 50%;
	list-style: none;
	display: inline-block;
	float: none;
}

.workcontainer-right ul {
	list-style: none;
	display: inline-block;
}

.workcontainer-right ul li {
	list-style: none;
	display: inline-block;
}

.item{
	margin: 0 auto;
	list-style: none;
	display: block;
}

.video-poster {
	display: none;
}

.item #bgvid{
	width:100%;
	height: auto;
	z-index:-100;
	display: block;
}

#bg{
	background: #000;
}

.error {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
	z-index: -100;
}

.workdescription {
	margin: 0;
	text-align: left;
	list-style: none;
	background: #fff;
	width: 1280px;
	color: #000;
}

.workdescription h1 {
	font: normal 35px/40px "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.workdescription p {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: normal;
	font-size: 100%;
}

.workdescription p a{
	float: left;
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.workdescription p a:hover{
	text-decoration: line-through;
}
.identities {
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	color: #222;
	text-align: center;
	padding: 100px;
}

.identities h1 {
	font: normal 40px/40px "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.identities p {
	font: normal 20px/25px "brandon-grotesque", sans-serif;
}

.intro {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	background: black;
	color: #222;
	text-align: center;
	padding: 50px;
}

.intro hr {
	border: none;
	background: #b59663;
	height: 2px;
	margin-top: 35px;
	max-width: 590px;
}

.intro h1 {
	font: bold 40px/40px "brandon-grotesque", sans-serif;
	color: white;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.intro h2 {
	font: normal 30px/40px "brandon-grotesque", sans-serif;
	text-transform: none;
	margin-bottom: 0px;
	color: white;
}

.intro p {
	font: 200 40px/45px "garamond-premier-pro", serif;
	text-align: center;
	font-style: italic;
	color: white;
}

.intro p2 {
	font: 200 40px/45px "garamond-premier-pro", serif;
	text-align: center;
	font-style: italic;
	color: #b59663;
}

.intro a {
	color: white;
}

.intro a:hover {
	color: #b59663;
	-webkit-transition:background .8s ease;
	-moz-transition:background .8s ease;
	-o-transition:background .8s ease;
	transition:background .8s ease;
	-webkit-transition:color .8s ease;
	-moz-transition:color .8s ease;
	-o-transition:color .8s ease;
	transition:color .8s ease;
}

.intro ul {
	width: 100px;
	margin: 0 auto;
	font-family: 'FontAwesome', sans-serif;
}

.intro ul li {
	display: inline-block;
	padding: 5px;
	margin: 5px;
	font-family: 'FontAwesome', sans-serif;
}

.intro ul li a {
	font-size: 35px;
	color: #fff;
	font-family: 'FontAwesome', sans-serif;
}

.intro ul li a:hover {
	color: #b59663;
	-webkit-transition:color .8s ease;
	-moz-transition:color .8s ease;
	-o-transition:color .8s ease;
	transition:color .8s ease;
}

#worktext {
	width: 100%;
	padding: 10%;
	padding-top: 10%;
	text-align: left;
}

footer {
	height: 200px;
	text-align: center;
	float: left;
	width: 100%;
}

footer h2 {
	color: #fff;
	padding-top: 2.5%;
	font: italic 30px/35px "brandon-grotesque", sans-serif;
	margin-bottom: 20px;
}

footer a {
	color: #fff;
	padding: 10px 15px;
	border: 2px solid #fff;
	border-radius: 10px;
	text-decoration: none;
	font: italic 20px "brandon-grotesque", sans-serif;
}

.button1 {
	background: #2fc966;
	border: 1px solid #2fc996;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 10%;
}

.button1:hover {
	background: white;
	color: #2fc966;
	border: 1px solid #2fc996;
}

.button2 {
	background: #f8237e;
	border: 1px solid #f8237e;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 10%;
}

.button2:hover {
	background: white;
	color: #f8237e;
	border: 1px solid #f8237e;
}

.button3 {
	background: #ee373f;
	border: 1px solid #ee373f;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 10%;
}

.button3:hover {
	background: white;
	color: #ee373f;
	border: 1px solid #ee373f;
}

.biz {
	background: #2fc966;
}

.biz a:hover {
	background: #fff;
	color: #2fc966;
}

.green {
	color: #2fc966;
}

.chile {
	background: #f8237e;
}

.chile a:hover {
	background: #fff;
	color: #f8237e;
}

.pink {
	color: #f8237e;
}

.euroaid {
	background: #ee373f;
}

.euroaid a:hover {
	background: #fff;
	color: #ee373f;
}

.red {
	color: #ee373f;
}

.grottola {
	background: #222222;
}

.grottola a:hover {
	background: #fff;
	color: #222;
}

.grey {
	color: #222222;
}

.wasa {
	background: #1f6485;
}

.wasa a:hover {
	background: #fff;
	color: #1f6485;
}

.blue {
	color: #1f6485;
}

.caption {
	cursor: crosshair;
    -webkit-backface-visibility: hidden;
	display: inline-block;
	position: relative;
	display: block;
	overflow: hidden;
	background: rgba(0,0,0,0.2);
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.caption:hover {
	background: rgba(0,0,0,0);
}

.caption img {
	display: block;
	max-width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.caption:hover img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.caption::before,
.caption::after {
	position: absolute;
	width: 100%;
	z-index: -1;
	background: #222;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	transform: translateY(-30%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.caption::before {
	content: attr(data-title);
	height: 40%;
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	padding-top: 20%;
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.caption::after {
	content: attr(data-description);
	top: 40%;
	height: 60%;
	color: #fff;
	font-size: 50px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: "FontAwesome" sans-serif;
}

.caption:hover::before,
.caption:hover::after  {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

/*
.grayscale {-webkit-filter: grayscale(100%);}

.item img {
	-webkit-transition: all 0.5s;
}

.item img:hover {
	-webkit-filter: none;
}
*/

/* Mobile Tablet - Landscape */
@media all and (max-width: 1024px) {
body {
	-webkit-text-size-adjust: none;
}
.item #bgvid {
	display: none;
}

.video-poster {
	display: block;
}
.workdescription h1 {
	font: normal 30px/35px "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#worktext {
	padding: 10%;
	padding-top: 5%;
}
footer {
	height: 170px;
}

}
/* Mobile Tablet - Portrait */
@media all and (max-width: 810px) {
.identities {
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	color: #222;
	text-align: center;
	padding: 50px;
}

.intro {
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	background: black;
	color: #222;
	text-align: center;
	padding: 50px;
}

.workdescription h1 {
	font: normal 20px "brandon-grotesque", sans-serif;
	margin-bottom: 8px;
}

.workdescription p {
	font-size: 78%;
}

#worktext {
	padding: 10%;
	padding-top: 5%;
}
footer {
	height: 170px;
}
}
/* Mobile Smartphone - Landscape */
@media all and (max-width: 568px) {
.item #bgvid {
	display: none;
}

nav img {
	left: 5px;
}

nav ul {
	width: 160px;
	margin-top: 5px;
}

nav ul li {
	padding: 5px;
	margin-left: 10px;
}

.workcontainer-left {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}
.workcontainer-right {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}

.workdescription h1 {
	font: normal 30px/35px "brandon-grotesque", sans-serif;
	text-align: center;
	margin-bottom: 15px;
}

.workdescription p {
	font-size: 18px;
	line-height: 23px;
}

.workdescription p a {
	margin-bottom: 30px;
	float: none;
}

.workdescription p a span{
	font-size: 25px;
}

.caption {
}

.identities {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 30px;
}

.identities h1 {
	font: normal 35px/40px "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.identities p {
	font: normal 18px/23px "brandon-grotesque", sans-serif;
}

.intro {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 30px;
}

.intro h1 {
	font: bold 35px/40px "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.intro h2 {
	font: normal 24px/40px "brandon-grotesque", sans-serif;
	text-transform: none;
	margin-bottom: 20px;
	color: white;
}

.intro p {
	font: 200 35px/40px "garamond-premier-pro", serif;
	font-style: italic;
}

.intro a {
	color: white;
}

footer {
	height: 170px;
}

footer h2 {
	font: normal 22px/40px "brandon-grotesque", sans-serif;
	text-transform: none;
	margin-bottom: 20px;
	color: white;
}

}
/* Mobile Smartphone - Portrait */
@media all and (max-width: 320px) {
footer {
	height: 160px;
}

}