body {
	font-family: 'Open Sans', sans-serif;	
    font: normal normal normal 70%/1.33 'Open Sans', sans-serif;
	font-weight: 300;
    letter-spacing: 0.04em;
	color: #8f8f8f;
    width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
    background: #202022;
    margin: auto;
}


@keyframes fadelime {
  0%   {background-color: rgba(211, 225, 0, 0.0);}
  50%  {background-color: rgba(221, 225, 0, 0.1);}
}

@keyframes fadecyan {
  0%   {background-color: rgba(0, 189, 255, 0.0);}
  50%  {background-color: rgba(0, 189, 255, 0.1);}
}

.devicewrapper{
    min-width: 333px;
    max-width: 1000px;
    margin:0 auto;
}
.devicewrapperdouble{
    min-width: 333px;
    max-width: 666px;
    margin:0 auto;
}
.devicewrapperportfolio{
    min-width: 333px;
    max-width: 800px;
    margin:0 auto;
}
.devicewrapperchronik{
	width: 100%;
    background-size: 110%;
    background-position: center center;
    width: 100%;
    height: 30px;
    text-align: center;
}

#studiosegment{
    min-width: 333px;
    max-width: 999px;
    margin: 0 auto;
}

#pitchsegment{
    min-width: 333px;
    margin: 0 auto;
}
#contactsegment{
	width: 265px;
    margin: 0 auto;
    float: left;
}
#clientssegment{
	width: 400px;
    margin: 0 auto;
    float: right;
	clear: left;
}
#portfoliosegment{
    background-size: 110%;
    background-position: center center;
    position: relative;
    width: 100%;
    padding: 0px 0px 10px 0px;
    float: left;
    clear: right;
    text-align: center;
}



a:link {
    text-decoration: underline;
	text-decoration-color: #DDFF00;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
    color: #fff;
}
a:visited {
    text-decoration: underline;
	text-decoration-color: #DDFF00;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
    color: #fff;
}
a:hover {
    text-decoration: underline;
	text-decoration-color: #00BDFF;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
    color: #b1b1b1;
    border-width: 0px;
    padding: 0px;
}
a:active {
    color: #fff;
    border-width: 0px;
    padding: 0px;
}


a.pEntryButton{
    text-decoration: none;
    font: normal normal normal 95%/1.35 'Open Sans', sans-serif;
	font-weight: 500;
	padding: 3 8 3 8;
	background-color: #202022;
	color: #DDFF00; 
	border-radius: 0px;
	position: absolute;
	top: 7px;
	opacity: 0.9;
	cursor: pointer;
}

a.pEntryButton:hover{
	color:#00BDFF;
}

a.CTAButton{
    text-decoration: none;
	padding: 3 8 3 8;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: #DDFF00;
	cursor: pointer;
	
	animation-name: fadelime;
  	animation-duration: 4s;
	animation-iteration-count: infinite
}

a.CTAButton:hover{
	border-color: #00BDFF;
	
	animation-name: fadecyan;
  	animation-duration: 4s;
	animation-iteration-count: 1
}

p{
    margin: 5px 0px 8px 0px;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    text-align: left;
}

.customiframe{
	position: absolute;
	top: 0px;
}
.studiologo{
    width: 200px;
	position: relative;
	top: -13px;
    padding: 0px 0px 50px 0px;
}


.globalcopy{
    padding: 25px 15px 8px 15px;
}
.globalfootercopy{
    padding: 25px 15px 8px 15px;
}
.globalfootercopy p{
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.loginfootercopy{
	padding: 8px 15px 8px 15px;
}
.loginfootercopy p{
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.loginfootercopy input[type=password] {
	color: #ffffff;
	background-color: #202021;
	box-sizing: border-box;
	padding: 2px 3px 3px 5px;
	border: 1px dotted #676767;
	border-radius: 3px;
}
.loginfootercopy input[type=password]::placeholder {
	color: #8f8f8f;
}
.loginfootercopy input[type=password]:focus {
	color: #ffffff;
	border: 1px dotted #ddff00;
}

.loginfootercopy button[type=submit] {
	color: #8f8f8f;
	background-color: #202021;
	box-sizing: border-box;
	border: 1px solid #676767;
	border-radius: 3px;
	cursor: pointer;
}
.loginfootercopy button[type=submit]:hover {
	color: #ffffff;
	border: 1px solid #00bdff;
	border-radius: 3px;
	cursor: pointer;
}

.footer{
	float: left;
	clear: right;
    width: 100%;
    padding: 50px 0px 40px 0px;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 0px;
    margin: 0 auto;
}
#studiowindow{
    background:url(_rc/studiotimwalter.jpg) no-repeat top center;
	background-color: #1B1B1D;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

#backstagewindow{
	background-color: #1B1B1D;	
}

#portfoliofadeout{
    position: relative;
    float: left;
	clear: right;
	height: 150px;
	width: 100%;
	background-image: -webkit-linear-gradient(rgba(32,32,34,1), rgba(19,19,20,0));
	background-image: -o-linear-gradient(rgba(32,32,34,1), rgba(19,19,20,0));
	background-image: linear-gradient(rgba(32,32,34,1), rgba(19,19,20,0));
}
#endofportfolio{
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-color: #fff;
	height: 20px;
	background-color: #202022;
	width: 100%;
}

.singlecolumn{
    width: 333px;
    float: right;
}
.singlecolumnfooter{
    width: 333px;
    float: left;
}
.doublecolumn{
    min-width: 333px;
    max-width: 666px;
    float: left;
}



#studiowindowchronik{
    background-size: 110%;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 30px;
	height: 10px;
	padding: 0px 5px 20px 0px;
    float: left;
    clear: right;
    text-align: center;
}
#chroniktitle{
    line-height: 1.3;
	color: #ffffff;
    font-size: 130%;
	text-align: center;
    padding: 0px 0px 15px 0px;
}
.chroniksegment{
	float: left;
	clear: right;
	width: 100%;
	overflow: scroll;
    margin: 0 auto;
	background-color: #131314;
}
#chronikpinnedsegment{
    margin: 0 auto;
}
#chronikbottomspacer{
	height: 40px;
	width: 100%;
	float: left;
	clear: right;
	background: #131314;
}



.chronikentry{
	margin-bottom: 25px;
	width: 100%;
	float: left;
    margin: 0 auto;
}
.chronikentrypinned{
	float: left;
    margin: 0 auto;
}


.chronikcontent{
    line-height: 1.3;
    font-size: 130%;
    padding: 0px 0px 40px 0px;
    margin: 0 auto;
}
.chronikcontentpinned{
	align-content: center;
	align-items: center;
    line-height: 1.3;
    font-size: 130%;
    padding: 0px 8px 20px 8px;
    margin: 0 auto;
}



.chronikmedia{
	position: relative;
    margin: 0 auto;
}

.chronikmediaarrow{
	position: absolute;
	width: 16px;
	height: 9px;
	top: 2px;
	right: 2px;
	background-color: #ddff00;
	cursor: pointer;
}
.chronikmediaarrow:hover{
	background-color: #00bdff;
}

.chronikmedia img{
    padding: 0px;
    margin: 0 auto;
	object-fit: cover;
	object-position: 100% 0%;
	width: 100%;
	border-width: 0px;
	border-top-width: 0px;
	border-color: #ddff00;
	border-style: solid;
}

.chronikmedia video{
    padding: 0px;
    margin: 0 auto;
	object-fit: cover;
	object-position: 100% 0%;
	width: 100%;
}

.chronikmeta {
    padding: 18px 15px 5px 15px;
	font-size: 75%;
	color: #686868;
    background-color: #202022;
}
.chronikmeta a {
	color: #686868;
	text-decoration: none;
}
.chronikmeta a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.chronikcopy {
	padding: 8px 26px 22px 18px;
    background-color: #202022;
}
.chronikcopy p{
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;	
}

.moreentries{
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
}
.load-more{
    margin: 0 auto;
    line-height: 1.3;
    font-size: 200%;
	padding: 20px 0px 30px 0px;
	color: #686868;
	cursor: pointer;
	background-image: -webkit-linear-gradient(rgba(32,32,34,1), rgba(32,32,34,0));
	background-image: -o-linear-gradient(rgba(32,32,34,1), rgba(32,32,34,0));
	background-image: linear-gradient(rgba(32,32,34,1), rgba(32,32,34,0));
}
.load-more:hover{
	color: #00BDFF;
}
.chronikspacer{
	float: left;
	clear: right;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	margin-top: 40px;
	border-width: 0px;
	border-color: #202022;
	border-style: dotted;
}
.portfolioentry{
	position: relative;
	font-size: 20px;
	text-align: left;
	color: #ddff00;
	align-content: center;
	overflow: hidden;
	text-size: 20px;
	background-color: #181818;
	height: 50px;
}
.portfolioentrytime{
    padding: 22px 0px 5px 6px;
	font-size: 65%;
	color: #fff;
}
#pitchcopy{
    line-height: 1.3;
    font-size: 130%;
    padding: 20px 15px 10px 15px;
}


#contactcopy{
}
.contactcopy{
    padding: 0px 15px 140px 15px;
	font-size: 130%;
}
.contactcopy p{
    line-height: 1.5;
	padding-bottom: 25px;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    text-align: left;
}

#clientscopy{
	height: 180px;
    line-height: 1.3;
    font-size: 130%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}
.clientstable{
	width: 380px;
	float: left;
    line-height: 1;
    font-size: 100%;
	font-weight: 300;
    color: #fff;
	padding: 0px;
}
.clientstable td{
	width: 50%;
	padding: 0px;
}
.clientstable tr{
	padding: 0px;
}
.segmentcopy{
	float: center;
	clear: both;
	margin: 0 auto;
	align-content: center;
    font-size: 130%;
    padding: 0px 0px 30px 0px;
}