/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}



/* -- Preloader -- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #28262a;
  z-index: 220;
}

#status {
	width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -17px 0 0 -17px;
}
	#status img {
		width: 35px;
    position: absolute;
    left: 9px;
    top: 10px;
	}
	#status .monogram {
position: absolute;
    left: 19px;
    top: 15px;
    font-size: 27px;
        width: 28px;
    color: rgba(238,114,3,1);
    -webkit-animation: mono-colour-change 5s cubic-bezier(.4,0,.22,1) infinite;
	animation: mono-colour-change 5s cubic-bezier(.4,0,.22,1) infinite;
	}

.pswp__preloader__icn {
  width: 64px;
  height: 64px;
  -webkit-animation: clockwise 1s linear infinite;
  animation: clockwise 1s linear infinite;
}

.pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 64px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__preloader__donut--fake {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 64px;
	height: 64px;
	border: 2px solid red;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin:0;
}

.pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 64px;
	height: 64px;
	border: 1px solid #f29700;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin:0;
	-webkit-animation: donut-rotate 5s cubic-bezier(.4,0,.22,1) infinite;
	animation: donut-rotate 5s cubic-bezier(.4,0,.22,1) infinite;
}

@-webkit-keyframes clockwise {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);  }
}
@keyframes clockwise {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);  }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes donut-rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0);border-color: #f29700; }
  20% { border-color: #06a7e4; }
  40% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg);border-color: #7dcd00; }
  60% { border-color: #b826a9; }
  80% { -webkit-transform: rotate(0); transform: rotate(0);border-color: #dc1f37; }
  100% { -webkit-transform: rotate(0); transform: rotate(0);border-color: #f29700; }
}
@keyframes donut-rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0);border-color: #f29700; }
  20% { border-color: #06a7e4; }
  40% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg);border-color: #7dcd00; }
  60% { border-color: #b826a9; }
  80% { -webkit-transform: rotate(0); transform: rotate(0);border-color: #dc1f37; }
  100% { -webkit-transform: rotate(0); transform: rotate(0);border-color: #f29700; }
}


@-webkit-keyframes mono-colour-change {
  0% { color: #f29700; }
  20% { color: #06a7e4; }
  40% { color: #7dcd00; }
  60% { color: #b826a9; }
  80% { color: #dc1f37; }
  100% { color: #f29700; }
}
@keyframes mono-colour-change {
  0% { color: #f29700; }
  20% { color: #06a7e4; }
  40% { color: #7dcd00; }
  60% { color: #b826a9; }
  80% { color: #dc1f37; }
  100% { color: #f29700; }
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #FFF;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Caslon224Std-Black;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0.5em;
	clear: both;
	line-height: 1;
	letter-spacing: -0.03em;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

p {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 1.5em;
	font-weight: 300;
	-moz-font-feature-settings:    "kern" 1;
  -ms-font-feature-settings:     "kern" 1;
  -o-font-feature-settings:      "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings:         "kern" 1;
  font-kerning: normal;
	letter-spacing: 0.015em;
  word-spacing: 0.001em;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

.justify {
	text-align: justify;
}

.sans {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
}

.serif {
	font-family: Caslon224Std-Black;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.15em;
}

.condensed {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
	font-size: 13px;
}
	h2.condensed {
		font-size: 16px;
    margin-bottom: 13px;
	}

.text-gradient span {
	color: rgba(238,114,3,1);
	background: -webkit-linear-gradient(0, rgba(238,114,3,1), rgba(242,202,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
	.site.current-page-home .site-branding a .monogram.hover-state,
	.home-intro .text-gradient span {
		color: rgba(238,114,3,1);
		background: -webkit-linear-gradient(0, rgba(238,114,3,1), rgba(242,202,0,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.site.current-page-clients .site-branding a .monogram.hover-state,
	.clients-intro .text-gradient span {
		color: rgba(242,202,0,1);
		background: -webkit-linear-gradient(0, rgba(242,202,0,1), rgba(118,203,0,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.site.current-page-experience .site-branding a .monogram.hover-state,
	.experience-intro .text-gradient span {
		color: rgba(30,153,229,1);
		background: -webkit-linear-gradient(0, rgba(30,153,229,1), rgba(195,35,161,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.site.current-page-contact .site-branding a .monogram.hover-state,
	.contact-intro .text-gradient span {
		color: rgba(138,28,170,1);
		background: -webkit-linear-gradient(0, rgba(138,28,170,1), rgba(225,36,49,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.case-description h2,
	.site.current-page-work .site-branding a .monogram.hover-state,
	.work-intro .text-gradient span {
		color: rgba(138,28,170,1);
		background: -webkit-linear-gradient(0, rgba(118,203,0,1), rgba(17,164,246,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

@media screen and (min-width: 770px) {
	.text-two-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
	}
}

.wordmark-wrap {

}
	.wordmark-wrap .condensed {
		margin-bottom: 2em;
	}
	@media screen and (min-width: 600px) {
		.wordmark-wrap .condensed {
			text-indent: 68px;
		}
	}
	h1.page-title {
		font-size: 50px;
    line-height: 0.85;
    display: block;
    float: left;
    margin-bottom: 0;
	}
	h1.page-title.wordmark {
		letter-spacing: -0.075em;
	}
	h1.page-title span {
		display: inline-block;
    clear: both;
    width: auto;
    line-height: 1;
    float: left;
    padding-right: 0.1em;
	}
	h1.page-title span:nth-of-type(2) {
		text-indent: 0.65em;
    margin-top: -0.15em;
	}
	@media screen and (min-width: 600px) and (min-height: 500px) {
		h1.page-title {
			font-size: 100px;
		}
	}
	@media screen and (max-width: 400px) {
		h1.page-title {
			font-size: 40px;
		}
	}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #29262c;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0em;
    padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li {
	list-style-position: inside;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.two-third  {
	width: 100%;
	margin: 0 0 2em;
	display: block;
    float: left;
}

@media screen and (min-width: 600px) {
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.two-third {
		position: relative;
		margin: 0 4% 4% 0;
		float: left;
	}

	.one-half {
		width: 48%;
	}

	.one-third {
		width: 30.66%;
	}

	.one-fourth {
		width: 22%;
	}

	.one-fifth {
		width: 16.8%;
	}

	.two-third {
		width: 65%;
		margin-right: 0;
		padding-bottom: 5px;
	}

	.two-third p {
		padding-bottom: 5px;
	}

	.one-half:nth-of-type(even),
	.one-third:nth-of-type(3n+3),
	.one-fourth:nth-of-type(4n+4),
	.col-last {
		margin-right: 0;
	}
}


.two-cols,
.three-cols,
.four-cols {

}
	.two-cols .col,
	.three-cols .col,
	.four-cols .col {
		width: 100%;
		margin-bottom: 40px;
		overflow: hidden;
	}
	.last-row-hack:after {
	  content: "";
	  flex: auto;
	}
	@media screen and (min-width: 800px) {
		.two-cols,
		.four-cols {
			display: flex;
			justify-content: space-between;
		}
		.three-cols,
		.two-cols {
			flex-wrap: wrap;
		}
		.two-cols .col {
			width: 48%;
		}
		.two-cols.plus-gutter .col {
			width: 46%;
		}
	}
	@media screen and (min-width: 760px) {
		.three-cols {
			display: flex;
			justify-content: flex-start;
	    align-items: flex-start;
		}
		.three-cols .col {
			width: 30%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 761px) and (max-width: 1024px) {
		.three-cols .col:nth-of-type(3n+3),
		.three-cols .col {
			width: 47.5%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(even) {
			margin-right: 0;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
	    width: 46%;
		}
	}
	@media screen and (min-width: 600px) and (max-width: 1024px) {
		.four-cols {
			flex-wrap: wrap;
		}
		.four-cols .col {
			width: 48%;
			margin-bottom: 60px;
		}
		.four-cols .col:nth-last-child(-n+2) {
			margin-bottom: 0;
		}
	}
	@media screen and (min-width: 1025px) {
		.four-cols .col {
			width: 22%;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
			width: 28.5%;
		}
	}
	.align-start {
		align-items: flex-start;
	}

.row {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center-wrap {
  position: absolute;
  display: table;
  overflow: hidden;
  height: 100%;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
}

.center-wrap-row {
  display: table-row;
  height: 100%;
}

.center-wrap-cell {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

.center-blk {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

a.hot-spot {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	top: 0;
	left: 0;
}

body.ie a.hot-spot {
	background: transparent url('img/blank.gif'); /* helps IE */
}

.full-bleed {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
    border-radius: 0;
    background: transparent;
    font-size: 0.9em;
    line-height: 1.4;
    padding: 0.5em 1em;
    -webkit-appearance: none;
    outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-appearance: none;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* -------- Placeholders ---------- */

input[type="text"]::-webkit-input-placeholder {
   color: #1D1D1D;
}

input[type="text"]::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

input[type="text"]:-ms-input-placeholder {
   color: #1D1D1D;
}

input[type="email"]::-webkit-input-placeholder {
   color: #1D1D1D;
}

input[type="email"]::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

input[type="email"]:-ms-input-placeholder {
   color: #1D1D1D;
}


textarea::-webkit-input-placeholder {
   color: #1D1D1D;
}

textarea::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

textarea:-ms-input-placeholder {
   color: #1D1D1D;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    outline: none;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	outline: none;
}

a:focus {
	outline: none;
}

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


/* -------- Buttons ---------- */

a.btn, .btn {
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	text-decoration: none;
	padding: 11px 22px;
	line-height: 0.9em;
	position: relative;
	text-align: center;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 13px;
	border-image: linear-gradient(to right, #8c0bab 0%, #df1f30 100%);
	border-image-slice: 1;
	border-width: 1px;
	cursor: pointer;
}
	a.btn span, .btn span {
		position: relative;
		z-index: 10;
	}
	.btn:after,
	a.btn:after {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 0%;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(138,28,170,1) 0%, rgba(225,36,49,1) 100%);
		background: -webkit-linear-gradient(left, rgba(138,28,170,1) 0%,rgba(225,36,49,1) 100%);
		background: linear-gradient(to right, rgba(138,28,170,1) 0%,rgba(225,36,49,1) 100%);
		transition: all .3s cubic-bezier(.2,0,.1,1);
	}
	.work-partial .btn:after {
		background: -moz-linear-gradient(left, rgba(118,203,0,1), rgba(17,164,246,1) 100%);
		background: -webkit-linear-gradient(left, rgba(118,203,0,1), rgba(17,164,246,1) 100%);
		background: linear-gradient(to right, rgba(118,203,0,1), rgba(17,164,246,1) 100%);
	}

.work-partial:hover .btn:after,
a.btn.active:after,
.btn.active:after,
a.btn:hover:after,
.btn:hover:after {
	width: 100%;
}

a.btn.active:hover:after,
.btn.active:hover:after {
	width: 0%;
}



/* Button Large */

a.btn.lrg {
	font-size: 1.2em;
    padding: 1em 0.9em 0.95em;
}

a.txt-link {
	position: relative;
	text-decoration: none;
	font-weight: 700;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	padding-bottom: 3px;
	line-height: 1.7;
}
	a.txt-link:hover {

	}
	a.txt-link:after {
		content: '';
		position: absolute;
		width: 0;
		left: 0;
		bottom: 0;
		opacity: 0;
		border-bottom: 1px solid;
		transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	}
	a.txt-link:hover:after {
		width: 100%;
		opacity: 1;
	}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

body.mobile-menu-open {
	overflow: hidden;
}

.mobile-menu .knockout,
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.mobile-menu .knockout {
	position: fixed;
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
}
	.mobile-menu .knockout-grad {
		opacity: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 90;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-webkit-transition: all .7s ease-in-out;
	}
	.mobile-menu .knockout-grad.current-page {
		opacity: 1;
	}
	.mobile-menu .knockout-grad.shown {
		z-index: 100;
	}
	/* Home Gradient */
	.site.current-page-home button.menu-toggle span::before,
	.mobile-menu.current-page-home,
	#page.current-page-home > .mobile-menu,
	.mobile-menu .knockout-grad.home {
		background: rgb(223,120,46);
		background: rgb(238,114,3);
		background: -moz-linear-gradient(left, rgba(238,114,3,1) 0%, rgba(242,202,0,1) 100%);
		background: -webkit-linear-gradient(left, rgba(238,114,3,1) 0%,rgba(242,202,0,1) 100%);
		background: linear-gradient(to right, rgba(238,114,3,1) 0%,rgba(242,202,0,1) 100%);
	}
	.site.current-page-work button.menu-toggle span::before,
	.mobile-menu.current-page-work,
	#page.current-page-work > .mobile-menu,
	.mobile-menu .knockout-grad.work {
		background: rgb(118,203,0);
		background: -moz-linear-gradient(left, rgba(118,203,0,1) 0%, rgba(17,164,246,1) 100%);
		background: -webkit-linear-gradient(left, rgba(118,203,0,1) 0%,rgba(17,164,246,1) 100%);
		background: linear-gradient(to right, rgba(118,203,0,1) 0%,rgba(17,164,246,1) 100%);
	}
	.site.current-page-experience button.menu-toggle span::before,
	.mobile-menu.current-page-experience,
	#page.current-page-experience > .mobile-menu,
	.mobile-menu .knockout-grad.experience {
		background: rgb(30,153,229);
		background: -moz-linear-gradient(left, rgba(30,153,229,1) 0%, rgba(195,35,161,1) 100%);
		background: -webkit-linear-gradient(left, rgba(30,153,229,1) 0%,rgba(195,35,161,1) 100%);
		background: linear-gradient(to right, rgba(30,153,229,1) 0%,rgba(195,35,161,1) 100%);
	}
	.site.current-page-clients button.menu-toggle span::before,
	.mobile-menu.current-page-clients,
	#page.current-page-clients > .mobile-menu,
	.mobile-menu .knockout-grad.clients {
		background: rgb(242,202,0);
		background: -moz-linear-gradient(left, rgba(242,202,0,1) 0%, rgba(118,203,0,1) 100%);
		background: -webkit-linear-gradient(left, rgba(242,202,0,1) 0%,rgba(118,203,0,1) 100%);
		background: linear-gradient(to right, rgba(242,202,0,1) 0%,rgba(118,203,0,1) 100%);
	}
	.site.current-page-contact button.menu-toggle span::before,
	.mobile-menu.current-page-contact,
	.current-page-contact > nav.mobile-menu,
	.mobile-menu .knockout-grad.contact {
		background: rgb(138,28,170);
		background: -moz-linear-gradient(left, rgba(138,28,170,1) 0%, rgba(225,36,49,1) 100%);
		background: -webkit-linear-gradient(left, rgba(138,28,170,1) 0%,rgba(225,36,49,1) 100%);
		background: linear-gradient(to right, rgba(138,28,170,1) 0%,rgba(225,36,49,1) 100%);
	}

.mobile-menu .mobile-menu-inner-wrap {
	position: relative;
	float: left;
	width: 100%;
	z-index: 110;
	background: none;
	box-shadow: none;
	text-align: center;
	margin: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.mobile-menu ul li {
	display: block;
	line-height: 1.3;
	overflow: hidden;
	-o-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
}

.mobile-menu li a {
	color: #FFF;
	font-size: 40px;
	text-decoration: none;
	display: block;
	-webkit-animation: FadeInAndUp 1s cubic-bezier(.4,0,.2,1);
	animation: FadeInAndUp 1s cubic-bezier(.4,0,.2,1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
	body.closing-menu .mobile-menu li a {
		    transform: translate3d(0, 70px, 0);
	}
	.mobile-menu li:nth-of-type(1) a {
		animation-delay: 0.3s;
	}
	.mobile-menu li:nth-of-type(2) a {
		animation-delay: 0.4s;
	}
	.mobile-menu li:nth-of-type(3) a {
		animation-delay: 0.5s;
	}
	.mobile-menu li:nth-of-type(4) a {
		animation-delay: 0.6s;
	}
	.mobile-menu li:nth-of-type(5) a {
		animation-delay: 0.7s;
	}
	@media screen and (min-width: 600px) and (min-height: 500px) {
		.mobile-menu li a {
			font-size: 60px;
		}
	}
	.mobile-menu li a:hover,
	.mobile-menu li.current_page_item > a,
	.mobile-menu li.current-menu-item > a,
	.mobile-menu li.current_page_parent > a,
	.mobile-menu li.current-page-ancestor > a,
	.mobile-menu li.current-menu-ancestor > a {
		color: #29262c;
	}

	
	a.menu-toggle,
	button.menu-toggle {
		position: fixed;
    z-index: 200;
    border: none;
    padding: 0;
    background-color: transparent;
    right: 20px;
    top: 20px;
    border: 1px solid transparent;
    padding: 11px 10px 0px;
    height: 50px;
	}
		a.menu-toggle.toggle-open,
		button.menu-toggle.toggle-open {
		    display: block;
		}
		.burger-icon {
				width: 37px;
		    height: 37px;
		    position: relative;
		    margin: 0;
		    -webkit-transform: rotate(0deg);
		    -moz-transform: rotate(0deg);
		    -o-transform: rotate(0deg);
		    transform: rotate(0deg);
		    -webkit-transition: .25s ease-in-out;
		    -moz-transition: .25s ease-in-out;
		    -o-transition: .25s ease-in-out;
		    transition: .25s ease-in-out;
		    cursor: pointer;
		}
		.burger-icon.hover {
			position: absolute;
			top: -5px;
			margin: 0 !important;
			width: 0;
			overflow: hidden;
			    z-index: 100;
			    transition: all .5s cubic-bezier(.2,0,.1,1);
		}
		a.menu-toggle:hover .burger-icon.hover {
			width: 100%;
		}
		@media screen and (min-width: 660px) {
			a.menu-toggle,
			button.menu-toggle {
				right: 40px;
		    top: 40px;
			}
			.burger-icon {
				width: 47px;
			}
		}
		.burger-icon span {
			display: block;
	    position: absolute;
	    height: 1px;
	    width: 100%;
	    background: #818181;
	    opacity: 1;
	    left: 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .25s ease-in-out;
	    -moz-transition: .25s ease-in-out;
	    -o-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
		}
		.burger-icon.hover span {
			        background: -webkit-linear-gradient(0, rgba(118,203,0,1), rgba(17,164,246,1)) !important;
			        width: 47px;
		}
		@media screen and (max-width: 660px) {
			.burger-icon.hover span {
				width: 37px;
			}
		}
		a.menu-toggle span::before,
		button.menu-toggle span::before {
			content: "";
			position: absolute;
			width: 0%;
			height: 1px;
			left: 0;
			-webkit-transition: .25s ease-in-out;
	    -moz-transition: .25s ease-in-out;
	    -o-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
		}
		a.menu-toggle:not(.toggle-open):hover span:before,
		button.menu-toggle:not(.toggle-open):hover span:before {
			width: 100%;
		}
		.burger-icon span:nth-child(1) {
		  top: 5px;
		}
		.burger-icon span:nth-child(2),
		.burger-icon span:nth-child(3) {
		  top: 21px;
		}

		.burger-icon span:nth-child(4) {
		  top: 22px;
		}
		a.toggle-open .burger-icon,
		button.toggle-open .burger-icon {
			margin-top: -16px;
		}
		a.toggle-open .burger-icon span,
		button.toggle-open .burger-icon span {
			background: #FFF;
		}
		#work-menu.toggle-open .burger-icon span {
			background: #c8c8c8;
		}
		a.toggle-open .burger-icon span:nth-child(1),
		button.toggle-open .burger-icon span:nth-child(1) {
		  top: 11px;
		  width: 0%;
		  left: 50%;
		}
		a.toggle-open .burger-icon span:nth-child(2),
		button.toggle-open .burger-icon span:nth-child(2) {
		  -webkit-transform: rotate(45deg);
		  -moz-transform: rotate(45deg);
		  -o-transform: rotate(45deg);
		  transform: rotate(45deg);
		}
		a.toggle-open .burger-icon span:nth-child(3),
		button.toggle-open .burger-icon span:nth-child(3) {
		  -webkit-transform: rotate(-45deg);
		  -moz-transform: rotate(-45deg);
		  -o-transform: rotate(-45deg);
		  transform: rotate(-45deg);
		}
		a.toggle-open .burger-icon span:nth-child(4),
		button.toggle-open .burger-icon span:nth-child(4) {
		  top: 11px;
		  width: 0%;
		  left: 50%;
		}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	margin: 0 auto;
	position: relative;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-header {
	padding: 20px 10px;
	position: fixed;
	left: 0;
	z-index: 100;
	height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
	@media screen and (min-width: 600px) {
		.site-header {
			padding: 40px;
		}
	}
	@media screen and (max-height: 820px) and (max-width: 600px) {
		.site-header {
		    height: calc(100vh - 110px) !important;
		    top: 0px !important;
		    padding-bottom: 0 !important;
		    padding-top: 0 !important;
		}
		h1.work-page-title {
			    padding-right: 145px !important;
		}
		body {
		}
	}
	.site-branding {
		float: left;
	}
	.site-branding .monogram {
		letter-spacing: -0.1em;
    color: #818181;
    font-size: 30px;
    display: block;
    width: 36px;
    transition: all .5s cubic-bezier(.2,0,.1,1);
	}
	.site-branding .monogram.hover-state {
    position: absolute;
    width: 0;
    overflow: hidden;
    left: 3px;
    bottom: 0;
    text-align: left;
	}
	.site-title a:hover .monogram.hover-state {
		width: 36px;
	}
	.site-title a:hover .monogram:not(.hover-state) {
		opacity: 0;
	}

.site-title {
    font-size: 2em;
    margin: 0;
}

.site-title a {
	text-decoration: none;
  font-weight: 600;
  color: #221e1f;
  display: block;
  cursor: pointer;
  display: block;
  overflow: visible;
  width: 36px;
  position: relative;
}
	.site-title a:hover {
	}


.full-bleed-section {
	min-height: 100vh;
	width: 100%;
	float: left;
	padding: 60px 60px;
	overflow: hidden;
	position: relative;
		flex-wrap: wrap;
}
		@media screen and (min-width: 400px) {
			.full-bleed-section {
				display: flex;
				align-items: center;
				justify-content: center;
			}
		}
		@media screen and (min-width: 600px) {
			.full-bleed-section {
				padding: 100px 120px;
				display: flex;
				align-items: center;
				justify-content: center;
			}
		}
		.full-bleed-section .primary-bg-image {
			height: 100vh;
		}

.hero-video {

}
	@media screen and (min-width: 600px) {
		.hero-video {
		}
	}
	.hero-video .bg-img {
		display: none;
		opacity: 1;
	}
	.hero-video video {
		opacity: 1;
    display: block;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	}
	/*
	@media screen and (min-width: 750px) {
		.hero-video video {
			display: block;
		}
		.hero-video .bg-img {
			display: none;
		}
	} */
	@media screen and (max-width: 1024px) {
		body.page-template-page-home .hero-video video {
			transform: none;
			top: 0;
			left: 0;
			height: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}
	}


.content-wrap {
	z-index: 10;
}
	.home-intro .content-wrap {
		max-width: 760px;
		    margin-bottom: 40px;
	}
	.home-intro .content-wrap .intro-text {
    margin-top: 25px;
	}
	@media screen and (min-width: 400px) {
		.home-intro .content-wrap .intro-text {
			padding-left: 40px;
		}
	}
	@media screen and (min-width: 600px) {
		.home-intro .content-wrap .intro-text {
			padding-left: 68px;
		}
	}

.scroll-marker {
	position: absolute;
	left: calc(50% - 40px);
	bottom: 0;
	width: 1px;
	padding: 0 20px;
	height: 8vh;
	cursor: pointer;
	display: none;
	width: 80px;
	z-index: 20;
	transition: transform 1.2s cubic-bezier(.2,0,.1,1);
}
	.scroll-marker svg {
    width: 80px;
    height: 30px;
	}
	.full-bleed-section:last-of-type .scroll-marker {
		display: none;
	}
	@media screen and (min-height: 450px) {
		.scroll-marker {
			display: block;
		}
	}
	.scroll-marker span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		transition: transform 1.2s cubic-bezier(.2,0,.1,1);
		    transform: translate3d(0px, 0%, 0px);
	}
	.scroll-marker:hover span {
		transform: translate3d(0,20%,0);
		transition: transform .8s cubic-bezier(.2,0,.1,1);
	}
	header.full-bleed-section.home-intro .scroll-marker {
		display: block;
	}


.indent-wrap {
	margin-top: 30px;
}
	@media screen and (min-width: 1024px) {
		.indent-wrap {
			margin-top: 50px;
			padding-left: 70px;
		}
	}

.logo-collection {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	.logo-collection h2 {
    margin-bottom: 20px;
	}
	.logo-collection .col {
		margin-bottom: 30px;
	}
	@media screen and (min-width: 1024px) {
		.logo-collection .col {
			width: 45%;
		}
	}

.logo-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
	.logo-row .logo {
		padding: 10px;
		text-align: left;
		width: 33%;
	}
	.logo-row .logo img {
		max-height: 52px;
    height: auto;
	}
	.logo-row .logo a {
		display: inline-block;
	}
	.logo-row .logo a:hover {
		opacity: 0.5;
	}
	.logo-row .logo img {
		max-height: 35px;
		height: auto;
	}
	@media screen and (min-width: 600px) {
		.logo-row .logo {
			width: 20%;
		}
		.logo-row .logo img {
			max-height: 45px;
			height: auto;
		}
	}
	@media screen and (min-width: 1024px) and (max-width: 1249px) {
		.logo-row .logo {
			width: 30%;
		}
	}
	@media screen and (min-width: 1250px) and (max-width: 1399px) {
		.logo-row .logo {
			width: 25%;
		}
	}
	@media screen and (min-width: 1400px) {
		.logo-row .logo {
			width: 20%;
		}
	}


.clients-intro .intro-text p {
	max-width: 400px;
}

.experience-intro {

}
	.experience-intro .intro-text {
		max-width: 540px;
	}
	.experience-intro a {
		color: #836ac3;
	}
	.experience-intro a:hover {
		color: #ab8aff;
	}



.company-profile {
	margin: 10px 0 20px;
}
	.company-profile .logo-wrap,
	.company-profile .job-role {
		width: 100%;
		float: left;
	}
	.company-profile .logo-wrap {
		margin-bottom: 10px;
	}
	.company-profile .logo-wrap img {
		max-width: 140px;
	}
	@media screen and (min-width: 1024px) {
		.company-profile {
			display: flex;
			align-items: center;
			justify-content: flex-start;
			margin: 10px 0;
		}
		.company-profile .logo-wrap,
		.company-profile .job-role {
			width: auto;
		}
		.company-profile .logo-wrap {
			width: 180px;
			margin: 0;
		}
	}
	.company-profile .job-role h4 {

	}
	.company-profile:last-of-type {
		margin-bottom: 20px;
	}

.awards {

}
	.awards p {
		margin: 0 0 5px;
    padding-left: 40px;
    position: relative;
	}
	.awards p strong {
		display: inline-block;
    min-width: 42px;
    position: absolute;
    left: 0;
    top: 0;
	}

.skills {
	margin: 20px 0 30px;
}
	.skills .skill-circle {
		float: left;
		width: 60px;
		position: relative;
		margin: 0 20px 10px 0;
	}
	.skills .skill-circle span {
		position: absolute;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    top: calc(50% - 15px);
    left: 0;
    line-height: 1;
    text-indent: 3px;
	}

.contact-intro {

}
	.contact-intro .intro-text p {
		max-width: 400px;
	}

.contact-profile {
	margin-bottom: 15px;
}
	.contact-profile a {
		color: #FFF;
		font-size: 12px;
		font-weight: 400;
	}
	.contact-profile + a.btn {
		margin-top: 20px;
	}


.work-intro {
	min-height: 100vh;
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
	.work-intro .content-wrap {
		padding: 60px 0 20px 60px;
	}
	@media screen and (min-width: 600px) {
		.work-intro .content-wrap {
			position: absolute;
			top: calc(50% - 50px);
			left: 60px;
			padding: 0;
		}
		.work-intro .content-wrap {
			left: 120px;
		}
	}

.work-listing {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
	@media screen and (min-width: 900px) {
		.work-listing {
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
			flex-wrap: wrap;
		}
	}

article.work-partial {
	width: 50vw;
	height: calc(33.333vh - 40px);
  position: relative;
  overflow: hidden;
      display: flex;
    align-items: center;
    justify-content: center;
}
	@media screen and (min-width: 600px) and (max-width: 899px) {
		article.work-partial {
			width: 33.333vw;
			height: 50vh;
		}
	}
	@media screen and (min-width: 900px) {
		article.work-partial {
			width: 33.333vw;
		  height: 50vh;
		}
	}
	article.work-partial h2 {
		position: absolute;
		width: 100%;
		top: calc(50% - 0.5em);
		text-align: center;
		z-index: 10;
	}
	article.work-partial .btn {
		z-index: 10;
		border-image: none;
		border: none;
	}
	article.work-partial .bg-img {
		transition: all .8s cubic-bezier(.2,0,.1,1);
		z-index: 5;
	}
	article.work-partial .bg-img:not(.hover-state) {
		/* filter: saturate(0); */
		/* opacity:0; */
	}
	article.work-partial .bg-img.hover-state {
		opacity: 0;
		z-index: 6;
	}
	article.work-partial:hover .bg-img.hover-state {
		opacity: 1;
	}


body.single-work {
	background: #FFF;
	color: #676767;
}
	body.single-work .site-branding .monogram {
		color: #d6d6d6;
	}



.nav-links {
	position: fixed;
	width: 125px;
}

nav.post-navigation {
	position: absolute;
    z-index: 100;
    right: 30px;
    top: 18px;
    width: 120px;
}
	@media screen and (min-width: 660px) {
		nav.post-navigation {
		    position: absolute;
		    z-index: 100;
		    right: 105px;
		    top: 28px;
		    left: auto;
		}
	}
	nav.post-navigation a.page-btn {
		display: block;
    float: left;
    width: 60px;
    height: 60px;
		overflow: hidden;
		text-indent: -9999px;
		position: relative;
		cursor: pointer;
	}
	nav.post-navigation a.page-btn::after,
	nav.post-navigation a.page-btn::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(../img/arrow.svg) 50% center no-repeat;
		left: 0;
		top: 0;
		background-size: 20px;
		transition: all .8s cubic-bezier(.2,0,.1,1);
		opacity: 0.6;
	}
	nav.post-navigation a.page-btn::after {
		opacity: 1;
		width: 0;
		background: url(../img/arrow-grad.svg) 20px 12px no-repeat;
		background-size: 20px;
	}
	nav.post-navigation a.page-btn:hover::after {
		width: 100%;
	}
	
	nav.post-navigation a.page-btn:hover::before{
		opacity: 1;
	}
	nav.post-navigation .nav-previous a.page-btn::after,
	nav.post-navigation .nav-previous a.page-btn::before {
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		filter: FlipH;
		-ms-filter: "FlipH";
		left: auto;
		right: 0;
	}
	@media screen and (max-width: 600px) {
		nav.post-navigation a.page-btn {
			width: 40px;
			height: 40px;
		}
		nav.post-navigation a.page-btn::after,
		nav.post-navigation a.page-btn::before {
			background-size: 15px;
		}
		nav.post-navigation a.page-btn::after {
			background-position: 13px 6px;
		}
		nav.post-navigation .nav-previous a.page-btn::before {
			background-position: 13px 6px;
		}
	}

.casestudy-wrap {
    border-bottom: 1px solid #f4f4f4;
        overflow: visible;
}
	.casestudy-wrap .scroll-marker span {
	}
	section.full-bleed-section:last-of-type .scroll-marker span {
		display: none;
	}
	@media screen and (max-width: 600px) {
		.casestudy-wrap:first-of-type {
			    padding-top: 100px;
		}
	}
	@media screen and (max-width: 1024px) {
		.casestudy-wrap:not(.full-bleed-case-image) .bg-img {
			    display: none;
		}
	}

.casestudy.websites {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.row-reverse {
	flex-direction: row-reverse;
}

.main-presentation {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
	@media screen and (min-width: 980px) {
		.main-presentation {
			width: calc(100% - 410px);
			max-width: 800px;
		}
	}
	@media screen and (min-width: 1900px) and (min-height: 1020px) {
		.main-presentation {
			max-width: 1000px;
		}
	}
	@media screen and (min-width: 2500px) and (min-height: 1200px) {
		.main-presentation {
			max-width: 1100px;
		}
	}
	.main-presentation .flickity-viewport {
		background: #d2d2d2;
	}

.case-description {
	width: 100%;
	margin-top: 70px;
}
	@media screen and (min-width: 980px) {
		.case-description {
			width: 300px;
			margin-top: 0px;
		}
	}
	.case-description h2 {
		width: auto;
    font-size: 30px;
    float: left;
	}
	@media screen and (min-width: 1024px) {
		.case-description h2 {
			font-size: 40px;
		}
	}
	.case-description .condensed {
		margin-bottom: 10px;
	}
	.case-description .condensed,
	.case-description p {
		font-size: 12px;
	}
	.case-description p {
		    margin-bottom: 10px;
	}
	.case-description p em {
		font-size: 11px;
	}
	@media screen and (min-width: 1024px) {
		.case-description .condensed,
		.case-description p {
			font-size: 12px;
		}
	}
	.case-description .btn {
		border-image: linear-gradient(to right, rgba(118,203,0,1) 0%, rgba(17,164,246,1) 100%);
    color: #676767;
    font-size: 15px;
    padding: 12px 18px 11px;
    margin-top: 15px;
    border-image-slice: 1;
    border-width: 1px;
	}
	.casestudy-wrap .case-description .btn span:before {
		content: "Full story";
	}
	.casestudy-wrap.extended-gallery-open .case-description .btn span:before {
		content: "Close";
	}
	.case-description .btn:after {
		background: -moz-linear-gradient(left, rgba(118,203,0,1) 0%, rgba(17,164,246,1) 100%);
		background: -webkit-linear-gradient(left, rgba(118,203,0,1) 0%,rgba(17,164,246,1) 100%);
		background: linear-gradient(to right, rgba(118,203,0,1) 0%,rgba(17,164,246,1) 100%);
	}
	.case-description .btn.active span,
	.case-description .btn:hover span {
		color: #FFF;
	}
	.case-description .btn.active:hover span {
		color: inherit;
	}

.carousel-cell {
	background-position: center top;
}
	.carousel-cell.video .hot-spot {
		/*
		width: 65px;
		height: 65px;
		left: calc(50% - 32px);
		top: calc(50% - 32px);
		*/
	}

.desktop-carousel {
	margin-right: auto;
	width: 90%;
  float: left;
  background: #f0f0f0;
	padding-top: 15px;
  border-radius: 10px 10px 0 0;
}
	.desktop-carousel .carousel-cell {
		width: 100%;
		padding-bottom: 80%;
	}
	@media screen and (min-width: 1300px) {
		.desktop-carousel .carousel-cell {
			padding-bottom: 65%;
		}
		.desktop-carousel {
			padding-top: 25px;
		  border-radius: 15px 15px 0 0;
		}
	}
	@media screen and (min-width: 1900px) and (min-height: 1020px) {
		.desktop-carousel .carousel-cell {
			padding-bottom: 75%;
		}
	}
	

.mobile-carousel {
	width: 40%;
  float: left;
	background: #f0f0f0;
  padding: 15px 5px;
  border-radius: 10px;
}
	.mobile-carousel.landscape {
		padding: 7px 20px;
		width: 100%;
	}
	@media screen and (max-width: 600px) {
		.mobile-carousel.portrait {
			width: 80%;
		}
		.portrait-tablet-portrait-mobile .mobile-carousel,
		.desktop-portrait-mobile .mobile-carousel {
			width: 30%;
		}
	}
	@media screen and (min-width: 700px) {
		.mobile-carousel {
			width: 25%;
		}
		.mobile-carousel.landscape {
			width: 80%;
	    max-width: 640px;
		}

		.mobile-carousel.landscape {
			padding: 10px 25px;
		}
		.hand-portrait-mobile .mobile-carousel.portrait {
			min-width: 280px;
	    max-width: 300px;
		}
		.mobile-carousel {
			padding: 30px 10px;
			border-radius: 20px;
		}
	}
	@media screen and (min-height: 900px) {
		.hand-portrait-mobile .mobile-carousel.portrait {
			min-width: 350px;
			max-width: 350px;
		}
	}
	@media screen and (min-height: 1100px) {
		.hand-portrait-mobile .mobile-carousel.portrait {
			min-width: 400px;
			max-width: 400px;
		}
	}
	.portrait-tablet-portrait-mobile .mobile-carousel {
		right: 7%;
		max-width: 230px;
		position: relative !important;
		align-self: flex-end;
	}
	.portrait-tablet-portrait-mobile .mobile-carousel {
	}
	.mobile-carousel.portrait .carousel-cell {
		width: 100%;
		padding-bottom: 180%;
	}
	.mobile-carousel.landscape .carousel-cell {
		width: 100%;
		padding-bottom: 55%;
	}
	.desktop-portrait-mobile .mobile-carousel {
		position: absolute !important;
		right: 0;
		z-index: 20;
		bottom:0;
	}
	@media screen and (min-width: 1300px) {
		.mobile-carousel.landscape {
			padding: 15px 30px;
		  border-radius: 20px;
		}
	}
	@media screen and (min-width: 1900px) and (min-height: 1020px) {
		.mobile-carousel.portrait .carousel-cell {
			width: 100%;
			padding-bottom:200%;
		}
	}




.tablet-carousel {
	width: 100%;
	float: left;
	background: #f0f0f0;
	padding: 15px;
	border-radius: 10px;
	max-width: 510px;
}
	@media screen and (min-width: 600px) {
		.portrait-tablet-portrait-mobile .tablet-carousel.portrait {
			width: 70%;
		}
		.tablet-carousel.landscape {
			max-width: 730px;
			width: 90%;
			padding: 25px;
		}
	}
	@media screen and (min-width: 1024px) and (min-height: 980px) {
		.tablet-carousel.portrait {
			max-width: 600px;
		}
	}
	.tablet-carousel.portrait .carousel-cell {
		width: 100%;
    padding-bottom: 135%;
	}
	.tablet-carousel.landscape .carousel-cell {
		width: 100%;
		padding-bottom: 56%;
	}
	.tablet-carousel.landscape.minimal {
		padding: 8px;
		border-radius: 6px;
	}
	@media screen and (min-width: 1024px) {
		.tablet-carousel.portrait {
			padding: 25px 10px;
		  border-radius: 20px;
			padding: 40px;
		}
	}
	@media screen and (min-width: 1300px) {
		.tablet-carousel.portrait {
			padding: 25px 10px;
		  border-radius: 20px;
			padding: 40px;
		}
		.tablet-carousel.landscape {
			padding: 25px 10px;
		  border-radius: 20px;
			padding: 40px;
		}
		.tablet-carousel.landscape {
			width: 100%;
			max-width: 1000px;
		}
	}

/*
@media screen and (max-height: 930px) and (min-width: 1230px) {
	.hand-portrait-tablet {
		background: url(../img/hand_portrait_tablet.jpg) center center no-repeat;
		background-size: 20%;
		background-position: 66% 100%;
	}
}

@media screen and (min-height: 540px) and (max-width: 1500px) and (min-width: 1210px) {
	.hand-landscape-mobile {
		background: url(../img/hand_landscape_mobile.jpg) center center no-repeat;
    background-size: 870px;
    background-position: calc(50% - 46vw) calc(100% + 130px);
	}
}

@media screen and (max-width: 1475px) {
	.hand-landscape-tablet {
		background: url(../img/hand_landscape_tablet.jpg) center center no-repeat;
		background-size: 79vw;
    background-position: calc(50% - 14vw) calc(50% + 15vh);
	}
}

@media screen and (min-width: 980px) and (max-height: 680px) {
	.hand-portrait-mobile {
		background: url(../img/hand_portrait_mobile.jpg) center center no-repeat;
    background-size: 560px;
    background-position: calc(50% - 330px) bottom;
	}
}

@media screen and (min-width: 1024px) {
	.background-blur-motion {
		background: url(../img/motion_blur.jpg) center center no-repeat;
		background-size: 80% auto;
		background-position: left bottom;
	}
}
*/


.play-btn {
	border-radius: 100%;
	position: absolute;
	width: 45px;
	height: 45px;
	left: calc(50% - 28px);
	top: calc(50% - 28px);
	transition: all .3s cubic-bezier(.2,0,.1,1);
	background: -moz-linear-gradient(left, rgba(118,203,0,1) 0%, rgba(17,164,246,1) 100%);
	background: -webkit-linear-gradient(left, rgba(118,203,0,1) 0%,rgba(17,164,246,1) 100%);
	background: linear-gradient(to right, rgba(118,203,0,1) 0%,rgba(17,164,246,1) 100%);
}
	@media screen and (min-width: 1024px){
		.play-btn {
			width: 65px;
			height: 65px;
			left: calc(50% - 33px);
			top: calc(50% - 33px);
		}
	}
	.play-btn::before {
		position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url(../img/arrow-white.svg) 54% center no-repeat;
    width: 100%;
    height: 100%;
    background-size: 12px;
		z-index: 60;
	}
	.carousel-cell.video:before {
		position: absolute;
		background: #000;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		content: "";
		transition: all .3s cubic-bezier(.2,0,.1,1);
	}
	.carousel-cell.video:hover .play-btn {
		transform: scale(1.1);
	}
	.carousel-cell.video:not(.no-hover):hover:before {
		opacity: 0.4; 
	}

.full-bleed-case-image {

}
	@media screen and (max-width: 979px){
		/*
		.full-bleed-case-image .bg-img {
			position: relative;
			left: auto;
			top: auto;
			padding-bottom: 80%;
			height: auto;
		}
		*/
		.full-bleed-case-image .case-description {
			margin-top: 30px;
		}
	}
	.full-bleed-case-image .case-description {
		margin-top: 30px;
		background: rgba(255, 255, 255, 0.95);
		padding: 30px;
    }
    @media screen and (max-width: 600px){
	    .template-h .bg-img {
		    height: 400px;
	    }
	    .full-bleed-section.template-h {
			display: flex;
			align-items: flex-end;
			padding: 0 0 35px 30px;
	    }
	    .full-bleed-section.template-h .casestudy.websites {
		    display: flex;
		    align-items: center;
		    justify-content: space-around;
		    flex-wrap: wrap;
		}
	    
    }

.extended-gallery {
	overflow: hidden;
	height: 0;
   display: none;
}
	
	section.extended-gallery-open .extended-gallery {
		height: auto;
		display: block;
		margin-top: 100px;
		width: calc(100% + 240px);
		margin-left: -120px;
		margin-right: -120px;
		margin-bottom: -100px;
	}
	@media screen and (max-width: 600px){
		section.extended-gallery-open .extended-gallery {
			width: calc(100% + 120px);
			margin-left: -60px;
			margin-right: -60px;
			margin-bottom: -60px;
		}
	}

.extended-gallery img {
	width: 100%;
	float: left;
}


h1.work-page-title {
position: fixed;
    transform: rotate(-90deg);
    left: 45px;
    bottom: 0;
    color: #d6d6d6;
    margin: 0;
    transform-origin: 0 0;
    width: 100vh;
    text-align: right;
    z-index: 10;
    padding-right: 50px;
}
	@media screen and (max-width: 600px){
		h1.work-page-title {
		left: 18px;	
		}
	}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
##  Plugins
--------------------------------------------------------------*/


.pagination {
	position:fixed;
	left:44px;
	top: 50%;
  transform: translateY(-50%);
  	list-style: none;
	font-size:1.4em;
	z-index: 100;
	width: 20px;
	margin: 0;
}
	@media screen and (max-width: 600px){
		.pagination {
		left: 17px;	
		}
	}
.pagination a {
	display:block;
	height:16px;
	margin-bottom:0;
	color:#676767;
	position:relative;
	padding:4px;
}
.pagination a.active:after {
	    background: #3cbe29;
}
.pagination a[href="#home"].active:after {
	background: #ee7203;
}

.pagination a[href="#work"].active:after {
	background: #53b239;
}

.pagination a[href="#clients"].active:after {
	background: #a8cd00;
}

.pagination a[href="#experience"].active:after {
	background: #705ec8;
}

.pagination a[href="#contact"].active:after {
	background: #bd1d68;
}


.pagination a .hover-text {
	display: none;
}
.pagination a:hover .hover-text {
	display: none;
}
.pagination a:after {
-webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 15px;
    height: 1px;
    display: block;
    border: none;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    background: #67676742;
    right: 4px;
    bottom: 0;
}

body.page-template-page-home .pagination a:after { 
	background:#737373;
}




body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.fancybox-infobar {
	display: none;
}

a.fb-trigger {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    bottom: -48px;
    z-index: 30;
    padding: 2px;
}
	a.fb-trigger svg {
		width: 25px;
		fill: #CCC;
	}
	a.fb-trigger:hover svg {
		fill: #41bb83;
	}
	.range-single a.fb-trigger {
		left: calc(50% - 15px) !important;
	}


/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: url(../img/drag_cursor.svg), auto;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
	left: 0;
}

.flickity-page-dots .dot:first-child:nth-last-child(1) {
	display: none;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 7px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}
.flickity-page-dots .dot:hover {
	background: #41bb83;
}

.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
	background: #41bb83;
}
	
	

/*--------------------------------------------------------------
##  Animations
--------------------------------------------------------------*/

/* Fade in */

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
  	opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
  	opacity: 1;
  }
}

/* Roll up */

@-webkit-keyframes RollUp {
  0% {
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@keyframes RollUp {
  0% {
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

/* Fade in and up */

@-webkit-keyframes FadeInAndUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@keyframes FadeInAndUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}


/* Fade out and down */

@-webkit-keyframes FadeOutAndDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
  }
}
@keyframes FadeOutAndDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
  }
}

/* Fade in and down */

@-webkit-keyframes FadeInAndDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
	90% {
  	opacity: 0.5;
  }
  100% {
  	opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@keyframes FadeInAndDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
  100% {
  	opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

.js .reveal {
	opacity:0;
	will-animate: opacity, translate3d;
}
	.js .reveal.revealed {
	  -webkit-animation: FadeInAndUp 1s cubic-bezier(.4,0,.2,1);
	          animation: FadeInAndUp 1s cubic-bezier(.4,0,.2,1);
	  -webkit-animation-fill-mode:both;
	          animation-fill-mode:both;
	}
	.js .reveal.FadeIn.revealed {
	  -webkit-animation: FadeIn 1s cubic-bezier(.4,0,.2,1);
	          animation: FadeIn 1s cubic-bezier(.4,0,.2,1);
	  -webkit-animation-fill-mode:both;
	          animation-fill-mode:both;
	}
