/* !RESET */
body, html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
}
::-webkit-scrollbar { 
    display: none; 
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,a,span,form,fieldset,input,textarea {
	font-family:  'Helvetica Neue', Helvetica, Arial, serif;
	font-size: 11px;
	line-height: 13px;	
	color: #000000;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	word-spacing: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img,embed,object,iframe {
	border: 0;
	margin: 0px;
	padding: 0px;
	outline: none;
}
::-moz-selection
{
	background: #000000;
	color: #ffffff;
}
	
::-webkit-selection 
{
	background: rgba(0,0,0,0.99);
	color: #ffffff;
}

::selection {
	background: rgba(0,0,0,0.99);
	color: #ffffff;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

img {vertical-align: bottom;}

a {
	text-decoration: none;
	color: #000;
	outline: 0;
	border: 0;	
}


.center { text-align: center; }

ul, ol {list-style: none;}

#site {
	min-width: 768px;
	min-height: 444px;
	overflow: visible;
	width: 100%;
}

/* !COMMON CLASSES */
.scrollableArea:before, .group:after {
	content:"";
	display:table;
}
.scrollableArea:after {
	clear:both;
}
.scrollableArea {
	zoom:1;
	margin: 0 auto;
}

.pointer {cursor: pointer;}

.h	{width: 100%;}
.i	{font-style: italic;font-weight: normal;}
.b	{font-weight: bold;}

.ls {display: inline;letter-spacing: -2px;}

.dn {display: none;}
.db {display: block;}

.fn {float: none;}
.fr {float: right;}
.fl {float: left;}
.oh {overflow: hidden;}

.mbm {margin-bottom: 5px;}
.mbs {margin-bottom: 20px;}
.mbd {margin-bottom: 40px;}
.mbt {margin-bottom: 60px;}

.mth {margin-top: 7px;}
.mts {margin-top: 14px;}
.mtd {margin-top: 28px;}
.mtt {margin-top: 42px;}

.mls {margin-left: 10px;}
.mld {margin-left: 20px;}
.mrs {margin-right: 10px;}
.mrd {margin-right: 20px;}

.pbs {padding-bottom: 17px;}

.pth {padding-top: 7px;}
.pts {padding-top: 14px;}
.ptd {padding-top: 28px;}
.ptt {padding-top: 42px;}

.ml {margin-left:20px;}
.mr {margin-right:20px;}

strong {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
}

.nobreak {
	white-space: nowrap;
	display: inline;
}



/* !THIS SITE */
body {
	background: #ffffff;
	position: relative;
}

#navleft,
#navright,
#navctr {
	text-align: center;
}

#navleft,
#navright {
	width: 92px;
}

#navright a.selected {
	color: #000;
}

/* +  header + + + + + + + + + + + + + + + + + + + + + + + + */
#header {
	height: 34px;
	position: relative;
	width: 100%;
	z-index: 99999;
}
#header #navctr,
#header #navctr a {
	text-align: center;
}
#header div {
	position: absolute;
	top: 13px;
}

/* values for 1024px window */
#navleft {
	left: 206px;
}
#navctr {
	left: 460px;
}
#navright {
	left: 762px;
}

#header div a,
#header div a span {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #b1b2b3;
	height: 22px;
}

#header ul {
	display: none;
	position: absolute;
	left: -67px;
	top: 0;
	width: 160px;
}
#header ul li {
	display: block;
}
#header ul li a,
#header ul li span {
	font-weight: normal;	
}
#header div a#abc_logo,
#header div a#abc_logo span {
	color: #000;
	cursor: default;
}
#header ul.sort {
    width: 144px;
    left: -26px;
}
#header ul.navigate {
    width: 145px;
    left: -29px;
}



/* !CONTENT */
#all_rows {
	margin: 75px 0;
	overflow: hidden;
	height: auto;	
}
#all_rows_fixed {
	width: 2000px; 
	margin-top: 150px;
}
.row_fixed {
	height: 160px;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-top: 38px;	
}
.row_fixed img {
	padding-right: 30px;
}
#single {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 201;
	min-height: 444px;
}
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	margin-top: -7px;
	height: 13px;
	width: 27px;
	z-index: 202;
	background: url(/css/artwork/loading.gif) no-repeat;
	display: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 201;
	min-height: 600px;
	display: none;
}
.projects_wrap {
	height: 100%;
	width: 100%;
	position: absolute;
}
.slide.videoslide {
	z-index: 205;
}
.slide iframe {
	display: block;
	width: 90%;
	height: 90%;
	padding: 5%;
	z-index: 99999;
}
.slider {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
.slide {
	position: absolute;
	z-index: 203;
	top: 100px;
	left: 50px;
	display: none;
}
.slide.active {
	display: block;
}
.project_desc {
	position: absolute;
	bottom: 22px;
	left: 0;
	text-align: center;
	width: 100%;
	min-width: 800px;
	z-index: 999;
}
.project_desc p,
.project_desc span,
.project_desc a {
	font-family: 'Helvetica Neue', Helvetica, Arial, serif;
	font-weight: normal;
}
.project_desc a {
	color: #636363;
}


.counter_wrap {
	margin-bottom: 6px;
}
.slidenav {
	width: 50%;
	display: block;
	position: absolute;
	min-height: 100px;
	text-indent: -99999px;
	top: 0;
	z-index: 204;
}
.slidenav.next {
	right: 0;
	cursor: url(/css/artwork/arrow-right.png), auto;
}
.slidenav.prev {
	left: 0;
	cursor: url(/css/artwork/arrow-left.png), auto;	
}




/* !SCROLL */
.scrollcont {
	height: 186px;
	width: 100%;
	position: relative;
}
.rscrollarea,
.lscrollarea {
	background: url(/css/artwork/trans.png) repeat;
	position: absolute;
	top: 18px;
	height: 150px;
	width: 10%;
	min-width: 75px;
	z-index: 200;
	cursor: ;
}
.rscrollarea {
	right: 0;
	cursor: url(/css/artwork/arrow-right.png), auto;
}
.lscrollarea {
	left: 0;
	cursor: url(/css/artwork/arrow-left.png), auto;	
}
.hiddenarea {
	display: none !important;
}
.scrollcont a.thumb {
	overflow:visible;
	display: block;
	position: relative;
	margin: 18px 15px;
	padding: 0;
}
.scrollcont a.thumb img {
	width: 100%;
	height: 100%;
}
.scrollcont span.thumbtitle {
	display: none;
}
div.scrollWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}
.project_desc .title,
.title-holder {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
}
.title-holder {
	text-align: center;
	display: none;
	position: absolute;
	bottom: 22px;
	height: 13px;
	width: 400px;
	z-index: 1;	
}



/* ABOUT */
#about {
	padding: 25px 0 54px 0;
	width: 700px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 23px;
}
#about p,
#about a,
#about span {
	font-size: 20px;
	line-height: 25px;
	color: #000000;
}
#about .st {
	font-size: 11px;
	line-height: 13px;
}
#about a {
	color: #bbbcbd;
}

#about strong {
	font-size: 22px;
	line-height: 22px;
}
#error {
	padding-top: 110px;
	width: 724px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 23px;
}
#error p, #error a, #error span {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #666666;
}



/* DROPDOWN */
ul.drop {
	z-index: 597; 
}
ul.drop li { 
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #b1b2b3;
}
ul.drop ul { 
	visibility: hidden; 
	padding-top: 6px;
}



/* >1024px */
@media only screen and (min-device-width : 1025px) {
	
	#navright:hover a.view {
		color: #000;
	}	
	a:hover, a:hover span  {
		color: #000;
		transition: 0.3s;
		-moz-transition: 0.3s; /* Firefox 4 */
		-webkit-transition: 0.3s; /* Safari and Chrome */
		-o-transition: 0.3s; /* Opera */
	}
	#header div a:hover,
	#header div a:hover span  {
		color: #000;
	}
		
}

/* <1024px */
@media only screen and (max-device-width : 1024px) {
	.view.selected {
		color: #000;
	}	
}
	
.project_desc a:hover {
	color: #000;
}	
ul.drop li.hover, ul.drop li:hover { 
	color: black;
}
ul.drop li:hover > ul { 
	visibility: visible 
}	
#about a:hover {
	color: black;
}
.scrollcont a.thumb {
	transition: box-shadow 0.8s;
	-moz-transition: box-shadow 0.8s; /* Firefox 4 */
	-webkit-transition: box-shadow 0.8s; /* Safari and Chrome */
	-o-transition: box-shadow 0.8s; /* Opera */
}
.scrollcont a.thumb:hover {
	overflow:visible;
	-webkit-box-shadow: 0px 0px 18px 3px #00fbff;
	-moz-box-shadow: 0px 0px 18px 3px #00fbff;
	box-shadow: 0px 0px 18px 3px #00fbff;
	transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s; /* Firefox 4 */
	-webkit-transition: box-shadow 0.5s; /* Safari and Chrome */
	-o-transition: box-shadow 0.5s; /* Opera */
}



.scrollcont a.black:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #000;
	-moz-box-shadow: 0px 0px 18px 3px #000;
	box-shadow: 0px 0px 18px 3px #000;
}
.scrollcont a.deep-sky-blue:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #00aefe;
	-moz-box-shadow: 0px 0px 18px 3px #00aefe;
	box-shadow: 0px 0px 18px 3px #00aefe;
}
.scrollcont a.green:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #009600;
	-moz-box-shadow: 0px 0px 18px 3px #009600;
	box-shadow: 0px 0px 18px 3px #009600;
}
.scrollcont a.grey:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #a9aaaf;
	-moz-box-shadow: 0px 0px 18px 3px #a9aaaf;
	box-shadow: 0px 0px 18px 3px #a9aaaf;
}
.scrollcont a.lawn-green:hover {f
	-webkit-box-shadow: 0px 0px 18px 3px #00ff00;
	-moz-box-shadow: 0px 0px 18px 3px #00ff00;
	box-shadow: 0px 0px 18px 3px #00ff00;
}
.scrollcont a.light-grey:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #e8e9eb;
	-moz-box-shadow: 0px 0px 18px 3px #e8e9eb;
	box-shadow: 0px 0px 18px 3px #e8e9eb;
}
.scrollcont a.navy:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #322b98;
	-moz-box-shadow: 0px 0px 18px 3px #322b98;
	box-shadow: 0px 0px 18px 3px #322b98;
}
.scrollcont a.orange:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #ff9100;
	-moz-box-shadow: 0px 0px 18px 3px #ff9100;
	box-shadow: 0px 0px 18px 3px #ff9100;
}
.scrollcont a.pink:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #ff3e9b;
	-moz-box-shadow: 0px 0px 18px 3px #ff3e9b;
	box-shadow: 0px 0px 18px 3px #ff3e9b;
}
.scrollcont a.purple:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #ac378f;
	-moz-box-shadow: 0px 0px 18px 3px #ac378f;
	box-shadow: 0px 0px 18px 3px #ac378f;
}
.scrollcont a.red:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #fe0000;
	-moz-box-shadow: 0px 0px 18px 3px #fe0000;
	box-shadow: 0px 0px 18px 3px #fe0000;
}
.scrollcont a.royal-blue:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #0094d3;
	-moz-box-shadow: 0px 0px 18px 3px #0094d3;
	box-shadow: 0px 0px 18px 3px #0094d3;
}
.scrollcont a.slate-blue:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #6f88c5;
	-moz-box-shadow: 0px 0px 18px 3px #6f88c5;
	box-shadow: 0px 0px 18px 3px #6f88c5;
}
.scrollcont a.turquoise:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #00c9bf;
	-moz-box-shadow: 0px 0px 18px 3px #00c9bf;
	box-shadow: 0px 0px 18px 3px #00c9bf;
}
.scrollcont a.yellow:hover {
	-webkit-box-shadow: 0px 0px 18px 3px #ffea00;
	-moz-box-shadow: 0px 0px 18px 3px #ffea00;
	box-shadow: 0px 0px 18px 3px #ffea00;
}	