
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 100%;
	height: 100%;
	
	img {
		display: block;
	}
}
img {
	width: 100%;
}
.vimeo {
	position: absolute;
	display: none;
	left: 50%;
	margin-left: -320px;
}
.likes {
text-align: right;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;

	padding: 10px;
	
}
.copyright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 101;
	color: #00f;
	a {
		color: #00f;
	}
}