html, body, #wrap { height: 100%; background: #F2F2F2; display:block; }

body > #wrap {
	height: auto;
	min-height: 100%;
	width: 100%;
	background: #F2F2F2;
}
::selection {
	background: #ED6221;
	color: #E8E8E8;
}
footer, header, hgroup, menu, nav, section, body {
	display: block;
	font-family: Calibri, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
 
#main {
	padding-bottom: 200px;
	background: #F2F2F2;
}

.clearfix:after {content: ".";
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

a {
	color: #CF9649;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
p {
	font-size: 12px;
	color: #888;
}
ul {
	list-style: none;
	padding: 0;
}
h1 {	
	width: 800px;
	padding:0 2px 20px;
	margin:0;
	color:#666;
	font-size:26px;
	font-family: 'Lato', sans-serif;
}
h2 {
	margin: 0;
	padding: 10px 2px 40px;
	color: #888;
	font-size: 20px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
}
h3 {
	margin:0;
	padding:40px 2px 30px;
	color:#333;
	font-size:11px;
}
#clickimg {
	float: right;
	font-weight: normal;
	padding: 0;
	margin: -43px 0 0 0;
	color: #666;
}
#website {
	width:800px;
	-webkit-animation-name: website;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
}
#website #cat {
	float: left;
	font-weight: normal;
	padding:0 2px;
}
#website #entry {
	float: left;
	font-weight: normal;
	padding: 0 20px 0 4px;
	color: #666;
}

#footer {
	position:relative;
	margin:-200px 0 0;
	height:200px;
	clear:both;
	background:#333;
	color:#666;
}

#top {
	margin:0;
	height:160px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ffffff 59%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(59%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #ffffff 59%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #ffffff 59%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #ffffff 59%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(45deg, #ffffff 59%,#f2f2f2 100%); /* W3C */
}

#middle {
	width:800px;
	padding:0;
	margin:0 0 0 230px;
	height:160px;
}

#logo {
	width: 200px;
	margin: 0;
	float: left;
	padding: 20px 0 0 30px;
}

#nav {
	padding: 20px 0;
	margin: 0;
	float: left;
	font-size: 11px;
	border-radius: 6px;
	width: 200px;
}
#nav:hover {
}
#nav ul {
	list-style:none;
	padding:0;
	margin:0 auto;
}
#nav ul li {
	float:left;
	
	width:95px;
	margin:0;
}
#nav ul li a {
	margin: 0;
	color: #333;
	text-decoration: none;
	display:block;
	padding:2px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#nav ul li a:hover, #nav ul li a.selected {
	color: #CF9649;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#footer_inner ul li a:hover {
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#intro, .demo {
	padding:0;
	width:800px;
	margin: 0 0 30px;
	float:left;
	font-size:20px;
	border-top:7px solid #333;
}
#intro p {
	width:600px;
	margin:0;
	color:#111;
	
}

#footer_inner {
	width:800px;
	margin:0 0 0 230px;
	border-top:7px solid #222;
}
#footer_inner p, #footer_inner ul li {
	font-size:11px;
	padding:0;
	margin:0;
	color:#e1e1e1;
	text-shadow:0px -1px 0px #000;
}
#footer_left {
	width: 280px;
	float: left;
}
#footer_left h3 {
	padding: 30px 0 10px 0;
	color: #FFF;
}
#footer_left ul {
	list-style:none;
	padding:0;
	margin:0;
}
#footer_left ul li:last-of-type {
	padding:20px 0 0 0;
}

#footer_right {
	background: #FFF;
	border-radius: 6px;
	float: right;
	margin: 20px 0 0;	
	width: 380px;
}
#footer_right ul {
	font-size: 12px;
	float: left;
	list-style: none;
	padding: 0 20px 5px;
	width: 145px;
}
#footer_right ul.office {
	border-right: 1px dotted #666;
}
#footer_right ul li {
	padding: 2px 0;
}

#about_left {
	width: 200px;
	float: left;
	margin:0 20px 100px 0;
	padding: 0;
	border-top:3px solid #333;
}
#about_left p {
	width: 200px;
	margin:0;
	padding:2px 0;
}
#about_right {
	width: 570px;
	float: left;
	margin:0 0 60px;
	padding: 0;
	border-top:3px solid #333;
}
#about_right p {
	float: left;
	margin:0;
	padding:66px 20px;
	cursor:default;
}
#about_right #circle {
	background-color:#666;
	color:#FFF;
	padding: 65px 54px;
	margin: 0 5px;
	border-radius: 100px;
	text-shadow:0px -1px 0px #000;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
#about_right #circle:hover {
	background-color:#5DA03F;
	padding: 68px 57px;
	margin: -15px -5px 0 10px;
	box-shadow:-10px 10px 0 #000;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

#about_left2 {
	width: 570px;
	float: left;
	margin:0 20px 30px 0;
	padding: 0;
	border-top:3px solid #333;
}
#about_left2 #job {
	width: 165px;
	float: left;
	margin:0 35px 0 0;
	padding: 0;
}
#about_left2 #job:last-of-type {
	margin:0;
}
#about_left2 p {
	line-height:1.6em;
}
#about_left2 #jobtitle {
	font-weight:bold;
	padding-top:0;
	margin-top:2px;
}
#about_right2 {
	width: 200px;
	float: left;
	margin:0 0 30px 0;
	padding: 0;
	border-top:3px solid #333;
}
#about_right2 p {
	float: left;
	margin:0;
	padding:2px;
	width:200px;
}


/* --Gallery-- */

.gallery_demo {
	width:800px;
	float:left;
	margin:0 0 20px 0;
}
.gallery_demo li {
	width:55px;
	height:55px;
	margin:0 2px 2px 0;
}
.gallery_demo li.hover {

}
.gallery_demo li.active {

}
.gallery_demo li div {
	
}
.galleria_container {
	margin:0;
	width:570px;
	float:right;
}
.nav { 
	padding-top:5px;
	clear:both;
}
.nav {
	position:absolute;
	top:428px;
	left:0px;
}
.galleria {
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
	width:200px;
}
.galleria li {
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
	float:left;
	margin:0 5px 5px 0;
}
.galleria li a {
	display:none;
}
.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px;
}
.galleria li div img {
	cursor:pointer;
}
.galleria li.active div img,.galleria li.active div {
	display:block;
}
.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}


#cases {
	margin: 10px 0 0;
}
#cases p {
	line-height:1.6em;
}
#cases ul {
	list-style:none;
	margin:0;
	padding:0;
}
#cases ul li {
	margin:10px;
	padding:0;
	float:left;
	height:179px;
	width:250px;
	font-size:11px;
	color:#FFF;
	border:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: rgba(0,0,0,0.75);
}
#cases ul li.right {
	margin-right:0;
}
#cases ul li a {
	border:none;
}

figure img { width: 250px; height: 179px; display: block; }
figure:nth-child(3) { clear: both; }

figure { 
	display: block; 
	position: relative; 
	float: left; 
	overflow: hidden; 
	margin: 0 25px 20px 0;
}
#right { 
	margin: 0 0 20px 0;
}
figcaption { 
	position: absolute; 
	background: black;
	background: rgba(0,0,0,0.75); 
	color: white; 
	padding: 10px; 
	opacity: 0;
	font-size: 11px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
figure:hover figcaption {
	opacity: 1;
}
figure:before {
	content: "See More";
	position: absolute; 
	font-weight: 500;
	background: black;
	background: rgba(255,255,255,0.75); 
	text-shadow: 0 0 5px white;
	color: black;
	height: 24px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0.75;
	padding: 0 10px;
}
figure:hover:before {
	opacity: 0;
}

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { left: 0; bottom: -30%; width:240px; }
.cap-bot:hover figcaption { bottom: 0; }

#form {
	float: left;
	margin:39px 0 0 -3px;
}

/* Keyframes --------------------------------------------------------- */

@-webkit-keyframes website {
	0% { opacity: 0; }
	100% { opacity: 100; }
}
