/*
Theme Name: Field Theory
Theme URI: 
Description:
Version: 1.0
Author: Robbie Rotman
Author URI: robbierotman.com
Tags:
*/
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}strong{font-family: 'akzidenz-grotesk_nextmedium'; font-weight: normal;}

@font-face {
  font-family: 'Feijoa-Medium';
  src: url('library/fonts/Feijoa-Medium.eot?#iefix') format('embedded-opentype'),  url('library/fonts/Feijoa-Medium.otf')  format('opentype'),
	     url('library/fonts/Feijoa-Medium.woff') format('woff'), url('library/fonts/Feijoa-Medium.ttf')  format('truetype'), url('library/fonts/Feijoa-Medium.svg#Feijoa-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akzidenz-grotesk_nextmedium';
  src: url('library/fonts/agnextmedium-webfont.eot?#iefix') format('embedded-opentype'), url('library/fonts/agnextmedium-webfont.woff') format('woff'), url('library/fonts/agnextmedium-webfont.woff2') format('woff2'), url('library/fonts/agnextmedium-webfont.ttf')  format('truetype'), url('library/fonts/agnextmedium-webfont.svg#akzidenz-grotesk_nextmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akzidenz-grotesk_nextMdIt';
  src: url('library/fonts/agnextmedita-webfont.eot?#iefix') format('embedded-opentype'), url('library/fonts/agnextmedita-webfont.woff') format('woff'), url('library/fonts/agnextmedita-webfont.woff2') format('woff2'), url('library/fonts/agnextmedita-webfont.ttf')  format('truetype'), url('library/fonts/aagnextmedita-webfont.svg#akzidenz-grotesk_nextMdIt') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akzidenz-grotesk_next_regulRg';
  src: url('library/fonts/agnextregular-webfont.eot?#iefix') format('embedded-opentype'), url('library/fonts/agnextregular-webfont.woff') format('woff'), url('library/fonts/agnextregular-webfont.woff2') format('woff2'), url('library/fonts/agnextregular-webfont.ttf')  format('truetype'), url('library/fonts/agnextregular-webfont.svg#akzidenz-grotesk_next_regulRg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akzidenz-grotesk_next_regulIt';
  src: url('library/fonts/agnextita-webfont.eot?#iefix') format('embedded-opentype'), url('library/fonts/agnextita-webfont.woff') format('woff'), url('library/fonts/agnextita-webfont.woff2') format('woff2'), url('library/fonts/agnextita-webfont.ttf')  format('truetype'), url('library/fonts/agnextita-webfont.svg#akzidenz-grotesk_next_regulIt') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fm {
	font-family: 'Feijoa-Medium', serif;
	font-weight: normal;
}

em {
	font-family: 'akzidenz-grotesk_next_regulIt', sans-serif;
	font-weight: normal;
}

strong em {
	font-family: 'akzidenz-grotesk_nextMdIt', sans-serif;
	font-weight: normal;
}

/* Grid */
.row {
width: 100%;
max-width: 1400px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
padding: 0;
}

body .row .np {
padding: 0;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
float: left;
min-height: 1px;
position: relative;
padding-left: 1em;
padding-right: 1em;
}

.onecol {
width:8.33333333333%;
}

.twocol {
width:16.6666666667%;
}

.threecol {
width:25%;
}

.fourcol {
width:33.3333333333%;
}

.fivecol {
width:41.6666666667%;
}

.sixcol {
width:50%;
}

.sevencol {
width:58.3333333333%;
}

.eightcol {
width:66.6666666667%;
}

.ninecol {
width:75%;
}

.tencol {
width:83.3333333333%;
}

.elevencol {
width:91.6666666667%;
}

.twelvecol {
width: 100%;
}

img, object, embed, svg {
max-width: 100%;
}

img {
height: auto;
}

img, svg {
	display: inline-block;
}

/* Mobile Grid */
@media handheld, only screen and (max-width: 48em) {

	.row, body {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: 100%;
	}

}

/* Layout for desktop */
*,*:after,*:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

body { text-rendering: optimizelegibility; font-size: 100%; -webkit-text-size-adjust: none; background-color: #FFF; line-height: 1.4; padding: 100px 1.5em 2em 1.5em; }

html, body, select, input, textarea, button {font-family: 'akzidenz-grotesk_next_regulRg', sans-serif; font-weight: 400; color: #828282;}

:-moz-selection{background: rgba(0,0,0,0.1); text-shadow: none;}
:selection {background: rgba(0,0,0,0.1); text-shadow: none;}

:-webkit-input-placeholder {
	color:#A9A9A9;
}

:-moz-placeholder {
	color:#A9A9A9; 
}

:-moz-placeholder {
	color:#A9A9A9; 
}

:-ms-input-placeholder {  
	color:#A9A9A9; 
}

a, svg {
	-webkit-transition: all 1.25s ease;
	transition: all 1.25s ease;
}

a:link {-webkit-tap-highlight-color: rgba(0,0,0,0.1);}

a {
	color: #828282;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

a:hover {
	color: #828282;
	border-bottom-color: #828282;
	text-decoration: none;
}

p {
	font-size: 0.9375em;
	padding: 0 0 1.5em;
	letter-spacing: 0.05em;
}

.h1 {
	font-size: 1.0625em;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 0.9375em;
	font-family: 'akzidenz-grotesk_nextmedium';
}

.h1 + .h2, .h1 + .h3 {
	margin-top: -1em;
}

.h1, .h2 {
	text-transform: uppercase;
}

.h2, .h3 {
	font-size: 0.9375em;
	font-weight: 400;
	letter-spacing: 0.15em;
	font-family: 'akzidenz-grotesk_next_regulRg';
}

.text-block .h2, .text-block .h3 {
	margin-bottom: 1em;
}

.text-block a {
	border-bottom: 2px solid #828282;
}

.text-block span.sm {
	font-size: 0.75em;
}

.text-block a:hover {
	color: #00f;
	border-bottom-color: #00f;
}

.clear:before, .clear:after {
  content: "";
  display: table;
} 
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}

.mshow {
	display: none;
}

.pdd {
	margin-top: 8em;
}

input, textarea {
	border: 1px solid #828282;
	border-radius: 0.15em;
	padding: 0.35em 0.5em;
	color: #828282;
	margin: 0.25em 0;
	min-width: 280px;
}

label {
	display: none;
}

input[type=submit] {
	appearance: none;
	-webkit-appearance: none;
	background-color: #828282;
	color: #FFF;
	cursor: pointer;
	margin-top: 0.25em;
}

@media handheld, only screen and (max-width: 48em) {

	body {
		padding: 65px 0 0 0;
	}
	
	.mhide {
		display: none;
	}
	
	.mshow {
		display: block;
	}
	
	.pdd {
		margin-top: 2em;
	}
	
	input, textarea {
		width: 100%;
	}
	
}

/* Header */
header {
	background-color: #FFF;
	padding: 2em 1.5em 1em;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

header .row {
	overflow: visible;
}

header .logo {
	position: absolute;
width: 200px;
top: -1em;
}

header .logo a {
	border-bottom: none;
	display: block;
}

header .logo svg {
	fill: #828282;
	display: block;
	width: 100%;
	height: auto;
}

header .logo a:hover svg {
	-webkit-animation: colours-ani 0.35s infinite;
	animation: colours-ani 0.35s infinite;
}

@-webkit-keyframes colours-ani {
  0% {
    fill: #00ffff;
  }
  33.33% {
    fill: #00f;
  }
  66.67% {
    fill: #00ff00;
  }
  100% {
    fill: #00ffa0;
  }
}

@keyframes colours-ani {
  0% {
    fill: #00ffff;
  }
  33.33% {
    fill: #00f;
  }
  66.67% {
    fill: #00ff00;
  }
  100% {
    fill: #00ffa0;
  }
}

header nav {
	display: inline-block;
	width: 60%;
	text-align: right;
	vertical-align: bottom;
	float: right;
}

header nav li {
	display: inline-block;
	padding: 1em 0 0.5em;
	margin-left: 12%;
}

header nav a {
	letter-spacing: 0.2em;
	font-size: 1.1875em;
}

header nav li:nth-child(1) a:hover, header nav .active:nth-child(1) a {
	color: #00ffff;
	border-bottom-color: #00ffff;
}

header nav li:nth-child(2) a:hover, header nav .active:nth-child(2) a {
	color: #00f;
	border-bottom-color: #00f;
}

header nav li:nth-child(3) a:hover, header nav .active:nth-child(3) a {
	color: #00ff00;
	border-bottom-color: #00ff00;
}

header nav li:nth-child(4) a:hover, header nav .active:nth-child(4) a {
	color: #00ffa0;
	border-bottom-color: #00ffa0;
}

/* Mobile Menu */
header .m-menu {
  display: none;
  cursor: pointer;
  float: right;
  margin-top: 0.675em;
  position: relative;
  height: 25px;
}

.m-menu div {
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 7px;
  background: #828282;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-menu div:before, .m-menu div:after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 28px;
  height: 1px;
  background: #828282;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-menu div:before {
  top: 0;
}

.m-menu div:after {
  top: 14px;
}

.active .m-menu div {
  background: none;
}

.active .m-menu div:before, .active .m-menu div:after {
  top: 10px;
  background-color: #00ffa0;
}

.active .m-menu div:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active .m-menu div:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media handheld, only screen and (max-width: 62.5em) {
	
	header nav li {
		margin-left: 8%;
	}
	
}

@media handheld, only screen and (max-width: 48em) {
	
	header {
		left: 0;
		right: 0;
		padding: 1em 0;
	}
	
	header:after {
		content: '';
		position: absolute;
		left: 1em;
		right: 1em;
		bottom: 0;
		height: 1px;
		background-color: #EEE;
	}
	
	header .logo {
		width: 100px;
	}
	
	header .logo a {
		width: auto;
		height: auto;
	}
	
	header nav {
		display: none;
		position: absolute;
		top: 52px;
		left: 0;
		right: 0;
		background-color: #FFF;
		padding: 1em 1em 0 1em;
	}
	
	header nav li {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0 0 1em 0;
	}
	
	header .m-menu, header.active nav {
		display: block;
	}
	
}

/* Section */
header + section {
	margin-top: 4em;
	position: relative;
	z-index: 40;
}

section .content-block {
	float: right;
}

.text-block img {
	margin-bottom: 1.25em;
	margin-right: 1em;
}

@media handheld, only screen and (max-width: 48em) {
	
	header + section {
		margin-top: 2em;
	}
	
}

/* Home Block */
.home-slider a {
	border: none;
	display: block;
}

.home-slider .overlay {
  position: absolute;
  left: 5em;
  right: 5em;
  top: 4em;
  bottom: 4em;
  color: #FFF;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.home-slider .overlay h1 {
  color: #FFF;
  font-size: 3em;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}

.home-block article {
	margin-top: 2em;
}

@media handheld, only screen and (max-width: 72.5em) {
	
	.home-slider .overlay h1 {
		font-size: 2em;
	}
	
}

@media handheld, only screen and (max-width: 48em) {
	
	.home-slider {
		margin-bottom: 1em;
	}
	
	.home-slider .overlay h1 {
		font-size: 1.5em;
	}
	
	.home-block article {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
}

/* Grid */
.grided {
  -webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.grided article {
	margin-bottom: 3em;
}

.grided a {
	display: block;
	border: none;
}

.grided img {
	margin-bottom: 1em;
}

.grided p, .grided .h1, .grided .h2 {
	padding: 0;
	margin: 0;
}

/* Project */
.project-slider-nav {
	margin: 1.5em 0 0 0;
}

.project-slider-nav .slick-track {
	width: auto !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;*/
}

.project-slider-nav .slick-track li {
	width: 33.33% !important;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 1.125em;
}

.project-slider-nav .slick-track li:nth-child(1), .project-slider-nav .slick-track li:nth-child(4), .project-slider-nav .slick-track li:nth-child(7) {
	padding-right: 0.75em;
}

.project-slider-nav .slick-track li:nth-child(2), .project-slider-nav .slick-track li:nth-child(5), .project-slider-nav .slick-track li:nth-child(8) {
	padding-left: 0.375em;
	padding-right: 0.375em;
}

.project-slider-nav .slick-track li:nth-child(3), .project-slider-nav .slick-track li:nth-child(6), .project-slider-nav .slick-track li:nth-child(9) {
	padding-left: 0.75em;
}

.project-embedded-content {
	margin-bottom: 1.25em;
}

@media handheld, only screen and (max-width: 62.5em) {
	
	.project-slider-nav {
		margin: 1em 0 0 0;
	}
	
	.project-slider-nav .slick-track li {
		margin-bottom: 1em;
	}
	
	.project-slider-nav .slick-track li:nth-child(1), .project-slider-nav .slick-track li:nth-child(4), .project-slider-nav .slick-track li:nth-child(7) {
		padding-right: 0.66666em;
	}
	
	.project-slider-nav .slick-track li:nth-child(2), .project-slider-nav .slick-track li:nth-child(5), .project-slider-nav .slick-track li:nth-child(8) {
		padding-left: 0.33333em;
		padding-right: 0.33333em;
	}
	
	.project-slider-nav .slick-track li:nth-child(3), .project-slider-nav .slick-track li:nth-child(6), .project-slider-nav .slick-track li:nth-child(9) {
		padding-left: 0.66666em;
	}
	
}

@media handheld, only screen and (max-width: 48em) {
	
	.project-slider {
		margin-bottom: 1em;
	}
	
}

/* Footer */
footer .row nav {
	position: fixed;
	bottom: 0;
	left: auto;
	z-index: 42;
}

footer nav > * {
	margin-bottom: 2em;
}

footer .f-menu li {
	margin-bottom: 0.15em;
}

footer .f-menu li:last-child {
	margin-bottom: 0;
}

footer .f-menu a {
	text-transform: uppercase;
	font-size: 1.125em;
}

footer .f-menu .active a {
	border-bottom-color: currentcolor;
}

footer .f-social a {
	display: inline-block;
	border: none;
	margin-right: 0.5em;
}

footer .f-social svg {
	fill: #828282;
}

footer .f-social a:hover svg {
	fill: #00ffff;
}

footer .f-social a:nth-child(2):hover svg {
	fill: #00ff00;
}

footer .f-social a:nth-child(3):hover svg {
	fill: #00f;
}

@media handheld, only screen and (max-width: 48em) {

	footer {
		margin-top: 2em;
	}

	footer .row nav {
		position: static;
		bottom: auto;
	}
	
	footer nav > * {
		margin-bottom: 1em;
	}
	
}

/* Styled Elements */
.se.home-bg {
	position: fixed;
	left: 0;
	top: 10em;
	z-index: 2;
	fill: #00ffa0;
}

.se.about-bg {
	position: fixed;
	left: -18em;
	top: 40%;
	z-index: 2;
	fill: #00ffff;
}

.se.soon-bg {
	position: fixed;
	left: 11em;
	top: 8em;
	z-index: 2;
	opacity: 0.5;
}

.se.past-bg {
	position: fixed;
	left: 10em;
	top: 4em;
	z-index: 2;
}

.se.all-bg1 {
	position: fixed;
	left: 10em;
	top: 5em;
	z-index: 2;
}

.se.all-bg2 {
	position: fixed;
	right: 0;
	top: 7em;
	z-index: 2;
}

.se.home-icon1 {
	position: fixed;
	left: 10%;
	top: 20em;
	z-index: 44;
}

.se.home-icon2 {
	position: fixed;
	left: 17%;
	top: 18.5em;
	z-index: 46;
	border-radius: 100%;
	border: 2px solid #00ffa0;
	width: 0.75em;
	height: 0.75em;
}

.se.home-icon3 {
	position: fixed;
	right: 4%;
	top: 7em;
	z-index: 46;
	border-radius: 100%;
	background-color: #00ffa0;
	width: 1em;
	height: 1em;
}

.se.about-icon1 {
	position: fixed;
	right: 7%;
	top: 9em;
	z-index: 46;
	border-radius: 100%;
	background-color: #00ffff;
	width: 1.125em;
	height: 1.125em;
}

.se.about-icon2 {
	position: fixed;
	right: 4%;
	top: 7.5em;
	z-index: 3;
	border-radius: 100%;
	background-color: #00ffff;
	background-color: rgba(0,255,255,0.5);
	width: 0.65em;
	height: 0.65em;
}

.se.about-icon3 {
	position: fixed;
	right: 3%;
	top: 1.5em;
	z-index: 3;
	border-radius: 100%;
	border: 2px solid #00ffff;
	width: 11em;
	height: 11em;
}

.se.soon-icon1 {
	position: fixed;
	left: 12%;
	top: 9em;
	z-index: 46;
	border-radius: 100%;
	background-color: #00f;
	background-color: rgba(0,0,255,0.5);
	width: 1.125em;
	height: 1.125em;
}

.se.soon-icon2 {
	position: fixed;
	right: 4%;
	top: 7.5em;
	z-index: 44;
	border-radius: 100%;
	border: 2px solid #00f;
	width: 1.125em;
	height: 1.125em;
}

.se.soon-icon3 {
	position: fixed;
	left: 20%;
	bottom: 6em;
	z-index: 3;
	border-radius: 100%;
	border: 2px solid #00f;
	border: 2px solid rgba(0,0,255,0.5);
	width: 1.125em;
	height: 1.125em;
}

.se.past-icon1 {
	position: fixed;
	left: 19em;
	top: 12em;
	z-index: 46;
	border-radius: 100%;
	background-color: #00ff00;
	width: 0.75em;
	height: 0.75em;
}

.se.past-icon2 {
	position: fixed;
	left: 17.5em;
	top: 17em;
	z-index: 3;
	border-radius: 100%;
	background-color: #00ff00;
	width: 0.75em;
	height: 0.75em;
}

.se.all-icon1 {
	position: fixed;
	left: 18em;
	bottom: 5em;
	z-index: 46;
	border-radius: 100%;
	background-color: #00ffa0;
	width: 0.875em;
	height: 0.875em;
}

.se.all-icon2 {
	position: fixed;
	left: 15.5em;
	bottom: 7em;
	z-index: 3;
	border-radius: 100%;
	background-color: #00ffa0;
	width: 1.25em;
	height: 1.25em;
}

.se.popout {
	cursor: pointer;
	-webkit-animation: pulse-ani 2.5s ease infinite;
	animation: pulse-ani 2.5s ease infinite;
	box-shadow: 0 0 0 rgba(0,0,0, 0.4);
}

.se.popout:hover {
	-webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.se.popout:before {
	position: absolute;
	content: attr(data-content);
	-webkit-transition: all 1.25s ease;
	transition: all 1.25s ease;
	cursor: auto;
	width: 14em;
	background-color: #FFF;
	top: 110%;
	left: 0;
	padding: 0.5em;
	color: #00ffa0;
	font-size: 0.875em;
	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
}

.se.home-icon2:before {
	color: #00ffa0;
}

.se.about-icon1:before {
	color: #00ffff;
}

.se.soon-icon1:before {
	color: #00f;
}

.se.past-icon1:before {
	color: #00ff00;
}

.se.popout:hover:before {
	opacity: 1;
	visibility: visible;
}

.se.popout.l:before {
	left: auto;
	right: 0;
}

.se.popout.t:before {
	top: auto;
	bottom: 100%;
}

@-webkit-keyframes pulse-ani {
	
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(130,130,130, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(130,130,130, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(130,130,130, 0);
  }
  
}

@keyframes pulse-ani {
	
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(130,130,130, 0.4);
    box-shadow: 0 0 0 0 rgba(130,130,130, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(130,130,130, 0);
    box-shadow: 0 0 0 10px rgba(130,130,130, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(130,130,130, 0);
    box-shadow: 0 0 0 0 rgba(130,130,130, 0);
  }

}

/* Slick Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.nloaded {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.25s ease;
	transition: all 1.25s ease;
}

.loaded {
	opacity: 1;
	visibility: visible;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
	position: relative;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Fitvids */
.fluid-width-video-wrapper{width:100%;position:relative;padding:0;/*margin: 0.75em 0 1em 0;*/}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}

/* Infinite Scroll */
.is article {
	-webkit-transition: all 1.25s ease;
	transition: all 1.25s ease;
	opacity: 0;
	visibility: hidden;
}

.is article.loaded {
	opacity: 1;
	visibility: visible;
}

.is nav {
	display: none !important;
}

.is #infscr-loading > img {
	width: 3.25em;
	height: 3.25em;
	display: block;
	margin: 0 auto;
	
}