@font-face {
    font-family: 'KristiMedium';
    src: url('/font/Kristi-webfont.eot');
    src: url('/font/Kristi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Kristi-webfont.woff') format('woff'),
         url('/font/Kristi-webfont.ttf') format('truetype'),
         url('/font/Kristi-webfont.svg#KristiMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ab';
    src: url('font/ab-regular-webfont.eot');
    src: url('font/ab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ab-regular-webfont.woff2') format('woff2'),
         url('font/ab-regular-webfont.woff') format('woff'),
         url('font/ab-regular-webfont.ttf') format('truetype'),
         url('font/ab-regular-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cinzelregular';
    src: url('font/Cinzel-Regular-webfont.eot');
    src: url('font/Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Cinzel-Regular-webfont.woff') format('woff'),
         url('font/Cinzel-Regular-webfont.ttf') format('truetype'),
         url('font/Cinzel-Regular-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media only screen and (max-width: 480px) {

}

html, body {
	margin: 0; padding: 0; width: 100%; height: 100%;
	font-size: 100%;
	overflow: visible;
	background: #999;
  background-attachment: fixed;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
#bg {
	position: absolute;
	height: 100%;
	top: 0;
	left: 200;
	color: #999;
	z-index: 1;
}
#whole {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#box {
	background: url(images/trans.png) repeat;
	margin: 60px;
	padding: 16px 24px;
	width: 423px;
}
h1 {
	font-family: 'KristiMedium';
	color: #71929d;
	font-size: 120px;
	font-weight: normal;
	padding: 0;
	margin: 0 10px 20px;
}
h1.work {
  margin: -20px 10px -10px;
}
h1.ab {
  margin: 10px 10px 30px;
}
.al {
	font-family: 'ab';
	color: #316475;
	font-size: 127px;
	line-height: 123px;
}
.be {
	font-family: 'cinzelregular';
	color: #71929d;
	font-size: 44px;
	line-height: 0px;
	text-transform: uppercase;
	letter-spacing: 13px;
  margin-left: 53px;
}
h2 {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 1.42em;
	line-height: 1.5em;
	color: #333;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 0 0;
}
h3 {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 1.17em;
	line-height: 1.33em;
	color: #333;
	text-align: left;
	font-weight: normal;
	margin: 15px 0 5px;
	padding: 0 0 5px;
}
h4 {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 1.09em;
	line-height: 1.3em;
	color: #333;
	text-align: left;
	font-weight: normal;
	margin: 5px 0;
	padding: 0 0 5px;
}
p {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 1.09em;
	line-height: 1.3em;
	color: #333;
	text-align: left;
	font-weight: normal;
	padding: 3px 0;
	margin: 0;
}
.link {
	background-color: #2a6472;
  color: #fff;
	padding: 13px;
  margin: 13px 0 5px
}
.link a:link, .link a:visited {
	color: #fff;
}
.link a:hover, .link a:active {
	color: #7FB2BE;
}
a:link, a:visited {
	margin: 20px 0;
	color: #2a6472;
	text-decoration: none;
}
a:hover, a:active {
	color: #c22328;
	text-decoration: none;
}
.small {
  font-size: 12px;
}
.lg {
	font-size: 1.1em;
}
.fox {
	margin: 10px 0 0;
}

/* portfolio */
.lbGallery { margin: 10px 0 5px; padding: 0; }
.lbGallery ul { list-style: none; }
.lbGallery ul li { display:inline; padding: 10px 20px 30px 0; line-height:30px; }
.lbGallery ul img {
	border: 4px solid #666;
	border-width: 10px 10px;
}
.lbGallery ul a:hover img {
	border: 4px solid #e2e2e2;
	border-width: 10px 10px;
	color: #fff;
}
.lbGallery ul a:hover { color: #e2e2e2; }