/*  RESET
-------------------------------------------------------------------------- */
html,
body,
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,
hr,
fieldset,
form,
label,
legend,
button,
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
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;
}
img {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select,
button {
  border: 0;
  margin: 0;
}
input,
select {
  vertical-align: middle;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
textarea {
  border: 0;
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
button {
  outline: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*@margin-left: 75px;
@media only screen and (max-width: 320px) {
    @margin-left: 15px;
}*/
/*  MEDIA QUERIES
-------------------------------------------------------------------------- */
/*  ICONS
-------------------------------------------------------------------------- */
.addr {
  width: 8px;
  height: 12px;
  background: url('../img/icons.png') -112px -15px no-repeat;
  display: block;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 0 0 4px;
}
/*  CLASSES
-------------------------------------------------------------------------- */
.bordered {
  border: 1px #566266 solid;
}
.pressed {
  border-width: 1 px 0 px 1 px 0 px;
  -webkit-border-image: url('../img/border-outer.jpg') 1 0 1 0 repeat;
  -moz-border-image: url('../img/border-outer.jpg') 1 0 1 0 repeat;
  border-image: url('../img/border-outer.jpg') 1 0 1 0 repeat;
  border-top: 1px #181e1f solid;
  border-bottom: 1px #383f41 solid;
  border-width: 1px 0 1px 0;
}
.pressed.selected-first {
  border-top-color: transparent;
  border-top-width: 0;
}
.pressed.selected-last {
  border-bottom-color: transparent;
  border-bottom-width: 0;
}
.pressed > li {
  border-top: 1px #383f41 solid;
  border-bottom: 1px #181e1f solid;
  border-width: 1px 0 1px 0;
  -webkit-border-image: url('../img/border-inner.jpg') 1 0 1 0 repeat;
  -moz-border-image: url('../img/border-inner.jpg') 1 0 1 0 repeat;
  border-image: url('../img/border-inner.jpg') 1 0 1 0 repeat;
}
.pressed > .selected {
  background: rgba(255, 255, 255, 0.075);
  border-color: transparent;
  border-width: 0;
}
.pressed > .selected + li {
  border-top-color: transparent;
  border-top-width: 0;
}
.pressed > .selected-prev {
  border-bottom-color: transparent;
  border-bottom-width: 0;
}
/*  ANIMATIONS
-------------------------------------------------------------------------- */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: 750ms ease-in-out;
  -moz-animation: 750ms ease-in-out;
  -ms-animation: 750ms ease-in-out;
  -o-animation: 750ms ease-in-out;
  animation: 750ms ease-in-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: 750ms ease-in-out;
  -moz-animation: 750ms ease-in-out;
  -ms-animation: 750ms ease-in-out;
  -o-animation: 750ms ease-in-out;
  animation: 750ms ease-in-out;
  -webkit-animation-name: fade-in-up;
  -moz-animation-name: fade-in-up;
  -ms-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
/*  HELPERS
-------------------------------------------------------------------------- */
.center {
  margin: auto;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
.click {
  cursor: pointer !important;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.hidden-vis {
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  clip: rect(0 0 0 0);
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  border: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
.ir br {
  display: none;
}
/*  BROWSER PREFIXES
-------------------------------------------------------------------------- */
.gradient {
  background: rgba(255, 255, 255, 0.075);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.05)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
}
.gradient-light {
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.125)), to(rgba(255, 255, 255, 0.065)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  background: linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
}
@media only screen and (max-width: 568px) {
  .gradient-light {
    background: rgba(255, 255, 255, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.025)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    background: linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  }
}
/*  MEDIAELEMENT
-------------------------------------------------------------------------- */
.mejs-container {
  background: #000;
  position: relative;
  vertical-align: top;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*  FULLSCREEN  */
.mejs-container-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
/*  LAYERS  */
.mejs-background,
.mejs-poster,
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
/*.mejs-overlay-button { width: 100px; height: 100px; background: url('/img/bigplay.png') no-repeat; margin: -50px 0 0 -50px; position: absolute; top: 50%; left: 50%; }*/
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
/*.mejs-overlay-loading { width: 80px; height: 80px; background: url('/img/background.png') #333; margin: -40px 0 0 -40px; position: absolute; top: 50%; left: 50%; }*/
/*.mejs-overlay-loading span { width: 80px; height: 80px; background: url(loading.gif) 50% 50% no-repeat transparent; display: block; }*/
/*  CONTROLS  */
.mejs-container .mejs-controls {
  width: 100%;
  height: 29px;
  background: #1f2526;
  border-top: 1px #050707 solid;
  border-bottom: 1px #464d4f solid;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mejs-container .mejs-controls div {
  width: 26px;
  height: 26px;
  background: none;
  float: left;
  list-style: none;
}
.mejs-controls .mejs-button button {
  /*width: 16px; height: 16px; background-color: transparent;*/
  cursor: pointer;
  display: block;
  position: absolute;
}
/*  TIME  */
.mejs-currenttime-container,
.mejs-duration-container {
  display: none !important;
}
.mejs-container .mejs-controls .mejs-time {
  width: auto;
  height: 17px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: auto 4px;
  text-align: center;
}
.mejs-container .mejs-controls .mejs-time span {
  width: auto;
  color: #fff;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 12px;
  margin: 1px 2px 0 0;
}
/*  BUTTONS  */
.mejs-controls button {
  border: 0;
  border-left: 1px #030404 solid;
}
.mejs-controls .mejs-volume-button button {
  border: 0;
}
.mejs-container .mejs-controls .mejs-playpause-button {
  width: 46px !important;
}
.mejs-controls .mejs-play button {
  width: 45px !important;
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  width: 45px !important;
  background: url('/img/video-player/pause.png') center no-repeat !important;
}
.mejs-controls .mejs-stop button {
  /*background-position: -112px 0;*/
}
.mejs-controls .mejs-fullscreen-button button {
  /*background-position:-32px 0;*/
}
.mejs-controls .mejs-unfullscreen button {
  background: url('/img/video-player/unfullscreen.png') center no-repeat !important;
}
.mejs-button {
  width: 36px !important;
  height: 100% !important;
}
.mejs-button button {
  width: 36px !important;
  height: 29px !important;
  border-top: 1px #323536 solid !important;
  border-bottom: 2px #1a1e1f solid !important;
  margin: 0 !important;
}
.mejs-playpause-button {
  border-right: 1px #131415 solid !important;
}
.mejs-playpause-button button {
  width: 46px;
  background: url('/img/video-player/play-sm.png') center no-repeat !important;
}
.mejs-volume-button {
  width: 36px !important;
}
.mejs-volume-button button {
  width: 36px !important;
  background: url('/img/video-player/volume.png') center no-repeat !important;
}
.mejs-fullscreen-button {
  width: 36px !important;
}
.mejs-fullscreen-button button {
  width: 36px !important;
  background: url('/img/video-player/fullscreen.png') center no-repeat !important;
}
/*  PROGRESS  */
.mejs-controls div.mejs-time-rail {
  width: 200px;
}
.mejs-controls .mejs-time-rail span {
  width: 180px;
  height: 28px;
  cursor: pointer;
  display: block;
  position: absolute;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #000;
  overflow: hidden;
}
/*.mejs-controls .mejs-time-rail .mejs-time-total:hover .mejs-time-current { display: block; }*/
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 0;
  background: #070a0a;
  border-top: 1px #1c1f1f solid;
  border-bottom: 1px #0a0d0f solid;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #363c3f;
  border-top: 1px #454a4d solid;
  border-bottom: 1px #1e2122 solid;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  width: 2px;
  height: 29px;
  background: rgba(255, 255, 255, 0.4);
  border-top: 1px #a7acae solid;
  border-bottom: 1px #56595b solid;
  cursor: pointer;
  /*display: none;*/
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  display: none !important;
}
/*
.mejs-controls .mejs-time-rail .mejs-time-float { width: 36px; height: 17px; background: #eee; border: 1px #333 solid; color: #111; display: none; margin-left: -18px; position: absolute; top: -26px; text-align: center; }
.mejs-controls .mejs-time-rail .mejs-time-float-current { width: 30px; display: block; margin: 2px; left: 0; text-align: center; }
.mejs-controls .mejs-time-rail .mejs-time-float-corner { width: 0; height: 0; border: 5px #eee solid; border-color: #eee transparent transparent transparent; border-radius: 0; display: block; line-height: 0; position: absolute; top: 15px; left: 13px; }
*/
/*.mejs-controls .mejs-time-rail:hover .mejs-time-handle { visibility: visible; }*/
/*  VOLUME  */
.mejs-controls .mejs-unmute button {
  background: url('/img/video-player/mute.png') center no-repeat !important;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  width: 36px;
  height: 64px;
  background: #1f2526;
  display: none;
  position: absolute;
  top: -64px;
  left: 0;
  z-index: 1;
}
.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}
/*.mejs-controls .mejs-volume-button:hover .mejs-volume-slider { display: block; }*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  width: 4px;
  height: 40px;
  position: absolute;
  top: 12px;
  left: 16px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  box-shadow: 1px 1px #101313 inset, -1px -1px #434849 inset;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #62939a;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  width: 12px;
  height: 5px;
  background: #959b9d;
  box-shadow: 0 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: 12px;
}
/*  VOLUME - HORZ  */
/*
.mejs-controls div.mejs-horizontal-volume-slider { width: 60px; height: 26px; position: relative; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { width: 50px; height: 8px; background: #333; background: rgba(50,50,50,0.8); border-radius: 2px; position: absolute; top: 11px; left: 0; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { width: 50px; height: 8px; background: #fff; background: rgba(255,255,255,0.8); border-radius: 2px; position: absolute; top: 11px; left: 0; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle { display: none; }
*/
/*  UTILITY  */
.mejs-clear {
  clear: both;
}
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
/*  BASE STYLES
-------------------------------------------------------------------------- */
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background: url('../img/bg/texture.jpg') repeat #050607;
}
@media only screen and (max-width: 568px) {
  body.resp {
    font-size: 14px;
  }
}
body,
input,
textarea,
select,
button {
  color: #a7b5b8;
  font: 12px/1 'regular', verdana, sans-serif;
}
nav ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c6cdcd;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
h1 {
  letter-spacing: 1px;
}
h2 {
  font-family: 'light', verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
h4 {
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 0 4px;
}
h5 {
  color: #8ca3a9;
}
p {
  line-height: 1.425;
}
@media only screen and (max-width: 568px) {
  .resp p {
    line-height: 1.55;
  }
}
ol,
ul {
  list-style: none;
}
a {
  -webkit-transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  -o-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  color: #71abb4;
  text-decoration: none;
}
a:hover {
  color: #4b858e;
}
address {
  font-style: normal;
}
/*  STYLES
-------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  min-height: 100%;
  background: url('../img/bg/gradient.jpg') repeat-y;
}
@media only screen and (max-width: 568px) {
  .resp .wrapper {
    background: #1d2628;
    background: -webkit-gradient(linear, left top, left bottom, from(#28373a), to(#111516));
    background: -webkit-linear-gradient(left, #28373a, #111516);
    background: -moz-linear-gradient(left, #28373a, #111516);
    background: -ms-linear-gradient(left, #28373a, #111516);
    background: -o-linear-gradient(left, #28373a, #111516);
    background: linear-gradient(left, #28373a, #111516);
  }
}
.container {
  width: 720px;
  padding-left: 75px;
  *zoom: 1;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (max-width: 568px) {
  .resp .container {
    width: 600px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .container {
    width: 550px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .container {
    width: 400px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*  HEADER  */
#header {
  width: 100%;
  background: url('../img/bg/header.jpg') left center repeat-y #000000;
  font-size: 10px;
  position: fixed;
  top: 0;
  text-transform: uppercase;
  z-index: 500;
}
@media only screen and (max-width: 568px) {
  .resp #header {
    background: #1b2729;
    background: -webkit-gradient(linear, left top, left bottom, from(#293b3f), to(#0d1313));
    background: -webkit-linear-gradient(left, #293b3f, #0d1313);
    background: -moz-linear-gradient(left, #293b3f, #0d1313);
    background: -ms-linear-gradient(left, #293b3f, #0d1313);
    background: -o-linear-gradient(left, #293b3f, #0d1313);
    background: linear-gradient(left, #293b3f, #0d1313);
    position: relative;
  }
}
.main-header {
  width: 1160px;
}
@media only screen and (max-width: 568px) {
  .resp .main-header {
    width: auto;
  }
}
.main-header a {
  color: #829090;
  letter-spacing: 1px;
}
.logo {
  width: 55px;
  height: 29px;
  background: url('../img/icons.png') 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  float: left;
  margin: 15px 10px 15px 0;
  /*@media @mq-retina { background: url('@{path}logo@2x.png') no-repeat; background-size: 46px 24px; }*/
}
.resp .logo {
  width: 46px;
  height: 24px;
  background: url('../img/logo@2x.png') no-repeat;
  background-size: 46px 24px;
  margin-top: 11px;
  margin-bottom: 13px;
}
.nav {
  float: right;
  margin: 21px 0 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1000;
}
@media only screen and (max-width: 568px) {
  .resp .nav {
    float: left;
  }
}
@media only screen and (max-width: 568px) {
  .resp .nav {
    width: 100%;
    background: #1d2628;
    background: -webkit-gradient(linear, left top, left bottom, from(#28373a), to(#111516));
    background: -webkit-linear-gradient(left, #28373a, #111516);
    background: -moz-linear-gradient(left, #28373a, #111516);
    background: -ms-linear-gradient(left, #28373a, #111516);
    background: -o-linear-gradient(left, #28373a, #111516);
    background: linear-gradient(left, #28373a, #111516);
    display: none;
    float: none;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    top: 48px;
    left: 0;
  }
}
@media only screen and (max-width: 568px) {
  .resp .main-header .nav {
    background: #12191c;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b262a), to(#080c0d));
    background: -webkit-linear-gradient(left, #1b262a, #080c0d);
    background: -moz-linear-gradient(left, #1b262a, #080c0d);
    background: -ms-linear-gradient(left, #1b262a, #080c0d);
    background: -o-linear-gradient(left, #1b262a, #080c0d);
    background: linear-gradient(left, #1b262a, #080c0d);
    padding: 0;
  }
}
.nav > li {
  cursor: default;
  letter-spacing: 1px;
  position: relative;
  float: left;
}
.nav > li:hover > ul {
  display: block;
}
@media only screen and (max-width: 568px) {
  .resp .nav > li:hover > ul {
    display: none;
  }
}
.nav > li > ul {
  cursor: pointer !important;
  width: 146px;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 250;
}
@media only screen and (max-width: 568px) {
  .resp .nav > li > ul {
    /*display: block;*/
    position: static;
  }
}
.nav > li li,
.nav > li a {
  color: #829090;
}
.nav > li li:hover,
.nav > li a:hover {
  color: #fff;
}
@media only screen and (max-width: 568px) {
  .resp .nav > li {
    border-bottom: 1px rgba(255, 255, 255, 0.125) solid;
    float: none;
    position: relative;
  }
}
@media only screen and (max-width: 568px) {
  .resp .nav > li:after {
    content: '';
    width: 6px;
    height: 11px;
    background: url('../img/icons.png') -93px -33px no-repeat;
    position: absolute;
    top: 14px;
    right: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .nav > li:last-child {
    border: 0;
    /*margin: 48px 0 0;*/
  }
}
@media only screen and (max-width: 568px) {
  .resp .nav > li:last-child:after {
    background: none;
  }
}
@media only screen and (max-width: 568px) {
  .resp .nav > .active {
    background: #293639;
    background: -webkit-gradient(linear, left top, left bottom, from(#3a4c4f), to(#182022));
    background: -webkit-linear-gradient(left, #3a4c4f, #182022);
    background: -moz-linear-gradient(left, #3a4c4f, #182022);
    background: -ms-linear-gradient(left, #3a4c4f, #182022);
    background: -o-linear-gradient(left, #3a4c4f, #182022);
    background: linear-gradient(left, #3a4c4f, #182022);
  }
}
@media only screen and (max-width: 568px) {
  .resp .nav > .active:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.nav a,
.nav [rel="tel"] {
  display: inline-block;
  line-height: 38px;
  padding: 0 22px;
}
@media only screen and (max-width: 568px) {
  .resp .nav a,
  .resp .nav [rel="tel"] {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .nav a,
  .resp .nav [rel="tel"] {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .nav a,
  .resp .nav [rel="tel"] {
    line-height: 1;
    /*padding: 14px 24px;*/
    padding: 12px 15px;
  }
}
.nav a {
  display: block;
}
.nav a:hover,
.nav .active a {
  color: #fff;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.nav .sub-nav {
  background: #111516;
  background: rgba(17, 21, 22, 0.95);
  /*background: #0e1111; background: rgba(0,0,0,0.3);*/
  padding: 5px 0 7px;
}
@media only screen and (max-width: 568px) {
  .resp .nav .sub-nav {
    /*display: none;*/
    width: 100%;
    background: none;
    border-top: 1px rgba(255, 255, 255, 0.125) solid;
    padding: 0;
  }
  .resp .nav .sub-nav > li + li {
    border-top: 1px rgba(255, 255, 255, 0.125) solid;
  }
}
.nav .sub-nav > li {
  width: 100%;
}
.nav .sub-nav a {
  line-height: 22px;
}
@media only screen and (max-width: 568px) {
  .resp .nav .sub-nav a {
    color: #42757d !important;
    line-height: 1;
    /*padding-top: 5px; padding-bottom: 5px;*/
  }
}
.nav .active .sub-nav a {
  color: #829090;
}
.nav .sub-nav a:hover,
.nav .sub-nav a:focus {
  color: #fff;
}
.nav [rel="tel"] {
  /*letter-spacing: 0;*/
  padding-right: 0;
}
@media only screen and (max-width: 568px) {
  .resp .nav [rel="tel"] {
    font-size: 12px;
  }
}
.nav [rel="tel"]:before {
  content: 'T ';
}
.nav [rel="tel"] > a {
  display: inline;
  padding: 0;
}
.btn-nav,
.btn-nav:hover,
.btn-nav:focus {
  width: 35px;
  height: 14px;
  background: url('../img/nav.png') no-repeat;
  background-size: 35px 14px;
  float: right;
  margin: 17px 0 0;
  padding: 0;
  /*.faded;*/
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  border: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  display: none;
}
@media only screen and (max-width: 568px) {
  .resp .btn-nav,
  .resp .btn-nav:hover,
  .resp .btn-nav:focus {
    display: block;
  }
}
/*.btn-nav:hover,
.btn-nav:focus { background: url('@{path}nav.png') no-repeat; }*/
/*.btn-nav:hover { background: url('@{path}icons.png') -63px -48px no-repeat; }*/
h1 > span {
  position: relative;
}
h1 > span:before {
  content: '';
  width: 4px;
  height: 7px;
  background: url('../img/icons.png') -93px -15px no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
}
h1 > span:empty {
  display: none;
}
.img-full {
  width: 100%;
  max-width: none;
}
/*  CONTENT  */
#content {
  margin-top: 20px;
  padding-top: 175px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 568px) {
  .resp #content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 568px) {
  .resp #content {
    padding-top: 50px;
  }
}
.js #content {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*  HOME  */
.home {
  -webkit-overflow-scrolling: none;
}
.intro {
  margin: 25% 0 0;
}
@media only screen and (max-width: 568px) {
  .resp .intro {
    margin: -42px 0 0;
    position: absolute;
    top: 50%;
  }
}
.intro img {
  max-width: 100%;
}
@media only screen and (max-width: 568px) {
  .resp .intro img {
    display: none;
  }
}
.intro-mobile {
  display: none;
  width: 165px;
  height: 84px;
  background: url('../img/logo/165x84.png');
}
@media only screen and (max-width: 568px) {
  .resp .intro-mobile {
    display: block !important;
    /*@media @mq-retina-inner { background: url('@{path}logo/134x68@2x.png'); background-size: 134px 68px; }*/
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .resp .intro-mobile {
    background: url('../img/logo/165x84@2x.png');
    background-size: 165px 84px;
  }
}
.slides {
  height: 100%;
  /*position: relative;*/
}
@media only screen and (max-width: 568px) {
  .resp .slides {
    height: auto;
    overflow: hidden;
  }
}
.slides > .slide {
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  cursor: pointer !important;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 568px) {
  .resp .slides > .slide {
    width: auto;
    height: 152px;
    background: none;
    position: relative;
  }
}
.slides > .slide:first-child {
  top: 0;
}
@media only screen and (max-width: 568px) {
  .resp .slides > .slide:first-child {
    background: url('../img/home/gradient-mobile.jpg') center no-repeat !important;
    background-size: cover !important;
  }
}
.slides > .slide.offscreen {
  top: 100% !important;
}
/*.slides > .slide:nth-child(1) { background: url('@{path}home/bg.jpg'); .background-size; }*/
/*.slides > .slide > .container { .fade-in-up; }*/
@media only screen and (max-width: 568px) {
  .resp .slides .container {
    height: 100%;
    position: absolute;
    top: 0;
  }
}
.slide-img {
  max-width: 100%;
  display: none;
}
@media only screen and (max-width: 568px) {
  .resp .slide-img {
    display: block;
  }
}
.home .btn-nav {
  display: none;
}
.home .slides + .nav {
  display: none;
  position: static;
}
@media only screen and (max-width: 568px) {
  .home.resp .slides + .nav {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 568px) {
  .home.resp .slides + .nav > li:last-child {
    /*margin: 36px 0 0;*/
    margin: 25px 0 0;
  }
}
.resp .nav-home .sub-nav {
  padding: 0;
}
.resp .nav-home .sub-nav > li + li {
  border-top: 1px rgba(255, 255, 255, 0.125) solid;
}
/*  DIRECTORS  */
.directors {
  padding-bottom: 0;
  *zoom: 1;
}
.directors:before,
.directors:after {
  content: ' ';
  display: table;
}
.directors:after {
  clear: both;
}
.directors .sub-header .container,
.directors #content .container {
  width: 1160px;
  /*&.resp { @media @mq-wide { width: 940px; } }*/
  /*&.resp { @media @mq-desktop { width: 600px; } }*/
  /*&.resp { @media @mq-tablet { width: 550px; } }*/
  /*&.resp { @media @mq-tablet-sm { width: 400px; } }*/
  /*&.resp { @media @mq-mobile { width: 100%; padding: 0; } }*/
}
@media only screen and (max-width: 568px) {
  .directors.resp #content .container {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 568px) {
  .directors.resp .sub-header .container {
    padding: 0 15px;
  }
}
.directors #content {
  /*padding-top: 130px;*/
  padding-bottom: 750px;
}
@media only screen and (max-width: 568px) {
  .directors.resp #content {
    padding-top: 37px;
  }
}
.featured-work #content {
  padding-top: 133px;
}
.sub-header {
  background: url('../img/bg/sub-header.jpg') left top no-repeat #000000;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .resp .sub-header {
    background-image: url('../img/bg/sub-header-mobile.jpg');
  }
}
.sub-header h1 {
  line-height: 34px;
}
.directors #content header {
  overflow: visible;
}
.directors h1 {
  float: left;
}
.filter {
  float: right;
  position: relative;
  z-index: 500;
}
#filter {
  position: relative;
  float: left;
  margin: 0 16px 0 0;
}
#q {
  width: 220px;
  background: url('../img/icons.png') -124px 0 no-repeat;
  border: 1px #4b5757 solid;
  color: inherit;
  margin: 0;
  padding: 4px 5px 4px 16px;
}
#q::-webkit-input-placeholder {
  color: #4b5757;
  letter-spacing: 1px;
}
#q:-moz-placeholder {
  color: #4b5757;
  letter-spacing: 1px;
}
#q:hover {
  background: url('../img/icons.png') -124px 0 no-repeat rgba(255, 255, 255, 0.04);
}
#q:focus {
  background: url('../img/icons.png') -124px 0 no-repeat #4c5557;
  background: url('../img/icons.png') -124px 0 no-repeat rgba(255, 255, 255, 0.07);
}
#q:focus + #suggest {
  display: block;
}
#suggest {
  width: 100%;
  background: #111516;
  background: rgba(17, 21, 22, 0.95);
  display: none;
  font-size: 11px;
  padding: 2px 0 0;
  position: absolute;
  top: 20px;
  left: 0;
}
#suggest > section {
  padding: 12px 12px 8px;
}
#suggest > section + section {
  border-top: 1px #272e2f solid;
}
#suggest h6 {
  color: #cbd1d1;
  font-family: 'semibold', verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  margin: 0 0 5px;
}
#suggest a {
  color: #4b5757;
  display: inline-block;
  line-height: 19px;
}
#suggest a:hover {
  color: #a5abab;
  display: inline-block;
  line-height: 19px;
}
.layout {
  float: left;
  margin: 11px 0 0;
}
@media only screen and (max-width: 568px) {
  .resp .layout {
    display: none;
  }
}
.layout > li {
  cursor: pointer !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: left;
  /*padding: 0 4px;*/
}
.layout > li:hover {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.layout > li + li {
  margin: 0 0 0 8px;
}
.layout .list {
  width: 26px;
  height: 11px;
  background: url('../img/icons.png') -63px 0 no-repeat;
  display: block;
  text-indent: -9999px;
}
.layout .grid {
  width: 26px;
  height: 11px;
  background: url('../img/icons.png') -93px 0 no-repeat;
  display: block;
  text-indent: -9999px;
}
.directors.list .list,
.directors.grid .grid {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default !important;
}
.director-bio {
  background: rgba(255, 255, 255, 0.075);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.05)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  margin: -42px 0 40px;
  overflow: hidden;
  padding: 42px 60px;
}
@media only screen and (max-width: 568px) {
  .resp .director-bio {
    display: none;
    /*padding: 30px;*/
  }
}
.director-bio h2 {
  color: #fff;
}
.no-cssgradients .director-bio {
  background: url('../img/bg/bio.jpg') repeat-y;
}
.ie7 .director-bio {
  width: 992px;
  /*margin-left: @margin-left;*/
}
.director-bio p,
.director-bio .companies {
  /*width: 470px;*/
  width: 48.75%;
  line-height: 1.4;
}
@media only screen and (max-width: 568px) {
  .resp .director-bio p,
  .resp .director-bio .companies {
    width: auto;
    float: none;
  }
}
.director-bio p {
  float: left;
}
@media only screen and (max-width: 320px) {
  .resp .director-bio p {
    float: none;
    margin: 0 0 18px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .companies-intro {
    display: none;
  }
}
.companies {
  float: right;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .resp .companies {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .resp .companies {
    float: none;
    margin: 0 !important;
  }
}
.companies > li {
  width: 117px;
  float: left;
}
@media only screen and (max-width: 568px) {
  .resp .companies > li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 568px) {
  .resp .companies > li {
    width: 50%;
  }
}
.directors h2 {
  margin: 0 0 12px;
}
.clients {
  border-width: 1 px 0 px 1 px 0 px;
  -webkit-border-image: url('../img/border-outer.jpg') 1 0 1 0 repeat;
  -moz-border-image: url('../img/border-outer.jpg') 1 0 1 0 repeat;
  border-image: url('../img/border-outer.jpg') 1 0 1 0 repeat;
  border-top: 1px #181e1f solid;
  border-bottom: 1px #383f41 solid;
  border-width: 1px 0 1px 0;
  clear: left;
}
.clients.selected-first {
  border-top-color: transparent;
  border-top-width: 0;
}
.clients.selected-last {
  border-bottom-color: transparent;
  border-bottom-width: 0;
}
.clients > li {
  border-top: 1px #383f41 solid;
  border-bottom: 1px #181e1f solid;
  border-width: 1px 0 1px 0;
  -webkit-border-image: url('../img/border-inner.jpg') 1 0 1 0 repeat;
  -moz-border-image: url('../img/border-inner.jpg') 1 0 1 0 repeat;
  border-image: url('../img/border-inner.jpg') 1 0 1 0 repeat;
}
.clients > .selected {
  background: rgba(255, 255, 255, 0.075);
  border-color: transparent;
  border-width: 0;
}
.clients > .selected + li {
  border-top-color: transparent;
  border-top-width: 0;
}
.clients > .selected-prev {
  border-bottom-color: transparent;
  border-bottom-width: 0;
}
.client.init {
  display: none;
}
.client {
  cursor: pointer !important;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
@media only screen and (max-width: 568px) {
  .resp .client {
    /*height: auto !important;*/
    height: auto;
  }
}
.client:hover {
  background: rgba(255, 255, 255, 0.075);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.045)), to(rgba(255, 255, 255, 0.05)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
  background: linear-gradient(left, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.05));
}
.no-cssgradients .client:hover {
  background: url('../img/bg/client-hover.png') repeat;
}
/*.client > .container { .cf; position: relative; }*/
.client > .container {
  position: relative;
}
.directors h3 {
  font-family: 'light', verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.thumbs-wrap .hover,
.ft,
.info,
.share-wrap {
  display: none;
}
.thumbs-wrap {
  cursor: pointer !important;
  position: relative;
}
.thumbs {
  overflow: hidden;
  margin: 0 0 15px;
}
.thumbs > li {
  float: left;
}
.thumbs > li + li {
  margin: 0 0 0 4px;
}
.thumbs-wrap .hover {
  background: rgba(15, 20, 22, 0.82);
  color: #809295;
  padding: 0 0 0 32px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbs-wrap h3 {
  font-size: 27px !important;
  margin: 28px 0 80px !important;
}
.thumbs-wrap h3 > span {
  color: #809295;
  display: block;
  font-size: 18px;
  margin: 4px 0 0;
  text-indent: -5px;
}
.agency {
  font-size: 11px;
  text-transform: uppercase;
}
.ft {
  width: 720px;
  float: left;
  margin: 0 29px 0 0;
  position: relative;
  z-index: 499;
}
@media only screen and (max-width: 568px) {
  .resp .ft {
    width: 503px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .ft {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }
}
/*.ft > img,*/
.vid {
  position: absolute;
  top: 0;
  left: 0;
}
.vid {
  width: 100% !important;
  height: 100% !important;
  visibility: hidden;
}
.vid:focus {
  outline: 0;
}
.cover-img {
  width: 100%;
  cursor: pointer !important;
}
.play {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background: url('../img/icons.png') 0 -49px no-repeat;
  display: block;
  text-indent: -9999px;
  width: 42px;
  height: 22px;
  outline: 0 !important;
  position: absolute;
  bottom: 14px;
  left: 18px;
}
.play:hover {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.desc {
  margin: 0 0 20px;
}
@media only screen and (max-width: 568px) {
  .resp .desc {
    margin: 0;
  }
}
.credits {
  line-height: 15px;
  overflow: hidden;
}
.credits > .secondary {
  display: none;
}
/*.credits > li:nth-child(n+5) { display: none; }*/
/* hide all but first 4 */
.credits-trigger {
  cursor: pointer !important;
  color: #71abb4;
  display: inline-block;
  font-style: italic;
  margin: 6px 0 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.credits-trigger:hover {
  color: #4b858e;
}
.actions {
  width: 333px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 568px) {
  .resp .actions {
    width: auto;
    position: static;
  }
}
@media only screen and (max-width: 568px) {
  .resp .actions {
    display: none !important;
  }
}
.btns {
  margin: 0 0 18px;
  *zoom: 1;
}
.btns:before,
.btns:after {
  content: ' ';
  display: table;
}
.btns:after {
  clear: both;
}
.btns > li {
  width: 97px;
  border: 1px #536469 solid;
  color: #809295;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 15px 0 0;
  padding: 5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  border-color: #364045;
  float: left;
  margin-top: 0;
  position: relative;
  z-index: 125;
}
.btns > li:hover {
  background: #111516;
  /*background: #4c5557; background: rgba(255,255,255,0.125);*/
}
.btns > li > a {
  color: #7d8e92;
}
.btns > li:hover {
  background: #111516;
}
.btns > li + li {
  margin: 0 0 0 3px;
}
.btns > .dropdown {
  cursor: default;
  letter-spacing: 1px;
  position: relative;
}
.btns > .dropdown:hover > ul {
  display: block;
}
@media only screen and (max-width: 568px) {
  .resp .btns > .dropdown:hover > ul {
    display: none;
  }
}
.btns > .dropdown > ul {
  cursor: pointer !important;
  width: 109px;
  display: none;
  position: absolute;
  top: 20px;
  left: -1px;
  z-index: 250;
}
@media only screen and (max-width: 568px) {
  .resp .btns > .dropdown > ul {
    /*display: block;*/
    position: static;
  }
}
.btns > .dropdown li,
.btns > .dropdown a {
  color: #829090;
}
.btns > .dropdown li:hover,
.btns > .dropdown a:hover {
  color: #fff;
}
.btns > .dropdown:after {
  width: 7px;
  height: 4px;
  background: url('../img/icons.png') -124px -114px no-repeat;
  display: block;
  text-indent: -9999px;
  content: '';
  position: absolute;
  top: 8px;
  right: 7px;
}
.btns > .dropdown > ul {
  background: #111516;
  background: rgba(17, 21, 22, 0.95);
  /*background: #30373a; background: rgba(86,101,105,0.75);*/
  color: #566569;
}
.btns > .dropdown > ul > li {
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 6px;
}
/*.btns > .dropdown > ul > li { letter-spacing: 0; line-height: 1.25; padding: 10px 6px; }*/
.btns > .share-trigger {
  cursor: pointer !important;
  position: relative;
  letter-spacing: 1px;
}
.btns > .share-trigger:after {
  width: 5px;
  height: 6px;
  background: url('../img/icons.png') -126px -71px no-repeat;
  display: block;
  text-indent: -9999px;
  content: '';
  position: absolute;
  top: 6px;
  right: 7px;
}
.stills-wrap {
  height: 81px;
  clear: left;
  position: relative;
}
@media only screen and (max-width: 568px) {
  .resp .stills-wrap {
    height: auto;
  }
}
.stills-mask {
  width: 333px;
  height: 61px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 568px) {
  .resp .stills-mask {
    width: auto;
    height: auto;
    position: static;
  }
}
.stills {
  width: 999px;
  position: relative;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 568px) {
  .resp .stills {
    width: auto;
  }
}
@media only screen and (max-width: 568px) {
  .resp .stills {
    margin: 0 0 0 -4px;
  }
}
.stills > li {
  cursor: pointer !important;
  float: left;
}
@media only screen and (max-width: 568px) {
  .resp .stills > li {
    margin: 0 4px 4px 0 !important;
  }
}
@media only screen and (max-width: 568px) {
  .resp .stills > li {
    width: 33.3333%;
    margin: 0 !important;
    padding: 0 0 0 4px;
  }
}
.stills > li + li {
  margin: 0 0 0 3px;
}
.stills > li:nth-child(4) {
  margin-left: 0;
}
@media only screen and (max-width: 568px) {
  .resp .stills img {
    max-width: 100%;
  }
}
.prev,
.next {
  cursor: pointer !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  border: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 12px;
  height: 61px;
  background: url('../img//icons.png') -63px -48px no-repeat #323a3b;
  display: none;
  position: absolute;
  bottom: 0;
}
.prev:hover,
.next:hover {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.prev {
  background-position: -75px -48px;
  left: -15px;
}
.next {
  background-position: -63px -48px;
  right: -15px;
}
@media only screen and (max-width: 568px) {
  .resp .stills-wrap .prev,
  .resp .stills-wrap .next {
    display: none;
  }
}
.share-wrap {
  width: 333px;
  position: absolute;
  top: 0;
  right: 0;
}
.share-wrap input[type="text"],
.share-wrap input[type="email"],
.share-wrap textarea,
.share-wrap select {
  width: 333px;
}
@media only screen and (max-width: 568px) {
  .resp .share-wrap {
    width: auto;
    position: static;
  }
  .resp .share-wrap input[type="text"],
  .resp .share-wrap input[type="email"],
  .resp .share-wrap textarea,
  .resp .share-wrap select {
    width: 100%;
  }
}
.share-wrap h4 {
  margin: 0 0 28px !important;
}
@media only screen and (max-width: 568px) {
  .resp .share-wrap h4 {
    margin: 0 0 10px !important;
  }
}
.share-email {
  border-bottom: 1px #181e1f solid;
  padding: 0 0 28px;
}
@media only screen and (max-width: 568px) {
  .resp .share-email {
    border: 0;
    padding: 0;
  }
}
.share-web {
  margin: 28px 0 0;
}
@media only screen and (max-width: 568px) {
  .resp .share-web {
    float: right;
    margin: 18px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .resp .share-web h4 {
    float: left;
    margin: 2px 8px 0 0 !important;
  }
  .resp .share-web h4:before {
    content: 'Or ';
  }
  .resp .share-web h4:after {
    content: ':';
  }
}
@media only screen and (max-width: 568px) {
  .resp .share-web .sm {
    float: left;
    margin: 0;
  }
}
.share-wrap textarea {
  height: 141px;
  resize: none;
}
@media only screen and (max-width: 568px) {
  .resp .share-wrap textarea {
    height: 104px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .share-wrap textarea {
    height: 69px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .share-wrap textarea {
    height: 69px;
  }
}
.share-footer {
  margin: 15px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .resp .share-footer {
    float: left;
  }
}
#share-sub {
  position: relative;
  width: 110px;
  margin: 0;
}
#share-sub:after {
  width: 10px;
  height: 7px;
  background: url('../img/icons.png') -121px -92px no-repeat;
  display: block;
  text-indent: -9999px;
  content: '';
  position: absolute;
  top: 6px;
  right: 7px;
}
.sm {
  margin: -14px 0 0;
}
.sm > li {
  cursor: pointer !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
  float: left;
}
.sm > li:hover {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.sm > li + li {
  margin: 0 0 0 14px;
}
.fb {
  width: 8px;
  height: 14px;
  background: url('../img/icons.png') -63px -15px no-repeat;
  display: block;
  text-indent: -9999px;
}
.twitter {
  width: 10px;
  height: 14px;
  background: url('../img/icons.png') -75px -15px no-repeat;
  display: block;
  text-indent: -9999px;
}
.selected-close,
.share-close {
  cursor: pointer !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  border: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url('../img/icons.png') 10px -75px no-repeat;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 450;
  /**/
}
.selected-close:hover,
.share-close:hover {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
@media only screen and (max-width: 568px) {
  .resp .selected-close,
  .resp .share-close {
    right: 0;
  }
}
.selected-close {
  display: none;
}
@media only screen and (max-width: 568px) {
  .resp .selected-close {
    top: -28px;
    right: 15px;
  }
}
.clients .selected-close .selected-close {
  display: block;
}
/*.clients > .selected .container,
.clients > .initial .container { padding: 40px 0 !important; }*/
.clients > .initial h3 {
  display: none !important;
}
.clients > .initial .ft {
  display: block;
}
.clients > .selected h3 > span {
  color: #809295;
  display: block;
  font-size: 15px;
  text-indent: -5px;
}
.directors.list .director-bio {
  display: none;
}
.directors.list .clients.selected-last {
  border-bottom: 0;
  margin-bottom: -100px;
}
.directors.list .client {
  padding: 16px 0;
}
.directors.list .client.selected {
  padding: 0;
}
.directors.list .thumbs-wrap {
  display: none;
}
.directors.list .info {
  width: auto;
  float: none;
  margin: 0;
}
.directors.list h3 {
  font-size: 19px;
  margin: 0;
}
.directors.list h3 > span {
  color: #809295;
}
/*.directors.grid .clients { border-top-color: transparent; border-top-width: 0; }*/
/*.directors.grid .client:first-child { border-top: 0; padding: 0 0 8px; }*/
.directors.grid .client {
  padding: 40px 0 16px;
}
/*.directors.grid .selected { padding: 0; }*/
.directors.grid h3 {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0;
}
@media only screen and (max-width: 568px) {
  .directors.grid.resp h3 {
    padding: 0 15px;
  }
}
.directors .selected h3 {
  letter-spacing: 1px !important;
}
.directors.grid .clients > .selected,
.directors.list .clients > .selected {
  cursor: default !important;
  padding: 40px 0;
}
.clients > .selected {
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.125)), to(rgba(255, 255, 255, 0.065)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  background: linear-gradient(left, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  color: #677a7f;
  font-size: 11px;
  *zoom: 1;
}
@media only screen and (max-width: 568px) {
  .clients > .selected {
    background: rgba(255, 255, 255, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.025)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    background: linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  }
}
.clients > .selected:before,
.clients > .selected:after {
  content: ' ';
  display: table;
}
.clients > .selected:after {
  clear: both;
}
@media only screen and (max-width: 568px) {
  .resp .clients > .selected {
    font-size: 13px;
  }
}
.no-cssgradients .clients > .selected {
  background: url('../img/bg/client-selected.png') repeat;
}
.clients > .selected .thumbs-wrap {
  display: none;
}
.info {
  width: 333px;
  height: 405px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 568px) {
  .resp .info {
    height: 283px;
  }
}
@media only screen and (max-width: 568px) {
  .resp .info {
    width: auto;
    height: auto;
  }
}
.clients > .selected .info {
  width: 333px;
  float: left;
}
@media only screen and (max-width: 568px) {
  .resp .clients > .selected .info {
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 568px) {
  .resp .clients > .selected .info {
    padding: 0 15px;
  }
}
.clients > .selected h3 {
  font-size: 30px;
  margin: -5px 0 16px;
}
@media only screen and (max-width: 568px) {
  .resp .clients > .selected h3 {
    padding: 0;
  }
}
.clients > .selected h3 > span {
  margin: 6px 0 0;
}
.clients > .selected h4 {
  margin: 0 0 6px;
}
.clients > .selected p {
  line-height: 1.375;
}
@media only screen and (max-width: 568px) {
  .resp .credits-wrap {
    display: none !important;
  }
}
.credits-expanded h3,
.credits-expanded .desc,
.credits-expanded .btns {
  display: none !important;
}
.credits-expanded .credits-wrap {
  width: 348px;
  height: 319px;
  display: block;
  overflow: auto;
  position: absolute;
  top: 0;
  right: -15px;
}
.credits-expanded .credits-wrap::-webkit-scrollbar {
  width: 12px;
}
/*.credits-expanded .credits > li { display: list-item; }*/
.share-expanded h3,
.share-expanded .desc,
.share-expanded .credits-wrap,
.share-expanded .btns,
.share-expanded .stills-wrap {
  display: none !important;
}
.share-expanded .share-wrap {
  display: block;
}
.thumbs {
  margin-left: -4px;
}
.thumbs > li {
  width: 33.3333%;
  padding-left: 4px;
  margin: 0 !important;
}
@media only screen and (max-width: 568px) {
  .resp .thumbs > li {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .resp .thumbs > li {
    width: 100%;
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .resp .thumbs > li:first-child {
    display: block;
  }
}
@media only screen and (max-width: 568px) {
  .resp .thumbs > li:last-child {
    display: none;
  }
}
.thumbs img {
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .resp .mejs-controls {
    display: none !important;
  }
}
.mejs-button button {
  height: 28px !important;
}
/*  STUDIO  */
.studio h2,
.studio h3 {
  color: #fff;
}
.studio p + p {
  margin-top: 12px;
}
/*
.studio .sections { .pressed; }
.studio .sections > .section { overflow: hidden; }
.studio .sections > .selected { padding: 0 0 28px; }
*/
.about img {
  margin: 0 0 25px;
}
.about .section {
  margin: 0 0 50px;
}
.about p {
  margin: 0 0 12px;
}
.timeline {
  line-height: 1.425;
}
.timeline > li + li {
  margin: 12px 0 0;
}
.about h4 {
  margin: 0 0 10px;
}
.tasks {
  -webkit-columns: auto 3;
  columns: auto 3;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  -moz-column-width: auto;
  -moz-column-count: 3;
  width: 380px;
  line-height: 1.425;
}
@media only screen and (max-width: 568px) {
  .resp .tasks {
    -webkit-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    -moz-column-width: auto;
    -moz-column-count: 2;
    width: 300px;
  }
}
.no-csscolumns .tasks {
  width: 460px;
}
.no-csscolumns .tasks > li {
  width: 120px;
  float: left;
  padding: 0 35px 0 0;
}
.bio + .bio {
  margin: 50px 0 0;
}
.bio:last-child p:first-of-type {
  color: #a7b5b8;
}
@media only screen and (max-width: 568px) {
  .resp.news #content > .container {
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 568px) {
  .resp .news .container-main {
    padding: 0;
  }
}
.news p {
  margin: 8px 0 0;
}
.articles img {
  max-width: 100%;
  margin: 0 0 20px;
}
.articles h2 {
  color: #fff;
  /*color: #71abb4;*/
  font-size: 18px;
  margin: 0 0 3px;
}
.articles time {
  display: block;
  letter-spacing: 1px;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.articles > .article + .article {
  margin: 50px 0 0;
}
.article-content {
  /*padding: 0;*/
}
@media only screen and (max-width: 568px) {
  .resp .article-content {
    padding: 0 15px;
  }
}
.share-btn {
  width: 83px;
  border: 1px #536469 solid;
  color: #809295;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 15px 0 0;
  padding: 5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  position: relative;
  border-color: #7d8e92;
}
.share-btn:hover {
  background: #111516;
  /*background: #4c5557; background: rgba(255,255,255,0.125);*/
}
.share-btn > a {
  color: #7d8e92;
}
.share-btn:after {
  width: 5px;
  height: 6px;
  background: url('../img/icons.png') -126px -71px no-repeat;
  display: block;
  text-indent: -9999px;
  content: '';
  position: absolute;
  top: 6px;
  right: 7px;
}
.pagination {
  float: right;
  margin: 80px 0 0;
}
.pagination > li {
  width: 17px;
  float: left;
  line-height: 16px;
  /*padding: 4px 0 1px;*/
  text-align: center;
  border: 1px #566266 solid;
  cursor: pointer !important;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.pagination > li:hover,
.pagination > li:focus {
  background: #111516;
}
/*.pagination > li:hover,
.pagination > li:focus { background: #4c5557; background: rgba(255,255,255,0.07); }*/
.pagination > li + li {
  margin: 0 0 0 2px;
}
.pagination .active {
  border-color: #8d999e;
  color: #8d999e;
}
/*  CONTACT  */
.contact .col {
  width: 140px;
  float: left;
}
@media only screen and (max-width: 568px) {
  .contact.resp .col {
    width: auto;
    float: none;
  }
}
.contact .col + .col {
  float: left;
  margin-left: 115px;
}
.contact.resp .sub-col {
  /*.resp & { @media @mq-tablet { width: 155px; float: left; } }*/
}
@media only screen and (max-width: 568px) {
  .contact.resp .sub-col {
    float: none;
  }
}
.contact .sub-col + .sub-col {
  margin: 20px 0 0;
  /*.resp & { @media @mq-tablet { margin: 0 0 0 45px; } }*/
  /*.resp & { @media @mq-mobile { margin: 20px 0 0; } }*/
}
@media only screen and (max-width: 568px) {
  .contact.resp .sub-col + .sub-col {
    margin: 20px 0 0;
  }
}
.contact .reps {
  width: 265px;
  /*margin-top: 69px;*/
}
/*.contact h2 { font-family: @text-regular; font-size: 18px; margin: 0 0 20px; .font-smoothing; }*/
.contact h5 {
  margin: 14px 0 4px;
}
.jobs {
  float: left;
}
.contact-footer {
  margin: 8px 0 0;
  overflow: hidden;
}
.contact .validation {
  width: 275px;
}
#contact-sub {
  position: relative;
  width: 110px;
  /*border-color: #92a1a4;*/
  color: #92a1a4;
  float: left;
  margin: 0;
}
#contact-sub:after {
  width: 10px;
  height: 7px;
  background: url('../img/icons.png') -107px -92px no-repeat;
  display: block;
  text-indent: -9999px;
  content: '';
  position: absolute;
  top: 6px;
  right: 7px;
}
/*.positions { width: 375px; }*/
.positions li + li {
  margin: 50px 0 0;
}
.logo-sm {
  width: 85px;
  height: 45px;
  background: url('../img/logo.png');
  margin: 0 0 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  border: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .logo-sm {
    background: url('../img/logo-sm@2x.png') no-repeat;
    background-size: 87px 45px;
  }
}
.contact .section + .section {
  margin: 20px 0 0;
}
.contacts {
  float: left;
  font-size: 11px;
  line-height: 1.6;
}
@media only screen and (max-width: 568px) {
  .resp .contacts {
    font-size: 13px;
    line-height: 1.35;
  }
}
.contacts h5,
.contacts p {
  line-height: 1.35;
}
@media only screen and (max-width: 568px) {
  .resp .contacts h5,
  .resp .contacts p {
    line-height: 1.35;
  }
}
/*.contacts,
.contacts h5,
.contacts p { line-height: 1.6; }*/
.contacts h5 {
  color: #a7b5b8;
  margin: 0;
  text-transform: none;
}
.contacts a {
  display: block;
}
.contacts :before {
  color: #a7b5b8;
}
.contacts address {
  /*line-height: 15px;*/
  line-height: 1.4;
  margin: 0 0 4px;
  padding: 0 0 0 10px;
  position: relative;
}
.no-generatedcontent .contacts address {
  padding: 0;
}
.contacts address a:before {
  content: 'A';
  position: absolute;
  top: 0;
  left: 0;
}
.contacts a[href^="mailto"]:before {
  content: 'E ';
}
/*.contacts a[href^="tel"]:before,*/
.contacts [rel="tel"],
.contacts [rel="tel mobile"] {
  display: block;
}
.contacts [rel="tel"]:before {
  content: 'T ';
}
.contacts [rel="tel mobile"]:before {
  content: 'M ';
}
.contacts [rel="tel"] > a,
.contacts [rel="tel mobile"] > a {
  display: inline-block;
}
.contacts .fax {
  display: block;
}
.contacts .fax:before {
  content: 'F ';
}
.contacts .fax > a {
  display: inline;
}
.contact #content .container {
  width: 1160px;
  /*.resp & { @media @mq-wide { width: 720px; } }
    .resp & { @media @mq-desktop { width: 600px; } }
    .resp & { @media @mq-tablet { width: 550px; } }
    .resp & { @media @mq-tablet-sm { width: 400px; } }*/
  /*.resp & { @media @mq-mobile { width: 100%; } }*/
}
@media only screen and (max-width: 568px) {
  .contact.resp #content .container {
    width: 100%;
  }
}
.jobs h2 {
  color: #fff;
}
/*.contacts { float: left; margin: 0 0 0 36px; }*/
.contact-main {
  width: 721px;
  float: left;
  margin: 0 36px 0 0;
  *zoom: 1;
}
.contact-main:before,
.contact-main:after {
  content: ' ';
  display: table;
}
.contact-main:after {
  clear: both;
}
@media only screen and (max-width: 568px) {
  .resp .contact-main {
    width: auto;
    float: none;
    margin: 0;
  }
}
.contact-details {
  float: right;
  *zoom: 1;
}
.contact-details:before,
.contact-details:after {
  content: ' ';
  display: table;
}
.contact-details:after {
  clear: both;
}
@media only screen and (max-width: 568px) {
  .resp .contact-details {
    margin: 0;
  }
}
@media only screen and (max-width: 568px) {
  .resp .contact-details {
    float: none;
    margin: 0 0 36px;
  }
}
.contact-form {
  float: left;
}
@media only screen and (max-width: 568px) {
  .resp .contact-form {
    float: none;
    margin: 0 0 48px;
  }
}
.contact-reps {
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .resp .contact-reps {
    float: none;
    margin: 0;
  }
}
@media only screen and (max-width: 568px) {
  .resp .contact-reps {
    margin: 0 0 48px;
  }
}
.contact .section-group {
  margin: 0 0 20px;
}
@media only screen and (max-width: 568px) {
  .resp .contact-reps .section-group {
    float: left;
  }
}
@media only screen and (max-width: 568px) {
  .resp .contact-reps .section-group + .section-group {
    margin: 0 0 0 36px;
  }
}
.contact.resp .section-group {
  /*.resp & { @media @mq-desktop { float: left; } }*/
}
@media only screen and (max-width: 568px) {
  .contact.resp .section-group {
    float: none;
  }
}
.contact.resp .section-group + .section-group {
  /*.resp & { @media @mq-desktop { margin: 0 0 0 36px; } }*/
}
@media only screen and (max-width: 568px) {
  .contact.resp .section-group + .section-group {
    float: none;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .resp .show-hide-mobile {
    display: none;
  }
}
.hide-show-mobile {
  display: none;
}
@media only screen and (max-width: 568px) {
  .resp .hide-show-mobile {
    display: inherit;
  }
}
/*  LOGIN
-------------------------------------------------------------------------- */
@media only screen and (max-width: 568px) {
  .login.resp .contacts {
    display: none;
  }
}
/*  FORMS
-------------------------------------------------------------------------- */
label,
button,
select {
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 405px;
  background: #737e80;
  /*background: #475458;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #181c1d;
  display: block;
  font-family: 'semibold', verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 0 0 8px;
  padding: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  outline: 0;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #181c1d;
  letter-spacing: 1px;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #181c1d;
  letter-spacing: 1px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  /*background: #5d6c71;*/
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: #343c3e;
  letter-spacing: 1px;
}
input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: #343c3e;
  letter-spacing: 1px;
}
@media only screen and (max-width: 568px) {
  .resp input[type="text"],
  .resp input[type="email"],
  .resp input[type="password"],
  .resp textarea,
  .resp select {
    width: 100%;
  }
}
textarea {
  height: 314px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 568px) {
  .resp textarea {
    height: 150px;
  }
}
select {
  text-transform: uppercase;
}
.ie7 select {
  width: 425px;
  background: #fff;
}
button {
  width: 83px;
  border: 1px #536469 solid;
  color: #809295;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 15px 0 0;
  padding: 5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  letter-spacing: 1px;
  text-align: left;
}
button:hover {
  background: #111516;
  /*background: #4c5557; background: rgba(255,255,255,0.125);*/
}
button > a {
  color: #7d8e92;
}
.placeholder {
  color: #181c1d !important;
}
.invalid {
  -webkit-box-shadow: 0 0 0 1px #71abb4 inset;
  -moz-box-shadow: 0 0 0 1px #71abb4 inset;
  -o-box-shadow: 0 0 0 1px #71abb4 inset;
  box-shadow: 0 0 0 1px #71abb4 inset;
}
.no-boxshadow .invalid {
  background: #71abb4;
}
.no-boxshadow .invalid:focus {
  /*background: #737e80;*/
}
.form-footer {
  *zoom: 1;
}
.form-footer:before,
.form-footer:after {
  content: ' ';
  display: table;
}
.form-footer:after {
  clear: both;
}
.form-footer > button {
  float: left;
}
.validation {
  width: 200px;
  color: #fff;
  display: none;
  float: right;
  font-size: 10px;
  margin: 3px 0 0;
  text-align: right;
}
/*  MEDIA QUERIES
-------------------------------------------------------------------------- */
.slides > .slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-device-width: 1024px) {
  #header [rel="tel"]:before {
    color: #4b5757;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background: url('../img/select.png') right center no-repeat #737e80;
    -webkit-appearance: none;
  }
}
/*  WEBFONTS
-------------------------------------------------------------------------- */
@font-face {
  font-family: 'semibold';
  font-style: normal;
  font-weight: normal;
  src: url('font/semibold.eot');
  src: url('font/semibold.eot?') format('eot'), url('font/semibold.woff') format('woff'), url('font/semibold.ttf') format('truetype'), url('font/semibold.svg#semibold') format('svg');
}
@font-face {
  font-family: 'regular';
  font-style: normal;
  font-weight: normal;
  src: url('font/regular.eot');
  src: url('font/regular.eot?') format('eot'), url('font/regular.woff') format('woff'), url('font/regular.ttf') format('truetype'), url('font/regular.svg#regular') format('svg');
}
@font-face {
  font-family: 'light';
  font-style: normal;
  font-weight: normal;
  src: url('font/light.eot');
  src: url('font/light.eot?') format('eot'), url('font/light.woff') format('woff'), url('font/light.ttf') format('truetype'), url('font/light.svg#light') format('svg');
}
/*  SCROLLBARS
-------------------------------------------------------------------------- */
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar:hover ::-webkit-scrollbar-track {
  background: #393c3d;
}
::-webkit-scrollbar:hover ::-webkit-scrollbar-thumb {
  background: #5a6266;
}
::-webkit-scrollbar-track {
  background: #2d2f30;
}
::-webkit-scrollbar-thumb {
  background: #4e5558;
}
::-webkit-scrollbar-thumb:hover {
  background: #616a6e;
}
/*.ie { scrollbar-track-color: #d5d5d5; scrollbar-face-color: #aaa; scrollbar-highlight-color: #aaa; scrollbar-shadow-color: #aaa; scrollbar-darkshadow-color: #aaa; scrollbar-3dlight-color: #aaa; scrollbar-base-color: #aaa; scrollbar-arrow-color: #fff; }*/
/*  ACCESSIBILITY
-------------------------------------------------------------------------- */
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*  SELECTION
-------------------------------------------------------------------------- */
::-moz-selection {
  background: #000000;
  color: #a7b5b8;
  text-shadow: none;
}
::selection {
  background: #000000;
  color: #a7b5b8;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #a7b5b8;
}
/*:focus { outline-offset: -1px; }*/
/*  BROWSER TARGETING
-------------------------------------------------------------------------- */
/*  FF  */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*  IE  */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
span {
  background: transparent;
}
