/*
CREDITS -------------------------------------------
this file adapted from the fantastic resources at http://html5boilerplate.com/ html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) other relevant credits have been left inline
*/

/* Reset & Minimal base styles -------------------------------------------------------------------------------------------*/

/*

	.LESS include - Reset & minimal base styles

*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}
mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* Minimal base styles ---------------------------------------------------------------------------------------------------*/


a:hover,
a:active {
  outline: none;
}
ul,
ol {
  margin-left: 0em;
}
ol {
  list-style-type: decimal;
}
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* LESS vars / Additional mixins -----------------------------------------------------------------------------------------*/
.txt {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}
.uiTxt {
  font-family: "facitweb", "Segoe UI", Helvetica, Arial, sans-serif;
}
.serifText {
  font-family: "kepler-std", Georgia, Serif;
}
.opBlack {
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.8);
}
.copyLink {
  color: #666666 !important;
  background: white;
  padding: 0 5px;
  box-shadow: 0px 1px 0px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px -1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.copyLink:hover {
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.8);
  text-shadow: black 0px -1px 0px;
  color: white !important;
  box-shadow: 0px 1px 0px -1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0px 1px 0px -1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}


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

html {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}
body {
  background: whitesmoke;
  width: 100%;
  height: 100%;
  font-family: "facitweb", "Segoe UI", Helvetica, Arial, sans-serif;
}
body,
select,
input,
textarea {
  color: #999999;
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  font-weight: 300;
  text-shadow: white 0px 1px 0px;
}
h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 20px 0;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  /*border-left: 10px solid @black; padding-left: 10px;*/

}
.project h1 {
  border-color: #5e92b0;
  color: #5e92b0;
}
.profile h1 {
  border-color: #949935 !important;
  color: #949935;
}
.play h1 {
  border-color: #dc583a !important;
  color: #dc583a;
}
h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
h2.welcome {
  width: 600px;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 50px;
  right: auto;
  margin-left: -300px;
  text-align: center;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
h2.welcome strong {
  color: #666666;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 20px 0;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  color: #666666;
}
h1 + h4 {
  margin-top: -10px;
}
p {
  font-size: 12px;
  margin-top: 20px;
}
p a {
  color: #666666 !important;
  background: white;
  padding: 0 5px;
  box-shadow: 0px 1px 0px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px -1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
p a:hover {
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.8);
  text-shadow: black 0px -1px 0px;
  color: white !important;
  box-shadow: 0px 1px 0px -1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0px 1px 0px -1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}
a,
a:active,
a:visited {
  color: #999999;
  text-decoration: none;
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
a:hover {
  color: white !important;
}

/* Site Css ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

body .img-cover {
  width: 640px;
  height: 360px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
body .main {
  height: 100%;
  position: relative;
  background: #222222;
}
body .mobile-content {
  display: none;
}
body .site-menu {
  width: 960px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-left: -480px;
  z-index: 9;
  line-height: 100px;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  border-bottom: 1px solid #e5e2e2;
  background: whitesmoke url(../images/bg-viewport.png);
}
body .site-menu div {
  background: url(../images/glow.html) no-repeat 50% 0;
  overflow: hidden;
}
body .site-menu a {
  float: left;
  width: 192px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
body .site-menu a:hover {
  background: white;
  text-shadow: rgba(255, 255, 255, 0) 0px 1px 0px;
  color: #222222 !important;
}
body .site-menu a.home {
  background: url(../images/logo-nav.html) no-repeat 0 0;
  text-indent: -100%;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  position: relative;
}
body .site-menu a.home:hover {
  background-color: white;
  background-position: 0px -100px;
}
body .site-menu a.selected {
  color: #222222;
}
body .site-menu.reveal {
  box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}
body .site-menu.big-reveal {
  box-shadow: 0px 20px 40px -21px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 40px -21px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.2);
}

body .show-menu {
  display: block;
  height: 100%;
  width: 100px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.02) url(../images/bg-viewport.png);
  position: fixed;
  top: 0;
  left: 0;
}
body .show-menu .icon {
  display: block;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -20px 0 0 -11px;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
body .show-menu .icon span {
  display: block;
  margin: 6px 0 0 0;
  background: #333333;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 1px 0px white, inset 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 0px rgba(0, 0, 0, 0.2);
}
body .show-menu .icon span.last {
  margin-bottom: 0;
}
body .show-menu .full-nav {
  display: block;
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0;
  left: -240px;
  bottom: auto;
  right: auto;
  z-index: 1;
  color: white;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
body .show-menu .full-nav h3 {
  text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
  font-weight: 300;
  font-size: 24px;
}
body .show-menu .full-nav h4 {
  text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  line-height: 30px;
  border-top: 1px dotted #666666;
  margin-top: 10px;
  padding-top: 5px;
}
body .show-menu .full-nav a {
  display: block;
  text-shadow: black 0px -1px 0px;
  text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
  margin:5px 0;
}
body .show-menu .full-nav a:hover {
  padding-left: 10px;
  background: black;
}
body .show-menu .full-nav .logo {
  width: 150px;
  height: 60px;
  background: url(../images/logo-inv.png) no-repeat 0 0 !important;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  margin: 40px 0;
  line-height: 60px;
  padding-left: 80px;
  color: white;
  text-indent: -200px;
}
body .show-menu .full-nav .logo:hover {
  text-indent: 60px;
}
body .show-menu .full-nav .bby {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 20px;
  right: auto;
  padding-right: 10px;
}
body .show-menu .full-nav .bby em {
  font-weight: 400;
  font-style: italic;
}
body .show-menu .full-nav.ios-hide {
  left: -240px !important;
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
  background: yellow 0;
}
body .viewport {
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  position: relative;
  z-index: 2;
  background: whitesmoke;
  background: whitesmoke url(../images/bg-viewport.png);
}

body .show-menu {
  width: 50px;
}

body.menu .viewport {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}
body.menu .icon {
  opacity: 0;
}
body.menu .show-menu {
  background: rgba(0, 0, 0, 0);
}
body.do3d.menu .full-nav {
  left: -240px;
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
}

/* MEDIA QUERIES ---------------------------------------------------------------------------------------------------------*/
@media all and (max-width: 400px) {
  body {
    background: #222222;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body .main,
  body .show-menu {
    display: none;
  }
  body .mobile-content {
    display: block;
    margin: 20px;
    padding-bottom: 40px;
  }
  body .mobile-content img {
    margin: 20px auto 20px;
    display: block;
  }
  body .mobile-content h1,
  body .mobile-content h2,
  body .mobile-content h3,
  body .mobile-content h4,
  body .mobile-content p {
    color: white;
    text-shadow: black 0px -1px 0px;
    margin: 0;
    text-align: center;
  }
  body .mobile-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  body .mobile-content h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    padding: 10px 0 20px;
    text-transform: none;
  }
  body .mobile-content h2 strong {
    color: #5e92b0;
  }
  body .mobile-content h3 {
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
  }
  body .mobile-content h3 span {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
  }
  body .mobile-content a {
    text-shadow: black 0px -1px 0px;
    color: #dc583a;
  }
  body .mobile-content a.location {
    color: #949935;
    font-size: 14px;
  }
  body .mobile-content h4 {
    font-size: 20px;
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
  }
  body .mobile-content .showreel {
    width: 280px;
    margin: auto;
  }
  body .mobile-content .twitter {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: url(../../../../img/interface/mob-twitter.html) no-repeat 0px 0px;
    position: static;
    background-size: 30px 30px;
    margin: 20px auto 0;
    opacity: 1;
  }
}

