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

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
	object-fit: cover;
}

video {
  max-width: 100%    !important;
  height: auto   !important;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  	display: none;
  	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  	display: none;
}

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  	background: #fff;
  /* 1 */
  	color: #000;
  /* 2 */
  	font-family: sans-serif;
  /* 3 */
  	-ms-text-size-adjust: 100%;
  /* 4 */
  	-webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  	margin: 0;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  	outline: 0;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  	font-size: 2em;
  	margin: 0.42em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  	background: #ff0;
  	color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  	font-family: monospace, serif;
  	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  	white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  	quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
  	line-height: 0;
  	position: relative;
  	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
  	bottom: -0.25em;
}

/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  	overflow: hidden;
}

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  	margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  	border: 1px solid #c0c0c0;
  	margin: 0 2px;
  	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  	border: 0;
  /* 1 */
  	padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  	font-family: inherit;
  /* 1 */
  	font-size: 100%;
  /* 2 */
  	margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  	-webkit-appearance: button;
  /* 2 */
  	cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  	cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  	box-sizing: border-box;
  /* 1 */
  	padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  	-webkit-appearance: textfield;
  /* 1 */
  	-moz-box-sizing: content-box;
  	-webkit-box-sizing: content-box;
  /* 2 */
  	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  	overflow: auto;
  /* 1 */
  	vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  	border-collapse: collapse;
  	border-spacing: 0;
}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
#Mobile (Landscape)
#Clearing */



/* #Base 960 Grid
================================================== */

.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }
.row.zeromargin                             { margin-bottom: 0;}

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }

.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }

@media only screen and (min-width:767px){
	.fullwidth .container                                  { position: relative; width: 100%; margin: 0 auto; padding: 0; }
	.fullwidth .container .column,
	.fullwidth .container .columns                         { float: left; display: inline; margin-left: 0; margin-right: 0; }
	.fullwidth .row                                        { margin-bottom: 20px; }

	/* Nested Column Classes */
	.column.alpha, .columns.alpha               { margin-left: 0; }
	.column.omega, .columns.omega               { margin-right: 0; }

	/* Base Grid */
	.fullwidth .container .one.column,
	.fullwidth .container .one.columns                     { width: 4.25%;  }
	.fullwidth .container .two.columns                     { width: 10.5%; }
	.fullwidth .container .three.columns                   { width: 16.75%; }
	.fullwidth .container .four.columns                    { width: 23%; }
	.fullwidth .container .five.columns                    { width: 29.25%; }
	.fullwidth .container .six.columns                     { width: 35.5%; }
	.fullwidth .container .seven.columns                   { width: 41.75%; }
	.fullwidth .container .eight.columns                   { width: 50%; }
	.fullwidth .container .nine.columns                    { width: 54.25%; }
	.fullwidth .container .ten.columns                     { width: 60.5%; }
	.fullwidth .container .eleven.columns                  { width: 66.75%; }
	.fullwidth .container .twelve.columns                  { width: 73%; }
	.fullwidth .container .thirteen.columns                { width: 79.25%; }
	.fullwidth .container .fourteen.columns                { width: 85.5%; }
	.fullwidth .container .fifteen.columns                 { width: 91.75%; }
	.fullwidth .container .sixteen.columns                 { width: 100%; }

	.fullwidth .container .one-third.column                { width: 31%; }
	.fullwidth .container .two-thirds.column               { width: 64%; }

	/* Offsets */
	.fullwidth .container .offset-by-one                   { padding-left: 6.25%;  }
	.fullwidth .container .offset-by-two                   { padding-left: 12.5%; }
	.fullwidth .container .offset-by-three                 { padding-left: 18.75%; }
	.fullwidth .container .offset-by-four                  { padding-left: 25%; }
	.fullwidth .container .offset-by-five                  { padding-left: 31.25%; }
	.fullwidth .container .offset-by-six                   { padding-left: 37.5%; }
	.fullwidth .container .offset-by-seven                 { padding-left: 43.75%; }
	.fullwidth .container .offset-by-eight                 { padding-left: 50%; }
	.fullwidth .container .offset-by-nine                  { padding-left: 56.25%; }
	.fullwidth .container .offset-by-ten                   { padding-left: 62.5%; }
	.fullwidth .container .offset-by-eleven                { padding-left: 68.75%; }
	.fullwidth .container .offset-by-twelve                { padding-left: 75%; }
	.fullwidth .container .offset-by-thirteen              { padding-left: 81.25%; }
	.fullwidth .container .offset-by-fourteen              { padding-left: 87.5%; }
	.fullwidth .container .offset-by-fifteen               { padding-left: 93.75%; }
}


/* #Tablet (Portrait)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container                                  { width: 768px; }
    .container .column,
    .container .columns                         { margin-left: 10px; margin-right: 10px;  }
    .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
    .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
    .alpha.omega                                { margin-left: 0; margin-right: 0; }

    .container .one.column,
    .container .one.columns                     { width: 28px; }
    .container .two.columns                     { width: 76px; }
    .container .three.columns                   { width: 124px; }
    .container .four.columns                    { width: 172px; }
    .container .five.columns                    { width: 220px; }
    .container .six.columns                     { width: 268px; }
    .container .seven.columns                   { width: 316px; }
    .container .eight.columns                   { width: 364px; }
    .container .nine.columns                    { width: 412px; }
    .container .ten.columns                     { width: 460px; }
    .container .eleven.columns                  { width: 508px; }
    .container .twelve.columns                  { width: 556px; }
    .container .thirteen.columns                { width: 604px; }
    .container .fourteen.columns                { width: 652px; }
    .container .fifteen.columns                 { width: 700px; }
    .container .sixteen.columns                 { width: 748px; }

    .container .one-third.column                { width: 236px; }
    .container .two-thirds.column               { width: 492px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 48px; }
    .container .offset-by-two                   { padding-left: 96px; }
    .container .offset-by-three                 { padding-left: 144px; }
    .container .offset-by-four                  { padding-left: 192px; }
    .container .offset-by-five                  { padding-left: 240px; }
    .container .offset-by-six                   { padding-left: 288px; }
    .container .offset-by-seven                 { padding-left: 336px; }
    .container .offset-by-eight                 { padding-left: 384px; }
    .container .offset-by-nine                  { padding-left: 432px; }
    .container .offset-by-ten                   { padding-left: 480px; }
    .container .offset-by-eleven                { padding-left: 528px; }
    .container .offset-by-twelve                { padding-left: 576px; }
    .container .offset-by-thirteen              { padding-left: 624px; }
    .container .offset-by-fourteen              { padding-left: 672px; }
    .container .offset-by-fifteen               { padding-left: 720px; }
}


/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 767px) {
    .container { width: 300px; }
    .container .columns,
    .container .column { margin: 0; }

    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column  { width: 300px; }

    /* Offsets */
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen { padding-left: 0; }

}


/* #Mobile (Landscape)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container { width: 420px; }
    .container .columns,
    .container .column { margin: 0; }

    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column { width: 420px; }
}


/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* GERAL */

body {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #444;
	-webkit-text-size-adjust: 100%;
	overflow-y: auto;
	overflow-x: hidden;
  letter-spacing: 0.1em;
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	z-index: 1000;
}

.content {
	background-color: #f4f4f4;
	padding: 10px 0;
	z-index: 300;
	position: relative;
}

.contact .content {
	padding: 30px 0 90px 0;
}

main {
	position: relative;
	clear: both;
}

.title-container {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 15%;
}

.title-container h1 {
	display: inline-block;
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 2px solid #333;
}

.title-container p {
	color: #999;
	font-size: 14px;
	font-family: 'Raleway', serif;
	font-style: italic;
	text-transform: lowercase;
	margin-top: 2px;
}

.case-title {
  margin-top:40px;
}


.title-container .fa {
	font-size: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

.inline-image {
  	padding: 20px 0 10px 0;
}

.video-frame {
  	margin-top: 30px;
  	margin-bottom: 40px;
}

.audio-frame {
	margin-top: 30px;
	margin-bottom: 30px;
}

p {
	color: #333;
}

.light {
  color:#ccc;
}

.first-paragraph {
	color: #666;
	font-family: 'Raleway', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 30px;
}

a {
	color: #999;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

a:hover {
  	color: #333;
}

ol,
ul {
	list-style-position: inside;
	margin: 20px 0;
}

ul.alt {
	list-style: none;
}

ul.alt li:before {
	float: left;
	font-family: 'FontAwesome';
	content: "\f192";
	color: #999;
	padding-right: 10px;
	font-size: 15px;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none
}

blockquote,
blockquote p {
	font-family: 'Raleway', serif;
	font-size: 25px;
	line-height: 35px;
	color: #999;
	font-style: italic;
}

blockquote {
	margin: 20px 0;
	padding: 9px 20px 0 20px;
	border-left: 3px solid #333;
}

blockquote cite {
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin-top: 10px;
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

cite {
	text-align: right;
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

h2 {
	font-weight: 900;
	margin-bottom: 10px;
	padding-bottom: 10px;
  font-size: 4em;
}

h3 {
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h4 {
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h5 {
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.dropcap {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 55px;
	font-weight: 700;
	padding: 0 7px 5px 0;
	line-height: 1em;
	float: left;
}

/* HEADER */

#header-image-slideshow {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover!important;
	-webkit-background-size: cover!important;
}

.header-background-image {
	background: url(../img/header/header_background_placeholder.png) top center no-repeat;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	position: absolute;
	background-size: cover!important;
	-webkit-background-size: cover!important;
}

#header-global[role="banner"] {
	color: #fff;
	width: 100%;
  padding-bottom: 9em;
}

#header-global-inner[role="banner"] {
	color: #fff;
	width: 100%;
	height: 110px;
	padding-bottom: 10px;
	z-index: 1000;
}

.header-top {
	padding-top: 50px;
	position: relative;
	z-index: 500;
	width: 100%;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
	transition: all .7s;
}

.header-top-light {
	background-color: #fff;
	position: relative;
	padding-top: 17px;
	z-index: 500;
	width: 100%;
	text-align: left;
	-webkit-box-shadow: 0px 0px 8px 0px #999;
	-moz-box-shadow: 0px 0px 8px 0px #999;
	box-shadow: 0px 0px 8px 0px #999;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
	transition: all .7s;
}

.header-top-light h1 {
  padding-bottom:0;
}

.header-top-light .main-navigation ul > li a:link, .header-top-light .main-navigation ul > li a:visited  {
  color:#666;
}

.header-top-light .main-navigation ul > li a:hover, .header-top-light .main-navigation ul > li a:active  {
  color:#e7e7e7;
}


.header-top-inner {
	background-color: #fff;
	padding-top: 17px;
	padding-bottom: 15px;
	position: fixed;
	z-index: 500;
	width: 100%;
	-webkit-box-shadow: 0px 0px 8px 0px #999;
	-moz-box-shadow: 0px 0px 8px 0px #999;
	box-shadow: 0px 0px 8px 0px #999;
}

.logo.three.columns {
	margin-left: 0;
}

.logo h1 {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	display: inline-block;
	border-bottom: none;
	text-transform: uppercase;
}

.logo h1 a {
	color: #333;
}

.logo h1 a:hover {
	color: #666;
}

.logo img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 150px;
}

.header-top-inner .logo {
	text-align: left;
	margin-top: 16px;
}

.header-top-inner .logo h1 {
	font-size: 25px;
}

.uber-statement {
	margin-top: 10px;
	padding: 10px 0;
}

.uber-statement h2 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 3.4em;
	border-bottom: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.phrasem {display: none;}

.phrasecontainer {width:100%;float:left;margin-top:5em;}

.phrasebox {height: 16em; overflow: hidden;}

.phrases {width: 100%; height: 14em;}

#header-global[role="banner"] .service-list-container {
	margin: 20px 0 40px 0;
}

#header-global[role="banner"] .service-list {
	text-transform: lowercase;
  	list-style: none;
}

#header-global[role="banner"] .service-list li {
	font-family: 'Raleway', serif;
	font-weight: 400;
	font-style: italic;
  margin: 10px 0 0 0;
}


/* FOOTER */

#footer-global[role="contentinfo"] {
	background-color: #333;
	padding: 30px 0 30px 0;
	position: relative;
	z-index: 300;
	font-size: 12px;
	color: #eee;
}

#footer-global[role="contentinfo"] p {
  color:#fff;
}

#footer-global[role="contentinfo"] h4 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 30px;
}

#footer-global[role="contentinfo"] a {
	color: #ccc;
  text-decoration: underline;
}

#footer-global[role="contentinfo"] a:hover {
  	color: #eee;
}

#footer-global[role="contentinfo"] .company-title {
  margin:40px 0  10px 0;
}

#footer-global[role="contentinfo"] .contact-btn,
#footer-global[role="contentinfo"] .back-top-btn {
	margin-top: 10px;
	background: #fff;
	color: #333;
}

#footer-global[role="contentinfo"] .contact-btn:hover,
#footer-global[role="contentinfo"] .back-top-btn:hover {
	background: #000;
  	color: #fff;
}

#copyright-details {
	color: #999;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	width: 100%;
  font-size: 10px;
  line-height: 18px;
  margin-top: 10px;
}

#footer-global[role="contentinfo"] .social-links-container {
	/*margin: 40px 0 0 0;*/
}

#footer-global[role="contentinfo"] .social-links {
	overflow: hidden;
	margin: 0 auto;
	text-transform: lowercase;
  	list-style: none;
  	display: inline-block;
}

#footer-global[role="contentinfo"] .social-links li {
	font-family: 'Raleway', serif;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 8px;
	float: left;
	display: inline-block;
}

#footer-global[role="contentinfo"] .social-links li:first-child {
	margin-left: 0;
}

#footer-global[role="contentinfo"] .social-links li:not(:last-of-type):after {
	content: "/";
	color: #ddd;
	margin-left: 8px;
}

#footer-global[role="contentinfo"] .social-links li a {
	font-size: 14px;
	color: #eee;
	text-decoration: none;
	line-height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer-global[role="contentinfo"] .social-links li a:hover {
	color: #ddd;
}

/* NAV */

.main-navigation {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	height: 100%;
	position: relative;
	margin-top: 35px;
	margin-bottom: 30px;
	margin-left: 0;
	z-index: 9999;
  text-align: right;
}

.main-navigation ul {
	margin: 0 auto;
	margin-top: 0px;
	list-style-type: none;
	padding: 0;
}

.main-navigation ul ul {
	margin-top: -3px;
}

.main-navigation ul > li {
  	cursor: pointer;
  	margin-right: 10px;
}

.main-navigation ul > li:last-child {
  font-weight:300;
}


.main-navigation ul > li a {
  	color: #e7e7e7;
  	margin-right: 0;
  	padding: 10px;
}

.main-navigation ul > li a:hover {
	color: #666;
}

.main-navigation ul > li:hover {
	background-color: none;
}

.main-navigation li.current a {
  	color: #999;
}



.main-navigation ul ul li a {
	color: #999;
}

.main-navigation ul ul li:hover {}

.main-navigation ul li ul li a:hover {
	color: #fff;
}

.selectnav {
  	display: none;
}

.js-clingify-placeholder {
	height: 120px!important;
}

.js-clingify-wrapper {
  	width: 100%;
  	height: 120px!important;
}

.js-clingify-locked {
  	left: 0;
  	position: fixed;
  	top: 0;
  	z-index: 1000;
}

/* LAYOUT */

.default .homepage-tweet .fa {
	color: #fff;
	font-size: 30px;
}

.default .homepage-tweet ul {
  	list-style: none;
}

.default #twitter-fetcher-tweet {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    width: 70%;
}

.default #twitter-fetcher-tweet p {
	color: #fff;
}

.default #twitter-fetcher-tweet .tweet {
	margin: 20px 0 10px 0;
	padding: 0 0 25px 0;
	border-bottom: 2px solid #fff;
}

.default #twitter-fetcher-tweet a {
  	color: #333;
}

.default #twitter-fetcher-tweet a:hover {
  	color: #666;
}

.default #twitter-fetcher-tweet .timePosted {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	margin-top: 5px;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.default #twitter-fetcher-tweet .interact {
	font-family: 'Raleway', serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

.default #twitter-fetcher-tweet .interact a {
	margin-left: 8px;
	padding: 0;
}

.default #twitter-fetcher-tweet .interact a:first-child {
	margin-left: 0;
}

.default #twitter-fetcher-tweet .interact a:not(:last-of-type):after {
	content: "/";
	color: #333;
	margin-left: 8px;
}

.default .homepage-quotes .fa {
	color: #fff;
	font-size: 30px;
}

.default .homepage-quotes .quotes blockquote {
  	margin: 0;
  	padding: 0;
  	border: none;
}

.default .homepage-quotes .quotes li {
	font-family: 'Raleway', serif;
  	list-style: none;
  	padding: 0 0 20px 0;
}

.default .homepage-quotes .quotes blockquote p {
  	color: #fff;
  	font-size: 30px;
  	line-height: 40px;
  	font-weight: normal;
  	font-style: italic;
  	width: 70%;
  	padding: 0 0 25px 0;
  	border-bottom: 2px solid #fff;
}

.default .homepage-quotes .quotes cite {
	display: inline-block;
	margin-top: 0;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.default .homepage-section-header {
	max-width: 960px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 0;
}

.default .homepage-section-header h1 {
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
	width: 80%;
	margin: 0;
}

.default .homepage-section-intro a:hover, .default .homepage-section-intro a:active {
  color:#e7e7e7;
}

.default .homepage-section-intro p, .container p {
	font-size: 1.125em;
	line-height: 1.750em;
}

.default .homepage-section-intro p:first-of-type {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
}

.default .homepage-section-intro a.read-more-btn {
  background: #ddd;
  color: #333;
}

.default .homepage-section-intro a.read-more-btn:hover {
  background: #000;
  color: #fff;
}

.default #homepage-about .homepage-section-intro p {
	color: #fff;
}

.default #homepage-about .homepage-section-header h2 {
	color: #fff;
  margin-bottom:0;
}

.default #homepage-about .homepage-section-header p {
  font-size:0.8em;
  color:#fff;
  margin-top:0;
  margin-bottom:40px;
}

.default #homepage-about .homepage-section-header a.read-more-btn {
	margin-top: 40px;
	background: #fff;
	color: #333;
}

.default #homepage-about .homepage-section-header a.read-more-btn:hover {
	background: #000;
  	color: #fff;
}

.default .homepage-news-item h2 {
	border-bottom: none;
}

.default .portfolio-items,
.default .service-items,
.default .team-members,
.default .news-items {
	margin-left: -10px;
  margin-top:40px;
}

.default #homepage-news .news-item,
.default #homepage-team .team-member,
.homepage-service-item {
  	margin-bottom: 20px;
}

.default #homepage-news .news-item .news-image,
.default #homepage-team .team-member .team-image {
	list-style: none;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.default #homepage-team .team-member .team-image {
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.default #homepage-news .news-item .details h2,
.default #homepage-team .team-member .details h2,
.homepage-service-item .details h2 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
  	display: block;
}

.default .service-item a.read-more-btn {
  background: #000;
  color: #fff;
}

.default .service-item a.read-more-btn:hover {
  background: #ddd;
  color: #333;
}


.default #homepage-news .news-item .details p,
.default #homepage-team .team-member .details p {
	font-size: 12px;
	font-family: 'Raleway', serif;
	font-style: italic;
	font-weight: normal;
	color: #999;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-right: 5px;
	text-transform: lowercase;
}

.default #homepage-news .news-item .details p span,
.default #homepage-team .team-member .details p span {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 2px;
}

.default #homepage-news .news-image .overlay,
.default #homepage-team .team-member .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	padding: 20px;
	opacity: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.default #homepage-news .news-image:hover .overlay,
.default #homepage-team .team-image:hover .overlay {
	background-color: rgba(0, 0, 0, .75);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-backface-visibility: hidden;
}

.default #homepage-news .news-item .overlay h2,
.default #homepage-team .team-member .overlay h2 {
	padding: 0 10px 0 0;
	line-height: 1.3;
	font-size: 25px;
	font-weight: 700;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.default #homepage-news .news-item .overlay > h2 a,
.default #homepage-team .team-member .overlay > h2 a {
	opacity: 1;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.default #homepage-news .news-item .overlay:hover > h2 a,
.default #homepage-team .team-member .overlay:hover > h2 a {
  	opacity: 1;
}

.default #homepage-news .news-item .overlay h2,
.default #homepage-team .team-member .overlay h2 {
	color: #fff;
}

.default #homepage-news .news-item .overlay a,
.default #homepage-team .team-member .overlay a {
  	color: #fff;
  	text-decoration: none;
}

.default #homepage-news .news-item .overlay em,
.default #homepage-team .team-member .overlay em {
  	color: #fff;
}

.default #homepage-news .news-item img,
.default #homepage-team .team-member img {
  	display: block;
  	position: relative;
  	max-width: 100%;
  	height: auto;
}

.default #homepage-news .news-item img,
.default #homepage-team .team-member img {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.default #homepage-news .news-item:hover img,
.default #homepage-team .team-member:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.default .team-member h2 {
	border-bottom: none;
}

/* SECTIONS */

#homepage-about {
	background: #333;
	padding: 90px 0;
}

#homepage-portfolio {
	background: #f4f4f4;
	padding: 90px 0;
}

#homepage-news {
	background: #fff;
	padding: 90px 0;
}

#homepage-team,
#homepage-profile {
	background: #f4f4f4;
	padding: 90px 0;
}

#homepage-services {
	background: #fff;
	padding: 90px 0;
}

#homepage-contact {
	background: #333;
	padding: 90px 0;
}

/* BUTTONS */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	background: none;
	border: 1px solid #333;
	border-radius: 2px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 0;
	margin-top: 5px;
	padding: 5px 10px;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	border: 1px solid #6699A6;
	color: #6699A6;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #6699A6;
	color: #6699A6;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

a.read-more-btn {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: inline-block;
	background: #333;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 1.2em 0;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.read-more-btn:hover {
	background: #000;
  	color: #fff;
  	position: relative;
}

a.read-more-btn-uber {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: inline-block;
	background: #333;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 12px 25px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.read-more-btn-uber:hover {
	background: #000;
  	color: #fff;
  	position: relative;
}

.contact-btn {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: inline-block;
	background: #333;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.contact-btn:hover {
	background: #000;
  	color: #fff;
  	position: relative;
}

.back-top-btn {
	font-family: 'Raleway', sans-serif;
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.back-top-btn:hover {
	background: #000;
  	color: #fff;
  	position: relative;
}

a.back-btn,
a.previous-btn,
a.next-btn {
	font-family: 'Raleway', sans-serif;
	position: relative;
	display: inline-block;
	background: #333;
	border-radius: 30px;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: 10px;
	padding: 5px 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.back-btn:hover,
a.previous-btn:hover,
a.next-btn:hover {
	background: #000;
  	color: #fff;
  	position: relative;
}

a.back-btn {
	background: #000;
}

a.back-btn:hover {
	background: #333;
}

/* SOCIAL */

.social-icons {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	*zoom: 1;
	display: inline-block;
}

.social-icons > li {
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
	margin-right: 20px;
	margin-left: 0;
	display: inline-block;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	padding: 10px;
}

.social-icons > li:first-child, .social-icons > li.first {
  	padding-left: 0;
}

.social-icons > li:last-child {
	margin-right: 0;
  	padding-right: 0;
}

.social-icons > li.last {
  	padding-right: 0;
}

.social-icons li .fa {
	color: #fff;
	font-size: 20px;
}

#homepage-contact .fa {
	color: #fff;
	font-size: 50px;
	margin-bottom: 30px;
}

#homepage-contact .social-icons {
	margin-top: 20px;
}

#homepage-contact .social-icons li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

#homepage-contact .social-icons li .fa {
	font-size: 20px;
}

/* ISOTOPE */

.isotope-item {
  	z-index: 2;
}

.isotope-hidden.isotope-item {
  	pointer-events: none;
  	z-index: 1;
}

.isotope, .isotope .isotope-item {
  	-webkit-transition-duration: 0.8s;
  	-moz-transition-duration: 0.8s;
  	transition-duration: 0.8s;
}

.isotope {
  	-webkit-transition-property: height, width;
  	-moz-transition-property: height, width;
  	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
  	-moz-transition-property: -moz-transform, opacity;
  	-ms-transition-property: -ms-transform, opacity;
  	-o-transition-property: top, left, opacity;
  	transition-property: transform, opacity;
}

/* PORTFOLIO */

.portfolio-items.full-width .project-item {
	width: 33.333%;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.portfolio-items.standard {
	margin-left: -10px;
}

.project-item {
  	margin-bottom: 20px;
}

.project-item .project-image {
	list-style: none;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.project-item .details h2 {
	font-family: 'Montserrat', sans-serif;
  	border: none;
  	display: block;
}

.project-item .details p {
	font-size: 12px;
	font-family: 'Raleway', serif;
	font-style: italic;
	font-weight: normal;
	color: #999;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	text-transform: lowercase;
}

.project-item .details p span {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 2px;
}

/* PROJECT */

.single-project {
	margin-top: 20px;
}

.single-project .project-description p {
	font-size: 16px;
	line-height: 30px;
}

.single-project .project-description p:first-of-type {
	font-family: 'Raleway', serif;
	color: #666;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 30px;
}

.single-project p:last-of-type {
	margin-bottom: 30px;
}

.single-project h1 {
	display: block;
	font-size: 40px;
	line-height: 45px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.single-project img {
  	max-width: 100%;
  	height: auto;
}

.single-project .client-name {
	font-size: 12px;
	font-family: 'Raleway', serif;
	font-style: italic;
	font-weight: normal;
	color: #999;
	text-transform: lowercase;
}

.single-project .client-name span {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 2px;
}

.single-project .project-details {
	font-family: 'Raleway', serif;
	font-style: italic;
	text-transform: lowercase;
	color: #999;
	border-top: #ddd 2px solid;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	list-style: none;
}

.single-project .project-details li {
	margin: 5px 0;
}

.single-project .project-details li span {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.single-project img,
.single-project .video-frame {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	overflow: hidden;
}

.single-project img {
	margin-top: 15px;
  	margin-bottom: 10px;
}

.single-project .video-frame {
  	margin-bottom: 25px;
}

.single-project .slides li {
  	margin-bottom: 0;
}

.single-project .project-icons {
	margin-top: 12px;
	margin-bottom: 30px;
}

.single-project .project-icons .fa {
	color: #ddd;
	font-size: 40px;
	margin-right: 10px;
}

.single-project.slider h1,
.single-project.video h1,
.single-project.audio h1 {
	display: block;
	font-size: 40px;
	line-height: 45px;
	border-bottom: none;
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-project.slider .project-icons,
.single-project.video .project-icons,
.single-project.audio .project-icons {
	margin-top: 35px;
	margin-bottom: 10px;
}

.single-project.slider .project-details,
.single-project.video .project-details,
.single-project.audio .project-details {
	border-top: #ddd 2px solid;
	margin-top: 20px;
	margin-bottom: 25px;
}

.project-nav {
    display: block;
    float: left;
    margin: 20px 0 0 0;
    list-style: none;
}

.project-nav li {
	font-size: 25px;
    float: left;
    -moz-transition: color .4s;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -ms-transition: color .4s;
    transition: color .4s;
}

.project-nav li.back {
	font-size: 20px;
}

.project-nav li a {
	text-decoration: none;
	display: block;
}

.project-nav .next a:hover,
.project-nav .prev a:hover {
	color: #666;
}

.project-nav .back a:hover {
	color: #666;
}

.project-nav .prev,
.project-nav .next,
.project-nav .back {
    margin-right: 10px;
}

.project-nav .back a {}

.project-nav .next a {
    color: #333;
}

.project-nav .prev a {
    color: #333;
}


.portfolio-filter {
  	margin-bottom: 40px;
}

.portfolio-filter .filter {
  	display: inline-block;
  	margin: 0;
  	padding: 0;
}

.filter li {
  	float: left;
  	list-style: none;
  	margin-right: 10px;
}

.filter li a {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: inline-block;
	background: #ddd;
	border-radius: 30px;
	color: #fff;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 7px 17px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.filter li a:hover {
  	position: relative;
}

.filter li a:hover,
.filter li .current {
	background: #333;
  	color: #fff;
}

.homepage-project-item {
  	margin-bottom: 20px;
}

.homepage-project-item .homepage-project-image {
	list-style: none;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.homepage-project-item .details h2 {
	font-family: 'Montserrat', sans-serif;
  	border: none;
  	display: block;
}

.homepage-project-item .details p {
	font-size: 12px;
	font-family: 'Raleway', serif;
	font-style: italic;
	font-weight: normal;
	color: #999;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	text-transform: lowercase;
}

.homepage-project-item .details p span {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 2px;
}

.four.columns .homepage-project-item .details h2 {
  	font-size: 20px;
}

.project-image .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	padding: 20px;
	opacity: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.project-image:hover .overlay {
	background-color: rgba(0, 0, 0, .85);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-backface-visibility: hidden;
}

.project-item .overlay h2 {
	padding: 0;
	line-height: 1.3;
	font-size: 25px;
	font-weight: 700;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.project-item .overlay > h2 a {
	opacity: 1;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.project-item .overlay:hover > h2 a {
  	opacity: 1;
}

.project-item .overlay h2 {
	color: #fff;
}

.project-item .overlay a {
  	color: #fff;
  	text-decoration: none;
}

.project-item .overlay em {
  	color: #fff;
}

.project-item img {
  	display: block;
  	position: relative;
  	max-width: 100%;
  	height: auto;
}

.project-item img {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.project-item:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* SERVICES */

.service {
	color: #fff;
  	margin-bottom: 50px;
}

.service h2 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.service p,
.service h2 a {
	color: #fff;
}

.service [class^="icon-"] {
	display: block;
	color: #fff;
	margin-bottom: 20px;
	font-size: 70px;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.service:hover > [class^="icon-"] {
  	color: #333;
}

.service-icon-large [class^="icon-"] {
  	font-size: 200px;
  	margin: 50px 0;
}

.service a.read-more-btn {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}

.service a.read-more-btn:hover {
  	border: 1px solid #333;
  	color: #333;
}

.service.clearcol {
	clear: both;
}

#inner .service-items,
.one-page .service-items,
.alternative .service-items,
#inner .team-members,
.one-page .team-members,
.alternative .team-members,
#inner .news-items,
.one-page .news-items,
.alternative .news-items {
	margin: 40px 0;
}

.news-item,
.team-member {
  	margin-bottom: 40px;
}

.service-item .details .fa {
	font-size: 50px;
	line-height: 60px;
	color: #ddd;
	margin-bottom: 30px;
}

.service-item .details h2 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	display: block;
	border-bottom: 1px solid #333;
	line-height: 1.3;
	font-size: 25px;
	font-weight: 700;
}

.service-items .one-third.column.clearcol {
	clear: both;
}

.icon-holder {
	width: 70px;
	height: 70px;
	background: none;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

.icon-holder.portfolio,
.icon-holder.services,
.icon-holder.team,
.icon-holder.news,
.icon-holder.contact {
	display: inline-block;
}

.icon-holder .fa {
	font-size: 50px;
	line-height: 60px;
	color: #ddd;
}

#homepage-about .icon-holder .fa {
	font-size: 50px;
	line-height: 60px;
	color: #fff;
}

/*----------------------------------------------*/
/*	29 - Contact Details
/*----------------------------------------------*/

.contact-info {
	margin-top: 30px;
}

.contact-info h2 {
	border-bottom: 2px solid #ddd;
	padding-bottom: 20px;
}

.contact-details {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
	padding-top: 5px;
	text-transform: uppercase;
}

.contact-details li {
  	margin-bottom: 20px;
  	list-style: none;
  	font-style: normal;
}

.contact-details li .fa {
  	margin-right: 10px;
}

.contact-details li a:hover {
	color: #fff;
}

.contact-details-standard {
	font-family: 'Raleway', serif;
	font-size: 15px;
	font-style: italic;
	text-transform: lowercase;
	margin-top: 20px;
}

.contact-details-standard li {
	list-style: none;
	margin-bottom: 10px;
}

.contact-details-standard li:before {
	float: left;
	font-family: 'FontAwesome';
	content: "\f192";
	color: #999;
	padding-right: 10px;
	font-size: 15px;
	font-style: normal;
}

/* MQ */

/* Slight fix for IOS devices */
@media only screen and (min-width: 1200px) {

	.header-background-image,
	.one-page .bg1,
	.default .bg1,
	.one-page .bg2,
	.default .bg2,
	.one-page .bg3,
	.default .bg3 {
	  background-attachment: fixed!important;
	}

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 960px) {

	.title-container {
		display: block;
		width: 100%;
		height: 100%;
		margin-top: 5%;
	}

	.title-container h1 {
		display: inline-block;
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 10px;
		padding-bottom: 6px;
		border-bottom: 2px solid #333;
	}

	.section-divider-1,
	.section-divider-2,
	.section-divider-3 {
		height: 550px;
	}

	.section-divider-1 .text-container,
	.section-divider-2 .text-container,
	.section-divider-3 .text-container {
		height: 550px;
	}

	.bg1,
	.bg2,
	.bg3 {
		height: 550px;
	}

	.full-image .portfolio-filter {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	ul.tabs li {
		margin: 2px;
	}

	.plan-price {
		font-size: 30px;
	}

	.sign-up-btn {
		font-size: 10px;
		padding: 5px 10px;
	}

	.alternative .uber-statement h2,
	.corporate .uber-statement h2 {
		font-size: 70px;
		line-height: 80px;
	}

	.blog-style .uber-statement h2,
	.one-page .uber-statement h2 {
		font-size: 50px;
		line-height: 60px;
	}

	nav select {
		display: inline-block;
		position: relative;
		color: #000;
		font-style: normal;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  h2 {
    font-size:2em;
  }

	.content {
		padding: 130px 0;
	}

	.corporate .content {
		padding: 90px 0;
	}

  .phrasecontainer {margin-top:0;}

	#header-global[role="banner"],
	.blog-style #header-global[role="banner"] {
    background:url(../img/every.jpg) center center no-repeat;
    background-size: cover;
	}

  #header-global[role="banner"] .social-links-container li {
    margin-top: -90px;
  }

	.header-top-inner,
	.header-top-light,
	.one-page .header-top-light {
		position: relative;
	}



	.alternative #header-global[role="banner"],
	.one-page #header-global[role="banner"] {
		text-align: left;
	}

	.alternative .header-top,
	.one-page .header-top-light {
		background-color: rgba(255, 255, 255, .5) ;
	}

	.alternative #homepage-portfolio,
	.alternative #homepage-news,
	.alternative #homepage-team,
	.alternative #homepage-services,
	.alternative .homepage-section-header,

	.one-page #homepage-portfolio,
	.one-page #homepage-news,
	.one-page #homepage-team,
	.one-page #homepage-services,
	.one-page .homepage-section-header {
		text-align: left;
	}

	.alternative .homepage-section-header h1,
	.one-page .homepage-section-header h1 {
		width: 100%;
		margin: 0;
	}

	.alternative .homepage-quotes,
	.alternative .homepage-tweet,

	.one-page .homepage-quotes,
	.one-page .homepage-tweet {
		text-align: left!important;
	}

	.alternative .homepage-quotes .quotes blockquote,
	.alternative .homepage-quotes .quotes cite,
	.alternative #twitter-fetcher-tweet,

	.one-page .homepage-quotes .quotes blockquote,
	.one-page .homepage-quotes .quotes cite,
	.one-page #twitter-fetcher-tweet {
		width: 100%;
		margin: 0;
		text-align: left;
	}

	.alternative .news-item .date-stamp,
	.one-page .news-item .date-stamp {
		margin: 0 0 20px 0;
	}

	.alternative #footer-global[role="contentinfo"],
	.one-page #footer-global[role="contentinfo"] {
		text-align: left;
	}

	.icon-holder {
		padding: 0;
		text-align: left;
	}

	.header-top {
		padding-top: 20px;
	}

	.logo h1 {
		margin: 10px 0 0 0;
	}

	h1 {
		font-size: 40px;
		line-height: 1;
	}

	.uber-statement {
		margin-top: 20px;
		padding: 0 0 10px 0;
	}

	.uber-statement h2 {
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2;
		padding-bottom: 10px;
		margin-bottom: 10px;
		width: 100%;
	}

	.alternative .uber-statement h2,
	.one-page .uber-statement h2,
	.blog-style .uber-statement h2,
	.corporate .uber-statement h2 {
		font-size: 30px;
		line-height: 1.2;
	}

	.default .homepage-section-header h1,
	.alternative .homepage-section-header h1,
	.one-page .homepage-section-header h1,
	.corporate .homepage-section-header h1 {
		font-size: 40px;
		line-height: 50px;
	}

	#homepage-about,
	#homepage-portfolio,
  #homepage-services {
		padding: 60px 0;
	}

	#homepage-news,
	#homepage-team {
		padding: 20px 0;
	}

	.alternative #homepage-news,
	.alternative #homepage-services,
	.alternative #homepage-team,

	.one-page #homepage-news,
	.one-page #homepage-services,
	.one-page #homepage-team {
		padding: 50px 0;
	}

	.one-page #homepage-profile,
	.one-page #homepage-portfolio {
		padding: 40px 0;
	}

	.full-image .portfolio-filter {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.portfolio-filter {
		margin-bottom: 0;
	}

	.filter li {
		float: none;
		margin-bottom: 10px;
	}

	.default .portfolio-items,
	.alternative .portfolio-items,
	.corporate .portfolio-items,
	#inner .portfolio-items,
	.default .service-items,
	.default .team-members,
	.default .news-items,
	.corporate .service-items,
	.corporate .team-members,
	.corporate .news-items {
		margin-left: 0;
	}

	.title-container {
		margin-top: 0;
		margin-bottom: 60px;
	}

	.project-item .client-name,
	.project-item .details p,
	.default #homepage-team .team-member .details p,
	.default #homepage-news .news-item .details p,
	.alternative #homepage-team .team-member .details p {
		color: #fff;
	}

	.project-image .overlay,
	.default #homepage-team .team-image .overlay,
	.default #homepage-news .news-image .overlay,
	.alternative #homepage-team .team-image .overlay {
		background-color: rgba(0, 0, 0, .5);
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.section-divider-1,
	.section-divider-2,
	.section-divider-3 {
		height: 550px;
	}

	.section-divider-1 .text-container,
	.section-divider-2 .text-container,
	.section-divider-3 .text-container {
		height: 550px;
	}

	.bg1,
	.bg2,
	.bg3 {
		height: 550px;
	}

	.social-icons li {
		margin-right: 5px;
	}

	.contact-form {
		margin-bottom: 70px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="password"],
	.contact-form input[type="email"],
	.contact-form textarea,
	.contact-form select,
	.one-page #submit {
		font-size: 20px;
	}

	.contact-details {
		font-size: 20px;
		line-height: 30px;
	}

    .one-page #header-global[role="banner"] .social-icons {
    	margin-top: 170px;
    }

    .pagination {
    	float: left;
    }

    .single-project img {
    	margin-top: 5px;
    	margin-bottom: 5px;
    }

    .single-project .project-icons {
    	margin-top: 40px;
    }

    .sign-up-btn {
    	font-size: 12px;
    	padding: 10px 20px;
    	width: 40%;
    	margin: 0 auto;
    }

    .plan-price {
    	font-size: 40px;
    }

    .blog-style .news-item:first-of-type {
    	padding: 0 0 60px 0;
    }

    .main-navigation[role="navigation"] {
    	margin-bottom: 0;
    }

    .main-navigation[role="navigation"] #sf {
        display: none;
      }

	.selectnav {
		background: #fff url(../img/nav_arrow.png) no-repeat;
		background-position: center right;
		border: 1px solid #999;
		border-radius: 2px;
		color: #666;
		display: inline-block;
		font-size: 12px;
		font-style: normal;
		margin: 0 0 30px 0;
		padding: 8px 10px;
		cursor: pointer;
		text-transform: uppercase;
		-webkit-appearance: none;
		width: 100%;
	}

  .hide-on-small {
    display:none;
  }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	uber-statement {
		margin-top: 20px;
		padding: 0 0 10px 0;
	}

	.uber-statement h2 {
		font-size: 25px;
		font-weight: 700;
		line-height: 1.3;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.full-image .portfolio-filter {
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.author-bio img {
		float: none;
	}

}

/* Mobile Portrait Size Only (devices and browsers) */
@media only screen and (max-width: 320px) {}

/*
 * Tipped - A Complete Javascript Tooltip Solution - v4.3.0
 * (c) 2012-2015 Nick Stakenburg
 *
 * http://www.tippedjs.com
 *
 * License: http://www.tippedjs.com/license
 */

.tpd-tooltip {
  position: absolute;
}

/* Fix for CSS frameworks that don't keep the use of box-sizing: border-box
   within their own namespace */
.tpd-tooltip,
.tpd-tooltip [class^="tpd-"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Content */
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
  float: left;
  position: relative;
}
.tpd-content-relative {
  width: 100%;
}

.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}
.tpd-has-inner-close .tpd-content-relative .tpd-content { padding-right: 0 !important; }
.tpd-tooltip .tpd-content-no-padding { padding: 0 !important; }

.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-title-spacer {
  float: left;
}
.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative;
}
.tpd-title-relative { width: 100%; }
.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.tpd-has-title-close .tpd-title { padding-right: 0 !important; }
.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}
.tpd-close-icon {
  float: left;
  font-family: Arial, Baskerville, monospace;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}


/* Skin */
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0;
}

.tpd-frames {
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none;
}

.tpd-visible-frame-top .tpd-frame-top { display: block; }
.tpd-visible-frame-bottom .tpd-frame-bottom { display: block; }
.tpd-visible-frame-left .tpd-frame-left { display: block; }
.tpd-visible-frame-right .tpd-frame-right { display: block; }

.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}
.tpd-no-shadow .tpd-skin .tpd-background-shadow { box-shadow: none !important; }

.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.tpd-background {
  border-radius: 10px;
  float: left;
  clear: both;
  background: none;
  -webkit-background-clip: padding-box; /* Safari */
  background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255,255,255,.1); /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */
}
/* no radius */
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background { border-radius: 0; }
.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
}

.tpd-background-box-top { top: 0; }
.tpd-background-box-bottom { bottom: 0; }
.tpd-background-box-left { left: 0; }
.tpd-background-box-right { right: 0; }

/* iframeshim IE6 */
.tpd-iframeshim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Skin / Stems */
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.tpd-shift-stem-side {
  position: absolute;
}
.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side { width: 100%; }
.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side { height: 100%; }

.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; /* shows possible invalid subpx rendering */
  width: 16px; /* best cross browser stem: width = 2 x height (90deg angle) */
  height: 8px;
  margin-left: 3px; /* space from the side */
  margin-top: 2px; /* space between target and stem */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
/* remove margins once we're done measuring */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset { margin: 0 !important; }

.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tpd-stem-reset .tpd-stem-spacer { margin-top: 0; }

.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
}
.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: relative;
}

.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-stem-side-inversed {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff; /* will become transparent */
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0;
}

.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0;
}

/* fixes rendering issue in IE */
.tpd-stem * { z-index: 0; zoom: 1; }

/* used by IE < 9 */
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0;
}
.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute;
}
.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto;
}
.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%;
}

/* transformations for left/right/bottom */
.tpd-stem-transform-left {
  -webkit-transform: rotate(-90deg) scale(-1,1);
  transform: rotate(-90deg) scale(-1,1);
}
.tpd-stem-transform-right {
  -webkit-transform: rotate(90deg) translate(0, -100%);
  transform: rotate(90deg) translate(0, -100%);
}
.tpd-stem-transform-bottom {
  -webkit-transform: scale(1,-1) translate(0, -100%);
  transform: scale(1,-1) translate(0, -100%);
}


/* Spinner */
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
}
.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 11px 0 0 11px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
  animation: tpd-spinner-animation 1.1s infinite linear;
  box-sizing: border-box !important;
}
.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes tpd-spinner-animation {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes tpd-spinner-animation {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* show the loader while loading and hide all the content */
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper { display: none; }


/* Resets while measuring content */
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none;
}

.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper { display: block; }


/* Links */
.tpd-tooltip a,
.tpd-tooltip a:hover { color: #808080; text-decoration: underline; }
.tpd-tooltip a:hover { color: #6c6c6c; }


/*
 * Sizes
 */
/* x-small */
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 15px;
}
.tpd-size-x-small .tpd-background { border-radius: 5px; }
.tpd-size-x-small .tpd-stem {
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-x-small.tpd-no-radius .tpd-stem { margin-left: 7px; }
.tpd-size-x-small .tpd-loading-icon { width: 32px; height: 32px; }
.tpd-size-x-small .tpd-loading-line {
  z-index: 12;        /* amount of lines */
  margin-bottom: 4px; /* radius of the inner circle */
  height: 3px;        /* length of a line */
  width: 2px;         /* width of a line */
}
.tpd-size-x-small .tpd-close { margin-bottom: 1px; }

/* small */
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
  padding: 8px;
  font-size: 10px;
  line-height: 16px;
}
.tpd-size-small .tpd-background { border-radius: 6px; }
.tpd-size-small .tpd-stem {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-small.tpd-no-radius .tpd-stem { margin-left: 8px; }
.tpd-size-small .tpd-loading-icon { width: 34px; height: 34px; }
.tpd-size-small .tpd-loading-line {
  z-index: 12;        /* amount of lines */
  margin-bottom: 4px; /* radius of the inner circle */
  height: 3px;        /* length of a line */
  width: 2px;         /* width of a line */
}
.tpd-size-small .tpd-close { margin: 2px 1px; }


/* medium (default) */
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
}
.tpd-size-medium .tpd-background { border-radius: 8px; }
.tpd-size-medium .tpd-stem {
  width: 16px;      /* best cross browser stem width is 2xheight, for a 90deg angle */
  height: 8px;
  margin-left: 6px; /* space from the side */
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-medium.tpd-no-radius .tpd-stem { margin-left: 10px; }
/* wraps the loader, ideal dimensions don't cause stem movement when opening large tooltips */
.tpd-size-medium .tpd-loading-icon { width: 42px; height: 42px; }
.tpd-size-medium .tpd-loading-line {
  z-index: 12;        /* amount of lines */
  margin-bottom: 5px; /* radius of the inner circle */
  height: 4px;        /* length of a line */
  width: 2px;         /* width of a line */
}
.tpd-size-medium .tpd-close { margin: 4px 2px; }



/* large */
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.tpd-size-large .tpd-background { border-radius: 8px; }
.tpd-size-large .tpd-stem {
  width: 18px;
  height: 9px;
  margin-left: 7px;
  margin-top: 2px; /* space between target and stem */
}
.tpd-size-large.tpd-no-radius .tpd-stem { margin-left: 10px; }
.tpd-size-large .tpd-loading-icon { width: 50px; height: 50px; }
.tpd-size-large .tpd-loading-line {
  z-index: 12;        /* amount of lines */
  margin-bottom: 5px; /* radius of the inner circle */
  height: 5px;        /* length of a line */
  width: 2px;         /* width of a line */
}
.tpd-size-large .tpd-close { margin: 5px 2px 5px 2px; }



/* Skins */
/* default (dark) */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close { color: #fff; }
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #282828;
}
.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255,255,255,.1);
}
/* line below the title */
.tpd-skin-dark .tpd-title-wrapper { border-bottom: 1px solid #404040; }
/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-dark a { color: #ccc; }
.tpd-skin-dark a:hover { color: #c0c0c0; }

/* elevator */
.elevator-shaft {width:100%;margin:60px 0 30px 0;text-align:center;}

.elevator-btn {display:inline-block;padding:10px;cursor:pointer;border-radius:40px;}

.elevator-btn svg {width:40px;height:40px;}

.elevator-shaft p {margin-top:0;}

.elevator-shaft p.small {font-size:11px;line-height:1em;}

.elevator-btn:hover {background:#333;}
