﻿@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: Georgia, "Palatino Linotype", "Times New Roman", "Courier New", helvetica, clean, sans-serif;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #098ecb;
  text-decoration: none;
}
a:visited {
  color: #098ecb;
}
a:hover {
  color: #43bef7;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0 none;
  /*border-top: 1px solid #ccc;*/
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol,
.nav ul,
.nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
img {
  max-width: 100%;
}
/* ==|== primary styles =====================================================
   Author: R.P
   ========================================================================== 
*/


body {
  margin: 0;
  padding: 0;
  color: #525252;
  font: normal 16px/1.231 Georgia, "Palatino Linotype", "Times New Roman", "Courier New", helvetica, clean, sans-serif;
 /* text-shadow: 0 1px 0 #fff;
   background: url(../img/bg_body2.jpg) left top; */

  font-style: italic;
}

section:not(#edu) p,
.semantic_list li {
  font-style: normal;
  font-family: 'Source Sans Pro';
}

.vv_auto #page_header,
.vv_auto p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/*
.vv_auto p {
	max-width: 1000px;
}
*/
.corporation p {
text-align: center;
}

h1,h2,h3,h4 {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #2f2f2f;
	text-transform: uppercase;
}

.semantic_list {
  list-style: disc;
  list-style-position: inside;
}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 20px;
}
#work_samples .wrapper {
  max-width: 1000px;
}
.boldCapital {
  font-weight: bold;
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
#page_header {
  text-align: center;
}
#page_header h1 {
  font-size: 56px;
  margin: 30px 0 10px 0;
}

a img{
	display: block;
	margin: 0 auto;
}

.cover #page_header h1 {
	margin-bottom: 40px;
}

.cover #page_header h1 span {
  font-size: 36px;
  display: block;
  margin-top: 10px;
  font-family: Georgia;
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  color: #525252;
}
/*
@media only screen and (min-width: 768px) {

	.case  {
		background: url(../img/rp.png) center 50px no-repeat;
		padding-top: 100px;
	}

}
*/
.case #page_header h1 span  {
 color: #43bef7;
}

.case #page_header a {
	display: inline-block;
}

.vv_auto #page_header h1 {
	/* display: inline-block; */
	margin-right: 10px;
}

.vv_auto #page_header {
	text-align: left;
	position: relative;
	padding: 55px 0 0 0;
	margin-bottom: 50px;
}

.vv_auto #page_header img.example {
	position: absolute;
	top: 55px;
	right: 0;
	
}

.vv_auto #page_header h1 span {
	/* color: #d43131; */
	color: #4590d0;
	display: block;
}

.threedee #page_header h1 span {
	color: #009fda;
	display: block;
}

.corporation #page_header h1 span {
	color: #42bced;
}

.pentik #page_header h1 span {
	color: #b4b5b7;
}

.store #page_header h1 span {
	color: #d61100;
}

.hippatammi #page_header h1 span{
	color: #88cc63;
	display: block;
}

.sales_tool #page_header h1 span {
	color: #13a9e8;
}

.marketing #page_header h1 span {
	color: #a44dc4;
}

.sikajuhla #page_header h1 span{
	color: #ee7897;
}

.sphere {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.corporation .sphere {
	border: 6px solid #42bced;
	margin: 50px auto;
}

hr {
	position: relative;
	border-bottom: 1px solid #b2b2b2;
	background: none;
	height: 14px;
}

.case hr {
	margin: 50px 0;
}

.case p {
	font-size: 18px;
	max-width: 50rem;
	line-height: 1.5;
	margin-bottom: 28px;
}

a[href^="worksamples"]:hover  {
	cursor: zoom-in;
}

hr:after {
	content: "";
	background: #fff url(../img/sprite.png) 6px -166px no-repeat;
	width: 50px;
	height: 14px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 7px;
}

h1 {
  font-size: 30px;
}

h2 {
  margin-top: 2em;
}

.skills {
  position: relative;
  min-height: 235px;
}
.skills ul {
  margin: 0;
}
.skills li {
  position: relative;
  padding-right: 95px;
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px dashed #525252;
}
.skills li:first-child {
  border-top: none;
}
.skills li span {
  text-indent: -10000em;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 95px;
  height: 18px;
  background: url(../img/sprite.png) left top no-repeat;
}
.skills li.professional span {
  background-position: 0 -26px;
}
.skills li.good span {
  background-position: 0 -52px;
}
.skills li.fair span {
  background-position: 0 -78px;
}
.skills li.basic span {
  background-position: 0 -104px;
}

.centered {
  text-align: center;
}
.centered.bg {
	background: #e4e4e4;
	padding: 20px;
}
.edu_com img {
  margin-top: 80px;
}
.edu_com {
  background: url(../img/edu.png) center 100px no-repeat;
}
#experience {
  background: url(../img/experience.png) 90% 70px no-repeat;
}
#communication {
  float: right;
}
#communication li {
  margin-bottom: 10px;
}
#portrait {
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -85px;
}
.skills .span4 {
  float: right;
}
.skills .span4:first-child {
  float: left;
}
/********* Projects *********/
#projects {
  background: url(../img/bg_projects.png) left top repeat-x;
  margin-top: 30px;
  padding-top: 9px;
  margin-bottom: 65px;
}
.bg_projects {
  background: #6cccf8 url(../img/earth_and_sky.jpg) 0 bottom no-repeat;
  background-size: 120% auto;
  padding-bottom: 15%;
  position: relative;
}
#projects h2 {
  color: #2479a0;
  font-size: 30px;
  font-weight: normal;
  text-shadow: 0 1px 0 #b8e7fc;
  position: relative;
}
#projects .row-fluid div {
  float: right;
  background: #43bef7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  color: #fff;
  text-shadow: none;
  margin-bottom: 40px;
}

#projects .row-fluid div:first-child {
  float: left;
}
#projects .wrapper {
  position: relative;
}
#projects ul {
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}
#projects li {
  width: 23.4042%;
  background: #43bef7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  text-shadow: none;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 50px;
}
#projects li.rightside {
  float: right;
  margin-top: -50px;
}
#projects .latest li:nth-child(5) {
  margin-top: 150px;
}
#projects li.year {
  width: 75px;
  text-align: center;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  margin: 0 0 0 -37px;
  left: 50%;
  padding: 0 0 5px 0;
}
#projects li.y_2013 {
  margin-top: 137px;
}
#projects li.y_2012 {
  margin-top: 60px;
}
#projects li.y_2012_ghost {
  margin-top: -32px;
}
#projects li.y_2012_ghost:after {
  content: "2012";
}
#projects li.y_0 {
  bottom: 0;
}
#projects li.y_0:after {
  content: "0";
}

#projects ul.latest {
  margin-bottom: 0;
}
#projects .older {
  padding-top: 0;
  margin-top: -30px;
}
#projects .older li:nth-child(3) {
  margin-top: 60px;
}
#projects li span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
}
#projects li span:first-child {
  margin: 5px 0;
}
#timeline {
  position: absolute;
  background: #43bef7;
  width: 5px;
  left: 50%;
  top: 100px;
  bottom: 0;
  margin-left: -2px;
  z-index: 0;
}
#timeline_top {
  width: 24px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 97px;
  background: url(../img/sprite.png) -127px 0 no-repeat;
  margin-left: -12px;
  z-index: 0;
}
/********** work samples ************/
#work_samples {
  margin-top: 30px;
  margin-bottom: 65px;
  text-align: center;
}
/* #work_samples:after,*/
#work_samples:before {
  content: "";
  display: block;
  height: 9px;
  background: url(../img/bg_samples.png) left top repeat-x;
}
/*
#work_samples:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
*/
.bg_work_samples {
  background: #d7d7d7;
  padding-bottom: 50px;
}
#experience li {
  margin-bottom: 30px;
}
.lower_attention {
  font-size: 14px;
  color: #787878;
}
#page_footer {
  text-align: center;
  padding: 20px 0 50px;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  background: #43bef7;
  /* overflow: hidden; */

  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  text-shadow: none !important;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  /* max-width: none; */

  /* max-width: 620px; */

}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  /* width: 100% !important; */

}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  right: 0;
  bottom: -100%;
  width: 320px;
  background: #4aaaea;
  color: #fff;
  z-index: 8;
  overflow: hidden;
  height: 100%;
  bottom: 0;
  opacity: 0;
  padding: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*a {
		display:inline !important;
	}*/

}
.nivo-caption .animated {
  opacity: 1;
}
.nivo-caption h2 {
  font-style: normal;
  font-weight: 400;
}
.nivo-caption p {
  line-height: 1.5;
  margin: 0;
}
.nivo-caption a[href*="worksamples"] {
  text-indent: -2000em;
  display: inline-block;
  background: #fff;
  height: 30px;
  width: 55px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}
.nivo-caption a[href*="worksamples"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -12px;
  height: 14px;
  width: 23px;
  background: url(../img/sprite.png) -129px -33px no-repeat;
}
.nivo-caption a[href*="worksamples"]:hover {
  opacity: .6;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav {
  position: absolute;
  right: -85px;
  width: 85px;
  top: 0;
}
.nivo-directionNav a {
  height: 85px;
  left: 0;
  right: 0;
  z-index: 9;
  position: absolute;
  cursor: pointer;
  background: #43bef7;
  -webkit-box-shadow: inset 3px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 3px 0px 2px 0px rgba(0, 0, 0, 0.1);
  text-indent: -2000em;
}
.nivo-directionNav .nivo-prevNav {
  top: 100px;
}
.nivo-directionNav .nivo-prevNav:after,
.nivo-directionNav a:after,
.nivo-directionNav a:before {
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 28px;
  top: 32px;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nivo-directionNav .nivo-prevNav:before,
.nivo-directionNav a:after {
  top: 53px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.nivo-directionNav .nivo-prevNav:before {
  top: 32px;
}
.nivo-directionNav .nivo-prevNav:after {
  top: 53px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding-top: 30px;
  min-height: 85px;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav .active {
  cursor: default;
}
.nivo-controlNav img {
  width: 80px;
  border: 3px solid #fff;
  margin: 2px;
}
.nivo-controlNav .active img {
  border: 3px solid #43bef7;
}
.nivo-controlNav a:not(.active):hover img {
  width: 100px;
  position: relative;
  margin: -8px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.reference_list {
  margin: 0 auto;
}
.reference_list,
.reference_list * {
  position: relative;
}
.reference_list li {
  float: left;
  height: 320px;
  list-style: none;
  overflow: hidden;
  width: 320px;
}
.reference_list li a {
  display: block;
  height: 100%;
}
.reference_list li figure {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
}
.reference_list li img {
  transform: scale(1);
  height: auto;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.reference_list li figure:hover img {
  transform: scale(1.07);
  opacity: 0.5;
}
.reference_list li figcaption {
  transform: scale(2);
  transition: transform 0.6s ease 0s;
  opacity: 0;
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.reference_list li figcaption .desc {
  display: table-cell;
  line-height: 1.2;
  padding: 40px;
  vertical-align: middle;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  font-size: 36px;
  font-style: normal;
  font-family: Oswald, helvetica, arial, sans-serif;
  font-weight: 700;
  color: #272727;
}
.reference_list li figcaption .desc span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
.reference_list li figure:hover figcaption {
  opacity: 1;
  transform: scale(1);
}
.bg_site {
  padding: 10px;
  background: #e4e4e4;
}
.corporation .secret {
  margin-top: 75px;
  font-weight: 900;
  text-align: left;
}
.secret span {
  text-indent: -2000em;
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 150px;
  background: transparent url(../img/secret.png) 0 0 no-repeat;
  margin-left: -70px;
  margin-top: -50px;
}
/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ==|== media queries ====================================================== */
@media only screen and (max-width: 480px) {
  #projects .older {
    margin-top: 60px;
  }
  #projects li {
    width: 33.3333%;
  }
  #projects li.y_2013 {
    margin-top: 157px;
  }
  .bg_projects {
    padding-bottom: 32%;
  }
  .edu_com {
    background: none !important;
  }
  #skills {
    margin-top: 250px;
  }
  .wrapper {
    max-width: 450px;
  }
  #experience {
    background: url(../img/experience.png) center bottom no-repeat;
    padding-bottom: 120px;
    margin-bottom: 40px;
  }
  
  #page_footer a {
	display: block;
  }
  
}
@media only screen and (max-width: 320px) {
  body {
    min-width: 280px;
  }
  .wrapper {
    max-width: 290px;
  }
  #projects li {
    width: 40%;
  }
  #projects .older {
    margin-top: 60px;
  }
  #projects .latest li:nth-child(5) {
    margin-top: 250px;
  }
  #projects li.y_2013 {
    margin-top: 187px;
  }
  #projects li.y_2012 {
    margin-top: 90px;
  }
  .bg_projects {
    padding-bottom: 32%;
  }
  .edu_com {
    background: none;
  }
  #skills {
    margin-top: 250px;
  }
  #experience {
    background: none !important;
  }

}
@media only screen and (max-width: 600px){
	.secret {
	  margin-top: 0;
	}
	.secret span {
	  text-indent: 0;
	  display: inline;
	  position: static;
	  width: auto;
	  height: auto;
	  background: none;
	  margin-left: 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #skills {
    margin-top: 250px;
  }
  .skills .span4:first-child li:first-child {
    border-top: none;
  }
  .edu_com img {
    display: none;
  }
  .edu_com {
    background: url(../img/edu.png) 90% center no-repeat;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .bg_projects {
    padding-bottom: 32%;
  }
  #projects .older {
    margin-top: 60px;
  }
  #projects li.y_2013 {
    margin-top: 187px;
  }
  #projects li.y_2012 {
    margin-top: 90px;
  }
  #experience {
    background: url(../img/experience.png) 90% 90% no-repeat;
  }
  .wrapper {
    max-width: 570px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .wrapper {
    max-width: 770px;
  }
  #experience .span8 {
    width: 65.9574%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .wrapper {
    max-width: 738px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    overflow: hidden;
  }
  .reference_list {
    width: 640px;
  }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  
	.vv_auto #page_header img.example {
		max-width: 350px;
		top: 93px;
	}
	
	.centered.bg {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
  
}
@media only screen and (max-width: 768px) {
  .skills .span4:first-child,
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .skills li:first-child {
    border-top: 1px dashed #525252;
  }
  .reference_list {
    width: 280px;
  }
    
 .reference_list li {
	  float: none;
	  height: 280px;
	  width: 280px;
	}
  .vv_auto #page_header img.example {
		position: static;
		max-width: 100%;
	}

	.vv_auto #page_header {
		margin-bottom: 0;
		padding-top: 10px;
	}
	
	body > .wrapper:first-child {
		padding-left: 0;
		padding-right: 0;
	}
	
	#page_header hr {
		margin-right: 20px;
		margin-left: 20px;
	}
	
}
@media only screen and (min-width: 480px) {
  #page_footer a:before {
    content: "|";
    margin-right: 4px;
    color: #525252;
  }
}

/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}