/* @override 
  http://planetoftheweb.com/_/css/styles.css */

@import url("http://fonts.googleapis.com/css?family=Bree+Serif|Merriweather:400,300,700,900|Droid+Sans:400,700");

/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

* {

}


/* Base Styles */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

html {
  background-color: #fff; 
  min-height: 100%;
  height: auto;
}

body  {
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 1px;
  *zoom: 1;
  color: #333;
  text-align:center;
}
.bg {
  background: #000 url(../images/desktop.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed;
  z-index:-1;
  height:100%;
  width:100%;
  top:0;
  left:0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bree Serif', serif;
  font-weight: normal;
  color: #475b62;
  text-shadow: 1px 1px rgb(255,255,255, 1);
}

a {
  color: #145266;
  font-family: Bree Serif, serif;
}

h1{
  color: #145266;
  font-size: 2.2rem;
  line-height: 100%;
  margin-bottom: 10px;
}

h2{ 
  font-size: 2.5rem;
  line-height: 90%;
  color: #fff;
}

h3{ 
  margin-top: 0;
  color: #bd3613;
  line-height: 110%;
  margin-bottom: 5px;
}

h4{
  font-size: 1.5rem;
  line-height: 100%;
  color: #fff;
}

p {
  line-height: 1.7rem;
  color: #475B62;
  margin-bottom: 10px;
  /*font-family: 'Merriweather';*/
  font-family: 'Droid Sans', sans-serif;
}

a.small, p.small {
  line-height: 100%;
  font-size: .6rem;
  font-family: 'Droid Sans', sans-serif;
}

/* Text Styles */

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

.heading {
  vertical-align: middle;
  height: 600px;
  display: table-cell;
  width: 600px;
}

/* Search Styles */

.search {
  background: #063642;
  color: #EEE8D5;
  width: 90%;
  min-width: 320px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 20px;
  padding: 20px 30px;
  z-index: 20;
}

.search h1 {
  color: #EEE8D5;
}

.btn {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}

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

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

.search label {
  display: none;
}

.search input {
  font-family: 'Droid Sans', sans-serif;
  width: 100%;
  padding: 10px 0 10px 15px;
  font-size: 1rem;
  color: #475B62;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  outline: 0;
}

.search .formgroup input {
  border: 1px solid rgba(0,0,0,0.3);
  display: inline;
  width: auto;
}

.search label.formgroup {
  display: inline;
  width: auto;
}

.search select {
  display: inline;
  padding: 10px 0 10px 15px;
  font-size: 1rem;
  color: #475B62;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 10px;
  outline: 0;
}

#container{
  /*width:1200px;*/
  width:100%;
  /*min-height:2000px;*/
  position:relative;
  margin: 0px auto;
  background:#fff;
  overflow: hidden;
  z-index:1;
}
#nav-bar{
  height:80px;
}
#nav-bar p{
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  color: white;
  top: 33px;
}
.nav-shadow {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:150px;
  background:transparent url(../images/nav-shadow.png);
  background-repeat: repeat-x;
}
.name {
  font-family: 'Bree Serif', serif;
  position: absolute;
  top: 30px;
  left: 30px;
  color: white;
  font-size: 30px;
  z-index:5;
}

.name-shadow {
  position: absolute;
  top: 33px;
  left: 33px;
  color: black;
  font-size: 30px;
  z-index: 1;
}

.glass::before {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    background: #000 url(../images/desktop.jpeg) no-repeat center center fixed; 
    background-size:cover;
    filter: url('#blur');
    filter: blur(2px);
    -webkit-filter: blur(5px);
    content: ' ';
    opacity: 0.8;
}
.glass {
    background-color: rgba(63, 28, 3, 0.78);
    position:relative;
}

#hex-display{
  min-height:100vh;
  height:100vh;
  width:100%;
  display:table;
}
#hex-inner{
  vertical-align: middle;
  display: table-cell;
  position:relative;
}
#hex{
  height: 280px;
  width:280px;
  margin-left: auto;
  margin-right: auto;
  z-index:200;
  display:block;
  position:relative;
}
#hex img {
  top: 31px;
  left: 12px;
  position:absolute;
  z-index:205;
}
.hex-svg {
  top:0;
  left:0px;
  height:280px;
  margin-left: auto;
  margin-right: auto;
  display:block;
  position:absolute;
  z-index:202;
}

#about{
  min-height:700px;
  height:auto;
  overflow:hidden;
  background:#fff;
  position:relative;
  padding-top:80px;
}
#about ul {
  width:80%;
  min-height:200px;
  padding-bottom:100px;
}
#about ul li{  
  float:left;
  text-align:center;
  list-style:none;
}
.feature-items li {
  width:33%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
#about>ul>li>p {
  padding:0 20px;
}
#about ul li img{
  margin-bottom:20px;
}
#about>div {
  margin-bottom:80px;
}
.animation-stage {
  height:230px;
}


/* Width Styles Grid */

.fullwidth{
  width:100%;
}
.fullwidth-margin{
  width:90%;
  margin:0 auto;
}
.halfwidth {
  width:50%;
}
.two-columns{
  width:600px;
}
.three-columns {
  width:30%;
}
.four-columns {
  width:40%;
}
.eight-columns {
  width:80%;
}
.seven-columns {
  width:70%;
}
.six-columns {
  width:60%;
}

.center-block{
  margin-left:auto;
  margin-right:auto;
}

/* Circle Styles */

.circle {
  border-radius: 50%;
  width: 70px;
  height: 70px; 
  position:absolute;
  cursor:pointer;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 1s ease;
  -transition: all 1s ease;
  z-index: 5;
/* width and height can be anything, as long as they're equal */
}
.circle::before{
  display: block;
  border-radius: 50%;
  width: 100%;
    height: 100%;
  
  content: ' ';
}
.circle:hover{
  background-color: rgba(0, 0, 0, 1);
}
.circle:active {
  width:70px;
  height:70px;
  background-color: rgba(255,255,255,0.4);
  opacity:0.5;
}
.arrow {
  vertical-align: middle;
  text-align: center;
  top: 23px;
  position: absolute;
  left: 36%;
}
.arrow::before {
  color: #fff;
  border-style: solid;
  border-width: 0.35em 0.35em 0 0;
  content: '';
  display: inline-block;
  height: 1em;
  width: 1em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow.bottom:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.anchor {
  position: fixed;
  bottom: 5px;
  right: 10px;
}

/* Icons
================================================= */

.svg-icon {
  position: relative;
}

#link1>img{
  bottom:58px;
  left:3px;
}
#link2>img{
  bottom:59px;
  right:1px;
}
#link3>img{
  bottom:58px;
  left:2px;
}
#link4>img{
  bottom:59px;
  left:1px;
}
#link5>img{
  bottom:60px;
  left:2px;
}

/* Text */ 

.uppercase{
  text-transform:uppercase;
}
.selected::after{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eee;
  content: '';
  position: absolute;
  left: 100%;
  margin-top: 15px;
  z-index:150;
  transition: all 1s ease;
  -transition: all 1s ease;
}

.preview{
  min-height:600px;
  height:600px;
}

/* WORK 
=============================================*/

#work > div {

}
/*#work > div:nth-child(1){
  background-image: url("../images/work/maclaren/600x600_ad_splash.jpg");
}*/
#work > div:nth-child(2){
  background:#fff;
}
#work > div:nth-child(3){
  background:#fff;
}
#work > div:nth-child(4){
  background:#ddd;
}

#work_1, #work_2 {
  cursor: pointer;
}

.work-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  left:0;
  top:0;
  transition: all 0.5s ease-in;
}

.fig-hover-item:hover .work-thumb {
  width: 108%;
  height: 108%;
  left: -4%;
  top: -4%;
  opacity: 1;
  transition: all 0.5s ease;
}
.fig-hover-item a{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  z-index:500;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
}

.fig-hover-item {
  position: relative;
  line-height: normal;
  overflow: hidden;
}

.fig-hover-item .fig {
  margin: 0;
  width: 100%;
  height: 100%;
}

.fig-hover-item:hover .overlay:before, .fig-hover-item:hover .overlay:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s;
  transition: opacity 0.4s ease, transform 0.45s ease .2s;
}
.fig-hover-item:hover .work-video-editing,
 .fig-hover-item:hover .work-3d,
 .fig-hover-item:hover .work-design{
  filter: brightness(0.4);
  -webkit-filter: brightness(0.6);
}

.overlay:before {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.overlay:before, .overlay:after {
  position: absolute;
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px;
  content: '';
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.overlay:after {
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.overlay-content {
  position: absolute;
  z-index: 4;
  bottom: 27px;
  left: 43px;
  right: 43px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.overlay-content p {
  color:#ffffff;
}

.fig-hover-item:hover .overlay-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fig-caption {
  width:100%;
  height:inherit;
  display:table;
  z-index:10;
  position:absolute;
}


/* Digital Ads 
=============================================*/

#digital-ads {
  margin-top:80px;
  min-height:1200px;
}

#digital-ads h1 {
  height:80px;
  line-height:80px;
}

#digital-ads p {
  width:80%;
  margin:0 auto;
  min-height:80px;
  margin-bottom:30px;
}
.digital-ads-header {
  margin-bottom:50px;
}
.ad-grid-item {
  float:left;
  width:300px;
  height:250px;
}

#digital-ads:after {
  content: "";
  clear:both;
}

.digital-ads-filters {
  margin-bottom:15px;
}

.flash-halfpage {
  margin-left:427px;
}
.flash-leaderboard {

}

/**** Masonry ****/

#masonry-container {
  margin:0 auto;
  margin-bottom: 30px;
}

.masonry-brick {
  opacity:0;
  width: 200px;
  margin:5px;
}

.masonry-brick a {
  display:block;
  background-image: inherit;
  height:100%;
  width:100%;
}
.loaded {
  opacity:1;
}

/**** Masonry Transitions ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

/* Web
================================================*/
#web-design {
  margin-top:80px;
  min-height:1200px;
  padding-bottom:30px;
}
#web-design hr {
  width:50%;
  color:#333;
  margin-bottom:100px;
}
.web-example {
  position:relative;
  overflow:auto;
  margin-bottom: 100px;
}
.web-design-header {
  margin-bottom: 50px;
}
#web-design .web-design-header hr {
  width:100%;
}
.web-design-header p{
  width: 80%;
  margin: 0 auto;
  min-height: 80px;
  margin-bottom: 30px;
}
.web-info {
  padding-top:50px;
}
.web-example h3, .web-example p, .web-example a {
  text-align:left;
  margin:0;
  padding:0;
}
.web-example h3 {
  padding-top:40px;
  font-size: 24px;
}
.web-example h3, .web-example p {
  padding-bottom:30px;
}
.web-example p {
  padding-right:20px;
}
.web-example a {
  display:inline-block;
  width:100%;
}
.web-example ul li {
  font-family: 'Droid Sans', sans-serif;
  background-color: #145266;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 4px;
  line-height: 20px;
  font-size: 9px;
  text-transform: uppercase;
  float: left;
  margin-right:2px;
}
.web-example ul {
  margin-bottom:50px;
}
.web-image {
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center center;
  height:500px;
}
.project-one {
  background-image:url('../images/work/web/borys@2x.png');
}
.project-two {
  background-image:url('../images/work/web/chooseabanner@2x.png');
}
.project-three {
  background-image:url('../images/work/web/spinergy@2x.png');
}
.project-four {
  background-image:url('../images/work/web/hartney@2x.png');
}

/*NAVIGATION HEX
================================================*/

.hex-top{
  left: 50%;
  margin-left: -35px;
  margin-bottom: 150px;
  bottom: 50%;

}
.hex-btm-right{
  left: 50%;
  margin-left: 125px;
  margin-bottom: -115px;
  bottom: 50%;
}
.hex-top-left{
  left: 50%;
  margin-left: -195px;
  margin-bottom: 55px;
  bottom: 50%;
}
.hex-btm-left{
  left: 50%;
  margin-left: -195px;
  margin-bottom: -115px;
  bottom: 50%;
}
.hex-top-right{
  left: 50%;
  margin-left: 125px;
  margin-bottom: 55px;
  bottom: 50%;
}
.hex-bottom{
  left: 50%;
  margin-left: -35px;
  margin-bottom: -210px;
  bottom: 50%;
}
.hex-before {
  margin-left:0px;
  margin-bottom:0px;
}

#backToTop {
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 999;
}
#backToTop p {
    top: -42px;
    position: relative;
    color: #ffffff;
}
#backToTop-arrow:after {
  color: #fff;
  border-style: solid;
  border-width: 0.35em 0.35em 0 0;
  content: '';
  display: inline-block;
  height: 1em;
  width: 1em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 27%;
  left: 34%;
}
#backToTop>img {
  bottom:60px;
  right:2px;
}
.icon--scroll{
  position: absolute;
  left: 8px;
  top: 2px;
  background-image: url('../images/svg/icons.svg');
  background-size: 180px 180px;
  background-position: -127px -89px;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
}

.icon--about{
  position: absolute;
  left: 8px;
  top: 2px;
  background-image: url('../images/svg/icons.svg');
  background-size: 180px 180px;
  background-position: 6px -23px;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
}

.icon--work{
  position: absolute;
  left: 8px;
  top: 2px;
  background-image: url('../images/svg/icons.svg');
  background-size: 180px 180px;
  background-position: 7px -90px;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
}

.icon--cv{
  position: absolute;
  left: 8px;
  top: 2px;
  background-image: url('../images/svg/icons.svg');
  background-size: 180px 180px;
  background-position: -60px -88px;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
}

.icon--experience{
  position: absolute;
  left: 8px;
  top: 2px;
  background-image: url('../images/svg/icons.svg');
  background-size: 180px 180px;
  background-position: -58px -23px;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
}

.icon--contact{
  position: absolute;
  left: 8px;
  top: 2px;
  background-image: url('../images/svg/icons.svg');
  background-size: 180px 180px;
  background-position: -127px -23px;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
}

/* Animated spritesheet
==========================================*/

.animated-about {
  position: absolute;
  top:50px;
}

.saucer {
  position:absolute;
  height:64px;
  width:146px;
  background:url('../images/spritesheets/saucer.png') left top;
  animation: play-saucer 0.2s steps(4) infinite;
  -webkit-animation: play-saucer 0.2s steps(4) infinite;
  z-index:50;
}

@keyframes play-saucer {
  100% { background-position: 0 -256px;}
}
@-webkit-keyframes play-saucer {
  100% { background-position: 0 -256px;}
}

.arm {
  position:absolute;
  height:128px;
  width:70px;
  background:url('../images/spritesheets/arm2.png') left top no-repeat;
  left:10px;
  z-index:20;
}

.animate-arm {
  animation: play-arm 1s steps(14) 1;
  -webkit-animation: play-arm 1s steps(14) 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes play-arm {
  from {background-position: 0px 0px;}
  to { background-position: -995px 0px;}
}
@-webkit-keyframes play-arm {
  from {background-position: 0px 0px;}
  to { background-position: -995px 0px;}
}

.animate-arm-rev {
  animation: play-arm-rev 1s steps(14) 1;
  -webkit-animation: play-arm-rev 1s steps(14) 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes play-arm-rev {
  from { background-position: -995px 0px;}
  to {background-position: 0px 0px;}
  
}
@-webkit-keyframes play-arm-rev {
  from { background-position: -995px 0px;}
  to {background-position: 0px 0px;}
}

.beaker {
  position:absolute;
  height:152px;
  width:94px;
  background:url('../images/spritesheets/beaker.png') left top;
  z-index:50;
}

#imac {
  top:50px;
  position:absolute;
  height:156px;
  width:180px;
  background:url('../images/design.png') left top;
  z-index:50;
}

/* Example Nav
==========================================*/ 

.example-nav {
  height:50px;
  background:#000;
  width:100%;
  position:fixed;
  display:block;
  top:0;
  left:0;
  z-index:5;
}

.close-button {
  width: 60px;
  height: 50px;
  border-radius: 10px;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  z-index: 200;
  text-indent: -9999px;
}
.close-button:before,
.close-button:after {
  content: '';
  width: 55%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 48%;
  left: 22%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  user-select: none;
  cursor:pointer;
  pointer-events: none;
  z-index: 5;
}
.close-button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.close-button:hover:before,
.close-button:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.left-button, .right-button {
  width: 50px;
  height: 50px;
  background: #000000;
  position: absolute;
  display: block;
  z-index: 200;
  text-indent: -9999px;
  cursor: pointer;
}
.left-button {
  right:5%;
}
.right-button {
  right:1%;
}
.left-button:before,
.left-button:after {
  content: '';
  width: 30%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 34%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor:pointer;
  pointer-events: none;
  z-index: 5;
}
.left-button:after {
  top: 60%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.left-button:before {
  top: 39%;
}
.right-button:before,
.right-button:after {
  content: '';
  width: 30%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 34%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor:pointer;
  pointer-events: none;
  z-index: 5;
}
.right-button:after {
  top: 60%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.right-button:before {
  top: 39%;
}
.right-button:hover:before, .right-button:hover:after,
.left-button:hover:before, .left-button:hover:after{
  border: thin solid white;
}


.close-button a, .left-button a, .right-button a {
  display:block;
  height:100%;
  width:100%;
  text-decoration: none;
  z-index: 10;

}

/* Loading
==========================================*/
#load_screen {
  background:#000;
  opacity: 1;
  position:fixed;
  z-index: 100;
  top:0px;
  width:100%;
  height:1600px;
}
div#load_screen > div.loading {
  color:#fff;
  width:10%;
  height:24px;
  margin:300px auto;
}


/* Experience
==========================================*/ 
#experience{
  min-height:900px;
  margin-bottom:10px;
  height:inherit;
  overflow:hidden;
  background:#000;
}
#experience-nav{
  width:20.1%;
  display:table;
  float:left;
  background:#eee;
  position:absolute;
  z-index: 60;
  transition: all 1s ease;
  -transition: all 1s ease;
}
#experience-nav ul{
  display:table-cell;
  vertical-align:middle;
  text-align: right;
  height:700px;
  /*height:100ch;*/
}
#experience-nav ul li{
  line-height:50px;
  list-style:none;
  cursor:pointer;
  padding-right:20px;
}
#experience-nav ul li:last-child {
  margin-right:0;
}
#experience-nan ul li span {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
#experience-nav ul li:hover > .exp-nav-name{
  font-size: 17px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.exp-nav-initial {
  font-family: 'Droid Sans', sans-serif;
  font-size:19px;
  width:50px;
  height:50px;
  border-radius:50%;
  color:#fff;
  line-height:50px;
  text-align:center;
  background:#000;
  display: none;
}
.experience-details{
  width:80%;
  left:20%;
  min-height:700px;
  height:inherit;
  display:block;
  float:left;
  text-align:left;
  position:absolute;
  background:#fff;
  z-index:50;
  opacity:1;
}
.experience-details img {
  display:block;
}
#experience-xp > ul > li {
  font-size: 12px;
  list-style: square;
  margin-left: 25px;
  color: #475B62;

}
#experience-xp div p{
  font-size:15px;
}

.exp-header {
  height:200px;
  text-align:left;
  padding-left: 20%;
}
.exp-header h2{
  line-height:200px;
}

/* Footer 
================================================*/
#container-footer {
  z-index:1;
}
#footer{
  min-height:400px;
  overflow:hidden;
  position:relative;
  background: rgba(0,0,0,0.6);
  color:#fff;
  text-align: left;
  padding-top:30px;
}
.footer h4 {
  color: #fff;
}
.footer .four-columns p {
  font-family: 'Droid Sans', sans-serif;
  font-size:15px;
  color:#fff;
  padding-top:30px;
}
.footer ul li, .footer ul li a{
  font-weight:lighter;
  text-decoration: none;
  color:#fff;
}
.footer a:hover {
  color: #145266;
}
.footer div div {
  padding-bottom:30px;
}
.footer-nav li {
  font-size:16px;
  font-family: 'Droid Sans', sans-serif;
  padding-bottom:8px;
}
.footer-social-media li {
  position:relative;
  height:70px;
  width:70px;
  padding-bottom:8px;
}
.footer .svg-icon {
  height:50px;
  width:50px;
}
.copyright {
  color:#888;
  position: absolute;
  bottom:5px;
}
.link-button {
  display:block;
  width:230px;
  height:30px;
  line-height:30px;
  color:#000;
  background: #fff;
  text-decoration: none;
  font-family: 'Droid Sans', sans-serif;
  padding:0 5px;
  letter-spacing:0px;
  text-align:center;
}
.link-button a {
  color:#000;
}
.facebook{
  left: 8px;
  top: 12px;
  background-image: url('../images/svg/social_media.svg');
  background-size: 130px 50px;
  background-position: 10px 0px;
  background-repeat: no-repeat;
}
.footer-svg-icon {
  position:absolute;
  height:50px;
  width:50px;
  display:inline-block;
}
.linkedin {
  left: 9px;
  top: 9px;
  background-image: url('../images/svg/social_media.svg');
  background-size: 130px 50px;
  background-position: -37px 0px;
  background-repeat: no-repeat;
}
.github {
  left: 16px;
  top: 2px;
  background-image: url('../images/svg/social_media.svg');
  background-size: 140px 60px;
  background-position: -98px 0px;
  background-repeat: no-repeat;
}

/* Ad Preview
================================================*/
.ad-preview {
  margin-top:150px;
  height:1000px;
  width:100%;
  position:relative;
}

/* HELPER
=====================================*/

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.vertical-middle {
  display: table-cell;
  vertical-align: middle;
}
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.date {
  display:block;
  font-weight:300;
  font-size:14px;
  margin:11px 0px;
}
.itallic {
  font-style:italic;
}
.no-click {
  cursor: default!important;
}
/* ANIMATION
========================================*/
.animation-pop {
  /*-webkit-animation: scale-keyframes 1s 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation: scale-keyframes 1s 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);*/
  -webkit-animation: bounceIn 1s;
    -moz-animation: bounceIn 1s;
    -ms-animation: bounceIn 1s;
    animation: bounceIn 1s;
  -webkit-animation-fill-mode: forwards; 
  animation-fill-mode: forwards; 
}

.animation-leave {
  -webkit-animation: bounceOut 1s;
  -moz-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s;
  -webkit-animation-fill-mode: forwards; 
  animation-fill-mode: forwards; 
}


.activated {
  -moz-animation-name: activated-keyframes;
  -moz-animation-duration: 500ms;
  -moz-animation-delay: 0ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in;
  -moz-transform-origin: 0 0;
  -ms-animation-name: activated-keyframes;
  -ms-animation-duration: 500ms;
  -ms-animation-delay: 0ms;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in;
  -ms-transform-origin: 0 0;
  -webkit-animation-name: activated-keyframes;
  -webkit-animation-duration: 500ms;
  -webkit-animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  -webkit-transform-origin: 0 0;
  animation-name: activated-keyframes;
  animation-duration: 500ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  transform-origin: 0 0;
  
}
.experience-details article{
  margin:50px;
}

.deactivated {
  -moz-animation-name: deactivated-keyframes;
  -moz-animation-duration: 300ms;
  -moz-animation-delay: 0ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in;
  -moz-transform-origin: 0 0;
  -ms-animation-name: deactivated-keyframes;
  -ms-animation-duration: 300ms;
  -ms-animation-delay: 0ms;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in;
  -ms-transform-origin: 0 0;
  -webkit-animation-name: deactivated-keyframes;
  -webkit-animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  -webkit-transform-origin: 0 0;
  -webkit-animation-play-state: running;
  -webkit-animation-iteration-count: 1;
  animation-name: deactivated-keyframes;
  animation-duration: 300ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  transform-origin: 0 0;
  
}

.animate-enter-setup {
 -webkit-transition: 1s linear all; /* Safari/Chrome */
 -moz-transition: 1s linear all; /* Firefox */
 -ms-transition: 1s linear all; /* IE10 */
 -o-transition: 1s linear all; /* Opera */
 transition: 1s linear all; /* Future Browsers */
 
 /* The animation preparation code */
 opacity: 0;
}
 
/*
 Keep in mind that you want to combine both CSS
 classes together to avoid any CSS-specificity
 conflicts
*/
.animate-enter-setup.animate-enter-start {
 /* The animation code itself */
 opacity: 1;
}

.animate-to-top {
  -webkit-animation: animate-to-top 1s;
  -moz-animation: animate-to-top 1s;
  -ms-animation: animate-to-top 1s;
  animation: animate-to-top 1s;
  -webkit-animation-fill-mode: forwards; 
  animation-fill-mode: forwards; 
}

.animate-to-top-left {
  -webkit-animation: animate-to-top-left 1s;
  -moz-animation: animate-to-top-left 1s;
  -ms-animation: animate-to-top-left 1s;
  animation: animate-to-top-left 1s;
  -webkit-animation-fill-mode: forwards; 
  animation-fill-mode: forwards; 
}




/* Angular animation
========================================= */
 
.digital-ads[ui-view].ng-move,
.digital-ads[ui-view].ng-enter,
.digital-ads[ui-view].ng-leave {
  -webkit-transition:all linear 1s;
  transition:all linear 1s;
}
 
.digital-ads[ui-view].ng-leave.ng-leave-active,
.digital-ads[ui-view].ng-move,
.digital-ads[ui-view].ng-enter {
  opacity:0;
  max-height:0;
}
 
.digital-ads[ui-view].ng-leave,
.digital-ads[ui-view].ng-move.ng-move-active,
.digital-ads[ui-view].ng-enter.ng-enter-active {
  opacity:1;
  max-height:20px;
}

/* Other skills 
=============================================*/
.other-skills {
  min-height: 800px;
}
.other-skills ul {
  width:80%;
  height:100%;
  margin-top:200px;
  padding-bottom:200px;
}
.other-skills ul li{
  float:left;
  width:31%;
  height:380px;
  margin-left:1%;
  margin-right:1%;
  background-color:#fff;
  padding-bottom:20px;

}
.other-skills>ul>li>div {
  height:360px;
  cursor: pointer;
}
.other-skills h3 {
  padding-top:10px;
}
.other-skills-preview {
    width:100%;
  height:360px;
}
.work-video-editing {
  background-image: url(../images/work/video_editing/sait@2x.jpg);
  background-size: cover;
}
.work-3d {
  background-image: url(../images/work/3d/cod@2x.jpg);
  background-size: cover;
}
.work-design {
  background-image: url(../images/work/design/jsjunk@2x.jpg);
  background-size: cover;
}
/*-----------*/

@media (max-width: 1200px) { 

  #container{
    width:100%;
  }

  .two-columns, .four-columns, .six-columns{
    width:100%;
  }

  #experience-nav{
    display:table;
    width:100%;
    height:70px;
  }
  #experience-nav ul {
    margin-top:10px;
    text-align: center;
    height:50px;
    width:100%;
  }
  #experience-nav ul li {
    display:inline-block;
    margin-right:5%;
    padding-right:0;
    float:none;
  }
  .exp-nav-name {
    display: none;
  }
  .exp-nav-initial {
    display: block;
  }
  .experience-details{
    padding-top:50px;
    padding-bottom:50px;
    width:100%;
    left:0;
    overflow:auto;
  }
  .experience-details img {
  display:none;
  }
  .experience-details article {
    margin-bottom:30px;
  }
  .selected>span {
    background: #bd3613;
    border-radius: 50% 50% 0% 0%;
    /* height: 60px; */
    position: relative;
    top: 10px;
  }
  #experience-nav ul li:hover > .exp-nav-initial{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    border-radius: 50% 50% 0% 0%;
    position: relative;
    top: 10px;
  }
  .web-example {
    margin-bottom: 100px;
  }
  .web-info {
    padding-top:10px;
  }
  
}


@media (max-width: 800px) {

    .bg {
       background-size: cover !important;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-attachment: scroll !important;
      -webkit-background-attachment: scroll !important;
      position: fixed;
      background-position: center center;
      background-repeat: no-repeat;
      min-height:100vh;
      min-width:100%;
      height:100%;
      overflow:hidden;
      top:0;
      right:0;
      left:0;
      bottom:0;
      box-sizing: border-box;
  }

  .feature-items li {
    width:100%;
    min-height:100px;
    margin-bottom: 40px;
  }

  .halfwidth {
    width:100%;
  }
  .three-columns, .four-columns, .six-columns{
    width:100%;
  }
  .other-skills ul li {
    width:90%;
    margin-left:5%;
    margin-right:5%;
  }
  #about>div {
    margin-bottom:150px;
  }
  .left-button {
    right:10%;
  }
  .right-button {
    right:1%;
  }

  .footer-social-media li {
    float:left;
    padding-left:8px;
  }
  .footer-social-media li:first-child {
    padding-left:0;
  }
  .name {
    width:100%;
    left:0px;
  }

}

@media (max-width: 410px) {


  #experience {
    min-height:1030px;
  }

  .hex-top{
  left: 50%;
  margin-left: -35px;
  margin-bottom: 130px;
  bottom: 50%;

  }
  .hex-btm-right{
    left: 50%;
    margin-left: 105px;
    margin-bottom: -115px;
    bottom: 50%;
  }
  .hex-top-left{
    left: 50%;
    margin-left: -175px;
    margin-bottom: 45px;
    bottom: 50%;
  }
  .hex-btm-left{
    left: 50%;
    margin-left: -175px;
    margin-bottom: -115px;
    bottom: 50%;
  }
  .hex-top-right{
    left: 50%;
    margin-left: 105px;
    margin-bottom: 45px;
    bottom: 50%;
  }
  .hex-bottom{
    left: 50%;
    margin-left: -35px;
    margin-bottom: -195px;
    bottom: 50%;
  }
  .web-info {
    padding-top:15px;
  }
  .web-example {
    margin-bottom:100px;
  }

  .web-image {
    background-size:cover;
    height:200px;
  }
}

/*-------------*/

/* Chrome, Safari, Opera */
@-webkit-keyframes activated-keyframes {
    from {-webkit-transform:translate(1200px, -100px) scale(1.25);}
        to {-webkit-transform:translate(0px, 0px) scale(1);}
}

/* Standard syntax */
@keyframes activated-keyframes {
    from {transform:translate(1200px, -100px) scale(1.25);}
        to {transform:translate(0px, 0px) scale(1);}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes deactivated-keyframes {
    from {-webkit-transform:translate(0px, 0px) scale(1);opacity:1;}
        to {-webkit-transform:translate(600px, 100px) scale(0.75);opacity:0;}
}

/* Standard syntax */
@keyframes deactivated-keyframes {
    from {transform:translate(0px, 0px) scale(1);opacity:1;}
        to {transform:translate(600px, 100px) scale(0.75);opacity:0;}
}

@-webkit-keyframes scale-keyframes {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    margin: 0 3px;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-keyframes {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    margin: 0 3px;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1);
    transform: scale3d(.1, .1, .1);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1);
    transform: scale3d(.1, .1, .1);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/* HEX 
=============================================*/

/* Chrome, Safari, Opera */
@-webkit-keyframes animate-to-top {
    from {-webkit-transform:translate(-35px, 0px) scale(0.8);}
      to {-webkit-transform:translate(-35px, -150px) scale(1);}
}

/* Standard syntax */
@keyframes animate-to-top {
    from {transform:translate(-35px, 0px) scale(0.8);}
      to {transform:translate(-35px, -150px) scale(1);}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animate-to-top-left {
    from {-webkit-transform:translate(0px, -55px) scale(0.8);}
      to {-webkit-transform:translate(-195px, -55px) scale(1);}
}

/* Standard syntax */
@keyframes animate-to-top-left {
    from {transform:translate(0px, 35px) scale(0.8);}
      to {transform:translate(-195px, -55px) scale(1);}
}

