@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

body {
	font-family:'Avenir Next W01 Thin', Helvetica, Arial, sans-serif;
	color: #888888;
}

.regular {
	font-family:'Avenir Next W01 Thin', Helvetica, Arial, sans-serif;
}	

.bold {
	font-family:'AvenirNextLTW01-MediumS', Helvetica, Arial, sans-serif;
}

.futura {
	font-family:'FuturaW01-LightCondense 774878', Helvetica, Arial, sans-serif;
}

.ultra {
	font-family:'AvenirNextLTW01-UltraLi', Helvetica, Arial, sans-serif;	
}


.fltlft {
	float: left;	
}

.fltrt {
	float: right;	
}

.clear {
	clear: both;	
}

.full {
	width: 100%;	
}

.transition {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;	
}

a:link, a:visited {
	text-decoration: none;
	color: #888888;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #cccc33;	
}

a.current:link, a.current:visited {
	color: rgb(204,204,51);
}

.left {
	text-align: left;	
}

.right {
	text-align: right;	
}
	
.center {
	text-align: center;	
}

.justify {
	text-align: justify;	
}

.not_seen {
	display: none;	
}

.relative {
	position: relative;	
}


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.3%;
	padding-left: 2.35%;
	padding-right: 2.35%;
	clear: none;
	float: none;
}

#container {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	min-height: 350px;
}

header, #interior_header {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	background: #ffffff;	
	z-index: 250;
}

header img#logo, #interior_header img#mobile_logo {
	float: left;
	width: 50%;
	height: auto;
	margin: 15px 0% 15px 3%;	
}

.mobile_nav {
	position: fixed;
	left: -110%;
	top: 0px;
	width: 80%;	
	height: 100%;
	background: #ffffff;	
	z-index: 300;
	overflow-y: auto;
	border-right: 1px solid #999999;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.nav_show {
	left: 0%;	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


.mobile_nav .mobile_nav_item {
	float: left;
	width: 80%;
	background: #ffffff;
	color: #888888;	
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #888888;
	margin: 0px 10% 0px;
	font-size: 17px;
	line-height: 17px;
	display: block;
	font-family:'FuturaW01-LightCondense 774878', Helvetica, Arial, sans-serif;
}

.mobile_nav .mobile_nav_item_2 {
	float: left;
	width: 80%;
	background: #ffffff;
	color: #cccccc;	
	text-align: left;
	padding: 30px 0;
	border-bottom: 1px solid #888888;
	margin: 0px 10% 0px;
	font-size: 17px;
	line-height: 17px;
	display: block;
	font-family:'FuturaW01-LightCondense 774878', Helvetica, Arial, sans-serif;
}


.mobile_nav .mobile_nav_item:last-child {
	border-bottom: none;	
}

#res_nav_mobile, #com_nav_mobile {
	float: left;
	width: 100%;
	margin: 5px 0 0px;	
}


.mobile_sub_nav_item {
	float: left;
	text-align: center;
	width: 100%;	
	margin: 10px 0 ;
	color: #888888;
}

#close_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background: #999999;
	text-align: center;
	font-size: 28px;
	line-height: 50px;
	cursor: pointer;
}

.cycle-slideshow {
	width: 100%;
	height: 100%;	
}

#o_watermark {
	position: absolute;
	right: 10%;
	top: 0px;
	width: 80%;
	height: 100%;
	z-index: 250;	
	background-image:url(../images/o.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: contain;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5
}

#home_one {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 200;
}

#portfolio {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 200;
}


.cycle_next_visible {
	right: 0px;
background-image: url(../images/right-arrow.png);
background-size: 70%;
background-repeat: no-repeat;
background-position: 80% center;
position: absolute;
top: 0px;
width: 20%;
opacity: 1;
filter: alpha(opacity=1);
z-index: 211;
height: 100%;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.cycle_next_visible:active {
	background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

.slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index:250;
	background: #999999;	
	
}

.footer_item {
	float: left;
	width: 50%;
	text-align: center;	
}

.footer_item img {
	padding: 13px 0;
	width: 30%;
	height: auto;	
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.625%;
	padding-left: 1.1875%;
	padding-right: 1.1875%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 93.4166%;
	max-width: 1232px;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#container {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	min-height: 700px;
}

/* -- header --*/

header {
	position: absolute;
	top: 13%;
	z-index:250;
	right: 65%;
	width: 30%;
	text-align: right;
	background: transparent;
}


header img#logo {
	float: right;
	width: 100%;
	height: auto;
	display: block;
	max-width: 400px;
}


header nav {
	position: relative;
	left:inherit;
	top: inherit;
	height: inherit;
	background: transparent;
	float: left;
	width: 70%;
	margin: 20px 0% 0 15%;	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}



header nav .nav_item, header nav .nav_item a.nav_item_link:link, header nav .nav_item a.nav_item_link:visited {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.2em;
	float: left;
	width: 100%;	
	margin: 1px 0;
	cursor: pointer;
}

header nav .nav_item a.nav_item_link:hover {
	color: #cccc33;
}



/* -- sub nav --*/


#res_nav, #com_nav {
	float: left;
	width: 100%;
	margin-left: 25%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub_nav_item a:link, .sub_nav_item a:visited {
	float: left;
	width: 100%;
	text-align: left;
	color: #888888;
	font-size: 15px;
	margin: 3px 0px 3px 0px;

}

.sub_nav_item a:hover {
	color: #cccc33;
}

.sub_nav_item a.current:link, .sub_nav_item a.current:visited {
	color: #cccc33;
	font-weight: bold;
}

/* -- interior header --*/

header#interior_header {
	position: absolute;
	top: 0px;	
	right: 70%;
	width: 30%;
	height: 100%;
	text-align: right;
	background-image:url(../images/o-half.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

header#interior_header img#logo {
	float: right;
	width: 80%;
	max-width: 270px;
	height: auto;
	display: block;
	margin: 90% 5% 0px 0%;
}	

header#interior_header nav {
	float: left;
	width: 50%;
	margin: 20px 0% 0 10%;	
	
}

header#interior_header #res_nav, header#interior_header #com_nav {
	float: left;
	width: 100%;
	margin-left: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* -- slideshows --*/

.cycle-slideshow {
	width: 100%;
	height: 100%;	
}

#o_watermark {
	position: absolute;
	right: 10%;
	top: 0px;
	width: 80%;
	height: 100%;
	z-index: 250;	
	background-image:url(../images/o.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: contain;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5
}

#home_one {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60%;
	height: 100%;
	z-index: 200;
}

#home_two {
	position: absolute;
	right: 60%;
	bottom: 0px;
	width: 20%;
	height: 45%;
}

#home_three {
	position: absolute;
	right: 80%;
	bottom: 0px;
	width: 20%;
	height: 45%;
}

#portfolio {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70%;
	height: 100%;
	z-index: 200;
}

.cycle_next_visible {
	right: 0px;
background-image: url(../images/right-arrow.png);
background-size: 70%;
background-repeat: no-repeat;
background-position: 80% center;
position: absolute;
top: 0px;
width: 20%;
opacity: 1;
filter: alpha(opacity=1);
z-index: 211;
height: 100%;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.cycle_next_visible:hover {
	background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

.slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

/* -- profile -- */

#profile {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70%;
	height: 100%;
	z-index: 200;
	background-image:url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
}

#profile_content {
	width: 50%;
	margin-left: 30%;
	background: #ffffff;
	height: 100%;
}

#profile_content p {
	float: left;
	text-align: right;
	padding: 50px 10% 10px;
	width: 80%;	
}

#website {
	position: fixed;
	bottom: 0;
	right: 2%;	
	z-index:300;
}

#website img {
	width: 85px;
	height: auto;	
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_mobile {
    display: block;
}

.hide_tablet {
    display: block;
}

.hide_desktop {
    display: none;
}

}

@media only screen and (min-width: 1000px) {
	#profile_content {
	width: 40%;
	margin-left: 40%;
}

}

@media only screen and (min-width: 1200px) {
	#profile_content {
	width: 35%;
	margin-left: 45%;
}

}

@media only screen and (min-width: 1400px) {
	#profile_content {
	width: 30%;
	margin-left: 50%;
}

	header#interior_header nav {
	float: left;
	width: 50%;
	margin: 20px 0% 0 25%;	
	
}
}
