@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%;
}
/* 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:		4;
	dw-num-cols-desktop:	4;
	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. */
@media only screen and (max-width: 479px) {
	
body {
	overflow: hidden;
}


div#jabout {
	position: relative;
	top: -64px;
	width: 100%;
	height: 750px;
	left: -4.3%;
	text-align: left;
	margin-left: 0;
	clear: both;
}

div#jabout_bg {
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	background: #ffffff;
	top: 20px;
}

.thumb_bg {
	clear: both;
	width: 61%;
}

.thumb {
	padding-left: 1%;
	padding-right: 1%;
	max-width: 100%;
	
}

div#introimages {
	position: relative;
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	text-align: center;
}


#jabout_col1 {
	width: 80%;
	position: relative;
	left: 12.5%;
	top: 92px;
	color: #000;
	clear: both;
}
#jabout_col2 {
	width: 80%;
	position: relative;
	left: 12%;
	top: 110px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	line-height: 20px;
}
#jabout_col3 {
	width: 36%;
	position: relative;
	left: 20%;
	top: 96px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	line-height: 20px;
}
#mobileSoon {
/*display: block;*/	
}
.jabout_font {
	font-family: 'Roboto';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}

#header {
	max-width: 280px;
	width: 100%;
	margin-left: 0;
	position: static;
	height: 200px;
}
#leftInfo_container {
	width: 100%;
	margin-left: 0;
	display: none;
}
div#navi {
	text-align: center;
	padding-top: 32px;
	padding-bottom: 35px;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 27px;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	height: 130px;
	font-weight: 300;
	clear: both;
}
div#rightInfo_mobile {
	width: 100%;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	left: 39%;
	top: -80px;
	font-family: 'Roboto';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 23px;
	position: relative;
}
div#rightInfo {
	display: none;
}


#footer {
	width: 100%;
	margin-left: 0;
	clear: both;
}

div#footer_bg {
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	top: 40px;
	background: #ffffff;
	padding-bottom: 60px;
	
}

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

p.thin_20 {
	font-family: 'Roboto';
	color: #000;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

p.regular_20 {
	font-family: 'Roboto';
	color: #000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

div#thumbnails {
	position: relative;
	left: 7.6%;
	width: 100%;
	top: 0;
}

div#workPic {
	position: relative;
	top: 70px;
	left: 5%;
	width: 90%;
	z-index: 2;
}

div#workInfo {
	color: #000;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.5px;
	position: relative;
	top: 90px;
	left: 5%;
	width: 90%;
	float: left;
	background: #fff;
	
	padding-left: 1.2%;
	padding-right: 1.2%;
	height: auto;
}

div#workInfo p.body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 14px;
}


p.pagenavi {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 10px;
}



div#pagenavi_mobi {
	position: absolute;
	top: 30px;
	left: 5%;
	display: block;
	z-index: 3;
}

div#pagenavi {
	display: none;
}

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

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

body {
	overflow: hidden;
}

div#content {
	overflow: hidden;
}

div#jabout {
	position: relative;
	top: -64px;
	width: 100%;
	height: 750px;
	left: -4.3%;
	text-align: left;
	margin-left: 0;
	clear: both;
}


/*	
div#jabout {
	position: relative;
	top: -4px;
	width: 100%;
	height: 637px;
	left: -4.3%;
	text-align: left;
}
*/

.thumb {
	padding-left: 1.1%;
	padding-right: 1%;
	max-width: 100%;
}

.thumb_bg {
	width: 30%;
	max-width: 51%;
	min-width: 39%;
	float: left;
}

#jabout_col1 {
	width: 80%;
	position: relative;
	left: 12.5%;
	top: 92px;
	color: #000;
	clear: both;
}
#jabout_col2 {
	width: 80%;
	position: relative;
	left: 12%;
	top: 110px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	line-height: 20px;
}
#jabout_col3 {
	width: 13%;
	position: relative;
	left: 21%;
	top: 86px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	line-height: 20px;
}
#mobileSoon {
/*display: block;*/	
}
.jabout_font {
	font-family: 'Roboto';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
	max-width: 1280px;
	width: 100%;
	margin-left: 0;
	position: static;
	height: 237px;
}
#leftInfo_container {
	width: 100%;
	margin-left: 0;
	display: none;
}
div#rightInfo_mobile {
	display: none;
}
div#rightInfo {
	width: 100px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	left: 73%;
	top: 7px;
	font-family: 'Roboto';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 23px;
	position: absolute;
	display: block;
}

div#navi {
	text-align: center;
	padding-top: 32px;
	padding-bottom: 35px;
	position: absolute;
	width: 28%;
	left: 36.17125%;
	top: 0;
	font-size: 27px;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	height: 130px;
	font-weight: 300;
}

#jabout {
	width: 100%;
	margin-left: 0;
	clear: both;
}
#footer {
	width: 100%;
	margin-left: 0;
	clear: both;
}

div#footer_bg {
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	top: 40px;
	background: #ffffff;
	height: auto;
	padding-bottom: 60px;
	
}

.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}

p.thin_20 {
	font-family: 'Roboto';
	color: #000;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

p.regular_20 {
	font-family: 'Roboto';
	color: #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

div#introimages {
	position: relative;
	left: 0;
	top: -43px;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	text-align: center;
}

div#jabout_bg {
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	background: #ffffff;
	top: 20px;
	padding-bottom: 20px;
}


div#thumbnails {
	position: relative;
	left: 23%;
	width: 100%;
	top: -100px;
}

div#workPic {
	position: relative;
	top: 70px;
	left: 5%;
	width: 90%;
	z-index: 2;
}

div#workInfo {
	color: #000;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.5px;
	position: relative;
	top: 90px;
	left: 5%;
	width: 90%;
	float: left;
	background: #fff;
	
	padding-left: 1.2%;
	padding-right: 1.2%;
	height: auto;

}

div#workInfo p.body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 14px;
}

div#pagenavi_mobi {
	position: absolute;
	top: 30px;
	width: 90%;
	left: 5%;
	display: block;

}

div#pagenavi {
	display: none;
}

p.pagenavi {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 16px;
}

div#content {
	top: -42px;
}

}

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

@media only screen and (min-width: 768px) {
div#jabout {
	position: relative;
	top: -4px;
	width: 100%;
	height: 607px;
	left: -4.3%;
	text-align: left;
}

.thumb {
	padding-left: 1.28%;
	padding-right: 1.26%;
	max-width: 100%;
}

.thumb_bg {
	float: left;
	min-width: 27%;
	width: 27%;
	max-width: 44%;
}

#jabout_col1 {
	width: 40%;
	position: relative;
	left: 12.5%;
	top: 92px;
	color: #000;
	float: left;
}
#jabout_col2 {
	width: 38%;
	position: relative;
	left: 19.4%;
	top: 86px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	line-height: 20px;
}
#jabout_col3 {
	width: 13%;
	position: relative;
	left: 21%;
	top: 86px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	line-height: 20px;
}
#mobileSoon {
/*display: none;*/	
}
.jabout_font {
	font-family: 'Roboto';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.gridContainer {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	visibility: visible;
	padding-bottom: 100px;
}

#header {
	max-width: 1280px;
	width: 100%;
	margin-left: 0;
	position: static;
	height: 237px;
}

#leftInfo_container {
	width: 21.0526%;
	margin-left: 0;
	display: block;
}

div#rightInfo_mobile {
	display: none;
}
div#rightInfo {
	width: 200px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	left: 73%;
	top: 24px;
	font-family: 'Roboto';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 23px;
	position: absolute;
	display: block;
}

div#navi {
	text-align: center;
	padding-top: 32px;
	padding-bottom: 35px;
	position: absolute;
	width: 28%;
	left: 36.17125%;
	top: 17px;
	font-size: 40px;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	height: 130px;
	font-weight: 300;
}
#contact {
	width: 21.0526%;
	clear: none;
}
#introimages {
	width: 100%;
	clear: both;
	margin: auto;
}
#wrapper {
	width: 100%;
	margin-left: 0;
	clear: none;
}
#content {
	width: 100%;
	margin-left: 0;
	clear: none;
	top: -42px;
}

#jabout {
	width: 100%;
	margin-left: 0;
	clear: both;
}
#footer {
	width: 100%;
	margin-left: 0;
	clear: both;
}

div#thumbnails {
	position: relative;
	left: 14%;
	width: 100%;
	top: -26px;
	clear: both;
	margin-left: 0;
}


.thumbRow {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}

p.thin_20 {
	font-family: 'Roboto';
	color: #000;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

p.regular_20 {
	font-family: 'Roboto';
	color: #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

div#introimages {
	position: relative;
	left: 0;
	top: -43px;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	text-align: center;
}

div#jabout_bg {
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	background: #ffffff;
	top: -27px;
}

div#footer_bg {
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	top: -11px;
	background: #ffffff;
}

div#workPic {
	position: relative;
	top: 20px;
	left: 5%;
	width: 38%;
	float: left;
}

div#workInfo {
	color: #000;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.5px;
	position: relative;
	top: 11px;
	left: 8.8%;
	width: 39.2%;
	float: left;
	background: #fff;
	
	padding-left: 1.2%;
	padding-right: 1.2%;
	height: auto;
	
}

div#workInfo p.body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 14px;
}

div#workInfo p.pagenavi {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 14px;
}

div#pagenavi {
	position: relative;
	top: 5px;
	display: block;
}

div#pagenavi_mobi {
	display: none;
}


}

@media only screen and (min-width: 1175px) {
div#jabout {
	position: relative;
	top: -4px;
	width: 100%;
	height: 537px;
	left: -4.3%;
	text-align: left;
}

.thumb {
	padding-left: 1.28%;
	padding-right: 1.26%;
	max-width: 100%;
}

.thumb_bg {
	float: left;
	min-width: 18%;
	width: 18%;
	max-width: 18%;
}

#jabout_col1 {
	width: 40%;
	position: relative;
	left: 12.5%;
	top: 92px;
	color: #000;
	float: left;
}
#jabout_col2 {
	width: 38%;
	position: relative;
	left: 19.4%;
	top: 86px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	line-height: 20px;
}
#jabout_col3 {
	width: 13%;
	position: relative;
	left: 21%;
	top: 86px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
	line-height: 20px;
}
#mobileSoon {
/*display: none;*/	
}
.jabout_font {
	font-family: 'Roboto';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.gridContainer {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	visibility: visible;
	padding-bottom: 100px;
}

#header {
	max-width: 1280px;
	width: 100%;
	margin-left: 0;
	position: static;
	height: 237px;
}

#leftInfo_container {
	width: 21.0526%;
	margin-left: 0;
	display: block;
}

div#rightInfo_mobile {
	display: none;
}
div#rightInfo {
	width: 200px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	left: 73%;
	top: 24px;
	font-family: 'Roboto';
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 23px;
	position: absolute;
	display: block;
}

div#navi {
	text-align: center;
	padding-top: 32px;
	padding-bottom: 35px;
	position: absolute;
	width: 28%;
	left: 36.17125%;
	top: 17px;
	font-size: 40px;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	height: 130px;
	font-weight: 300;
}
#contact {
	width: 21.0526%;
	clear: none;
}
#introimages {
	width: 100%;
	clear: both;
	margin: auto;
}
#wrapper {
	width: 100%;
	margin-left: 0;
	clear: none;
}
#content {
	width: 100%;
	margin-left: 0;
	clear: none;
	top: -42px;
}

#jabout {
	width: 100%;
	margin-left: 0;
	clear: both;
}
#footer {
	width: 100%;
	margin-left: 0;
	clear: both;
}

div#footer_bg {
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	top: -11px;
	background: #ffffff;
}


.thumbRow {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}

p.thin_20 {
	font-family: 'Roboto';
	color: #000;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

p.regular_20 {
	font-family: 'Roboto';
	color: #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

div#introimages {
	position: relative;
	left: 0;
	top: -43px;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	text-align: center;
}

div#jabout_bg {
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	background: #ffffff;
	top: -27px;
}

div#thumbnails {
	position: relative;
	left: -1%;
	width: 100%;
	top: -46px;
	margin-left: 0;
	clear: both;
}

div#workPic {
	position: relative;
	top: 20px;
	left: 5%;
	width: 38%;
	float: left;
}

div#workInfo {
	color: #000;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.5px;
	position: relative;
	top: 11px;
	left: 8.8%;
	width: 39.2%;
	float: left;
	background: #fff;
	
	padding-left: 1.2%;
	padding-right: 1.2%;
	height: auto;
}

div#workInfo p.body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 14px;
}

div#workInfo p.pagenavi {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 14px;
}

div#pagenavi {
	position: relative;
	top: 5px;
	display: block;
}

div#pagenavi_mobi {
	display: none;
}

}
