/* _________________________________________________

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

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

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

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

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

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

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

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

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

/* line 133, ../../../../../themes/elegance/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%;
  /* To make sure the font doesn't jump on slide image switch, see: http://stackoverflow.com/questions/13253163/chrome-render-bug-when-sliding-images ; */
  -webkit-font-smoothing: antialiased;
}

/* line 144, ../../../../../themes/elegance/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 157, ../../../../../themes/elegance/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 166, ../../../../../themes/elegance/public/styles/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: normal;
  color: #303438;
  word-wrap: break-word;
}

/* line 177, ../../../../../themes/elegance/public/styles/style.scss */
h1 {
  margin-bottom: 0.2em;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}

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

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

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

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

/* line 207, ../../../../../themes/elegance/public/styles/style.scss */
h6 {
  margin-bottom: 1.5em;
  color: rgba(48, 48, 48, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

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

/* line 227, ../../../../../themes/elegance/public/styles/style.scss */
p {
  hyphens: auto;
  line-height: 1.6em;
  margin-top: 0em;
  /* Not allowed below 0 to work with floating image in Safari */
  word-wrap: break-word;
}

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

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

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

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

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

/* line 254, ../../../../../themes/elegance/public/styles/style.scss */
blockquote {
  padding: 1em 0 1em 0;
  padding: 10px;
  font-style: normal;
}

/* line 261, ../../../../../themes/elegance/public/styles/style.scss */
.quote {
  max-width: 300px;
}

/* line 265, ../../../../../themes/elegance/public/styles/style.scss */
.arrow_box {
  position: relative;
  background: #fdfdfd;
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 5px;
}

/* line 271, ../../../../../themes/elegance/public/styles/style.scss */
.arrow_box:after, .arrow_box:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 281, ../../../../../themes/elegance/public/styles/style.scss */
.arrow_box:after {
  border-top-color: #fdfdfd;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}

/* line 287, ../../../../../themes/elegance/public/styles/style.scss */
.arrow_box:before {
  border-top-color: rgba(200, 200, 200, 0.8);
  border-width: 13px;
  left: 50%;
  margin-left: -13px;
}

/* line 294, ../../../../../themes/elegance/public/styles/style.scss */
.author {
  margin: 1em;
  padding: 0;
  text-align: left;
  color: #303030;
  vertical-align: middle;
  font-weight: 700;
}

/* line 304, ../../../../../themes/elegance/public/styles/style.scss */
.author img {
  max-width: 20%;
  height: auto;
  float: left;
  vertical-align: top;
  margin: 0 8px 0 0;
}

/* line 312, ../../../../../themes/elegance/public/styles/style.scss */
.author p {
  float: left;
  width: 70%;
  font-size: 12px;
  font-size: .75em;
  font-size: 1.2rem;
}

/* line 321, ../../../../../themes/elegance/public/styles/style.scss */
blockquote p {
  width: 100%;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 466, ../../../../../themes/elegance/public/styles/style.scss */
.paymentInfoArea {
  border: 1px solid #efefef;
  background: #f7f7f7;
  max-width: 380px;
  padding: 10px;
}

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

/* line 477, ../../../../../themes/elegance/public/styles/style.scss */
.paymentInfoArea th {
  text-align: right;
}

/* line 481, ../../../../../themes/elegance/public/styles/style.scss */
.paymentInfoArea td {
  text-align: right;
  line-height: 1.5em;
}

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

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

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

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

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

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

/* line 514, ../../../../../themes/elegance/public/styles/style.scss */
button,
input,
select,
textarea {
  max-width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

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

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

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

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

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

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

/* 8 BANNER 		============================================================================= */
/* 9 NAVIGATION 	============================================================================= */
/*#logo {
	padding: 30px 0px 20px 0px;
	height: auto !important;
}*/
/* line 560, ../../../../../themes/elegance/public/styles/style.scss */
header {
  max-width: 1000px;
  width: 90%;
  margin: 0px auto;
  /*height: 105px;  */
  /* iPad menu fix */
  position: relative;
  z-index: 2;
}

/* line 571, ../../../../../themes/elegance/public/styles/style.scss */
header nav {
  width: auto;
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 581, ../../../../../themes/elegance/public/styles/style.scss */
header nav {
  border-bottom: 1px solid rgba(108, 117, 127, 0.2);
  -webkit-box-shadow: 0 4px 5px -4px rgba(108, 117, 127, 0.7);
  -moz-box-shadow: 0 4px 5px -4px rgba(108, 117, 127, 0.7);
  box-shadow: 0 4px 5px -4px rgba(108, 117, 127, 0.7);
  float: right;
}

/* line 589, ../../../../../themes/elegance/public/styles/style.scss */
header nav.empty {
  border-bottom: none;
}

/*header nav.doesnt_fit {
	float: none;
	clear: both;
}*/
/* line 599, ../../../../../themes/elegance/public/styles/style.scss */
header.multirow nav {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

/* line 611, ../../../../../themes/elegance/public/styles/style.scss */
#small_screen_navigation {
  display: none;
}

/* line 615, ../../../../../themes/elegance/public/styles/style.scss */
nav select {
  display: none;
}

/* line 619, ../../../../../themes/elegance/public/styles/style.scss */
header.multirow nav ul {
  display: none;
}

/* line 620, ../../../../../themes/elegance/public/styles/style.scss */
header.multirow nav select {
  position: relative;
  width: 80%;
  margin: 0 10%;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}

/* line 621, ../../../../../themes/elegance/public/styles/style.scss */
header.multirow nav select option {
  text-align: left;
}

/* line 626, ../../../../../themes/elegance/public/styles/style.scss */
nav ul li {
  position: relative;
}

/* line 630, ../../../../../themes/elegance/public/styles/style.scss */
header ul {
  margin: 0px auto;
  padding: 0px 0 0 0;
  text-align: center;
  width: auto;
  float: right;
}

/*header nav.doesnt_fit ul {
	float: none;
}*/
/* line 642, ../../../../../themes/elegance/public/styles/style.scss */
header ul li {
  list-style: none;
  float: left;
  line-height: 2.5em;
  /*font-size: 17px;*/
  font-size: 14px;
  margin: 0 0 -5px 0;
}

/* line 650, ../../../../../themes/elegance/public/styles/style.scss */
header ul li a {
  display: block;
  float: left;
  /*padding: 7px 25px;*/
  /*padding: 7px 12px 7px 12px;*/
  padding: 7px 12px 20px 12px;
  /*margin: 0 -2px 0.5em 0;*/
  /*color: #5e5e5a;*/
}

/* line 660, ../../../../../themes/elegance/public/styles/style.scss */
header ul li.has-children {
  position: relative;
}

/* line 668, ../../../../../themes/elegance/public/styles/style.scss */
header ul li.activeRoot a {
  background: url("/themes/elegance/public/images/selector.gif") no-repeat center bottom;
  /*background: #a61717;*/
  /*color: rgb(143, 25, 34) !important;*/
  /*background: url('../images/selector.gif') no-repeat center bottom;*/
  /* color: rgb(45, 65, 28) !important;*/
  /*padding-bottom:20px;*/
  /*font-weight:700;*/
}

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

/* Sub menu */
/* Sub menus */
/* line 685, ../../../../../themes/elegance/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 694, ../../../../../themes/elegance/public/styles/style.scss */
header nav ul li ul {
  position: absolute;
  margin: 45px 0px 0 0px;
  background: #fff;
  /*display: block;*/
  display: none;
  z-index: 500;
  left: -10px;
  padding-top: 0px;
  /*max-width:250px;*/
  width: auto;
  padding: 5px;
  border: 1px solid #CCC;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

/* line 711, ../../../../../themes/elegance/public/styles/style.scss */
header nav ul li ul li {
  line-height: 1em;
  display: block;
  float: left;
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-size: .875em;
  font-size: 1.4rem;
  margin: 0;
  width: 100%;
  /*line-height: 1em;*/
  /*border-top: 1px solid #d8d7d7;*/
}

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

/* line 729, ../../../../../themes/elegance/public/styles/style.scss */
header nav ul li ul li.last a, header nav ul li ul li.last a:hover {
  border-bottom: 0;
}

/* line 734, ../../../../../themes/elegance/public/styles/style.scss */
header nav ul li ul li a {
  white-space: nowrap;
  display: block;
  padding: 10px 10px 10px 10px !important;
  line-height: 1.4em;
  background: #fff !important;
  margin: 0;
  /*border-bottom: 1px dotted #e7e6e6;*/
}

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

/* line 747, ../../../../../themes/elegance/public/styles/style.scss */
header ul li.activeRoot ul li.active > a,
header ul li.activeRoot.active > a {
  font-weight: bold;
  color: #333 !important;
}

/* line 753, ../../../../../themes/elegance/public/styles/style.scss */
header ul li.activeRoot ul li a:hover {
  /*border-bottom: 1px dotted #e7e6e6;*/
}

/* line 757, ../../../../../themes/elegance/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 762, ../../../../../themes/elegance/public/styles/style.scss */
header nav ul li .arrow_wrapper {
  display: none;
  top: 22px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  left: 0;
}

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

/* Sub menu / LEVEL 3 */
/* line 779, ../../../../../themes/elegance/public/styles/style.scss */
header nav ul li ul li .arrow {
  display: none;
}

/* line 784, ../../../../../themes/elegance/public/styles/style.scss */
header nav ul li ul li ul {
  margin: -15px 0 0 10px;
  position: static;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  float: left;
}

/* line 794, ../../../../../themes/elegance/public/styles/style.scss */
header nav ul li ul li ul li.last a {
  margin-bottom: -8px;
}

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

/*header .image-logo {
	padding-top: 10px;
	text-align: center;
}

header .text-logo {
	padding-top: 10px;
	text-align: center;
}*/
/* line 816, ../../../../../themes/elegance/public/styles/style.scss */
#logo_area {
  padding: 10px 0;
}

/* line 820, ../../../../../themes/elegance/public/styles/style.scss */
header.logo_area_too_wide #logo_area {
  float: none;
  height: auto;
  width: 100%;
  padding: 10px 0;
}

/* line 827, ../../../../../themes/elegance/public/styles/style.scss */
header.logo_area_too_wide #logo_area a.image-logo,
header.logo_area_too_wide #logo_area a.text-logo {
  position: static !important;
  text-align: center;
  display: block;
  padding-top: 10px;
}

/* line 835, ../../../../../themes/elegance/public/styles/style.scss */
header.logo_area_too_wide #logo_area img {
  max-width: 100%;
}

/* line 839, ../../../../../themes/elegance/public/styles/style.scss */
header.logo_area_too_wide nav {
  float: none;
}

/* line 843, ../../../../../themes/elegance/public/styles/style.scss */
header.logo_area_too_wide nav ul {
  float: none;
}

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

/* BUTTON */
/*.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 887, ../../../../../themes/elegance/public/styles/style.scss */
.content {
  background: #fff;
  width: 90%;
  margin: 0px auto;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

/* line 893, ../../../../../themes/elegance/public/styles/style.scss */
#powered_by,
#partner-logo {
  width: 89%;
  margin: 10px auto;
}

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

/* line 906, ../../../../../themes/elegance/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 915, ../../../../../themes/elegance/public/styles/style.scss */
#small_screen_navigation div {
  /*background: #a61717;*/
  float: right;
  margin-right: 0px;
  padding: 0px 10px 0px 60px;
  line-height: 30px;
}

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

/* 11 MAIN 			============================================================================= */
/* line 929, ../../../../../themes/elegance/public/styles/style.scss */
#main {
  margin-top: 1.5em;
  /* iPad menu fix */
  position: relative;
  z-index: 1;
}

/* line 937, ../../../../../themes/elegance/public/styles/style.scss */
#main ul {
  margin-left: 0px;
  margin-bottom: 0;
}

/* line 942, ../../../../../themes/elegance/public/styles/style.scss */
#main a, #main p a, body > footer a {
  font-weight: 700;
}

/* line 946, ../../../../../themes/elegance/public/styles/style.scss */
#main .main_content a.read_more:after {
  font-family: "Pictos";
  content: "]";
  margin: 0 0px 0 5px;
  font-size: 15px;
}

/* line 954, ../../../../../themes/elegance/public/styles/style.scss */
#main h2 {
  background: url("/themes/elegance/public/images/blue-base.png") repeat-x scroll center bottom transparent;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 960, ../../../../../themes/elegance/public/styles/style.scss */
#main h2.headline {
  margin-bottom: 20px;
}

/* line 964, ../../../../../themes/elegance/public/styles/style.scss */
#main h1 a, #main h2 a {
  font-weight: normal;
}

/* line 968, ../../../../../themes/elegance/public/styles/style.scss */
#studio {
  width: 90%;
  /* This breaks iPad
  position:relative;*/
  padding: 0;
  margin: 0 auto;
}

/* line 977, ../../../../../themes/elegance/public/styles/style.scss */
.main_content {
  width: 100%;
  float: none;
}

/* line 982, ../../../../../themes/elegance/public/styles/style.scss */
.sidebar {
  width: 100%;
  float: none;
}

/* Snippets */
/* line 988, ../../../../../themes/elegance/public/styles/style.scss */
#main [data-snippetarea="top"] p {
  max-width: 650px;
}

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

/* line 998, ../../../../../themes/elegance/public/styles/style.scss */
.snippet {
  margin-bottom: 20px;
}

/* line 1002, ../../../../../themes/elegance/public/styles/style.scss */
.snippet img, .columns img {
  max-width: 100%;
  /*border: 3px solid rgba(255,255,255,.9);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);*/
}

/* line 1008, ../../../../../themes/elegance/public/styles/style.scss */
.snippet-large-image img {
  border: 0;
  box-shadow: none;
}

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

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

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

/* line 1025, ../../../../../themes/elegance/public/styles/style.scss */
#studio .snippet.snippet-pagetitle h1 {
  margin-bottom: 0;
}

/* line 1030, ../../../../../themes/elegance/public/styles/style.scss */
#studio h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

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

/* Slider */
/* line 1040, ../../../../../themes/elegance/public/styles/style.scss */
#studio .slider {
  margin-bottom: -15px;
}

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

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

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

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

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

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

/* Map */
/*#studio .snippet.snippet-map {
	padding: 12px 0px 5px 0;
}
#studio .snippet.snippet-map iframe {
	width: 100%;
	height: 400px;
}*/
/* line 1096, ../../../../../themes/elegance/public/styles/style.scss */
.column iframe {
  width: 100%;
  max-height: 400px;
}

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

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

/* List Snippet */
/* line 1114, ../../../../../themes/elegance/public/styles/style.scss */
#main .sidebar h2 {
  padding-bottom: 15px;
}

/* line 1118, ../../../../../themes/elegance/public/styles/style.scss */
.sidebar_blog_synced ul,
.latest_posts ul,
.latest_posts_synced ul {
  padding: 0;
  margin-top: -3px;
}

/* line 1125, ../../../../../themes/elegance/public/styles/style.scss */
.sidebar_blog_synced ul li,
.latest_posts ul li,
.latest_posts_synced ul li {
  padding: 1em 0;
  border-bottom: 1px dotted #6c757f;
}

/* line 1131, ../../../../../themes/elegance/public/styles/style.scss */
.sidebar_blog_synced ul li.first,
.latest_posts ul li.first,
.latest_posts_synced ul li.first {
  padding-top: 0;
}

/* line 1136, ../../../../../themes/elegance/public/styles/style.scss */
.sidebar_blog_synced ul li.last
.latest_posts ul li.last,
.latest_posts_synced ul li.last {
  padding-bottom: 0;
}

/* line 1142, ../../../../../themes/elegance/public/styles/style.scss */
#main .sidebar_blog_synced ul li a,
#main .latest_posts ul li a,
#main .latest_posts_synced ul li a {
  font-weight: 500;
  color: #303438 !important;
}

/* line 1149, ../../../../../themes/elegance/public/styles/style.scss */
.sidebar_blog_synced ul li:last-child,
.latest_posts ul li:last-child,
.latest_posts_synced ul li:last-child {
  border-bottom: 0;
}

/* Person snippet */
/* line 1156, ../../../../../themes/elegance/public/styles/style.scss */
#studio .person {
  clear: both;
  margin-top: 20px;
  margin-left: 0;
}

/* line 1162, ../../../../../themes/elegance/public/styles/style.scss */
#studio .person .person_image {
  /*float: left;*/
  margin: 0 5% 10px 0;
}

/* line 1167, ../../../../../themes/elegance/public/styles/style.scss */
#studio .person .person_info {
  float: left;
  margin-bottom: 1.5em;
  width: 100%;
}

/* line 1172, ../../../../../themes/elegance/public/styles/style.scss */
#studio .person p {
  margin: 0;
}

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

/* line 1183, ../../../../../themes/elegance/public/styles/style.scss */
#studio .person .person_position {
  margin: 10px 0 10px 0;
}

/* line 1189, ../../../../../themes/elegance/public/styles/style.scss */
.person .misc {
  margin-top: 1em;
}

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

/* line 1199, ../../../../../themes/elegance/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 1208, ../../../../../themes/elegance/public/styles/style.scss */
#studio .snippet-3-column-images .column_3 {
  margin-right: 0;
}

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

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

/* line 1221, ../../../../../themes/elegance/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 1230, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area .column.snippet.snippet-form {
  margin: 0;
  padding: 0;
  /*float: left;
  width: 40%;*/
}

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

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

/* line 1245, ../../../../../themes/elegance/public/styles/style.scss */
#main .snippet_area .column.form h2 {
  margin-bottom: 20px;
}

/* line 1249, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form dt {
  margin: 0 0 5px 0;
}

/* line 1253, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form label {
  color: #333;
}

/* line 1257, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form dl {
  margin: 0;
}

/* line 1261, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form dd {
  margin: 0 0 1em 2px;
}
/* line 1263, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form dd > div {
  margin-left: 1px;
  margin-bottom: 1px;
  padding: 0.4rem 0;
}

/* line 1273, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form .wrap_part_type_4 input,
.snippet_area form .wrap_part_type_5 input {
  margin-right: 3px;
}

/* line 1278, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form input[type="text"],
.snippet_area form input[type="email"],
.snippet_area 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 0;
}

/* line 9, ../../../../../modules/form/css/_form.scss */
.snippet_area form input.fieldtype_7_first {
  width: 25%;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
}
/* line 16, ../../../../../modules/form/css/_form.scss */
.snippet_area form input.fieldtype_7_last {
  width: 38%;
  float: left;
}
/* line 21, ../../../../../modules/form/css/_form.scss */
.snippet_area form dl dd {
  overflow: hidden;
}
/* line 25, ../../../../../modules/form/css/_form.scss */
.snippet_area form dt.wrap_part_type_9 {
  border-top: 1px dotted #000;
  padding-top: 10px;
  margin-top: 40px;
}
/* line 1298, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form dt.wrap_part_type_9 {
  max-width: 400px;
}

/*.snippet_area form .fieldtype_7_first {
    width: 25%;
}
.snippet_area form .fieldtype_7_last {
    width: 38%;
}*/
/* line 1310, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area.snippet_area_sidebar {
  /*.fieldtype_7_last,
  .fieldtype_7_first {
    width: 49%;
  }*/
}
/* line 9, ../../../../../modules/form/css/_form.scss */
.snippet_area.snippet_area_sidebar input.fieldtype_7_first {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
}
/* line 16, ../../../../../modules/form/css/_form.scss */
.snippet_area.snippet_area_sidebar input.fieldtype_7_last {
  width: 50%;
  float: left;
}
/* line 21, ../../../../../modules/form/css/_form.scss */
.snippet_area.snippet_area_sidebar dl dd {
  overflow: hidden;
}
/* line 25, ../../../../../modules/form/css/_form.scss */
.snippet_area.snippet_area_sidebar dt.wrap_part_type_9 {
  border-top: 1px dotted #000;
  padding-top: 10px;
  margin-top: 40px;
}

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

/* line 1331, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form textarea,
.snippet_area form textarea,
.form input[type="text"],
.form input[type="email"],
.form input[type="file"] {
  width: 100%;
  max-width: 400px;
  -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 1344, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area form .submitBtnArea {
  margin-top: 30px;
  max-width: 400px;
  text-align: right;
}

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

/* line 1364, ../../../../../themes/elegance/public/styles/style.scss */
#studio .snippet_area .text p + ul,
#studio .snippet_area .text p + ol {
  margin-top: -15px;
}

/* line 1369, ../../../../../themes/elegance/public/styles/style.scss */
#studio .snippet_area .text ul {
  list-style: disc;
  margin-top: 0px;
  margin-bottom: 15px;
  list-style-position: inside;
}

/* line 1376, ../../../../../themes/elegance/public/styles/style.scss */
#studio .snippet_area .text ol {
  list-style: decimal;
  margin: 0 0 1.5em 0px;
  list-style-position: inside;
}

/* Page text column */
/* line 1383, ../../../../../themes/elegance/public/styles/style.scss */
.column.image_text_column .image_text_column_text {
  margin-top: 5px;
}

/* Social Media Icons */
/*.social-media {
	width:100%;
}*/
/* line 1395, ../../../../../themes/elegance/public/styles/style.scss */
.sociallinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1401, ../../../../../themes/elegance/public/styles/style.scss */
.sociallinks li {
  float: left;
  /*width:30%;*/
  margin: 0em .3em;
  text-align: center;
}

/* line 1408, ../../../../../themes/elegance/public/styles/style.scss */
.sociallinks li:first-of-type {
  margin-left: 0;
}

/* line 1412, ../../../../../themes/elegance/public/styles/style.scss */
.sociallinks li:last-of-type {
  margin-right: 0;
}

/* line 1416, ../../../../../themes/elegance/public/styles/style.scss */
.sociallinks li a img {
  border: 0;
  box-shadow: none;
  margin: 0 auto;
}

/* line 1422, ../../../../../themes/elegance/public/styles/style.scss */
.sociallinks p {
  font-size: 12px;
  font-size: .75em;
  font-size: 1.2rem;
  color: #94959b !important;
  text-align: center;
  text-indent: 0;
}

/*  Image gallery */
/* line 1432, ../../../../../themes/elegance/public/styles/style.scss */
.photo_gallery .photo_column_1,
.photo_gallery .photo_column_2 {
  margin-bottom: 17px;
}

/* line 1437, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area > .columns .sf_image {
  background: #fff;
}

/* Design Studio */
/* line 1443, ../../../../../themes/elegance/public/styles/style.scss */
footer {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 90%;
  left: 0;
  background: url("/themes/elegance/public/images/blue-base.png") repeat-x scroll center top transparent;
  margin-top: 10px;
  padding-top: 10px;
  	/*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 1470, ../../../../../themes/elegance/public/styles/style.scss */
footer .inner {
  width: 100%;
  margin: 10px 0em;
}

/* line 1476, ../../../../../themes/elegance/public/styles/style.scss */
.snippet-about_company, .snippet-colophon, .snippet-contact_info {
  width: 100%;
  margin: 1em 0;
}

/* line 1482, ../../../../../themes/elegance/public/styles/style.scss */
.snippet-about_company {
  margin-left: 0;
}

/* line 1486, ../../../../../themes/elegance/public/styles/style.scss */
.snippet-contact_info {
  margin-right: 0;
}

/* line 1491, ../../../../../themes/elegance/public/styles/style.scss */
footer h3 {
  margin-bottom: 1em;
}

/* line 1496, ../../../../../themes/elegance/public/styles/style.scss */
.snippet-about_company p, .snippet-colophon p, .snippet-contact_info p {
  font-size: 14px;
  font-size: .875em;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

/* line 1503, ../../../../../themes/elegance/public/styles/style.scss */
.snippet-contact_info h1 {
  margin-bottom: .875em;
}

/* line 1507, ../../../../../themes/elegance/public/styles/style.scss */
#powered_by {
  position: relative;
}

/* line 1511, ../../../../../themes/elegance/public/styles/style.scss */
#powered_by a {
  position: absolute;
  right: 0;
}

/* line 1516, ../../../../../themes/elegance/public/styles/style.scss */
#partner-logo a {
  position: absolute;
  left: 0;
}

/* line 1521, ../../../../../themes/elegance/public/styles/style.scss */
#partner-logo img {
  max-height: 35px;
}

/* line 1527, ../../../../../themes/elegance/public/styles/style.scss */
footer #powered_by {
  float: right;
  width: 100%;
  text-align: left;
  margin-top: 5px;
  border-top: 1px dotted #6C757F;
}

/* line 1535, ../../../../../themes/elegance/public/styles/style.scss */
footer #powered_by div {
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  float: left;
}

/* line 1541, ../../../../../themes/elegance/public/styles/style.scss */
footer #powered_by p {
  color: #afaaab !important;
  /*font-family: Verdana, Geneva, Tahoma, sans-serif!important;*/
  font-weight: 700;
  text-align: left;
  line-height: 25px;
  font-size: 10px;
}

/* line 1552, ../../../../../themes/elegance/public/styles/style.scss */
footer #powered_by p:last-child {
  float: right;
}

/* line 1556, ../../../../../themes/elegance/public/styles/style.scss */
footer p a {
  color: #afaaab !important;
}

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

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

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

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

/* line 1590, ../../../../../themes/elegance/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 1597, ../../../../../themes/elegance/public/styles/style.scss */
.startpage .snippet-columns div h2 {
  margin-bottom: 3px;
}

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

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

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

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

/* line 1626, ../../../../../themes/elegance/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 1635, ../../../../../themes/elegance/public/styles/style.scss */
.startpage div.column_3 li a.active {
  background: #a61717;
  color: #fff;
}

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

/* line 1644, ../../../../../themes/elegance/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 1654, ../../../../../themes/elegance/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 1664, ../../../../../themes/elegance/public/styles/style.scss */
.startpage .widget {
  background: #fff;
  text-align: left;
  padding-left: 10px;
}

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

/*.one.columns.product .column .product {
	overflow: hidden;
}

.one.columns.product .image {
	float: left;
}

.one.columns.product .info {
	float: left;
	margin-left: 4%;
}

	.one.columns.product .info h4 {
		font-size: 24px;
	}

.columns.product .info .price {
	font-weight: bold;
}*/
/* Page specific - Blog */
/* line 1695, ../../../../../themes/elegance/public/styles/style.scss */
.post {
  /*padding: 5px 19px 19px 19px;
  background: #fff;*/
  padding: 0 0 20px 0;
}

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

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

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

/* Pagination */
/* line 1724, ../../../../../themes/elegance/public/styles/style.scss */
.pagination {
  text-align: center;
  cursor: default;
}

/* line 1729, ../../../../../themes/elegance/public/styles/style.scss */
.pagination a, .pagination span {
  display: inline-block;
  padding: 3px 7px;
}

/* line 1734, ../../../../../themes/elegance/public/styles/style.scss */
.pagination span {
  color: #fff;
  cursor: default;
}

/* line 1739, ../../../../../themes/elegance/public/styles/style.scss */
.shop .pagination {
  margin: 30px 0 50px;
}

/* Shop */
/* line 1745, ../../../../../themes/elegance/public/styles/style.scss */
.shop .grid .product .image .overlay strong {
  line-height: 1.2em;
}

/* line 1750, ../../../../../themes/elegance/public/styles/style.scss */
.single_product p {
  line-height: 20px;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 1757, ../../../../../themes/elegance/public/styles/style.scss */
.single_product a {
  border-bottom: 1px solid #000;
  font-size: 13px;
}
/* line 1761, ../../../../../themes/elegance/public/styles/style.scss */
.single_product a:hover {
  color: #000;
}
/* line 1766, ../../../../../themes/elegance/public/styles/style.scss */
.single_product ul,
.single_product ol {
  list-style-position: outside;
  margin-left: 16px !important;
}
/* line 1772, ../../../../../themes/elegance/public/styles/style.scss */
.single_product ul {
  list-style-type: disc;
}
/* line 1775, ../../../../../themes/elegance/public/styles/style.scss */
.single_product ol {
  list-style-type: decimal;
}
/* line 1779, ../../../../../themes/elegance/public/styles/style.scss */
.single_product li {
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Breakpoint ================================================================*/
/* min-width:600px */
/*@media only screen and (min-width: 37.5em) {
nav ul     { display: block; }
	nav select { display: none; }
header nav {
	border-bottom: 1px solid rgba(108, 117, 127, .2);
	-webkit-box-shadow: 0 4px 5px -4px rgba(108, 117, 127, .7);
	-moz-box-shadow: 0 4px 5px -4px rgba(108, 117, 127, .7);
	box-shadow: 0 4px 5px -4px rgba(108, 117, 127, .7);

}

}*/
/* 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 ============================================================================= */
/*.sf_add_snippet:first-child {
	display: block;
	padding-bottom: 20px;
}*/
/* line 2041, ../../../../../themes/elegance/public/styles/style.scss */
#main [data-snippetarea="top"] > .columns {
  margin-bottom: 17px;
}

/* line 2045, ../../../../../themes/elegance/public/styles/style.scss */
#main [data-snippetarea="top"] > .columns.text {
  margin-bottom: 4px;
}

/* line 2049, ../../../../../themes/elegance/public/styles/style.scss */
#main [data-snippetarea="top"] > .columns.page-title {
  margin-bottom: 4px;
}

/* line 2053, ../../../../../themes/elegance/public/styles/style.scss */
#main [data-snippetarea="main"] > .columns {
  margin-bottom: 20px;
}

/* line 2057, ../../../../../themes/elegance/public/styles/style.scss */
#main [data-snippetarea="sidebar"] > .columns {
  /*margin-bottom: 0px;*/
}

/* line 2061, ../../../../../themes/elegance/public/styles/style.scss */
.snippet_area_footer > .columns {
  margin-bottom: 4%;
}

/*.shop_category_toggle {
	margin-top: 250px;
}

@media (max-width: 400px) {
	.shop_category_toggle {
		margin-top: 215px;
	}
}

@media (max-width: 320px) {
	.shop_category_toggle {
		margin-top: 205px;
	}
}

.sidr > ul > li > a {
	padding: 5px 0;
}

#main .sidr ul {
	margin: 0 0 30px;
}

#main .sidr ul li ul {
	margin: 7px 0 10px 30px;
}

#main .sidr ul li ul li ul {
	margin: 7px 0 7px 30px;
}

#main .sidr ul li.active {
	color: #000;
}*/
/*#main .shop2 .products.row_of_three.expanded_categories .product .image {
	max-width: 200px;
}

#main .shop2 .products.row_of_three .product .image {
	max-width: 278px;
}

#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;
}*/
/* 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: -55px;
  }
}
/* 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: 200px;
}
@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: 278px;
}
/* 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: 278px;
  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: 278px;
  height: 278px;
}
/* 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: 278px;
  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: 278px;
  height: 278px;
}
/* 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;
}
