/*

FANATIC@2015

### 01.	 Imports
### 02.	 Variables
### 03.	 Basic Elements styles
### 04.	 Sitewide (reusable) classes
### 04a. Site header | Footer
### 05.  Page specific styles
### 06.  Media Queries
### 07.  Plugins
*/
/* 01. Imports */
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2.5em;
  margin: 0.37em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0.3em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* 02. Variables */
/* 03. Basic Elements Styles */
html {
  height: 100%; }

body {
  background: #FFF;
  color: #666;
  font-family: 'Questrial', sans-serif;
  font-size: 0.89em;
  height: 100%; }

a {
  color: #666;
  text-decoration: none;
  font-weight: 400; }
  a:hover {
    color: #333; }

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5 {
  color: #333; }

h1, h2, h3, h4 {
  font-family: 'Questrial', sans-serif;
  color: #666; }

hr {
  clear: both;
  margin: 0.5 auto;
  border: 0;
  height: 1px;
  background: #CCC;
  width: 80%; }
  hr.spaced {
    margin: 3em auto; }

p {
  margin: 1em 0;
  line-height: 20px; }

input {
  padding: 3px;
  transition: border-radius 0.3s; }
  input:focus {
    outline: none;
    border-radius: 5px; }

img.alignleft {
  margin-right: 0.5em; }

img.alignright {
  margin-right: 0.5em; }

input[type=submit] {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #A1A1A1;
  border: 1px solid #333;
  padding: 7px 50px;
  background: transparent; }
  input[type=submit]:focus {
    outline: none;
    border: 1px solid #FFF; }

textarea {
  padding: 5px; }
  textarea:focus {
    outline: none; }

/* 04.Sitewide (reusable) classes */
.wrapper {
  display: block;
  width: 96%;
  margin: auto; }

.wrapper:after {
  content: "";
  display: table;
  clear: both; }

.alignleft {
  float: left;
  margin-left: 0; }

.alignright {
  float: right;
  margin-right: 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.button-link {
  display: inline-block;
  text-transform: uppercase;
  padding: 7px 25px;
  margin: 5px 0;
  border: 1px solid #cccccc;
  font-size: 14px;
  transition: border-color 0.2s; }

.button-link:hover {
  border: 1px solid #999; }

.home .site-title h1 {
  word-spacing: -10px; }

.site-title {
  text-align: center;
  margin: 1.5em 0;
  padding: 1.5em 8%; }
  .site-title h1 {
    line-height: 0.9em; }
  .site-title p {
    font-size: 1.1em;
    line-height: 1.2em; }

.outset {
  padding: 0 1%; }

.nugget {
  margin: 1em 0; }
  .nugget h2 {
    margin: 0.3em 0; }
  .nugget p {
    line-height: 1.2em; }
  .nugget .image-holder {
    width: 100%;
    max-height: 220px;
    overflow: hidden; }
    .nugget .image-holder img {
      max-width: 100%;
      width: auto;
      max-height: 200px;
      height: auto;
      margin: 0; }

.nugget-content figure img {
  margin: 0; }

.sub-title {
  font-size: 1.1em;
  margin-bottom: 5px; }

/* Sizing */
.third:nth-child(3n+1) {
  clear: left; }

.two-thirds, .third, .half {
  box-sizing: border-box;
  float: left;
  width: 100%; }

.third img, .two-thirds img, .half img {
  max-width: 100%;
  height: auto; }

/* 04a. Site header | Footer | Navigation */
/* .fanatic logo */
.fanatic {
  float: left;
  max-width: 150px;
  transition: max-width 0.3s; }

.site-header {
  position: relative;
  box-sizing: border-box;
  height: 100%; }
  .site-header .slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 100%; }
    .site-header .slider .slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }

.nav-wrap {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em 7.5%;
  height: 30px;
  line-height: 30px;
  /* same as height */
  transition: height 0.3s, line-height 0.3s;
  z-index: 10; }

.site-nav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform, height;
  z-index: 1001; }

.site-nav li {
  border-top: 1px solid #333; }

/*site nav*/
.site-nav {
  clear: both;
  float: none;
  padding-bottom: 1em; }
  .site-nav > ul {
    margin: 0;
    padding: 0;
    min-height: 20px; }
  .site-nav > ul > li {
    position: relative;
    margin: 3px 14px;
    padding: 9px;
    padding-bottom: 3px; }
    .site-nav > ul > li > a {
      padding-bottom: 1em; }
    .site-nav > ul > li:after {
      content: "";
      position: absolute;
      bottom: 3px;
      left: 0;
      right: 0;
      border-top: 0px solid #00aeef;
      transition: 0.15s border-width; }
  .site-nav a {
    padding: 5px;
    color: #FFF;
    font-family: 'Questrial', sans-serif;
    font-size: 16px; }
    .site-nav a:hover {
      color: #FFF; }

/*site-nav*/
/* Second Child */
.site-nav li > ul {
  display: block;
  box-sizing: border-box;
  z-index: 10; }
  .site-nav li > ul li {
    box-sizing: border-box;
    position: relative;
    padding: 8px 0 8px 0;
    /* Third child */ }
    .site-nav li > ul li > a {
      line-height: 18px; }
    .site-nav li > ul li:after {
      border-top: none; }
    .site-nav li > ul li ul {
      position: static;
      margin: 10px 2px;
      left: 0;
      width: auto;
      padding: 0px 0 0 5px;
      font-size: 0.95em; }
      .site-nav li > ul li ul li {
        float: none;
        padding: 10px 0; }

.menu-item-has-children {
  position: relative;
  padding-right: 20px; }
  .menu-item-has-children:before {
    position: absolute;
    top: 13px;
    right: 0;
    width: 11px;
    height: 7px;
    content: "";
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: 0.3s transform; }

.menu-item-has-children.opened:before {
  transform: rotate(0); }

.site-content {
  position: relative;
  box-sizing: border-box;
  background: #FFF;
  padding-bottom: 3em;
  z-index: 1; }
  .site-content img {
    max-width: 100%;
    height: auto; }
  .site-content p {
    overflow: hidden;
    margin: 0;
    font-weight: 100;
    -webkit-font-smoothing: antialiased; }

.isotope-content {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.isotope-content img {
  margin: 0; }

.site-footer {
  position: relative;
  padding: 0.9em 0;
  background: #203034;
  border-top: 1px solid #232D30;
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.3px; }
  .site-footer p {
    margin: 0; }
  .site-footer .third {
    margin-top: 1em; }
  .site-footer a {
    color: #FFF; }
  .site-footer a img:hover {
    opacity: 0.7; }

.site-footer .title {
  font-size: 16px;
  color: #FFF; }

.site-footer .title:after {
  content: "";
  display: block;
  margin: 7px 0 14px;
  width: 33%;
  border-top: 1px solid #00aeef; }

.site-footer img {
  margin-right: 0.4em; }

/* 05. Page specific styles */
/* 
###############
#######HOMEPAGE
###############
*/
.isotope {
  margin-top: 2em;
  clear: both;
  transition: 0.3s all; }
  .isotope .controls {
    float: right;
    clear: both;
    list-style-type: none; }
    .isotope .controls li {
      float: left;
      margin: 2px 2px;
      padding: 8px;
      border: 1px solid #232D30;
      transition: 0.3s border-color; }
      .isotope .controls li:hover {
        border: 1px solid #FFF;
        cursor: pointer; }
      .isotope .controls li.active {
        border: 1px solid #00aeef;
        box-shadow: 0 0 5px #00aeef; }
  .isotope .container {
    clear: both;
    transition: 0.3s all; }

.isotope-item {
  position: relative;
  float: left;
  width: 47%;
  margin-left: 2%;
  overflow: hidden; }
  .isotope-item img {
    max-width: 100%;
    height: auto; }
  .isotope-item:before {
    content: "";
    display: block;
    padding-top: 70%; }
  .isotope-item .isotope-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .isotope-item .description {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22% 6% 6% 6%;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    transition: opacity 0.3s; }
    .isotope-item .description:hover {
      opacity: 1; }
    .isotope-item .description h4 {
      font-size: 1.3em;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      margin: 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #00aeef; }
    .isotope-item .description p {
      display: none;
      font-size: 0.8em;
      margin-top: 10px; }

.home .nugget h2 {
  font-size: 2em; }

.home .nugget h4 {
  margin: 0.5em 0; }

.homepage-bottom .nugget h4, .homepage-bottom .nugget h4 a {
  color: #00aeef;
  font-size: 17px; }

.homepage-bottom .nugget h5 {
  color: #666;
  font-size: 16px;
  margin: 6px 0 0 0; }

.tweet {
  margin: 12px 0; }

.tweets {
  list-style-type: none;
  font-size: 0.8em;
  padding: 0; }

/* 
################
#######CopyHeavy
################
*/
.page-content .third {
  margin-bottom: 1em; }

/* 
################
#######Category listing
################
*/
.blog-post {
  overflow: hidden; }
  .blog-post h2 {
    font-size: 32px;
    margin-bottom: 0.2em;
    line-height: 1; }
    .blog-post h2 a {
      color: #666666; }
      .blog-post h2 a:hover {
        color: #404040; }
  .blog-post .meta {
    margin-bottom: 0.5em; }
    .blog-post .meta p {
      margin: 0.2em 0; }
    .blog-post .meta .date {
      color: #00AEEF; }
  .blog-post .blog-content {
    line-height: 20px;
    overflow: hidden; }
    .blog-post .blog-content img {
      max-width: 100%;
      margin: 0.5em;
      margin-left: 0;
      vertical-align: middle; }
      .blog-post .blog-content img.alignright {
        margin-left: 0.5em; }
      .blog-post .blog-content img.alignleft {
        margin-right: 0.5em; }
  .blog-post .button-link {
    float: right;
    margin-top: 3em; }

.small-blog {
  margin: 0.7em 0; }
  .small-blog h4 {
    margin: 0; }
    .small-blog h4 a {
      color: #666666; }
  .small-blog img {
    max-width: 100%;
    width: auto;
    max-height: 70px;
    margin: 5px 0; }
  .small-blog .meta {
    font-size: 14px; }
  .small-blog .author {
    color: #00AEEF; }

/* Portfolio */
.portfolio-wrapper .image-holder {
  margin: 10px 0; }

.pagination {
  clear: both; }

/* Case-study */
.tags ul {
  padding-left: 0;
  list-style-type: none; }
.tags li {
  float: left;
  margin: 5px 2px; }
.tags a {
  color: #089bd2;
  font-weight: 400;
  border: 1px solid #999;
  padding: 2px 5px; }

.others-list ul {
  list-style-type: none;
  padding-left: 0; }
.others-list a {
  color: #089bd2;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 120%; }

.latest-blog .image-holder {
  float: left;
  max-width: 50%;
  padding-right: 5px; }
  .latest-blog .image-holder img {
    margin-left: 0; }
.latest-blog h5 {
  margin: 7px 0 5px;
  font-size: 14px; }
.latest-blog .blog-content {
  font-size: 12px; }

.small-title {
  color: #FFF;
  display: block;
  clear: both;
  font-size: 17px; }

.case-study-links {
  margin-top: 55px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

/* Plugins */
/* google maps */
.gmnoprint img {
  max-width: none; }

/* Menu functionality */
/* Mobile menu */
body.menu-opened {
  overflow: hidden; }

.js .site-nav {
  display: none; }

.js .site-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  overflow: auto;
  transition: opacity 0.3s; }

.js .site-nav.open {
  display: block; }

.js .site-nav.open.animation-finish {
  opacity: 1;
  background: rgba(0, 0, 0, 0.9); }

/* Desktop animation */
@media (min-width: 61em) {
  .stick .menu-toggle {
    top: 0;
    overflow: visible; }
  /* mobile resets */
  body.menu-opened {
    overflow: auto; }
  .js .site-nav {
    position: static;
    overflow: visible; }
  .js .site-nav.animation-finish {
    display: block; }
  .js .site-nav.open.animation-finish {
    background: transparent; }
  .js .site-nav li {
    position: relative;
    top: -50px;
    transition: top 0.3s; }
  .js .site-nav li:nth-of-type(1) {
    transition: top 0.8s; }
  .js .site-nav li:nth-of-type(2) {
    transition: top 0.7s; }
  .js .site-nav li:nth-of-type(3) {
    transition: top 0.6s; }
  .js .site-nav li:nth-of-type(4) {
    transition: top 0.5s; }
  .js .site-nav li:nth-of-type(5) {
    transition: top 0.4s; }
  .js .site-nav li:nth-of-type(6) {
    transition: top 0.3s; }
  .site-nav.open.animation-finish li {
    top: 0 !important; } }

/* Menu toggle */
.js .menu-toggle {
  display: block; }

.menu-toggle {
  display: none;
  position: relative;
  top: 5px;
  float: right;
  width: 30px;
  height: 24px;
  color: transparent;
  overflow: hidden;
  text-indent: 1000%;
  z-index: 9999;
  transition: top 0.3s; }

.menu-toggle .one {
  position: absolute;
  top: 0px; }

.menu-toggle .one, .menu-toggle .one:before, .menu-toggle .two {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: #FFF;
  height: 4px;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, top 0.3s;
  transition: opacity 0.3s, transform 0.3s, top 0.3s;
  -webkit-transition-delay: 0s, 0.3s, 0.3s;
  transition-delay: 0s, 0.3s, 0.3s;
  z-index: 9999; }

.menu-toggle .one:before {
  top: 8px; }

.menu-toggle .two {
  top: 16px; }

.menu-toggle.open .one:before {
  opacity: 0;
  filter: alpha(opacity=0); }

.menu-toggle.open .one {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-toggle.open .two {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-toggle.animation-finish .one, .menu-toggle.animation-finish .one:before, .menu-toggle.animation-finish .two {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, top 0.3s;
  transition: opacity 0.3s, transform 0.3s, top 0.3s;
  -webkit-transition-delay: 0.3s, 0s, 0s;
  transition-delay: 0.3s, 0s, 0s; }

/* Slick Carousel */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

@media (min-width: 35em) {
  .wrapper {
    width: 76%;
    max-width: 1100px; }
  .nugget .image-holder {
    max-height: 200px; } }

/* normal menu */
@media (min-width: 61em) {
  body {
    font-size: 0.96em; }
  .wrapper {
    width: 95%; }
  .site-title {
    padding: 1.5em 18%; }
  /* Sizing */
  .full-width {
    width: 100%;
    clear: both; }
  .third {
    width: 33%; }
  .half {
    width: 50%; }
  .two-thirds {
    width: 66%; }
  .site-nav li {
    border-top: none; }
  nav.site-nav {
    clear: none;
    float: right; }
    nav.site-nav a:before {
      content: ""; }
    nav.site-nav ul {
      margin-top: 0;
      padding-right: 80px; }
    nav.site-nav > ul > li {
      float: left;
      margin: 3px 14px;
      padding: 0 0 1em 0;
      /*Second Child*/
      /* Wrapped box */ }
      nav.site-nav > ul > li > ul {
        display: none;
        position: absolute;
        top: 30px;
        white-space: nowrap;
        padding: 15px 20px 20px 20px;
        background: rgba(0, 0, 0, 0.8);
        border: 1px solid #555;
        border-radius: 5px; }
        nav.site-nav > ul > li > ul > li > a {
          color: #FFF;
          font-size: 17px; }
        nav.site-nav > ul > li > ul li {
          display: block;
          clear: both;
          padding: 3px; }
      nav.site-nav > ul > li:hover ul {
        display: block; }
  /* Third child */
  .site-nav li ul ul {
    margin-top: 5px; }
  .site-nav li ul ul li {
    padding: 0; }
    .site-nav li ul ul li a {
      font-size: 15px; }
  /* Sticky nav wrapper */
  .stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    line-height: 20px; }
    .stick .fanatic {
      max-width: 100px; }
  .menu-item-has-grandchildren > .sub-menu {
    width: 500px;
    left: -190px; }
  .menu-item-has-grandchildren .menu-item-has-children {
    float: left;
    width: 150px;
    line-height: 1;
    clear: none;
    /* third child */ }
    .menu-item-has-grandchildren .menu-item-has-children ul {
      display: block !important;
      margin: 2px;
      margin-top: 10px; }
      .menu-item-has-grandchildren .menu-item-has-children ul a {
        line-height: 15px; }
  .menu-item-has-children:before {
    display: none !important; }
  .isotope-item {
    width: 23%; }
    .isotope-item .description p {
      display: block; }
  .site-footer {
    padding: 3em 0; }
    .site-footer .third {
      margin-top: 0; }
  .blog-post {
    float: left;
    width: 90%; }
  .favourite-blogs {
    border-left: 1px solid #DDD; }
  /* Plugin Settings */
  .text-wrap {
    float: left;
    width: 45%;
    margin-right: 2%; }
  .textarea-wrap {
    width: 92%; }
  /* For the case studies */
  .half .portfolio-wrapper .third {
    width: 50%; }
  .half .portfolio-wrapper .third:nth-child(3n+1) {
    clear: none; }
  .half .portfolio-wrapper .third:nth-child(2n+1) {
    clear: left; }
  .nugget .image-holder {
    height: 100px; } }

@media (min-width: 68em) {
  .wrapper {
    width: 85%; } }

@media (min-width: 63em) {
  .isotope-item .description p {
    font-size: 1.01em; } }

/*# sourceMappingURL=main.css.map */