/*
Theme Name: SSW
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.wf-loading #main, .wf-loading #navbar {
    visibility: hidden;
}

html, body {
	height: 100%;

}

::selection {
  background: #000;
  color:#fff;
}
::-moz-selection {
  background: #000;
  color:#fff;
}

@font-face {
    font-family: 'Maison Neue Book';
	src: url('fonts/MaisonNeue-Book.eot');
    src: url('fonts/MaisonNeue-Book.eot?#iefix') format('embedded-opentype'),
       url('fonts/MaisonNeue-Book.woff') format('woff'),
       url('fonts/MaisonNeue-Book.ttf') format('truetype'),
       url('fonts/MaisonNeue-Book.svg#Maison Neue Book') format('svg');
    font-weight:  normal;
    font-style:   normal;
}

@font-face {
    font-family: 'Maison Neue Bold';
	src: url('fonts/MaisonNeue-Bold.eot');
    src: url('fonts/MaisonNeue-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/MaisonNeue-Bold.woff') format('woff'),
       url('fonts/MaisonNeue-Bold.ttf') format('truetype'),
       url('fonts/MaisonNeue-Bold.svg#Maison Neue Bold') format('svg');
    font-weight:  normal;
}

@font-face {
    font-family: 'Maison Neue Light';
	src: url('fonts/MaisonNeue-Light.eot');
    src: url('fonts/MaisonNeue-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/MaisonNeue-Light.woff') format('woff'),
       url('fonts/MaisonNeue-Light.ttf') format('truetype'),
       url('fonts/MaisonNeue-Light.svg#Maison Neue Bold') format('svg');
    font-weight:  normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('fonts/Druk-Medium-Web.eot');
  src: url('fonts/Druk-Medium-Web.eot?#iefix') format('embedded-opentype'),
     url('fonts/Druk-Medium-Web.woff') format('woff'),
     url('fonts/Druk-Medium-Web.ttf') format('truetype'),
     url('fonts/Druk-Medium-Web.svg#Druk Web') format('svg');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Wide';
  src: url('fonts/Druk-WideBold.eot');
  src: url('fonts/Druk-WideBold.eot?#iefix') format('embedded-opentype'),
     url('fonts/Druk-WideBold.woff') format('woff'),
     url('fonts/Druk-WideBold.ttf') format('truetype'),
     url('fonts/Druk-WideBold.svg#Druk Wide') format('svg');
  font-weight:  normal;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TitlingGothic';
  src: url('fonts/TitlingGothicFBWide-Medium.eot?#iefix') format('embedded-opentype'),
	   url('fonts/TitlingGothicFBWide-Medium.woff') format('woff'),
	   url('fonts/TitlingGothicFBWide-Medium.ttf')  format('truetype'),
	   url('fonts/TitlingGothicFBWide-Medium.svg#TitlingGothicFBWide-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bodoni';
  src: url('fonts/BodoniSvtyTwoITCTTBook.eot');
  src: url('fonts/BodoniSvtyTwoITCTTBook.eot?#iefix') format('embedded-opentype'),
     url('fonts/BodoniSvtyTwoITCTTBook.woff') format('woff'),
     url('fonts/BodoniSvtyTwoITCTTBook.ttf') format('truetype'),
     url('fonts/BodoniSvtyTwoITCTTBook.svg#Bodoni') format('svg');
  font-weight:  normal;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
    font-family: 'social icon';
    src: url('fonts/social-icon.eot');
    src: url('fonts/social-icon.eot?#iefix') format('embedded-opentype'),
         url('fonts/social-icon.woff') format('woff'),
         url('fonts/social-icon.ttf') format('truetype'),
         url('fonts/social-icon.svg#social-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='social-']:before{
   display: inline-block;
   font-family: 'social icon';
   font-style: normal;
   font-size: 40px;
   color: #9b9b9b;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.social-instagram:before{content:'\0041';}
.social-facebook:before{content:'\0042';}
.social-twitter:before{content:'\0043';}

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

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

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	/* overflow-y: scroll; */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #fff;
	line-height: 24px;
	margin: 0;
	background:#1e1e1e;
	font-size:14px;
	font-family: Maison Neue Book, Arial;
	-webkit-font-smoothing: antialiased;
	/*image-rendering: -moz-crisp-edges;*/
	height: auto!important;
	width: 100%;
	overflow-x: hidden!important;
}

body .arve-wrapper {
	clear:both;
	margin-bottom: 30px;
}

a {
	color: #cccccc;
	text-decoration: none;
	outline: none;
	border-bottom:1px solid #ccc;
}

a:hover {
	color: #fff;
	outline: 0;
	border-bottom:1px solid #fff;
}

a:hover {
	text-decoration: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=button],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#content a[title=blackBtn] {
	color: #000;
border: 2px solid #000;
margin: bottom:40px;
font-size: 16px;
display: inline-block;
letter-spacing: 1px;
padding: 10px 15px 8px;
text-transform: uppercase;
line-height: 16px;
font-family: 'Maison Neue Bold',Arial;
-webkit-transition: all .2s ease-out;
-moz-transition: -moz-transform .2s ease-out;
-o-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
transition: all .2s ease-out;
}

#content a[title=blackBtn]:hover {
	border: 2px solid #000;
	color: #fff;
background-color:#000;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Druk Web', Arial;
	font-weight:normal;
	line-height: 1.3;
	margin:0px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1 {
	font-size: 60px;
	line-height:60px;
}

h2 {
	font-size: 60px;
	line-height:60px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maison Neue Bold', Arial;
	text-decoration: none;
	font-weight: normal;
	line-height:16px;
	margin-bottom:25px;
	letter-spacing: 2px;
text-align:center;
padding-top:40px;
}

h4 span {
	display:inline;
	padding-bottom:5px;
	line-height:32px;
	border-bottom:2px solid #000;
}

h5 {
	font-size: 26px;
	line-height:36px;
	font-family: 'Maison Neue Book', Arial;
	text-transform: none;
	margin-bottom:40px;
text-align:center;
letter-spacing: 0.5px !important;
}

h6 {
	font-size: 16px;
}

address {
	font-style: italic;
	margin: 0 0 15px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 15px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

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

ul {
	list-style-type: square;
}

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

li > ul,
li > ol {
	margin: 0;
}

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

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/*.touch #wrapper {
	position: absolute;
	z-index: 1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow: hidden;
}

.touch #scroller {
	position: absolute;
	z-index: 1;
	width: 100%;
}*/

.homeSlider {
	width:100%;
	height:100%;
	/*height:100vh;*/
	position: relative;
	float:left;
}
.homeSlider a.logo {
	position: absolute;
	z-index: 5;
	left:40px;
	top:40px;
}
.homeSlider ul.slides {
	float:left;
	width: 100%;
	height:100%;
}
.homeSlider ul.slides li {
	float:left;
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center top;
	/*background-image: none !important;*/
	display: none;
	position: relative;
}
.homeSlider ul.slides li a {
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
}
.homeSlider ul.slides li img {
	max-width: 100%;
	display: none;
}
.homeSlider .flex-direction-nav {
	display: none;
}
.homeSlider .flex-direction-nav .flex-prev {
	left:40px;
	width:17px;
	height:12px;
	border:0px;
	margin-top: -6px;
	opacity: 1;
	background:url(http://southsouthwest.com.au/wp-content/themes/ssw/images/right-wht-x2.png);
	background-size: 17px auto;
}
.homeSlider .flex-direction-nav .flex-prev:before {
	display: none;
}
.homeSlider .flex-direction-nav .flex-next {
	right:40px;
	width:17px;
	height:12px;
	border:0px;
	margin-top: -6px;
	opacity: 1;
	background:url(http://southsouthwest.com.au/wp-content/themes/ssw/images/left-wht-x2.png);
	background-size: 17px auto;
}
.homeSlider .flex-direction-nav .flex-next:before {
	display: none;
}
.homeSlider .flex-control-paging {
	z-index: 99;
}
.homeSlider .flex-control-paging li a {
	box-shadow: inherit;
	border:2px solid #fff;
	background:none;
	width:10px;
	height:10px;
}
.homeSlider .flex-control-paging li a.flex-active,
.homeSlider .flex-control-paging li a:hover {
	background:#fff;
}
.downArrowHome {
	position: absolute;
	bottom:40px;
	right:40px;
	border:0px;
	width:12px;
	z-index: 999;
}

.homeSlider .flex-control-nav {
	bottom:48px;
	height:10px;
}

.downArrowHome:hover {
	border:0px;
}

.homeSlider .textBlockHome {
	position: absolute;
	bottom:40px;
	left:40px;
}
.homeSlider .textBlockHome .title {
	color:#fff;
	font-family: "Maison Neue Bold",Arial;
	font-size: 12px;
	letter-spacing: 1px;
	float:left;
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.homeSlider .textBlockHome .title span {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}
.homeSlider .textBlockHome .secTitle {
	color:#fff;
	font-family: "Druk Web",Arial;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	float:left;
	width: 100%;
}






/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #1e1e1e;
	width: 100%;
	float:left;
	/* min-height: 100%; */
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
}

#content {
	float:left;
	width: 100%;
	padding:0px 0px;
}

.inner {
	margin: 0 auto;
	max-width: 1390px;
}

.site-main {
	position: relative;
	float:left;
	width: 100%;
	clear:both;
	margin-top:80px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.site-main.small {
	margin-top:70px;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

.mapOuter {
	float:left;
	width:100%;
	position:relative;
	margin-top:0px;
}

.mapOuter .triangle {
	display: none;
	position:absolute;
	top:0px;
	left:50%;
	z-index: 998;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
	margin-left:-15px;
}

.mapBlock {
	float:left;
	width:100%;
	height:500px;
}

.contactBanner {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:40px;
	position:relative;
	height:694px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	visibility: hidden;
	background-color:#1e1e1e;
}

.contactBanner.work {
	margin-bottom:0px;
	height: 820px;
}

.contactBanner .outerBlock {
	display:table;
	width:100%;
	height:100%;
}

.contactBanner .innerBlock {
	display:table-cell;
	width:100%;
	height:100%;
	text-align: center;
	vertical-align: middle;
	color:#fff;
	padding:0px 40px;
}

.contactBanner .innerBlock span {
	float:left;
	width:100%;
	text-align: center;
}

.contactBanner.work .innerBlock span {
	max-width: 1280px;
	margin: 0 auto;
	display: inline-block;
	float: none;
}

.contactBanner .innerBlock span.title {
	text-transform: uppercase;
	font-family: 'Maison Neue Bold',Arial;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom:20px;
}

.contactBanner .innerBlock span.title span {
	border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    float:none;
    width:auto;
}

.contactBanner .innerBlock.black span.title span {
	border-color:#000;
	color:#000;
}

.contactBanner .innerBlock span.workText {
	font-size: 80px;
	line-height: 80px;
	font-family: 'Druk Web', Arial;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.contactBanner.work .innerBlock span.workText {
	font-size: 34px;
	line-height: 38px;
	font-family: 'Druk Wide', Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 40px;
}

.contactBanner.work .innerBlock span.category {
	font-family: 'TitlingGothic', Arial;
	text-align: left;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.contactBanner .innerBlock.black span.workText {
	color:#000;
}

.contactBanner img {
	/*max-width: 100%;
	width:100%;*/
}

.contactBanner .text {
	width:100%;
	/*position:absolute;
	top:30%;*/
	text-align: center;
	color:#fff;
	left:0px;
	font-size: 80px;
	line-height: 80px;
	font-family: 'Druk Web', Arial;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.contactBanner .text span.inner {
	max-width: 700px;
	margin:0px auto;
	float:none;
	display: inline-block;
}

.clockDesktop {
	position:absolute;
	bottom:30px;
	left:0px;
	text-align: center;
	color:#fff;
	width: 100%;
}

.clockDesktop .clock ul {
	border-color:#fff;
}

.clockDesktop .analog .hour {
	background: url(images/hour-white-x1.png) 0px 37% no-repeat;
}

.clockDesktop .analog .min {
    background: url(images/min-white-x1.png) 0px 22% no-repeat;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: fixed;
	top:0px;
	left:0px;
	z-index: 999;
	float:left;
	width:100%;
	height:80px;
	background:#fff;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
	/*display:none;*/
}

.site-header .inner {
	max-width: 100%;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


body.fp-viewing-0 .site-header {
	background-color: transparent;
}


body.fp-viewing-0 .site-header a.logo {
	opacity: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	/*max-width: 1080px;
	min-height: 45px;*/
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	margin-right:30px;
}

.nav-menu li a {
	color: #000;
	display: block;
	position: relative;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.33;
	padding: 5px 0px 5px 0;
	text-decoration: none;
	border-bottom:none;
	font-family: 'TitlingGothic', Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*-webkit-transition: border-bottom .2s ease-in-out;
	transition: border-bottom .2s ease-in-out;*/
}

body.fp-viewing-0 .nav-menu li:not(.current_page_parent) a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body.fp-viewing-0 .nav-menu li:not(.current_page_parent) a.underline:after {
	left: 0;
  	right: auto;
  	width: 100%;
}

body:not(.fp-viewing-0) .nav-menu li:not(.current_page_parent) a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body:not(.fp-viewing-0) .nav-menu li:not(.current_page_parent) a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

body:not(.fp-viewing-0) .nav-menu li.current_page_parent a:after {
	 background-color: #000;
}

body:not(.fp-viewing-0) .nav-menu li.current_page_item a:after {
	 background-color: #000;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color:#000;
}

body:not(.fp-viewing-0) .nav-menu li a:hover:before,
body:not(.fp-viewing-0) .nav-menu li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color:#000;
}


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	/*background-color: #db572f;*/
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current_page_parent > a {
	/*color: #bc360a;
	font-style: italic;*/
	color:#000;
	border-bottom:2px solid #000;
}

body.fp-viewing-0 .nav-menu li a {
	color: #fff;
}

.menu-toggle {
	display: none;
}

.site-header.small a.logo {
	top:20px;
}

a.logo {
	left:21px;
	top:16px;
	float:left;
	position:absolute;
	/*-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;*/
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: allopacity 0.2s ease;
    transition: opacity 0.2s ease;
    border:0px;
    opacity:1;
    -webkit-backface-visibility: hidden;
}

a.logoMobile {
	left:40px;
	top:48px;
	float:left;
	position:absolute;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border:0px;
    opacity:0;
}

span.logo {
	left:20px;
	top:20px;
	float:left;
	position:absolute;
}

a.logo img, span.logo img {
	max-width: 100%;
}

#mobilewrap {
    height: auto;
    position: relative;
}

#mobileMenu {
    background: rgba(0,0,0,0.95);
    bottom: 0;
    /*display: none;*/
    height: 100%;
    overflow: auto;
    padding-top: 90px;
    position: fixed;
    left: 100%;
    top: 0;
    opacity:0;
    /*-webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);*/
    width: 100%;
    z-index: 9999;
    /*-moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s;*/
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
}

#mobileMenu .v-wrap .v-box {
	margin-bottom: 90px;
}

ul.contactBlock {
	clear:both;
	float:left;
	width:100%;
	padding:25px 0px 0px;
	margin:0px;
	position:absolute;
	bottom:20px;
	border-top: 1px solid #fff;
}

ul.contactBlock li {
	padding:10px 20px;
}

ul.contactBlock li a {
	float: left;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    width: 33.33%;
    border:0px;
}

ul.contactBlock li a:hover {
	text-decoration: none;
	border:0px;
}

#mobileMenu .nav-menu {
	margin:0px;
	float:left;
	width:100%;
	border-top:1px solid #000;
	display:none;
}

#mobileMenu .nav-menu li {
	margin:0px;
	float:left;
	width:100%;
	/*border-bottom:1px solid #000;*/
}

#mobileMenu .nav-menu li:hover, #mobileMenu .nav-menu li.current-menu-item a {
	/*background:#3f3d3d;
	color:#aea194;*/
	color:#fff;
}

#mobileMenu .nav-menu li a {
	border:0px;
	padding:10px 20px;
	font-size:16px;
}

#mobileMenu .nav-menu li a:before {
	display: none;
}

#mobileMenu .nav-menu li a:after {
	display: none;
}

#mobileMenu .nav-menu li a:hover {
	color:#aea194!important;
}

#mobileMenu a.close {
	position:absolute;
	top:25px;
	right:20px;
	border:0px;
}

#mobileMenu a.close:hover {
	border:0px;
}

.buttonWrapper {
	display: none;
    position: fixed;
	right: 11px;
	top: 20px;
    z-index: 9999;
}

.buttonWrapper a.nav {
    position: absolute;
    min-width: 20px;
    height: 20px;
    top: 4px;
    right: 0px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-animation: blinkBackground 4s infinite;
    -moz-animation: blinkBackground 4s infinite;
    -o-animation: blinkBackground 4s infinite;
    animation: blinkBackground 4s infinite;
	border-bottom: none;
	cursor: pointer;
}


.buttonWrapper a.nav .ham.active {
    background-color: transparent;
}

.buttonWrapper a.nav .ham::after {
    position: absolute;
    top: 4px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 2px solid transparent;
    left: 0;
    background: #fff;
}

.buttonWrapper a.nav .ham.active::after {
    -webkit-transform: translateY(-4px) rotateZ(45deg);
    -moz-transform: translateY(-4px) rotateZ(45deg);
    -ms-transform: translateY(-4px) rotateZ(45deg);
    -o-transform: translateY(-4px) rotateZ(45deg);
    transform: translateY(-4px) rotateZ(45deg);
    background-color: #fff;
}

.buttonWrapper a.nav .ham::before {
    position: absolute;
    top: -4px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 2px solid transparent;
    left: 0;
    background: #fff;
}

.buttonWrapper a.nav .ham.active::before {
    background-color: #fff;
    -webkit-transform: translateY(4px) rotateZ(-45deg);
    -moz-transform: translateY(4px) rotateZ(-45deg);
    -ms-transform: translateY(4px) rotateZ(-45deg);
    -o-transform: translateY(4px) rotateZ(-45deg);
    transform: translateY(4px) rotateZ(-45deg);
}

.page-template-template-work .buttonWrapper a.nav .ham::before,
.page-template-template-work .buttonWrapper a.nav .ham::after {
	background-color: #000;
}

.page-template-template-work .buttonWrapper a.nav .ham.active::before,
.page-template-template-work .buttonWrapper a.nav .ham.active::after {
	background-color: #fff;
}

.page-template-template-contact .buttonWrapper a.nav .ham.active::before,
.page-template-template-contact .buttonWrapper a.nav .ham.active::after {
	background-color: #fff;
}


html.show-menu #mobileMenu {
	/*-webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);*/
    left:0px;
    /*opacity:1;*/
}

html.show-menu #mobileMenu .nav-menu {
	display:block !important;
}

html.show-menu #mobilewrap {
    overflow: hidden;
}

html.show-menu #mobileMenu .nav-menu li {

}

html.show-menu #mobileMenu .nav-menu li a {
	color:#fff;
	font-size: 14px;
	letter-spacing: 1.6px;
	line-height:normal;
	font-family: 'Druk Wide', Arial;
	text-transform: uppercase;
	text-align: center;
	padding:0px;
	margin-bottom: 35px;
}

.blogListing {
	float:left;
	width:100%;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blogListing.loaded {
	opacity: 1;
}
.blogListing .block {
	float:left;
	width:100%;
	position:relative;
	background:#000;
	border:0px;
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.blogListing .block:hover {
	/*background:#1e1e1e;*/
	border:0px;
}

.blogListing .block:hover .triangle {
	border-color: transparent #1e1e1e transparent !important;
}

.blogListing .block .text {
	float:left;
	width:34%;
	height: 100%;
	padding:30px 8.5% 30px 40px;
	color:#fff;
	position: relative;
	visibility: hidden;
}

.blogListing .block .text .hoverOverlay {
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: rgba(255, 255, 255, .25);
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

html.no-touch .blogListing .block:hover .text .hoverOverlay {
	opacity: 1;
}


.blogListing .block .text .dateContainer {
	position: absolute;
	top: 40px;
	left: 40px;
	width: calc(100% - 40px);
	opacity: 0.3;
}

.blogListing .block .text .v-box {
	width: 100%;
}

.blogListing .block .text .date {
	font-size: 9px;
	text-transform: uppercase;
	float:left;
	width:100%;
	margin-bottom:12px;
	font-family: 'Druk Wide', Arial;
	color: #fff;
    letter-spacing: 1px;
}

.blogListing .block .text span.title {
	float:left;
	width:100%;
	margin-bottom:40px;
	text-align: left;
}

.blogListing .block .text p {
	width: 100%;
	text-align: left;
	font-family: 'Maison Neue Book', sans-serif;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.blogListing .block .text .postTitle {
	font-family: 'Druk Wide', Arial;
	text-transform: uppercase;
	font-size: 34px;
	line-height:1.12;
	color:#fff;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
}

.blogListing .block .text .postTitle:hover {
	text-decoration: none;
}

.blogListing .block .text span.postLink {
	position: absolute;
	bottom: 32px;
	left: 40px;
	width: calc(100% - 40px);
}

.blogListing .block .text span.postLink span {
	float:left;
	width:100%;
	margin-bottom:0px;
	font-family: 'TitlingGothic', Arial;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 9px;
	color: #fff;
	letter-spacing: 1px;
}

.blogListing .block .text span.postLink span:hover {
	text-decoration: none;
}

.blogListing .block .image {
	float:right;
	width:66%;
	position:relative;
}

.blogListing .block .image img {
	max-width: 100%;
	width:100%;
}

.blogListing .block.odd .text {
	float:right;
}

.blogListing .block.odd .image {
	float:left;
	position:relative;
}

.blogListing .block.odd .image span.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #000000 transparent;
	position:absolute;
	top:30px;
	right:0px;
	left:auto;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}

.blogListing .block .image span.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0px 15px 15px;
	border-color: transparent #000000 transparent;
	position:absolute;
	top:30px;
	left:0px;
	right:auto;
}

.featureImage {
	float:left;
	width:100%;
	margin-bottom:60px;
	position:relative;
}

.featureImage .imageContainer.mobile{
	display: none;
	height: 500px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.featureImage > img {
	max-width: 100%;
	width:100%;
}

.featureImage .downArrow {
	bottom:0px;
	position:absolute;
	display: none;
}

.shareBlock {
	clear:both;
	float:left;
	margin:30px 0px 60px;
	text-align: left;
	width:100%;
}

body.single-post .shareBlock {
	margin:20px 0px 60px;
}

.shareBlock span.title {
	text-transform: uppercase;
	float:left;
	width:100%;
	text-align: left;
	margin-bottom:20px;
	color: #fff;
	font-size: 10px;
	line-height:1.3;
	text-transform: uppercase;
	font-family: 'Druk Wide',Arial;
	letter-spacing: 1px;
}

.shareBlock a {
	width:40px;
	height:40px;
	display: inline-block;
	position:relative;
	margin-right:30px;
	border:0px;
}

.shareBlock a i:before {
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	color: #fff;
}

.shareBlock a:hover i:before {
	color: #9b9b9b;
}

.relatedBlocks {
	float:left;
	padding:0px 100px;
	clear:both;
	margin-bottom: 40px;
	width:100%;
	text-align: center;
}

.relatedLink {
	display: inline-block;
	width:100%;
	max-width: 700px;
	text-decoration: none;
	background:#1e1e1e;
	margin-bottom: 40px;
	border:0px;
}

.relatedLink:hover {
	border:0px;
}

.relatedLink .image {
	float:left;
	width:50%;
	position:relative;
}

.relatedOuter {
	float:left;
	width:100%;
}

.relatedLink .image .triangle {
	border-color: transparent #1e1e1e;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 0;
}

.relatedLink .image img {
	max-width: 100%;
	padding:0px !important;
}

.relatedLink .text {
	float:left;
	width:50%;
	padding:30px;
	color:#fff;
	text-align: left;
}

.relatedLink .text span {
	float:left;
	width:100%;
}

.relatedLink .text span.top {
	text-transform: uppercase;
	font-family: 'Maison Neue Bold',Arial;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom:15px;
    line-height:14px;
}

.relatedLink .text span.title {
	text-transform: uppercase;
	font-family: 'Druk Web', Arial;
	letter-spacing: 1px;
	font-size: 40px;
	line-height: 40px;
	margin-bottom:25px;
}

.relatedLink .text span.text {
	margin-bottom:30px;
	padding:0px;
}

.relatedLink .text span.link {
	text-transform: uppercase;
	font-family: 'Maison Neue Bold', Arial;
    font-size: 12px;
    line-height:14px;
    letter-spacing: 1px;
}

.contactBanner .downArrow {
	position:absolute;
	bottom:0px;
	display: none;
}

.contactBanner .downArrow img {
	/*width:auto;
	max-width: auto;*/
}

.sliderBlock {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:20px;
	padding: 0 40px;
}

.sliderBlock .innerBlock {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.owl-dots {
	float:left;
	width:100%;
	clear:both;
	text-align: center;
	position: absolute;
	bottom: 25px;
}

.owl-dots div {
	border:2px solid #fff;
	width:10px;
	height:10px;
	border-radius: 50%;
	display: inline-block;
	margin:0px 7px;
}

.owl-dots div.active, .owl-dots div:hover {
	background:#fff;
}

.owl-prev {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:100%;
	z-index: 999;
	text-indent:-9999px;
	cursor: w-resize !important;
}

.owl-next {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:100%;
	z-index: 999;
	text-indent:-9999px;
	cursor: e-resize !important;
}

.downArrow {
	clear:both;
	float:left;
	width:100%;
	text-align: center;
	margin-bottom: 40px;
}

.downArrow a {
	border:0px;
}

.downArrow a img {
	animation: 2s ease-in-out 0s normal none infinite iconAlertVertical;
	-webkit-animation: 2s ease-in-out 0s normal none infinite iconAlertVertical;
	position:relative;

}

.articleInner {
	float:left;
	width:100%;
	padding:0px 40px;
}

.articleInner img {
padding: 0px;
}

.articleInner .title {
	font-family: 'Druk Wide', Arial;
	font-size: 34px;
	line-height: 1.12;
	text-align: left;
}

.details {
	text-align: center;
	float:left;
	width:100%;
	padding:0px 20px;
	margin-bottom:40px;
}

.articleInner .details {
	padding-top: 40px;
	padding-bottom: 55px;
}

.details .inner {
	margin: 0 auto;
	width: 100%;
    max-width: 1320px;
	padding: 0 20px;
	position: relative;
}

.details .date {
	font-size: 12px;
	line-height:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:15px;
	float:left;
	width:100%;
	font-family: 'Maison Neue Bold', Arial;
	text-align: center;
}

.details .postedBy {
	font-size: 12px;
	line-height:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:15px;
	float:left;
	width:100%;
	font-family: 'Maison Neue Bold',Arial;
	text-align: center;
display:none;
}

.blackBlock {
	float:left;
	width:100%;
	padding:80px 20px 70px;
	font-size: 18px;
	line-height:28px;
	color:#fff;
	background:#000000;
	text-align: center;
}

.blackBlock h3 {
	font-family: "Druk Web",Arial;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 60px;
    line-height:60px;
    margin-bottom:10px;
}

.blackBlock .inner {
	margin: 0 auto;
    max-width: 700px;
}

.serviceBlock {
	float:left;
	width:100%;
	padding:80px 40px 70px;
	background:#1e1e1e;
	color:#fff;
}

.serviceBlock .inner {
	max-width: 1280px;
}

.serviceBlock h4 span {
	border-color:#fff;
}

.serviceBlock .inner .left {
	width:47%;
	float:left;
}

.serviceBlock .inner .right {
	width:47%;
	float:right;
}

.v-wrap{
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.v-wrap:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em;
    height: 100%;
}
.v-box{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.subscribeBlock {
	float:left;
	width: 100%;
	/*min-height: 100%;*/
	/*min-height: calc(100vh - 332px);*/
	text-align: center;
	background:#000;
	padding: 0px 20px;
	visibility: hidden;
	position: relative;
}

.subscribeBlock .inner {
	/*position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;*/
}

.subscribeBlock .v-wrap {
	/*min-height: calc(100vh - 332px);*/
	height:100%;
}

.subscribeBlock .formBlock {
	display: none;
}

.subscribeBlock .featureText {
	font-size: 40px;
	line-height: 40px;
	font-family: "Druk Web",Arial;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 800px;
    margin: 0px auto;
    color:#fff;
    padding-bottom: 40px;
    padding-top: 60px;
}

.subFormBlock {
	float:left;
	width: 100%;
	padding-bottom: 60px;
	visibility: hidden;
}

.animBlock {
	float:left;
	width:100%;
	position:relative;
}

.animBlock > img {
	max-width: 100%;
	position:relative;
}

.animBlock img.layer {
	position:absolute;
	top:0px;
	left:0px;
	float:left;
}

.hidden {
	opacity:0;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.fade-in.two {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
.fade-in.three {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	animation-delay: .9s;
}
.fade-in.four {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.fade-in.five {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay:1.5s;
	animation-delay: 1.5s;
}

.animBlock img.hidden {
	opacity:0;
}

.animBlock img.visible {
	opacity:1;
}

.teamOuter {
	float:left;
	width:100%;
	background:#000;
	padding-top:0px;
}

.teamOuter > h4 {
	text-align: center;
	margin-bottom: 40px;
	margin-top:0px;
}

.teamOuter > h4 span {
	border-color: #fff;
}

.teamBlock {
	float:left;
	width:100%;
	background:#000;
}

.teamBlock > a {
	width:20%;
	float:left;
	position:relative;
	border:0px;
	overflow: hidden;
}

.teamBlock > a .overlay {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:0px 15px;
	z-index: 3;
	opacity:1;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.teamBlock a:hover .overlay, .teamBlock a.active .overlay {
	opacity:1;
}

.teamBlock a .overlay .title {
	float:left;
	width:100%;
	text-transform: uppercase;
	color:#fff;
	margin-bottom:5px;
	text-align: center;
	font-family: "Druk Web",Arial;
	font-size: 30px;
	line-height:30px;
	letter-spacing: 1px;
}

.teamBlock a .overlay .text {
	float:left;
	width:100%;
	margin-bottom:20px;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	line-height:14px;
	font-family: "Maison Neue Bold",Arial;

}

.teamBlock a:hover {
	border:0px;
}

.teamBlock a.active .overlay {
	opacity:0;
}

.teamBlock a img.primary {
	max-width: 101%;
	width:101%;
	float:left;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    opacity:1;
}

.teamBlock a:hover img.primary, .teamBlock a.active img.primary {
	/*visibility: hidden;*/
	opacity:0;
}

.teamBlock a img.secondary {
	position:absolute;
	top:0px;
	width:101%;
	left:0px;
	/*display:none;*/
	float:left;
	opacity:0;
	z-index: 2;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;

}

.teamBlock a:hover img.secondary, .teamBlock a.active img.secondary {
	/*display:block;*/
	opacity:1;
}

.teamInfoBlocks {
	float:left;
	width:100%;
	background:#1e1e1e;
	display:none;
}

.teamInfo {
	float:left;
	width:100%;
	padding:30px 40px 15px;
	position: relative;
	background:#1e1e1e;
}

.teamInfo .closeBtn {
	position:absolute;
	top:30px;
	right:40px;
	border:0px;
}

.teamInfo .closeBtn:hover {
	border:0px;
}

.teamInfo h3 {
	font-size: 40px;
	line-height: 40px;
}

.teamInfo .links {
	position:absolute;
	right:0px;
	top:0px;
	padding-top:70px;
}

.teamInfo .links a {
	border:0px;
	float:right;
	clear:both;
	margin-bottom:10px;
}

.teamInfo .links a:hover {
	border:0px;
}

.teamInfo .position {
	float:left;
	width:100%;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height:14px;
	letter-spacing: 1px;
	font-family: 'Maison Neue Bold',Arial;
}

.teamInfo .text {
	float:left;
	width:100%;
	padding-right: 50%;
	padding-top:30px;
	position:relative;
}

.aboutTextBlock {
	float:left;
	width:100%;
	padding:80px 40px;
	font-size: 18px;
	line-height:28px;
	color:#fff;
	text-align: center;
	color:#000;
}

.aboutTextBlock .inner {
	max-width: 700px;
	margin:0px auto;
	text-align: left;
}

.textBlock {
	float:left;
	width:100%;
	padding:0px 20px;
	font-size: 18px;
	line-height:28px;
	color:#fff;
	margin-bottom: 80px;
	margin-top: 60px;
	text-align: center;
}

.textBlock.project {
	padding: 20px 20px 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.textBlock .inner {
	max-width: 1320px;
	padding: 0 20px;
	margin:0px auto;
	text-align: left;
	position: relative;
}

body.single-post .textBlock .inner p {
	display: block;
	max-width: 900px;
}

.backJournal {
	width: 100%;
	float: left;
	text-align: right;
	text-decoration: none;
	border-bottom: none;
	position: absolute;
	top: 20px;
	right: 20px;
}

.backJournal.mobile {
	display: none;
}

.backJournal:hover {
	border-bottom: none;
	text-decoration: none;
}

.backJournal span {
	float: right;
	font-family: 'Druk Wide', arial;
	font-size: 10px;
	line-height: 1.3;
	color: #fff;
	letter-spacing: normal;
	text-transform: uppercase;
}

.textBlock .inner .innerBlock {
	float:left;
	width:100%;
	max-width: 850px;
	text-align: left;
	font-family: 'Maison Neue Book', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 2;
}

.relatedProjects {
	float:left;
	width:100%;
	text-align: center;
	background:#000;
}

.relatedProjects h4 {
	font-family: 'Druk Wide', arial;
	width: 100%;
	/* max-width: 1320px; */
	padding-left: 80px;
	padding-right: 20px;
	margin: 0 auto;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
	text-align: left;
    color:#fff;
}

.relatedProjects h4 span {
    display: inline-block;
    float: none;
    width: auto;
}

.detailsBlock {
	float:left;
	width:100%;
	margin-top:60px;
	color: #fff;
	padding: 45px 20px 0;
}

.detailsBlock .inner {
	margin: 0px auto;
	max-width: 1320px;
	padding:0px 20px;
}

.detailsInner {
	float:left;
	width:100%;
	padding:15px 0 0px;
}

.detail {
	float:left;
	width:100%;
	margin-bottom:0px;
	color:#fff;
}

.detail a {
	color:#fff !important;
}


.detail span {
	float:left;
	width: 100%;
	text-align: left;
}

.detail span.title {
	font-size: 10px;
	line-height:13px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-family: 'Druk Wide',Arial;
	letter-spacing: 1px;
}

.detail span.entry p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 28px;
	max-width: 480px;
}

.introText,
.largeText {
	float:left;
	width:100%;
	padding:105px 20px 90px;
	color:#fff;
	margin-bottom:40px;
	position:relative;
}

.introText .baseBorder {
	width:100%;
	left:0px;
	bottom:40px;
	text-align: center;
	height:2px;
	position: absolute;
}

.introText .baseBorder span {
	height:2px;
	width:30px;
	margin: 0px auto;
	background:#fff;
	display: block;
}

.introText .inner,
.largeText .inner  {
	max-width: 1200px;
	margin: 0px auto;
	font-size: 36px;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-align: left;
	padding:0px 20px;
}

.introText.project .inner,
.textBlock.project .inner,
.largeText.project .inner  {
	max-width: 1320px;
	padding:0 20px;
}

.introText.project .inner span,
.largeText.project .inner span {
	font-family: 'Druk Wide', Arial;
	font-size: 26px;
	line-height: 28px;
	max-width: 750px;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
}

.textBlock.project .inner .innerBlock .subHeading {
	font-family: 'TitlingGothic', Arial;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.textBlock.project .inner .innerBlock

.videoBlock {
	float:left;
	width:100%;
	padding: 0 40px;
}

.videoBlock .inner {
	margin: 0 auto;
    max-width: 1280px;
    text-align: left;
}

.bgVideoBlock {
	float:left;
	width:100%;
	padding: 0 40px;
	margin-bottom: 20px;
}

.bgVideoBlock.fullwidth div.one {
	width:100%;
}

.bgVideoBlock div.one,
.bgVideoBlock div.two {
	position: relative;
	text-align: center;
}

.bgVideoBlock div.video {
	max-width: 1280px;
	width:100%;
	margin: 0 auto;
}

.bgVideoBlock video {
	width:100%;
	height:auto;
	margin-bottom: -10px;
}

.bgVideoBlock video:not([autoplay]) {
	cursor: pointer;
}

.bgVideoBlock a.play {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('images/play-button-white.png');
	background-position: center center;
	background-size: 100px 100px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.bgVideoBlock.two div.one {
	width: 49%;
	float: left;
}

.bgVideoBlock.two div.two {
	width: 49%;
	float: right;
}

@media (max-width: 767px) {
	.bgVideoBlock {
		padding: 0 30px;
	}

	.bgVideoBlock a.play {
		background-size: 60px 60px !important;
	}

	.bgVideoBlock.two div.one {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.bgVideoBlock.two div.two {
		width: 100%;
		float: none;
	}
}

.imageBlock {
	float:left;
	width:100%;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 40px !important;
}

.imageBlock .innerBlock {
	max-width: 1280px;
	margin:0px auto;

}

.imageBlock .twoImageOne {
	float:left;
	width:49%;
}

.imageBlock .twoImageTwo {
	float:right;
	width:49%;
}

.imageBlock .threeImageOne {
	float:left;
	width:32%;
}

.imageBlock .threeImageTwo {
	float:left;
	width:32%;
	margin-left:2%;
	margin-right:2%;
}

.imageBlock .threeImageThree {
	float:right;
	width:32%;
}

.imageBlock .caption {
	padding:15px 100px;
	font-size: 12px;
	line-height: 14px;
	color:#808080;
	clear:both;
	float:left;
	width:100%;
	text-align: center;
}

.imageBlock .caption .inner {
	display: inline-block;
	max-width: 700px;
	text-align: left;
}

.imageBlock img {
	max-width: 1280px;
	width:100%;
}

.imageBlock div.image {
	max-width: 1280px;
	width:100%;
	margin: 0 auto;
}

.imageBlock.hover {
	position: relative;
}

.imageBlock.hover img.hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	margin: 0 auto;
}

@media (max-width: 767px) {


	.imageBlock.hover img.hover {
		position: absolute;
		top: 0;
		left: 20px;
		right: 20px;
		bottom: 0;
		opacity: 0;
		margin: 0 auto;
		width: calc(100% - 40px);
	}
}

.imageBlock.hover div.image:hover img.hover {
	opacity: 1;
}

.imageBlock.hover div.image:hover img.main {
	opacity: 0;
}

.quoteBlock {
	float:left;
	width:100%;
	padding:0px 100px;
	margin-bottom:40px;
	text-align: center;
}

.quoteBlock .inner {
	display: inline-block;
	max-width: 700px;
	text-align: left;
	padding:0px 0px 0px 25px;
	border-left:1px solid #959595;
	color:#808080;
	font-size: 30px;
	line-height:40px;
}

.quoteBlock .inner span.author {
	clear:both;
	float:left;
	width:100%;
	text-transform: uppercase;
	font-size: 12px;
	line-height:12px;
	margin-top:15px;
	letter-spacing: 2px;
	font-family: "Maison Neue Bold",Arial;
}

.greyStrip {
	background: none repeat scroll 0 0 #1e1e1e;
    clear: both;
    float: left;
    padding: 25px 40px;
    width: 100%;
    text-decoration: none;
    border:0px;
	font-family: 'Druk Wide', Arial;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.greyStrip > span {
	padding-left:80px;
	color:#fff;
	text-decoration: none;
	position:relative;
	/*color:#fff;
	text-decoration: none;
	padding-left:80px;
	background:url(images/right-wht-x1.png) 5% center no-repeat;
	transition: background .2s;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;*/
}

.greyStrip span.arrow {
	position:absolute;
	left:10px;
	top:3px;
	height:12px;
	float:left;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.greyStrip:hover span.arrow {
	left:0px;
}

.greyStrip span.arrow img {
	float:left;
}

.greyStrip:hover {
	text-decoration: none;
	border:0px;
}

.greyStrip:hover span {
	background-position:left center;
	text-decoration: none;
}

.workFilter {
	width: 100%;
	float: left;
	background-color: #000;
	padding: 26px 0 26px;
}

.workFilter ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	height: 28px;
}

.workFilter ul li {
	display: inline-block;
	list-style: none;
}

.workFilter ul li.mobile {
	display: none;
}


.workFilter ul li a,
.workFilter ul li span {
	display: inline-block;
	font-family: 'Druk Wide',Arial;
    font-size: 15px;
    font-weight: normal;
	text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
	text-align: left;
	padding: 5px;
	padding-left: 0;
	margin-right: 50px;
	text-decoration: none;
	color: #fff;
	border-bottom: none;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.workFilter ul li a.active,
.workFilter ul li a:hover {
	color: #9b9b9b;
}

.works {
	float:left;
	width:100%;
}

.works > a {
	float:left;
	width:25%;
	border:0px;
	overflow: hidden;
    position: relative;
}

@media (max-width: 1800px) {
	.works > a {
		width: 33.33333%;
	}

	.works > a.block4 {
		display: none;
	}

}

.works > a .overlay {
	background: rgba(0,0,0,.5);
    color: #fff;
    font-family: "Druk Web",Arial;
    letter-spacing: 1px;
    opacity: 0;
    padding: 20px 10%;
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    text-align: center;
    transition: opacity 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 3;
}

.works > a .gradientOverlay {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    position: absolute;
	bottom: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
    z-index: 2;
	display: none;
}

.works > a .overlay,
.relatedProjects > a .overlay  {
	background: rgba(0,0,0,.5);
    color: #fff;
    font-family: "Druk Web",Arial;
    letter-spacing: 1px;
    opacity: 0;
    padding: 20px 10%;
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    text-align: center;
    transition: opacity 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 3;
}

.works > a .textOverlay,
.relatedProjects > a .textOverlay {
	background: transparent;
    color: #fff;
    font-family: "Druk Wide",Arial;
    letter-spacing: normal;
    opacity: 1;
    padding: 20px 30px 20px 40px;
    position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
    text-align: left;
    width: 100%;
    z-index: 4;
}


.works > a span.textOverlay > span > span,
.relatedProjects > a span.textOverlay > span > span {
    float: left;
    width: 100%;
}

.works > a .textOverlay .title,
.relatedProjects a .textOverlay .title {
	font-family: "Druk Wide",Arial;
    letter-spacing: normal;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.14;
    text-transform: uppercase;
    float:left;
    width:100%;
	text-align: left;
}

.works > a .textOverlay .text,
.relatedProjects a .textOverlay .text {
	font-family: "Druk Wide",Arial;
    letter-spacing: normal;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.14;
    text-transform: uppercase;
    float:left;
    width:100%;
	text-align: left;
}


.works > a .textOverlay .category,
.relatedProjects > a .textOverlay .category {
	font-family: 'TitlingGothic', Arial;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 9px;
	text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
	float:left;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 15px;
}

.works > a:hover {
	border:0px;
}

.touch img:hover {
opacity:1 !important;
}

.touch .works > a span.overlay {
	opacity:1;
	filter: alpha(opacity = 100);
	/*background:none;*/

	display:block;
	z-index: 3;
	min-height:200px;
}

.touch .works > a span.overlay .overlayInner {
	position:absolute;
	left:0px;
	bottom:20px;
	padding:0px 20px;
	width:100%;
}

.touch .works > a .overlay .text,
.touch .works > a .overlay .category {
	display:none;
}

.no-touch .works > a:hover span.overlay {
	opacity:1;
	filter: alpha(opacity = 100);
}


.no-touch .works > a:hover span.overlay .text {
	opacity:1;
}

.works > a img {
	max-width: 100%;
	width:100%;
	opacity:1;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.works > a .videoWrapperWork,
.relatedProjects > a .videoWrapperWork {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    height: 101%;
    width: 101%;
	opacity: 1;
	z-index: 2;
    text-align: center;
    overflow: hidden;
}

.works > a .videoWrapperWork .video,
.relatedProjects > a .videoWrapperWork .video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/* z-index: 2; */
	-moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}


/*
.no-touch .works > a:hover img {
	filter: grayscale(100%);
} */

.touch .works > a img {
opacity:1;
}

p.noWork {
	font-family: 'Druk Web', Arial;
	font-weight:normal;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#1e1e1e;
	text-align:center;
}

.filterBlock {
	float:left;
	width:100%;
	background:#1e1e1e;
	border-bottom: 1px solid #000;
}

.filterBlock .column {
	float:left;
	width:33.33%;
	height:80px;
	position: relative;
	/*border-right:1px solid #000;*/
}

.filterBlock .column.active {
	background:#000;
}

.filterBlock .column span.divider {
	width:1px;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	background:#000;
}

.filterBlock .column.search {
	float:right;
	border-right:0px;
}

.filterBlock .column a.topLink {
	color:#fff;
	border:0px;
	text-decoration: none;
	line-height:80px;
	padding:0px 40px;
	position:relative;
	float:left;
	width:100%;
	font-family: 'Maison Neue Bold',Arial;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.filterBlock .column a.topLink:hover, .filterBlock .column a.topLink.active {
	border:0px;
	text-decoration: none;
	background-color: #000;
}

.filterBlock .column .options {
	position:absolute;
	z-index: 5;
	top:80px;
	left:0px;
	width:100%;
	background:#000;
	padding:0px 0px 20px 0px;
	display:none;
	float:left;
}

.filterBlock .column .options a {
	float:left;
	width:100%;
	padding:10px 40px;
	color:#fff;
	font-size: 18px;
	line-height:20px;
	border:0px;
}

.filterBlock .column .options a span {
	border-bottom:2px solid #000;
	-webkit-transition: border-bottom .2s ease-in-out;
	transition: border-bottom .2s ease-in-out;
}

.filterBlock .column .options a:hover span, .filterBlock .column .options a.active span {
	border-bottom:2px solid #fff;
}

.filterBlock .column .options a:hover {
	text-decoration: none;
	border:0px;
}

.filterBlock .column input {
	border:0px;
	padding:0px 40px;
	color:#fff;
	background:none;
	width:100%;
	height:80px;
	position: relative;
	z-index: 2;
	font-family: 'Maison Neue Bold',Arial;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.filterBlock .column input:hover {
	background-color:#000;
}

.filterBlock .column span.icon {
	top:32px;
	right:40px;
	z-index: 2;
	cursor: pointer;
	position: absolute;
	line-height: 1;
}

.filterBlock .column span.icon .open {
	display:none;
}

/* Navbar */
.navbar {
	/*background-color: #f7f5e7;*/
	margin: 30px 0 auto;
	margin-right:15px;
	/*max-width: 1600px;*/
	width: auto;
	float:right;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.site-header.small .navbar {
	margin-top:24px;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

.contactMobileText {
	text-align: center;
	color:#000;
	font-size: 30px;
	line-height:30px;
	letter-spacing: 1px;
	font-family: 'Druk Web', Arial;
	text-transform: uppercase;
	margin-bottom:30px;
	display:none;
}


.homeBlocks {
	float:left;
	width:100%;
}

.homeBlocks .topBlock, .homeBlocks .bottomBlock {
	float:left;
	width:100%;
}

.homeBlocks .middleBlock {
	float:left;
	display:none;
	width:100%;
}

.homeBlocks .middleBlock a {
	float:left;
	width:50%;
}

.homeBlocks a {
	float:left;
	width:100%;
	border:0px;
	position:relative;
	overflow: hidden;
}

.homeBlocks a span.overlay {
	position:absolute;
	left:0px;
	bottom:0px;
	text-align: center;
	width:100%;
	background:#1e1e1e;
	color:#fff;
	padding:20px 20px;
	font-family: 'Druk Web', Arial;
	letter-spacing: 1px;
	z-index:1;
	opacity:0;
	filter: alpha(opacity = 0);
	/*display:none;*/
	transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
}

.touch .homeBlocks a span.overlay {
	opacity:1;
	filter: alpha(opacity = 100);
	background:url(images/gradient.png) bottom left repeat-x !important;
	display:block;
	z-index: 4;
}

.no-touch .homeBlocks a:hover span.overlay {
	opacity:1;
	filter: alpha(opacity = 100);
}

.homeBlocks a span.overlay > span {
	float:left;
	width:100%;

}

.homeBlocks a span.overlay .title {
	font-family: 'Maison Neue Bold',Arial;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom:20px;
	display:block;
}

.homeBlocks a span.overlay .title span {
	border-bottom:2px solid #fff;
	padding-bottom: 5px;
}

.homeBlocks a span.overlay .text {
	font-size: 40px;
	line-height:40px;
	text-transform: uppercase;
}

.homeBlocks a:hover {
	border:0px;
}

.homeBlocks a > img {
	max-width: 100%;
	width: 100%;
	position:relative;
	bottom:0px;
	z-index: 2;
	opacity:0.7;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition:         opacity 0.5s ease-in-out;
}

.touch .homeBlocks a > img {
opacity:1;
}

.homeBlocks a:hover > img {
opacity:1;
}

.sswLandscape {
	display:none;
	float:left;
	width:100%;
}

.homeBlocks .topBlock .left {
	float:left;
	width:66.66%;
}

.homeBlocks .bottomBlock .left a {
	position:relative;
}

.homeBlocks .bottomBlock .left a .sswOverlay, .homeBlocks .sswOverlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 3;
}

.homeBlocks .bottomBlock .left a .sswOverlay .outer, .homeBlocks .sswOverlay .outer {
	display:table;
	width:100%;
	height:100%;
}

.homeBlocks .bottomBlock .left a .sswOverlay .inner, .homeBlocks .sswOverlay .inner {
	display:table-cell;
	width:100%;
	height:100%;
	text-align: center;
	vertical-align: middle;
	padding:0px 20px;
}

.homeBlocks .bottomBlock .left a .sswOverlay .inner span, .homeBlocks .sswOverlay .inner span {
	float:left;
	width:100%;
	text-align: center;
}

.homeBlocks .bottomBlock .left a .sswOverlay .inner span.image, .homeBlocks .sswOverlay .inner span.image {
	margin-bottom:20px;
}

.homeBlocks .bottomBlock .left a .sswOverlay .inner span.text, .homeBlocks .sswOverlay .inner span.text {
	font-size: 50px;
	line-height:50px;
	text-transform: uppercase;
	font-family: 'Druk Web', Arial;
	color:#fff;
}

.homeBlock .bottomBlock .left a .sswOverlay .inner span.subtext, .homeBlocks .sswOverlay .inner span.subtext {
	color: #fff;
    font-family: 'Maison Neue Bold',Arial;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

.homeBlocks .sswOverlay .inner span.title {
	font-size: 12px;
	line-height:20px;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:10px;
	font-family: 'Maison Neue Bold', Arial;
}

.homeBlocks .sswOverlay .inner span.date {
	font-size: 12px;
	line-height:20px;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Maison Neue Bold', Arial;
}

.homeBlocks .topBlock .right {
	float:right;
	width:33.33%;
}

.homeBlocks .bottomBlock .left {
	float:left;
	width:33.33%;
}

.homeBlocks .bottomBlock .right {
	float:right;
	width:66.66%;
}

.homeBlocks .bottomBlock .right a.baseLeft, .homeBlocks .bottomBlock .right a.baseRight {
	float:left;
	width:50%;
}

/**
 * Home Page
 * ----------------------------------------------------------------------------
 */

body.page-template-template-home #main {
	margin-top: 0;
}

body.page-template-template-home {
	opacity: 0;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

body.page-template-template-home.fadeIn {
	opacity: 1;
}

body.fp-viewing-firstPage header {
	background-color: transparent;
}

body.fp-viewing-firstPage header .nav-menu li a {
	color: #fff;
}

body.fp-viewing-firstPage header img {
	display: none;
}

body.fp-viewing-firstPage header .nav-menu li:not(.current_page_parent) a:before {
	background-color: #fff;
}

#fullpage span.verticalLine {
	width: 1px;
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	left: 80px;
	z-index: 2;
}

#content span.navDescription {
	position: fixed;
	bottom: 80px;
	left: -59px;
	z-index: 2;
	font-family: 'TitlingGothic', Arial;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 80px;
	width: 200px;
	padding-left: 40px;
	height: 80px;
	border: none;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	opacity: 1;
	z-index: 1500;
	text-align: left;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	cursor: pointer;
}

#content span.navDescription.backTop {
	bottom: 102px;
}

#content span.navDescription:before {
	content: '';
	background-image:url('../ssw/images/arrow-down@2x.png');
	background-size: 17px 10px;
	width: 17px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 35.5px;
	left: 0px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 1500;
}

#content span.navDescription.backTop:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 1500;
}

#fp-nav {
	width: 80px!important;
	left: 0!important;
	text-align: center;
}

#fp-nav ul {
	display: inline-block!important;
}

#fp-nav ul li {
	margin: 11px 7px !important;
}


#fp-nav ul li a {
	border-bottom: none;
}

#fp-nav ul li a span {
	width: 8px !important;
	height: 8px !important;
	border: 1px solid #fff !important;
	background: transparent !important;
}

#fp-nav ul li a.active span {
	width: 8px !important;
	height: 8px !important;
	border: 1px solid #fff !important;
	background: #fff !important;
	margin: -2px 0 0 -2px !important;
}

#fp-nav ul li a:hover span {
	margin: -2px 0 0 -2px !important;
}

#pageOne {
	position: relative;
	overflow: hidden;
}

#pageOne .v-box {
	width: 100%;
}

#pageOne .v-box img.logo {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 750px;
}

#pageOne .imageContainer {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#pageOne .imageContainer .imageDesktop,
#pageOne .imageContainer .imageMobile {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center top;
}

#pageOne .imageContainer .imageDesktop .homeVideoButton.desktop {
	display: block;
}

#pageOne .imageContainer .imageMobile {
	display: none;
}

#pageOne .videoWrapper {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    height: 100%;
    width: 100%;
	opacity: 1;
    text-align: center;
    overflow: hidden;
}

#pageOne .videoWrapperFull {
    position: absolute;
	top: -10000px;
	left: -10000px;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
	z-index: 999999;
	background-color: #000;
}

#pageOne .videoWrapperFull.active {
	top: 0px;
	left: 0px;
}

#pageOne .videoWrapperFull .closeVideo {
	position: absolute;
	top: 45px;
	right: 45px;
	opacity: 1;
	text-decoration: none;
	border-bottom: none;
	width: 20px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

#pageOne .videoWrapperFull .closeVideo.active {
	display: block;
}

#pageOne .videoWrapperFull .closeVideo img {
	width: 20px;
	height: 20px;
}

#pageOne .videoWrapper .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/* z-index: 2; */
	-moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

#pageOne .videoWrapperFull .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 2;
	-moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

#pageOne .videoWrapperFull .video.videoTouch {
	object-fit: contain;
}

/* html.touch .imageDesktopvideo .videoDesktop{
    display: block;
} */


#pageOne .videoWrapperFull .video.active {
	opacity: 1;
}

#pageOne .playButton {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 100px);
	z-index: 3;
	cursor: pointer;
}

#pageOne .homeVideoButton {
	display: block;
	width: 160px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	border: 2px solid #fff;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	background: none;
	line-height: 36px;
	padding: 0 30px;
	text-transform: uppercase;
	font-family: 'Druk Wide', arial;
	font-size: 9px;
	letter-spacing: 0.8px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

html.no-touch #pageOne .homeVideoButton:hover {
	background-color: #fff;
	color: #000;
}

#pageOne .homeVideoButtonMobile {
	border: 2px solid #fff;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	background: none;
	line-height: 36px;
	padding: 0 30px;
	margin-left: -2px;
	text-transform: uppercase;
	font-family: 'Druk Wide', arial;
	font-size: 9px;
	letter-spacing: 0.8px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#pageOne .playButton:hover {
	-webkit-animation: pulse_smooth 1.5s infinite ease-in-out;
    animation: pulse_smooth 1.5s infinite ease-in-out;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse_smooth {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}
@keyframes pulse_smooth {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

#pageTwo {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	background-color: #000;
}

.pageTwo {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.pageTwo .v-wrap {
	text-align: left;
}

.pageTwo .v-wrap .v-box {
	width: 100%;
	max-width: 1440px;
	text-align: left;
	padding-left: 160px;
	position:relative;
}

.pageTwo .v-wrap .v-box .column {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
	overflow: visible;
	opacity: 0;
	-moz-transition: all 2.5s;
	-o-transition: all 2.5s;
	-webkit-transition: all 2.5s;
	transition: all 2.5s;
}

.pageTwo .v-wrap .v-box .columnOne {
	width: 60%;
	height: 350px;
}

.pageTwo .v-wrap .v-box .columnOne p {
	margin-bottom: 0;
}

.pageTwo .v-wrap .v-box .columnOne .v-wrap .v-box {
	text-align: left;
	padding-left: 0;
}

.pageTwo .v-wrap .v-box .columnTwo {
	width: 40%;
}

.pageTwo .v-wrap .v-box .columnTwo .imageContainer{
	text-align: center;
}

.pageTwo .v-wrap .v-box .columnTwo .imageContainer canvas{
	width: 100%!important;
	max-width: 350px;
}

.pageTwo.mobile {
	display: none;
}

.pageTwo h2,
.pageFour h2 {
	font-family: 'Druk Wide';
	font-size: 34px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.pageTwo h2,
.pageTwo p {
	opacity: 0;
	-moz-transition: all 2.5s;
	-o-transition: all 2.5s;
	-webkit-transition: all 2.5s;
	transition: all 2.5s;
}

.pageFour h2 {
	color: #fff;
}

body.fp-viewing-1 .pageTwo h2,
body.fp-viewing-1 .pageTwo p,
body.fp-viewing-1 .pageTwo .v-wrap .v-box .column {
	opacity: 1;
}

.pageTwo .textContainer {
	position:absolute;
	bottom: 25px;
	left: 160px;
	width: 250px;
}

.pageTwo p {
	width: 100%;
	max-width: 400px;
	float: left;
	margin-bottom: 40px;
	text-align: left;
	font-family: 'Maison Neue Book', Arial;
	font-size: 18px;
	line-height: 1.56;
}

.pageTwo .textContainer a,
#pageThree .textContainer a {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: none;
	font-family: 'Druk Wide', Arial;
	color: #fff;
	opacity: 1;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.rotatingImage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 288px;
    margin:-144px 0 0 -144px;
    -webkit-animation:spin 30s linear infinite;
    -moz-animation:spin 30s linear infinite;
    animation:spin 30s linear infinite;
	z-index: 0;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#pageThree {
	width: 100%;
	float: left;
	table-layout: fixed;
}

#pageThree span.slideCounter {
	display: none;
}

#pageThree .carousel {
	table-layout: fixed;
}

#pageThree h2 {
	font-family: 'Druk Wide', Arial;
	font-size: 34px;
	line-height: 38px;
	text-transform: uppercase;
}

#pageThree .carousel .links {
    width: 67vw !important;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	table-layout: fixed;
	position: relative;
}

.fp-controlArrow {
	display: none!important;
}

#pageThree .carousel .links .slideVideoWrapper {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   opacity: 1;
   text-align: center;
   overflow: hidden;
}

#pageThree .carousel .links .slideVideoWrapper .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/* z-index: 2; */
	-moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}

#pageThree .carousel .links .v-box {
	width: 100%;
	text-align: left;
	padding-left: 160px;
	position: relative;
}

#pageThree .carousel .links.slick-slide h2 {
	opacity: 0;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

#pageThree .carousel .links.slick-cloned h2 {
	opacity: 0;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}


#pageThree .carousel .links .overlayLink {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	border: none;
	text-decoration: none;
}

#pageThree .carousel .links.slick-slide {
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

#pageThree .carousel .links.slick-slide a.category {
	color: #fff;
	text-align: left;
	border-bottom: none;
	font-family: 'TitlingGothic', Arial;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	position: relative;
	z-index: 4;
	opacity: 0;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 20px;
}

#pageThree .carousel .links.slick-cloned a.category {
	color: #fff;
	text-align: left;
	border-bottom: none;
	font-family: 'Druk Wide', Arial;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	z-index: 4;
	top: calc(50% + 100px);
	left: 160px;
	opacity: 0;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}



#pageThree .carousel .links.slick-active.fadeIn h2 {
	opacity: 1;

}

#pageThree .carousel .links.slick-active.fadeIn a.category {
	opacity: 1;

}

#pageThree .textContainer {
	position: absolute;
	bottom: 25px;
	left: 160px;
	width: 250px;
	z-index: 4;
}

#pageThree .slick-next.slick-arrow {
	left: calc(67vw - 50px);
	top: calc(50% - 49px);
	font-family: 'Druk Wide', Arial;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 9px;
	padding: 24px 0 25px;
	height: 60px;
	width: 100px;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	opacity: 1;
	z-index: 1500;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#pageThree .slick-next.slick-arrow:hover,
#pageThree .slick-prev.slick-arrow:hover {
	background-color: #fff;
	color: #000;
}

#pageThree .slick-prev.slick-arrow {
	left: calc(67vw - 50px);
	top: calc(50% + 49px);
	font-family: 'Druk Wide', Arial;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 0;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 9px;
	padding: 24px 0 25px;
	height: 60px;
	width: 100px;
	color: #fff;
	opacity: 1;
	z-index: 1500;
	-webkit-transform: rotate(+90deg);
	transform: rotate(+90deg);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#pageThree .slick-next.slick-arrow::before,
#pageThree .slick-prev.slick-arrow::before {
	display: none;
}

#pageThree span.overlayNext {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 5;
	cursor: pointer;
}

#pageThree .carousel .links.slick-active span.overlayNext,
#pageThree .carousel .links.slick-current span.overlayNext {
	display: none!important;
	z-index: 1;
}

#pageFour {
	background-color: #000;
}

#pageFour .contactSlide .v-wrap .v-box {
	width: 100%;
	text-align: left;
	padding-left: 160px;
}


.contactButton {
	float: left;
	display: block;
	width: 150px;
	height: 40px;
	font-family: 'Druk Wide';
	font-size: 10px;
	color: #000;
	background-color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: none;
	-moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contactButton:hover {
	background-color: #9b9b9b;
	color: #000;
	border: none;
}

/**
 * Contact form on pages other than home page
 * ----------------------------------------------------------------------------
 */

 .contactForm {
	 width: 100%;
	 float: left;
	 background-color: #000;
	 padding: 172px 0 214px;
	 height: auto;
 }

 #pageFour.contactForm .contactSlide .v-wrap .v-box {
	 padding-left: 80px;
 }

 body.page-template-template-company #pageFour.contactForm .contactSlide .v-wrap .v-box {
	padding-left: 160px;
 }

 body.single .contactForm {
	 height: auto;
 }

 .contactForm .companyBackTop {
	position: absolute;
 	bottom: -28px;
 	left: -59px;
 	z-index: 2;
 	font-family: 'TitlingGothic', Arial;
 	text-transform: uppercase;
 	font-size: 9px;
 	letter-spacing: 1px;
 	line-height: 80px;
 	width: 200px;
 	padding-left: 40px;
 	height: 80px;
 	border: none;
 	background-color: transparent;
 	border-radius: 0;
 	color: #fff;
 	opacity: 1;
 	z-index: 1500;
 	text-align: right;
 	-webkit-transform: rotate(-90deg);
 	transform: rotate(-90deg);
 	cursor: pointer;
 }

.contactForm .companyBackTop:before {
	content: '';
	background-image:url('../ssw/images/arrow-down@2x.png');
	background-size: 17px 10px;
	width: 17px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 35.5px;
	left: 0px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 1500;
}

 /*  Contact Page */

.contactBlock {
	width: 100%;
	float: left;
	text-align: center;
	padding: 100px 0 40px;
	background-color: #000;
}

.contactBlock .innerBlock {
	width: 100%;
	padding: 0 40px 0 80px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.contactBlock .innerBlock .column {
	width: 100%;
	float: left;
	color: #fff;
	margin-bottom: 40px;
}

.contactBlock .innerBlock .column a,
.contactBlock .innerBlock .column p{
	font-family: 'Druk Wide', arial;
	font-size: 34px;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: left;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contactBlock .innerBlock .column a.mobile {
	display: none;
}

.contactBlock .innerBlock .bottomText a,
.contactBlock .innerBlock .bottomText p {
	padding-left: 0px;
	width: 100%;
	max-width: 480px;
	display: block;
	position: relative;
	font-family: 'Maison Neue Book', Arial;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: normal;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contactBlock .innerBlock .bottomText a:hover {
	color: #9b9b9b;
	border-bottom: none;
	text-decoration: none;
}

.contactBlock .innerBlock .column a:hover {
	color: #9b9b9b;
}

 /* Company Page */


 body.page-template-template-contact {
	 height: auto!important;
	 /* overflow: hidden; */
 }

 body.page-template-template-company {
	 height: 100%!important;
	 overflow: hidden;
	 width: 100%;
	 position: fixed;
 }


body.page-template-template-company footer {
  display: none;
}

body.page-template-template-company.start {
	overflow: hidden;
}

body.page-template-template-company.touchShifted {
	height: 100%;
    overflow: hidden!important;
    width: 100%;
    position: fixed!important;
}

body.page-template-template-company.touchShifted footer {
	display: none;
}

body.page-template-template-company.shifted {
	overflow: auto;
	position: relative;
	display: block;
}

body.page-template-template-company.shifted footer {
	display: block;
}

body.page-template-template-company.shifted #main {
	top: -100vh;
	margin-bottom: -100vh;
	background-color: #000;
	position: relative;
}

body.page-template-template-company.overflow {
	overflow: auto;
	position: relative;
}

body.page-template-template-company #main {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	top:0px;
	-moz-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
	-o-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
	-webkit-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
	transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
	/* -moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0); */
}

body.page-template-template-company #projects {
	width: 100%;
	height: 100%;
	position: relative;
	/* height: 100vh; */
	/* visibility: hidden; */
	top: 0px;
	left: 0;
	z-index:1;
	background-color: #000;
}

body.page-template-template-company #projects nav {
	opacity: 0;
	display: block;
	position: absolute;
	right: 10px;
	top: 40%;
	width: 18px;
	z-index: 100;
}

body.page-template-template-company #projects .slide {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	/*background-attachment: fixed;*/
	-moz-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
	-o-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
	-webkit-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
	transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

body.page-template-template-company #projects .slide.active {
	height: calc(100vh - 80px);
	top: 0px;
}

body.page-template-template-company #projects .ourStoryContainer.slide {
	padding-top: 100vh;
	top: -200vh;
}

body.page-template-template-company #projects .ourStoryContainer.slide.active {
	height: calc(200vh - 80px);
	top: -100vh;
}

body.page-template-template-company #projects .ourStoryContainer.slide.start{
	top: 0px;
}

 .progressContainer {
    height: calc(100vh - 80px);
 	position: fixed;
	z-index: 100;
    width: 1px;
 	top: 80px;
 	left: 80px;
     /* overflow: hidden; */
     background-color: #9b9b9b;
     content: "";
     display: table;
     table-layout: fixed;
 }

 .progressBar {
     height: 0%;
     position: absolute;
 	 top: 0;
     left: -3px;
     width: 4px;
     z-index: 99;
     max-height: 100%;
     background-color: #9b9b9b;
     -webkit-transition: width .05s ease;
     -o-transition: width .05s ease;
     transition: width .05s ease;
 }

 .weAreBlock {
	position:relative;
	float: left;
	width: 100%;
	z-index: 1;
 }

 .mobileDownWeAre,
 .mobileDownOurStory {
	 position:absolute;
	 bottom: 0;
	 left: 0;
	 -webkit-transform: rotate(0deg);
	 transform: rotate(0deg);
	 width: 100%;
	 line-height: 50px;
	 height: 50px;
	 border-top: none;
	 font-size: 0;
	 padding-left: 0;
	 border: none!important;
	 text-decoration: none!important;
	 display: none;
 }

 .mobileDownWeAre:before,
 .mobileDownOurStory:before {
	content: '';
	background-image: url('../ssw/images/arrow-down@2x.png');
	background-size: 17px 10px;
	width: 17px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 1500;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: calc(50% - 8px);
	bottom: 20px;
 }

 .weAreBlock.visible {
	 z-index: 2;
 }

.companyLocationDescription {
	position: absolute;
	width: auto;
	top: calc(50% - 40px);
	left: -59px;
	font-family: 'TitlingGothic', Arial;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 80px;
	width: 200px;
	height: 80px;
	border: none;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	opacity: 1;
	z-index: 10;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
 }

 .companyLocationDescriptionMobile {
	 display: none;
 }

 .companyLocationDescription.weAre,
 .companyLocationDescription.ourStory,
  .companyLocationDescription.weBelieve {
	 top: 66px;
	 text-align: right;
 }

.weAreBlock .weAreContainer {
	float: left;
 	width: 100%;
	height: calc(100vh - 80px);
 }

 .weAreBlock .weAreContainer .v-wrap {
 	position:relative;
 	z-index: 5;
 }

.weAreBlock .imageContainer .imageMobile {
 	display: none;
 }

 .weAreBlock .videoWrapper.scrolled.sticky {
	position:absolute;
 	height: 100vh;
 	width: 100%;
 	text-align: center;
 	overflow: hidden;
 	background-color: #000;
	bottom: 100vh;
 	left: 0;
 	/*background-attachment: fixed;*/
 	-moz-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
 	-o-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
 	-webkit-transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
 	transition: all 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
 	-moz-transform: translateZ(0);
 	-ms-transform: translateZ(0);
 	-webkit-transform: translateZ(0);
 	transform: translateZ(0);
  }

 .weAreBlock .videoWrapper.sticky.active {
  	 position: fixed;
 	 bottom: 0px;
	 left: 0;
     height: 100vh;
     width: 100%;
     text-align: center;
     overflow: hidden;
	 background-color: #000;
 }

 .weAreBlock .videoWrapper.sticky.scrolled.active {
	position:absolute;
	bottom: 0px;
	left: 0;
 }


.weAreBlock .videoWrapper .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.weAreBlock .videoWrapper .mobileBackground {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}


.weAreBlock .navDescriptionMobile,
.animationBlocks .navDescriptionMobile {
	display: none;
}

.weAreBlock .weAreContainer .v-wrap .v-box,
.weAreBlock .ourStoryContainer .v-wrap .v-box,
.weBelieveBlock .v-wrap .v-box {
	width: 100%;
	text-align: left;
	padding-left: 160px;
	position: relative;
}

.weAreBlock .videoWrapper .v-wrap .v-box .descriptionMobile {
	display: none;
}

.weAreBlock .weAreContainer .v-wrap .v-box h2 {
	float: left;
	display: inline-block!important;
	padding-top: 0;
	text-align: left;
	font-family: 'Druk Wide';
	text-transform: uppercase;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.12;
	max-width: 850px;
	width: 100%;
	padding-right: 100px;
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

section.weAreBlock .ourStoryBlock {
	background: transparent;
	width: 100%;
	padding: 0;
	height: calc(100vh - 80px);
	float: left;
	/* position:relative; */
	z-index: 1;
}

section.weAreBlock .ourStoryBlock .ourStoryContainer {
	width: 100%;
	float: left;
	height: 100%;
	/* opacity: 0; */
}

section.weAreBlock .ourStoryBlock span.text {
	padding-left: 0px;
	max-width: 480px;
	display: block;
	position: relative;
	font-family: 'Maison Neue Book', Arial;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: normal;
}

 .ourStoryBlock h2 {
	display: block!important;
	padding-top: 0;
	text-align: left;
	font-family: 'Druk Wide';
	text-transform: uppercase;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.12;
	max-width: 900px;
	width: 100%;
	padding-right: 100px;
	margin-bottom: 40px;
}

section.animationBlocks {
	width: 100%;
	float: left;
	background-color: #000;
	overflow: visible;
	position: relative;
	height: 100vh;
}

section.animationBlocks.visible {
	z-index: 1;
}
/*
section.animationBlocks .companyLocationDescription {
	top: 345px;
	text-align: right;
} */

section.animationBlocks .weBelieveBlock {
	width: 100%;
	float: left;
	position:fixed;
	top: 0;
	z-index: 0;
	height: 100vh;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

section.animationBlocks .weBelieveBlock.visibleFade {
	opacity: 1!important;
}

section.animationBlocks.mobile {
	display: none;
}

section.animationBlocks .weBelieveBlock.believeSticky.scrolled {
	position:absolute;
	opacity: 1;
}

section.animationBlocks .weBelieveBlock.scrolled {
	position:absolute;
	z-index: 1;
}

section.animationBlocks .weBelieveBlock.fadeIn{
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	opacity: 1;
}

section.animationBlocks .weBelieveBlock.fadeInMobile{
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	opacity: 1;
}

section.animationBlocks .weBelieveBlock .column {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
	overflow: visible;
}

section.animationBlocks .weBelieveBlock .columnOne {
	width: 60%;
}

section.animationBlocks .weBelieveBlock .columnTwo {
	width: 40%;
}

section.animationBlocks .weBelieveBlock .weBelieveContainer {
	width: 100%;
	float: left;
	height: calc(100vh - 80px);
	margin-top: 50px;
	max-width: 1440px;
}

section.animationBlocks .weBelieveBlock .columnOne {
	padding-left: 0px;
	text-align: left;
}

section.animationBlocks .weBelieveBlock .columnOne h2{
	display: block!important;
	padding-top: 0;
	text-align: left;
	font-family: 'Druk Wide';
	text-transform: uppercase;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.12;
	max-width: 900px;
	width: 100%;
	margin-bottom: 40px;
}

section.animationBlocks .ourStoryBlock img.mobileImage {
	display: none;
}

section.animationBlocks .weBelieveBlock .columnOne span.text  {
	max-width: 480px;
	float: left;
	position: relative;
	font-family: 'Maison Neue Book', Arial;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: normal;
}

.weBelieveBlock .columnTwo .imageContainer {
	text-align: center;
}


.weBelieveBlock .columnTwo .imageContainer canvas{
	width: 100%!important;
	max-width: 350px;
}

section.companyTeamBlock {
	width: 100%;
	float: left;
}

section.companyTeamBlock.desktop {

}

section.companyTeamBlock.mobile {
	display: none;
}

section.companyTeamBlock .teamMemberImage {
	width: 100%;
	float: left;
	padding-top: 50%;
	position: relative;
	background-position: center 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.companyTeamBlock.mobile .teamMemberImage {
	background-position: center;
	background-attachment: scroll;
}

section.companyTeamBlock .teamMemberImage .teamMemberOverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

section.companyTeamBlock .teamMemberImage .teamMemberOverlay .textOverlay {
	height: 100%;
	width: 50%;
	float: left;
	text-align: left;
}

section.companyTeamBlock .teamMemberImage .teamMemberOverlay .textOverlay .v-box {
	width: 100%;
	text-align: left;
	padding-left: 160px;
}

section.companyTeamBlock.mobile .teamMemberImage .teamMemberOverlay .textOverlay .v-box {
	padding-left: 140px;
	padding-right: 20px;
}

section.companyTeamBlock .teamMemberImage .teamMemberOverlay .textOverlay.right {
	float: right;
}

section.companyTeamBlock .teamMemberImage .teamMemberOverlay .textOverlay h4 {
	font-family: 'Druk Wide', arial;
	font-size: 9px;
	font-weight: normal;
	line-height: 3.1;
	letter-spacing: 17px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: none;
	margin-bottom: 50px;
}

section.companyTeamBlock .teamMemberImage .teamMemberOverlay .textOverlay h4 span {
	border-bottom: none;
}

section.companyTeamBlock .teamMemberImage .teamMemberOverlay .textOverlay h3 {
	font-family: 'Bodoni', sans-serif;
	font-size: 60px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: normal;
	margin-bottom: 50px;
	text-transform: none;
}

section.companyTeamBlock.mobile .teamMemberImage .teamMemberOverlay .textOverlay h4  {
	margin-bottom: 30px;
}

section.companyTeamBlock.mobile .teamMemberImage .teamMemberOverlay .textOverlay h3  {
	font-size: 48px;
	margin-bottom: 30px;
}

section.companyTeamBlock .teamMemberImage .teamMemberOverlay .textOverlay span.role {
	font-family: 'Druk Wide', arial;
	font-size: 9px;
	font-weight: normal;
	line-height: 3.1;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: none;
}

section.servicesBlock {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 120px 160px 80px 160px;
	color: #000;
	position: relative;
}

section.servicesBlock .companyLocationDescription {
	text-align: right;
	top: 186px;
	color: #000;
}

section.servicesBlock .servicesContainer {
	width: 100%;
	max-width: 1100px;
	float: left;
	padding: 0;
	position: relative;
}

section.servicesBlock .services {
	width: 33%;
	float: left;
	text-align: left;
}

section.servicesBlock .services span.service {
	width: 100%;
	float: left;
	font-family: 'Maison Neue Book', Arial;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: normal;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

section.servicesBlock .services span.service.active {
	opacity: 1;
}

section.servicesBlock .services h4 {
	width: 100%;
	float: left;
	padding-top: 0;
	text-align: left;
	font-family: 'Druk Wide';
	font-size: 22px;
	font-weight: normal;
	line-height: 1.14;
	letter-spacing: normal;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

section.servicesBlock .services h4.fadeIn {
	opacity: 1;
}

section.servicesBlock .services h4 span {
	border-bottom: 0;
}

section.clientBlock {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #fff;
	position: relative;
	padding: 0px;
}

section.clientBlock .companyLocationDescription  {
	text-align: right;
	top: 196px;
	color: #fff;
}

.clientBlock .clients {
	width: 100%;
	float: left;
	position:relative;
	text-align: left;
}

.clientBlock .clients .brandContainer .brandNames {
	width: 66.666%;
	float: left;
	background-color: #000;
	padding: 130px 160px;
}

section.clientBlock .clients .brandNames .v-box {
	max-width: 620px;
}

section.clientBlock .clients .brandNames span.brandName {
	float: left;
	display: inline-block!important;
	padding-top: 0;
	text-align: left;
	font-family: 'Druk Wide';
	text-transform: uppercase;
	font-size: 34px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: normal;
	color: #3c3c3c;
	opacity: 0;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

section.clientBlock .clients .brandNames span.brandName.fadeIn {
	opacity: 1;
}

section.clientBlock .clients .brandNames span.comma {
	display: inline-block!important;
	padding-top: 0;
	text-align: left;
	font-family: 'Druk Wide';
	text-transform: uppercase;
	font-size: 34px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: normal;
	color: #3c3c3c;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

section.clientBlock .clients .brandNames span.brandName:last-child .comma {
	display: none!important;
}

section.clientBlock .clients .brandNames span.brandName.active {
	color: #fff;
}

section.clientBlock .clients .brandNames span.brandName.active span.comma {
	color: #fff;
}

.clientBlock .clients .brandContainer .brandLogoContainer{
	width: 33.3333%;
	float: left;
	background-color: #3c3c3c;
	padding: 90px;
}

.clientBlock .clients .brandContainer .brandLogoContainer .logoContainer {
	width: 100%;
	float: left;
	height: 100%;
	position:relative;
}

.clientBlock .clients .brandContainer .brandLogoContainer  .logoContainer .brandLogos {
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.clientBlock .clients .brandContainer .brandLogoContainer .logoContainer .brandLogos.active {
	opacity: 1;
}

.companyRotatingImage {
    position: absolute;
    bottom: -80px;
    right: 300px;
    width: 160px;
    margin:-80px 0 0 -80px;
    -webkit-animation:spin 30s linear infinite;
    -moz-animation:spin 30s linear infinite;
    animation:spin 30s linear infinite;
	z-index: 2;
}

section.venturesBlock {
	width: 100%;
	float: left;
	padding: 0;
	height: 450px;
	z-index: 0;
	position:relative;
	-webkit-backface-visibility: hidden;
}

section.venturesBlock .venturesSlideContainer {
	width: 100%;
	float: left;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

section.venturesBlock .venturesSlideContainer .venturesSlides {
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
	/* background-attachment: fixed;
   -webkit-backface-visibility: hidden; */
   	overflow: hidden;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
}

section.venturesBlock .venturesContainer .ventures h4 {
	float: left;
	width: 100%;
	max-width: 750px;
	display: inline-block!important;
	padding-top: 0;
	text-align: left;
	font-family: 'Druk Wide';
	text-transform: uppercase;
	font-size: 34px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: normal;
	color: #fff;
	position: absolute;
	left: 160px;
	/* top: calc(50% - 57px); */
	opacity: 0;
	/* -webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease; */
	margin-bottom: 0;
}

section.venturesBlock.scrolled .venturesContainer .ventures h4{
	position:absolute;
}

section.venturesBlock .venturesDescription {
	position: absolute;
	opacity: 0;
	top: calc(50% + 120px);
	text-align: right;
}

section.venturesBlock.scrolled .venturesDescription {
	position:absolute;
}

section.venturesBlock .venturesContainer .ventures h4 span{
	padding-bottom: 0;
	border-bottom: none;
}

body.page-template-template-company section.servicesBlock,
body.page-template-template-company section.clientBlock,
body.page-template-template-company div.contactForm {
	z-index: 1;
	position: relative;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
	width:50%;
	/*padding:25px 40px;*/
	padding-left:40px;
}

.navigation .nav-previous a {
	padding-left:80px;
	/*background:url(images/right-wht-x1.png) 5% center no-repeat;
	transition: background .2s;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;*/
    border:0px;
    padding:25px 0px 25px 80px;
    width:100%;
    float:left;
    position:relative;
    text-align: left;
}

.navigation .nav-previous a span.arrow {
	position:absolute;
	left:10px;
	top:26px;
	height:12px;
	float:left;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.navigation .nav-previous a:hover span.arrow {
	left:0px;
}

.navigation .nav-previous a span.arrow img {
	float:left;
}

.navigation .nav-previous a:hover {
	background-position:left center;
	border:0px;
}

.navigation .nav-next {
	float: right;
	width:50%;
	/*padding:25px 40px;*/
	text-align: right;
	padding-right:40px;
}

.navigation .nav-next a {
	padding-right:80px;
	/*background:url(images/left-wht-x1.png) 95% center no-repeat;
	transition: background .2s;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;*/
    border:0px;
    padding:25px 80px 25px 0px;
    width:100%;
    float:left;
    position: relative;
}

.navigation .nav-next a span.arrow {
	position:absolute;
	right:10px;
	top:23px;
	height:12px;
	float:left;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.navigation .nav-next a:hover span.arrow {
	right:0px;
}

.navigation .nav-next a:hover {
	background-position:right center;
	border:0px;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	/*background-color: #e8e5ce;*/
	/*padding: 40px 0;*/
	clear:both;
	float:left;
	width:100%;
	background:#1e1e1e url(images/pagination-divider.png) center top no-repeat;
	padding:0px;
	border-top:1px solid #000;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	/*max-width: 604px;*/
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	/*max-width: 1040px;
	padding: 0 376px 0 60px;*/
}

.paging-navigation .nav-next {
	/*padding: 0px 0;*/
}

.paging-navigation a {
	/*font-size: 22px;
	font-style: italic;
	font-weight: 300;*/
	color:#fff;
	font-size: 14px;
	line-height:16px;
	text-decoration: none;
	font-family: 'Druk Wide', Arial;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.paging-navigation a:hover {
	color:#fff;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

.tumblrBlock {
	clear:both;
	float:left;
	width:100%;
	padding-top:40px;
	text-align: center;
	background: #000;
}

.tumblrBlock .title {
	float:left;
	width:100%;
	text-align: center;
}

.tumblrBlock .widget-title {
	display: inline-block;
	border-bottom:2px solid #fff;
	padding-bottom:5px;
	font-size: 14px;
	line-height:16px;
	font-family: 'Maison Neue Bold', Arial;
	font-weight:normal;
	letter-spacing: 2px;
	margin-bottom:40px;
	text-transform: uppercase;
}

.tumblr_post {
	float:left;
	width:25%;
	padding:0px !important;
}

.tumblr_post p, .tumblr_post br {
	display:none;
}

.tumblrBase {
	background: none repeat scroll 0 0 #1e1e1e;
    clear: both;
    float: left;
    padding: 25px 40px;
    width: 100%;
    border:0px;
	border-top:1px solid #000;
	visibility: hidden;
}

.tumblrBase > span {
	float:right;
	color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding-right:80px;
    position:relative;
    font-family: 'Maison Neue Bold',Arial;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	/*background:url(images/left-wht-x1.png) 95% center no-repeat;
	text-decoration: none;
	transition: background .2s;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;*/
}

.tumblrBase span.arrow {
	position:absolute;
	right:10px;
	top:3px;
	height:12px;
	float:left;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.tumblrBase span.arrow img {
	float:left;
}

.tumblrBase:hover span.arrow {
	text-decoration: none;
	background-position:100% center;
	right:0px;
}

.tumblrBase:hover {
	border:0px;
border-top:1px solid #000;
}

.tumblrLink {
	float:left;
	/*width: 25vw;
    height: 25vw;*/
    /*width:20%;
    padding-bottom: 20%;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    /*width:25%;*/
    padding-bottom: 100% !important;
    position:relative;
    border:0px;
}

.tumblrLink:hover {
	border:0px;
}

.tumblrLink img {
	max-width: 100%;
}

.tumblrLink .overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height:14px;
	letter-spacing: 1px;
	opacity:0;
	filter: alpha(opacity = 0);
	background: url(images/overlay-bg.png) 0px 0px repeat;
	transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    font-family: 'Maison Neue Bold',Arial;
}

.tumblrLink:hover .overlay {
	opacity:1;
	filter: alpha(opacity = 100);
}

span.outer {
	display:table;
	width:100%;
	height:100%;
}

span.inner {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align: middle;
	text-align: center;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #1e1e1e;
}

.error404 .page-header  {
}


.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	/*background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;*/
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	/*margin: 0 0 24px;
	padding: 20px;*/
	word-wrap: break-word;
}

.widget .widget-title {
	/*font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;*/
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	/*text-decoration: underline;*/
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	clear:both;
	float:left;
	width:100%;
	padding:18px 0px 16px 0px;
	position:relative;
	background:#000;
	height:130px;
	text-align: center;
}

.site-footer .footerContainer {
	width: 100%;
	max-width: 1300px;
	display: inline-block;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.site-footer .footerContainer .footerContent a.sitemap {
	color: #000;
	position:absolute;
	left: 0;
	bottom: 0;
}

.site-footer .footerContainer .footerContent h1.siteTitle {
	font-size: 8px;
	line-height: 8px;
	color: #000;
	position:absolute;
	left: 0;
	bottom: 0;
}

.push {
	clear:both;
	height:135px;
}

footer a i:before {
	-webkit-transition: all .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

footer a:hover i:before {
	color: #fff;
}

footer .column.second{
	padding-left: 0px;
	width:60%;
	float:right;
}

footer .footerContainer .copyright {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: none;
	color:#fff;
	opacity: 0.6;
	font-size: 14px;
	letter-spacing: normal;
	line-height:32px;
	margin-right: 30px;
	text-align: left;
	display: none;
}

footer .column.second .subscribeContainer {
	float: right;
}

footer a {
	color:#fff;
	text-decoration: none;
	border:0px;
}

footer a.topBtn {
	padding-top:40px;
	float:left;
	transition: background .2s;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    -webkit-transition:  -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    transition: transform .2s ease-out;
    position:relative;
}

footer a.topBtn span {
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-6px;
	width:12px;
	height:17px;
	opacity:0;
	-webkit-animation:mymoveback 0.2s ease-out forwards;
	-webkit-animation-iteration-count:1;
	animation:mymoveback .2s ease-out forwards;
	animation-iteration-count:1;
}

footer a.topBtn {
	/*background:url(images/up-wht-x1.png) center 10px no-repeat;*/
}

footer a.topBtn:hover span {
	/*opacity:1;
	top:0px;*/
	/*background-position: center top;*/
	-webkit-animation:mymove 0.2s ease-out forwards;
	-webkit-animation-iteration-count:1;
	animation:mymove .2s ease-out forwards;
	animation-iteration-count:1;
}

footer a:hover {
	border:0px;
}

footer span {
	display: inline-block;
	font-family: 'TitlingGothic', Arial;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height:1.33;
	color: #9b9b9b;
}

footer span {
	margin-right: 30px;
}

footer span.footerAddress.desktop {
	margin-right: 0;
	opacity: 1;
	-webkit-transition: all 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
	vertical-align: top;
	margin-top: 8px;
}

footer span.footerAddress.mobile {
	display: none;
}

footer span.footerAddress.desktop.active {
	opacity: 0;
}

footer span.subscribeForm {
	position: absolute;
	right: 0;
	margin-right: 0;
	z-index: 2;
	width: calc(100% - 220px);
	-webkit-transition: all 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

footer span.subscribeForm.active {
	width: calc(100% - 220px);
	-webkit-transition: all 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

footer span.subscribeForm .subscribeOverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	cursor: pointer;
	margin-right: 0;
}

.gform_confirmation_wrapper.hidden {
	opacity: 0;
	width: 0;
	overflow: hidden;
}

footer span.subscribeForm .subscribeOverlay.active {
	z-index: -1;
}

footer .overlayClick {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: none;
}

footer span.subscribeForm #gform_confirmation_message_1 {
	line-height: 42px;

}

footer .overlayClick.active {
	display: block;
}

footer span.subscribeForm form div.gform_body,
footer span.subscribeForm form div.gform_footer {
	float: left;
	margin: 0;
	padding: 0;
}

footer span.subscribeForm form ul {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

footer span.subscribeForm form ul li {
	list-style: none;
	float: left;
	width: 100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

footer span.subscribeForm form .gform_body {
	width: calc(100% - 150px);
	text-align: right;
	-webkit-transition: all 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

footer span.subscribeForm form ul li.nameField {
	display: none;
}

footer span.subscribeForm form ul li label {
	display: none;
}

footer span.subscribeForm form ul li.emailField input{
	border: 2px solid #9b9b9b;
	background-color: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 36px;
	padding: 0;
	width: 0;
	border-right: 0;
	margin-right: 1px;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: -moz-transform 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

footer span.subscribeForm form ul li.emailField.active input {
	width: 100%;
	padding-left: 13px;
	border: 2px solid #fff;
}

footer span.subscribeForm form .validation_error {
	display: none!important;
}

footer span.subscribeForm form .gfield_description.validation_message {
	position: absolute;
	top: -30px;
}

/* Placeholder text color -- selectors need to be separate to work. */
footer span.subscribeForm form ul li input::-webkit-input-placeholder {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
}

footer span.subscribeForm form ul li.active input::-webkit-input-placeholder {
	opacity: 1;
}

footer span.subscribeForm form ul li input.active:-moz-placeholder {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	opacity: 0;
}

footer span.subscribeForm form ul li input.active:-moz-placeholder{
	opacity: 1;
}

footer span.subscribeForm form ul li input::-moz-placeholder {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	opacity: 0;
	-moz-transition: -moz-transform 0.3s ease-out;
}

footer span.subscribeForm form ul li input.active::-moz-placeholder{
	opacity: 1;
}

footer span.subscribeForm form ul li input:-ms-input-placeholder {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	opacity: 0;
	-ms-transition: all 0.3s ease-out;
}

footer span.subscribeForm form ul li input.active:-ms-input-placeholder {
	opacity: 1;
}

footer span.subscribeForm form div.gform_footer input#gform_submit_button_1 {
	border: 2px solid #9b9b9b;
	border-radius: 0;
	background-color: #000;
	color: #9b9b9b;
	background: none;
	line-height: 36px;
	padding: 0 30px;
	margin-left: -2px;
	text-transform: uppercase;
	font-family: 'Druk Wide', arial;
	font-size: 9px;
	letter-spacing: 0.8px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

footer span.subscribeForm:hover form div.gform_footer input#gform_submit_button_1 {
	color: #fff;
	border: 2px solid #fff;
}

footer span.subscribeForm form div.gform_footer input#gform_submit_button_1.active {
	border: 2px solid #fff;
	color: #fff;
}

footer span.subscribeForm form div.gform_footer input#gform_submit_button_1.active:hover {
	border: 2px solid #fff;
	color: #000;
	background-color: #fff;
}

footer .column span.subscribeForm form ul li#field_1_1 {
	display: none;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

body.home footer {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

footer.site-footer  {
	width: 100%;
	padding: 0 80px 0 80px;
	background-color: #000;
}

body.page-template-template-company footer.site-footer,
body.home footer.site-footer  {
	width: 100%;
	padding: 0 110px 0 160px;
	background-color: #000;
}


footer.site-footer .footerContainer {
	width: 100%;
	max-width: 100%;
	float: left;
	padding: 44px 0px;
	background-color: #000;
}

body.home.fp-viewing-3 footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 110px 0 160px;
	background-color: transparent;
	opacity: 1;
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}

.innerBlock .arve-wrapper {
	width: 100%;
	max-width: 100%!important;
}


/**
 * Sitemap
 * ----------------------------------------------------------------------------
 */

div.sitemap {
	width: 100%;
	float: left;
	min-height: calc(100vh - 210px);
	height: 100%;
	background-color: #000;
	padding: 100px 80px 70px;
}

div.sitemap .container {
	max-width: 1000px;
	width: 100%;
	float: left;
}

div.sitemap .container h1 {
	text-align: left;
	font-family: 'Druk Wide';
	text-transform: uppercase;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.12;
	max-width: 900px;
	width: 100%;
	margin-bottom: 80px;
}

div.sitemap .container .site-map-block {
	width: 100%;
	float: left;
	border-bottom: 1px solid #9b9b9b;
}

div.sitemap .container .site-map-block.main-nav-sitemap {
	border-top: 1px solid #fff;
}

div.sitemap .container .site-map-block.main-nav-sitemap a,
div.sitemap .container .site-map-block.works-categories-sitemap a {
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
	font-size: 18px;
	line-height: 60px;
	border-bottom: none;
	color: #fff;
}

div.sitemap .container .site-map-block.works-posts-sitemap,
div.sitemap .container .site-map-block.works-services-sitemap {
	padding-top: 13px;
	padding-bottom: 13px;
}

div.sitemap .container .site-map-block.works-posts-sitemap a,
div.sitemap .container .site-map-block.works-services-sitemap p {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.56;
	width: auto;
	border-bottom: none;
	color: #fff;
}
