@font-face {
    font-family: 'asapregular';
    src: url('fonts/asap-regular-webfont.eot');
    src: url('fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asap-regular-webfont.woff') format('woff'),
         url('fonts/asap-regular-webfont.ttf') format('truetype'),
         url('fonts/asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamHTFBookRegular';
    src: url('fonts/gothamhtf-book-webfont.eot');
    src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-book-webfont.svg#GothamHTFBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	font-family: GothamHTFBookRegular, sans-serif;
	text-transform: uppercase;
}

/**GALLERY CSS**/

#colby-gallery {
	width:855px;
	padding-bottom:30px;
	position:relative;
}

.colby-gallery .colby-gallery-header {
	height:20px;
	line-height:20px;
	margin-bottom: 7px;
}

.colby-gallery .colby-gallery-position {
	float:left;
	font-size:12px;
	line-height:20px;
}

.colby-gallery a.colby-gallery-prev , .colby-gallery a.colby-gallery-next {
	float:right;
	margin-left:10px;
	color:black;
	font-size:12px;
	line-height:20px;
	font-family: GothamHTFBookRegular, sans-serif;
	text-decoration:none;
}

.colby-gallery a.colby-gallery-next.disabled , .colby-gallery a.colby-gallery-prev.disabled {
	color:#ccc;
}

.colby-gallery .colby-gallery-images {
	position:relative;
}

.colby-gallery {
	margin-bottom: 4px;
}

.colby-gallery .colby-gallery-image {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	display:none;
	text-align:center;
}

.colby-gallery .colby-gallery-image img {
	display:inline;
}

.colby-overlay {
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:1000;
    background:black;
    display:none;
}

.colby-overlay-image {
    text-align:center;
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:1;
}

.colby-overlay-image img {
    position:absolute;
    max-width: 9999px;
}

.colby-overlay-loader {
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:10;
    display:none;
    background:url("images/ajax-loader.gif") no-repeat center center;
}

.colby-overlay-loading .colby-overlay-loader {
    display:block;
}

.colby-overlay-controls {
    position:absolute;
    width:93px;
    height:30px;
    left:50%;
    margin-left:-46px;
    bottom:10%;
    z-index:20;
    display:none;
}
.colby-overlay-controls a {
    float:left;
    display:block;
    width:30px;
    height:30px;
    text-decoration:none;
    outline:none!important;
    background-image:url("images/controls.png");
    background-repeat:no-repeat;
    margin-left:1px;
}

.colby-overlay-controls a.colby-overlay-prev {
    background-position:0px 0px;
}

.colby-overlay-controls a.colby-overlay-prev:hover {
    background-position:0px -30px;
}

.colby-overlay-controls a.colby-overlay-close {
    background-position:-30px 0px;
}

.colby-overlay-controls a.colby-overlay-close:hover {
    background-position:-30px -30px;
}

.colby-overlay-controls a.colby-overlay-next {
    background-position:-60px 0px;
}

.colby-overlay-controls a.colby-overlay-next:hover {
    background-position:-60px -30px;
}

.colby-gallery .colby-gallery-title {
	position:absolute;
	font-size: 12px;
	top:100%;
	margin-top: 10px;
	font-style: italic;
	right: 2px;
}

/**gallery css**/

a:link, a:visited {
	color: #000;
	/**
	-webkit-transition: opacity .1s ease-in;
	-moz-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;
	**/
	text-decoration: none;
	
}

#header a:hover, .contact-box a:hover {
	border-bottom: 2px solid black;
}

#main-menu {
	position: absolute;
	top: 20px;
	left: 20px;
}

#gallery li a:link {
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

#gallery li a:hover {
	opacity: .7;
}

#gallery:not(.large) li  {
	width: 150px;
	height: 129px;
	background-repeat: no-repeat;
}

/**SPLASH PAGE**/

#splash-image {
	position: absolute;
	width: 700px;
	height: 466px;
	top: 100px;
	display: none;
}

#splash-image img {
	padding-top: 10px;
}


#gallery li img {
	width: 150px;
}

#gallery.large li {
	display: block;
	width: 250px;
	height: 250px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	opacity: 1;
	transition: .2s;
}

#gallery.large li:hover {
	opacity: .8;
}

#gallery.large li div {
	position: relative;
	top: 115px;
}

#gallery li {
	height: 129px;
}

#pTitle {
	font-size: 14px;
	color: gray;
	padding-top: 30px;
	width: 160px;
	text-align: left;
}

/**HOMEPAGE**/

#wrapper {
	width: 855px;
	margin: auto;
	position: relative;
	display: none;
}


#header {
	margin-top: 25px;
	font-size: 38px;
}

#header > a:first-child {
	line-height: 35px;
	border-bottom: 2px solid #FFF;
	margin-bottom: 2px;
	display: inline-block;
}

#header > a:first-child:hover {
	border-bottom: 2px solid #000;
}

#header ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

#header ul li {
	float: left;
	margin-right: 15px;
}

/**PROJECTS**/

#content-area {
	margin-top: 35px;
}

#content-area img {
	max-width: 855px;
}

#navigation {
	position:absolute;
	top:40px;right:0px;"
}

a.fullscreen {
	font-size: 12px;
	text-decoration: underline;
	position:absolute;
	top:100%;
	margin-top:10px;
	left:2px;
}

/**CONTACT PAGE**/

.contact-box {
	width:900px;
	text-transform: none;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}