@charset "utf-8";
/* CSS Document */

*, *:after, *:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  
}

/* Simple fluid media - Note: Fluid media requires that you remove the media's height and width attributes from the HTML */
img, object, embed, video {
	max-width:100%;
	
}

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

/* Hide mobile only divs from tablet and desktop */
#show-m {
	display:none;
	
}

#show-t-m {
	display:none;
	
}

.nav-tab {
	display:none;
	
}

/* prevent iOS font size changing with orientation */
html {
	font-size:100%; 
	-webkit-text-size-adjust:100%; 
	-ms-text-size-adjust:100%; 
	
}

h1 {
	color: #9A9A9A;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
	
}

h2 {
	color:#505050;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:normal;
	
}

b, strong {
	font-weight:700;
	color:#505050;
	
}

.error {
	color:#C00;
	font-weight:700;
	
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #d9d9d9;

}

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:1.6em;
	
}

.grid a:link, a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#9a9a9a;
	text-decoration:none;
	
}

.grid a:hover, a:active {
	text-decoration:underline;
	
}

.nav-full {
	width:100%;
	height:100px;
	text-align:right;
	background-image:url(logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#3a3a3a;
	
}

.head-mobile {
	display:none;
	
}

#menu-icon {
	display:none;
	
}

#nav {
	display:none;
	
}

.home {
	display:inline-block;
	background:url(home.gif) no-repeat;
	width:100px;
	height:100px;

}

.home:hover {
	background-position: 0 -100px;

}

.about {
	display:inline-block;
	background:url(about.gif) no-repeat;
	width:100px;
	height:100px;

}

.about:hover {
	background-position: 0 -100px;

}

.portfolio {
	display:inline-block;
	background:url(portfolio.gif) no-repeat;
	width:100px;
	height:100px;

}

.portfolio:hover {
	background-position: 0 -100px;

}

.services {
	display:inline-block;
	background:url(services.gif) no-repeat;
	width:100px;
	height:100px;

}

.services:hover {
	background-position: 0 -100px;

}

.contact {
	display:inline-block;
	background:url(contact.gif) no-repeat;
	width:100px;
	height:100px;

}

.contact:hover {
	background-position: 0 -100px;

}

.showcase {
	width:100%;
	height:auto;
	background:url(bgblue.jpg);
	background-position:center;
	background-size:cover;
	text-align:center;
	
}

.grid {
	width:100%;
	padding:10px;
	padding-bottom:0px;
	
}

[class*='col-'] {
 	float:left;
	
}

.col-1-4 {
	width:25%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	
}

.col-1-2 {
	width:50%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	
}

.col-3-4 {
	width:75%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	
}

.col-full {
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	
}

.grid:after {
	content:"";
	display:table;
	clear:both;
  
}

.col-footer {
	width:100%;
	height:144px;
	background:#3a3a3a;
	text-align:right;
	padding:22px;
	padding-top:22px;
	
}

#contact-form {
	width:100%;
	
}

input {
	width:100%;
	border:1px solid #9a9a9a;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding:2px;
}

select {
	width:50%;
	border:1px solid #9a9a9a;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;	
}

#contact-message {
	width:100%;
	height:100px;
	border:1px solid #9a9a9a;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	
}

#contact-website {
	display: none;
}

#contact-submit {
	width:50%;
	background-color:#9a9a9a;
	border:1px solid #3a3a3a;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ffffff;
	
}

#contact-submit:hover {
	background-color:#3a3a3a;
	border:1px solid #000000;
	
}

#contact-message:focus, input:focus {
	border:1px solid #3a3a3a;
	
}

#flow {
	width:100px;
	height:100px;	
}

#flowdiv {

}

.thumb {
	border:#ffffff 1px solid;
	background:#ffffff;
	color:#3a3a3a;
	margin-bottom:5px;
	
}

.description {
	padding-left:4px;
	padding-bottom:2px;
	line-height:1.3;
	height:50px;
}

.description b {
	color:#3a3a3a;
	
}

#thumblink {
	color:#999;
	
}

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

.nav-tab {
	display:inline-block;
	width:100%;
	height:110px;
	background:#3a3a3a;
	text-align:center;
	float:left;
	line-height:none;
	
}

.nav-full {
	display:none;
	
}

.col-3-4 {
	width:100%;
	
}

.col-1-4 {
	width:50%;
	
}

#show-t-m {
	display:block;
	
}

#hide-t-m {
	display:none;
	
}

}

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

.nav {
	display:none;
	
}

#hide-m {
	display:none;
	
}

#hide-t-m {
	display:none;
	
}

#show-tab {
	display:none;
	
}

#show-m {
	display:block;
	
}

#show-t-m {
	display:block;
	
}

.head-mobile {
	display:block;
	width:100%;
	background:#3a3a3a;
	text-align:center;
	
}

#menu-icon {
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	background:#3a3a3a;
	
}

#nav {
	display:none;
	width:100%;
	height:185px;
	background:#3a3a3a;
	text-align:center;
	
}

.home-m {
	display:inline-block;
	background:url(home-m@2x.png) center no-repeat;
	background-size:320px 30px;
	width:100%;
	height:30px;
	border-top:1px #303030 solid;

}

.about-m {
	display:inline-block;
	background:url(about-m@2x.png) center no-repeat;
	background-size:320px 30px;
	width:100%;
	height:30px;
	border-top:1px #303030 solid;
	
}

.portfolio-m {
	display:inline-block;
	background:url(portfolio-m@2x.png) center no-repeat;
	background-size:320px 30px;
	width:100%;
	height:30px;
	border-top:1px #303030 solid;
	
}

.services-m {
	display:inline-block;
	background:url(services-m@2x.png) center no-repeat;
	background-size:320px 30px;
	width:100%;
	height:30px;
	border-top:1px #303030 solid;
	
}

.contact-m {
	display:inline-block;
	background:url(contact-m@2x.png) center no-repeat;
	background-size:320px 30px;
	width:100%;
	height:30px;
	border-top:1px #303030 solid;
	
}

.col-1-2 {
	width:100%;
	
}

.col-1-4 {
	width:100%;
	
}

[class*='col-']:last-of-type {
  padding-bottom:15px;
  
}

}
