html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  grid_fade: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
iframe {
  vertical-align: bottom;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.hide-element {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
html,
body {
  background: #151515 url('/-/graphics/bg.jpg');
  color: #999;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
html {
  height: 100%;
  position: relative;
}
body {
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.1em 0;
  color: #AAA;
  letter-spacing: 0.08em;
}
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #AAA;
}
h1 {
  font-size: 1.5em;
}
h1.slogan {
  color: #777;
  font-size: 0.9em;
  text-transform: none;
  text-align: center;
  padding-top: 2em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
p {
  color: #666;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
.intro p {
  text-align: center;
}
a:link,
a:visited {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #AAA;
}
.no-touch h1 a:hover,
.no-touch h2 a:hover,
.no-touch h3 a:hover,
.no-touch h4 a:hover,
.no-touch h5 a:hover,
.no-touch h6 a:hover {
  color: #48bdcb;
}
.no-touch a:hover {
  color: #48bdcb;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.container {
  max-width: 68em;
  width: 90%;
  padding: 0;
}
form ul li,
ul li {
  margin: 0 0 0.9em 0;
}
.outdated-browser {
  background: #EEE;
  text-align: left;
  color: #BBB;
}
.outdated-browser .container {
  padding: 0.9em 0;
}
.outdated-browser a:link {
  text-decoration: none;
  color: #DDD;
}
.no-touch .outdated-browser a:hover {
  text-decoration: underline;
  color: #FFF;
}
.required-prompt {
  font-size: 0.95em;
  padding: 0.8em 0 0 0;
  color: #48bdcb;
}
.required-icon {
  color: #48bdcb;
}
input,
select,
textarea {
  padding: 1.2em;
  border: none;
  outline: none;
  font-size: 0.95em;
  background: rgba(5, 5, 5, 0.6);
  border-radius: 0;
  color: #AAA;
  text-align: center;
}
input[type=submit],
.button {
  background: rgba(72, 189, 203, 0.8);
  font-size: 0.95em;
  color: #FFF;
  padding: 0.65em 0.8em;
  margin: 0;
  min-width: 100px;
  border: none;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
label {
  display: block;
  margin-bottom: 1em;
  font-size: 0.95em;
  color: #777;
  letter-spacing: 0.05em;
  font-size: 1.2em;
}
a.button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0.75em 1.1em 0.75em 1.1em;
  font-size: 0.95em;
}
a.button:link,
a.button:visited,
a.button:active,
a.button:hover {
  color: #FFF;
}
.slider-outer {
  position: relative;
  max-width: 1088px;
  z-index: 1;
}
.slider-outer.loading {
  background: url('/-/graphics/loader.png') center center no-repeat;
  background-size: 40px;
}
.slider-outer .slider-dummy {
  padding-top: 60%;
}
.slider-outer .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.slider-outer .bx-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.slider-outer .bx-wrapper .bx-controls {
  display: none;
}
.slider-outer .bx-wrapper .bx-controls .bx-prev,
.slider-outer .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  text-indent: -9999px;
  border: 5px solid transparent;
  z-index: 9999;
  cursor: pointer;
}
.slider-outer .bx-wrapper .bx-controls .bx-prev {
  left: 1em;
  background: url('/-/graphics/left-arrow.svg');
  background-size: 300%;
  background-position: 0 0;
}
.slider-outer .bx-wrapper .bx-controls .bx-next {
  right: 1em;
  background: url('/-/graphics/right-arrow.svg');
  background-size: 300%;
  background-position: 0 0;
}
.slider-outer ul.slider {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.slider-outer .bx-viewport,
.slider-outer .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none !important;
}
.slider-outer .bx-viewport {
  height: 100% !important;
}
.slider-outer .slider,
.slider-outer .slider li {
  height: 100% !important;
}
.slider-outer .slider li {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
}
.slider-outer .slider li img {
  margin: 0 auto;
}
/*
.slideshow-shrink-wrap {	
	.slideshow-dummy {
		padding-top: 60%;
	}

	ul.bjqs-controls {
		display: block; 
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		z-index: 9999;
		
		li {
			.opacity(0);
			.transition(opacity 0.25s ease-in-out);
			
			a {
				position: absolute;
				top: 50%;
				width: 30px;
				height: 30px;
				margin-top: -20px;
				text-indent: -9999px;
				border: 5px solid transparent;
			}
			
			&.bjqs-next a {
				right: 1em;
				background: url('/-/graphics/right-arrow.svg');
				background-size: 300%;
				background-position: 0 0;
			}
		
			&.bjqs-prev a {
				left: 1em;
				background: url('/-/graphics/left-arrow.svg');
				background-size: 300%;
				background-position: 0 0;
			}
		
		}

		&:hover {
			li {
				.opacity(1);
				.transition(opacity 0.25s ease-in-out);
			}
		}

	}
}
*/
.cookie-notice {
  position: fixed;
  bottom: 2em;
  left: 0;
  overflow: hidden;
  display: none;
  width: 100%;
  z-index: 9000000;
}
.cookie-notice .container {
  background: rgba(5, 5, 5, 0.8);
  color: #AAA;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  margin: 0 auto;
  text-align: center;
}
.cookie-notice .container a:link,
.cookie-notice .container a:visited {
  color: #AAA;
  display: block;
  text-decoration: none;
}
.cookie-notice .container a.accept-cookie-alert {
  margin: 1em 0 0.5em 0;
  color: #48bdcb;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.no-touch input[type=submit]:hover,
.no-touch .button:hover {
  background: #48bdcb;
}
.no-touch .slider-outer .bx-wrapper .bx-controls {
  opacity: 0;
  display: block;
}
.no-touch .slider-outer .bx-wrapper:hover .bx-controls {
  opacity: 1;
}
header.main {
  width: 100%;
  background: rgba(5, 5, 5, 0.6);
}
header.main.nav-open .container nav {
  display: block;
}
header.main .container {
  padding: 2em 0;
}
header.main .container .logo {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
header.main .container .logo .logo-link {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
header.main .container .logo img {
  max-width: 150px;
}
header.main .container .logo .open-nav {
  position: absolute;
  top: 0.95em;
  left: -1em;
  width: 25px;
  height: 25px;
  background: url('/-/graphics/menu.svg') no-repeat;
  background-size: 300%;
  background-position: 0 0;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
  border: 1em solid transparent;
}
header.main .container nav {
  display: none;
  text-align: center;
}
header.main .container nav ul {
  padding-top: 1.5em;
}
header.main .container nav ul li {
  display: block;
  padding: 0 0 1em 0;
  margin: 0;
}
header.main .container nav ul li:last-child {
  padding-bottom: 0;
}
header.main .container nav ul li.social-icons-nav {
  padding-top: 0.4em;
}
header.main .container nav ul li.social-icons-nav a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header.main .container nav ul li.close-nav {
  display: block;
}
header.main .container nav ul li a:link,
header.main .container nav ul li a:visited {
  font-size: 1.2em;
  font-weight: 100;
  color: #999;
  letter-spacing: 0.1em;
}
header.main .container nav ul li.selected a {
  color: #48bdcb;
}
.no-touch header.main .container .logo .open-nav:hover {
  background-position: -50px 0;
}
.no-touch header.main .container nav ul li.social-icons-nav a:hover {
  background-position: -40px 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touch header.main .container nav ul li a:hover {
  color: #48bdcb;
}
.social-icons a.facebook {
  background: url('/-/graphics/facebook.svg') no-repeat center center;
  background-size: 300%;
  background-position: 0 0;
  margin-right: 0.5em;
}
.social-icons a.twitter {
  background: url('/-/graphics/twitter.svg') no-repeat center center;
  background-size: 300%;
  background-position: 0 0;
  margin-right: 0.4em;
}
.social-icons a.flickr {
  background: url('/-/graphics/flickr.svg') no-repeat center center;
  background-size: 300%;
  background-position: 0 0;
  margin-right: 0.4em;
}
.social-icons a.instagram {
  background: url('/-/graphics/instagram.svg') no-repeat center center;
  background-size: 300%;
  background-position: 0 0;
  margin-right: 0.4em;
}
.social-icons a.artsy {
  background: url('/-/graphics/artsy.svg') no-repeat center center;
  background-size: 300%;
  background-position: 0 0;
}
.body {
  position: relative;
}
.body section.main {
  width: 100%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.body section.main .container {
  margin: 0;
  padding: 2em 0;
}
.body section.main.flex .container {
  padding: 2em 0;
}
.body section.main .line {
  display: block;
  width: 300px;
  height: 2px;
  background: #666;
  margin: 3em auto 3.5em auto;
}
.body section.main .line.news-top {
  margin: 3em auto 3.5em auto;
}
.body section.main .line.news-bottom {
  margin: 3.5em auto 3em auto;
}
.body section.main .portfolio .category-item a {
  display: block;
}
.body section.main .portfolio .category-item a p {
  font-size: 1.05em;
  color: #999;
}
.body section.main .portfolio .category-item a img {
  margin-bottom: 0.5em;
}
.body section.main .portfolio .thumb-item a {
  display: block;
}
.body section.main .portfolio .thumb-item a img {
  margin-bottom: 1.7em;
}
.body section.main .portfolio-view .image-controls {
  position: relative;
  padding-top: 3em;
}
.body section.main .portfolio-view .image-controls .prev-next {
  position: absolute;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
}
.body section.main .portfolio-view .image-controls .prev {
  left: 0;
  background: url('/-/graphics/left-arrow.svg');
  background-size: 300%;
  background-position: 0 0;
}
.body section.main .portfolio-view .image-controls .next {
  right: 0;
  background: url('/-/graphics/right-arrow.svg');
  background-size: 300%;
  background-position: 0 0;
}
.body section.main .portfolio-view .image-controls .thumbs,
.body section.main .portfolio-view .image-controls .details {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0 1.5em;
}
.body section.main .portfolio-view .image-controls .thumbs {
  background: url('/-/graphics/thumbs.svg');
  background-size: 200%;
  background-position: 0 0;
}
.body section.main .portfolio-view .image-controls .details {
  background: url('/-/graphics/info.svg');
  background-size: 200%;
  background-position: 0 0;
}
.body section.main .portfolio-view .image-viewer {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.body section.main .portfolio-view .image-viewer .image {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.body section.main .portfolio-view .image-viewer .image img {
  vertical-align: middle;
  max-height: 100%;
}
.body section.main .portfolio-view .image-viewer .image-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #070707 url('/-/graphics/loader.png') center center no-repeat;
  background-size: 40px;
  z-index: 2000;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.body section.main .portfolio-view .image-viewer .image-details-outer {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  overflow: scroll;
}
.body section.main .portfolio-view .image-viewer .image-details-outer.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.body section.main .portfolio-view .image-viewer .image-details-outer .image-details {
  margin: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: rgba(8, 8, 8, 0.8);
  padding: 0.6em 3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
}
.body section.main .portfolio-view .image-viewer .image-details-outer .image-details h2 {
  margin-bottom: 0.2em;
}
.body section.main .portfolio-view .image-viewer .image-details-outer .image-details p {
  color: #888;
  margin-bottom: 0.3em;
}
.body section.main .about img {
  padding-top: 2em;
  width: auto;
  max-width: auto;
  max-height: 450px;
}
.body section.main .news-subscribe-form input[type=submit] {
  margin: 1em 0 0 0;
}
.body section.main p.subscribe-alert {
  color: #48bdcb;
}
.body section.main .news .news-unsubscribe-form input[type=text] {
  max-width: 500px;
  margin: 0 auto;
}
.body section.main .news .news-unsubscribe-form input[type=submit] {
  margin-top: 1em;
}
.body section.main .news .news-item a {
  display: block;
}
.body section.main .news .news-item a h2 {
  margin-bottom: 0.5em;
}
.body section.main .news .news-item a p {
  margin-bottom: 1em;
}
.body section.main .news .news-item a p:last-child {
  margin-bottom: 0;
}
.body section.main .news .news-item a img {
  margin-bottom: 0.8em;
}
.body section.main .news .news-item a p.date {
  color: #999;
}
.body section.main .news-view article h1 {
  margin-bottom: 0.5em;
}
.body section.main .news-view article p.date {
  color: #999;
}
.body section.main .news-view article .news-body {
  margin-top: 4.8em;
}
.body section.main .news-view article .news-body p figure {
  display: block;
  text-align: center;
  margin-bottom: 4.5em;
}
.body section.main .news-view article .news-body p figure.caption {
  margin: 1.5em 0 4em 0;
}
.body section.main .news-view article .news-body p figure.caption figcaption {
  color: #AAA;
  margin-top: 0.5em;
}
.body section.main .news-view article .news-body p figure span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body section.main .news-view article .news-body p figure span img {
  width: auto;
  max-width: auto;
  max-height: 400px;
  margin: 0 auto;
}
.body section.main .news-view article .news-mini-gallery {
  margin: 5em 0 -1em 0;
  text-align: left;
}
.body section.main .news-view article .news-mini-gallery .news-mini-gallery-item {
  background: rgba(5, 5, 5, 0.6);
  margin-bottom: 1.5em;
  text-align: center;
}
.body section.main .news-view article .news-mini-gallery .news-mini-gallery-item a {
  position: relative;
  display: block;
}
.body section.main .news-view article .news-mini-gallery .news-mini-gallery-item a .dummy {
  padding-top: 100%;
}
.body section.main .news-view article .news-mini-gallery .news-mini-gallery-item a .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body section.main .news-view article .news-mini-gallery .news-mini-gallery-item a .image img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.body section.main .news-view article footer.social-share {
  padding-top: 1.1em;
}
.body section.main .news-view article footer.social-share .social-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 21px;
  height: 21px;
  border: 0.5em solid rgba(5, 5, 5, 0.6);
  background-position: 0 0;
  text-indent: -9999px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  margin: 0 0.2em;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.body section.main .news-view article footer.social-share .social-btn.facebook {
  background: rgba(5, 5, 5, 0.6) url('/-/graphics/facebook.svg') no-repeat;
  background-size: 300%;
}
.body section.main .news-view article footer.social-share .social-btn.twitter {
  background: rgba(5, 5, 5, 0.6) url('/-/graphics/twitter.svg') no-repeat;
  background-size: 300%;
}
.body section.main .news-view ul.comments {
  margin-top: 1.6em;
}
.body section.main .news-view ul.comments li {
  font-size: 1em;
}
.body section.main .news-view ul.comments li p {
  margin-bottom: 0.1em;
}
.body section.main .news-view ul.comments li p:first-child {
  color: #999;
}
.body section.main .news-view .comments-form form input[type=text]:focus,
.body section.main .news-view .comments-form form textarea:focus {
  color: #48bdcb;
}
.body section.main .testimonials p.submitted {
  color: #48bdcb;
}
.body section.main .testimonials .submit-testimonial-form {
  display: none;
}
.body section.main .testimonials .submit-testimonial-form form.testimonials-form {
  padding-top: 0.5em;
}
.body section.main .testimonials .submit-testimonial-form form.testimonials-form input[type=text] {
  margin: 0 auto;
  max-width: 500px;
}
.body section.main .testimonials .submit-testimonial-link {
  margin-top: 1em;
}
.body section.main .testimonials p.testimonial {
  margin-bottom: 0;
}
.body section.main .testimonials P.testimonial-name {
  color: #999;
}
.body footer.main {
  display: block;
  width: 100%;
}
.body footer.main .container {
  padding-top: 0;
  text-align: center;
  padding: 1.5em 0;
}
html.ie9 .body .container {
  margin: 0 auto;
}
.no-touch .body section.main .portfolio .category-item a:hover p {
  color: #48bdcb;
}
.no-touch .body section.main .news-view article footer.social-share .social-btn:hover {
  background-position: -42px 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.js #page-body {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.js .page-loader {
  display: none;
  position: absolute;
  top: 2em;
  right: 2em;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #070707 url('/-/graphics/loader.png') center center no-repeat;
  background-size: 40px;
  z-index: 2000;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.js .form-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 0 0 1.5em 0;
  margin: 0.5em auto 0 auto;
}
.js .form-container form.contact-form ul li {
  visibility: hidden;
  height: 0;
  margin: 0;
  -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
  transition: visibility 0s 0.4s, height 0s 0.4s;
}
.js .form-container form.contact-form ul li span {
  display: block;
  overflow: hidden;
  margin-bottom: 1.2em;
}
.js .form-container form.contact-form ul li span label {
  display: block;
  color: #777;
  letter-spacing: 0.05em;
  transition: transform 0.4s;
  transform: translateY(-100%);
  margin: 0;
  font-size: 1.2em;
}
.js .form-container form.contact-form ul li input.standard,
.js .form-container form.contact-form ul li select.standard,
.js .form-container form.contact-form ul li textarea.standard {
  letter-spacing: 0.05em;
  font-size: 1.1em;
}
.js .form-container form.contact-form ul li input.standard,
.js .form-container form.contact-form ul li select.standard {
  text-align: center;
  padding: 0 3.5em 0 3.5em;
  height: 4em;
}
.js .form-container form.contact-form ul li textarea.standard {
  padding: 1.34em 3.5em 1.35em 1.5em;
  height: auto;
}
.js .form-container form.contact-form ul li.current {
  visibility: visible;
  height: auto;
  -webkit-transition: none;
  transition: none;
}
.js .form-container form.contact-form ul li.current span label {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.js .form-container form.contact-form.show-next ul li.current span label {
  -webkit-animation: moveUpFromDown 0.4s both;
  animation: moveUpFromDown 0.4s both;
}
.js .form-container form.contact-form input[type=submit] {
  display: none;
}
.js .form-container form.contact-form .controls .next,
.js .form-container form.contact-form .controls .number,
.js .form-container form.contact-form .controls .progress,
.js .form-container form.contact-form .controls .error {
  position: absolute;
}
.js .form-container form.contact-form .controls .next-f {
  position: absolute;
  right: 0;
  bottom: 1.9em;
  display: block;
  padding: 0;
  width: 3.75em;
  height: 3.7em;
  border: none;
  cursor: pointer;
  font-size: 1em;
  text-indent: -9999px;
  background: #070707;
  outline: none;
}
.js .form-container form.contact-form .controls .next-f::after {
  position: absolute;
  top: 1.2em;
  left: 1.2em;
  width: 25px;
  height: 25px;
  content: "";
  background: #070707 url('/-/graphics/arrow.svg') no-repeat;
  background-size: 200%;
  background-position: 0 0;
}
.js .form-container form.contact-form .controls .number {
  bottom: 0;
  right: 0;
  font-size: 0.95em;
  color: #777;
  width: 2.1em;
}
.js .form-container form.contact-form .controls .number:after {
  position: absolute;
  left: 50%;
  content: '/';
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  transform: translateX(-50%);
}
.js .form-container form.contact-form .controls .number .count-current {
  float: left;
}
.js .form-container form.contact-form .controls .number .count-total {
  float: right;
}
.js .form-container form.contact-form .controls .progress-outer {
  position: relative;
  background: #151515;
  display: block;
  width: 100%;
  height: 0.3em;
}
.js .form-container form.contact-form .controls .progress-outer .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 1.7em;
  height: 0.3em;
  background: #48bdcb;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.js .form-container form.contact-form .controls .error {
  color: #48bdcb;
  color: ;
  bottom: 0;
  left: 0;
  font-size: 0.95em;
  animation: pulse 1.5s ease infinite;
}
.js .sent {
  text-align: center;
}
.js .sent h2 {
  color: #48bdcb;
  font-size: 1.5em;
}
.js .no-touch .form-container form.contact-form .controls .next-f:hover::after {
  background-position: 100% 0;
}
.no-js #page-body {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.no-js .page-loader {
  display: none;
}
.no-js .form-container form.contact-form {
  margin-top: 1em;
}
.no-js .form-container form.contact-form span label {
  margin-bottom: 0.4em;
  display: block;
  color: #555;
}
.no-js .form-container form.contact-form span label small {
  font-size: 0.75em;
}
.no-js .form-container form.contact-form ul li {
  margin-bottom: 1em;
}
.no-js .form-container form.contact-form ul li:last-child {
  margin-bottom: 0;
}
.no-js .form-container form.contact-form input[type=submit] {
  padding: 0.7em 0.9em;
  background: #666;
  border: 0;
  color: #FFF;
  text-shadow: 1px 1px 1px #555;
  margin-top: 0.4em;
}
.no-js .form-container .controls {
  display: none;
}
.no-js .controls {
  display: none;
}
@-webkit-keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
  }
  50% {
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
    filter: alpha(opacity = (30));
  }
  100% {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
  }
}
.basket {
  display: block;
  width: 100%;
  display: table;
  margin-bottom: 1em;
}
.basket thead .product p,
.basket thead .price p,
.basket thead .qty p,
.basket thead .totals p {
  padding-bottom: 0.9em;
  margin: 0;
}
.basket thead .product {
  text-align: left;
  width: 40%;
}
.basket thead .price {
  width: 20%;
}
.basket thead .qty {
  width: 20%;
}
.basket thead .totals {
  text-align: right;
  width: 20%;
}
.basket tbody tr {
  border-top: 1px solid #EEE;
}
.basket tbody .product,
.basket tbody .price,
.basket tbody .qty,
.basket tbody .totals {
  padding: 0.8em 0;
  vertical-align: middle;
}
.basket tbody .product {
  text-align: left;
}
.basket tbody .product p {
  margin-bottom: 0.2em;
}
.basket tbody .product p:last-child {
  margin-bottom: 0;
}
.basket tbody .product .title a {
  font-weight: 600;
}
.basket tbody .product .sku {
  font-size: 0.8em;
}
.basket tbody .product .modifiers {
  font-size: 0.8em;
}
.basket tbody .price {
  text-align: center;
}
.basket tbody .qty {
  text-align: center;
}
.basket tbody .qty input {
  width: 40px;
  text-align: center;
}
.basket tbody .subtotal,
.basket tbody .total,
.basket tbody .shipping,
.basket tbody .tax {
  text-align: left;
  padding: 1em 0;
}
.basket tbody .shipping p {
  margin-bottom: 0.5em;
}
.basket tbody .shipping p span {
  display: block;
  font-size: 0.8em;
  color: #999;
}
.basket tbody .totals,
.basket tbody .subtotal-val,
.basket tbody .total-val,
.basket tbody .shipping-field,
.basket tbody .shipping-val,
.basket tbody .tax-val {
  text-align: right;
}
.basket tbody .total,
.basket tbody .total-val {
  font-weight: 600;
}
footer.main {
  display: block;
  width: 100%;
}
footer.main p {
  color: #383838;
  font-size: 0.8em;
}
footer.main p a:link,
footer.main p a:visited {
  color: #383838;
}
footer.main .social-icons-footer a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.no-touch footer.main a:hover {
  color: #48bdcb;
}
.no-touch footer.main .social-icons-footer a:hover {
  background-position: -20px 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.social {
  margin: 0 0 1.7em 0;
}
.social a {
  color: #FFF;
}
@media only screen and (min-width: 48em) {
  h1.slogan {
    font-size: 1.2em;
  }
  header.main .container .logo {
    margin-bottom: 0;
  }
  header.main .container .logo img {
    max-width: 190px;
  }
  header.main .container .logo .open-nav {
    display: none;
  }
  header.main .container nav {
    display: block;
  }
  header.main .container nav ul {
    padding-top: 0;
  }
  header.main .container nav ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 1em 1em 0 1em;
  }
  header.main .container nav ul li.social-icons-nav {
    padding-top: 1.5em;
  }
  header.main .container nav ul li.close-nav {
    display: none;
  }
  .cookie-notice {
    right: 2em;
    left: auto;
    width: 400px;
  }
  .cookie-notice .container {
    max-width: 400px;
    padding: 1.5em;
  }
}
@media only screen and (min-width: 70em) {
  header.main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.main.flex .container .logo {
    position: absolute;
    top: 3em;
    left: 0;
    margin-bottom: 0;
  }
  header.main.flex .container nav {
    position: fixed;
    top: 50%;
    width: 270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  header.main.flex footer.main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
  }
  header.main.fixed {
    position: fixed;
  }
  header.main .container {
    text-align: center;
    margin: 0 auto;
    padding: 3em 0 0 0;
  }
  header.main .container .logo {
    width: 100%;
    margin-bottom: 3em;
  }
  header.main .container nav ul li {
    display: block;
    padding: 0 0 1.5em 0;
  }
  header.main .container nav ul li.social-icons-nav {
    padding-top: 0.4em;
  }
  header.main .container nav ul li:last-child {
    padding-bottom: 0;
  }
  header.main footer.main {
    position: relative;
    width: 300px;
    padding-bottom: 3em;
  }
  .body {
    position: relative;
    z-index: 0;
    padding: 3em 0 3em 300px;
  }
  .body.flex {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .body.flex footer.main {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
  }
  .body section.main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .body footer.main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .body footer.main .container {
    text-align: center;
  }
}
@media only screen and (min-width: 100em) {
  .body section.main .portfolio-view .image-controls {
    position: static;
  }
  .body section.main .portfolio-view .image-controls .prev-next {
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -18px;
  }
  .body section.main .portfolio-view .image-controls .prev {
    left: 2em;
  }
  .body section.main .portfolio-view .image-controls .next {
    right: 2em;
  }
}
