/**********************************************************************************************
	Website		: Eric Johnson
	Author		: Eric Johnson (ericjohnson.ca)
	URL			: ericjohnson.ca
	
	Created		: November 10, 2012
	
	Copyright (c) Eric Johnson.
	
***********************************************************************************************
	
	1. Global Reset
	
	2. General Elements
	
	3. Layout

***********************************************************************************************/

/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/fonts/league-gothic/League_Gothic-webfont.eot');
    src: url('/fonts/league-gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/league-gothic/League_Gothic-webfont.woff') format('woff'),
         url('/fonts/league-gothic/League_Gothic-webfont.ttf') format('truetype'),
         url('/fonts/league-gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	width:100%;
	height:100%;
}

body {
	color: #5C5C5C;
	font-family: news-gothic-std,tahoma,lucida,verdana,helvetica,sans-serif;
	font-size: 14px;
}

p {
	line-height: 1.42em;
    margin-bottom: 1.143em;
}

small {
	font-size: 9px;	
}

* p:last-child {
    margin-bottom: 0;
}

hr {
	margin: 30px 0;	
}

hr.style1b {
	 border: 0; 
	 height: 4px; 
	 background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

hr.style1w {
	 border: 0; 
	 height: 4px; 
	 background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
	 background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
	 background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
	 background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}

hr.style2w {
	border-top: 5px dotted #fff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #fff;
	height: 5px;
}


/* Hyperlinks
----------------------------------*/

a, a:link, a:visited {
    color: #5C5C5C;
    text-decoration: none;
    transition: color 0.4s linear 0s;
}

/* Headers
----------------------------------*/

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

h1.title { 
	margin: 0; 
	padding: 160px 0 20px 0; 
}


/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/* Colours
----------------------------------*/

.light-blue { color: #56c5fc; }
.blue { color: #0088cc; }
.dark-blue { color: #0044CC; }
.black { color: #000; }
.purple { color: #61397f; }
.light-red { color: #d28784; }
.red, .required { color: #da251e; }
.yellow { color: #fff500; }
.white { color: #fff !important; }

/* Alignments
----------------------------------*/

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

/* Floats
----------------------------------*/

.float-left { float: left; }
.float-right { float: right; }

.imgrt {
    float: right;
    margin: 0 0 20px 20px;
}

.imglt {
    float: left;
    margin: 0 20px 20px 0;
}

/* Styles
----------------------------------*/

.bold { font-weight: bold; }
.italic { font-style: italic; }
.strike { text-decoration: line-through }
.underline { text-decoration: underline; }
.uppercase { text-transform: uppercase; }

/* Button Styles
----------------------------------*/

a.btn-round, 
input.btn-round,
button.btn-round 
{
    background-color: #ccc;
    /*background-image: -moz-linear-gradient(center top , #FFFFFF, #CBCBCB);*/
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    padding: 12px 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

a.btn-round:hover, 
input.btn-round:hover,
button.btn-round:hover
{
	background-color: #F28301;
    background-image: -moz-linear-gradient(center top , #EAB710, #F28301);
    color: #000 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

a.btn-blue, 
input.btn-blue,
button.btn-blue
{
    background-color: #0088cc;
    background-image: -moz-linear-gradient(center top ,#0088cc,  #0044CC);
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

a.btn-blue:hover, 
input.btn-blue:hover,
button.btn-blue:hover
{
    background-color: #0044CC;
    background-image: -moz-linear-gradient(center top , #56c5fc, #0044CC);
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

a.btn-gray, 
input.btn-gray,
button.btn-gray
{
    background-color: #444;
	background-image: none;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a.btn-gray:hover, 
input.btn-gray:hover,
button.btn-gray:hover
{
    background-color: #444;
    background-image: -moz-linear-gradient(center top , #333, #444);
    color: #f1f3f5 !important;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
}

/* Clear Fixes
----------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
	height: 0;
	line-height: 0;
	clear: both;	
}

/* Image Styling
-----------------------------------------------------------------------------------------------*/

.photo-thumb {
    border: 5px solid #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

/* Icons
-----------------------------------------------------------------------------------------------*/

[class^="icon-"], [class*=" icon-"] {
    background-image: url("../images/common/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
	background-image: url("../images/common/glyphicons-halflings-white.png");
}

.icon-glass { background-position: 0 0; }
.icon-music { background-position: -24px 0; }
.icon-search { background-position: -48px 0; }
.icon-envelope { background-position: -72px 0; }
.icon-heart { background-position: -96px 0; }
.icon-star { background-position: -120px 0; }
.icon-star-empty { background-position: -144px 0; }
.icon-user { background-position: -168px 0; }
.icon-film { background-position: -192px 0; }
.icon-th-large { background-position: -216px 0; }
.icon-th { background-position: -240px 0; }
.icon-th-list { background-position: -264px 0; }
.icon-ok { background-position: -288px 0; }
.icon-remove { background-position: -312px 0; }
.icon-zoom-in { background-position: -336px 0; }
.icon-zoom-out { background-position: -360px 0; }
.icon-off { background-position: -384px 0; }
.icon-signal { background-position: -408px 0; }
.icon-cog { background-position: -432px 0; }
.icon-trash { background-position: -456px 0; }
.icon-home { background-position: 0 -24px; }
.icon-file { background-position: -24px -24px; }
.icon-time { background-position: -48px -24px; }
.icon-road { background-position: -72px -24px; }
.icon-download-alt { background-position: -96px -24px; }
.icon-download { background-position: -120px -24px; }
.icon-upload { background-position: -144px -24px; }
.icon-inbox { background-position: -168px -24px; }
.icon-play-circle {  background-position: -192px -24px; }
.icon-repeat { background-position: -216px -24px; }
.icon-refresh { background-position: -240px -24px; }
.icon-list-alt { background-position: -264px -24px; }
.icon-lock { background-position: -287px -24px; }
.icon-flag { background-position: -312px -24px; }
.icon-headphones { background-position: -336px -24px; }
.icon-volume-off { background-position: -360px -24px; }
.icon-volume-down { background-position: -384px -24px; }
.icon-volume-up { background-position: -408px -24px; }
.icon-qrcode { background-position: -432px -24px; }
.icon-barcode { background-position: -456px -24px; }
.icon-tag { background-position: 0 -48px; }
.icon-tags { background-position: -25px -48px; }
.icon-book { background-position: -48px -48px; }
.icon-bookmark { background-position: -72px -48px; }
.icon-print { background-position: -96px -48px; }
.icon-camera {  background-position: -120px -48px; }
.icon-font {  background-position: -144px -48px; }
.icon-bold { background-position: -167px -48px; }
.icon-italic { background-position: -192px -48px; }
.icon-text-height { background-position: -216px -48px; }
.icon-text-width { background-position: -240px -48px; }
.icon-align-left { background-position: -264px -48px; }
.icon-align-center { background-position: -288px -48px; }
.icon-align-right { background-position: -312px -48px; }
.icon-align-justify { background-position: -336px -48px; }
.icon-list { background-position: -360px -48px; }
.icon-indent-left { background-position: -384px -48px; }
.icon-indent-right { background-position: -408px -48px; }
.icon-facetime-video { background-position: -432px -48px; }
.icon-picture { background-position: -456px -48px; }
.icon-pencil { background-position: 0 -72px; }
.icon-map-marker { background-position: -24px -72px; }
.icon-adjust { background-position: -48px -72px; }
.icon-tint { background-position: -72px -72px; }
.icon-edit { background-position: -96px -72px; }
.icon-share { background-position: -120px -72px; }
.icon-check { background-position: -144px -72px; }
.icon-move { background-position: -168px -72px; }
.icon-step-backward { background-position: -192px -72px; }
.icon-fast-backward { background-position: -216px -72px; }
.icon-backward { background-position: -240px -72px; }
.icon-play { background-position: -264px -72px; }
.icon-pause { background-position: -288px -72px; }
.icon-stop { background-position: -312px -72px; }
.icon-forward {  background-position: -336px -72px; }
.icon-fast-forward { background-position: -360px -72px; }
.icon-step-forward { background-position: -384px -72px; }
.icon-eject { background-position: -408px -72px; }
.icon-chevron-left { background-position: -432px -72px; }
.icon-chevron-right { background-position: -456px -72px; }
.icon-plus-sign { background-position: 0 -96px; }
.icon-minus-sign { background-position: -24px -96px; }
.icon-remove-sign { background-position: -48px -96px; }
.icon-ok-sign { background-position: -72px -96px; }
.icon-question-sign { background-position: -96px -96px; }
.icon-info-sign { background-position: -120px -96px; }
.icon-screenshot { background-position: -144px -96px; }
.icon-remove-circle { background-position: -168px -96px; }
.icon-ok-circle { background-position: -192px -96px; }
.icon-ban-circle { background-position: -216px -96px; }
.icon-arrow-left { background-position: -240px -96px; }
.icon-arrow-right { background-position: -264px -96px; }
.icon-arrow-up { background-position: -289px -96px; }
.icon-arrow-down { background-position: -312px -96px; }
.icon-share-alt { background-position: -336px -96px; }
.icon-resize-full { background-position: -360px -96px; }
.icon-resize-small { background-position: -384px -96px; }
.icon-plus { background-position: -408px -96px; }
.icon-minus { background-position: -433px -96px; }
.icon-asterisk { background-position: -456px -96px; }
.icon-exclamation-sign { background-position: 0 -120px; }
.icon-gift { background-position: -24px -120px; }
.icon-leaf { background-position: -48px -120px; }
.icon-fire { background-position: -72px -120px; }
.icon-eye-open { background-position: -96px -120px; }
.icon-eye-close { background-position: -120px -120px; }
.icon-warning-sign { background-position: -144px -120px; }
.icon-plane { background-position: -168px -120px; }
.icon-calendar { background-position: -192px -120px; }
.icon-random { width: 16px; background-position: -216px -120px; }
.icon-comment { background-position: -240px -120px; }
.icon-magnet { background-position: -264px -120px; }
.icon-chevron-up { background-position: -288px -120px; }
.icon-chevron-down { background-position: -313px -119px; }
.icon-retweet { background-position: -336px -120px; }
.icon-shopping-cart {  background-position: -360px -120px; }
.icon-folder-close { background-position: -384px -120px; }
.icon-folder-open { width: 16px; background-position: -408px -120px; }
.icon-resize-vertical { background-position: -432px -119px; }
.icon-resize-horizontal { background-position: -456px -118px; }
.icon-hdd { background-position: 0 -144px; }
.icon-bullhorn { background-position: -24px -144px; }
.icon-bell { background-position: -48px -144px; }
.icon-certificate { background-position: -72px -144px; }
.icon-thumbs-up { background-position: -96px -144px; }
.icon-thumbs-down { background-position: -120px -144px; }
.icon-hand-right { background-position: -144px -144px; }
.icon-hand-left { background-position: -168px -144px; }
.icon-hand-up { background-position: -192px -144px; }
.icon-hand-down { background-position: -216px -144px; }
.icon-circle-arrow-right { background-position: -240px -144px; }
.icon-circle-arrow-left { background-position: -264px -144px; }
.icon-circle-arrow-up { background-position: -288px -144px; }
.icon-circle-arrow-down { background-position: -312px -144px; }
.icon-globe { background-position: -336px -144px; }
.icon-wrench { background-position: -360px -144px; }
.icon-tasks { background-position: -384px -144px; }
.icon-filter { background-position: -408px -144px; }
.icon-briefcase { background-position: -432px -144px; }
.icon-fullscreen { background-position: -456px -144px; }



/* 3. Layout
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/* Primary Navigation
----------------------------------*/

.sticky {
	position: fixed;
	top: 0;
}

header.navigation a.nav-toggler {
	display: none;
}

header.navigation {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-color: #1E1E1E -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    height: 90px;
    top: 40px;
    opacity: 0;
	padding: 0px;
    position: fixed;
 	transition: all 3s ease-in-out 0s;
    width: 100%;
	z-index: 1000;
}

header.navigation h1 {
	float: left;
	margin: 10px;	
}

header.navigation h1 a:link {
    background: url("../images/common/nav-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 70px;
    text-indent: -9999px;
	opacity: 1.0;
	transition: opacity .45s ease-in-out;
   -moz-transition: opacity .45s ease-in-out;
   -webkit-transition: opacity .45s ease-in-out;
	width: 400px;
}

header.navigation h1 a:hover {
    opacity: 0.7;
}

header.navigation nav ul {
    margin-top: 19px;
    text-align: center;
}

header.navigation nav ul li {
    display: inline;
    margin: 0 22px;
}

header.navigation nav ul li,
header.navigation nav ul li a {
	color: #565656;
    font: 48px 'LeagueGothicRegular',Arial,sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}

header.navigation nav ul li:hover, 
header nav ul li.active,
header.navigation nav ul li a:hover {
	color:rgba(255,255,255,0.9);
}

/* Layout Properties
----------------------------------*/

.slide {
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
}

.slideno {
    position:absolute;
    bottom:0px;
    left:0px;
    font-size:100px;
    font-weight:bold;
    color:rgba(255,255,255,0.3);
}

.next-slide {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	background-color: rgba(14,14,14,0.6);
	background-image: url("../images/common/page-arrows.png");
	background-position: 0 0;
}

.next-slide:hover {
	background-color: #68686a;
	cursor: pointer;
}

.top-slide,
.prev-slide {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	background-color: rgba(14,14,14,0.6);
	background-image: url(../images/common/page-arrows.png);
	background-position: 0 50px;
}

.top-slide:hover,
.prev-slide:hover {
	background-color: #68686a;
	cursor: pointer;
}

.wrapper {
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* Featured Projects
***********************************************************************************************/

#featured-container {
	position: relative;
	background-color: #000;
	min-height: 600px;	
}

#featured-projects {
	position: absolute;
	left: 50%;
    top: 90%;
	height: 150px;
	width: 830px;
    margin-top: -75px;
    margin-left: -415px;
	z-index: 900;
}


#featured-box-container {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 155px;
	width: 830px;
}

#featured-box {
	padding: 10px 0 0 50px;
}

#featured-box .view-project {
	position: relative;
	background-color: rgba(0, 136, 204, 0.9);
	/*background-image: linear-gradient(to bottom, #0088cc, #0044CC);*/
	font-size: 12px;
	margin: 0 -8px 0 20px;
	padding: 10px 25px;
}

/*#featured-box .view-project:hover {
	background-color: #0044CC;	
	background-image: none;
}*/

#featured-box .view-project-triangle {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 0; 
	height: 0;
	border-left: 8px solid #0074ae;
	border-top: 5px solid transparent; 
	border-right: 5px solid transparent; 
}

#featured-box h2.featured-title {
	font-size: 24px;
	margin: 10px 0 0 0;
}

#featured-box h3.featured-caption {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 10px 0;
}

#featured-box h5 {
	font-family: utopia-std,Georgia,serif;
	margin: 10px 0;
	text-shadow: 0 1px 0 #3D3939;
}

#featured-box  > div {
    display: none;
}

#featured-projects > .control, 
#featured-box > .active {
    display: block;
}

#featured-projects > .control  {
    position: relative;
    width: 830px;
	margin: 20px auto 0 auto;
}

#featured-projects > .control ul {
	float: left;
    left: 50%;
    position: relative;
}

#featured-projects > .control li {
    display: block;
    float: left;
    margin-right: 8px;
    position: relative;
    right: 50%;
}


#featured-projects > .control li a {
	background: url("../images/common/featured-nav-btn2.png") no-repeat scroll 0 -23px transparent;
	display: block;
	height: 23px;
    width: 23px;
	text-indent: -9999px;
}

#featured-projects > .control li.showPage a {
	background: url("../images/common/featured-nav-btn2.png") no-repeat scroll 0 0px transparent;
}

#featured-projects > .control li a:hover {
	background: url("../images/common/featured-nav-btn2.png") no-repeat scroll 0 -46px transparent;	
}

.nav-buttons {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.nav-buttons #prev, 
.nav-buttons #next {
	position: absolute;
	display: block;
	height: 48px;
	width: 48px;
	top: 45%;	
	text-indent: -9999px;
}

.nav-buttons #prev {
	background: transparent url("../images/common/left-arrow.png") no-repeat;
	left: 1%;
}

.nav-buttons #next {
	background: transparent url("../images/common/right-arrow.png") no-repeat;
	right: 1%;
}


/* Work Section
***********************************************************************************************/

#work-container {
	/*background: #000 url("../images/work/bg/office.jpg") no-repeat center center fixed;*/
	background: #000 url("../images/common/bg/bg-floral-black.jpg") repeat 0 0; 
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	height: auto;
}

#work-title {
	/*position: relative;
	display: block;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	padding: 45px 50px 30px 50px;
	width: 870px;
}

#work-title h1 {
	color: #fff;
	float: left;
	font: 125px 'LeagueGothicRegular',Arial,sans-serif;
	line-height: 125px;
	margin: 0 35px 0 0;
	padding: 0;
	text-shadow: 1px 1px 0 #000000;
	text-transform: uppercase;
}

#work-title h2 {
	color: #0088cc;
	font: 48px 'LeagueGothicRegular',Arial,sans-serif;
	letter-spacing: -1px;
	line-height: 55px;
	margin: 0;
	padding: 7px 0 0 0;
	text-shadow: 0 1px 0 #000000;
	text-transform: uppercase;
}

#work {
	margin: 20px auto;
}

.project {
	color: #212121;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}

.project canvas {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.project img {	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	transition: all 0.4s ease-in-out 0s;
}

.project h3 {
	color: #fff;
	font-family: news-gothic-std,tahoma,lucida,verdana,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	height: 50px;
	text-align: center;
	text-shadow: 0 1px 0 #000000;
	padding: 0 20px;
}

.project h3 a {
	background: url("../images/icons/ico-external.png") no-repeat scroll right center transparent;
	color: #fff;
	margin-top: 3px;
	padding: 0 20px;
}

#work .project h3 span {
    display: block;
    font: italic 12px georgia;
    text-transform: none;
}

/*.hover {
	background: rgba(0,0,0,.7) url(../images/ico-work-hover.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 294px;
	opacity:0;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.8);
	box-shadow:0 0 5px rgba(0,0,0,0.8);
	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}*/

.project:hover .hover { opacity:1; }

img {
	max-width:100%;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** Tags ****/

#tags {
    /*padding: 150px 0 20px 0;*/
	margin-top: 240px;
	padding: 0px 0 20px 0;
}

#tags h2 {
	color: #fff;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
    font-size: 42px;
	font-weight: normal;
	margin: 10px 0;
	text-align: center;
	text-shadow: 2px 2px #000;
}

#tags ul {
    list-style: none outside none;
    margin: 0;
}

#tags ul ul {
    margin-left: 1.5em;
}

#tags li {
    float: left;
    margin-bottom: 0.2em;
}

#tags li a {
    background-color: #DDDDDD;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    color: #222222;
    display: block;
	font-size: 14px;
    font-weight: bold;
    padding: 0.4em 0.5em;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

#tags li a:hover {
    background-color: #55BBFF;
}

#tags li a:active {
    background-color: #3399DD;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) inset;
}

#tags li a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#tags li:first-child a {
    border-left: medium none;
    border-radius: 7px 0 0 7px;
}

#tags li:last-child a {
    border-radius: 0 7px 7px 0;
}

#tags li a.selected {
    background-color: #1133FF;
    color: white;
    text-shadow: none;
}

#tags .option-combo {
    /*
	display: inline-block;
    float: left;
    margin-right: 10px;
	*/
	text-align: center;
}

#tags .option-combo ul {
    display: inline-block;
    margin-right: 20px;
}

#tags .option-combo h2, #tags .option-combo h4 {
    display: inline-block;
    line-height: 34px;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: top;
}

.fancybox .caption { display: none; }

/***************************
 * Portfolio
 */
 
.portfolio-item {
	position: absolute;
	height: 100%;
	overflow: hidden;
}

/* About Section
***********************************************************************************************/

#about-container {
	background: #303133 url("../images/common/bg/gray-scratch-dark.jpg") repeat center center;
	height: auto;
}

#about-container h1.title {
	background: transparent url("../images/common/bg/bg-title-about.png") no-repeat 50% 160px;
	color: #0E0E0E;
	font-family: 'LeagueGothicRegular',Arial,sans-serif;
	font-size: 90px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0;
	padding: 160px 0 20px 0;
	text-align: center;
	text-shadow: 0 -2px 0 #080808, 0 1px 0 #3D3939;
	text-transform: uppercase;
}

#about-container a:link, 
#about-container a:visited, 
#about-container a:active
{ 
	color: rgba(255,255,255,1.0);  
    text-shadow: 0 0 2px #a8a8a8;  
}

#about-container a:hover { 
	text-decoration: none;  
	color: transparent;  
    outline: 0 none;  
    -webkit-transition: 400ms ease 100ms;  
    -moz-transition: 400ms ease 100ms;  
    transition: 400ms ease 100ms;  
}

#about-container #face-pic {
	height: 144px;
	opacity: 0;
	transition: all 5s ease-in-out 0s;
	width: 144px;
}

#about-container #face-pic:hover {
	transition: all 1s ease-in-out 0s;
	-moz-transform: scale(2) rotate(720deg) translate(50px);
	-webkit-transform: scale(1.2) rotate(720deg) translate(50px);
	-o-transform: scale(2) rotate(720deg) translate(50px);
	.transform: scale(2) rotate(720deg) translate(50px);
}

#experience-container {
	padding-bottom: 50px;	
}

#experience-container #work-experience div {
	padding-right: 70px;
}

#experience-container  P {
	color: #bbb;	
}

#experience-container h2 {
	color: #fff;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 30px;
	text-shadow: 0 -2px 0 #080808, 0 1px 0 #3D3939;
    text-transform: uppercase;
	opacity: 0.3;
}

#experience-container h3 {
    color: #fff;
    font-family: 'LeagueGothicRegular',Arial,sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 0 #000000;
    text-transform: uppercase;	
}

#experience-container h4 {
	color: #5A5A5A;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#experience-container .intro-text {
	border-bottom: 5px dotted #fff;
    color: #fff;
	font-family: 'LeagueGothicRegular',Arial,sans-serif;
    font-size: 37px;
	line-height: 37px;
	padding: 30px 0 0 0;
	text-shadow: 1px 1px 0 #000;
}

.skill-level-container {
	position: relative;
	background-color: #000; 
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;
	border-radius: 12px; 
	margin-bottom: 15px; 
	padding: 0; 
	text-align: right;
}

.skill-level-container div.percentage {
	float: right;
	color: #fff;
	margin: 5px 5px 0 0;	
}

.skill-level-container div.rating {
	position: relative;
	background: #848484 url('../images/common/bg/brushed-metal.jpg') repeat;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	border-radius: 12px;  
	color: #fff; 
	font-size: 14px; 
	line-height: 14px; 
	margin: 0; 
	text-align: right; 
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase; 
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.skill-level-container div.rating img.dial {
	position: absolute;
	top: -5px;
	right: -2px;
	height: 36px;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	width: 36px;
	z-index: 1;
}

.skill-level-container div.rating img.dial:hover {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.skill-level-container div.rating img.dial.html { -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.skill-level-container div.rating img.dial.web { -moz-transform: rotate(162deg); -webkit-transform: rotate(162deg); -o-transform: rotate(162deg); -ms-transform: rotate(162deg); transform: rotate(162deg); }
.skill-level-container div.rating img.dial.php { -moz-transform: rotate(126deg); -webkit-transform: rotate(126deg); -o-transform: rotate(126deg); -ms-transform: rotate(126deg); transform: rotate(126deg); }
.skill-level-container div.rating img.dial.jq { -moz-transform: rotate(117deg); -webkit-transform: rotate(117deg); -o-transform: rotate(117deg); -ms-transform: rotate(117deg); transform: rotate(117deg); }
.skill-level-container div.rating img.dial.mobile { -moz-transform: rotate(108deg); -webkit-transform: rotate(108deg); -o-transform: rotate(108deg); -ms-transform: rotate(108deg); transform: rotate(108deg); }
.skill-level-container div.rating img.dial.pyro { -moz-transform: rotate(117deg); -webkit-transform: rotate(117deg); -o-transform: rotate(117deg); -ms-transform: rotate(117deg); transform: rotate(117deg); }
.skill-level-container div.rating img.dial.drupal { -moz-transform: rotate(153deg); -webkit-transform: rotate(153deg); -o-transform: rotate(153deg); -ms-transform: rotate(153deg); transform: rotate(153deg); }

.skill-level-container div.rating img.dial.html:hover,
.skill-level-container div.rating img.dial.web:hover,
.skill-level-container div.rating img.dial.php:hover,
.skill-level-container div.rating img.dial.jq:hover,
.skill-level-container div.rating img.dial.mobile:hover,
.skill-level-container div.rating img.dial.pyro:hover,
.skill-level-container div.rating img.dial.drupal:hover
{ 
	-moz-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	-o-transform: rotate(0deg); 
	-ms-transform: rotate(0deg); 
	transform: rotate(0deg);
}

.skill-level-container div.rating div {
	padding: 6px 40px 6px 0; 
}


#skills-container {
	opacity: 0;
	padding-bottom: 75px;
	transition: all 2s ease-in-out 0s;
}

#skills-container:before,
#skills-container:after {
	content:"";
	display:table;	
}

#skills-container:after {
	clear: both;	
}


#skills-container article {
	padding-bottom: 10px;	
}

#skills-container article div {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 1px 1px 3px 10px rgba(0, 0, 0, 0.2);
    cursor: auto;
    display: block;
	height: 400px;
	margin: 20px 10px;
    /*min-height: 400px;*/
    padding: 20px;
    text-align: left;
    text-transform: none;
    transition: opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s, box-shadow 0.4s ease-in-out 0s;
    z-index: 1;
}

#skills-container article h2 {
    border-bottom: 4px dotted #fff;
    color: #fff;
    font-size: 48px;
    font-weight: normal;
	font-family: 'LeagueGothicRegular',Arial,sans-serif;
    letter-spacing: -1px;
	line-height: 48px;
    margin-bottom: 20px;
    padding-bottom: 15px;
	text-shadow: 1px 1px 0px #000;
    text-transform: uppercase;
}

#skills-container article ul li {
	background-repeat: no-repeat;
	font-size: 14px;
	min-height: 20px;
	margin: 0 0 10px 0;
	padding-left: 30px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
}

#skills-container article ul li ul li {
	font-size: 12px;
	margin: 5px 0 0 0;	
	min-height: auto;
	padding-left: 10px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
}

#skills-container article ul li#basecamp, #skills-container article ul li#project { background-image: url('../images/icons/skills/ico-basecamp.png'); }
#skills-container article ul li#ci { background-image: url('../images/icons/skills/ico-codeigniter.png'); }
#skills-container article ul li#css { background-image: url('../images/icons/skills/ico-css.png'); }
#skills-container article ul li#drupal { background-image: url('../images/icons/skills/ico-drupal.png'); }
#skills-container article ul li#dw { background-image: url('../images/icons/skills/ico-dreamweaver.png'); }
#skills-container article ul li#email, #skills-container article ul li#myemma { background-image: url('../images/icons/skills/ico-myemma.png'); }
#skills-container article ul li#html { background-image: url('../images/icons/skills/ico-html.png') }
#skills-container article ul li#joomla { background-image: url('../images/icons/skills/ico-joomla.png') }
#skills-container article ul li#jq { background-image: url('../images/icons/skills/ico-jquery.png') }
#skills-container article ul li#mamp { background-image: url('../images/icons/skills/ico-mamp.png'); }
#skills-container article ul li#mobile { background-image: url('../images/icons/skills/ico-responsive.png'); }
#skills-container article ul li#seo { background-image: url('../images/icons/skills/ico-seo.png'); }
#skills-container article ul li#server { background-image: url('../images/icons/skills/ico-server.png'); }
#skills-container article ul li#social, #skills-container article ul li#ns { background-image: url('../images/icons/skills/ico-northsocial.png'); }
#skills-container article ul li#php { background-image: url('../images/icons/skills/ico-php.png'); }
#skills-container article ul li#ps { background-image: url('../images/icons/skills/ico-photoshop.png'); }

#skills-container article h2,
#skills-container article ul li,
#skills-container article ul li ul li
{
    transition:
        opacity 0.2s linear,
        text-shadow 0.5s ease-in-out,
        color 0.5s ease-in-out;
}

#skills-container article.blur div {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5);
    transform: scale(0.9);
    opacity: 0.7;
}

#skills-container article.blur h2, 
#skills-container article.blur ul li,
#skills-container article.blur ul li ul li,
#skills-container article.blur ul li img
{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}

#skills-container article.active div {
    transform: scale(1.05);
    box-shadow:
        0px 0px 0px 10px rgba(255,255,255,1),
        1px 11px 15px 10px rgba(0,0,0,0.4);
    z-index: 100;  
    opacity: 1;
}

#skills-container article.active h2, 
#skills-container article.active ul li,
#skills-container article.active ul li ul li
{
    opacity: 1;
}


/* Contact Section
***********************************************************************************************/

.inline { display: none; }

input[type="text"], 
input[type="email"],
input[type="password"], 
input[type="file"], 
select,
textarea, 
input#captcha {
	background: #1b1b1c;
    border: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 3px #10100f inset, 0 1px 0 #3D3939;
	color: #909090;
	font-family: news-gothic-std,tahoma,lucida,verdana,helvetica,sans-serif;
    font-size: 0.9em;
	margin-bottom: 20px;
    padding: 8px 5px 6px;
}

input,
textarea {
	width: 100%;	
}

select {
	min-width: 180px;	
}

textarea {
    line-height: 1.4em;
    min-height: 100px;
}

input:focus,
textarea:focus {
    border-color: #007DC3;
    outline: medium none;
}

.success {
	background: #d5ffce url('../images/icons/ico-message-success.png') no-repeat 15px 15px;
	border: 3px solid #9adf8f;
	border-radius: 10px;
	color: #556652;
	margin: 0px auto 20px auto;
	padding: 20px 20px 20px 50px;
	max-width: 300px;
}

#contact-form .error { background: #f0bebe; color: #a35959; }
#contact-form .error:focus { background: #1b1b1c; border: none; color: #909090; }

#contact-container {
	width: 700px;
}

#contact-container h1.title {
	color: #0E0E0E;
	font-family: 'LeagueGothicRegular',Arial,sans-serif;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	text-shadow: 0 -2px 0 #080808, 0 1px 0 #3D3939;
	text-transform: uppercase;
}

#contact-container h2 {
	color: #0E0E0E;
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	text-shadow: 0 -2px 0 #080808, 0 1px 0 #3D3939;
	text-transform: uppercase;
}

#contact-container h3.title {
	background: transparent url("../images/common/bg/bg-title-about.png") no-repeat center center;
}

form#contact-form {
    position: relative;
	float: left;
	width: 380px;
}

form label {
	display: block;
    clear: both;
    color: #909090;
    font-size: 0.9em;
    margin: 0 0 5px;
    padding: 5px;
	text-transform: uppercase;
}

#req-field-desc {
	float: left;
	color: #909090;
	font-size: 14px;
	margin-top: 14px;
}

#contact-container P {
	color: #909090;
	font-size: 12px;
}

#contact-aside {
	float: right;
	margin-bottom: 20px;
	width: 260px;
}

#contact-aside ul li {
	background-image: url("../images/icons/ico-checkmark-12.png");
	background-repeat: no-repeat;
	color: #909090;
	font-size: 12px;
	margin: 10px 5px;
	padding-left: 18px;	
}

/* Fancy Box Override
----------------------------------*/

.fancybox-skin {
	background: transparent url("../images/common/bg/bg-contact.jpg") repeat 0 0 !important;
	border: 1px solid #303032;
}


/* BgStretcher Override
----------------------------------*/

.image-path {
	display: none;	
}