/* _________________________________________________

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 32, ../../../../../themes/breeze/public/styles/style.scss */
html, body {
  margin: 0;
  padding: 0;
}

/* line 36, ../../../../../themes/breeze/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 93, ../../../../../themes/breeze/public/styles/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

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

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

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

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

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

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

/* line 133, ../../../../../themes/breeze/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 141, ../../../../../themes/breeze/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 154, ../../../../../themes/breeze/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 163, ../../../../../themes/breeze/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 174, ../../../../../themes/breeze/public/styles/style.scss */
h1 {
  margin-bottom: 0.5em;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}

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

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

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

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

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

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

/* line 220, ../../../../../themes/breeze/public/styles/style.scss */
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}

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

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

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

/* line 235, ../../../../../themes/breeze/public/styles/style.scss */
dt {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

/* line 283, ../../../../../themes/breeze/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 292, ../../../../../themes/breeze/public/styles/style.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 6.TABLES ============================================================================= */
/* line 366, ../../../../../themes/breeze/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 374, ../../../../../themes/breeze/public/styles/style.scss */
th, td, caption {
  padding: 0.1875em 10px 0.1875em 5px;
}

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

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

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

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

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

/* line 400, ../../../../../themes/breeze/public/styles/style.scss */
.paymentInfoArea th {
  text-align: left;
  line-height: 1.5em;
}

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

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

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

/* 7.FORMS ============================================================================= */
/* line 423, ../../../../../themes/breeze/public/styles/style.scss */
.form form {
  margin: 0;
  max-width: 450px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 479, ../../../../../themes/breeze/public/styles/style.scss */
#studio .form .fieldtype_7_last {
  width: 59%;
}

/* 8 BANNER 		============================================================================= */
/* 9 NAVIGATION 	============================================================================= */
/* line 486, ../../../../../themes/breeze/public/styles/style.scss */
#logo {
  padding: 20px 0 20px 0;
  height: auto !important;
}

/* line 491, ../../../../../themes/breeze/public/styles/style.scss */
header {
  margin: 0px 0 30px 0;
  margin: 0 auto;
  position: relative;
}

/* line 498, ../../../../../themes/breeze/public/styles/style.scss */
header nav {
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
}

/* line 503, ../../../../../themes/breeze/public/styles/style.scss */
nav ul[role="navigation"] {
  margin-left: 10px;
}

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

/* line 513, ../../../../../themes/breeze/public/styles/style.scss */
header ul li {
  list-style: none;
  float: left;
  line-height: 2.5em;
  font-size: 17px;
}

/* line 519, ../../../../../themes/breeze/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 529, ../../../../../themes/breeze/public/styles/style.scss */
header ul li.has-children {
  position: relative;
}

/* line 533, ../../../../../themes/breeze/public/styles/style.scss */
header ul li.activeRoot a {
  /*background: #a61717;*/
  color: #fff !important;
}

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

/* Sub menu */
/* Sub menus */
/* line 546, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li:hover ul,
header nav ul li:hover .arrow_wrapper,
header nav ul li.hover ul,
header nav ul li.hover .arrow_wrapper {
  /* Selectors for javascript class and without JS */
  display: inline-block;
}

/* line 555, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li ul {
  position: absolute;
  margin: 51px 0px 0 0px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #b5b4b4;
  /*display: block;*/
  display: none;
  z-index: 500;
  left: 0;
  padding-top: 0px;
  width: auto;
  min-width: 175px;
}

/* line 569, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li ul li {
  line-height: 1em;
  display: block;
  text-align: left;
  min-width: 135px;
  padding: 10px 20px 6px 20px;
  margin: 0;
  width: auto;
  /*line-height: 1em;*/
  /*border-top: 1px solid #d8d7d7;*/
  border-bottom: 1px solid #e7e6e6;
}

/* line 583, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li ul li.first {
  border-top: 0;
}

/* line 587, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li ul li.last {
  border-bottom: 0;
}

/* line 592, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li ul li a {
  padding: 0;
  line-height: 1.4em;
  background: #fff !important;
  margin: 0;
}

/* line 598, ../../../../../themes/breeze/public/styles/style.scss */
header ul li.activeRoot ul li a {
  color: #333 !important;
}

/* line 602, ../../../../../themes/breeze/public/styles/style.scss */
header ul li.activeRoot ul li.active a {
  font-weight: bold;
}

/* line 606, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li ul li:last-child a, header nav ul li ul li.last-child a {
  background: none !important;
  padding-bottom: 6px;
}

/* line 611, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li .arrow_wrapper {
  display: none;
  top: 33px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  left: 0;
}

/* line 619, ../../../../../themes/breeze/public/styles/style.scss */
header nav ul li .arrow {
  margin: 0 auto;
  width: 37px;
  height: 19px;
  background: url("../images/general/menu_arrow.png");
}

/* Snowfire Specific header elements */
/* line 629, ../../../../../themes/breeze/public/styles/style.scss */
.editField-keysCreateNew {
  display: none;
}

/* line 633, ../../../../../themes/breeze/public/styles/style.scss */
header .image-logo {
  padding-top: 10px;
  text-align: center;
}

/* line 638, ../../../../../themes/breeze/public/styles/style.scss */
header .text-logo {
  padding-top: 10px;
  text-align: center;
}

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

/* BUTTON */
/* line 648, ../../../../../themes/breeze/public/styles/style.scss */
.editField-menuCreateNew.editDontDisable {
  margin: 0px 110px;
}

/*.editField-menuCreateNew.editDontDisable {
    line-height: normal;

    margin: 0px 110px;

    padding: 5px 14px;
    display: table;
    background: -moz-linear-gradient(top, #FAFAFA, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EAEAEA));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EAEAEA');
    text-decoration: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #005d80 !important;
    border: 2px solid #00A5DF !important;
    text-shadow: 0 1px 1px #fff;
    font-size: 16px;
}
.editField-menuCreateNew.editDontDisable:hover,
.editField-menuCreateNew.editDontDisable:focus,
.editField-menuCreateNew.editDontDisable:active{
    color: #0081AF;
    border-color: #2FC9FF;
    outline: none;
}
.editField-menuCreateNew.editDontDisable:active {
    padding: 6px 14px 4px 14px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25) inset;
}*/
/* 10 CONTENT 		============================================================================= */
/* line 682, ../../../../../themes/breeze/public/styles/style.scss */
.content {
  width: 90%;
  margin: 20px auto 20px auto;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  background: #fff;
  padding-bottom: 10px;
}

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

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

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

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

/* 11 MAIN 			============================================================================= */
/* line 720, ../../../../../themes/breeze/public/styles/style.scss */
#main ul {
  margin-left: 0px;
}

/* line 724, ../../../../../themes/breeze/public/styles/style.scss */
#large_image {
  margin-top: 2px;
}

/* Snippets Add anywhere */
/* line 729, ../../../../../themes/breeze/public/styles/style.scss */
#studio img {
  max-width: 100%;
}

/* line 733, ../../../../../themes/breeze/public/styles/style.scss */
#studio .columns {
  padding: 5px 25px;
}

/* line 737, ../../../../../themes/breeze/public/styles/style.scss */
#studio .one.columns.large-image {
  padding-left: 0;
  padding-right: 0;
}

/* Snippets */
/* line 744, ../../../../../themes/breeze/public/styles/style.scss */
#studio > .snippet {
  background: #fff;
  margin: 0 0 0px 0;
  padding: 5px 19px 19px 19px;
}

/* line 749, ../../../../../themes/breeze/public/styles/style.scss */
.snippet img {
  max-width: 100%;
}

/* line 752, ../../../../../themes/breeze/public/styles/style.scss */
.snippet p:last-child, .snippet p.lastchild {
  margin-bottom: 0;
}

/* line 755, ../../../../../themes/breeze/public/styles/style.scss */
.snippet p {
  max-width: 620px;
}

/* Page title snippet */
/* line 760, ../../../../../themes/breeze/public/styles/style.scss */
#studio .one.columns.pagetitle {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 764, ../../../../../themes/breeze/public/styles/style.scss */
#studio .one.columns.pagetitle h1 {
  margin-bottom: 0;
}

/* line 768, ../../../../../themes/breeze/public/styles/style.scss */
#studio .one.columns.pagetitle + .snippet {
  padding-top: 8px;
}

/* Single text */
/* Text + Text */
/* line 777, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-text-text {
  padding-left: 0;
  padding-right: 0;
}

/* Text + Image */
/* line 784, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-text-image {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

/* Image + Text */
/* line 791, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-image-text {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

/* Image + Image */
/* line 798, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-image-image {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
}

/* line 803, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-image-image.right {
  padding-bottom: 0;
}

/* Video */
/* line 811, ../../../../../themes/breeze/public/styles/style.scss */
#studio object, #studio embed {
  width: 100%;
  max-width: 732px;
  /*height: auto;*/
}

/* Map */
/* line 818, ../../../../../themes/breeze/public/styles/style.scss */
#studio .column.map {
  padding: 12px 0px 5px 0;
}

/* line 821, ../../../../../themes/breeze/public/styles/style.scss */
#studio .column.map iframe {
  width: 100%;
  height: 400px;
}

/* FB comments */
/* line 827, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-comments iframe,
#studio .snippet.snippet-comments span {
  width: 240px !important;
}

/* Large image snippet */
/* line 833, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-large-image {
  padding: 5px 0px 5px 0;
}

/* Person snippet */
/* line 838, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-person {
  clear: both;
}

/* line 842, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-person .person-image {
  float: left;
  margin: 0 30px 0 0;
}

/* line 846, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-person .person-info {
  float: left;
  max-width: 560px;
}

/* line 850, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet-person .person-name h2 {
  margin-bottom: 0em;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}

/* line 857, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet-person .person-position {
  margin: 0 0 10px 0;
}

/* Gallery snippet */
/* line 866, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet.snippet-3-column-images {
  padding: 14px 17px;
}

/* line 870, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet-3-column-images .column_1,
#studio .snippet-3-column-images .column_3,
#studio .snippet-3-column-images .column_2 {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 15px;
}

/* line 879, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet-3-column-images .column_3 {
  margin-right: 0;
}

/* line 883, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet-3-column-images .last {
  margin-bottom: 0;
}

/* line 887, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet-3-column-images h3 {
  font-size: 15px;
  color: #000 !important;
  /* Protect from DS */
}

/* line 892, ../../../../../themes/breeze/public/styles/style.scss */
#studio .snippet-3-column-images 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;
}

/* Form snippet */
/* line 901, ../../../../../themes/breeze/public/styles/style.scss */
#studio .column.snippet.snippet-form {
  margin: 0;
  padding: 0;
  /*float: left;
  width: 40%;*/
}

/* line 907, ../../../../../themes/breeze/public/styles/style.scss */
#studio .column.right.snippet.snippet-form {
  /*margin-left: 10%;*/
  margin-top: 16px;
}

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

/* line 916, ../../../../../themes/breeze/public/styles/style.scss */
#studio .form dt {
  margin: 0 0 5px 0;
}

/* line 920, ../../../../../themes/breeze/public/styles/style.scss */
#studio .form label {
  color: #333;
}

/* line 924, ../../../../../themes/breeze/public/styles/style.scss */
#studio .form dl {
  margin: 0;
}

/* line 928, ../../../../../themes/breeze/public/styles/style.scss */
#studio .form dd {
  margin: 0 0 1em 0;
}

/* line 932, ../../../../../themes/breeze/public/styles/style.scss */
#studio .form input, .form textarea {
  background: #fff;
  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: 6px 5px 4px 5px;
  border: 1px solid #5e5d5d;
  font-size: 14px;
  margin: 0 0 10px 1px;
}

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

/* line 949, ../../../../../themes/breeze/public/styles/style.scss */
#studio .form textarea, .form input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 956, ../../../../../themes/breeze/public/styles/style.scss */
#studio .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 966, ../../../../../themes/breeze/public/styles/style.scss */
#studio .form .submitBtnArea input:hover {
  box-shadow: inset 0px 0px 2px #fff;
}

/* Design Studio */
/* line 972, ../../../../../themes/breeze/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 996, ../../../../../themes/breeze/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 1003, ../../../../../themes/breeze/public/styles/style.scss */
footer #powered_by_snowfire {
  text-align: center;
  margin-top: 5px;
}

/* Page specific - Startpage */
/* line 1010, ../../../../../themes/breeze/public/styles/style.scss */
.startpage #showcase {
  position: relative;
}

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

/* line 1017, ../../../../../themes/breeze/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 1028, ../../../../../themes/breeze/public/styles/style.scss */
.startpage #showcase .image_text p {
  margin: 0;
}

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

/* line 1038, ../../../../../themes/breeze/public/styles/style.scss */
.startpage .snippet-columns .column_1,
.startpage .snippet-columns .column_2,
.startpage .snippet-columns .column_3 {
  width: 100%;
  margin-top: 30px;
  display: block;
}

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

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

/* line 1053, ../../../../../themes/breeze/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 1061, ../../../../../themes/breeze/public/styles/style.scss */
.startpage img {
  /*border: 3px solid #000;*/
  max-width: 100%;
}

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

/* line 1070, ../../../../../themes/breeze/public/styles/style.scss */
.startpage div.column_3 li {
  list-style: none;
}

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

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

/* line 1088, ../../../../../themes/breeze/public/styles/style.scss */
.startpage div.column_3 li a:hover {
  border: 0;
}

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

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

/* line 1112, ../../../../../themes/breeze/public/styles/style.scss */
.startpage .widget {
  background: #fff;
  text-align: left;
  padding-left: 10px;
}

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

/* Page specific - Blog */
/* line 1122, ../../../../../themes/breeze/public/styles/style.scss */
.post {
  padding: 5px 19px 19px 19px;
  background: #fff;
}

/* line 1127, ../../../../../themes/breeze/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 1135, ../../../../../themes/breeze/public/styles/style.scss */
.post .date span {
  margin-left: 5px;
}

/* line 1139, ../../../../../themes/breeze/public/styles/style.scss */
.post .header {
  margin: 0 0 10px 0;
}

/* line 1143, ../../../../../themes/breeze/public/styles/style.scss */
.post img {
  margin: 0 0 10px 0;
}

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

/* 13 CONTENTINFO 	============================================================================= */
/* 14 GLOBAL OBJECTS ============================================================================= */
/* 15 VENDOR-SPECIFIC ============================================================================= */
/* line 1158, ../../../../../themes/breeze/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 1179, ../../../../../themes/breeze/public/styles/style.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

/* line 1207, ../../../../../themes/breeze/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 1214, ../../../../../themes/breeze/public/styles/style.scss */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}

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

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

/* line 1229, ../../../../../themes/breeze/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 1239, ../../../../../themes/breeze/public/styles/style.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 1247, ../../../../../themes/breeze/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 ============================================================================= */
/* 18 SNOWFIRE SPECIFICS ============================================================================= */
/* line 1298, ../../../../../themes/breeze/public/styles/style.scss */
.sf_add_snippet {
  margin-left: 25px;
}

/* 19 SNOWFIRE NEW STYLE ============================================================================= */
/* line 1306, ../../../../../themes/breeze/public/styles/style.scss */
.column.text p:last-child {
  margin-bottom: 0;
}

/* line 1310, ../../../../../themes/breeze/public/styles/style.scss */
.column.latest_posts {
  color: #404040;
}

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

/* line 1320, ../../../../../themes/breeze/public/styles/style.scss */
.columns.divider {
  margin-bottom: 0;
}

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

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

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

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

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

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

/* line 1354, ../../../../../themes/breeze/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 1363, ../../../../../themes/breeze/public/styles/style.scss */
.column.facebook_synced .actions .comment a {
  font-weight: 700;
}

/* line 1367, ../../../../../themes/breeze/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 1374, ../../../../../themes/breeze/public/styles/style.scss */
.column.facebook .actions a:hover,
.column.facebook_synced .actions a:hover {
  text-decoration: underline;
}

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

/* line 1385, ../../../../../themes/breeze/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 1395, ../../../../../themes/breeze/public/styles/style.scss */
.column.facebook .plugins,
.column.facebook_synced .plugins {
  margin: 75px 0 0 0;
}

/* Quote */
/* line 1403, ../../../../../themes/breeze/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 1418, ../../../../../themes/breeze/public/styles/style.scss */
.column.quote blockquote,
.column.quote_synced blockquote {
  border: 0;
  margin-top: 10px;
}

/* line 1423, ../../../../../themes/breeze/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 1434, ../../../../../themes/breeze/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 1441, ../../../../../themes/breeze/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 1448, ../../../../../themes/breeze/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 1455, ../../../../../themes/breeze/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 1461, ../../../../../themes/breeze/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 1469, ../../../../../themes/breeze/public/styles/style.scss */
.column.quote .image img,
.column.quote_synced .image img {
  border-radius: 70px;
}

/* line 1473, ../../../../../themes/breeze/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 1488, ../../../../../themes/breeze/public/styles/style.scss */
.column.sociallinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1494, ../../../../../themes/breeze/public/styles/style.scss */
.column.sociallinks li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

/* Shop */
/*#main.shop2 .products.row_of_three .product .image {
	max-width: 238px;
}

#main.shop2 .products.row_of_three .product {
	margin: 0 30px 30px 0 !important;
}

#main.shop2 .products.row_of_three .product:nth-child(3n) {
	margin-right: 0px !important;
}

#main.shop2 #category_toggle_button {
	margin-top: 0;
}

#main.shop2 .products.row_of_three.expanded_categories {
	max-width: 541px;
}

#main.shop2 .products.row_of_three.expanded_categories .product .image {
	max-width: 158px;
}*/
/* 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: 1127px) {
  /* 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: 541px;
}
/* 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: 158px;
}
@media only screen and (min-width: 1127px) {
  /* 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 30px 30px 0;
}
/* line 181, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products .product .image {
  max-width: 238px;
}
/* line 184, ../../../../../modules/shop/css/_shop.scss */
.shop2 .products .product .image img {
  margin: 0;
}
@media only screen and (min-width: 1127px) {
  /* 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: 1126px) {
  /* 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: 1126px) {
  /* 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: 238px;
  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: 238px;
  height: 238px;
}
/* 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: 238px;
  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: 238px;
  height: 238px;
}
/* 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;
}
