html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
	font-family: Verdana, 'Open Sans', Helvetica, Arial, Helmet, Freesans, sans-serif;
	font-size: 16px;
	color: #111;
	text-align: center;
	background-color: #eaeaea;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

header{
	background-color: #020202;
	background: rgba(0,0,0,.0);
	position: fixed;
	width: 100%;
	z-index: 200;
	top: 0;
}

.mail{
	display: block;
}

.mail span{
	display: block;
	height: 40px;
	width: 73px;
	float: right;
}

.logo{
	display: block;
}

.logo span{
	display: block;
	height: 40px;
	width: 85px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	display: block;
}

.nav span{
	display: block;
	height: 40px;
	width: 73px;
	float: left;
}

#menu{
	visibility: hidden;
	display: block;
	background-color: #fff;
	background: rgba(255,255,255,1);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding-top: 40px;
}

#artists{
	display: inline;
}

.M{
	display: block;
}

.ML{
	display: block;
}

.ML span{
	display: block;
	width: 100%;
	padding: 1.25rem;
	border-radius: 2px;
}

.MS{
	display: inline-block;
}

.MS span{
	display: inline-block;
	width: 100%;
	padding: 1.25rem;
}

header	.mail:hover span, .logo:hover span, h1 a:hover span, .nav:hover span, .ML:hover span, .MS:hover span{
	background-color: #000;
	transition: background-color .5s;
	color: #fff;
}

@media only screen and (min-width: 40.063em) {
header{
	background-color: #020202;
	background: rgba(0,0,0,.75);
	position: fixed;
	width: 100%;
	z-index: 200;
	top: 0;
}

.mail{
	display: block;
}

.mail span{
	display: block;
	background-image: url(../img/mail.png);
	text-indent: -999em;
	background-size: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 73px;
	width: 73px;
	float: right;
}

.logo{
	display: block;
}

.logo span{
	display: block;
	background-image: url(../img/logo.png);
	text-indent: -999em;
	background-size: 35px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 73px;
	width: 73px;
	margin-left: auto;
	margin-right: auto;
}

.nav{
	display: block;
}

.nav span{
	display: block;
	background-image: url(../img/nav.png);
	text-indent: -999em;
	background-size: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 73px;
	width: 73px;
	float: left;
}

#menu{
	visibility: hidden;
	display: block;
	background-color: #fff;
	background: rgba(255,255,255,1);
	width: 100%;
	height: 137px;
	position: absolute;
	top: 0;
	padding-top: 72px;
}

.M{
	display: inline-block;
}

.ML{
	display: inline-block;
}

.ML span{
	display: inline-block;
	width: 100%;
	padding: 1.25rem;
}

.MS{
	display: inline-block;
}

.MS span{
	display: inline-block;
	width: 100%;
	padding: 1.25rem;
}

header	.mail:hover span, .logo:hover span, h1 a:hover span, .nav:hover span, .ML:hover span, .MS:hover span{
	background-color: #000;
	transition: background-color .5s;
	color: #fff;
}
}

#content-front{
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}

#content{
	display: block;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
}

.FPlogo{
	display: inline;
	height: 140px;
}

.PAW{
	font-weight: bold;
}

.name{
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}

.job{
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 15px;
}

.maincontact{
	display: block;
	width: 100%;
	height: 100%;
}

.newsitem{
	display: inline-block;
	font-size: 12px;
	background: rgba(255,255,255,0.5);
	border-style: double;
	border-width: 3px;
	border-color: #f1f1f1;
	border-radius: 3px;
}

.newstab{
	display: inline-block;
	float: left;
	width: 50px;
	font-weight: bold;
}

.newscontent{
	display: inline-block;
	text-align: left;
	width: auto;
	padding-right: 5px;
}

.message a{
	text-decoration: underline;
}

@media only screen and (min-width: 40.063em) {
#content{
	display: block;
	width: 100%;
	padding-top: 73px;
	padding-bottom: 40px;
}

.name{
	display: block;
	width: 100%;
	height: 100%;
}

.job{
	display: block;
	width: 100%;
	height: 100%;
}

.maincontact{
	display: block;
	width: 100%;
	height: 100%;
}

.newsitem{
	display: table;
	width: 20vw;
	position: absolute;
	z-index: 2;
	top: 98px;
	right: 10px;
	font-size: 12px;
	background: rgba(255,255,255,0.5);
	border-style: double;
	border-width: 3px;
	border-color: #f1f1f1;
	border-radius: 3px;
}

.newstab{
	display: table-cell;
	position: relative;
	top: 0;
	width: 50px;
	font-weight: bold;
}

.newscontent{
	display: table-cell;
	text-align: left;
	width: auto;
}
}

.tab{
	background: #f1f1f1;
	color: #111;
	height: 25px;
	float: left;
	padding-left: 9px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.MM{
	margin: 14px;
	border-color: #fafafa;
	border-style: double;
	border-width: 3px;
	padding-top: 10px;
}

.tile{
	display: inline-block;
	vertical-align: top;
}

.TI{
	display: inline-block;
	border-radius: 2px;
}

.TI span{
	display: inline-block;
	width: 80px;
	vertical-align: top;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	border-radius: 2px;
}

.icon{
	display: inline-block;
	width: 80px;
	float: left;
}

.projectname{
	min-height: 80px;
}

.projectname label{
	padding-top: 8px;
	cursor: auto;
}

.popuptext{
	text-align: justify;
	margin-top: 20px;
}

.popuptext a{
	text-decoration: underline;
}

.iconR{
	display: inline-block;
	width: 80px;
	margin-right: 10px;
	float: left;
}

.contact{
	font-size: 20px;
	margin-top: 10px;
}

.SM{
	display: inline-block;
	font-size: 22px;
}

.SM span{
	display: inline-block;
	width: 100%;
	padding: 1.25rem;
	border-radius: 2px;
}

.e-link{
	position: absolute;
	right: 0.6875rem;
	bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	color: #aaaaaa;
	height: 36px;
	width: 24px;
	text-decoration: none;
}

.e-link:hover{
color: #000;
}

@media only screen and (min-width: 64.063em) {
.contact{
	font-size: 16px;
}
}

#content	.TI:hover span, .SM:hover span{
	background-color: #e1e1e1;
	transition: background-color .5s;
	color: #777;
}

footer{
	display: block;
	font-size: 7px;
	color: #888;
	width: 100%;
	position: relative;
	bottom: 0px;
}