@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
| ------------------------------------
| Custom Fonts
| ------------------------------------
*/
@font-face {
  font-family: 'cursive_bold';
  src: url("fonts/cursive_standard_bold-webfont.eot");
  src: url("fonts/cursive_standard_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/cursive_standard_bold-webfont.woff") format("woff"), url("fonts/cursive_standard_bold-webfont.ttf") format("truetype"), url("fonts/cursive_standard_bold-webfont.svg#cursive_standardregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cursive_regular';
  src: url("fonts/cursive_standard-webfont.eot");
  src: url("fonts/cursive_standard-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/cursive_standard-webfont.woff") format("woff"), url("fonts/cursive_standard-webfont.ttf") format("truetype"), url("fonts/cursive_standard-webfont.svg#cursive_standardregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tisaproitalic';
  src: url("fonts/tisapro-ita-webfont.eot");
  src: url("fonts/tisapro-ita-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/tisapro-ita-webfont.woff") format("woff"), url("fonts/tisapro-ita-webfont.ttf") format("truetype"), url("fonts/tisapro-ita-webfont.svg#tisaproitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

th {
  font-weight: 700;
  color: #222;
  background: #e2e2e2;
  border-bottom: 1px solid #222;
}

/*
| ------------------------------------
| Base styling
| ------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
}

body {
  background: #fafafa;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.5;
  color: #30271e;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
}

hr {
  border: solid #ecf0f1;
  border-width: 1px 0 0;
  clear: both;
  margin: 25px 0;
  height: 0;
}

/*
| ------------------------------------
| Headings
| ------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  color: #30271e;
  font-family: "Open Sans";
  margin-bottom: 16px;
  line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 28px;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  font-weight: normal;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

h5 {
  font-size: 16px;
  font-weight: normal;
}

h6 {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.subheader {
  color: #777;
}

/*
| ------------------------------------
| Paragraphs
| ------------------------------------
*/
* {
  -webkit-text-size-adjust: 100%;
}

p {
  font-family: "Open Sans";
  margin: 0 0 16px 0;
  font-size: 14px;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 17px;
  line-height: 1.5;
  color: #bb6528;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 80%;
  line-height: inherit;
}

sup {
  font-size: 55%;
  vertical-align: top;
  padding-left: 1px;
  line-height: inherit;
}

/*
| ------------------------------------
| Links
| ------------------------------------
*/
a, a:visited {
  color: #ef8e03;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}

a:hover,
a:focus {
  color: #bd7002;
}

p a,
p a:visited {
  line-height: inherit;
}

a.btn {
  background: #ef8e03;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #ecf0f1;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  margin-bottom: 16px;
}
a.btn:hover {
  background: #d67f03;
  cursor: pointer;
}

/*
| ------------------------------------
| Lists
| ------------------------------------
*/
dl, ul, ol {
  margin-bottom: 16px;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

ul, ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 1.5;
  margin-bottom: 4px;
}

ul.large li {
  line-height: 1.5;
}

li p {
  line-height: 1.5;
}

dl dt {
  margin-bottom: 6px;
  font-weight: bold;
}

dl dd {
  margin-bottom: 10px;
}

dl.inline dt {
  width: 39.8773%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  clear: left;
}
dl.inline dd {
  width: 39.8773%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}

/*
| ------------------------------------
| Code
| ------------------------------------
*/
pre {
  background: #262f36;
  color: #ecf0f1;
  padding: 20px;
  margin: 0 0 16px 0;
  /* Probably the same as paragraphs */
}

code {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  margin: 0;
  padding: 0;
}

/*
| ------------------------------------
| Blockquotes
| ------------------------------------
*/
blockquote, blockquote p {
  font-size: 15px;
  line-height: 1.5;
  color: #7f8c8d;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 14px;
  color: #4e5758;
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #4e5758;
}

/*
| ------------------------------------
| Images
| ------------------------------------
*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: auto;
}

/*
| ------------------------------------
| Tables
| ------------------------------------
*/
table {
  background: #fafafa;
  margin-bottom: 20px;
  border: solid 1px #bdc3c7;
  width: 100%;
}
table thead,
table tfoot {
  background: #eeeeee;
  font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 8px 10px 10px;
  font-family: "Open Sans";
  font-size: 14px;
  color: #465563;
  text-align: left;
}
table tr th,
table tr td {
  padding: 9px 10px;
  font-size: 14px;
  color: #465563;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #ededed;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 18px;
}

/*
| ------------------------------------
| Forms
| ------------------------------------
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select,
textarea {
  font-size: 12px;
  font-family: "Open Sans";
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 3px #cccccc;
  -moz-box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px #cccccc;
  -webkit-box-shadow: 0px 0px 5px 0 10px 15px #eeeeee inset;
  -moz-box-shadow: 0px 0px 5px 0 10px 15px #eeeeee inset;
  box-shadow: 0px 0px 5px 0 10px 15px #eeeeee inset;
  padding: 10px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
  margin-bottom: 16px;
}

input:focus,
textarea:focus {
  border: 1px solid #ef8e03;
  -webkit-box-shadow: 0 0 3px #aaaaaa;
  -moz-box-shadow: 0 0 3px #aaaaaa;
  box-shadow: 0 0 3px #aaaaaa;
  outline: none;
}

.button, .customer-services li a,
button,
input[type=submit] {
  background: #ef8e03;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #ecf0f1;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  margin-bottom: 16px;
}

.button:hover, .customer-services li a:hover,
button:hover,
input[type=submit]:hover {
  background: #d67f03;
  cursor: pointer;
}

label {
  font-family: "Open Sans";
}
label.inline {
  display: inline-block;
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}

/*
| ------------------------------------
| Print only styles
| ------------------------------------
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 1.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
| ------------------------------------
| Font Awesome 3.2.1
| ------------------------------------
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  zoom: 1;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857em;
}

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * CSS rewritten into SCSS: Tyce Clee (@iamtyce) 6/11/12
 */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url("/img/bg_direction_nav.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav a.flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav a.flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #ef8e03;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #30271e;
}
.flex-control-paging li a.flex-active {
  background: #30271e;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: right;
  margin-bottom: 0;
  margin-top: 20px;
}

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  padding: 10px 15px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  font-family: "Open Sans";
}

.sf-menu a {
  color: #465563;
  font-weight: bold;
}

.sf-menu > li.menu-last-item a {
  padding-right: 0;
}

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu li.current-menu-item a {
  color: #ef8e03;
}
.sf-menu li .sub-menu li a {
  color: #7f8c8d;
  font-weight: normal;
}
.sf-menu li .sub-menu li a:hover {
  color: #ef8e03;
}

.sf-menu ul li {
  background: white;
  border-bottom: 1px dashed #ecf0f1;
}
.sf-menu ul li:first-child {
  border-top: 3px solid #ef8e03;
}
.sf-menu ul li:last-child {
  border-bottom: none;
}

.sf-menu ul ul li {
  background: #fafafa;
}
.sf-menu ul ul li:first-child {
  border-top: none;
}
.sf-menu ul ul li:last-child {
  border-bottom: none;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}
.sf-menu li:hover a,
.sf-menu li.sfHover a {
  color: #ef8e03;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2em;
  margin-top: -1px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #bdc3c7;
  /* edit this to suit design (no rgba in IE8) */
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ef8e03;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #bdc3c7;
  /* edit this to suit design (no rgba in IE8) */
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ef8e03;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/**** Isotope styles ****/
/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}

#container {
  border: 1px solid #666;
  padding: 5px;
  margin-bottom: 20px;
}

.element {
  width: 110px;
  height: 110px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
  -webkit-border-top-right-radius: 1.2em;
  -moz-border-radius-topright: 1.2em;
  border-top-right-radius: 1.2em;
}

.element.alkali {
  background: #F00;
  background: red;
}

.element.alkaline-earth {
  background: #F80;
  background: #ff9900;
}

.element.lanthanoid {
  background: #FF0;
  background: #ccff00;
}

.element.actinoid {
  background: #0F0;
  background: #33ff00;
}

.element.transition {
  background: #0F8;
  background: #00ff66;
}

.element.post-transition {
  background: #0FF;
  background: cyan;
}

.element.metalloid {
  background: #08F;
  background: #0066ff;
}

.element.other.nonmetal {
  background: #00F;
  background: #3300ff;
}

.element.halogen {
  background: #F0F;
  background: #cc00ff;
}

.element.noble-gas {
  background: #F08;
  background: #ff0099;
}

.element * {
  position: absolute;
  margin: 0;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
}

.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 {
  width: 230px;
}

.variable-sizes .element.height2 {
  height: 230px;
}

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow: 0 0 10px white, 0 0 10px white;
}

.clickable .element:hover h2 {
  color: white;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.18
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controlls .owl-page,
.owl-controlls .owl-buttons div {
  cursor: pointer;
}

.owl-controlls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.18
*/
.owl-theme .owl-controlls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controlls .owl-buttons div {
  color: #30271e;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ef8e03;
  opacity: 0.9;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}

.owl-buttons .disabled {
  opacity: 0.2 !important;
  z-index: -1;
  cursor: default !important;
}

/* Styling Pagination*/
.owl-theme .owl-controlls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controlls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span {
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controlls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/*
| ------------------------------------
| Global Styles
| ------------------------------------
*/
html, body {
  background: url(/img/bg-repeat.gif) repeat;
}

.shifter-enabled .shifter-page {
  background: none;
}

.sep {
  margin: 0 7px;
  color: #bdc3c7;
}

.main-content {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-bottom: 25px;
  padding-top: 50px;
}
.main-content:after {
  content: "";
  display: table;
  clear: both;
}

.border-up {
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  background: url(/img/border-repeat-up.png) repeat-x 0 0;
  height: 7px;
}

.border-down {
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  background: url(/img/border-repeat-down.png) repeat-x 0 0;
  height: 7px;
}

.border-brown-down {
  max-width: 1068px;
  margin: 0 auto;
  background: url(/img/border-repeat-brown-down.png) repeat-x 0 0;
  height: 7px;
}

.border-account-down {
  max-width: 1068px;
  margin: 0 auto;
  background: url(/images/border-repeat-account-down.png) repeat-x 0 0;
  height: 7px;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.fancybox-inner h3 {
  margin-top: 20px;
}

.embroidery-gallery {
  float: left;
  overflow: hidden;
  min-height: 130px;
  margin-bottom: 10px;
}

.embroidery-gallery img {
  width: 125px;
  margin-right: 20px;
  float: left;
}

.orange {
  font-size: 44px;
  color: #fca529 !important;
  text-shadow: 2px 1px #000;
}

.clearboth {
  clear: both;
}

#fabrics-model,
#colours-model {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/images/overlay.png);
  z-index: 9999;
}
#fabrics-model > div,
#colours-model > div {
  position: fixed;
  top: 5%;
  width: 820px;
  background: white;
  padding: 50px 30px 30px 30px;
  height: 90%;
  left: 50%;
  margin-left: -410px;
  box-shadow: 0px 4px 14px 3px rgba(50, 50, 50, 0.65);
}
#fabrics-model > div > div,
#colours-model > div > div {
  overflow: auto;
  max-height: 100%;
}
#fabrics-model > div > div img,
#colours-model > div > div img {
  cursor: pointer;
  box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
#fabrics-model > div p.heading,
#colours-model > div p.heading {
  font-size: 18px;
  margin: 0 0 7px 0;
}
#fabrics-model > div #panel,
#colours-model > div #panel {
  font-weight: bold;
}
#fabrics-model > div .swatch-block,
#colours-model > div .swatch-block {
  display: none;
  margin: 0 0 20px 0;
}
#fabrics-model > div .swatch-block:last-child,
#colours-model > div .swatch-block:last-child {
  margin: 0;
}
#fabrics-model.fleece .swatch-block.fleece-only,
#colours-model.fleece .swatch-block.fleece-only {
  display: block;
}
#fabrics-model.stretch-towelling .swatch-block.stretch-towelling-only,
#colours-model.stretch-towelling .swatch-block.stretch-towelling-only {
  display: block;
}
#fabrics-model.cotton .swatch-block.cotton-only,
#colours-model.cotton .swatch-block.cotton-only {
  display: block;
}
#fabrics-model.sweatshirt .sweatshirt-only,
#colours-model.sweatshirt .sweatshirt-only {
  display: block;
}
#fabrics-model.images .swatch-block.images-only,
#colours-model.images .swatch-block.images-only {
  display: block;
}
#fabrics-model.fur-only .swatch-block.fur-only,
#colours-model.fur-only .swatch-block.fur-only {
  display: block;
}
#fabrics-model .close-model,
#colours-model .close-model {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 999;
  font-size: 28px;
}

.fabrics-model-show {
  overflow: hidden;
}
.fabrics-model-show #fabrics-model {
  display: block;
}

.fabric-block {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  position: relative;
  margin-bottom: 20px;
}
.fabric-block .clear-image {
  position: absolute;
  right: -2px;
  top: -1px;
  font-size: 20px;
  cursor: pointer;
}
.fabric-block:nth-child(2n) {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.fabric-block label {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 140px;
  font-size: 13px;
}
.fabric-block img {
  display: inline;
  cursor: pointer;
  border: 1px solid #bdc3c7;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.35);
  width: 80px;
  height: 80px;
}
.fabric-block.small img {
  width: 40px;
  height: 40px;
}

/**
 * Alert Styles
 * ------------------------------ */
/* = variables */
/* -------------------- */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/*
| ------------------------------------
| Header
| ------------------------------------
*/
#mobile-menu {
  display: none;
}

.site-header {
  padding: 0px 0 5px 0;
  width: 100%;
  margin: 0 auto;
  background-color: white;
}

/*-- topbar --*/
.topbar {
  padding: 5px 0 5px 0;
  width: 100%;
  margin: 0 auto;
  background-color: #30271e;
}

.topbar-container {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.topbar-container:after {
  content: "";
  display: table;
  clear: both;
}

.tagline {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.tagline p {
  margin-bottom: 0;
  font-size: 14px;
}

/*-- secondary-navigation --*/
.secondary-navigation {
  width: 65.64417%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}

.secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: -1px;
}
.secondary-navigation ul li {
  display: inline;
  margin-bottom: 0;
}
.secondary-navigation ul li a {
  color: #fff;
  font-size: 14px;
  padding: 7px 7px 7px 11px;
  border-left: 1px solid #5f4d3b;
  width: 100%;
}
.secondary-navigation ul li a:hover {
  color: #ef8e03;
}
.secondary-navigation ul li a i {
  color: #ef8e03;
}
.secondary-navigation ul li a:hover i {
  color: #fff;
}

/*-- main-logo and branding --*/
.main-header {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}
.main-header:after {
  content: "";
  display: table;
  clear: both;
}

.main-logo {
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.main-logo h1 a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 181px;
  height: 103px;
  background-image: url(/img/main-logo.png);
  background-repeat: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main-logo h1 a {
    background-image: url(/img/main-logo@2x.png);
    -webkit-background-size: 181px 103px;
    -moz-background-size: 181px 103px;
    -o-background-size: 181px 103px;
    background-size: 181px 103px;
  }
}

.brand-line {
  height: 124px;
  margin-top: -20px;
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  background-image: url(/img/heart.png);
  background-repeat: "";
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .brand-line {
    background-image: url(/img/heart@2x.png);
    -webkit-background-size: 72px 124px;
    -moz-background-size: 72px 124px;
    -o-background-size: 72px 124px;
    background-size: 72px 124px;
  }
}
.brand-line img {
  float: right;
  margin-top: 70px;
  width: 100px;
}
.brand-line h2 {
  font-weight: 300;
  font-size: 16px;
  margin-left: 90px;
  margin-top: 80px;
}
.brand-line h2 span {
  font-weight: 500;
}

/*-- header-cart --*/
.header-cart {
  width: 22.69939%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  margin-top: 19px;
}
.header-cart ul {
  list-style: none;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 44px;
}
.header-cart ul li {
  font-size: 14px;
  display: inline;
}
.header-cart ul li span {
  margin: 0 8px;
  color: #bdc3c7;
}
.header-cart ul li a {
  color: #7f8c8d;
}
.header-cart .user-account ul {
  float: right;
  margin-bottom: 15px;
}
.header-cart .user-account ul li:last-child span {
  display: none;
}
.header-cart .basket ul {
  float: right;
  border: 1px solid #bdc3c7;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 37px;
}

/*-- main navigation --*/
.main-nav-outer {
  background: url(/img/border-repeat.png) repeat-x bottom;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 6px 0;
  position: absolute;
  z-index: 999;
}

.main-nav-inner {
  background: #ef8e03;
  margin: 0 auto;
  width: 100%;
  padding: 14px 0 10px 0;
}

.main-nav {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main-nav:after {
  content: "";
  display: table;
  clear: both;
}
.main-nav ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
}
.main-nav ul li {
  display: inline;
}
.main-nav ul li:nth-child(1) a {
  border-left: 1px solid #a36102;
}
.main-nav ul li a {
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  padding: 0 20px 10px 20px;
  display: inline-block;
  border-right: 1px solid #a36102;
}
.main-nav ul li a:hover {
  color: #30271e;
}

/*-- Main menu Dropdowns --*/
.sub-menu {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ef8e03;
  border-bottom: 4px solid #e28120;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}
.sub-menu:after {
  content: "";
  display: table;
  clear: both;
}
.sub-menu .right-menu-side {
  width: 22.69939%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.sub-menu .right-menu-side a {
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.sub-menu .left-menu-side {
  width: 74.23313%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.sub-menu .left-menu-side ul li {
  display: block;
}
.sub-menu .left-menu-side ul li a {
  display: block;
  color: #FFFFFF;
  width: 100%;
  border: none;
  padding: 5px 0;
  font-size: 16px;
}
.sub-menu .left-menu-side ul li a:hover {
  color: #000;
}
.sub-menu .left-menu-side ul li:nth-child(1) a {
  border-left: none;
  padding-left: 0px;
}
.sub-menu .left-menu-side ul li:last-child {
  border-bottom: none !important;
}
.sub-menu .left-menu-side ul li:last-child a {
  border-right: none;
  padding-right: 0px;
}
.sub-menu .left-menu-side ul li.parent {
  width: 25%;
  float: left;
}
.sub-menu .left-menu-side ul li.last-parent {
  float: right;
  margin-right: 0;
}
.sub-menu .left-menu-side ul.child-menu {
  width: 100%;
}
.sub-menu .left-menu-side ul.child-menu li {
  margin: 0;
}
.sub-menu .left-menu-side ul.child-menu li a {
  padding: 2px 0;
  font-size: 13px;
}

.main-nav > ul li:hover .sub-menu {
  display: block;
}

.main-nav .sub-menu li {
  display: block;
  padding: 0 10px;
  text-align: left;
  margin: 6px 0;
}

.main-nav .sub-menu li a {
  display: block;
  color: #FFFFFF;
  width: 100%;
  border: none;
  padding: 5px 0;
  font-size: 16px;
}

.main-nav .sub-menu li:nth-child(1) a {
  border-left: none;
  padding-left: 0px;
}

/*
| ------------------------------------
| Footer
| ------------------------------------
*/
.site-footer {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-bottom: 55px;
  padding-top: 25px;
}
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.legals, .payment-types, .smib {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}

.legals p {
  font-size: 14px;
  text-align: center;
}
.legals p span {
  font-weight: 700;
}
.legals p a {
  color: #30271e;
}
.legals p a:hover {
  color: #ef8e03;
}

.mega-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1068px;
  background: #ef8e03;
}
.mega-footer:after {
  content: "";
  display: table;
  clear: both;
}
.mega-footer h4 {
  font-family: 'cursive_regular';
  font-size: 26px;
}
.mega-footer a {
  color: #30271e;
}
.mega-footer a:hover {
  color: #714301;
}
.mega-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-footer ul li {
  margin-bottom: 0;
}
.mega-footer i {
  color: #bb6528;
  font-size: 18px;
}

.footer-contact {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.footer-contact .call {
  font-size: 20px;
}
.footer-contact span {
  font-weight: 700;
}

ul.further-support {
  margin-top: 6px;
}

.footer-tweets {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.footer-tweets a {
  font-weight: 700;
}

.footer-subscribe {
  width: 31.28834%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.footer-subscribe form {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  position: relative;
}
.footer-subscribe .subscribe-wrap {
  width: 100%;
  background: #fff;
  overflow: hidden;
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer-subscribe .subscribe-form {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 10px 128px 10px 10px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.footer-subscribe .subscribe-submit {
  background: #30271e;
  color: #ef8e03;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.footer-subscribe .subscribe-submit:hover {
  background: black;
}

.payment-types {
  background: url(/img/payment-types.png) no-repeat center center;
  height: 42px;
  width: 100%;
  text-align: center;
}

.smib {
  text-align: center;
  margin-top: 20px;
}

/*
| ------------------------------------
| Full Width Page
| ------------------------------------
*/
.col3 {
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.col3:nth-child(4) {
  float: right;
  margin-right: 0;
}

.kitchen-sink {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}

/*
| ------------------------------------
| Pages
| ------------------------------------
*/
/*-- page title --*/
.page-title-bar {
  background: #30271e;
  width: 1068px;
  height: 200px;
  margin: 0 auto;
  padding-top: 110px;
  text-align: center;
}
.page-title-bar .page-title {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-title-bar .page-title:after {
  content: "";
  display: table;
  clear: both;
}
.page-title-bar h1 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
}
.page-title-bar h1 span {
  font-family: 'cursive_regular';
  font-size: 30px;
  color: #ef8e03;
}

.account-title {
  height: 180px;
}

.account-menu-bar {
  background: #41362b;
  width: 1068px;
  margin: 0 auto;
  text-align: center;
}
.account-menu-bar ul {
  margin: 0;
}
.account-menu-bar ul li {
  display: inline-block;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 20px 0 15px 0;
  margin-left: 40px;
  color: #8a7765;
}
.account-menu-bar ul li a {
  padding: 20px 0 15px 0;
}
.account-menu-bar ul li i {
  color: #8a7765;
  margin-right: 5px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.account-menu-bar ul li:hover a i {
  color: #ef8e03;
}
.account-menu-bar ul li a {
  color: #fff;
}
.account-menu-bar ul li:first-child {
  margin-left: 0;
}
.account-menu-bar ul li.active {
  color: #fff;
}
.account-menu-bar ul li.active a {
  color: #fff;
  border-top: 3px solid #ef8e03;
}
.account-menu-bar ul li.active i {
  color: #ef8e03;
}

/*-- page-content --*/
.page-content {
  width: 74.23313%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.page-content.left {
  width: 74.23313%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}

.full-page {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.full-page .left-half {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.full-page .right-half {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}

/*-- page-left-sidebar --*/
.left-sidebar {
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}

/*-- page-right-sidebar --*/
.right-sidebar {
  width: 22.69939%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}

/*-- sidebar-navigation --*/
.sidebar-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  border-bottom: 1px dashed #bdc3c7;
  padding-bottom: 7px;
}
.sidebar-navigation ul li.active a {
  font-weight: 700;
}
.sidebar-navigation ul li a {
  display: block;
  with: 100%;
  color: #465563;
}
.sidebar-navigation ul li a:hover {
  font-weight: 700;
}

.team-con {
  width: 74.23313%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}

.team {
  width: 48%;
  float: left;
  margin-bottom: 30px;
  background: #30271e;
  color: #fff;
}
.team:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.team:nth-child(2n + 1) {
  clear: left;
}
.team .border {
  background: url(/images/border-up-trans.png) repeat-x 0 0;
  height: 7px;
  position: relative;
  z-index: 1000;
  margin-top: -7px;
}
.team .border-down-profile {
  background: url(/images/border-down-trans.png) repeat-x bottom left;
  height: 7px;
  position: relative;
  z-index: 1000;
}
.team h3 {
  background: #ef8e03;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 15px 8px 15px;
  color: #fff;
}
.team h3 span {
  margin-left: 10px;
  opacity: 0.6;
  font-size: 13px;
}
.team p {
  margin-top: -20px;
  padding: 30px 15px 0 15px;
  font-size: 12px;
  min-height: 70px;
  line-height: 1.7;
}

.contact-info {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul li {
  margin-bottom: 0;
}
.contact-info .call {
  font-size: 20px;
}
.contact-info span {
  font-weight: 700;
}
.contact-info a {
  color: #30271e;
}
.contact-info a:hover {
  color: #714301;
}
.contact-info ul.further-support {
  margin: 6px 0 20px 0;
}

.contact-form {
  width: 31.28834%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.contact-form input, .contact-form textarea {
  margin-bottom: 0;
}

.refer-info h3 {
  font-size: 24px;
}
.refer-info h3 i {
  color: #ef8e03;
  margin-right: 5px;
}
.refer-info #referFrm {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.refer-info #referFrm input[type="text"], .refer-info #referFrm textarea {
  margin-bottom: 0;
  width: 90%;
}
.refer-info #redeem_points {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.refer-info #redeem_points p {
  font-size: 14px;
}
.refer-info #redeem_points strong {
  color: #bb6528;
}
.refer-info #redeem_points .points_text {
  font-size: 18px;
  font-weight: 600;
}
.refer-info #vouchers {
  width: 31.28834%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.refer-info #vouchers ul {
  margin: 0;
  list-style: none;
}
.refer-info #vouchers ul li {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #bdc3c7;
  padding: 5px 0;
}
.refer-info #vouchers ul li:last-child {
  border-bottom: none;
}
.refer-info #vouchers ul li span {
  float: right;
  color: #bb6528;
}

#rewards_copy {
  width: 65.64417%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-left: 17.17791%;
  margin-right: 17.17791%;
  border-bottom: 1px solid #ef8e03;
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
}
#rewards_copy p {
  font-size: 19px;
}
#rewards_copy strong {
  font-size: 22px;
}
#rewards_copy h2 {
  font-size: 40px;
}
#rewards_copy h2 i {
  color: #ef8e03;
  margin-right: 5px;
}

.checkout-content {
  width: 65.64417%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-left: 17.17791%;
  margin-right: 17.17791%;
}

#search_frm input[type="text"] {
  width: 876px;
}

#search_popup input[type="text"] {
  width: 500px;
}

.ekomi_widget {
  float: right;
  margin: 0 0 10px 15px;
}

/* customer services */
.customer-services {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.customer-services li {
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-bottom: 0;
}
.customer-services li:nth-child(4n) {
  float: right;
  margin-right: 0;
}
.customer-services li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.customer-services li a:visited, .customer-services li a:hover {
  color: white;
}

/*
| ------------------------------------
| Gallery
| ------------------------------------
*/
p.lead.center {
  text-align: center;
}

.gallery-filter {
  width: 1068px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  text-align: center;
  padding-bottom: 25px;
}
.gallery-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-filter ul li {
  display: inline;
}
.gallery-filter ul li.active a {
  color: #30271e;
}
.gallery-filter ul li a {
  font-size: 18px;
}

.gallery-container {
  width: 1068px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  padding: 50px;
}
.gallery-container #gallery {
  max-width: 100% !important;
}
.gallery-container .item {
  position: relative;
  cursor: pointer;
}

.black {
  background: #2c3e50;
  width: 267px;
  height: 267px;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  z-index: 999;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.black:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.main-gallery {
  float: left;
}

/*
| ------------------------------------
| All-in-Ones
| ------------------------------------
*/
.category-item {
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-bottom: 25px;
}
.category-item.last-item {
  margin-right: 0;
}
.category-item .item-image {
  text-align: center;
}
.category-item .item-image img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.category-item .item-image img:hover {
  opacity: 0.7;
}
.category-item .item-content {
  text-align: left;
  margin-top: 10px;
}
.category-item .item-content h3 {
  margin-bottom: 3px;
  font-weight: 300;
  height: 50px;
}
.category-item .item-content h3 a {
  color: #30271e;
}
.category-item .item-content.circle h3 {
  height: auto;
}
.category-item .item-content i {
  color: #ef8e03;
}
.category-item .item-content a {
  color: #7f8c8d;
}
.category-item .item-content a:hover {
  color: #ef8e03;
}

.category-item-acc {
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-bottom: 25px;
}
.category-item-acc:nth-child(4n) {
  float: right;
  margin-right: 0;
}
.category-item-acc .item-image {
  text-align: center;
}
.category-item-acc .item-image img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.category-item-acc .item-image img:hover {
  opacity: 0.7;
}
.category-item-acc .item-content {
  text-align: center;
  margin-top: 10px;
}
.category-item-acc .item-content h3 {
  margin-bottom: 3px;
  font-weight: 300;
}
.category-item-acc .item-content h3 a {
  color: #30271e;
}
.category-item-acc .item-content i {
  color: #ef8e03;
}
.category-item-acc .item-content a {
  color: #7f8c8d;
}
.category-item-acc .item-content a:hover {
  color: #ef8e03;
}

.featured-product-content {
  max-width: 1068px;
  margin: 0 auto;
  position: relative;
}
.featured-product-content .call-to-action {
  position: absolute;
  top: 75px;
  left: 75px;
}
.featured-product-content .call-to-action h2 {
  font-size: 36px;
  font-weight: 300;
}
.featured-product-content .call-to-action h3 {
  font-weight: 300;
}
.featured-product-content .call-to-action h4 {
  text-transform: uppercase;
  color: #ef8e03;
  font-size: 14px;
}
.featured-product-content .call-to-action a {
  background: #ef8e03;
  padding: 10px 20px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #30271e;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.featured-product-content .call-to-action a:hover {
  background: #fc9b10;
}

.gallery-favourites-content {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-bottom: 25px;
  padding-top: 50px;
}
.gallery-favourites-content:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-favourites-content .title {
  text-align: center;
  margin-bottom: 30px;
}
.gallery-favourites-content .title h2 {
  font-family: 'cursive_regular';
  font-size: 30px;
}

.owl-carousel .gallery-item .item {
  margin: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ef8e03;
}

.thumbSwatch {
  width: 50px;
  height: 50px;
}

.cross_sell_header {
  margin-top: 50px;
}

.cross_txt {
  margin-bottom: 20px;
}

/*
| ------------------------------------
| Inner Category
| ------------------------------------
*/
.product-categories.inner {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.product-categories.inner .category-item {
  float: left;
  text-align: center;
  margin-right: 20px;
  display: inline;
  width: 160px;
  height: 160px;
  background: #ef8e03;
  border-radius: 150px;
  padding: 20px 10px;
  border: 10px solid #30271e;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}
.product-categories.inner .category-item:hover {
  border: 10px solid #ef8e03;
}
.product-categories.inner .category-item h3 {
  color: #fff;
}
.product-categories.inner .category-item a {
  color: #fff;
}
.product-categories.inner .category-item a:hover {
  color: #fff;
}
.product-categories.inner .category-item i {
  color: #fff;
}
.product-categories.inner .category-item .item-content {
  text-align: center;
}
.product-categories.inner.cyo-product-page {
  padding: 0 128px;
}
.product-categories.inner.cyo-product-page .category-item {
  margin: 0 10px 10px;
}
.product-categories.inner .price-bar {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  margin-bottom: 25px;
}
.product-categories.inner .price-bar .price-item {
  display: none !important;
  float: left;
  text-align: center;
  margin-right: 20px;
  display: inline;
  width: 160px;
  font-weight: bold;
}

.product-categories.inner .category-item p.price {
  display: none !important;
}

#customise_buttons .product-categories.inner {
  margin: 20px 0 20px 20px;
}
#customise_buttons .product-categories.inner .price-bar {
  margin-bottom: 0;
}

.left-half .main-image-wrapper {
  float: left;
  width: 350px;
  position: relative;
  margin-right: 20px;
}
.left-half .main-image-wrapper img {
  max-width: 100%;
}
.left-half .image-thumbs {
  float: left;
  width: 100px;
}
.left-half .image-thumbs .image-thumb {
  position: relative;
  margin-bottom: 20px;
}
.left-half .image-thumbs .image-thumb a {
  display: block;
  height: 100%;
}
.left-half .image-thumbs .image-thumb .small-images img {
  max-width: 100%;
}
.left-half .image-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}

.right-half ul {
  list-style-image: url("../images/list-arrow.png");
}
.right-half #customise {
  float: left;
  width: 243px;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px dashed #bdc3c7;
  position: relative;
  height: 278px;
}
.right-half #add_to_bag {
  float: left;
  width: 196px;
  margin-right: 7px;
  position: relative;
  height: 278px;
}
.right-half #add_to_bag select {
  margin-bottom: 0;
}
.right-half #add_to_bag.no_custom {
  height: 255px;
}
.right-half #add_to_bag.no_options {
  height: auto;
}
.right-half #add_to_bag.no_options input[type=submit] {
  position: relative;
}
.right-half .button, .right-half .customer-services li a, .customer-services li .right-half a,
.right-half button,
.right-half input[type=submit] {
  color: #30271e !important;
  -webkit-font-smoothing: auto;
  font-weight: bold;
  display: block;
  font-size: 14px;
  text-align: left;
  padding: 10px 18px 10px 38px;
  background: #ef8e03 url("../images/button-arrow.png") 14px 50% no-repeat;
  /*position: absolute;
  bottom: 0;*/
  border: none;
}
.right-half .button:hover, .right-half .customer-services li a:hover, .customer-services li .right-half a:hover,
.right-half button:hover,
.right-half input[type=submit]:hover {
  background: #d67f03 url("../images/button-arrow.png") 14px 50% no-repeat;
}
.right-half input[type=submit] {
  background: #f8b34b url("../images/button-arrow.png") 14px 50% no-repeat;
  width: 100%;
  padding: 11px 18px 11px 38px;
}
.right-half input[type=submit]:hover {
  background: #ff9900 url("../images/button-arrow.png") 14px 50% no-repeat;
}

.gallery-favourites-content.inner {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  padding: 0;
  margin-top: 25px;
  border-top: 1px dashed #bdc3c7;
  padding-top: 50px;
}

.gallery-favourites-content.full {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}

/* tabs */
.product-tabs {
  width: 700px;
}
.product-tabs ul {
  width: 100%;
  list-style: none;
  margin: 0;
  float: left;
}
.product-tabs .head {
  background: #f5b04a url("../images/bar-bg.jpg") bottom repeat-x;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-left: 16px;
  margin-bottom: 20px;
}
.product-tabs .head li {
  display: inline;
  float: left;
  margin-bottom: 0;
  font-size: 14px;
}
.product-tabs .head li a, .product-tabs .head li a:visited {
  color: #000000;
  display: block;
  padding: 8px 10px;
  margin-right: 5px;
}
.product-tabs .head li a:hover {
  border-bottom: 5px solid #000000;
  text-decoration: none;
}
.product-tabs .head li.active a, .product-tabs .head li.active a:visited, .product-tabs .head li.active a:hover {
  border-bottom: 5px solid #000000;
  text-decoration: none;
}
.product-tabs .body li > .cf {
  margin: 10px 0;
  font-size: 12px;
}
.product-tabs .body li > .cf p {
  font-size: 12px;
}

.category-button {
  color: #30271e !important;
  -webkit-font-smoothing: auto;
  font-weight: bold;
  float: left;
  display: block;
  font-size: 14px;
  text-align: left;
  padding: 10px 26px 10px 38px;
  margin: 10px 0;
  background: #ef8e03 url("../images/button-arrow.png") 14px 50% no-repeat;
  border: none;
}
.category-button:hover {
  background: #d67f03 url("../images/button-arrow.png") 14px 50% no-repeat;
}

.view_fabrics_buttons {
  display: none;
}

.product-categories h1 {
  font-weight: 200;
  text-align: center;
  border-bottom: 1px dashed #bdc3c7;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-categories.inner .category-item p.price {
  display: none;
}

/*
| ------------------------------------
| Builder
| ------------------------------------
*/
.builder-steps .step {
  width: 14.11043%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  background: #ecf0f1;
  padding: 10px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  height: 150px;
  width: 150px;
  text-align: center;
  font-weight: 700;
  color: #bdc3c7;
  font-size: 15px;
  border: 10px solid #dde4e6;
}
.builder-steps .step label {
  line-height: 1;
  z-index: 50;
  position: relative;
}
.builder-steps .step span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #bdc3c7;
  margin-bottom: 0;
}
.builder-steps .step a {
  color: #fff;
  display: block;
  z-index: 100;
  position: relative;
}
.builder-steps .step.active {
  width: 14.11043%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  background: #ef8e03;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYmE1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmOGUwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdba5b), color-stop(100%, #ef8e03));
  background-image: -webkit-linear-gradient(#fdba5b, #ef8e03);
  background-image: -moz-linear-gradient(#fdba5b, #ef8e03);
  background-image: -o-linear-gradient(#fdba5b, #ef8e03);
  background-image: linear-gradient(#fdba5b, #ef8e03);
  padding: 10px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  height: 150px;
  width: 150px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border: 10px solid #30271e;
}
.builder-steps .step.active label {
  line-height: 1;
}
.builder-steps .step.active span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #30271e;
  margin-bottom: 0;
}

.step-continue {
  width: 39.8773%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  padding-left: 8.58896%;
}
.step-continue i {
  color: #ef8e03;
}
.step-continue a {
  font-size: 24px;
  float: right;
  color: #30271e;
  font-weight: 700;
}
.step-continue a:hover {
  color: #ef8e03;
}
.step-continue span {
  display: block;
  color: #7f8c8d;
  font-size: 16px;
  float: right;
}
.step-continue #price-area {
  display: block;
  float: right;
  clear: both;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
}

.builder {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  margin-top: 0px;
  margin-bottom: 40px;
}
.builder #preview {
  float: right;
  width: 510px;
  position: relative;
}
.builder #pertxtImages {
  float: right;
  margin: 20px 0;
}
.builder #custStep1, .builder #custStep2, .builder #pertxtDetails {
  float: left;
  width: 460px;
  margin: 20px 0 0 0;
}
.builder #custStep1 select, .builder #custStep2 select, .builder #pertxtDetails select {
  width: 150px;
  margin-bottom: 0;
}
.builder #custStep1 label, .builder #custStep2 label, .builder #pertxtDetails label {
  display: inline-block;
  width: 260px;
}
.builder #custStep1 p, .builder #custStep2 p, .builder #pertxtDetails p {
  margin-bottom: 7px;
}
.builder #custStep1 h4, .builder #custStep2 h4, .builder #pertxtDetails h4 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.builder #custStep1 a, .builder #custStep2 a, .builder #pertxtDetails a {
  font-size: 11px;
}
.builder #wait {
  width: 510px;
  height: 560px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.builder #wait img {
  margin: 200px 0 0 170px;
}

.available-swatches {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-bottom: 50px;
}
.available-swatches h3 {
  font-family: 'cursive_regular';
  color: #ef8e03;
  font-size: 24px;
}
.available-swatches .swatch {
  float: left;
  margin: 2px;
  -webkit-box-shadow: 1px 1px 5px #cccccc;
  -moz-box-shadow: 1px 1px 5px #cccccc;
  box-shadow: 1px 1px 5px #cccccc;
}
.available-swatches .swatch img {
  width: 50px;
  height: 50px;
}

.accessories-swatches {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}

/*
| ------------------------------------
| Homepage
| ------------------------------------
*/
.home-featured-area {
  padding: 0px 0 0px 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fafafa;
  background: url(/img/bg-repeat.gif) repeat;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.home-featured-area .flex-control-nav {
  width: auto;
  position: absolute;
  top: 80px;
  right: 30px;
  text-align: center;
}
.home-featured-area .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.home-banner {
  max-width: 100%;
  margin: 0 auto;
}

#hbanners {
  margin: 0;
  background: #fff;
  border: 4px solid #ef8e03;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  zoom: 1;
}
#hbanners .slides li {
  margin-bottom: 0;
  position: relative;
}
#hbanners .caption {
  position: absolute;
  top: 150px;
  right: 65px;
}
#hbanners .caption h1 {
  font-size: 44px;
  color: #fff;
  text-shadow: 1px 1px #000;
}
#hbanners .caption a.btn.banner-cta {
  display: inline-block;
  padding: 15px 20px;
  background: #ef8e03;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #30271e;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
#hbanners .caption a.btn.banner-cta:hover {
  background: #fca529;
}

.story-content {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #30271e;
  height: 300px;
  padding-top: 70px;
}
.story-content:after {
  content: "";
  display: table;
  clear: both;
}
.story-content .step-intro {
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.story-content .steps {
  width: 74.23313%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.story-content .steps .step.one {
  width: 33.33333%;
  height: 230px;
  float: left;
  background: url(/img/homepage/stepone.png) no-repeat;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.story-content .steps .step.one a {
  display: block;
  width: 100%;
  height: 100%;
}
.story-content .steps .step.one:hover {
  background: url(/img/homepage/stepone-hover.png) no-repeat;
}
.story-content .steps .step.two {
  width: 33.33333%;
  height: 230px;
  float: left;
  background: url(/img/homepage/steptwo.png) no-repeat;
}
.story-content .steps .step.three {
  width: 33.33333%;
  height: 230px;
  float: left;
  background: url(/img/homepage/stepthree.png) no-repeat;
}
.story-content h2 {
  color: #ef8e03;
  font-weight: 300;
}

.choose-your-style {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  height: 350px;
}
.choose-your-style:after {
  content: "";
  display: table;
  clear: both;
}
.choose-your-style .featured-image {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  position: relative;
  height: 350px;
}
.choose-your-style .featured-image .image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.choose-your-style .info {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  padding-top: 70px;
}
.choose-your-style .info h3 {
  font-weight: 700;
}
.choose-your-style .info h4 {
  font-family: 'cursive_regular';
  color: #ef8e03;
  font-size: 24px;
}

.accessorise {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #ef8e03;
  height: 350px;
}
.accessorise:after {
  content: "";
  display: table;
  clear: both;
}
.accessorise .featured-image {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  position: relative;
  height: 350px;
}
.accessorise .featured-image .image {
  position: absolute;
  left: 0;
  bottom: -50px;
}
.accessorise .info {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  padding-top: 70px;
}
.accessorise .info h3 {
  font-weight: 700;
}
.accessorise .info h4 {
  font-family: 'cursive_regular';
  color: #fff;
  font-size: 24px;
}

.finish {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  height: 400px;
}
.finish:after {
  content: "";
  display: table;
  clear: both;
}
.finish .featured-image {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  position: relative;
  height: 400px;
}
.finish .featured-image .image {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.finish .info {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  padding-top: 130px;
}
.finish .info h3 {
  font-weight: 700;
}
.finish .info h4 {
  font-family: 'cursive_regular';
  color: #ef8e03;
  font-size: 24px;
}

.about-us {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-bottom: 50px;
}
.about-us:after {
  content: "";
  display: table;
  clear: both;
}
.about-us .about-container {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  border-top: 1px solid #ef8e03;
  padding-top: 50px;
}
.about-us .about-video {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.about-us .about-video iframe {
  max-width: 100%;
}
.about-us .about-text {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
.about-us .about-text h4 {
  font-family: 'cursive_regular';
  color: #ef8e03;
  font-size: 30px;
  margin-top: 15px;
}
.about-us .about-text a {
  display: inline-block;
  background: #ef8e03;
  padding: 10px 20px;
  color: #30271e;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.about-us .about-text a:hover {
  background: #fca529;
}
.about-us .about-text a.order {
  margin-right: 10px;
}
.about-us .about-text p.last-para {
  margin-bottom: 30px;
}
.about-us .benefits {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  text-align: center;
  padding-top: 25px;
}
.about-us .benefit {
  width: 22.69939%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.about-us .benefit:nth-child(4n) {
  float: right;
  margin-right: 0;
}
.about-us .benefit p {
  font-size: 20px;
  color: #ef8e03;
}
.about-us .benefit i {
  color: #30271e;
}

.latest-posts {
  *zoom: 1;
  max-width: 1068px;
  _width: 1068px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-bottom: 50px;
}
.latest-posts:after {
  content: "";
  display: table;
  clear: both;
}
.latest-posts .title {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  text-align: center;
  margin-bottom: 25px;
}
.latest-posts .title h3 {
  font-family: 'cursive_regular';
  font-weight: normal;
  font-size: 30px;
}
.latest-posts .post {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  position: relative;
}
.latest-posts .post:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.latest-posts .post .post-image {
  min-height: 250px;
}
.latest-posts .post .post-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 125px;
  background: #ef8e03;
  width: 100%;
  padding: 15px;
}
.latest-posts .post .post-meta a {
  color: #30271e;
}
.latest-posts .post .post-meta a:hover {
  color: #fff;
}
.latest-posts .post .post-meta h2 {
  line-height: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-posts .post .post-meta h2 a {
  font-size: 18px;
  color: #30271e;
}
.latest-posts .post .post-meta h2 a:hover {
  color: #fff;
}
.latest-posts .post .post-meta p {
  text-transform: uppercase;
  font-size: 13px;
}

#newbox, .customer_details {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
#newbox h1, .customer_details h1 {
  font-size: 24px;
}

#existbox, .customer_shipping {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
#existbox h1, .customer_shipping h1 {
  font-size: 24px;
}

.sub-info-header {
  margin-top: 50px;
}

.field {
  clear: both;
  overflow: hidden;
}

.half-width {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.half-width:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.clear-header {
  clear: both;
  padding-top: 20px;
}

#frmCheckout tbody td dl, #frmCheckout tfoot td dl {
  width: 100%;
  float: none;
  display: table-row;
}
#frmCheckout tbody td dl dt, #frmCheckout tbody td dl dd, #frmCheckout tfoot td dl dt, #frmCheckout tfoot td dl dd {
  display: table-cell;
}
#frmCheckout tbody td dl dt, #frmCheckout tfoot td dl dt {
  padding-right: 10px;
}

.headline-info {
  width: 82.82209%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-left: 8.58896%;
  margin-right: 8.58896%;
  text-align: center;
  border-bottom: 1px solid #ef8e03;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.headline-info p {
  font-size: 16px;
  margin-bottom: 30px;
}
.headline-info .icon-shopping-cart {
  font-size: 40px;
  color: #ef8e03;
  margin-right: 10px;
}
.headline-info h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.headline-info .lead {
  font-size: 22px;
  color: #30271e;
  font-weight: 300;
}

#frmCart #cart-content svg {
  max-width: none;
  width: 180px;
}

.lower-info {
  text-align: center;
}
.lower-info h3 {
  color: #bb6528;
  font-size: 24px;
  font-weight: 600;
}
.lower-info p {
  font-size: 16px;
  color: #465563;
  margin-bottom: 20px;
}

.terms-info {
  width: 82.82209%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-left: 8.58896%;
  margin-right: 8.58896%;
  text-align: center;
  border: 1px solid #ef8e03;
  border-width: 1px 0;
  margin-bottom: 50px;
  padding-top: 30px;
  font-weight: 600;
  color: #465563;
}
.terms-info p {
  font-size: 24px;
}
.terms-info button {
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#cart-content {
  margin: 0 30px;
}
#cart-content h4 {
  font-weight: 600;
}
#cart-content table {
  background: none;
  border: none;
}
#cart-content table tr {
  border: none;
  background: none;
}
#cart-content table th {
  background: #f8b34b;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 10px;
  color: #30271e;
}
#cart-content table th:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#cart-content table th:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#cart-content table th.qty-col {
  width: 150px;
}
#cart-content table td {
  background: none;
  padding: 20px 10px;
  color: #bb6528;
}
#cart-content table td.price-col {
  font-size: 18px;
  width: 100px;
}
#cart-content table .small-col {
  width: 30px;
}
#cart-content table .cart-delete {
  color: #30271e;
}
#cart-content table .edit-link {
  color: #bb6528;
  margin-left: 10px;
}
#cart-content table dt, #cart-content table dd {
  margin-bottom: 2px;
}
#cart-content table dt {
  color: #30271e;
  font-weight: 600;
}
#cart-content table dl {
  font-size: 12px;
}
#cart-content #cart-totals {
  list-style: none;
  margin: 0 0 40px 0;
}
#cart-content #cart-totals li {
  margin: 0 0 4px 0;
  background: #ecf0f1;
  border: 1px solid #ef8e03;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  font-size: 18px;
  font-weight: 600;
}
#cart-content #cart-totals li span {
  float: right;
}
#cart-content #cart-totals li span a {
  color: #30271e;
  font-size: 22px;
}

.voucherPara label {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
}
.voucherPara input[type="text"] {
  width: 270px;
  margin-right: 20px;
}
.voucherPara button {
  border: 1px solid #ef8e03;
  background: #ecf0f1;
  color: #bb6528;
  font-weight: 600;
  font-size: 14px;
  padding-right: 30px;
  padding-left: 30px;
}

.dropdown ul {
  margin: 0;
}
.dropdown ul li:hover {
  background: #ef8e03 !important;
}

.post-inner {
  width: 65.64417%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-left: 17.17791%;
  margin-right: 17.17791%;
}

.blog-cats, .blog-archives, .blog-tags {
  display: none;
}

.blog-list {
  margin: 0 30px !important;
  padding-bottom: 20px !important;
}
.blog-list a {
  padding: 0 !important;
  font-size: 14px !important;
}
.blog-list a:hover {
  color: #ef8e03;
}
.blog-list li {
  padding: 0 !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
}

.archive-list-con {
  clear: both;
}
.archive-list-con .archive-list {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-bottom: 30px;
}
.archive-list-con .archive-list:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.archive-list-con .archive-list:nth-child(3n+1) {
  clear: left;
}
.archive-list-con .archive-list img {
  margin-bottom: 10px;
}
.archive-list-con .archive-list h2 {
  font-size: 16px;
  font-weight: 600;
}

.home-col {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
.home-col:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.post-list {
  position: relative;
  padding-top: 170px;
  margin-bottom: 40px;
}
.post-list .cat-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #ef8e03;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
}
.post-list .cat-label.dark {
  background: #bb6528;
}
.post-list .cat-label.brown {
  background: #3d2813;
}
.post-list .blog-content {
  margin: 0 10px;
  padding: 10px 10px 30px 10px;
  background: #fff;
  border-bottom: 1px solid #ef8e03;
}
.post-list .blog-content h2 {
  font-size: 16px;
  font-weight: 600;
  min-height: 50px;
}
.post-list .blog-content h2 a {
  color: #bb6528;
}

.navigation {
  clear: both;
}

.alignright {
  float: right;
}
.alignright a {
  background: #ef8e03;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #ecf0f1;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  margin-bottom: 16px;
}
.alignright a:hover {
  background: #d67f03;
  cursor: pointer;
}

.alignleft {
  float: left;
}
.alignleft a {
  background: #ef8e03;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #ecf0f1;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  margin-bottom: 16px;
}
.alignleft a:hover {
  background: #d67f03;
  cursor: pointer;
}

#home-featured {
  width: 65.64417%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-bottom: 50px;
}

#share-area {
  width: 31.28834%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
  margin-bottom: 50px;
}
#share-area form {
  background: #ecf0f1;
  border: 1px solid #ef8e03;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 15px;
}
#share-area form input[type="text"] {
  background: #ecf0f1;
  border: none;
  width: 80%;
  margin: 0 20px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#share-area form button {
  background: #ecf0f1;
  border: none;
  color: #bb6528;
  font-size: 18px;
  padding: 0;
  margin-bottom: 0;
}
#share-area #tabs {
  margin: 0 0 15px 0;
  list-style: none;
  overflow: hidden;
}
#share-area #tabs li {
  display: block;
  margin: 0;
  width: 50%;
  float: left;
}
#share-area #tabs li a {
  display: block;
  background: #ef8e03;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}
#share-area #tabs li a.inactive {
  background: #f6bd6b;
  color: #b88844;
}
#share-area .tab-content ul {
  margin: 0;
  list-style: none;
}
#share-area .tab-content ul li {
  margin: 0;
  border-bottom: 1px solid #ecf0f1;
  padding: 8px 0;
}
#share-area .tab-content ul li:last-child {
  border-bottom: none;
}
#share-area .tab-content ul li a {
  font-weight: 600;
  color: #465563;
  text-overflow: ellipsis;
  width: 306px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
#share-area .tab-content ul li a:hover {
  color: #ef8e03;
}
#share-area .tab-content ul li a i {
  color: #ef8e03;
  font-size: 12px;
}
#share-area .share-links {
  margin: 0 0 15px 0;
  list-style: none;
  overflow: hidden;
}
#share-area .share-links li {
  margin: 0;
  display: block;
  float: left;
  width: 20%;
  color: #3d2813;
  font-weight: bold;
  font-size: 11px;
}
#share-area .share-links li.text {
  padding-top: 9px;
}
#share-area .share-links li a {
  color: #3d2813;
  font-size: 18px;
  background: #ef8e03;
  display: block;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 20px 0;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#share-area .share-links li a:hover {
  background: #fea423;
}
#share-area .hidden {
  display: none;
}

.featured-list {
  height: 400px;
  position: relative;
}
.featured-list .blog-content {
  background: #3d2813;
  color: #fff;
  padding: 20px;
  border-top: 1px solid #ef8e03;
  position: absolute;
  bottom: 0;
  left: 0;
}
.featured-list .blog-content h2 {
  font-size: 20px;
  margin-bottom: 3px;
}
.featured-list .cat-label {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #ef8e03;
  padding: 7px 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

#blog-banners {
  margin: 0;
  background: #fff;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  zoom: 1;
}
#blog-banners .slides li {
  margin-bottom: 0;
  position: relative;
}
#blog-banners .caption {
  position: absolute;
  top: 150px;
  right: 130px;
}
#blog-banners .caption h1 {
  font-size: 44px;
  color: #fff;
}
#blog-banners .caption a.btn.banner-cta {
  display: inline-block;
  padding: 15px 20px;
  background: #ef8e03;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #30271e;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#blog-banners .caption a.btn.banner-cta:hover {
  background: #fca529;
}

#blog-banners .owl-buttons {
  display: none;
}
#blog-banners .owl-controlls {
  position: absolute;
  top: 0;
  left: 10px;
}

#testimonials-area {
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}
#testimonials-area .line {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  height: 1px;
  background: #ef8e03;
  margin-top: 17px;
}
#testimonials-area h3 {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  background: #bb6528;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 35px;
}
#testimonials-area .end-line {
  width: 31.28834%;
  float: right;
  margin-right: 0;
  *margin-left: -30px;
  display: inline;
}
#testimonials-area .testimonial {
  width: 65.64417%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
  margin-left: 17.17791%;
  margin-right: 17.17791%;
  text-align: center;
}
#testimonials-area .testimonial h2 {
  font-size: 25px;
  color: #bb6528;
  margin-bottom: 0;
  font-family: 'tisaproitalic';
}
#testimonials-area .testimonial p {
  font-size: 22px;
}
#testimonials-area .testimonial .testimonial-text p {
  font-family: 'tisaproitalic';
}
#testimonials-area .testimonial .meta {
  color: #bb6528;
  font-size: 16px;
  font-weight: 600;
}
#testimonials-area .testimonial .meta a {
  color: #bb6528;
}
#testimonials-area .lower-line {
  margin-left: 34.35583%;
  margin-right: 34.35583%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  body .main-content {
    max-width: 100%;
  }
  body #preview {
    display: none;
  }
  body .shifter-navigation {
    background: #e67e22 !important;
    padding-top: 42px !important;
  }
  body .shifter-navigation br {
    display: none;
  }
  body .shifter-navigation > ul > li:first-child {
    border-top: 1px solid #30271e;
  }
  body .shifter-navigation ul {
    list-style: none;
    margin: 0;
  }
  body .shifter-navigation ul li {
    margin: 0;
  }
  body .shifter-navigation ul li a, body .shifter-navigation ul li a:visited {
    padding: 10px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #30271e;
    border-top: 1px solid #e98b39;
    color: white;
  }
  body .shifter-navigation ul li > div {
    padding-top: 10px !important;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side,
  body .shifter-navigation ul li .sub-menu .right-menu-side,
  body .shifter-navigation ul li div {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side a, body .shifter-navigation ul li .sub-menu .left-menu-side a:visited,
  body .shifter-navigation ul li .sub-menu .right-menu-side a,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:visited,
  body .shifter-navigation ul li div a,
  body .shifter-navigation ul li div a:visited {
    padding: 5px 5px 5px 30px;
    font-size: 12px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side a:before, body .shifter-navigation ul li .sub-menu .left-menu-side a:visited:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:visited:before,
  body .shifter-navigation ul li div a:before,
  body .shifter-navigation ul li div a:visited:before {
    content: "\f054";
    font-family: "FontAwesome";
    margin-right: 7px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side ul li,
  body .shifter-navigation ul li .sub-menu .right-menu-side ul li,
  body .shifter-navigation ul li div ul li {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    position: relative;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited,
  body .shifter-navigation ul li div.right-menu-side a,
  body .shifter-navigation ul li div.right-menu-side a:visited {
    padding: 15px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a img, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited img,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a img,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited img,
  body .shifter-navigation ul li div.right-menu-side a img,
  body .shifter-navigation ul li div.right-menu-side a:visited img {
    width: 100%;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:before, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited:before,
  body .shifter-navigation ul li div.right-menu-side a:before,
  body .shifter-navigation ul li div.right-menu-side a:visited:before {
    display: none;
  }
  body .story-content {
    padding: 20px;
    height: auto;
  }
  body .story-content .step-intro {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .story-content .steps {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .story-content .steps > div {
    background-size: contain !important;
    height: 120px !important;
  }
  body .choose-your-style .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .choose-your-style .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .choose-your-style .info h4 {
    color: black;
  }
  body .accessorise .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    padding-top: 110px;
  }
  body .accessorise .info h4 {
    color: black;
  }
  body .accessorise .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    height: 270px;
  }
  body .finish {
    padding-top: 40px;
  }
  body .finish .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .finish .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    padding-top: 0;
  }
  body .about-us .about-video {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .about-text {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .benefit {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .benefit p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  body .about-us .benefit p i {
    width: 20px;
    display: inline-block;
  }
  body .about-us .benefit p br {
    display: none;
  }
  body .benefits .intro {
    border-top: 1px dashed #30271e;
    border-bottom: 1px dashed #30271e;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  body .page-title-bar {
    background: #30271e;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    width: auto;
  }
  body .left-sidebar,
  body .page-content {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .left-sidebar img,
  body .page-content img {
    width: 100%;
  }
  body .left-sidebar.left-sidebar,
  body .page-content.left-sidebar {
    margin-bottom: 20px;
  }
  body .left-sidebar.left-sidebar.banner > img,
  body .page-content.left-sidebar.banner > img {
    display: none;
  }
  body .team-con {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .team-con .team h3 {
    height: 90px;
  }
  body .team-con .team p {
    min-height: 150px;
  }
  body .main-content {
    padding: 50px 20px;
  }
  body .main-content .checkout-content {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .contact-info,
  body .contact-form {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .category-item {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .category-item:nth-child(2n) {
    width: 48.46626%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .category-item .item-content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
  }
  body .full-page .left-half {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    overflow: hidden;
  }
  body .full-page .left-half .image-icon {
    width: 20px;
  }
  body .full-page .left-half .image-thumbs {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    margin-top: 10px;
  }
  body .full-page .left-half .image-thumbs .image-thumb {
    width: 31.28834%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .full-page .left-half .image-thumbs .image-thumb:nth-child(3n) {
    width: 31.28834%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .full-page .right-half {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .full-page .right-half #customise {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    border: none;
    padding: 30px 0 0 0;
    height: auto;
    margin-top: 20px;
    border-top: 1px dashed #bdc3c7;
  }
  body .full-page .right-half #customise .button, body .full-page .right-half #customise .customer-services li a, .customer-services li body .full-page .right-half #customise a {
    margin: 0;
  }
  body .product-categories.inner {
    padding: 0;
    margin-bottom: 20px;
  }
  body .product-categories.inner .category-item {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
    margin: 0 0 10px 0;
  }
  body .product-categories.inner .category-item:nth-child(2n) {
    width: 48.46626%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .product-categories.inner .price-bar {
    display: none;
  }
  body #frmCheckout {
    margin: 0;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  body #frmCheckout table, body #frmCheckout thead, body #frmCheckout tbody, body #frmCheckout tfoot, body #frmCheckout th, body #frmCheckout td, body #frmCheckout tr {
    display: block;
  }
  body #frmCheckout thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body #frmCheckout tr {
    border: 1px solid #ccc;
  }
  body #frmCheckout tbody tr td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 25%;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
  }
  body #frmCheckout tbody tr td:nth-child(1):before {
    content: "Details:";
  }
  body #frmCheckout tbody tr td:nth-child(2):before {
    content: "Sub Total:";
  }
  body #frmCheckout tbody tr td:nth-child(4):before {
    content: "Total:";
  }
  body #frmCheckout tbody tr td:empty {
    display: none;
  }
  body #frmCheckout tfoot tr td:last-child:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 25%;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
  }
  body #frmCheckout tfoot tr td:first-child {
    display: none;
  }
  body #frmCheckout tfoot tr:nth-child(1) td:last-child:before {
    content: "Discount:";
  }
  body #frmCheckout tfoot tr:nth-child(2) td:last-child:before {
    content: "Sub Total:";
  }
  body #frmCheckout tfoot tr:nth-child(3) td:last-child:before {
    content: "Delivery:";
  }
  body #frmCheckout tfoot tr:nth-child(4) td:last-child:before {
    content: "Total:";
  }
  body #frmCheckout tbody td, body #frmCheckout tfoot td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30%;
    font-size: 12px;
    width: auto !important;
  }
  body #frmCheckout tbody td dl, body #frmCheckout tfoot td dl {
    float: none;
    display: table-row;
  }
  body #frmCheckout tbody td dl dt, body #frmCheckout tbody td dl dd, body #frmCheckout tfoot td dl dt, body #frmCheckout tfoot td dl dd {
    display: table-cell;
  }
  body #frmCheckout tbody td svg, body #frmCheckout tfoot td svg {
    max-height: 200px;
    width: 100% !important;
  }
  body #frmCheckout tbody td dl, body #frmCheckout tfoot td dl {
    overflow: hidden;
  }
  body #cart-content {
    margin: 0;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  body #cart-content table, body #cart-content thead, body #cart-content tbody, body #cart-content th, body #cart-content td, body #cart-content tr {
    display: block;
  }
  body #cart-content thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body #cart-content tr {
    border: 1px solid #ccc;
  }
  body #cart-content tbody tr {
    margin-bottom: 20px;
  }
  body #cart-content tbody tr td:nth-child(1),
  body #cart-content tbody tr td:nth-child(2) {
    padding: 0;
    padding: 20px;
  }
  body #cart-content tbody tr td:nth-child(3):before {
    content: "Sub Total:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #cart-content tbody tr td:nth-child(4):before {
    content: "Quantity:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #cart-content tbody tr td:nth-child(5):before {
    content: "Total:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #cart-content tbody tr td:nth-child(6):before {
    content: "Delete:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #cart-content td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    width: auto !important;
  }
  body #cart-content td svg {
    max-height: 200px;
    width: 100% !important;
  }
  body #cart-content td dl {
    overflow: hidden;
  }
  body #cart-content td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  body .account-menu-bar {
    width: 100%;
  }
  body .account-menu-bar ul li {
    font-size: 13px;
    padding: 5px;
    margin: 5px;
  }
  body #newbox,
  body #existbox,
  body .customer_details {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body #newbox {
    margin-bottom: 20px;
  }
  body #search_popup input[type="text"] {
    width: 100%;
  }
  body .gallery-filter {
    width: 100%;
  }
  body textarea {
    height: 100px;
  }
  body .headline-info {
    padding-top: 30px;
  }
  body .headline-info h2 {
    font-size: 30px;
  }
  body .headline-info p {
    font-size: 12px;
  }
  body .headline-info p.lead {
    font-size: 14px;
  }
  body .product-tabs {
    width: 100%;
  }
  body .product-tabs > ul.head {
    display: none;
  }
  body .product-tabs > ul.body li {
    display: block !important;
  }
  body .product-tabs > ul.body li:nth-child(1):before {
    content: "Create-your-own-onesie";
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .product-tabs > ul.body li:nth-child(2):before {
    content: "Baby onesie";
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .product-tabs > ul.body li:nth-child(3):before {
    content: "Childs onesie";
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .product-tabs > ul.body li:nth-child(4):before {
    content: "Womans onesie";
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .product-tabs > ul.body li:nth-child(5):before {
    content: "Mans onesie";
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .product-categories.inner .category-item h3 {
    font-size: 14px;
  }
  body .product-categories.inner .category-item h3 strong {
    margin-top: 7px;
    display: inline-block;
  }
  body .product-categories.inner .category-item p.price {
    display: inline-block;
    margin: 0 0 3px 0;
  }
  body #cart-content table .cart-delete {
    position: relative;
    z-index: 99999;
  }
  body #mobile-builder {
    display: block !important;
    background: #30271e;
    padding: 0 10px 10px 10px;
  }
  body #mobile-builder a, body #mobile-builder a:visited {
    display: block;
    background: #e67e22;
    border: 1px dashed white;
    padding: 10px;
    color: #30271e;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
  }
  body .topbar-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body #mobile-menu {
    display: block;
    position: relative;
    z-index: 999;
    background: #e67e22;
    padding: 10px;
    text-align: right;
    overflow: hidden;
  }
  body #mobile-menu a, body #mobile-menu a:visited {
    color: white;
    float: right;
  }
  body #mobile-menu p {
    float: left;
    margin: 0;
    color: white;
    font-size: 13px;
    position: relative;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    text-align: center;
    font-weight: bold;
  }
  body .main-nav-outer {
    display: none;
  }
  body .tagline {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    display: none;
    text-align: center;
    border-bottom: 1px dashed #e67e22;
    margin: 0 0 10px 0;
  }
  body .tagline p {
    padding: 5px 0 7px 0;
  }
  body .secondary-navigation {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    text-align: center;
    margin-bottom: 0px;
  }
  body .secondary-navigation > ul {
    float: none;
  }
  body .secondary-navigation li {
    display: inline-block;
  }
  body .secondary-navigation li a, body .secondary-navigation li a:visited {
    display: block;
    border: none;
    padding: 5px 3px;
    font-size: 12px;
  }
  body .main-header {
    padding: 20px;
  }
  body .main-header .main-logo {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .main-header .main-logo h1 {
    text-align: center;
  }
  body .main-header .main-logo h1 a, body .main-header .main-logo h1 a:visited {
    margin: 0 auto;
  }
  body .brand-line {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0.1;
  }
  body .brand-line h2 {
    display: none;
  }
  body .header-cart {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    overflow: hidden;
  }
  body .header-cart ul {
    position: relative;
  }
  body .header-cart .basket, body .header-cart .user-account {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .header-cart .basket ul, body .header-cart .user-account ul {
    right: auto;
    float: none;
    display: block;
    margin: 0 0 0 0;
    text-align: center;
  }
  body .header-cart .basket ul li, body .header-cart .user-account ul li {
    display: inline-block;
  }
  body .header-cart .basket.basket ul, body .header-cart .user-account.basket ul {
    border: none;
    padding: 0;
  }
  body .footer-contact,
  body .footer-tweets {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    border-bottom: 1px dashed #30271e;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body .footer-subscribe {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body #home-featured,
  body #share-area,
  body .post-inner {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    margin-bottom: 20px;
  }
  body #home-featured {
    border: 1px solid #e67e22;
  }
  body .featured-list .cat-label {
    top: 0;
    right: 0;
  }
  body .post-inner img {
    width: 100%;
  }
  body .post-inner iframe {
    max-width: 100% !important;
  }
  body .home-col {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .home-col img {
    width: 100%;
  }
  body .post-list {
    background-size: cover !important;
    border: 1px solid #30271e;
  }
  body .post-list .blog-content {
    border: none;
  }
  body .archive-list-con .archive-list {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body #testimonials-area .testimonial {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .page-title-bar.account-title {
    padding-top: 18px;
  }
  body .page-title-bar h1 {
    font-size: 20px;
  }
  body .page-title-bar h1 span {
    font-size: 22px;
  }
  body .account-menu-bar ul li {
    font-size: 12px !important;
    margin: 2px 4px !important;
  }
  body .account-menu-bar ul li a, body .account-menu-bar ul li a:visited {
    display: block;
    padding: 0;
    font-size: 12px !important;
  }
  body .account-menu-bar > nav > ul {
    padding: 10px 0;
  }
  body .account-menu-bar > nav > ul > li {
    padding: 0 4px;
    margin: 0 0 0 0 !important;
  }
  body .account-menu-bar > nav > ul > li > a, body .account-menu-bar > nav > ul > li > a:visited {
    font-size: 12px;
  }
  body .account-menu-bar > nav > ul > li > a > i, body .account-menu-bar > nav > ul > li > a:visited > i {
    margin-right: 3px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 568px) {
  body .container {
    max-width: 400px;
  }
  body #preview {
    display: none;
  }
  body .shifter-navigation {
    background: #e67e22 !important;
    padding-top: 42px !important;
  }
  body .shifter-navigation br {
    display: none;
  }
  body .shifter-navigation ul {
    list-style: none;
    margin: 0;
  }
  body .shifter-navigation ul li {
    margin: 0;
  }
  body .shifter-navigation ul li a, body .shifter-navigation ul li a:visited {
    padding: 10px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #30271e;
    border-top: 1px solid #e98b39;
    color: white;
  }
  body .shifter-navigation ul li > div {
    padding-top: 10px !important;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side,
  body .shifter-navigation ul li .sub-menu .right-menu-side,
  body .shifter-navigation ul li div {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side a, body .shifter-navigation ul li .sub-menu .left-menu-side a:visited,
  body .shifter-navigation ul li .sub-menu .right-menu-side a,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:visited,
  body .shifter-navigation ul li div a,
  body .shifter-navigation ul li div a:visited {
    padding: 5px 5px 5px 30px;
    font-size: 12px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side a:before, body .shifter-navigation ul li .sub-menu .left-menu-side a:visited:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:visited:before,
  body .shifter-navigation ul li div a:before,
  body .shifter-navigation ul li div a:visited:before {
    content: "\f054";
    font-family: "FontAwesome";
    margin-right: 7px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side ul li,
  body .shifter-navigation ul li .sub-menu .right-menu-side ul li,
  body .shifter-navigation ul li div ul li {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    position: relative;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited,
  body .shifter-navigation ul li div.right-menu-side a,
  body .shifter-navigation ul li div.right-menu-side a:visited {
    padding: 15px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a img, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited img,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a img,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited img,
  body .shifter-navigation ul li div.right-menu-side a img,
  body .shifter-navigation ul li div.right-menu-side a:visited img {
    width: 100%;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:before, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited:before,
  body .shifter-navigation ul li div.right-menu-side a:before,
  body .shifter-navigation ul li div.right-menu-side a:visited:before {
    display: none;
  }
  body #mobile-builder {
    display: block !important;
    background: #30271e;
    padding: 0 10px 10px 10px;
  }
  body #mobile-builder a, body #mobile-builder a:visited {
    display: block;
    background: #e67e22;
    border: 1px dashed white;
    padding: 10px;
    color: #30271e;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
  }
  body #mobile-menu {
    display: block;
    position: relative;
    z-index: 999;
    background: #e67e22;
    padding: 10px;
    text-align: right;
    overflow: hidden;
  }
  body #mobile-menu a, body #mobile-menu a:visited {
    color: white;
    float: right;
  }
  body #mobile-menu p {
    float: left;
    margin: 0;
    color: white;
    font-size: 13px;
    position: relative;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    text-align: center;
    font-weight: bold;
  }
  body .main-nav-outer {
    display: none;
  }
  body .tagline {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    display: none;
    text-align: center;
    border-bottom: 1px dashed #e67e22;
    margin: 0 0 10px 0;
  }
  body .tagline p {
    padding: 5px 0 7px 0;
  }
  body .secondary-navigation {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    text-align: center;
    margin-bottom: 0px;
  }
  body .secondary-navigation > ul {
    float: none;
  }
  body .secondary-navigation li {
    display: inline-block;
  }
  body .secondary-navigation li a, body .secondary-navigation li a:visited {
    display: block;
    border: none;
    padding: 5px 3px;
    font-size: 12px;
  }
  body .main-header {
    padding: 20px;
  }
  body .main-header .main-logo {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .main-header .main-logo h1 {
    text-align: center;
  }
  body .main-header .main-logo h1 a, body .main-header .main-logo h1 a:visited {
    margin: 0 auto;
  }
  body .brand-line {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0.1;
  }
  body .brand-line h2 {
    display: none;
  }
  body .header-cart {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    overflow: hidden;
  }
  body .header-cart ul {
    position: relative;
  }
  body .header-cart .basket, body .header-cart .user-account {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .header-cart .basket ul, body .header-cart .user-account ul {
    right: auto;
    float: none;
    display: block;
    margin: 0 0 0 0;
    text-align: center;
  }
  body .header-cart .basket ul li, body .header-cart .user-account ul li {
    display: inline-block;
  }
  body .header-cart .basket.basket ul, body .header-cart .user-account.basket ul {
    border: none;
    padding: 0;
  }
  body .footer-contact,
  body .footer-tweets {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    border-bottom: 1px dashed #30271e;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body .footer-subscribe {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body #hbanners .caption {
    top: 20px;
    right: auto;
    left: 20px;
  }
  body #hbanners .caption h1 {
    font-size: 24px;
  }
  body #hbanners .caption a.btn.banner-cta {
    font-size: 12px;
    padding: 10px 20px;
  }
  body .story-content {
    padding: 20px;
    height: auto;
  }
  body .story-content .step-intro {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .story-content .steps {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .story-content .steps > div {
    background-size: contain !important;
    height: 120px !important;
  }
  body .choose-your-style .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .choose-your-style .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .choose-your-style .info h4 {
    color: black;
  }
  body .accessorise {
    height: 285px;
  }
  body .accessorise .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    padding-top: 110px;
  }
  body .accessorise .info h4 {
    color: black;
  }
  body .accessorise .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    height: auto;
  }
  body .accessorise .featured-image .image {
    position: static;
  }
  body .finish {
    padding-top: 40px;
  }
  body .finish .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    margin-bottom: 20px;
  }
  body .finish .featured-image .image {
    position: static;
  }
  body .finish .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    padding-top: 0;
  }
  body .about-us .about-video {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .about-text {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .benefit {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .benefit p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  body .about-us .benefit p i {
    width: 20px;
    display: inline-block;
  }
  body .about-us .benefit p br {
    display: none;
  }
  body .benefits .intro {
    border-top: 1px dashed #30271e;
    border-bottom: 1px dashed #30271e;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  body .page-title-bar {
    background: #30271e;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    width: auto;
  }
  body .left-sidebar,
  body .page-content {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .left-sidebar img,
  body .page-content img {
    width: 100%;
  }
  body .left-sidebar.left-sidebar,
  body .page-content.left-sidebar {
    margin-bottom: 20px;
  }
  body .left-sidebar.left-sidebar.banner > img,
  body .page-content.left-sidebar.banner > img {
    display: none;
  }
  body .team-con {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .team-con .team h3 {
    height: 90px;
  }
  body .team-con .team p {
    min-height: 150px;
  }
  body .main-content {
    padding: 50px 20px;
  }
  body .main-content .checkout-content {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .contact-info,
  body .contact-form {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .category-item {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .category-item:nth-child(2n) {
    width: 48.46626%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .category-item .item-content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
  }
  body .full-page .left-half {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    overflow: hidden;
  }
  body .full-page .left-half .image-icon {
    width: 20px;
  }
  body .full-page .left-half .image-thumbs {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    margin-top: 10px;
  }
  body .full-page .left-half .image-thumbs .image-thumb {
    width: 31.28834%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .full-page .left-half .image-thumbs .image-thumb:nth-child(3n) {
    width: 31.28834%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .full-page .right-half {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .full-page .right-half #customise {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    border: none;
    padding: 30px 0 0 0;
    height: auto;
    margin-top: 20px;
    border-top: 1px dashed #bdc3c7;
  }
  body .full-page .right-half #customise .button, body .full-page .right-half #customise .customer-services li a, .customer-services li body .full-page .right-half #customise a {
    margin: 0;
  }
  body .product-categories.inner {
    padding: 0;
    margin-bottom: 20px;
  }
  body .product-categories.inner .category-item {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
    margin: 0 0 10px 0;
  }
  body .product-categories.inner .category-item:nth-child(2n) {
    width: 48.46626%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .product-categories.inner .price-bar {
    display: none;
  }
  body #frmCheckout,
  body #cart-content {
    margin: 0;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  body #frmCheckout table, body #frmCheckout thead, body #frmCheckout tbody, body #frmCheckout th, body #frmCheckout td, body #frmCheckout tr,
  body #cart-content table,
  body #cart-content thead,
  body #cart-content tbody,
  body #cart-content th,
  body #cart-content td,
  body #cart-content tr {
    display: block;
  }
  body #frmCheckout thead tr,
  body #cart-content thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body #frmCheckout tr,
  body #cart-content tr {
    border: 1px solid #ccc;
  }
  body #frmCheckout tbody tr,
  body #cart-content tbody tr {
    margin-bottom: 20px;
  }
  body #frmCheckout tbody tr td:nth-child(1),
  body #frmCheckout tbody tr td:nth-child(2),
  body #cart-content tbody tr td:nth-child(1),
  body #cart-content tbody tr td:nth-child(2) {
    padding: 0;
    padding: 20px;
  }
  body #frmCheckout tbody tr td:nth-child(3):before,
  body #cart-content tbody tr td:nth-child(3):before {
    content: "Sub Total:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #frmCheckout tbody tr td:nth-child(4):before,
  body #cart-content tbody tr td:nth-child(4):before {
    content: "Quantity:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #frmCheckout tbody tr td:nth-child(5):before,
  body #cart-content tbody tr td:nth-child(5):before {
    content: "Total:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #frmCheckout tbody tr td:nth-child(6):before,
  body #cart-content tbody tr td:nth-child(6):before {
    content: "Delete:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #frmCheckout td,
  body #cart-content td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    width: auto !important;
  }
  body #frmCheckout td svg,
  body #cart-content td svg {
    max-height: 200px;
    max: 100% !important;
  }
  body #frmCheckout td dl,
  body #cart-content td dl {
    overflow: hidden;
  }
  body #frmCheckout td:before,
  body #cart-content td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  body .account-menu-bar {
    width: 100%;
  }
  body .account-menu-bar ul li {
    font-size: 13px;
    padding: 5px;
    margin: 5px;
  }
  body #newbox,
  body #existbox,
  body .customer_details {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body #newbox {
    margin-bottom: 20px;
  }
  body #search_popup input[type="text"] {
    width: 100%;
  }
  body .gallery-filter {
    width: 100%;
  }
  body textarea {
    height: 100px;
  }
  body .headline-info {
    padding-top: 30px;
  }
  body .headline-info h2 {
    font-size: 30px;
  }
  body .headline-info p {
    font-size: 12px;
  }
  body .headline-info p.lead {
    font-size: 14px;
  }
  body .product-tabs {
    width: 100%;
  }
  body .product-categories.inner .category-item h3 {
    font-size: 14px;
  }
  body .product-categories.inner .category-item h3 strong {
    margin-top: 7px;
    display: inline-block;
  }
  body .product-categories.inner .category-item p.price {
    display: inline-block;
    margin: 0 0 3px 0;
  }
  body #cart-content table .cart-delete {
    position: relative;
    z-index: 99999;
  }
  body #home-featured,
  body #share-area,
  body .post-inner {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    margin-bottom: 20px;
  }
  body #home-featured {
    border: 1px solid #e67e22;
  }
  body .featured-list .cat-label {
    top: 0;
    right: 0;
  }
  body .post-inner img {
    width: 100%;
  }
  body .post-inner iframe {
    max-width: 100% !important;
  }
  body .home-col {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .home-col img {
    width: 100%;
  }
  body .post-list {
    background-size: cover !important;
    border: 1px solid #30271e;
  }
  body .post-list .blog-content {
    border: none;
  }
  body .archive-list-con .archive-list {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body #testimonials-area .testimonial {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .page-title-bar.account-title {
    padding-top: 18px;
  }
  body .page-title-bar h1 {
    font-size: 20px;
  }
  body .page-title-bar h1 span {
    font-size: 22px;
  }
  body .account-menu-bar ul li {
    font-size: 12px !important;
    margin: 2px 4px !important;
  }
  body .account-menu-bar ul li a, body .account-menu-bar ul li a:visited {
    display: block;
    padding: 0;
    font-size: 12px !important;
  }
  body .account-menu-bar > nav > ul {
    padding: 10px 0;
  }
  body .account-menu-bar > nav > ul > li {
    padding: 0 4px;
    margin: 0 0 0 0 !important;
  }
  body .account-menu-bar > nav > ul > li > a, body .account-menu-bar > nav > ul > li > a:visited {
    font-size: 12px;
  }
  body .account-menu-bar > nav > ul > li > a > i, body .account-menu-bar > nav > ul > li > a:visited > i {
    margin-right: 3px;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  body .container {
    max-width: 560px;
  }
  body #preview {
    display: none;
  }
  body .shifter-navigation {
    background: #e67e22 !important;
    padding-top: 42px !important;
  }
  body .shifter-navigation br {
    display: none;
  }
  body .shifter-navigation ul {
    list-style: none;
    margin: 0;
  }
  body .shifter-navigation ul li {
    margin: 0;
  }
  body .shifter-navigation ul li a, body .shifter-navigation ul li a:visited {
    padding: 10px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #30271e;
    border-top: 1px solid #e98b39;
    color: white;
  }
  body .shifter-navigation ul li > div {
    padding-top: 10px !important;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side,
  body .shifter-navigation ul li .sub-menu .right-menu-side,
  body .shifter-navigation ul li div {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side a, body .shifter-navigation ul li .sub-menu .left-menu-side a:visited,
  body .shifter-navigation ul li .sub-menu .right-menu-side a,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:visited,
  body .shifter-navigation ul li div a,
  body .shifter-navigation ul li div a:visited {
    padding: 5px 5px 5px 30px;
    font-size: 12px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side a:before, body .shifter-navigation ul li .sub-menu .left-menu-side a:visited:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side a:visited:before,
  body .shifter-navigation ul li div a:before,
  body .shifter-navigation ul li div a:visited:before {
    content: "\f054";
    font-family: "FontAwesome";
    margin-right: 7px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side ul li,
  body .shifter-navigation ul li .sub-menu .right-menu-side ul li,
  body .shifter-navigation ul li div ul li {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    position: relative;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited,
  body .shifter-navigation ul li div.right-menu-side a,
  body .shifter-navigation ul li div.right-menu-side a:visited {
    padding: 15px;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a img, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited img,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a img,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited img,
  body .shifter-navigation ul li div.right-menu-side a img,
  body .shifter-navigation ul li div.right-menu-side a:visited img {
    width: 100%;
  }
  body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:before, body .shifter-navigation ul li .sub-menu .left-menu-side.right-menu-side a:visited:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:before,
  body .shifter-navigation ul li .sub-menu .right-menu-side.right-menu-side a:visited:before,
  body .shifter-navigation ul li div.right-menu-side a:before,
  body .shifter-navigation ul li div.right-menu-side a:visited:before {
    display: none;
  }
  body #mobile-menu {
    display: block;
    position: relative;
    z-index: 999;
    background: #e67e22;
    padding: 10px;
    text-align: right;
    overflow: hidden;
  }
  body #mobile-menu a, body #mobile-menu a:visited {
    color: white;
    float: right;
  }
  body #mobile-menu p {
    float: left;
    margin: 0;
    color: white;
    font-size: 13px;
    position: relative;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    text-align: center;
    font-weight: bold;
  }
  body .main-nav-outer {
    display: none;
  }
  body .tagline {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    display: none;
    text-align: center;
    border-bottom: 1px dashed #e67e22;
    margin: 0 0 10px 0;
  }
  body .tagline p {
    padding: 5px 0 7px 0;
  }
  body .secondary-navigation {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    text-align: center;
    margin-bottom: 0px;
  }
  body .secondary-navigation > ul {
    float: none;
  }
  body .secondary-navigation li {
    display: inline-block;
  }
  body .secondary-navigation li a, body .secondary-navigation li a:visited {
    display: block;
    border: none;
    padding: 5px 3px;
    font-size: 12px;
  }
  body .main-header {
    padding: 20px;
  }
  body .main-header .main-logo {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .main-header .main-logo h1 {
    text-align: center;
  }
  body .main-header .main-logo h1 a, body .main-header .main-logo h1 a:visited {
    margin: 0 auto;
  }
  body .brand-line {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0.1;
  }
  body .brand-line h2 {
    display: none;
  }
  body .header-cart {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    overflow: hidden;
  }
  body .header-cart ul {
    position: relative;
  }
  body .header-cart .basket, body .header-cart .user-account {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .header-cart .basket ul, body .header-cart .user-account ul {
    right: auto;
    float: none;
    display: block;
    margin: 0 0 0 0;
    text-align: center;
  }
  body .header-cart .basket ul li, body .header-cart .user-account ul li {
    display: inline-block;
  }
  body .header-cart .basket.basket ul, body .header-cart .user-account.basket ul {
    border: none;
    padding: 0;
  }
  body .footer-contact,
  body .footer-tweets {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    border-bottom: 1px dashed #30271e;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body .footer-subscribe {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body #hbanners .caption {
    top: 20px;
    right: 20px;
    text-align: right;
  }
  body #hbanners .caption h1 {
    font-size: 34px;
  }
  body #hbanners .caption a.btn.banner-cta {
    font-size: 12px;
    padding: 10px 20px;
  }
  body .home-featured-area .flex-control-nav {
    bottom: 10px;
    top: auto;
  }
  body .story-content {
    padding: 20px;
    height: auto;
  }
  body .story-content .step-intro {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .story-content .steps {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .story-content .steps > div {
    background-size: contain !important;
    height: 230px !important;
  }
  body .choose-your-style .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .choose-your-style .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .choose-your-style .info h4 {
    color: black;
  }
  body .accessorise {
    height: 265px;
  }
  body .accessorise .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    padding-top: 110px;
  }
  body .accessorise .info h4 {
    color: black;
  }
  body .accessorise .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    height: auto;
  }
  body .accessorise .featured-image .image {
    position: static;
  }
  body .accessorise .featured-image .image img {
    width: 100%;
  }
  body .finish {
    padding-top: 40px;
  }
  body .finish .featured-image {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    margin-bottom: 60px;
    height: auto;
  }
  body .finish .featured-image .image {
    position: static;
  }
  body .finish .featured-image .image img {
    width: 100%;
  }
  body .finish .info {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    padding-top: 0;
  }
  body .about-us .about-video {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .about-text {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .benefit {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .benefit p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  body .about-us .benefit p i {
    width: 20px;
    display: inline-block;
  }
  body .about-us .benefit p br {
    display: none;
  }
  body .benefits .intro {
    border-top: 1px dashed #30271e;
    border-bottom: 1px dashed #30271e;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  body .page-title-bar {
    background: #30271e;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    width: auto;
  }
  body .left-sidebar,
  body .page-content {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .left-sidebar img,
  body .page-content img {
    width: 100%;
  }
  body .left-sidebar.left-sidebar,
  body .page-content.left-sidebar {
    margin-bottom: 20px;
  }
  body .left-sidebar.left-sidebar.banner > img,
  body .page-content.left-sidebar.banner > img {
    display: none;
  }
  body .team-con {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .team-con .team h3 {
    height: 90px;
  }
  body .team-con .team p {
    min-height: 150px;
  }
  body .main-content {
    padding: 50px 20px;
  }
  body .main-content .checkout-content {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .contact-info,
  body .contact-form {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .category-item {
    width: 31.28834%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .category-item:nth-child(4n) {
    width: 31.28834%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .category-item:nth-child(3n) {
    width: 31.28834%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .category-item .item-content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
  }
  body .full-page .left-half {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    overflow: hidden;
  }
  body .full-page .left-half .image-icon {
    width: 20px;
  }
  body .full-page .left-half .image-thumbs {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    margin-top: 10px;
  }
  body .full-page .left-half .image-thumbs .image-thumb {
    width: 31.28834%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .full-page .left-half .image-thumbs .image-thumb:nth-child(3n) {
    width: 31.28834%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .full-page .right-half {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .full-page .right-half #customise {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    border: none;
    padding: 30px 0 0 0;
    height: auto;
    margin-top: 20px;
    border-top: 1px dashed #bdc3c7;
  }
  body .full-page .right-half #customise .button, body .full-page .right-half #customise .customer-services li a, .customer-services li body .full-page .right-half #customise a {
    margin: 0;
  }
  body .product-categories.inner {
    padding: 0;
    margin-bottom: 20px;
  }
  body .product-categories.inner .category-item {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
    margin: 0 0 10px 0;
  }
  body .product-categories.inner .category-item:nth-child(2n) {
    width: 48.46626%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .product-categories.inner .price-bar {
    display: none;
  }
  body #cart-content {
    margin: 0;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  body #cart-content table, body #cart-content thead, body #cart-content tbody, body #cart-content th, body #cart-content td, body #cart-content tr {
    display: block;
  }
  body #cart-content thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body #cart-content tr {
    border: 1px solid #ccc;
  }
  body #cart-content tbody tr {
    margin-bottom: 20px;
  }
  body #cart-content tbody tr td:nth-child(1),
  body #cart-content tbody tr td:nth-child(2) {
    padding: 0;
    padding: 20px;
  }
  body #cart-content tbody tr td:nth-child(3):before {
    content: "Sub Total:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #cart-content tbody tr td:nth-child(4):before {
    content: "Quantity:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #cart-content tbody tr td:nth-child(5):before {
    content: "Total:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #cart-content tbody tr td:nth-child(6):before {
    content: "Delete:";
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
  }
  body #cart-content td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    width: auto !important;
  }
  body #cart-content td svg {
    max-height: 200px;
    max-width: 100%;
  }
  body #cart-content td dl {
    overflow: hidden;
  }
  body #cart-content td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  body .account-menu-bar {
    width: 100%;
  }
  body .account-menu-bar ul li {
    font-size: 13px;
    padding: 5px;
    margin: 5px;
  }
  body #newbox,
  body #existbox,
  body .customer_details {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body #newbox {
    margin-bottom: 20px;
  }
  body #search_popup input[type="text"] {
    width: 100%;
  }
  body .gallery-filter {
    width: 100%;
  }
  body textarea {
    height: 100px;
  }
  body .headline-info {
    padding-top: 30px;
  }
  body .headline-info h2 {
    font-size: 30px;
  }
  body .headline-info p {
    font-size: 12px;
  }
  body .headline-info p.lead {
    font-size: 14px;
  }
  body .product-tabs {
    width: 100%;
  }
  body .full-page .left-half .main-image-wrapper {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .full-page .left-half .image-thumbs {
    width: 48.46626%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    margin-top: 0;
  }
  body .full-page .left-half .image-thumbs .image-thumb {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
    margin-bottom: 10px;
  }
  body .full-page .left-half .image-thumbs .image-thumb:nth-child(3n) {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .full-page .left-half .image-thumbs .image-thumb:nth-child(2n) {
    width: 48.46626%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .about-us .about-video iframe {
    width: 100%;
  }
  body .product-categories.inner .category-item .item-content {
    margin-top: 0;
  }
  body .product-categories.inner .category-item h3 strong {
    margin-top: 7px;
    display: inline-block;
  }
  body .product-categories.inner .category-item p.price {
    display: inline-block;
    margin: 0 0 3px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1040px) {
  body .container {
    max-width: 770px;
  }
  body #preview {
    display: none;
  }
  body .main-nav ul li a {
    font-size: 15px;
  }
  body .main-logo h1 a {
    background-size: 155px 93px;
    background-repeat: no-repeat;
  }
  body .brand-line h2 {
    font-size: 14px;
  }
  body #hbanners .caption {
    right: auto;
    right: 30px;
    top: 70px;
    text-align: right;
  }
  body #hbanners .caption h1 {
    font-size: 26px;
  }
  body #hbanners .caption a.btn.banner-cta {
    padding: 10px 20px;
  }
  body .home-featured-area .flex-control-nav {
    bottom: 10px;
    top: auto;
  }
  body .secondary-navigation ul li a {
    padding: 7px 3px 7px 3px;
  }
  body .tagline p {
    font-size: 13px;
  }
  body .story-content {
    padding: 20px;
    height: auto;
  }
  body .story-content .steps > div {
    background-size: contain !important;
    height: 180px !important;
  }
  body .product-categories.inner .category-item {
    width: 22.69939%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .product-categories.inner .category-item:nth-child(4) {
    width: 22.69939%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
  body .product-categories.inner .price-bar .price-item {
    width: 22.69939%;
    float: left;
    margin-right: 3.06748%;
    display: inline;
  }
  body .product-categories.inner .price-bar .price-item:nth-child(4) {
    width: 22.69939%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
  }
}

body.german .category-item .item-content h3 {
  font-size: 18px;
}
body.german .builder-steps .step {
  font-size: 13px;
}
body.german .story-content .steps .step.one {
  background: url(/img/homepage/german/stepone.png) no-repeat;
}
body.german .story-content .steps .step.one:hover {
  background: url(/img/homepage/german/stepone-hover.png) no-repeat;
}
body.german .story-content .steps .step.two {
  background: url(/img/homepage/german/steptwo.png) no-repeat;
}
body.german .story-content .steps .step.three {
  background: url(/img/homepage/german/stepthree.png) no-repeat;
}
body.german .customer-services li {
  width: 31.28834%;
  float: left;
  margin-right: 3.06748%;
  display: inline;
}
body.german .customer-services li:nth-child(3n) {
  float: right;
  margin-right: 0;
}
