/* blueish gray = #dedcd8 */
/* golden tan = #9B7546 */
/* blueish black = #353a40 */
/* white = #f8f8f8 */
/* light blue = #7fd9ff */
/* orange-red = #ff3300*/


/* #HTML Sections
================================================== */
header {
	margin: 0 0 25px;
	background: #353a40;
}
nav {
	margin: 0px auto;
	width: 100%;
}
footer {
	position: relative;
	/*margin-top: -150px;
	height: 150px;*/
	clear: both;
	background: #353a40;
	color: #dedcd8;
	padding: 30px 0px;
	height: 78px;
}
.footer-content {
	text-align: center;
}
footer ul {
	display: inline;
	list-style-type: none;
	text-align: center;
}
footer li {
	display: inline;
	margin-right: 20px;
}
footer li:last-child {
	margin-right: 0px;
}
footer ul li a:link, footer ul li a:visited {
	color:#dedcd8; 
}
footer ul li:hover a:link, footer ul li:hover a:visited {
	color:#ff3300;
}

/* #Basic Styles
================================================== */
html, body {
	height: 100%;
}
body {
	margin: 0px;
	/*font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;*/
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size: 13px;
	color: #353a40;
	background-color: #f8f8f8;
}
hr {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 0.5em;
}
img {
	width: 100%;
	height: auto;
}

/* #Layout
================================================== */
#logo {
	opacity:0.4;
    width:204px;
    margin:0 auto;
}
#page-wrapper {
	position: relative;
}
.wrap {
	/*min-height: 100%;*/
	overflow: auto;
	padding-bottom: 87px;
}
.main-content {
	/*overflow: auto;
	padding-bottom: 30px;*/
}
.section-wrap {
	padding: 25px 0;
}
.pixel-lead {
	width: 65%;
	margin: 0px auto;
}
.front-lead h2{
	font-size: 3.3em;
	line-height: 1.05em;
	letter-spacing: 0.2px;
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,Sans-serif;
}
.highlight {
	color: #ff3300;
}
.load {
	opacity: 1;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.fade-in.one {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

/* #Typography
================================================== */
h1,h2,h3,h4,h5,h6 { margin-top: 0; margin-bottom: 0.2em; font-family: "Helvetica Neue", "Helvetica", Arial; }
h1 {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	color: #353a40;
	line-height: auto;
	
}
h2 {
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size: 20px;
	color: #353a40;
	line-height:30px;
}
/*h3 {
	font-family: 'Sansita One', Arial, Helvetica, sans-serif;
	font-size:30px;
	color: #f8f8f8;
}*/
h3 {
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size: 28px;
	color: #353a40;
}
h4 {
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size: 22px;
	color: #353a40;
	line-height: 30px;
	margin-bottom: 5px;
}
h5 {
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size:21px;
	color: #353a40;
	line-height:22px;
}
h6 {
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,Sans-serif;
	color: #353a40;
	font-size:18px;
	line-height:18px;
}
p {
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	color: #353a40;
	line-height: 21px;
	margin-bottom: 5px;
}



/* #Links
================================================== */
a:link {
    color: #353a40;
    text-decoration: none;
}
a:visited {
    color: #f8f8f8;
}
a:hover {
    color: #ff3300;
}
a:active {
    color: #ff3300;
}
a[class^="icon"] {
   text-decoration: none;
   color: #000;
}

/* #Lists
================================================== */


/* #Images
================================================== */



/* #Buttons
================================================== */
.back-to-top {
	position:fixed;
	bottom:2em;
	right:5px;
	text-decoration:none;
	color:#000000;
	background:url('images/back-to-top-36x36.png');
	font-size:12px;
	padding:1em;
	display:none;
	z-index:99999999;
	width:36px;
	height:36px;
	opacity: 0.4;
}


/* #Navigation
================================================== */
/* Top Nav */
#nav_wrapper {
	margin: 0px auto;
	width: 100%;
	text-align: center;

}
/* Primary Nav */
nav ul {padding:0; margin:0; list-style-type: none;}
nav ul li {display: inline-block;}
nav ul li a:link, nav ul li a:visited {display: block; padding: 15px 15px; margin:0px; color:#dedcd8; text-decoration:none; }
nav ul li:hover a:link, nav ul li:hover a:visited, nav ul li:hover a:active  {color:#ff3300;}


/*** Mobile Menu Customization ************************************/
/* Styles for mobile navigation */
pre{font-size: 12px;width: 100%;overflow: auto;-webkit-overflow-scrolling: touch;}
#page nav{display: none;}
#header, .header, #footer{background: #999;font-size: 16px;font-weight: bold;color: #f8f8f8;text-align: center;line-height: 40px;height: 40px;padding: 0 50px;}
#header a, .header a{background: center center no-repeat transparent;display: block;width: 40px;height: 40px;position: absolute;top: 0;left: 10px;}
#header a.friends, .header a.friends{}
#header a.right, .header a.right{left: auto;right: 10px;}
#content, .content{padding: 20px;}
#header {margin-bottom:10px;border-bottom:1px solid #e5e5e5;background-color:#dedcd8;}
.mm-menu li.img a{font-size: 16px;}
.mm-menu li.img a img{float: left;margin: -5px 10px -5px 0;}
.mm-menu li.img a small{font-size: 12px;}
#header a.account, .header a.account {background-image:url('images/mobile-account.png');}
#header a, .header a {background-image:url('images/mobile-icon.png');}

#menu-left{visibility:hidden;}

/*** Specifics ************************************/
.header-center {
	height: 1px;
	background: #353a40;
	border-bottom: #353a40 solid 1px;
	margin: 30px 0;
	position: relative;
}
.header-center h3 {
	background: #353a40;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	text-align: center;
	display: block;
	color: #f8f8f8;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
}
.featured-wrap {
	/*border: 1px solid #353a40;
	padding: 10px;*/
	background: #dedcd8;
	padding: 0 0 10px;
	margin-bottom: 25px;
}
.featured-wrap ul {
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	height: 30px;
}
.featured-wrap li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}
.featured-wrap li::after {
	content: '|';
	margin-left: 10px;
}
.featured-wrap li:last-child {
	margin-right: 0px;
}
.featured-wrap li:last-child::after {
	content: '';
}
.featured-item {
    display: inline-block;
    text-align: left;
}
.featured-item-wrapper {
	position: relative;
	padding: 7px;
	/*background: #353a40;*/
}
.featured-item-image {
	position: relative;
    overflow: hidden;
}
.featured-item-image img {
	display: block;
}
.featured-item-title {
    position: absolute;
    left: 0px;
    bottom: 17px;
    background: #353a40;
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    color: #f8f8f8;
    font-size: 1.4em;
}
.featured-item-overlay, .featured-item-overlay .projectContainer-hover {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.featured-item-wrapper:hover .featured-item-overlay {
	opacity: 0.3;
}
.featured-item-button {
	height: 50px;
	width: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}
.featured-item-button a, .featured-item-button a .projectContainer-hover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ff3300;
    text-transform: uppercase;
    color: #f8f8f8;
    font-size: 1.2em;
    line-height: 50px;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    text-decoration: none !important;
    display: block;
}
.featured-item-button a:hover {
	background: #3b3b3b;	
}
.first .featured-item-button, .first .featured-item-button .projectContainer-hover {
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
	top: -50px;	
}
.first .featured-item-wrapper:hover .featured-item-button {
	top: 20%;	
}
.client-title {
	font-size: 36px;
}
.client-intro {
	color: #ff3300;
}
.client-text {

}
.client-software {

}
.process-description-wrap {
	margin-bottom: 40px;
}
.process-description-wrap:last-child {
	margin-bottom: 0;
}
.icon-image-wrap {
	width: 95%;
	float: right;
}
.icon-image-wrap img {

}
/*.design-icon {

}
.development-icon {
	top: -11px;
}
.responsive-icon {
	top: 14px;
	left: 10px;
}
.wordpress-icon {
	top: -11px;
}*/
.icon-description-wrap {

}
/*** Forms ************************************/
.form-wrap {
	background: #dedcd8;
	padding: 20px 0;
	width: 100%;
	/* height: 100%; */
	/* position: relative; */
	display: inline-block;
}
.input-group {
	margin-bottom: 13px;
}
.input-group label{
	display: block;
	font-weight: normal;
	color: #;
}
.input-group input{
	display: block;
	font-weight: normal;
	color: #;
	width: 100%;
	height: 30px;
}
.input-group textarea{
	display: block;
	font-weight: normal;
	color: #;
	width: 100%;
	height: 96px;
}
.input-group select{
	display: block;
	font-weight: normal;
	width: 100%;
	height: 30px;
}
.buttons {
	float: left;
	/*margin-bottom: 20px;*/
}

.button {
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 20px 8px 20px;
    border-style: groove;
}
.primary {
	color: #fff;
	background-color: #353a40;
	border-color: #353a40;
}
.primary:hover {
	color: #ff3300;
	background-color: #353a40;
	border-color: #353a40;
}	
.button.primary a:link {
	color: #fff;
}
.button.primary a:hover {
	color: #ff3300;
	background-color: #353a40;
	border-color: #353a40;
}
.secondary {
	color: #000;
	background-color: #e1e1e1;
	border-color: #f1f1f1;
}
.secondary:hover {
	color: #000;
	background-color: #c7c7c7;
	border-color: #f1f1f1;
}	
.pie-blurb {
	padding: 30px 74px;
	background: #dedcd8;
	border-radius: 60px;
	margin-top: 60px;
}
.pie-blurb ul {
	padding: 0 0 0 25px;
}
.pie-wrap {

}
.bar-graph {
	text-align: center;
	margin: 20px 0;
}
.bar-chart {
	list-style: none;
	height: 450px;
	position: relative;
	/*background: url(images/axis.png) repeat-x;*/
	padding: 0;
}
/*.bar-chart li.axis {
	width: 8%;
	border: 0;
	border-right: #DDD solid 1px;
	height: 450px;
	background: url(images/bg-grey.png) repeat;
	-webkit-box-shadow: inset 0 #fff;
	-moz-box-shadow: inset 0 #fff;
	box-shadow: inset 0 #fff;
}
*/
.bar-chart li.axis {
	width: 0%;
	border: none;
	border-right: none;
	height: 450px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-right: 46px;
}
.bar-chart .label {
	font-size: 16px;
	font-size: 1.6rem;
	margin: -.6em 0 100px 0;
}
.bar-chart li {
	display: inline-block;
	width: 16%;
	height: 100%;
	background-color: #CCC;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 1.8% 0 0;
	border: #BBB solid 1px;
	vertical-align: bottom;
	border-bottom: #BBB solid 1px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6);
}
.rounded-top, .bar-chart li {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.bar-chart .aqua {
	border-color: #8dc5be;
	background-color: #b0dbd6;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5fb2a8),color-stop(1, #b0dbd6));
	background-image: -ms-linear-gradient(bottom, #5fb2a8, #b0dbd6);
	background-image: -webkit-linear-gradient(bottom, #5fb2a8, #b0dbd6);
	background-image: -moz-linear-gradient(center bottom, #5fb2a8 0, #b0dbd6 100%);
	background-image: -o-linear-gradient(bottom, #5fb2a8, #b0dbd6);
	height: 95%;
}
.bar-chart .pink {
	border-color: #ebc0b5;
	background-color: #f4dcd6;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #e1ae9e),color-stop(1, #f4dcd6));
	background-image: -ms-linear-gradient(bottom, #e1ae9e, #f4dcd6);
	background-image: -webkit-linear-gradient(bottom, #e1ae9e, #f4dcd6);
	background-image: -moz-linear-gradient(center bottom, #e1ae9e 0, #f4dcd6 100%);
	background-image: -o-linear-gradient(bottom, #e1ae9e, #f4dcd6);
	height: 90%;
}
.bar-chart .yellow {
	border-color: #e7af30;
	background-color: #efc563;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #dfae36),color-stop(1, #efc563));
	background-image: -ms-linear-gradient(bottom, #dfae36, #efc563);
	background-image: -webkit-linear-gradient(bottom, #dfae36, #efc563);
	background-image: -moz-linear-gradient(center bottom, #dfae36 0, #efc563 100%);
	background-image: -o-linear-gradient(bottom, #dfae36, #efc563);
	height: 90%;
}
.bar-chart .brown {
	border-color: #dcb386;
	background-color: #dcba83;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #bc8e5b),color-stop(1, #dcba83));
	background-image: -ms-linear-gradient(bottom, #bc8e5b, #dcba83);
	background-image: -webkit-linear-gradient(bottom, #bc8e5b, #dcba83);
	background-image: -moz-linear-gradient(center bottom, #bc8e5b 0, #dcba83 100%);
	background-image: -o-linear-gradient(bottom, #bc8e5b, #dcba83);
	height: 85%;
}
.bar-chart .red {
	border-color: #e14949;
	background-color: #da6d6c;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ca4544),color-stop(1, #da6d6c));
	background-image: -ms-linear-gradient(bottom, #ca4544, #da6d6c);
	background-image: -webkit-linear-gradient(bottom, #ca4544, #da6d6c);
	background-image: -moz-linear-gradient(center bottom, #ca4544 0, #da6d6c 100%);
	background-image: -o-linear-gradient(bottom, #ca4544, #da6d6c);
	height: 45%;
}
.percent {

}
.skill {
	
}

/*.next::after {
	background: #e2e2e2;
	content: '&raquo;';
	color: #fff;
}*/

.next, .prev {
	width: 59px;
	height: 118px;
	display: block;
	background: url(images/sprite.png) no-repeat;
	position: fixed;
	top: 45%;
	text-indent: -9999px;
	/*background: #e2e2e2;
	content: '&raquo;';
	color: #fff;*/
}
.next a, .prev a {
	position: absolute;
	display: block;
	background: url(images/sprite.png) no-repeat;
	width: 59px;
	height: 118px;
	z-index: 10;
	opacity: 0;
}
.next {
	right: 0;
	background-position: -60px -309px;
}
.next a {
	background-position: -60px -428px;
}
.next:hover {
	background-position: -60px -428px;
}
.prev {
	left: 0;
	background-position: 0 -309px;
}
.prev a {
	background-position: 0 -428px;
}
.prev:hover {
	background-position: 0 -428px;
}

/*** Media Query Overwrites ************************************/
@media (min-width: 1200px) {
}
@media (min-width: 979px) and (max-width: 1200px) {
	.pie-blurb {
		padding: 30px 54px;
		background: #f8f8f8;
		border-radius: 60px;
		margin: 20px 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	/* tablet */
	.pie-blurb {
		padding: 0px;
		background: transparent;
		border-radius: none;
		margin-top: 0px;
	}
}
/*@media (min-width: 768px) and (max-width: 959px) {
	#menubar .dd-nav-wrapper {max-width: 95%;min-width: 768px;}
	#menubar .dd-nav-frame {min-height: 350px;width:95%;}
}*/
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 767px) {
	/*mobile*/
	footer ul {
		display: inherit;
		padding-left: 0;
	}
	#header {margin-bottom: 0; border-bottom: none;}
	.percent {
		-webkit-transform: rotate(-90deg); 
		-moz-transform: rotate(-90deg);
		margin-top: 25px;
	}
	.skill {
		-webkit-transform: rotate(-90deg); 
		-moz-transform: rotate(-90deg);
		margin-top: 80px;
	}
	.pie-blurb {
		padding: 30px 74px;
		background: #f8f8f8;
		border-radius: 60px;
		margin: 0;
	}
	.pie-wrap {
		margin: 20px 0;
	}
	.icon-image-wrap {
		width: 40%;
		float: none;
		margin: 0 auto 25px;
	}
	
}
@media (max-width: 991px) {
}
@media (max-width: 1199px) {
	
}
