/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC
16 MODERNIZR
17 TEMPLATE SPECIFICS
18 MEDIA QUERIES

COLOURS

*/
/* line 33, ../../../../../themes/imagery/public/styles/style.scss */
html, body {
  margin: 0;
  padding: 0;
}

/* line 37, ../../../../../themes/imagery/public/styles/style.scss */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

/* line 94, ../../../../../themes/imagery/public/styles/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 106, ../../../../../themes/imagery/public/styles/style.scss */
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* 1. ROOT ============================================================================= */
/* line 113, ../../../../../themes/imagery/public/styles/style.scss */
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 116, ../../../../../themes/imagery/public/styles/style.scss */
.serif {
  font-family: "Cambria, Georgia, Times, " Times New Roman;
}

/* line 119, ../../../../../themes/imagery/public/styles/style.scss */
.monospace {
  font-family: "Monaco", Courier New, monospace;
}

/* line 122, ../../../../../themes/imagery/public/styles/style.scss */
.clearfix {
  zoom: 1;
}

/* line 125, ../../../../../themes/imagery/public/styles/style.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 131, ../../../../../themes/imagery/public/styles/style.scss */
.clearfix:after {
  clear: both;
}

/* line 134, ../../../../../themes/imagery/public/styles/style.scss */
html {
  overflow-y: scroll;
  /*background: #ffffff;
  background: #ffffff url('http://192.168.1.102/images/background.png');*/
  /*background: #ffffff url('http://localhost.dev/imagery/grid.png') repeat-y 50% 0;*/
  font-size: 62.5%;
  height: 100%;
}

/* line 142, ../../../../../themes/imagery/public/styles/style.scss */
.fancybox-overlay {
  overflow-y: hidden !important;
}

/* line 145, ../../../../../themes/imagery/public/styles/style.scss */
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /* 252px; */
  font-size: 16px;
  font-size: 1.6rem;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #5d5d5e;
  background-color: transparent;
}

/* line 158, ../../../../../themes/imagery/public/styles/style.scss */
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;
}

/* 2. HEADINGS (320 and Up typography defaults) ==================================================== */
/* line 167, ../../../../../themes/imagery/public/styles/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: normal;
  color: #000000;
  word-wrap: break-word;
}

/* line 178, ../../../../../themes/imagery/public/styles/style.scss */
h1 {
  margin-bottom: 0.2em;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
}

/* line 184, ../../../../../themes/imagery/public/styles/style.scss */
h2 {
  margin-bottom: 0.35em;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
}

/* line 190, ../../../../../themes/imagery/public/styles/style.scss */
h3 {
  margin-bottom: 0.4em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

/* line 196, ../../../../../themes/imagery/public/styles/style.scss */
h4 {
  margin-bottom: 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

/* line 202, ../../../../../themes/imagery/public/styles/style.scss */
h5 {
  margin-bottom: 0em;
  font-size: 14px;
  font-size: 1.4rem;
}

/* 3. TYPOGRAPHY (320 and Up typography defaults) ============================================================================= */
/* line 209, ../../../../../themes/imagery/public/styles/style.scss */
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 218, ../../../../../themes/imagery/public/styles/style.scss */
p {
  hyphens: auto;
  line-height: 1.6em;
  margin-top: -0.25em;
  word-wrap: break-word;
}

/* line 224, ../../../../../themes/imagery/public/styles/style.scss */
ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 20px;
}

/* line 228, ../../../../../themes/imagery/public/styles/style.scss */
li ul, li ol {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 233, ../../../../../themes/imagery/public/styles/style.scss */
ul li, ol li {
  line-height: 1.4em;
}

/* line 236, ../../../../../themes/imagery/public/styles/style.scss */
dl, dd {
  margin-bottom: 1.5em;
}

/* line 239, ../../../../../themes/imagery/public/styles/style.scss */
dt {
  font-weight: normal;
  margin-bottom: 5px;
}

/* line 243, ../../../../../themes/imagery/public/styles/style.scss */
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}

/* line 249, ../../../../../themes/imagery/public/styles/style.scss */
blockquote p {
  font-style: italic;
}

/* line 252, ../../../../../themes/imagery/public/styles/style.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 259, ../../../../../themes/imagery/public/styles/style.scss */
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 263, ../../../../../themes/imagery/public/styles/style.scss */
b, strong {
  font-weight: bold;
}

/* line 266, ../../../../../themes/imagery/public/styles/style.scss */
dfn, em {
  font-style: italic;
}

/* line 269, ../../../../../themes/imagery/public/styles/style.scss */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}

/* line 277, ../../../../../themes/imagery/public/styles/style.scss */
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}

/* line 282, ../../../../../themes/imagery/public/styles/style.scss */
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

/* line 288, ../../../../../themes/imagery/public/styles/style.scss */
pre,
code,
kbd,
samp {
  font-family: "Monaco", Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

/* line 297, ../../../../../themes/imagery/public/styles/style.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 302, ../../../../../themes/imagery/public/styles/style.scss */
q {
  quotes: none;
}

/* line 305, ../../../../../themes/imagery/public/styles/style.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 309, ../../../../../themes/imagery/public/styles/style.scss */
small {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 313, ../../../../../themes/imagery/public/styles/style.scss */
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 320, ../../../../../themes/imagery/public/styles/style.scss */
sup {
  top: -0.5em;
}

/* line 323, ../../../../../themes/imagery/public/styles/style.scss */
sub {
  bottom: -0.25em;
}

/* 4.LINKS ============================================================================= */
/* line 328, ../../../../../themes/imagery/public/styles/style.scss */
a {
  /*color: #a61717;*/
  text-decoration: none;
}

/* line 332, ../../../../../themes/imagery/public/styles/style.scss */
a:visited {
  /*color: #a61717;*/
}

/* line 335, ../../../../../themes/imagery/public/styles/style.scss */
p a {
  font-weight: bold;
}

/* line 338, ../../../../../themes/imagery/public/styles/style.scss */
p a:hover {
  /*color: #a61717;
  border-bottom: 1px solid #a61717;*/
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* line 344, ../../../../../themes/imagery/public/styles/style.scss */
a:focus {
  outline: thin dotted;
  /*color: #a61717;*/
}

/* line 348, ../../../../../themes/imagery/public/styles/style.scss */
a:hover, a:active {
  outline: 0;
}

/* 5.FIGURES & IMAGES ============================================================================= */
/* line 353, ../../../../../themes/imagery/public/styles/style.scss */
figure {
  margin-bottom: 1.5em;
}

/* line 356, ../../../../../themes/imagery/public/styles/style.scss */
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}

/* line 360, ../../../../../themes/imagery/public/styles/style.scss */
figcaption {
  display: block;
  font-weight: normal;
}

/* line 364, ../../../../../themes/imagery/public/styles/style.scss */
img {
  border: 0;
}

/* line 367, ../../../../../themes/imagery/public/styles/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* 6.TABLES ============================================================================= */
/* line 372, ../../../../../themes/imagery/public/styles/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 380, ../../../../../themes/imagery/public/styles/style.scss */
th, td, caption {
  padding: 0.1875em 10px 0.1875em 5px;
}

/* line 383, ../../../../../themes/imagery/public/styles/style.scss */
tfoot {
  font-style: italic;
}

/* line 386, ../../../../../themes/imagery/public/styles/style.scss */
caption {
  background-color: transparent;
}

/* line 389, ../../../../../themes/imagery/public/styles/style.scss */
tbody tr:nth-child(odd) td {
  background-color: #c3d9e6;
}

/* line 394, ../../../../../themes/imagery/public/styles/style.scss */
.paymentInfoArea {
  border: 1px solid #efefef;
  background: #fff;
  max-width: 250px;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

/* line 403, ../../../../../themes/imagery/public/styles/style.scss */
.paymentInfoArea table {
  margin: 0;
}

/* line 407, ../../../../../themes/imagery/public/styles/style.scss */
.paymentInfoArea th {
  text-align: left;
  width: 50%;
}

/* line 412, ../../../../../themes/imagery/public/styles/style.scss */
.paymentInfoArea td {
  text-align: right;
  line-height: 1.5em;
  width: 20%;
}

/* line 418, ../../../../../themes/imagery/public/styles/style.scss */
.paymentInfoArea .total td,
.paymentInfoArea .total th {
  font-weight: bold;
  padding-top: 7px;
}

/* line 424, ../../../../../themes/imagery/public/styles/style.scss */
.paymentInfoArea td {
  background: none !important;
}

/* 7.FORMS ============================================================================= */
/* line 430, ../../../../../themes/imagery/public/styles/style.scss */
form {
  margin: 0;
}

/* line 433, ../../../../../themes/imagery/public/styles/style.scss */
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}

/* line 438, ../../../../../themes/imagery/public/styles/style.scss */
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}

/* line 443, ../../../../../themes/imagery/public/styles/style.scss */
label {
  font-weight: normal;
  cursor: pointer;
}

/* line 447, ../../../../../themes/imagery/public/styles/style.scss */
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 457, ../../../../../themes/imagery/public/styles/style.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/* line 461, ../../../../../themes/imagery/public/styles/style.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

/* line 467, ../../../../../themes/imagery/public/styles/style.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/* line 470, ../../../../../themes/imagery/public/styles/style.scss */
input[type="search"] {
  box-sizing: content-box;
}

/* line 473, ../../../../../themes/imagery/public/styles/style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 477, ../../../../../themes/imagery/public/styles/style.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 482, ../../../../../themes/imagery/public/styles/style.scss */
#studio .form .fieldtype_7_first {
  width: 40%;
}

/* line 485, ../../../../../themes/imagery/public/styles/style.scss */
#studio .form .fieldtype_7_last {
  width: 55%;
  float: right;
}

/* 8 BANNER 		============================================================================= */
/* 9 NAVIGATION 	============================================================================= */
/* line 493, ../../../../../themes/imagery/public/styles/style.scss */
header {
  margin: 0px 0 30px 0;
  width: 90%;
  margin: 0 auto;
}

/* line 499, ../../../../../themes/imagery/public/styles/style.scss */
header nav {
  position: relative;
  min-height: 30px;
}

/* line 503, ../../../../../themes/imagery/public/styles/style.scss */
header nav .decoration {
  display: none;
}

/* line 506, ../../../../../themes/imagery/public/styles/style.scss */
header ul {
  margin: 20px auto 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* line 512, ../../../../../themes/imagery/public/styles/style.scss */
header ul li {
  list-style: none;
  display: inline;
  line-height: 2.5em;
  font-size: 17px;
}

/* line 518, ../../../../../themes/imagery/public/styles/style.scss */
header ul li a {
  background: #fff;
  display: block;
  float: left;
  /*padding: 7px 25px;*/
  padding: 7px 12px 7px 8px;
  margin: 0 -2px 0.5em 0;
  color: #5e5d5d;
}

/* line 528, ../../../../../themes/imagery/public/styles/style.scss */
header ul li.activeRoot a {
  /*background: #a61717;*/
  color: #fff !important;
  /* Don't let Design Studio override this value */
}

/* line 533, ../../../../../themes/imagery/public/styles/style.scss */
header ul li a:hover {
  border: 0;
}

/* Snowfire Specific header elements */
/* line 539, ../../../../../themes/imagery/public/styles/style.scss */
header .image-logo {
  margin-top: 10px;
  text-align: center;
}

/* line 544, ../../../../../themes/imagery/public/styles/style.scss */
header .text-logo {
  margin-top: 10px;
  text-align: center;
}

/* line 549, ../../../../../themes/imagery/public/styles/style.scss */
header a:hover {
  border: 0;
}

/* line 553, ../../../../../themes/imagery/public/styles/style.scss */
.editField-keysCreateNew {
  background: #FFFFFF;
  display: block;
  margin: 0 0 10px;
  padding: 10px;
}

/* 10 CONTENT 		============================================================================= */
/* line 561, ../../../../../themes/imagery/public/styles/style.scss */
.content {
  width: 90%;
  /*margin: 0 auto 20px auto;*/
  margin: 0 auto;
}

/* line 567, ../../../../../themes/imagery/public/styles/style.scss */
#main {
  margin-bottom: 20px;
}

/* line 571, ../../../../../themes/imagery/public/styles/style.scss */
#small_screen_navigation {
  background: #fff;
  width: 90%;
  margin: 0 auto;
}

/* line 578, ../../../../../themes/imagery/public/styles/style.scss */
#small_screen_navigation .decoration {
  background: url("../images/decoration.png") no-repeat;
  width: 16px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 587, ../../../../../themes/imagery/public/styles/style.scss */
#small_screen_navigation div {
  /*background: #a61717;*/
  float: right;
  margin-right: 0px;
  padding: 0px 10px 0px 60px;
  line-height: 30px;
  position: relative;
}

/* line 596, ../../../../../themes/imagery/public/styles/style.scss */
#small_screen_navigation select {
  height: 20px;
}

/* 11 MAIN 			============================================================================= */
/* Snippets */
/* line 604, ../../../../../themes/imagery/public/styles/style.scss */
.columns, .post {
  background: #fff;
  /*margin: 0 0 14px 0;*/
  padding: 5px 6px;
}

@media only screen and (max-width: 600px) {
  /* line 612, ../../../../../themes/imagery/public/styles/style.scss */
  [data-snippetarea="main"] > .columns {
    margin-bottom: 4%;
  }

  /* line 616, ../../../../../themes/imagery/public/styles/style.scss */
  [data-snippetarea="main"] > .columns > .column {
    margin-top: 4%;
  }

  /* line 620, ../../../../../themes/imagery/public/styles/style.scss */
  [data-snippetarea="main"] > .columns > .column:first-child,
  [data-snippetarea="main"] > .columns > .column.first {
    margin-top: 0;
  }
}
/* line 626, ../../../../../themes/imagery/public/styles/style.scss */
#complementary .columns {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}

/* line 632, ../../../../../themes/imagery/public/styles/style.scss */
#complementary li.active > a {
  /*border-top-color: #0E5012;*/
  color: #fff !important;
  /* Protect from Design Studio */
}

/* line 637, ../../../../../themes/imagery/public/styles/style.scss */
.column img {
  max-width: 99% !important;
  border: 1px solid #000;
}

/* line 641, ../../../../../themes/imagery/public/styles/style.scss */
.column.text img {
  border: 0;
  background: #fff;
}

/* line 646, ../../../../../themes/imagery/public/styles/style.scss */
.column p {
  max-width: 620px;
}

/* line 649, ../../../../../themes/imagery/public/styles/style.scss */
.column p:last-child, .column p.lastchild {
  margin-bottom: 0;
}

/* Page title snippet */
/* line 654, ../../../../../themes/imagery/public/styles/style.scss */
.columns.pagetitle {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 658, ../../../../../themes/imagery/public/styles/style.scss */
.columns.pagetitle h1 {
  margin-bottom: 0;
}

/* line 662, ../../../../../themes/imagery/public/styles/style.scss */
.columns.pagetitle + .columns {
  padding-top: 8px;
}

/* Single text */
/* Text + Text */
/* line 671, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-text-text {
  padding: 0;
}

/* line 674, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-text-text.column {
  float: left;
  width: 47%;
  margin-right: 5%;
  margin-bottom: 0;
}

/* line 680, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-text-text.column.right {
  margin-right: 0;
}

/* Text + Image */
/* line 685, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-text-image {
  padding: 0;
}

/* line 688, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-text-image.column {
  float: left;
  width: 47%;
  margin-right: 5%;
}

/* line 693, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-text-image.column.right {
  margin-right: 0;
}

/* Image + Text */
/* line 698, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-image-text {
  padding: 0;
}

/* line 701, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-image-text.column {
  float: left;
  width: 47%;
  margin-right: 5%;
}

/* line 706, ../../../../../themes/imagery/public/styles/style.scss */
.snippet.snippet-image-text.column.right {
  margin-right: 0;
}

/* Video */
/* line 711, ../../../../../themes/imagery/public/styles/style.scss */
.column.video object, .column.video embed {
  width: 100%;
}

/* Map */
/* line 716, ../../../../../themes/imagery/public/styles/style.scss */
.column.map iframe {
  width: 100%;
  height: 400px;
}

/* Gallery snippet */
/*.column.photo-gallery {
		padding: 14px 17px;
}*/
/* line 726, ../../../../../themes/imagery/public/styles/style.scss */
.column.photo-gallery .column_1,
.column.photo-gallery .column_3,
.column.photo-gallery .column_2 {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 15px;
}

/* line 735, ../../../../../themes/imagery/public/styles/style.scss */
.column.photo-gallery .column_3 {
  margin-right: 0;
}

/* line 739, ../../../../../themes/imagery/public/styles/style.scss */
.column.photo-gallery .last {
  margin-bottom: 0;
}

/* line 743, ../../../../../themes/imagery/public/styles/style.scss */
.column.photo-gallery h3 {
  font-size: 15px;
  color: #000 !important;
  /* Protect from DS */
}

/* line 748, ../../../../../themes/imagery/public/styles/style.scss */
.column.photo-gallery p {
  line-height: 1.1;
  font-size: 12px;
  color: #fff !important;
  /* Protect from DS */
  font-family: "Helvetica Neue", Arial, Verdana, sans-serif !important;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  /* line 757, ../../../../../themes/imagery/public/styles/style.scss */
  .snippet_area > .columns > .column.person {
    float: none;
    margin: 4% 0 0;
    width: auto;
  }

  /* line 763, ../../../../../themes/imagery/public/styles/style.scss */
  .snippet_area > .columns > .column.person.first,
  .snippet_area > .columns > .column.person:first-child {
    margin: 0;
  }
}
/* line 769, ../../../../../themes/imagery/public/styles/style.scss */
.column.person {
  overflow: hidden;
}

/* line 773, ../../../../../themes/imagery/public/styles/style.scss */
.snippet-person {
  overflow: hidden;
}

/* line 777, ../../../../../themes/imagery/public/styles/style.scss */
.person-image {
  float: left;
  max-width: 40%;
}

/* line 781, ../../../../../themes/imagery/public/styles/style.scss */
.person-info {
  float: left;
  margin-left: 10%;
  max-width: 50%;
  word-wrap: break-word;
}

/* Form snippet */
/* line 789, ../../../../../themes/imagery/public/styles/style.scss */
.column.snippet.snippet-form {
  margin: 0;
  padding: 0;
}

/* line 793, ../../../../../themes/imagery/public/styles/style.scss */
.column.right.snippet.snippet-form {
  display: none;
}

/* line 797, ../../../../../themes/imagery/public/styles/style.scss */
.content .form_error p {
  color: #AA0000;
}

/* line 801, ../../../../../themes/imagery/public/styles/style.scss */
.form dl {
  margin: 0;
}

/* line 805, ../../../../../themes/imagery/public/styles/style.scss */
.form dd {
  margin: 0 0 1em 0;
}

/* line 809, ../../../../../themes/imagery/public/styles/style.scss */
.form input, .form textarea {
  background: #f9f9f3;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
  padding: 12px 10px 8px 10px;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}

/* line 820, ../../../../../themes/imagery/public/styles/style.scss */
.form input[type="checkbox"],
.form input[type="radio"] {
  margin: 0 5px 10px 0;
}

/* line 825, ../../../../../themes/imagery/public/styles/style.scss */
.form label.part_type_3,
.form label.part_type_4,
.form label.part_type_5 {
  display: block;
  margin: 18px 0 8px;
  font-size: 15px;
}

/* line 833, ../../../../../themes/imagery/public/styles/style.scss */
.form label.inside {
  position: absolute;
  margin: 15px 0px 0px 13px;
  color: #999;
}

/* line 839, ../../../../../themes/imagery/public/styles/style.scss */
.form textarea, .form input[type="text"], .form input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  /* css3 rec */
  -moz-box-sizing: border-box;
  /* ff2 */
  -ms-box-sizing: border-box;
  /* ie8 */
  -webkit-box-sizing: border-box;
  /* safari3 */
  -khtml-box-sizing: border-box;
  /* konqueror */
  /*width: 60%;*/
}

/* line 849, ../../../../../themes/imagery/public/styles/style.scss */
.form .submitBtnArea input {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 5px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

/* line 859, ../../../../../themes/imagery/public/styles/style.scss */
.form .submitBtnArea input:hover {
  box-shadow: inset 0px 0px 2px #fff;
}

/* image and text column */
/* line 864, ../../../../../themes/imagery/public/styles/style.scss */
.image-text-column-first,
.image-text-column-second {
  float: left;
  width: 300px;
  margin-right: 20px;
}

/* line 871, ../../../../../themes/imagery/public/styles/style.scss */
.columns.image_text_column {
  padding: 0;
  background: transparent;
}

/* line 876, ../../../../../themes/imagery/public/styles/style.scss */
.image-text-column-content {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 20px;
  margin-top: -5px;
}

/* Design Studio */
/* line 886, ../../../../../themes/imagery/public/styles/style.scss */
footer {
  /*position: fixed;
  bottom: 0;
  width: 100%;*/
  margin: 0 auto;
  width: 90%;
  left: 0;
  	/*background: rgb(249,249,249);
  	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(239,239,239,1) 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(239,239,239,1)));
  	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
  	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
  	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
  	background: linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );
  
  	border-top: 1px solid rgb(239, 239, 239);*/
  position: relative;
}

/* line 910, ../../../../../themes/imagery/public/styles/style.scss */
footer p {
  margin: 0;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
}

/* line 917, ../../../../../themes/imagery/public/styles/style.scss */
footer #powered_by_snowfire {
  text-align: center;
  margin-top: 5px;
}

/* Page specific - Startpage */
/* line 924, ../../../../../themes/imagery/public/styles/style.scss */
.startpage #showcase {
  position: relative;
  margin-bottom: 25px;
  color: #fff;
}

/* line 929, ../../../../../themes/imagery/public/styles/style.scss */
.startpage #showcase img {
  max-width: 97.5%;
}

/* line 933, ../../../../../themes/imagery/public/styles/style.scss */
.startpage #showcase .image_text {
  display: block;
  margin-top: -5px;
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.64);
}

/* line 944, ../../../../../themes/imagery/public/styles/style.scss */
.startpage #showcase .image_text p {
  margin: 0;
}

/* line 948, ../../../../../themes/imagery/public/styles/style.scss */
.startpage .snippet.snippet-columns {
  margin: 0;
  padding: 0;
  background: none;
}

/* line 954, ../../../../../themes/imagery/public/styles/style.scss */
.startpage .snippet-columns .column_1,
.startpage .snippet-columns .column_2,
.startpage .snippet-columns .column_3 {
  width: 100%;
  display: block;
}

/* line 960, ../../../../../themes/imagery/public/styles/style.scss */
.startpage .snippet-columns div h2 {
  margin-bottom: 3px;
}

/* line 964, ../../../../../themes/imagery/public/styles/style.scss */
.startpage .snippet-columns div.column_3 {
  margin-right: 0;
}

/* line 968, ../../../../../themes/imagery/public/styles/style.scss */
.startpage .snippet-columns p {
  padding: 14px 15px;
  background: #fff;
  /*background: rgba(255, 255, 255, 0.64);*/
  margin-top: -0.4em;
  max-width: 266px;
}

/* line 976, ../../../../../themes/imagery/public/styles/style.scss */
.startpage img {
  /*border: 3px solid #000;*/
  max-width: 100%;
  background: #eee;
}

/* line 982, ../../../../../themes/imagery/public/styles/style.scss */
.startpage div.column_3 ul {
  margin-left: -7px;
}

/* line 986, ../../../../../themes/imagery/public/styles/style.scss */
#complementary .sidebar_blog ul {
  padding: 0;
}

/* line 990, ../../../../../themes/imagery/public/styles/style.scss */
.startpage div.column_3 li,
#complementary .blog li {
  list-style: none;
}

/* line 995, ../../../../../themes/imagery/public/styles/style.scss */
.startpage div.column_3 li a,
#complementary .blog li a {
  display: block;
  padding: 9px 10px 5px 13px;
  margin: 0 0 5px 0;
  background: #fff;
  font-size: 17px;
  color: #5e5d5d;
}

/* line 1005, ../../../../../themes/imagery/public/styles/style.scss */
.startpage div.column_3 li a.active,
#complementary .blog a.active {
  background: #a61717;
  color: #fff;
}

/* line 1011, ../../../../../themes/imagery/public/styles/style.scss */
.startpage div.column_3 li a:hover,
#complementary .blog li a:hover {
  border: 0;
}

/* line 1016, ../../../../../themes/imagery/public/styles/style.scss */
.startpage .snippet-columns div.column_3 .decoration {
  background: url("/themes/imagery/public/images/nav_decoration.png") no-repeat;
  width: 16px;
  height: 31px;
  float: left;
  margin-left: -16px;
  margin-right: 0;
  width: 29px;
}

/* line 1026, ../../../../../themes/imagery/public/styles/style.scss */
.startpage div.column_3 li a span,
#complementary .blog li a span {
  font-size: 11px;
  text-align: right;
  display: block;
  float: right;
  line-height: 17px;
  text-transform: uppercase;
  margin-left: 21px;
}

/* line 1037, ../../../../../themes/imagery/public/styles/style.scss */
.startpage .widget,
#complementary .widget {
  background: #fff;
  text-align: left;
  padding-left: 0px;
  margin-bottom: 20px;
}

/* line 1044, ../../../../../themes/imagery/public/styles/style.scss */
#startpage .widget a,
#complementary .widget a {
  padding: 9px 5px;
  display: block;
}

/* line 1050, ../../../../../themes/imagery/public/styles/style.scss */
#startpage .widget iframe,
#complementary .widget iframe {
  border: 0;
}

/* line 1055, ../../../../../themes/imagery/public/styles/style.scss */
#startpage .widget .twtr-widget a,
#complementary .widget .twtr-widget a {
  display: inline;
  padding: 0;
}

/* line 1061, ../../../../../themes/imagery/public/styles/style.scss */
#startpage .widget .twtr-widget a:hover,
#complementary .widget .twtr-widget a:hover {
  border: 0;
}

/* line 1066, ../../../../../themes/imagery/public/styles/style.scss */
#startpage .widget .twtr-widget img,
#complementary .widget .twtr-widget img {
  background: none;
}

/* Page specific - Blog */
/* line 1072, ../../../../../themes/imagery/public/styles/style.scss */
.post .date {
  font-size: 11px;
  font-family: "Helvetica Neue", Arial, Verdana, sans-serif !important;
  /* Protect from Design */
  color: #6e6e6e !important;
  margin-top: -8px;
  text-transform: uppercase;
}

/* line 1080, ../../../../../themes/imagery/public/styles/style.scss */
.post img {
  max-width: 100%;
  box-sizing: border-box;
}

/* line 1085, ../../../../../themes/imagery/public/styles/style.scss */
.post .date span {
  margin-left: 5px;
}

/* line 1089, ../../../../../themes/imagery/public/styles/style.scss */
.post .header {
  margin: 0 0 20px 0;
}

/* line 1093, ../../../../../themes/imagery/public/styles/style.scss */
.post img {
  border: 5px solid #000;
  margin: 0 0 10px 0;
}

/* 12 COMPLEMENTARY ============================================================================= */
/* line 1100, ../../../../../themes/imagery/public/styles/style.scss */
#complementary nav {
  display: none;
}

/* 13 CONTENTINFO 	============================================================================= */
/*
 * Responsive YouTube, Vimeo, Embed, and HTML5 Videos with CSS
 * http://www.jonsuh.com
 *
 * Copyright (c) 2012 Jonathan Suh
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 1116, ../../../../../themes/imagery/public/styles/style.scss */
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

/* line 1124, ../../../../../themes/imagery/public/styles/style.scss */
.js-video.vimeo {
  padding-top: 0;
}

/* line 1127, ../../../../../themes/imagery/public/styles/style.scss */
.js-video.widescreen {
  padding-bottom: 57.25%;
}

/* line 1130, ../../../../../themes/imagery/public/styles/style.scss */
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Responsive */
@media (max-width: 767px) {
  /* line 1140, ../../../../../themes/imagery/public/styles/style.scss */
  .js-video {
    padding-top: 0;
  }
}
/* 14 GLOBAL OBJECTS ============================================================================= */
/* 15 VENDOR-SPECIFIC ============================================================================= */
/* line 1148, ../../../../../themes/imagery/public/styles/style.scss */
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*::-webkit-selection {
	background: #a61717;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #a61717;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #a61717;
	color: #fff;
	text-shadow: none;
}*/
/* line 1169, ../../../../../themes/imagery/public/styles/style.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

/* line 1175, ../../../../../themes/imagery/public/styles/style.scss */
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 1179, ../../../../../themes/imagery/public/styles/style.scss */
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 1183, ../../../../../themes/imagery/public/styles/style.scss */
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}

/* line 1186, ../../../../../themes/imagery/public/styles/style.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/* line 1189, ../../../../../themes/imagery/public/styles/style.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

/* line 1193, ../../../../../themes/imagery/public/styles/style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 1197, ../../../../../themes/imagery/public/styles/style.scss */
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}

/* line 1204, ../../../../../themes/imagery/public/styles/style.scss */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}

/* line 1212, ../../../../../themes/imagery/public/styles/style.scss */
.ir br {
  display: none;
}

/* line 1215, ../../../../../themes/imagery/public/styles/style.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 1219, ../../../../../themes/imagery/public/styles/style.scss */
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* line 1229, ../../../../../themes/imagery/public/styles/style.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 1237, ../../../../../themes/imagery/public/styles/style.scss */
.invisible {
  visibility: hidden;
}

/* 16 MODERNIZR =============================================================================

/* audio */
/* applicationcache */
/* backgroundsize  */
/* borderimage */
/* borderradius */
/* boxshadow */
/* canvas */
/* canvastext */
/* cssanimations */
/* csscolumns */
/* cssgradients */
/* cssreflections */
/* csstransforms */
/* csstransforms3d */
/* csstransitions */
/* draganddrop */
/* flexbox */
/* fontface */
/* geolocation */
/* hashchange */
/* history */
/* hsla */
/* indexeddb */
/* inlinesvg */
/* localstorage */
/* multiplebgs */
/* opacity */
/* postmessage */
/* rgba */
/* sessionstorage */
/* smil */
/* svg */
/* svgclippaths */
/* textshadow */
/* touch */
/* video */
/* webgl */
/* websqldatabase */
/* websockets */
/* webworkers */
/* 17 TEMPLATE SPECIFICS ============================================================================= */
/* line 1286, ../../../../../themes/imagery/public/styles/style.scss */
.emptyItem {
  display: none;
}

/* line 1290, ../../../../../themes/imagery/public/styles/style.scss */
.shop, .shop2 {
  background: #fff;
  padding: 5px;
}

/* line 1298, ../../../../../themes/imagery/public/styles/style.scss */
.column.text p:last-child {
  margin-bottom: 0;
}

/* line 1302, ../../../../../themes/imagery/public/styles/style.scss */
.column.latest_posts,
.column.latest_posts_synced {
  color: #404040;
}

/* line 1307, ../../../../../themes/imagery/public/styles/style.scss */
.column.latest_posts ul,
.column.latest_posts_synced ul {
  margin: 0;
}

/* line 1312, ../../../../../themes/imagery/public/styles/style.scss */
.column.latest_posts li,
.column.latest_posts_synced li {
  border-bottom: 1px solid #f3f3f3;
  line-height: 30px;
}

/* line 1319, ../../../../../themes/imagery/public/styles/style.scss */
.column.divider,
.column.divider_synced {
  height: 1px;
  background: #e3e3e3;
  /*margin: 25px 0 28px 0;*/
}

/* line 1326, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook,
.column.facebook_synced {
  margin: 0px 0 0px 0;
  padding: 0px 0 0 0;
}

/* line 1331, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .type_feed p,
.column.facebook_synced .type_feed p {
  font-size: 13px;
}

/* line 1336, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .type_feed,
.column.facebook_synced .type_feed {
  padding-top: 10px;
}

/* line 1341, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .status,
.column.facebook_synced .status {
  margin-bottom: 75px;
}

/* line 1345, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .photo img,
.column.facebook_synced .photo img {
  margin-bottom: 10px;
}

/* line 1351, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .actions,
.column.facebook_synced .actions {
  margin-top: -18px;
  color: #ccc;
  font-size: 11px;
  font-family: "Arial", Helvetica, sans-serif !important;
  color: #4D4D4D;
}

/* line 1360, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook_synced .actions .comment a {
  font-weight: 700;
}

/* line 1364, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .actions a,
.column.facebook_synced .actions a {
  color: #6d6d6d !important;
  font-size: 11px !important;
  font-family: "Arial", Helvetica, sans-serif !important;
  font-weight: normal !important;
}

/* line 1371, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .actions a:hover,
.column.facebook_synced .actions a:hover {
  text-decoration: underline;
}

/* line 1376, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .actions .interaction,
.column.facebook_synced .actions .interaction {
  float: left;
  width: 50%;
  line-height: 1.4em;
}

/* line 1382, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .actions .author,
.column.facebook_synced .actions .author {
  float: left;
  width: 50%;
  text-align: right;
  line-height: 1.4em;
  margin: 0;
}

/* line 1392, ../../../../../themes/imagery/public/styles/style.scss */
.column.facebook .plugins,
.column.facebook_synced .plugins {
  margin: 75px 0 0 0;
}

/* Quote */
/* line 1400, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote,
.column.quote_synced {
  padding: 0px;
  font-style: normal;
  position: relative;
  background: #fdfdfd;
  border-left: 0;
  border-radius: 5px;
  width: 80%;
  float: left;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 10px 10px;
  max-width: 350px;
}

/* line 1415, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote blockquote,
.column.quote_synced blockquote {
  border: 0;
  margin-top: 10px;
}

/* line 1420, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote blockquote:after, .column.quote blockquote:before,
.column.quote_synced blockquote:after,
.column.quote_synced blockquote:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 1431, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote blockquote:after,
.column.quote_synced blockquote:after {
  border-top-color: #fdfdfd;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}

/* line 1438, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote blockquote:before,
.column.quote_synced blockquote:before {
  border-top-color: rgba(200, 200, 200, 0.8);
  border-width: 13px;
  left: 50%;
  margin-left: -13px;
}

/* line 1445, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote blockquote p,
.column.quote_synced blockquote p {
  width: 100%;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0px;
}

/* line 1452, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote blockquote p.author,
.column.quote_synced blockquote p.author {
  margin: 10px 0 0 0;
  color: #888 !important;
  font-size: 13px;
}

/* line 1458, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote .image,
.column.quote_synced .image {
  box-sizing: border-box;
  float: left;
  width: 15%;
  margin: 5px 10px 10px 0px;
  text-align: center;
}

/* line 1466, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote .image img,
.column.quote_synced .image img {
  border-radius: 70px;
  border: 0;
}

/* line 1471, ../../../../../themes/imagery/public/styles/style.scss */
.column.quote blockquote:before,
.column.quote blockquote:after,
.column.quote q:before,
.column.quote q:after,
.column.quote_synced blockquote:before,
.column.quote_synced blockquote:after,
.column.quote_synced q:before,
.column.quote_synced q:after {
  content: '';
  content: none;
}

/* line 1484, ../../../../../themes/imagery/public/styles/style.scss */
.column.sociallinks, .column.sociallinks_synced {
  background: #fff;
}

/* line 1488, ../../../../../themes/imagery/public/styles/style.scss */
.column.sociallinks ul,
.column.sociallinks_synced ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1495, ../../../../../themes/imagery/public/styles/style.scss */
.column.sociallinks li,
.column.sociallinks_synced li {
  float: left;
  margin: 0 0px 0 0;
  padding: 0;
}

/* line 1501, ../../../../../themes/imagery/public/styles/style.scss */
.column.sociallinks img,
.column.sociallinks_synced img {
  border: 0;
}

/*#main_shop.shop2 .products.row_of_three .product:nth-child(3n) {
	margin-right: 0px !important;
}*/
/* Grid */
/*.shop {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400;
}*/
/* Reset */
/*.shop article,
.shop2 article {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
*/
/* line 65, ../../../../../modules/shop/css/_shop.scss */
.shop article img,
.shop2 article img {
  margin: 0;
}

/* Top */
/*.shop .viewModes {
	list-style: none;
	float: right;
}
.shop .viewModes li {
	float: left;
}
.shop .viewModes li a img {
	width: 28px;
	margin-left: 5px;
}*/
/* line 140, ../../../../../modules/shop/css/_shop.scss */
.shop2 {
  margin: 0 auto;
  /*.toggle_button {
  	margin-top: -16px;
  }*/
}
/* line 142, ../../../../../modules/shop/css/_shop.scss */
.shop2 .grid {
  clear: both;
}
/* line 30, ../../../../../modules/shop/css/_shop.scss */
.shop2 {
  *zoom: 1;
}
/* line 33, ../../../../../modules/shop/css/_shop.scss */
.shop2:before, .shop2:after {
  content: "";
  display: table;
}
/* line 38, ../../../../../modules/shop/css/_shop.scss */
.shop2:after {
  clear: both;
}
@media only screen and (min-width: 941px) {
  /* line 150, ../../../../../modules/shop/css/_shop.scss */
  .shop2 h1 {
    margin-top: -52px;
  }
}
/* line 155, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products {
  /**
   Specific for Clean2 / will be moved to this theme css
  **/
  		/*&.row_of_four .product {
  
  			margin: 0 37px 37px 0 !important;
  
  			.image {
  				max-width: 254px;
  			}
  
  			// 4 columns works above this width
  			@media only screen and (min-width: 1172px) {
  				&:nth-child(4n) {
  					margin-right: 0px !important;
  				}
  			}
  		}*/
  /**
   Specific for Clean / will be moved to this theme css
  **/
  		/*&.row_of_three {
  
  			&.expanded_categories {
  				// Applies when categories is visible on page
  				max-width: 780px;
  
  				.product {
  					margin: 0 30px 30px 0 !important;
  
  					.image {
  						max-width: 230px;
  					}
  
  					@media only screen and (min-width: 1015px) {
  						&:nth-child(3n) {
  							margin-right: 0px !important;
  						}
  					}
  				}
  			}
  
  			.product {
  				margin: 0 50px 50px 0 !important;
  
  				.image {
  					max-width: 290px;;
  				}
  
  				@media only screen and (min-width: 1015px) {
  					&:nth-child(3n) {
  						margin-right: 0px !important;
  					}
  				}
  			}
  		}*/
}
/* line 30, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products {
  *zoom: 1;
}
/* line 33, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products:before, .shop2 .products:after {
  content: "";
  display: table;
}
/* line 38, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products:after {
  clear: both;
}
/* line 159, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products.expanded_categories {
  max-width: 780px;
}
/* line 163, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products.expanded_categories .product {
  margin: 0 30px 30px 0;
}
/* line 166, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products.expanded_categories .product .image {
  max-width: 230px;
}
@media only screen and (min-width: 941px) {
  /* line 171, ../../../../../modules/shop/css/_shop.scss */
  .shop2 .products.expanded_categories .product:nth-child(3n) {
    margin-right: 0px;
  }
}
/* line 178, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products .product {
  margin: 0 50px 50px 0;
}
/* line 181, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products .product .image {
  max-width: 290px;
}
/* line 184, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products .product .image img {
  margin: 0;
}
@media only screen and (min-width: 941px) {
  /* line 190, ../../../../../modules/shop/css/_shop.scss */
  .shop2 .products .product:nth-child(3n) {
    margin-right: 0px;
  }
}
/* line 258, ../../../../../modules/shop/css/_shop.scss */
.shop2 section.categories nav.crumbs {
  display: block;
  float: left;
}
/* line 262, ../../../../../modules/shop/css/_shop.scss */
.shop2 section.categories nav.crumbs a {
  display: inline-block;
  padding: 13px 15px;
  background: #f9f9f9;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.07em;
  margin-right: 15px;
}
/* line 272, ../../../../../modules/shop/css/_shop.scss */
.shop2 section.categories nav.crumbs a:hover {
  text-decoration: underline;
}
/* line 278, ../../../../../modules/shop/css/_shop.scss */
.shop2 section.categories .toggle_button_wrap {
  overflow: hidden;
}
/* line 282, ../../../../../modules/shop/css/_shop.scss */
.shop2 section.categories .toggle_button_wrap a {
  display: block;
  float: right;
  padding: 13px 15px 13px 20px;
  background: #f9f9f9;
  width: 190px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 400 !important;
  color: #000 !important;
  letter-spacing: 0.07em;
  clear: both;
}
/* line 30, ../../../../../modules/shop/css/_shop.scss */
.shop2 section.categories .toggle_button_wrap a {
  *zoom: 1;
}
/* line 33, ../../../../../modules/shop/css/_shop.scss */
.shop2 section.categories .toggle_button_wrap a:before, .shop2 section.categories .toggle_button_wrap a:after {
  content: "";
  display: table;
}
/* line 38, ../../../../../modules/shop/css/_shop.scss */
.shop2 section.categories .toggle_button_wrap a:after {
  clear: both;
}
@media screen and (max-width: 940px) {
  /* line 282, ../../../../../modules/shop/css/_shop.scss */
  .shop2 section.categories .toggle_button_wrap a {
    float: none;
    width: auto;
  }
}
/* line 310, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories {
  display: none;
  width: 190px;
  float: right;
  background: #f9f9f9;
  margin-top: -13px;
  padding-top: 0px;
  margin-bottom: 20px;
  clear: both;
}
/* line 30, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories {
  *zoom: 1;
}
/* line 33, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories:before, .shop2 nav.categories:after {
  content: "";
  display: table;
}
/* line 38, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories:after {
  clear: both;
}
/* line 324, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories.open {
  display: block;
}
@media screen and (max-width: 940px) {
  /* line 310, ../../../../../modules/shop/css/_shop.scss */
  .shop2 nav.categories {
    float: none;
    width: auto;
  }
}
/* line 333, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0 25px 0 25px;
}
/* line 339, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li {
  color: #4FCDDD;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  display: list-item;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #e9e9e9;
  letter-spacing: 0.07em;
}
/* line 352, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li.active {
  list-style-position: outside;
  list-style-type: square;
}
/* line 357, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li:last-child {
  border-bottom: none;
}
/* line 361, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li a {
  color: #000 !important;
  font-weight: 400 !important;
  display: block;
  padding: 12px 0 12px 0px;
  margin: 0 0 0 -3px;
}
/* line 368, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li a:hover {
  text-decoration: underline;
}
/* line 374, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li ul {
  margin-left: -10px;
  padding-right: 0;
}
/* line 380, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li ul li {
  border-bottom: 0;
  font-size: 13px;
}
/* line 384, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li ul li a {
  color: #272525;
  padding: 5px 5px 5px 2px;
}
/* line 390, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li ul li ul {
  display: none;
  margin-left: -21px;
}
/* line 394, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li ul li ul li {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #e9e9e9;
  text-transform: none;
  padding-left: 0;
  margin-left: 16px;
  margin-right: 0px;
}
/* line 411, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li.active ul {
  display: block;
}
/* line 415, ../../../../../modules/shop/css/_shop.scss */
.shop2 nav.categories ul li.active ul li.active ul {
  display: block;
}
/* line 425, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 641px) {
  /* line 425, ../../../../../modules/shop/css/_shop.scss */
  .shop2 .product {
    width: 50%;
  }
}
@media screen and (max-width: 481px) {
  /* line 425, ../../../../../modules/shop/css/_shop.scss */
  .shop2 .product {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  /* line 440, ../../../../../modules/shop/css/_shop.scss */
  .shop2 .product .image {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* line 446, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product .image {
  position: relative;
  overflow: hidden;
  max-width: 290px;
  border: 1px solid #d0d0d0;
  font-size: 0;
}
/* line 93, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product .image img {
  max-width: 100%;
}
/* line 97, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product .image a {
  display: block;
}
/* line 101, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product .image .no_image {
  display: inline-block;
  width: 290px;
  height: 290px;
}
/* line 108, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product .image .overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 52px;
  bottom: 0px;
  padding: 10px;
  background: url(/admin/images/transparent-50-black.png);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: absolute;
  width: 100%;
}
/* line 119, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product .image .overlay:hover {
  background: url(/admin/images/transparent-80-black.png);
  background: rgba(0, 0, 0, 0.8);
}
/* line 124, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product .image .overlay strong {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 130, ../../../../../modules/shop/css/_shop.scss */
.shop2 .product .image .overlay strong a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

/* Old style */
/*.shop {
	margin: 0 auto;

	.products {
		overflow: hidden;
	}

	#shop_category_nav {

		@include clearfix-micro;
		//background: #f8f8f8;
		border-radius: 3px;
		margin: 0 17px 30px 0px;

		ul {
			@include clearfix-micro;

			margin: 0;
			padding: 0;
			list-style-type: none;


			&.is_child {
				background: #f8f8f8;
				box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
			}
		}

		li {

			float: left;

			a {
				display: block;
				float: left;
				padding: 10px;
				margin: 0 10px 0 0;

				&:hover {
					text-decoration: underline;
					//background: #eee;
				}
			}

			&.active,
			&.active_root {
				//text-decoration: underline;
				//background: rgba(0,0,0,0.1);
				font-weight: bold;
				background: #f8f8f8;
				border-radius: 3px;

			}
		}


	}

	.grid {

		//max-width: 925px; This shrinks the images 1px and makes them blurry
		max-width: 928px;

		.filter {

			@include clearfix-micro;

			ul {
				list-style: none;
				margin: 0 0 20px 0;
				padding: 0 0 40px 0;
				border-bottom: 1px solid #DDD;
				width: 98.2%;

				li {
					a {
						display: block;
						float: left;
						margin-right: 10px;
						padding: 10px 10px 10px 0px;
					}
				}
			}

		}

		.product {

			@include border_box();

			float: left;
			width: 33.33%;
			padding-right: 17px !important;

			@media screen and (max-width: $break_medium) {
				width: 50%;
			}

			@media screen and (max-width: $break_small) {
				width: 100%;
				float: none;
				padding: 0 !important;

				.image {
					margin-left: auto !important;
					margin-right: auto !important;
				}
			}

			.image {
				@include product-image;
			}

			.arrow {
				position: absolute;
				left: 190px;
				padding-top: 5px;
				padding-bottom: 5px;
				width: 17px;
				top: 8px;
			}
		}
	}

}*/
/* line 582, ../../../../../modules/shop/css/_shop.scss */
.shop2 article {
  background: none !important;
  margin-top: 0 !important;
}

/* Global snippet styling */
/* line 591, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced article,
.column.product article {
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
}
/* line 598, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image,
.column.product .image {
  position: relative;
  overflow: hidden;
  max-width: 290px;
  border: 1px solid #d0d0d0;
  font-size: 0;
  margin-left: 0;
  margin-right: 0;
}
/* line 93, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image img,
.column.product .image img {
  max-width: 100%;
}
/* line 97, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image a,
.column.product .image a {
  display: block;
}
/* line 101, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image .no_image,
.column.product .image .no_image {
  display: inline-block;
  width: 290px;
  height: 290px;
}
/* line 108, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image .overlay,
.column.product .image .overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 52px;
  bottom: 0px;
  padding: 10px;
  background: url(/admin/images/transparent-50-black.png);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: absolute;
  width: 100%;
}
/* line 119, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image .overlay:hover,
.column.product .image .overlay:hover {
  background: url(/admin/images/transparent-80-black.png);
  background: rgba(0, 0, 0, 0.8);
}
/* line 124, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image .overlay strong,
.column.product .image .overlay strong {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 130, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image .overlay strong a,
.column.product .image .overlay strong a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 603, ../../../../../modules/shop/css/_shop.scss */
.column.product_synced .image img,
.column.product .image img {
  margin-bottom: 0 !important;
}

/* Cart */
@media only screen and (max-width: 600px) {
  /* line 612, ../../../../../modules/shop/css/_shop.scss */
  #sf_cart_button {
    display: none;
  }
}
/* inline cart */
/* line 663, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline {
  max-width: 850px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  /* line 663, ../../../../../modules/shop/css/_shop.scss */
  .sf_cart_inline {
    max-width: 100%;
  }
}

/* Pos abs + inline cart on checkout page */
/* line 674, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline {
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 15px 15px;
  color: #5d5d5e;
}
/* line 685, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline h4 {
  margin: 0 0 12px 0px;
  font-weight: normal;
  color: #888;
}
/* line 691, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline hr {
  display: none;
  margin: 7px 0 7px;
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 7px 0 7px;
  height: 0;
}
/* line 701, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline table {
  width: 100%;
  margin: 0 0 30px 0;
  border: none;
  background: transparent;
}
/* line 708, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline table th,
.sf_cart_inline table tr {
  font-weight: normal;
  background: transparent;
  margin: 0;
  padding: 0;
}
/* line 715, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline table tr:first-child th,
.sf_cart_inline table tr:first-child td {
  font-weight: 500;
}
/* line 719, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline table tr th,
.sf_cart_inline table tr td {
  border-bottom: 1px solid #eee;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  padding: 5px;
  margin: 0;
  vertical-align: middle;
  background: transparent;
}
/* line 729, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline table .summary td,
.sf_cart_inline table .summary th {
  line-height: 2em;
}
/* line 734, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline table .summary th {
  text-align: right;
}
/* line 737, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_inline .quantity {
  min-height: 30px;
  width: 45px;
  margin: 0;
}

/* Buttons */
/* line 747, ../../../../../modules/shop/css/_shop.scss */
.shop button.green_button {
  position: relative;
  width: 210px;
  height: 40px;
  background: #368637;
  border: 1px solid #2a6a37;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 757, ../../../../../modules/shop/css/_shop.scss */
.shop button.green_button:hover {
  border-color: #1c5d25;
}

/* line 760, ../../../../../modules/shop/css/_shop.scss */
.shop button.green_button:active {
  -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 764, ../../../../../modules/shop/css/_shop.scss */
.shop button.green_button:active p {
  -webkit-filter: blur(0.8px);
  filter: blur(0.8px);
}

/* line 768, ../../../../../modules/shop/css/_shop.scss */
.shop button.green_button i {
  position: relative;
  top: 9px;
}

/* line 772, ../../../../../modules/shop/css/_shop.scss */
.shop button.green_button .iconLabel {
  position: absolute;
  width: 38px;
  height: 38px;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}

/* line 782, ../../../../../modules/shop/css/_shop.scss */
.shop button.green_button {
  color: white;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  filter: dropshadow(color=#999999, offx=1, offy=1);
  text-transform: uppercase;
}

/* line 791, ../../../../../modules/shop/css/_shop.scss */
.shop button.blue_button {
  position: relative;
  width: 44%;
  height: 40px;
  background: #397fb5;
  border: 1px solid #2d6c9c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
}

/* line 802, ../../../../../modules/shop/css/_shop.scss */
.shop button.blue_button {
  color: white;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  filter: dropshadow(color=#999999, offx=1, offy=1);
  text-transform: uppercase;
}

/* line 811, ../../../../../modules/shop/css/_shop.scss */
.shop button.blue_button:active {
  -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 815, ../../../../../modules/shop/css/_shop.scss */
.shop button.blue_button:active p {
  -webkit-filter: blur(0.8px);
  filter: blur(0.8px);
}

/* line 819, ../../../../../modules/shop/css/_shop.scss */
.shop button.grey_button {
  position: relative;
  width: 48%;
  height: 40px;
  background: #ccc;
  border: 1px solid #aaa;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 830, ../../../../../modules/shop/css/_shop.scss */
.shop button.grey_button {
  color: white;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  filter: dropshadow(color=#999999, offx=1, offy=1);
  text-transform: uppercase;
}
/* line 839, ../../../../../modules/shop/css/_shop.scss */
.shop button.grey_button[disabled] {
  cursor: default;
}
/* line 842, ../../../../../modules/shop/css/_shop.scss */
.shop button.grey_button[disabled]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 848, ../../../../../modules/shop/css/_shop.scss */
.shop button.grey_button:active {
  -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 852, ../../../../../modules/shop/css/_shop.scss */
.shop button.grey_button:active p {
  -webkit-filter: blur(0.8px);
  filter: blur(0.8px);
}

/* line 856, ../../../../../modules/shop/css/_shop.scss */
.shop #radioButtonsPayment {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 861, ../../../../../modules/shop/css/_shop.scss */
.shop #radioButtonsPayment input[type="radio"] {
  margin-bottom: 5px;
}

/* line 865, ../../../../../modules/shop/css/_shop.scss */
.shop ::-webkit-input-placeholder, .shop :-moz-placeholder, .shop ::-moz-placeholder, .shop :-ms-input-placeholder {
  text-align: center;
  color: #999999;
}

/* Single order view */
/* line 30, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product {
  *zoom: 1;
}
/* line 33, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product:before, .shop .single_product:after {
  content: "";
  display: table;
}
/* line 38, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product:after {
  clear: both;
}
/* line 876, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product .images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
/* line 881, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product .images img {
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  /* line 876, ../../../../../modules/shop/css/_shop.scss */
  .shop .single_product .images {
    width: 50%;
    max-width: 435px;
    /* Image max width */
    float: left;
  }
}
/* line 892, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product .images .thumbnails img {
  padding-top: 5px;
  padding-right: 5px;
}
/* line 899, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product .details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 641px) {
  /* line 899, ../../../../../modules/shop/css/_shop.scss */
  .shop .single_product .details {
    width: 50%;
    float: left;
    padding-left: 30px;
  }
}
/* line 910, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product .details .options {
  display: block;
}
/* line 915, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product h1 {
  color: #d96111;
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 37px;
}
/* line 922, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product p.intro {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
}
/* line 928, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product p {
  line-height: 20px;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 935, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product .price {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 40px;
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 23px;
}
@media only screen and (min-width: 641px) {
  /* line 935, ../../../../../modules/shop/css/_shop.scss */
  .shop .single_product .price {
    max-width: 210px;
  }
}
/* line 948, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product .green_button,
.shop .single_product .blue_button {
  margin: 10px 0 0 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 641px) {
  /* line 948, ../../../../../modules/shop/css/_shop.scss */
  .shop .single_product .green_button,
  .shop .single_product .blue_button {
    max-width: 210px;
    padding: 0 20px;
  }
}
/* line 959, ../../../../../modules/shop/css/_shop.scss */
.shop .single_product .blue_button {
  display: none;
}

/* Checkout (view cart page) */
/* line 965, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout {
  /*input[name="first_name"],
  input[name="last_name"],
  input[name="email"],
  input[name="phone"] {
  	width: 90%;
  }*/
  	/*input[name="last_name"] {
  
  	}
  
  	input[name="zip"] {
  		width: 70%;
  	}
  	input[name="city"] {
  		width: 84%;
  	}*/
}
/* line 967, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #product_images {
  float: left;
  width: 60%;
}
/* line 971, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #product_images img {
  max-width: 125px;
  max-height: 125px;
}
/* line 977, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #cart {
  float: left;
  width: 40%;
}
/* line 982, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout .column {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  /* line 982, ../../../../../modules/shop/css/_shop.scss */
  .shop .checkout .column {
    width: 100%;
    float: none;
  }
}
/* line 996, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 1001, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout label {
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
/* line 1010, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout label span {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}
/* line 1017, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout .billing_checkbox {
  margin-top: 15px;
}
/* line 1020, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout .billing_checkbox input {
  padding-bottom: 0;
  margin-bottom: 3px;
}
/* line 1025, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout .billing_checkbox label {
  display: inline !important;
  font-size: 13px !important;
}
/* line 1031, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout label.radio {
  display: inline-block;
  margin: 0px 0 0 3px;
  font-weight: normal;
  font-size: 14px;
}
/* line 1041, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #person label {
  float: left;
  width: 50%;
}
/* line 1046, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #person #first_name {
  width: 50%;
}
/* line 1050, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #person #last_name {
  width: 50%;
}
/* line 1056, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #billing_address label {
  width: 80%;
}
/* line 1060, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #billing_address #zip {
  float: left;
  width: 20%;
}
/* line 1065, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #billing_address #city {
  float: left;
  width: 60%;
}
/* line 1072, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout input[type="radio"] {
  margin: -2px 0 0 0;
}
/* line 1076, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout input[type="text"],
.shop .checkout input[type="email"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1085, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #message_area textarea {
  width: 100%;
  padding: 4px 6px;
  min-height: 55px;
}
/* line 1112, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #shipping h3,
.shop .checkout #payment h3 {
  margin-bottom: 5px;
}
/* line 1116, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #shipping div,
.shop .checkout #payment div {
  margin-bottom: 5px;
  min-height: 46px;
  background: #F7F7F7;
  display: table;
  width: 100%;
  padding: 5px 10px;
  line-height: 46px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1130, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #shipping div label,
.shop .checkout #payment div label {
  cursor: pointer;
}
/* line 1134, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #shipping div input,
.shop .checkout #payment div input {
  margin-right: 15px;
}
/* line 1140, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment {
  clear: both;
  margin: 15px 0 25px 0;
}
/* line 1146, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment p {
  color: #8A8A8A;
  font-size: 12px;
  margin: 12px 0 0 42px;
}
/* line 1152, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment div {
  height: 50px;
  line-height: 1em;
}
/* line 1156, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment div input {
  position: absolute;
  margin-top: 18px;
}
/* line 1161, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment div label {
  margin-left: 30px;
}
/* line 1164, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment div label.text_only {
  line-height: 50px;
}
/* line 1171, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment_button {
  margin: 20px 0 40px 0;
  text-align: center;
}
/* line 1175, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment_button .green_button {
  float: none;
}
/* line 1178, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #payment_button .green_button.disabled {
  background: #CBCBCB;
  border-color: #C0C0C0;
  color: #fff;
}
/* line 1186, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #purchase_extra {
  max-width: 850px;
}
/* line 1190, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #purchase_extra #discount_code_wrap {
  float: left;
  width: 50%;
  text-align: right;
}
/* line 1195, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #purchase_extra #discount_code_wrap #discount_code_input {
  float: right;
  width: 30%;
}
/* line 1199, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #purchase_extra #discount_code_wrap .button {
  float: right;
  margin-left: 5px;
  height: 32px;
  padding: 6px 12px;
}
/* line 1206, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #purchase_extra #message {
  float: left;
  width: 50%;
}
/* line 1211, ../../../../../modules/shop/css/_shop.scss */
.shop .checkout #purchase_extra #message #message_area textarea {
  width: 100%;
  padding: 4px 6px;
  min-height: 55px;
}

/* color fix for dark layouts  */
/* line 1224, ../../../../../modules/shop/css/_shop.scss */
.dark .checkout #shipping,
.dark .checkout #payment {
  color: #333;
}

/* Default form elements (may be overwritten) */
/* line 1233, ../../../../../modules/shop/css/_shop.scss */
.shop input,
.shop textarea {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  /*height: 20px;*/
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 1259, ../../../../../modules/shop/css/_shop.scss */
.shop input:focus,
.shop textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* line 1269, ../../../../../modules/shop/css/_shop.scss */
.shop select {
  width: auto;
}

/* line 1275, ../../../../../modules/shop/css/_shop.scss */
#cart_empty {
  padding: 20px 0 60px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
}

@media all and (max-width: 767px) {
  /* line 1284, ../../../../../modules/shop/css/_shop.scss */
  .product .overlay {
    top: 0;
    background-color: black !important;
    position: relative !important;
  }
}
/* NEW inspire cart style */
@media screen and (max-width: 600px) {
  /* line 1296, ../../../../../modules/shop/css/_shop.scss */
  .sf_cart_wrapper {
    display: none;
  }
}
/* line 1301, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper {
  position: fixed;
  top: 120px;
  right: 0px;
  z-index: 9999;
}
/* line 1307, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper.sf-cart-animate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1315, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper .sf-cart-inner {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 1321, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper:after {
  content: '';
  display: block;
  clear: both;
}
/* line 1327, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart_button {
  position: absolute;
  left: -48px;
}
/* line 1331, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart_button a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  line-height: 23px;
  text-align: center;
  background: #2a2a2a;
}
/* line 1341, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart_button a:focus {
  outline: none;
}
/* line 1347, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart_button.cart_visible {
  border-bottom: 0;
}
/* line 1351, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart {
  background-color: #e2e2e2;
  box-shadow: 0px 7px 42px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-left: 0;
}
/* line 1357, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart h4 {
  display: none;
}
/* line 1361, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart hr {
  margin: 7px 0 7px;
  border: 0;
  border-width: 1px 0 0;
  clear: both;
  margin: 26px;
  height: 0;
}
/* line 1370, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart table {
  width: 100%;
  border: none;
  background: transparent;
  margin: 10px;
  color: #2a2a2a;
}
/* line 1377, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart table tr {
  line-height: 2em;
}
/* line 1380, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart table tr:nth-of-type(even) {
  background: none;
}
/* line 1384, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart table tr td {
  padding: 10px;
}
/* line 1389, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart table .quantity {
  height: 33px;
  padding: 0;
  width: 40px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  box-shadow: none;
}
/* line 1403, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart table .summary {
  display: none;
}
/* line 1408, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart form {
  margin: 0;
  max-width: 100%;
}
/* line 1413, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart .blue_button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  color: #fff;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
/* line 1426, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart #closeCart {
  position: absolute;
  top: 0;
  right: 6px;
  padding: 0;
  border: 0;
  background-color: transparent;
  max-width: 100%;
  width: auto;
  margin: 0;
  box-shadow: none;
  color: #000;
  text-shadow: none;
}
/* line 1440, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart #closeCart:hover {
  color: #000 !important;
}
/* line 1444, ../../../../../modules/shop/css/_shop.scss */
.sf_cart_wrapper #sf_cart #closeCart:focus {
  outline: none;
}
