/* Headerbar
----------------------------------------------------------------------------------------------------*/

/* Options */
#options {
	width: 100%;
	padding: 0 0 20px 0;
}

#options > div.float-right {
	margin-left: 15px;
	line-height: 22px;
	text-transform: uppercase;
}

#options span { float: left; }

#fake_nav {
	margin-top:37px;
}
.jumper,
.color-switch {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.jumper li,
.color-switch li { display: inline-block; }

/* Jumper Menu */
.jumper li a {
	padding: 2px 8px;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 3px;
	background: rgba(255,255,255,0.2);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(170,170,170,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(170,170,170,0.2) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(170,170,170,0.2) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(170,170,170,0.2) 100%);
	background-clip: padding-box;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),
				0 3px 4px rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.5);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	
}

.jumper li a:hover {
	border: 1px solid rgba(0,0,0,0.4);
	background: rgba(255,255,255,0.4);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(170,170,170,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(170,170,170,0.4) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(170,170,170,0.4) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(170,170,170,0.4) 100%);
	background-clip: padding-box;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),
				0 3px 4px rgba(0,0,0,0.2);
	color: rgba(255,255,255,1);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

/* Color Switch */
.color-switch {
	margin-left: 10px;
	line-height: 26px;
}

.color-switch li,
.color-switch li > a {
	width: 12px;
	height: 13px;
}

.color-switch li > a {
	display: block;
	background: url(../images/color_switch.png) 0 0 no-repeat;
}

.color-switch li > a:hover { background-position: 0 -20px; }
.color-switch li:nth-child(2) > a { background-position: 0 -40px; }
.color-switch li:nth-child(2) > a:hover { background-position: 0 -60px; }
.color-switch li:nth-child(3) > a { background-position: 0 -80px; }
.color-switch li:nth-child(3) > a:hover { background-position: 0 -100px; }
.color-switch li:nth-child(4) > a { background-position: 0 -120px; }
.color-switch li:nth-child(4) > a:hover { background-position: 0 -140px; }



/* Slide Show
----------------------------------------------------------------------------------------------------*/

.space-slide-1 {
	background-image: url(../img/1.jpg);
}

.space-slide-2 {
	background-image: url(../img/2.jpg);
}

.space-slide-3 {
	background-image: url(../img/3.jpg);
}

.space-slide-4 {
	background-image: url(../img/4.jpg);
}

.space-slide-5 {
	background-image: url(../img/5.jpg);
}

.space-slide-6 {
	background-image: url(../img/06.jpg);
}

.space-slide-7 {
	background-image: url(../img/07.jpg);
}

.space-slide-8 {
	background-image: url(../img/08.jpg);
}


/* Skills
----------------------------------------------------------------------------------------------------*/

#skills-design,
#skills-code {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

#skills-design,
#skills-design ul { float: left; }

#skills-code,
#skills-code ul { float: right; }

/* Arrow */
.arrow {
	position: absolute;
	top: 25px;
	min-width: 105px;
	min-height: 40px;
	text-align: center;
}

#skills-design .arrow {
	right: 10px;
	padding-left: 15px;
	background: url(../images/retina/arrow_left.svg) 0 0 no-repeat;
	background-size: 100% 100%;
}
#skills-code .arrow {
	left: 10px;
	padding-right: 15px;
	background: url(../images/retina/arrow_right.svg) 0 0 no-repeat;
	background-size: 100% 100%;
}

.arrow h4 {
	line-height: 42px;
	color: rgba(0,0,0,0.8);
	text-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

/* Charts */
.skills li,
.skills li > span {
	width: 92px;
	height: 92px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.skills li {
	margin-right: 12px;
	background: url(../images/skills_bg.png) 50% 0 no-repeat;
}

.skills li:last-child { margin-right: 0; }

.skills li > span {
	background-image: url(../images/skills_items.png);
	background-repeat: no-repeat;
	line-height: 92px;
	font-size: 24px;
	color: rgba(255,255,255,1);
	text-shadow: 0 1px rgba(0,0,0,0.2);
	text-align: center;
}

.skills.design li:nth-child(1) > span { background-position: 50% 0; }
.skills.design li:nth-child(2) > span { background-position: 50% -100px; }
.skills.design li:nth-child(3) > span { background-position: 50% -200px; }
.skills.code li:nth-child(1) > span { background-position: 50% -300px; }
.skills.code li:nth-child(2) > span { background-position: 50% -400px; }
.skills.code li:nth-child(3) > span { background-position: 50% -500px; }


/* Stats
----------------------------------------------------------------------------------------------------*/

#stats li {
	display: block;
	width: 20%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#stats li div {
	min-height: 30px;
	margin: 5px;
	padding: 8px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 4px;
	line-height: 15px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
}

#stats li:first-child div { margin-left: 0; }
#stats li:last-child div { margin-right: 0; }

#stats li div span {
	display: inline-block;
	float: left;
	margin: -2px 10px 0 0;
	line-height: 36px;
	font-size: 36px;
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px rgba(0,0,0,0.4);
}

#stats.off li div,
#stats.off li div span  {
	color: rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}


/* Footer
----------------------------------------------------------------------------------------------------*/

/* Copyright */
#copyright { 
margin-left: 75px;
}

#copyright ul li {
	display: inline-block;
	margin: 0 11px 0 0;
	padding:0 14px 0 0;
	background: url(../images/menu_line.png) 100% 50% no-repeat;
}

#copyright ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#copyright ul li a {
	line-height: 20px;
	font-size: 16px;
}

#copyright span {
	color: rgba(255,255,255,0.3);
	font-size: 14px;
	margin-top:5px;
}

/* Meta Links */
#meta { float: right; }

#meta li,
#meta li a { display: inline-block; }

#meta li a {
	height: 40px;
	width: 40px;
	margin-right: 8px;
	background: url(../images/icons_logos.png) 50% 0 no-repeat;
	opacity: 0.4;
}

#meta li:last-child a { margin-right: 0; }

#meta li a:hover { opacity: 1; }
#meta li:nth-child(2) a { background-position: 50% -40px; }
#meta li:nth-child(3) a { height: 38px; background-position: 50% -80px; }
#meta li:nth-child(4) a { height: 38px; background-position: 50% -120px; }
#meta li:nth-child(5) a { background-position: 50% -160px; }
#meta li:nth-child(6) a { width: 65px; background-position: 50% -200px; }

/* Tooltip */
[data-tip]:hover:before,
[data-tip]:hover:after { display: block; }

[data-tip] { position: relative; }

[data-tip]:before,
[data-tip]:after {
	display: none;
	position: absolute;
}

[data-tip]:before {
	content: "";
	top: -10px;
	left: 100%;
	z-index: 5;
	width: 0;
	height: 0;
	margin-left: -22px;
	line-height: 0;
	font-size: 0;
}

[data-tip]:after {
	content: attr(data-tip);
	top: -32px;
	left: 0px;
	z-index: 6;
	height: 12px;
	padding: 5px 8px;
	border-radius: 3px;
	line-height: 13px;
	font-size: 12px;
	white-space: nowrap;
	word-wrap: normal;
}

.try-link {
}