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 {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
html,
body {
  background: #181818 url('/-/graphics/bg.png') no-repeat center top;
  color: #888;
}
.red {
  color: #da0f1e;
}
img {
  -webkit-box-shadow: 0 0 5px #111;
  -moz-box-shadow: 0 0 5px #111;
  box-shadow: 0 0 5px #111;
}
/* Text Formatting */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-slab";
  letter-spacing: 0.02em;
  margin: 0 0 0.5em 0;
  color: #BBB;
}
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: #BBB;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #da0f1e;
}
h1 {
  font-size: 1.2em;
}
h1.main {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
h1.no-space {
  margin-bottom: 0;
}
h2 {
  font-size: 1em;
}
h3 {
  font-size: 0.9em;
  color: #BBB;
}
h3 a:link,
h3 a:visited {
  color: #BBB;
  font-style: italic;
}
h3 a:hover {
  color: #AAA;
}
a:link,
a:visited {
  color: #AAA;
  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;
}
a:hover {
  color: #da0f1e;
  -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;
}
p {
  font-family: "museo-sans";
  color: #888;
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
/* Masthead */
#masthead .container {
  background: none;
  text-align: center;
}
#logo {
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
  filter: alpha(opacity = (90));
  display: block;
  text-align: center;
}
#logo img {
  margin: 0 auto;
  max-width: 243px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#navigation,
#body {
  float: left;
  padding-left: 1.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation,
#body {
  width: 100%;
}
#main-nav {
  font-family: "museo-slab";
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 1.5em;
}
#main-nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-transform: uppercase;
  margin: 0 0.8em;
  font-size: 0.88em;
}
#main-nav li a:link,
#main-nav li a:visited {
  color: #BBB;
  -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;
}
#main-nav li a:hover {
  color: #DDD;
  -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;
}
.box {
  background: #181818;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 1.4em 1.5em 1.5em 1.5em;
}
.box.no-top {
  padding-top: 0;
}
.box.small-pad-bottom {
  padding-bottom: 1em;
}
.box.no-bottom {
  padding-bottom: 0;
}
.site-intro.divide {
  margin-bottom: 2em;
}
.site-intro h2 {
  margin-bottom: 0.9em;
}
/* About */
#about ul#kit {
  margin-top: 1em;
}
#about ul#kit li {
  margin-bottom: 0.3em;
}
#about ul#kit li:last-child {
  margin-bottom: 0;
}
#about .about-image img {
  margin-top: 0.3em;
}
#about #sponsors {
  margin-top: 0.8em;
  font-style: italic;
}
#about #sponsors h2 {
  font-style: normal;
  margin-bottom: 1.5em;
}
#about #sponsors img {
  margin-bottom: 0.3em;
}
#about #sponsors a {
  display: block;
}
/* Testimonials */
.testimonials .item {
  margin-bottom: 2em;
}
.testimonials .item:last-child {
  margin-bottom: 0;
}
.testimonials p {
  margin-bottom: 0.4em;
}
.testimonials p.name {
  font-style: italic;
  color: #da0f1e;
}
/* Mailing List */
#mailing-list input {
  max-width: 400px;
}
#mailing-list-sidebar {
  display: none;
  margin-top: 2em;
  text-transform: uppercase;
  color: #AAA;
}
#mailing-list-sidebar span.title {
  font-size: 0.85em;
  display: block;
}
#mailing-list-sidebar input {
  margin: 0.5em 0;
}
#mailing-list-sidebar input[type=submit] {
  margin-top: 0;
}
#mailing-list-sidebar #response {
  margin-bottom: 0.5em;
}
/* Services */
#services .service-image img {
  margin-top: 0.3em;
}
/* Publications */
#publications .publications-image img {
  margin-top: 0.3em;
}
#publications .date {
  font-style: italic;
  margin-bottom: 0.9em;
}
/* Workshops */
#workshops h1 {
  margin-top: 0;
}
#workshops.view h1 {
  margin: 0 0 0.3em 0;
}
#workshops.view h2.prices {
  font-size: 1em;
}
#workshops.view .additional-price-text {
  color: #999;
}
#workshops.view h3 {
  font-size: 0.9em;
  color: #da0f1e;
}
#workshops.view .section {
  width: 100%;
  float: left;
  padding-bottom: 2em;
}
#workshops.view .section.first {
  padding-top: 1em;
}
#workshops.view .section img {
  max-height: 600px;
}
#workshops.view .details ul {
  margin-left: 0.95em;
  list-style: disc;
}
#workshops.view .details ul li {
  font-size: 0.813em;
  color: #888;
}
#workshops.view .details h2 {
  margin: 0 0 0.8em 0;
}
#workshops.view .mini-gallery-item {
  text-align: center;
  line-height: 100px;
}
#workshops.view .mini-gallery-item img {
  vertical-align: middle;
  max-height: 100px;
}
#workshops #workshop-nav ul {
  text-align: left;
}
#workshops #workshop-nav ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 0.5em;
}
#workshops #workshop-nav ul li a {
  display: block;
  padding: 0.5em 0.8em;
  background: #262626;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  font-size: 0.85em;
}
#workshops .workshop-intro {
  margin-bottom: 1.7em;
}
#workshops .workshop-item {
  text-align: center;
}
#workshops .workshop-item img {
  margin-bottom: 0.5em;
}
#workshops .workshop-item h2 {
  margin-bottom: 0.3em;
}
#workshops .workshop-item a:link h2,
#workshops .workshop-item a:visited h2 {
  -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;
}
#workshops .workshop-item a:hover h2 {
  -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: #da0f1e;
}
#workshops.why-join #why-join-body ul {
  margin-left: 0.95em;
  list-style: disc;
}
#workshops.why-join #why-join-body ul li {
  font-size: 0.85em;
  color: #888;
}
#workshops .workshop-dates p {
  margin-bottom: 0.3em;
}
#workshops .workshop-dates p:last-child {
  margin-bottom: 0;
}
#workshops .workshop-book-now select {
  max-width: 300px;
}
#workshops .workshop-book-now input {
  margin-top: 1em;
}
#workshops .sold-out-strike {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: line-through;
  margin-right: 5px;
}
#workshops .fully-booked,
#workshops .last-spaces {
  color: #da0f1e;
}
.row-images.space-bottom {
  margin-bottom: 1.5em;
}
.row-images.space-top {
  margin-top: 1.5em;
}
.row-images .grid {
  margin-bottom: 1.5em;
}
/* INDEX */
.index-item {
  position: relative;
  overflow: hidden;
}
.index-item span.desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -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;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
  display: none;
  color: #BBB;
}
.index-item img {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  margin-bottom: 0.5em;
  -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;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.index-item:hover span.desc {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -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;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.index-item:hover img {
  -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;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.ie9 .index-item span.desc {
  display: none;
}
.ie9 .index-item img {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.site-intro {
  text-align: justify;
}
/* Tutorials */
#tutorials .tutorial-item {
  text-align: center;
}
#tutorials .tutorial-item img {
  margin-bottom: 0.5em;
}
#tutorials .tutorial-item h2 {
  margin-bottom: 0;
}
#tutorials .tutorials-intro {
  margin-bottom: 2.2em;
}
#tutorials.view h1 {
  margin-bottom: 0.5em;
}
#tutorials.view h2 {
  color: #999;
}
#tutorials.view h2.price {
  font-size: 0.9em;
}
#tutorials.view .price {
  margin-bottom: 1em;
  color: #BBB;
}
#tutorials.view img {
  margin: 0.2em 0 1em 0;
}
#tutorials.view input,
#tutorials.view .button {
  margin-top: 0.5em;
}
#tutorials.view .details ul {
  list-style: disc;
  margin: 0 0 1em 0.95em;
}
#tutorials.view .details ul li {
  font-size: 0.813em;
  color: #888;
}
#tutorials.view .download-instructions {
  margin-top: 1em;
  font-style: italic;
  color: #888;
}
#tutorials.view .download-instructions a:link,
#tutorials.view .download-instructions a:visited {
  color: #888;
}
#tutorials.view .download-instructions a:hover {
  color: #da0f1e;
}
.return-to {
  font-style: italic;
}
/* Blog */
#blog p {
  margin-bottom: 0.3em;
}
#blog h2 {
  margin-bottom: 0.2em;
}
#blog .posted-on {
  font-style: italic;
  margin-bottom: 0.8em;
}
#blog .read-more {
  font-style: italic;
}
#blog .preview-image img {
  margin-top: 0.3em;
}
#blog #search input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 1.4em 0.5em 0.3em 0;
  max-width: 250px;
}
#blog #search input[type=submit] {
  padding: 0.75em 0.8em 0.7em 0.8em;
}
#blog.show #search input {
  margin-top: 0;
}
ul#blog-categories {
  margin-top: 1.1em;
}
ul#blog-categories li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 1em;
}
ul#blog-categories li a:link,
ul#blog-categories li a:visited {
  color: #888;
}
ul#blog-categories li a:hover {
  color: #da0f1e;
}
#blog-view h1 {
  margin-bottom: 0.7em;
}
#blog-view .posted-on {
  font-style: italic;
  margin-bottom: 1em;
}
#blog-view .posted-on a:link,
#blog-view .posted-on a:visited {
  color: #888;
}
#blog-view .posted-on a:hover {
  color: #da0f1e;
}
#blog-view ul,
#blog-view ol {
  margin-left: 0.95em;
}
#blog-view ul li,
#blog-view ol li {
  font-size: 0.8em;
  color: #777;
  margin: 0 0 1em 0;
}
#blog-view ul li:last-child,
#blog-view ol li:last-child {
  margin: 0 0 1.5em 0;
}
#blog-view ul {
  list-style: disc;
}
#blog-view ol {
  list-style: decimal;
}
#blog-view #prev-next {
  margin-bottom: 1.5em;
}
#blog-view #prev-next p {
  margin: 0;
}
#blog-view #prev-next p a {
  display: block;
  padding: 0.6em 1.2em;
  background: #222;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
#blog-view #prev-next .next {
  float: right;
}
#blog-view #prev-next .prev {
  float: left;
}
#pagination ul {
  border-top: 1px solid #252525;
  padding-top: 1.2em;
}
#pagination ul.portfolio {
  border-top: none;
  padding-top: 0;
}
#pagination ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 0.5em;
}
#pagination ul li a.active {
  color: #da0f1e;
}
/* Basket */
#mini-basket {
  font-family: "museo-slab";
  background: #181818;
}
#mini-basket .container {
  padding: 0.6em 0 0.7em 0;
  text-align: center;
}
#mini-basket .container a:link,
#mini-basket .container a:visited {
  color: #da0f1e;
}
#mini-basket .container a:hover {
  color: #BBB;
}
#basket-body-mobile {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 0.9em;
}
#basket-body-mobile td.thumbnail {
  width: 30%;
}
#basket-body-mobile td.details {
  width: 70%;
}
#basket-body-mobile tr {
  border-bottom: 1px solid #252525;
}
#basket-body-mobile tr:first-child {
  border-top: 1px solid #252525;
}
#basket-body-mobile td {
  vertical-align: middle;
  padding: 0.8em 0;
}
#basket-body-mobile td input {
  text-align: center;
}
#basket-body-mobile span {
  display: block;
  padding: 0.2em 0;
  font-size: 0.9em;
}
#basket-body-mobile span h2 {
  margin: 0;
}
#basket-body-desktop {
  display: none;
  width: 100%;
}
#basket-body-desktop tr.basket-head td {
  font-size: 1em;
  color: #AAA;
}
#basket-body-desktop tr {
  width: 100%;
  border-bottom: 1px solid #252525;
}
#basket-body-desktop td.price,
#basket-body-desktop td.quantity,
#basket-body-desktop td.subtotal,
#basket-body-desktop td.delete {
  width: 18%;
}
#basket-body-desktop td.product,
#basket-body-desktop td.price,
#basket-body-desktop td.quantity,
#basket-body-desktop td.subtotal {
  border-right: 1px dashed #252525;
}
#basket-body-desktop td.product {
  padding-left: 0;
  width: 30%;
}
#basket-body-desktop td {
  vertical-align: middle;
  padding: 0.8em;
}
#basket-body-desktop td input {
  text-align: center;
}
#basket-total {
  width: 100%;
  text-align: center;
  padding: 2.2em 0 0 0;
  color: #da0f1e;
  text-transform: uppercase;
}
#basket-controls {
  padding: 1.2em 0 0 0;
  width: 100%;
  text-align: center;
}
.billing-details h2,
.billing-details p {
  text-align: center;
}
/* Downloads */
#downloads-list {
  width: 100%;
}
#downloads-list .title,
#downloads-list .purchased-on {
  font-size: 0.85em;
  padding: 0 0.5em 0.5em 0;
}
#downloads-list .download-btn {
  text-align: right;
  padding-bottom: 0.5em;
}
/* Validation UX */
.required-prompt {
  font-size: 0.9em;
  padding: 0.4em 0;
  background: none;
  color: #da0f1e;
  -webkit-border-radius: 0 0 0.4em 0.4em;
  -moz-border-radius: 0 0 0.4em 0.4em;
  border-radius: 0 0 0.4em 0.4em;
  position: relative;
  z-index: 5;
  /* Ensuring above field */
}
.required-icon {
  color: #da0f1e;
}
.required-icon.hidden {
  display: none;
}
form ul li,
ul li {
  margin: 0 0 0.7em 0;
}
form ul li:last-child,
ul li:last-child {
  margin: 0;
}
.error {
  display: block;
  padding: 0.5em 0 0 0;
  color: #da0f1e;
  font-size: 0.85em;
}
ul.contact-form-2 {
  margin-top: 0.9em;
}
.g-recaptcha {
  padding-top: 0.1em;
}
.success {
  color: #da0f1e;
}
#response {
  display: block;
  color: #da0f1e;
  margin: 0 0 1.1em 0;
}
/* Fields, Labels and Buttons */
input,
select,
textarea {
  padding: 0.6em 0.7em;
  color: #999;
  border: none;
  font-size: 0.85em;
  margin: 0 0.5em 0 0;
  background: #222222;
  -webkit-box-shadow: 0 0 2px #171717;
  -moz-box-shadow: 0 0 2px #171717;
  box-shadow: 0 0 2px #171717;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
input[type=submit],
.button {
  font-family: "museo-slab";
  background: #222222;
  font-size: 0.75em;
  color: #888;
  padding: 0.75em 0.8em 0.65em 0.8em;
  margin: 0;
  -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;
  text-transform: uppercase;
  min-width: 100px;
  border: none;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
input[type=submit]:link,
.button:link,
input[type=submit]:visited,
.button:visited {
  letter-spacing: 0.4px;
  color: #AAA;
}
input[type=submit]:hover,
.button:hover {
  color: #EEE;
  background: #da0f1e;
  text-shadow: 1px 1px 1px #b88d62;
  -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;
}
input[type=submit].buy-now,
.button.buy-now {
  background: #da0f1e;
  color: #CCC;
  text-shadow: none;
}
input[type=submit].buy-now:link,
.button.buy-now:link,
input[type=submit].buy-now:visited,
.button.buy-now:visited {
  color: #CCC;
}
input[type=submit].buy-now:hover,
.button.buy-now:hover {
  color: #AAA;
  background: #222;
  text-shadow: none;
}
.button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0.75em 1.1em 0.75em 1.1em;
  font-size: 0.75em;
}
label {
  font-family: "museo-slab";
  letter-spacing: 0.02em;
  display: block;
  margin: 0 0 0.4em 0;
  color: #888;
}
/* SLIDESHOW */
#slideshow-shrink-wrap {
  overflow: hidden;
  background: none;
  background-size: 30px 30px;
  -webkit-box-shadow: 0 0 5px #111;
  -moz-box-shadow: 0 0 5px #111;
  box-shadow: 0 0 5px #111;
}
#slideshow-shrink-wrap.workshop {
  margin: 0.5em 0 1em 0;
}
/* Cookie Notice */
#cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #111;
  color: #AAA;
  text-shadow: 1px 1px 1px #333;
  overflow: hidden;
  display: none;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  z-index: 2000;
}
#cookie-notice .container {
  text-align: center;
  padding: 0.9em 0;
}
#cookie-notice .container a:link,
#cookie-notice .container a:visited {
  color: #AAA;
  text-decoration: underline;
}
#cookie-notice .container a:hover {
  color: #da0f1e;
}
#cookie-notice .container a.accept-cookie-alert {
  display: block;
  margin: 0.5em 0 0 0;
  font-weight: bold;
  font-style: italic;
  color: #da0f1e;
  text-decoration: none;
}
/* Portfolio */
#portfolio .portfolio-cat img {
  margin-bottom: 0.3em;
}
#portfolio .portfolio-cat a {
  color: #BBB;
}
#portfolio .portfolio-cat a:hover {
  color: #da0f1e;
}
#portfolio .portfolio-cat .cat-name {
  display: block;
  text-align: center;
}
#portfolio .cat-description {
  margin-bottom: 2.3em;
}
#portfolio p img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#portfolio .back-to {
  font-style: italic;
}
#portfolio #no-map {
  display: block;
}
#portfolio #no-map h1 {
  margin-bottom: 1.2em;
}
#portfolio #map-container {
  position: relative;
  display: none;
}
#portfolio #map-container h2 {
  margin-bottom: 1em;
}
#portfolio #map-container ul li {
  line-height: 30px;
}
#portfolio #map-container ul li .cat-circle {
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.5em;
}
#portfolio header.absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#portfolio #map-shrink-wrap {
  z-index: 0;
  position: relative;
  width: 100%;
}
#portfolio #map-dummy {
  padding-top: 59%;
}
#portfolio #map {
  background: url('/-/graphics/map.jpg') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 900px;
}
#portfolio #map .map-pin {
  font-family: "museo-slab";
  position: absolute;
  font-size: 1.1em;
  color: #da0f1e;
}
#portfolio #map .map-pin.cat-3 {
  max-width: 1000px;
}
#portfolio #map .map-pin.cat-3 .cat-name {
  width: auto;
}
#portfolio #map .map-pin .cat-name {
  float: right;
}
#portfolio #map .map-pin a {
  color: #da0f1e;
  display: block;
  text-shadow: 1px 1px 1px #000;
  -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;
}
#portfolio #map .map-pin a:hover {
  color: #e92130;
  text-shadow: 0 0 7px #C71B28, 0 0 2px #C71B28;
  -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;
}
#portfolio #map .cat-3 {
  top: 0%;
  right: 0%;
}
#portfolio #map .cat-4 {
  top: 18%;
  left: 37.5%;
}
#portfolio #map .cat-5 {
  top: 52%;
  left: 53%;
}
#portfolio #map .cat-6 {
  top: 39%;
  left: 54%;
}
#portfolio #map .cat-7 {
  top: 15%;
  left: 47%;
}
#portfolio #map .cat-10 {
  top: 59%;
  left: 59%;
}
#portfolio #map .cat-11 {
  top: 58%;
  left: 20%;
}
#portfolio #map .cat-15 {
  top: 48%;
  left: 60%;
}
#portfolio #map .cat-25 {
  top: 52%;
  left: 13%;
}
#portfolio #map .cat-27 {
  top: 63%;
  left: 46%;
}
#portfolio #map .cat-39 {
  top: 83%;
  left: 26%;
}
#portfolio #map .cat-41 {
  top: 64%;
  left: 27%;
}
#portfolio #map .cat-42 {
  top: 11%;
  left: 31%;
}
#portfolio #map .cat-43 {
  top: 31%;
  left: 45%;
}
#portfolio #map .cat-44 {
  top: 20%;
  left: 52%;
}
#portfolio #map .cat-47 {
  top: 23%;
  left: 35%;
}
#portfolio #map .cat-49 {
  top: 47%;
  left: 5%;
}
#portfolio #map .cat-52 {
  top: 57%;
  left: 50%;
}
#portfolio.show h1 {
  margin-bottom: 1em;
}
#portfolio.show .image-surround {
  line-height: 100px;
  text-align: center;
}
#portfolio.show .image-surround img {
  vertical-align: middle;
  max-height: 100px;
}
#portfolio.view #image {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 0.75em auto;
  position: relative;
}
#portfolio.view #image #next,
#portfolio.view #image #prev {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  text-indent: -9999px;
  height: 18px;
  width: 12px;
  padding: 10px 0 10px 10px;
}
#portfolio.view #image #next {
  right: 0.5em;
  background: url('/-/graphics/next-mob.png') no-repeat center right;
}
#portfolio.view #image #prev {
  left: 0.5em;
  background: url('/-/graphics/prev-mob.png') no-repeat center left;
}
#portfolio.view h1 {
  margin-bottom: 0.1em;
}
#portfolio.view select {
  margin-top: 1em;
  max-width: 300px;
}
#portfolio.view input[type=submit] {
  margin-top: 1em;
}
#portfolio.view h2 {
  margin-top: 2em;
}
#prev-outer,
#next-outer {
  display: none;
  position: fixed;
  top: 50%;
  margin-top: -10px;
  text-indent: -9999px;
  height: 25px;
  width: 17px;
  padding: 10px;
}
#prev-outer {
  left: 0;
  background: #181818 url('/-/graphics/prev.png') no-repeat 10px 10px;
}
#prev-outer:hover {
  padding: 10px 20px 10px 10px;
  background-position: 20px 10px;
}
#next-outer {
  right: 0;
  background: #181818 url('/-/graphics/next.png') no-repeat 10px 10px;
}
#next-outer:hover {
  padding: 10px 10px 10px 20px;
  background-position: 10px 10px;
}
/* JS Thumbs */
figure {
  max-width: 100%;
  display: block;
}
figcaption {
  display: block;
  padding-top: 0.5em;
  font-size: 13px;
  text-align: center;
  color: #BBB;
  font-style: italic;
}
/* FOOTER */
footer#footer {
  width: 100%;
  background: none;
  text-align: center;
  margin-top: 1.5em;
}
footer#footer p {
  color: #555;
}
footer#footer small {
  font-size: 0.85em;
}
footer#footer a:link,
footer#footer a:visited {
  color: #555;
}
footer#footer a:hover {
  color: #da0f1e;
}
footer#footer #credit {
  margin: 1em 0 0 0;
}
footer#footer #social-icons {
  margin-bottom: 1.2em;
}
footer#footer #social-icons a {
  width: 40px;
  height: 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-indent: -9999px;
}
footer#footer #social-icons a.instagram {
  background: url('/-/graphics/social/instagram.png');
}
footer#footer #social-icons a.instagram:hover {
  background: url('/-/graphics/social/instagram-hover.png');
}
footer#footer #social-icons a.facebook {
  background: url('/-/graphics/social/facebook.png');
}
footer#footer #social-icons a.facebook:hover {
  background: url('/-/graphics/social/facebook-hover.png');
}
footer#footer #social-icons a.px {
  background: url('/-/graphics/social/500px.png');
}
footer#footer #social-icons a.px:hover {
  background: url('/-/graphics/social/500px-hover.png');
}
footer#footer #social-icons a.twitter {
  background: url('/-/graphics/social/twitter.png');
}
footer#footer #social-icons a.twitter:hover {
  background: url('/-/graphics/social/twitter-hover.png');
}
#social {
  padding: 0.5em 0 0.5em 0;
}
#social.blog {
  padding: 1em 0 1.4em 0;
}
#social .box {
  padding: 0;
}
.social-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 5px 0 0;
}
/* Retina Backround Images */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer#footer #social-icons a.instagram {
    background: url('/-/graphics/social/instagram@2x.png');
    background-size: 40px;
  }
  footer#footer #social-icons a.instagram:hover {
    background: url('/-/graphics/social/instagram-hover@2x.png');
    background-size: 40px;
  }
  footer#footer #social-icons a.facebook {
    background: url('/-/graphics/social/facebook@2x.png');
    background-size: 40px;
  }
  footer#footer #social-icons a.facebook:hover {
    background: url('/-/graphics/social/facebook-hover@2x.png');
    background-size: 40px;
  }
  footer#footer #social-icons a.px {
    background: url('/-/graphics/social/500px@2x.png');
    background-size: 40px;
  }
  footer#footer #social-icons a.px:hover {
    background: url('/-/graphics/social/500px-hover@2x.png');
    background-size: 40px;
  }
  footer#footer #social-icons a.twitter {
    background: url('/-/graphics/social/twitter@2x.png');
    background-size: 40px;
  }
  footer#footer #social-icons a.twitter:hover {
    background: url('/-/graphics/social/twitter-hover@2x.png');
    background-size: 40px;
  }
  #portfolio.view #image #next {
    background: url('/-/graphics/next@2x.png') no-repeat center right;
    background-size: 12px 18px;
  }
  #portfolio.view #image #prev {
    background: url('/-/graphics/prev@2x.png') no-repeat center left;
    background-size: 12px 18px;
  }
  #map {
    background: url('/-/graphics/map@2x.jpg') no-repeat;
    background-size: 100%;
  }
}
/* bp1 */
@media only screen and (min-width: 30em) {
  ul.contact-form-1,
  ul.contact-form-2 {
    margin-top: 0.7em;
  }
  #logo img {
    max-width: 500px;
  }
  #portfolio.show .image-surround {
    line-height: 200px;
  }
  #portfolio.show .image-surround img {
    max-height: 200px;
  }
  #portfolio.view img {
    max-height: 500px;
  }
  #workshops.view .mini-gallery-item {
    line-height: 200px;
  }
  #workshops.view .mini-gallery-item img {
    max-height: 200px;
  }
}
/* bp2 */
@media only screen and (min-width: 48em) {
  h1 {
    font-size: 1.4em;
  }
  h1.main {
    font-size: 1.2em;
  }
  h2 {
    font-size: 1.1em;
  }
  h3 {
    font-size: 1em;
  }
  #basket-body-mobile {
    display: none;
  }
  #basket-body-desktop {
    display: table;
  }
  #basket-total,
  #basket-controls {
    text-align: left;
  }
  #portfolio.show .image-surround {
    line-height: 190px;
  }
  #portfolio.show .image-surround img {
    max-height: 190px;
  }
  #portfolio.view #image #next,
  #portfolio.view #image #prev {
    margin-top: -12px;
    text-indent: -9999px;
    height: 25px;
    width: 17px;
  }
  #portfolio.view #image #next {
    background: url('/-/graphics/next.png') no-repeat center right;
    background-size: 17px 25px;
  }
  #portfolio.view #image #prev {
    background: url('/-/graphics/prev.png') no-repeat center left;
    background-size: 17px 25px;
  }
  #portfolio.view img {
    max-height: 600px;
  }
  #workshops.view .mini-gallery-item {
    line-height: 160px;
  }
  #workshops.view .mini-gallery-item img {
    max-height: 160px;
  }
  #workshops.view .details ul li {
    font-size: 0.9em;
  }
  .index-item span.desc {
    display: block;
  }
  .index-item:hover span.desc {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
  }
  .index-item:hover img {
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
    filter: alpha(opacity = (20));
  }
  .ie9 .index-item span.desc {
    display: none;
  }
  .ie9 .index-item img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
  }
  #blog-view ul li,
  #blog-view ol li {
    font-size: 0.9em;
  }
  #social {
    padding: 0.3em 0 0 0;
    text-align: right;
  }
  #social .social-btn {
    margin: 0 0 0 5px;
  }
  #social.blog {
    padding: 1em 0 1.4em 0;
    text-align: left;
  }
  #social.blog .social-btn {
    margin: 0 5px 0 0;
  }
}
/* bp3 */
@media only screen and (min-width: 60em) {
  #navigation {
    width: 20.5%;
  }
  #body,
  #logo-container {
    width: 79.5%;
  }
  #main-nav {
    background: #181818;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    padding: 1.5em;
    text-align: left;
  }
  #main-nav li {
    display: block;
    padding-bottom: 1em;
    font-size: 0.85em;
    margin: 0;
  }
  #main-nav li:last-child {
    padding-bottom: 0;
  }
  #logo {
    text-align: left;
  }
  #logo img {
    margin: 0 0 0 1.5em;
  }
  #logo-container {
    float: right;
  }
  #mini-basket .container {
    text-align: right;
  }
  footer#footer {
    text-align: left;
  }
  #workshop h1 {
    margin-top: 0.15em;
  }
  #workshop-nav ul {
    float: right;
  }
  #portfolio.show .image-surround {
    line-height: 200px;
  }
  #portfolio.show .image-surround img {
    max-height: 200px;
  }
  #portfolio.view img {
    max-height: 800px;
  }
  #mailing-list-sidebar {
    display: block;
  }
}
@media only screen and (min-width: 82.5em) {
  #portfolio #map-container {
    display: block;
  }
  #portfolio #no-map {
    display: none;
  }
  #portfolio.view #image #prev,
  #portfolio.view #image #next {
    display: none;
  }
  #prev-outer,
  #next-outer {
    display: block;
  }
}
/* Social Like Buttons */
.social-btn {
  color: #DDD;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 65px;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  cursor: pointer;
}
.twitter.social-btn {
  border: 1px solid #028be8;
  background: #26c3eb;
  background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26c3eb), color-stop(50%, #26b3e6), color-stop(51%, #00a2e1), color-stop(100%, #0080d6));
  background: -webkit-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  background: -o-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  background: -ms-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  background: linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26c3eb', endColorstr='#0080d6', GradientType=0);
}
.facebook.social-btn {
  border: 1px solid #325aaa;
  background: #5582c9;
  background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5582c9), color-stop(100%, #33539a));
  background: -webkit-linear-gradient(top, #5582c9 0%, #33539a 100%);
  background: -o-linear-gradient(top, #5582c9 0%, #33539a 100%);
  background: -ms-linear-gradient(top, #5582c9 0%, #33539a 100%);
  background: linear-gradient(top, #5582c9 0%, #33539a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5582c9', endColorstr='#33539a', GradientType=0);
}
.googleplus.social-btn {
  border: 1px solid #4e4e4e;
  background: #6d6d6d;
  background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(100%, #434343));
  background: -webkit-linear-gradient(top, #6d6d6d 0%, #434343 100%);
  background: -o-linear-gradient(top, #6d6d6d 0%, #434343 100%);
  background: -ms-linear-gradient(top, #6d6d6d 0%, #434343 100%);
  background: linear-gradient(top, #6d6d6d 0%, #434343 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#434343', GradientType=0);
}
/* Fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: transparent;
  color: #444;
  text-shadow: none;
  border: none;
  padding: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/-/graphics/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/-/graphics/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  display: none;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/-/graphics/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/-/graphics/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/-/graphics/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/-/graphics/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
