/* @group html */

body {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	background-color: white;
	overflow-x: hidden;
}

::selection {
	color: white;
	background-color: black;
}


.content p a,
.work_icon span {
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s ease-out;
	
}

/*a.nextlink,
a.prevlink {
		-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s ease-out;

}*/

a,
a:link,
a:visited {
	color: black;
}

.wrapper {
	margin: auto;
	position: relative;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

hr {
	height: 0;
	border-top: 1px solid black;
	clear: both;
	margin-top: 30px;
	padding-bottom: 30px;
}

h1 {
	font-family: TSTARBold;
}


h2 {
	font-family: TSTARLight;
}

.content h1,
.content h2 {
	text-transform: uppercase;
}


.about p,
.about ul,
.content p {
	font-family: MetaSerifWeb-Light;
}

.about img,
.thumbnail img,
.workimg_l img {
	width: 100%;
	height: auto;
}




table td {
	white-space: nowrap;
}

/* @end */

/* @group fonts */

@font-face {
	font-family: TSTARBold;
	src: url("../fonts/TSTAR-BoldWeb.eot");
}

@font-face {
	font-family: TSTARBold;
	src: url("../fonts/TSTAR-BoldWeb.woff") format("woff");
}

@font-face {
	font-family: TSTARLight;
	src: url("../fonts/TSTAR-LightWeb.eot");
}

@font-face {
	font-family: TSTARLight;
	src: url("../fonts/TSTAR-LightWeb.woff") format("woff");
}

@font-face {
	font-family: TSTARRegular;
	src: url("../fonts/TSTAR-RegularWeb.eot");
}

@font-face {
	font-family: TSTARRegular;
	src: url("../fonts/TSTAR-RegularWeb.woff") format("woff");
}

@font-face {
	font-family: MetaSerifScWeb-Bold;
	src: url("../fonts/MetaSerifScWeb-Bold.eot");
}

@font-face {
	font-family: MetaSerifScWeb-Bold;
	src: url("../fonts/MetaSerifScWeb-Bold.woff") format("woff");
}

@font-face {
	font-family: MetaSerifWeb-Bold;
	src: url("../fonts/MetaSerifWeb-Bold.eot");
}

@font-face {
	font-family: MetaSerifWeb-Bold;
	src: url("../fonts/MetaSerifWeb-Bold.woff") format("woff");
}

@font-face {
	font-family: MetaSerifScWeb-Light;
	src: url("../fonts/MetaSerifScWeb-Light.eot");
}

@font-face {
	font-family: MetaSerifScWeb-Light;
	src: url("../fonts/MetaSerifScWeb-Light.woff") format("woff");
}

@font-face {
	font-family: MetaSerifWeb-Light;
	src: url("../fonts/MetaSerifWeb-Light.eot");
}

@font-face {
	font-family: MetaSerifWeb-Light;
	src: url("../fonts/MetaSerifWeb-Light.woff") format("woff");
}

.content strong {
	font-weight: bold;
}

/* @end */

/* @group header */


.header {
	white-space: nowrap;
	position: relative;
	margin-left: 5px;
}

.header h1 {
		font-family: TSTARBold;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
	text-indent: -99999px;
}

.header,
.mainnav li a {
		white-space: nowrap;
}

.header h1,
.mainnav {
	position: relative;
}

.mainnav {

}

.fixed {
	position: fixed;
	z-index: 10;
	background-color: white;
	width: 100%;
/*	box-shadow: rgba(0,0,0,0.3) 0 0em 0px;*/
	box-shadow: none;
	margin-left: -5px;
	/*padding-left: 5px;*/
}

.shadow {
	box-shadow: rgba(0,0,0,0.3) 0 0.2em 4px;
	
}


.ie9 .fixed,
ie8 .fixed {
	border-bottom: 1px solid silver;
}


/* @end */

/* @group mainnav */

.mainnav {
	text-align: right;
	margin-top: 0;
	float: right;
	font-family: TSTARLight;
	text-transform: uppercase;
	position: relative;
}

.mainnav li {
	float: right;
	list-style-type: none;
	margin-left: 3px;
	position: relative;
}

.mainnav li.current-menu-item,
.mainnav li.current-page-ancestor {
	background: url(../img/arr_mainnav.png) no-repeat center -2px;
}



img#mainnav_arrow {
	position: absolute;
	top: -18px;
	left: 1000px;
}

/* @end */

/* @group body / content */

.thumbnail {
	position: relative;
}

.thumbnail img {
	margin-bottom: 30px;
}


.content {
	margin-bottom: 24px;
}

.content p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

/*
.content p a,
.content p a:link,
.content p a:visited {
	text-decoration: underline;
}*/

.content p a,
.content p a:link,
.content p a:visited {
/*	border-bottom: 1px solid black;*/
/*	text-decoration: underline;*/
		
		
	background: url(../img/underline.png) repeat-x 0 -1px;
}



.contentcontainer {
	position: relative;
}

.work_icon {
	background-color: #ccc;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}

.work_icon img {
	display: block;
}

.work_icon span {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #ccc;
}

.work_icon span h1 {
	margin-top: 20px;
	margin-bottom: 40px;
}


.work_icon span h1,
.work_icon span h2 {
	text-transform: uppercase;
	margin-left: 20px;
	font-size: 20px;
	line-height: 25px;
	margin-right: 10px;
}

.white {
	color: white;
}

.black {
	color: black;
}

.gallerycontainer img {
	display: none;	
}


/* @end */

/* @group footer */

.footer {
	border-top: 1px solid gray;
	padding-top: 15px;
	text-transform: uppercase;
	font-family: TSTARLight;
	clear: both;
	padding-bottom: 15px;
	display: block;
}

.footer p,
.footer {
	text-align: right;
}

/* @end */

/* @group next prev desktop */

.nextlink,
.prevlink {
	position: fixed;
	top: 0px;
	display: block;
	opacity: 0;
	height: 100%;
	/*border: 1px solid red;*/
	width: 15px;
}

.nextlink {
	/*right: 1%;*/
	background: url(../img/next.svg) no-repeat 0 center;
}

.prevlink {
	/*left: 1%;*/
	background: url(../img/prev.svg) no-repeat 0 center;
}

/*.nextlink:hover,
.prevlink:hover {
	opacity: 1;
}*/


/* @end */


/* @group add2home */

/**
 *
 * Main container
 *
 */
#addToHomeScreen {
	z-index:9999;
	-webkit-user-select:none;
	-webkit-box-sizing:border-box;
	width:240px;
	font-size: 20px;
	text-align: center;
	font-family: TSTARLight;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color: white;
	line-height:130%;
	background-color: rgba(0,0,0,0.85);
	height: 100px;
	padding-top: 24px;
	padding-left: 14px;
	padding-right: 14px;
}

/*#addToHomeScreen.addToHomeIpad {
	width:268px;
	font-size:18px;
	padding:14px;
}*/

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
/*#addToHomeScreen.addToHomeWide {
	width:296px;
}*/

/*#addToHomeScreen.addToHomeIpad.addToHomeWide {
	width:320px;
	font-size:18px;
	padding:14px;
}*/

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
	position:absolute;
	left:50%;
	margin-left:-14px;
	width: 28px;
	height: 14px;
background-size: 28px 14px;
	background: url(../img/add2home_arrow.png) no-repeat;
	top: 100px;
}


/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
	position:absolute;
	left:50%;
	margin-left:-14px;
	width: 28px;
	height: 14px;
background-size: 28px 14px;
	background: url(../img/add2home_arrow_top.png) no-repeat;
	top: -14px;
}


/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
	-webkit-box-sizing:border-box;
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
	font-weight:bold;
	font-size:1.3em;
}


/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
	display:inline-block;
	width:18px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
	background-size:18px 15px;
	text-indent:-9999em;
	overflow:hidden;
}


/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
	display:block;
	float:left;
	-webkit-border-radius:6px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	background-repeat:no-repeat;
	width:57px; height:57px;
	-webkit-background-size:57px 57px;
	margin:0 12px 0 0;
	border:1px solid #333;
	-webkit-background-clip:padding-box;
}




/* @end */

/* @group swipe hint */
.swipehint {
	width: 220px;
	height: 90px;
	display: none;
	font-size: 20px;
	font-family: TSTARLight;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color: white;
	line-height:130%;
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	margin-left: -110px;
	margin-top: -45px;
	padding-top: 16px;
	text-align: center;
}

.swipehint span {
	display: inline-block;
}

.swipehint .prev_arrow {
	height: 100%;
	position: absolute;
	top: 0;
	width: 15px;
	background: url(../img/hint_arrow_prev.svg) no-repeat center center;
	left: 8px;
}

.swipehint .next_arrow {
	height: 100%;
	position: absolute;
	top: 0;
	width: 15px;
	background: url(../img/hint_arrow_next.svg) no-repeat center center;
	right: 8px;
}

/* @end */

/* @group debug */

.pixelcounter {
	width: 20px;
	height: 20px;
	position: fixed;
	top: 0;
	left: 0;
	color: #b4b4b4;
	z-index: 999;
}

.scrollcounter {
	width: 20px;
	height: 20px;
	position: fixed;
	top: 0;
	left: 30px;
	color: #b4b4b4;
	z-index: 999;
}


/* @end */






/* @realend */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @realend */













