/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: local('PT Serif Bold'), local('PTSerif-Bold'), url(../content/fonts/PTSerif-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../content/fonts/SourceSansPro-Light.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../content/fonts/SourceSansPro-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../content/fonts/SourceSansPro-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Core-icons';
    src: url('../content/fonts/Core-icons.eot');
    src: url('../content/fonts/Core-icons.svg#Core-icons') format('svg'), url('../content/fonts/Core-icons.eot?#iefix') format('embedded-opentype'), url('../content/fonts/Core-icons.woff') format('woff'), url('../content/fonts/Core-icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Wallsheim';
    font-weight: 300;
    src: url(../content/fonts/GT-Walsheim-Thin.woff);
}

@font-face {
    font-family: 'GT-Wallsheim';
    font-weight: 400;
    src: url(../content/fonts/GT-Walsheim-Regular.woff);
}

@font-face {
    font-family: 'GT-Wallsheim';
    font-weight: 500;
    src: url(../content/fonts/GT-Walsheim-Medium.woff);
}

@font-face {
    font-family: 'GT-Wallsheim';
    font-weight: 700;
    src: url(../content/fonts/GT-Walsheim-Bold.woff);
} 


/*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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}*/

/*# Form */
/*div.contact-us-form .form-field {
  margin-bottom: 0.8rem;
}
div.contact-us-form .form-field-label {
  margin-bottom: 0.3rem;
}
div.contact-us-form .form-field-label-required:after {
  content: "*";
  color: #B4594A;
}
div.contact-us-form .input-style {
  padding: 0.4rem;
  width: 60%;
}
div.contact-us-form .editing-form-control-nested-control input,
div.contact-us-form .editing-form-control-nested-control textarea {
  padding: 0.4rem;
  width: 60%;
}
div.contact-us-form .editing-form-control-nested-control textarea {
  width: 100%;
  height: 6rem;
}
div.contact-us-form .field-validation-error {
  font-weight: bold;
  color: #D12127;
}
div.contact-us-form input[type="submit"] {
  -webkit-appearance: button;
  padding: 0.6rem 2rem;
  cursor: pointer;
  color: #ffffff;
  background-color: #272219;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
div.contact-us-form input[type="submit"]:hover {
  background: rgba(39, 34, 25, 0.8);
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-text {
  max-width: calc(100% - 26px);
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
  display: inline-block;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button {
  font-family: "Core-icons";
  font-size: 20px;
  position: absolute;
  right: 8px;
  color: #504e4c;
  line-height: 24px;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button[data-icon="select"]::before {
  content: "\e6d3";
  cursor: pointer;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button[data-icon="loading"]::before {
  content: "\e61a";
  display: inline-block;
  animation: spin 1.2s infinite linear;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button[data-icon="remove"] {
  cursor: pointer;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button[data-icon="remove"]::before {
  content: "\e6d0";
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-replacement {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-text-button {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper input[type="file"] {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper label {
  margin-bottom: 0.8rem;
  padding: 0.4rem;
  width: 60%;
  display: inline-block;
  border: 1px solid #BEBEBE;
  position: relative;
  cursor: pointer;
}*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #BEBEBE;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
  box-shadow: 0 0 1px #08768c;
  border: 1px solid #08768c;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
/*# Typography #*/
/*body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #1C1C1C;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #B49669;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  line-height: 1.4;
  color: #846331;
  margin-bottom: 0.7rem;
}
h1,
.h1 {
  font-weight: 400;
  font-size: 4rem;
}
h2,
.h2 {
  font-weight: 500;
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  line-height: 1;
}
h3,
.h3 {
  font-weight: 500;
  font-size: 2rem;
}
h4,
.h4 {
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: 1rem;
  margin-bottom: 0.7rem;
  line-height: 1.4;
  color: inherit;
}
h5,
.h5 {
  font-weight: 400;
  font-size: 1.75rem;
  margin-bottom: 1.625rem;
  line-height: 1.143;
  color: inherit;
}
p {
  margin: 0 0 0.625rem;
  margin-bottom: 0.7rem;
}
.lead-paragraph {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 1.375rem;
  line-height: 1.4;
}*/
/*# Grid #*/
/*.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.row--with-cols-padding {
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .row--with-cols-padding {
    padding: 0 1rem;
  }
}
.row--with-cols-padding > div[class^='col-'],
.row--with-cols-padding > div[class*=' col-'] {
  padding-bottom: 0px;
}
.row--with-cols-padding > div[class^='col-']:last-child,
.row--with-cols-padding > div[class*=' col-']:last-child {
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .row--with-cols-padding > div[class^='col-']:last-child,
  .row--with-cols-padding > div[class*=' col-']:last-child {
    padding-left: 0;
  }
}
.row--with-cols-padding > div[class^='col-']:first-child,
.row--with-cols-padding > div[class*=' col-']:first-child {
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .row--with-cols-padding > div[class^='col-']:first-child,
  .row--with-cols-padding > div[class*=' col-']:first-child {
    padding-right: 0;
  }
}
.row--with-cols-padding > div[class^='col-']:not(:last-child):not(:first-child),
.row--with-cols-padding > div[class*=' col-']:not(:last-child):not(:first-child) {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (max-width: 768px) {
  .row--with-cols-padding > div[class^='col-']:not(:last-child):not(:first-child),
  .row--with-cols-padding > div[class*=' col-']:not(:last-child):not(:first-child) {
    padding-right: 0;
    padding-left: 0;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.5px;
  padding-right: 0.5px;
  padding-bottom: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 500px) {
  .container {
    width: 484px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1112px) {
  .container {
    width: 1096px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1424px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 499px) {
  .xs-hidden {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1111px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 1112px) {
  .lg-hidden {
    display: none;
  }
}*/
/*# Utilities #*/
/*.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.row:after {
  clear: both;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cursor-hand {
  cursor: pointer;
}
.image-responsive {
  max-width: 100%;
}
.clear {
  clear: both;
}
.center-text {
  text-align: center;
}
.navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  color: #B49669;
}
.navigation a {
  text-decoration: none;
}
.navigation a:hover,
.navigation a:active {
  color: #846331;
}
.navigation a.navigation__cta {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-left: 0;
  background: none;
}
.navigation a.navigation__cta-icon {
  margin-left: 4px;
}
.nav-logo {
  float: left;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.nav-logo .logo-wrapper a {
  display: flex;
  flex-direction: column;
}
.nav-logo .logo-wrapper a img {
  height: 36px;
}
ul.nav-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 88px;
  height: 0;
  padding: 0;
  overflow: hidden;
  z-index: 99;
  width: 100%;
}
ul.nav-menu li {
  width: 100%;
}
ul.nav-menu li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #272219;
}
ul.nav-menu.active {
  height: auto;
}
ul.additional-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  margin-left: 10px;
}
ul.additional-menu li {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
ul.additional-menu li a {
  padding: 5px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.additional-menu .search-menu-item {
  display: none;
}*/
/*# Avatar #*/
/*.dropdown-desktop-avatar {
  height: 30px;
  width: 30px;
  vertical-align: middle;
  border-radius: 50%;
}*/
/*# Search box #*/
/*.searchBox {
  display: inline-block;
  width: 100%;
  background: #494132;
}
.searchBox input[type=text] {
  padding: 0 1rem;
  width: calc(100% - 32px);
  color: #B49669;
  background: #494132;
}
.searchBox input[type=text]::-webkit-input-placeholder {
  color: #B49669;
}
.searchBox input[type=text]:-moz-placeholder {
  color: #B49669;
}
.searchBox input[type=text]::-moz-placeholder {
  color: #B49669;
}
.searchBox input[type=text]:-ms-input-placeholder {
  color: #B49669;
}
.searchBox .search-box-watermark {
  color: #B49669;
}
.searchBox .search-box-btn {
  padding: 0.6rem 1rem;
  float: right;
  background: url(../Images/magnifier.svg) no-repeat center;
}
.searchBox .search-box-btn:focus,
.searchBox .search-box-btn:hover {
  background: url(../Images/magnifier-dark.svg) no-repeat center;
  float: right;
}
.searchBox input,
.searchBox input:hover,
.searchBox input:focus {
  height: 32px;
  border: none;
  float: left;
  outline: none;
  box-shadow: none;
}
.search-mobile {
  padding: 0 5px;
  background: #272219;
}
.nav-toggle {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  cursor: pointer;
  padding: 5px;
}
.nav-toggle .nav-toggle-inner {
  width: 100%;
  height: 100%;
  background-color: #846331;
}
span.icon-bar {
  position: absolute;
  right: 16px;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
span.icon-bar:before {
  content: none;
}
.icon-bar:nth-child(1) {
  top: 17px;
}
.icon-bar:nth-child(2) {
  top: 24px;
}
.icon-bar:nth-child(3) {
  top: 31px;
}*/
/* ICON BARS ANIMATION */
/*.nav-toggle.active .icon-bar:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2) {
  width: 0;
}
.nav-toggle.active .icon-bar:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .nav-logo {
    margin-left: 24px;
    margin-right: 20px;
    height: auto;
  }
  .nav-logo .logo-wrapper a img {
    height: 46px;
  }
  ul.nav-menu {
    top: 100px;
  }
  ul.additional-menu {
    margin-right: 24px;
    margin-left: 20px;
  }
  ul.additional-menu li a {
    padding: 0 5px;
  }
  ul.additional-menu .search-menu-item {
    display: flex;
    flex-grow: 1;
    max-width: 400px;
    margin-right: 5px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-logo img {
    height: 46px;
  }
  .search-mobile {
    display: none;
  }
}
@media screen and (min-width: 1112px) {
  .nav-toggle {
    display: none;
  }
  .nav-logo {
    margin-left: 0;
  }
  .nav-logo .logo-wrapper a img {
    height: auto;
  }
  ul.nav-menu {
    position: static;
    height: auto;
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  ul.nav-menu li {
    width: auto;
  }
  ul.nav-menu li a {
    width: auto;
    padding: 10px;
  }
  ul.additional-menu {
    margin-right: 0;
  }
  ul.additional-menu li.nav-toggle {
    display: none;
  }
  ul.additional-menu li a {
    padding: 0 10px;
  }
  ul.additional-menu .search-menu-item {
    margin-right: 10px;
  }
}*/
/* DROPDOWN */
/*.dropdown,
.dropbtn {
  position: relative;
  display: inline-block;
}
li.dropdown {
  display: inline-block;
}
li.dropdown a {
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #B49669;
  z-index: 1;
}
.dropdown .dropdown-content > a,
.dropdown .dropdown-content form {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown .dropdown-content > a {
  padding: 8px 24px;
}
.dropdown .dropdown-content > form {
  width: 100%;
}
.dropdown .dropdown-content > form .sign-out-button {
  width: 100%;
  border: none;
  background: none;
  padding: 8px 24px;
  text-align: left;
}
.dropdown-content a:hover,
.dropdown-content form:hover {
  background-color: #846331;
}
.dropdown:hover .dropdown-content {
  display: block;
}*/
/*# Second level menu #*/
/*.store-menu-list {
  background: #B49669;
}
.sub-menu {
  font-size: 1.25rem;
  text-transform: none;
  line-height: 100%;
}
.sub-menu ul {
  list-style: none;
  display: inline;
}
.sub-menu li:hover {
  background: #846331;
}
.sub-menu li,
.sub-menu a {
  float: left;
}
.sub-menu a {
  padding: 1.25rem;
}
.sub-menu a,
.sub-menu a:hover,
.sub-menu a:focus {
  text-decoration: none;
  color: #FFF;
}
.sub-menu .sub-menu-item-selected {
  background-color: #333;
}*/
/*# Image #*/
/*.product-tile-image {
  overflow: hidden;
  text-align: center;
  position: relative;
  display: block;
  margin: 0.5rem;
  padding-top: 15%;
  padding-bottom: 25%;
}
.product-tile-image img {
  height: auto;
  width: 100%;
}
.product-tile-image.notavailable img {
  opacity: 0.4;
  filter: alpha(opacity=40);*/
  /* msie */
/*}
.product-tile-info {
  padding: 1.25rem;
  position: absolute;
  bottom: 0;
}
.product-tile .product-tile-status {
  background-color: #6a5a3b;
  margin-top: 25%;
  color: #FFF;
  padding: 0.5rem 1.25rem;
  margin-top: 20%;
  position: absolute;
  z-index: 2;
}*/
/*# Price #*/
/*.product-tile-price {
  font-size: 1.375rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.product-tile-list-price {
  text-decoration: line-through;
  font-size: 1rem;
}*/
/*# Product list page #*/
/*.product-page {
  margin-top: 1.25rem;
}
.product-tile {
  overflow: hidden;
  border: 1px solid #E5E5E5;
  margin: 0 0 -2px -2px;
  background: #ffffff;
}
.product-tile .product-heading {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  z-index: 1;
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  padding: 1.25rem;
}
.product-tile a {
  color: #000;
  text-decoration: none;
}
.product-tile .add-to-cart-button {
  display: block;
  float: right !important;
  margin-left: 1rem;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  border: 2px solid #08768C;
  text-transform: uppercase;
}*/
/*# Featured products list #*/
/*.featured-product .product-tile-image {
  padding: 0;
  margin: 0 2rem 0 2rem;
}
.featured-product .product-tile h1 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}
.featured-product a {
  color: #000;
  text-decoration: none;
}
.featured-product .product-tile .product-banner {
  position: absolute;
  padding: 0.5rem 1.25rem;
  text-align: center;
  font-size: 1.375rem;
  text-transform: uppercase;
  top: 42%;
  left: 15%;
  right: 15%;
  background-color: #08768C;
  color: #FFF;
  z-index: 2;
}
.featured-product .product-tile-info {
  text-align: left;
  position: absolute;
  padding: 0 0 0 1rem;
  bottom: 0.75rem;
}
.featured-product .product-tile .product-heading {
  width: auto;
  position: inherit;
  padding: 0;
  padding-top: 0.75rem;
  margin: 0.5rem 1.25rem 1rem 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
}
.featured-product .product-tile {
  margin: 0 -2px -2px 0;
}
@media (max-width: 767px) {
  .featured-product .product-tile {
    min-height: 30.5rem;
  }
}
@media (min-width: 768px) {
  .featured-product .product-tile .product-banner {
    font-size: 1rem;
  }
  .featured-product .product-tile {
    min-height: 25.5rem;
  }
  .featured-product .product-tile .product-tile-status {
    margin-top: 23%;
  }
}
@media (min-width: 1112px) {
  .featured-product .product-tile .product-banner {
    font-size: 1rem;
  }
  .featured-product .product-tile {
    min-height: 20.5rem;
  }
  .featured-product .product-tile .product-tile-status {
    margin-top: 0;
  }
}*/
/*# Product #*/
/*.product-detail header {
  text-align: left;
}
.product-detail header h2 {
  margin-top: 1.5rem;
  font-size: 2rem;
}
.product-detail .description {
  margin-top: 1.25rem;
}*/
/*# Product status #*/
/*.product-detail .product-status {
  top: 10%;
  float: left;
  background-color: #383838;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 3;
  position: absolute;
}
.product-detail .product-status.bestseller,
.product-detail .product-status.onsale {
  background-color: #B24143;
}*/
/*# Product properties #*/
/*.product-detail-properties dt,
.product-detail-properties dd {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.product-detail-properties dt {
  color: #aaa;
}
.product-detail-properties dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail-properties {
  margin-top: 1.25rem;
}*/
/*# Inputs #*/
/*.product-detail input[type=text],
.product-detail textarea,
.product-detail select {
  border: 2px solid #BDBBBB;
  padding: 5px 7px;
}
.product-detail input[type=radio],
.product-detail input[type=checkbox] {
  margin-right: 5px !important;
}
.product-detail .cart-item-selector input[type=text],
.product-detail .cart-item-selector textarea,
.product-detail .cart-item-selector select {
  width: 99%;
}
.choose-your-flavour {
  padding: 0.5rem 0rem;
}
.product-detail option.fade {
  color: #BBBBBB;
}
.product-detail .option-category-name {
  font-family: "Source Sans Pro";
  font-size: 1.375rem;
  font-weight: 400;
}
.product-detail .editing-form-label-cell {
  padding-bottom: 0.8rem;
  padding-top: 1.25rem;
}*/
/*# Image #*/
/*.product-detail .image {
  border: 1px solid #e5e5e5;
  margin: 0 0 1.25rem -2px;
  text-align: center;
}
.product-detail .image img {
  max-width: 100%;
  height: auto;
  margin: auto;
}*/
/*# Stock #*/
/*.product-detail .stock-label {
  display: none;
}
.product-detail .stock {
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-family: 'PT Serif', serif;
  line-height: 1.4;
  color: inherit;
  font-size: 1.375rem;
  display: block;
  border-radius: 0;
  width: 100%;
}
.product-tile .product-tile-stock.notavailable {
  background-color: #BEBEBE;
  padding: 0.7rem 1rem 0.7rem 1rem;
  position: absolute;
  top: 45%;
  left: 15%;
  right: 15%;
  text-align: center;
  z-index: 3;
  text-transform: uppercase;
}
.product-detail .stock-container {
  margin: 0;
  padding: 0;
}
.product-detail .unavailable {
  color: #B24143;
  border-bottom: 1px solid #B24143;
}
.product-detail .available {
  color: #846331;
  border-bottom: 1px solid #846331;
}*/
/*# Right column #*/
/*.product-detail .cart-item-selector-container {
  padding: 0.5rem 0rem;
}
.product-detail .cart-item-selector-container::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}*/
/*# Prices #*/
/*.product-detail .product-detail-prices:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail-prices {
  margin-top: 50px;
  padding-bottom: 4px;
}
.product-detail .product-price {
  padding: 0.5rem 1rem;
}
.product-detail-prices dt,
.product-detail-prices dd {
  float: left;
  margin: 0 0 0.5rem 0;
  padding-left: 0;
}
.product-detail-prices dt {
  clear: both;
  width: 50%;
}
.product-price--retail {
  color: #aaa;
}
dd.product-price--retail {
  text-decoration: line-through;
}
.price-details .row {
  margin-top: 0.5rem;
}
.price-details .discount-price.hidden {
  display: none;
}*/
/*# Add to cart #*/
/*.product-detail .add-to-cart-button {
  display: block;
  float: left !important;
  margin-left: 1rem;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
}
.product-detail .units-label {
  display: block;
  float: left !important;
  clear: both !important;
  line-height: 2.6rem;
  vertical-align: middle;
}
.product-detail .add-to-cart-textbox {
  width: 3rem;
  line-height: 2rem;
  height: 2.85rem;
  display: block;
  float: left !important;
  text-align: center;
  margin-left: 1rem;
}
.product-detail .add-to-cart-container {
  padding-top: 1.25rem !important;
  float: right;
  clear: both;
}*/
/*# Total price #*/
/*.product-detail .total-price-container:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-top: 1.25rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .product-detail .stock-with-price-saving .total-price-container:before {
    margin-top: 7.75rem;
  }
}
.product-detail .total-price-label {
  float: left !important;
  font-weight: 400;
  font-size: 1.375rem;
}
.product-detail .total-price-label::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail .total-price {
  float: right !important;
  font-weight: 700;
  font-size: 1.375rem;
}
.product-detail .total-price::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail-right {
  margin-top: 1rem;
  background: #F0E8DD;
  padding-bottom: 1rem;
  overflow: auto;
}
.product-filter {
  background-color: #F0E8DD;
  padding: 1rem;
}
.product-filter h4:first-of-type {
  margin-top: 0px;
}
.product-filter label {
  padding-left: 0.25rem;
}
.product-filter input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product-page > div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.product-list .ContentLabel {
  display: block;
  margin-left: 1rem;
  margin-top: 0.5rem;
}*/
/*# Checkout process inputs #*/
/*.checkout-container input[type="text"],
.checkout-container input[type="email"],
.checkout-container input[type="tel"],
.checkout-container select {
  width: 100%;
  height: 2.6rem;
  margin-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 2px solid #BEBEBE;
}
.checkout-container input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  margin-right: 0.15rem;
  vertical-align: middle;
}
.checkout-container hr {
  border: 0;
  background-color: #ddd;
  height: 1px;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  clear: both;
}
.checkout-container select:disabled {
  background: #AAAAAA;
}
.checkout-top-header {
  background: #B24143;
  padding: 0.8125rem 0px;
  color: #FFF;
}*/
/*# Checkout process forms #*/
/*.checkout-container .customer-details h4:first-of-type,
.checkout-container .gray-box {
  margin-top: 1rem;
}
.checkout-container .editing-form-label-cell,
.delivery-label {
  font-weight: bold;
}
.checkout-container .gray-box {
  background-color: #E2D1BA;
  padding: 1rem;
}
.checkout-container h4 {
  font-size: 2rem;
}
.checkout-back-link {
  cursor: pointer;
}
.checkout-container .checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.checkout-container .explanation-text {
  color: #989898;
}
.checkout-container .payment-selector {
  margin-bottom: 0.625rem;
}
.floating-box.fixed {
  position: fixed;
  margin-top: 0rem;
  top: 1rem;
}*/
/*# Shopping cart content step #*/
/*.cart-item-image {
  float: left;
  height: 100%;
  margin-right: 1.25rem;
}
.cart-item-amount {
  padding-bottom: 14px;
  min-height: 3.5rem;
}
.cart-item-amount input[type="text"] {
  width: 3rem;
  float: left;
  text-align: center;
  margin-top: 0;
  border: 2px solid #BEBEBE;
}
.cart-item-amount input[type="submit"] {
  padding: 0 0.425rem;
  height: 2.6rem;
}
.cart-item-amount > div {
  width: 7.7rem;
  float: left;
}
.cart-item-amount > span {
  padding-top: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  float: left;
}
.cart-item-info {
  padding-bottom: 1.25rem;
}
.cart-item-info > a {
  color: #000;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-item-info span.bold {
  white-space: nowrap;
}
.cart-item-subtotal {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-item-subtotal {
  margin-left: 70px;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .cart-item-subtotal {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
  }
}
.cart-item-option {
  margin-left: 70px;
  padding-left: 1.25rem;
  font-size: 1rem;
}
.cart .bold {
  font-weight: bold;
}
.green {
  color: #397C39;
}
.red {
  color: #B24143;
}
.cart-item-discount-info {
  background-color: #e7e7e7;
  padding: 8px 10px;
  display: inline-block;
  margin-top: 8px;
}
.cart-item-discount-names {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.btn.checkout-button {
  width: 100%;
  text-align: center;
}
.cart-coupon-input input[type="text"] {
  float: left;
  margin-right: 0.5rem;
  width: 69%;
  clear: both;
  margin-top: 0;
}
.cart-coupon-input .btn {
  height: 2.6rem;
  padding: 0;
  width: 27%;
  clear: both;
}
.cart-coupon-input > label {
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-coupon-input > div {
  margin-top: 0.625rem;
}
.cart-coupon-input .cart-coupon-code {
  clear: both;
  float: left;
  width: 100%;
}
.cart-coupon-input .cart-coupon-code .label {
  float: left;
  padding-top: 0.5em;
}
.cart-coupon-input .cart-coupon-code .button {
  text-align: right;
}
.cart-coupon-input .cart-coupon-code input[type="submit"] {
  background-color: inherit;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-total-viewer {
  font-size: 1rem;
}
.cart-total-viewer .label {
  float: left;
}
.cart-total-viewer .value {
  text-align: right;
}
.cart-total .cart-total-viewer {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
.cart-coupon-info-label {
  font-size: 0.9rem;
  float: left;
}
.cart-right-panel {
  background-color: #F0E8DD;
  padding: 1.25rem;
}
.cart > h1 {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .cart .cart-content {
    padding-right: 1.25rem;
  }
}
.cart .last-separator {
  margin-bottom: 0;
}
.cart .first-separator {
  margin-top: 0;
}
.free-shipping-promotion {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background-color: #494132;
  color: #FFF;
  font-size: 1.375rem;
  font-family: 'pt serif';
  line-height: 1.4em;
}*/
/*# Delivery details #*/
/*.delivery-details {
  padding: 3rem 1rem;
}
.delivery-details .customer-details label {
  font-weight: 400;
}
@media (min-width: 768px) {
  .delivery-details {
    padding: 3rem;
    background: url(../Images/cup.png) right 18rem no-repeat;
  }
}*/
/*# Shopping cart preview #*/
/*.shopping-cart-mini-preview {
  float: right;
}
.shopping-cart-mini-preview .icon-shopping-cart {
  padding-right: 0.3rem;
  color: #6badba;
}
.shopping-cart-mini-preview .shopping-cart-mini-preview-label {
  float: left;
  background-color: #08768C;
  color: white;
  padding: 0.75rem;
  text-transform: uppercase;
}
.shopping-cart-mini-preview .shopping-cart-mini-preview-value {
  float: left;
  background-color: #208397;
  color: white;
  padding: 0.75rem;
}
.invalid-cart-content ul {
  list-style-type: none;
  padding: 10px 12px;
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  display: block;
  background-color: #D12127;
  color: white;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Core-icons';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}
[class^="icon-"]:before {
  content: "\e619";
}
.icon-only:before {
  content: none;
}
.icon-dots-vertical:before {
  content: "\e75d";
}
.icon-chain:before {
  content: "\e67f";
}
.icon-chain-slash:before {
  content: "\e691";
}
.icon-list-bullets:before {
  content: "\e754";
}
.icon-list-numbers:before {
  content: "\e75b";
}
.icon-eye-slash:before {
  content: "\e75c";
}
.icon-arrow-u-right:before {
  content: "\e703";
}
.icon-arrow-u-left:before {
  content: "\e677";
}
.icon-arrow-down:before {
  content: "\e682";
}
.icon-arrow-up:before {
  content: "\e64c";
}
.icon-arrow-left:before {
  content: "\e6dc";
}
.icon-arrow-right:before {
  content: "\e6da";
}
.icon-arrow-down-circle:before {
  content: "\e6ae";
}
.icon-arrow-left-circle:before {
  content: "\e6af";
}
.icon-arrow-right-circle:before {
  content: "\e6b1";
}
.icon-arrow-up-circle:before {
  content: "\e6bf";
}
.icon-arrow-left-rect:before {
  content: "\e6db";
}
.icon-arrow-right-rect:before {
  content: "\e6d9";
}
.icon-arrow-crooked-left:before {
  content: "\e6e0";
}
.icon-arrow-crooked-right:before {
  content: "\e6e1";
}
.icon-arrow-double-left:before {
  content: "\e6df";
}
.icon-arrow-double-right:before {
  content: "\e6de";
}
.icon-arrow-down-line:before {
  content: "\e6dd";
}
.icon-arrow-up-line:before {
  content: "\e6d3";
}
.icon-arrows:before {
  content: "\e6d7";
}
.icon-arrows-h:before {
  content: "\e6d5";
}
.icon-arrows-v:before {
  content: "\e6d4";
}
.icon-magnifier:before {
  content: "\e657";
}
.icon-magnifier-minus:before {
  content: "\e656";
}
.icon-magnifier-plus:before {
  content: "\e655";
}
.icon-minus:before {
  content: "\e73f";
}
.icon-loop:before {
  content: "\e600";
}
.icon-merge:before {
  content: "\e709";
}
.icon-separate:before {
  content: "\e70a";
}
.icon-scheme-circles-triangle:before {
  content: "\e73e";
}
.icon-market:before {
  content: "\e68e";
}
.icon-bubble-o:before {
  content: "\e6f3";
}
.icon-bubble-times:before {
  content: "\e6f2";
}
.icon-clapperboard:before {
  content: "\e636";
}
.icon-collapse:before {
  content: "\e745";
}
.icon-collapse-scheme:before {
  content: "\e700";
}
.icon-dialog-window:before {
  content: "\e6ff";
}
.icon-dialog-window-cogwheel:before {
  content: "\e71a";
}
.icon-doc-ban-sign:before {
  content: "\e6ef";
}
.icon-doc-o:before {
  content: "\e69c";
}
.icon-doc-user:before {
  content: "\e714";
}
.icon-expand:before {
  content: "\e744";
}
.icon-file:before {
  content: "\e719";
}
.icon-folder-belt:before {
  content: "\e715";
}
.icon-folder-o:before {
  content: "\e68b";
}
.icon-hat-moustache:before {
  content: "\e75a";
}
.icon-key:before {
  content: "\e65e";
}
.icon-rectangle-a:before {
  content: "\e61e";
}
.icon-rectangle-a-o:before {
  content: "\e623";
}
.icon-rectangle-o-h:before {
  content: "\e758";
}
.icon-rectangle-o-v:before {
  content: "\e759";
}
.icon-rectangle-paragraph:before {
  content: "\e625";
}
.icon-tab:before {
  content: "\e6fb";
}
.icon-file-pdf:before {
  content: "\e6a3";
}
.icon-graduate-cap:before {
  content: "\e713";
}
.icon-clipboard-list:before {
  content: "\e6a9";
}
.icon-user-checkbox:before {
  content: "\e603";
}
.icon-box-cart:before {
  content: "\e6cd";
}
.icon-bubble-censored:before {
  content: "\e6c2";
}
.icon-drawers:before {
  content: "\e699";
}
.icon-earth:before {
  content: "\e698";
}
.icon-form:before {
  content: "\e689";
}
.icon-invoice:before {
  content: "\e660";
}
.icon-mug:before {
  content: "\e644";
}
.icon-square-dashed-line:before {
  content: "\e617";
}
.icon-briefcase:before {
  content: "\e6c6";
}
.icon-funnel:before {
  content: "\e687";
}
.icon-map:before {
  content: "\e654";
}
.icon-notebook:before {
  content: "\e642";
}
.icon-piechart:before {
  content: "\e631";
}
.icon-user-frame:before {
  content: "\e604";
}
.icon-clipboard-checklist:before {
  content: "\e6aa";
}
.icon-pictures:before {
  content: "\e632";
}
.icon-flag:before {
  content: "\e68f";
}
.icon-folder:before {
  content: "\e68d";
}
.icon-folder-opened:before {
  content: "\e68a";
}
.icon-picture:before {
  content: "\e633";
}
.icon-bin:before {
  content: "\e6d0";
}
.icon-bubble:before {
  content: "\e6c3";
}
.icon-doc:before {
  content: "\e69f";
}
.icon-doc-move:before {
  content: "\e69d";
}
.icon-edit:before {
  content: "\e696";
}
.icon-menu:before {
  content: "\e650";
}
.icon-message:before {
  content: "\e64f";
}
.icon-user:before {
  content: "\e605";
}
.icon-monitor-broken:before {
  content: "\e70b";
}
.icon-monitor:before {
  content: "\e646";
}
.icon-chevron-down-line:before {
  content: "\e6c0";
}
.icon-chevron-left-line:before {
  content: "\e6d6";
}
.icon-chevron-right-line:before {
  content: "\e6e2";
}
.icon-chevron-up-line:before {
  content: "\e6ee";
}
.icon-pin-o:before {
  content: "\e705";
}
.icon-brand-sharepoint:before {
  content: "\e707";
}
.icon-heartshake:before {
  content: "\e681";
}
.icon-pin:before {
  content: "\e71e";
}
.icon-checklist:before {
  content: "\e61b";
}
.icon-watch:before {
  content: "\e601";
}
.icon-permission-list:before {
  content: "\e634";
}
.icon-users:before {
  content: "\e602";
}
.icon-brand-youtube:before {
  content: "\e659";
}
.icon-brand-pinterest:before {
  content: "\e6e3";
}
.icon-brand-open-id:before {
  content: "\e6e4";
}
.icon-two-rectangles-v:before {
  content: "\e606";
}
.icon-brand-linkedin:before {
  content: "\e6e5";
}
.icon-two-rectangles-h:before {
  content: "\e607";
}
.icon-brand-google-plus:before {
  content: "\e6e6";
}
.icon-t-shirt:before {
  content: "\e608";
}
.icon-xml-tag:before {
  content: "\e6e7";
}
.icon-truck:before {
  content: "\e609";
}
.icon-trophy:before {
  content: "\e60a";
}
.icon-rss:before {
  content: "\e6e9";
}
.icon-triangle-right:before {
  content: "\e60b";
}
.icon-restriction-list:before {
  content: "\e6ea";
}
.icon-translate:before {
  content: "\e60c";
}
.icon-qr-code:before {
  content: "\e6eb";
}
.icon-times-circle:before {
  content: "\e60d";
}
.icon-lock-unlocked:before {
  content: "\e6ec";
}
.icon-times:before {
  content: "\e60e";
}
.icon-dollar-sign:before {
  content: "\e6ed";
}
.icon-tag:before {
  content: "\e60f";
}
.icon-tablet:before {
  content: "\e610";
}
.icon-cb-check-disabled:before {
  content: "\e6f0";
}
.icon-table:before {
  content: "\e612";
}
.icon-carousel:before {
  content: "\e6f1";
}
.icon-star-full:before {
  content: "\e614";
}
.icon-star-semi:before {
  content: "\e613";
}
.icon-star-empty:before {
  content: "\e615";
}
.icon-arrows-crooked:before {
  content: "\e6f4";
}
.icon-staging-scheme:before {
  content: "\e616";
}
.icon-shopping-cart:before {
  content: "\e6f5";
}
.icon-highlighter:before {
  content: "\e6f6";
}
.icon-square-dashed:before {
  content: "\e618";
}
.icon-cookie:before {
  content: "\e6f7";
}
.icon-square:before {
  content: "\e619";
}
.icon-software-package:before {
  content: "\e61c";
}
.icon-smartphone:before {
  content: "\e61d";
}
.icon-scissors:before {
  content: "\e61f";
}
.icon-rotate-right:before {
  content: "\e620";
}
.icon-rotate-left:before {
  content: "\e621";
}
.icon-rotate-double-right:before {
  content: "\e622";
}
.icon-ribbon:before {
  content: "\e624";
}
.icon-rb-uncheck:before {
  content: "\e626";
}
.icon-rb-check-sign:before {
  content: "\e627";
}
.icon-question-circle:before {
  content: "\e629";
}
.icon-project-scheme:before {
  content: "\e62b";
}
.icon-process-scheme:before {
  content: "\e62c";
}
.icon-plus-square:before {
  content: "\e62d";
}
.icon-plus-circle:before {
  content: "\e62e";
}
.icon-plus:before {
  content: "\e62f";
}
.icon-placeholder:before {
  content: "\e630";
}
.icon-perfume:before {
  content: "\e635";
}
.icon-percent-sign:before {
  content: "\e638";
}
.icon-pda:before {
  content: "\e639";
}
.icon-pc:before {
  content: "\e63a";
}
.icon-pause:before {
  content: "\e63b";
}
.icon-parent-children-scheme:before {
  content: "\e63c";
}
.icon-paperclip:before {
  content: "\e63d";
}
.icon-pants:before {
  content: "\e63e";
}
.icon-palette:before {
  content: "\e63f";
}
.icon-organisational-scheme:before {
  content: "\e640";
}
.icon-newspaper:before {
  content: "\e643";
}
.icon-monitor-smartphone:before {
  content: "\e645";
}
.icon-modal-question:before {
  content: "\e647";
}
.icon-modal-minimize:before {
  content: "\e648";
}
.icon-modal-maximize:before {
  content: "\e649";
}
.icon-modal-close:before {
  content: "\e64a";
}
.icon-minus-circle:before {
  content: "\e64b";
}
.icon-microphone:before {
  content: "\e64d";
}
.icon-messages:before {
  content: "\e64e";
}
.icon-media-player:before {
  content: "\e651";
}
.icon-mask:before {
  content: "\e652";
}
.icon-map-marker:before {
  content: "\e653";
}
.icon-lock:before {
  content: "\e658";
}
.icon-life-belt:before {
  content: "\e65a";
}
.icon-laptop:before {
  content: "\e65d";
}
.icon-kentico:before {
  content: "\e65f";
}
.icon-integration-scheme:before {
  content: "\e661";
}
.icon-i-circle:before {
  content: "\e664";
}
.icon-chevron-up-square:before {
  content: "\e665";
}
.icon-chevron-up-circle:before {
  content: "\e666";
}
.icon-chevron-up:before {
  content: "\e667";
}
.icon-chevron-right-square:before {
  content: "\e668";
}
.icon-chevron-right:before {
  content: "\e669";
}
.icon-chevron-left-square:before {
  content: "\e66a";
}
.icon-chevron-left-circle:before {
  content: "\e66b";
}
.icon-chevron-left:before {
  content: "\e66c";
}
.icon-chevron-down-square:before {
  content: "\e66d";
}
.icon-chevron-down-circle:before {
  content: "\e66e";
}
.icon-chevron-down:before {
  content: "\e66f";
}
.icon-chevron-double-up:before {
  content: "\e670";
}
.icon-chevron-double-right:before {
  content: "\e671";
}
.icon-chevron-double-left:before {
  content: "\e672";
}
.icon-chevron-double-down:before {
  content: "\e673";
}
.icon-checklist2:before {
  content: "\e674";
}
.icon-check-circle:before {
  content: "\e675";
}
.icon-check:before {
  content: "\e676";
}
.icon-tags:before {
  content: "\e678";
}
.icon-shoe-women:before {
  content: "\e679";
}
.icon-printer:before {
  content: "\e67a";
}
.icon-parent-child-scheme:before {
  content: "\e67b";
}
.icon-minus-square:before {
  content: "\e67c";
}
.icon-light-bulb:before {
  content: "\e67d";
}
.icon-chevron-right-circle:before {
  content: "\e67e";
}
.icon-home:before {
  content: "\e680";
}
.icon-half-arrows-right-left:before {
  content: "\e683";
}
.icon-graph:before {
  content: "\e684";
}
.icon-factory:before {
  content: "\e690";
}
.icon-exclamation-triangle:before {
  content: "\e693";
}
.icon-ellipsis:before {
  content: "\e694";
}
.icon-ekg-line:before {
  content: "\e695";
}
.icon-doc-paste:before {
  content: "\e69a";
}
.icon-doc-copy:before {
  content: "\e69e";
}
.icon-database:before {
  content: "\e6a0";
}
.icon-cup:before {
  content: "\e6a2";
}
.icon-compass:before {
  content: "\e6a4";
}
.icon-cogwheel-square:before {
  content: "\e6a5";
}
.icon-cogwheels:before {
  content: "\e6a6";
}
.icon-cogwheel:before {
  content: "\e6a7";
}
.icon-circle-square:before {
  content: "\e6ab";
}
.icon-circle:before {
  content: "\e6ac";
}
.icon-cb-uncheck:before {
  content: "\e6ad";
}
.icon-cb-check-sign:before {
  content: "\e6b0";
}
.icon-caret-up:before {
  content: "\e6b2";
}
.icon-caret-right-down:before {
  content: "\e6b3";
}
.icon-caret-right:before {
  content: "\e6b4";
}
.icon-caret-left:before {
  content: "\e6b5";
}
.icon-caret-down:before {
  content: "\e6b6";
}
.icon-camera:before {
  content: "\e6b7";
}
.icon-calendar-number:before {
  content: "\e6b8";
}
.icon-calendar:before {
  content: "\e6b9";
}
.icon-bullseye:before {
  content: "\e6ba";
}
.icon-building-block:before {
  content: "\e6bb";
}
.icon-building:before {
  content: "\e6bc";
}
.icon-bug:before {
  content: "\e6bd";
}
.icon-bucket-shovel:before {
  content: "\e6be";
}
.icon-bubbles:before {
  content: "\e6c1";
}
.icon-brush:before {
  content: "\e6c4";
}
.icon-broom:before {
  content: "\e6c5";
}
.icon-brand-twitter:before {
  content: "\e6c7";
}
.icon-brand-google:before {
  content: "\e6c8";
}
.icon-brand-facebook:before {
  content: "\e6c9";
}
.icon-brand-bing:before {
  content: "\e6ca";
}
.icon-braces:before {
  content: "\e6cb";
}
.icon-boxes:before {
  content: "\e6cc";
}
.icon-box:before {
  content: "\e6ce";
}
.icon-ban-sign:before {
  content: "\e6d1";
}
.icon-badge:before {
  content: "\e6d2";
}
.icon-arrow-right-top-square:before {
  content: "\e6d8";
}
.icon-breadcrumb:before {
  content: "\e6f9";
}
.icon-clock:before {
  content: "\e6a8";
}
.icon-cloud:before {
  content: "\e701";
}
.icon-cb-check-preview:before {
  content: "\e702";
}
.icon-accordion:before {
  content: "\e704";
}
.icon-two-squares-line:before {
  content: "\e706";
}
.icon-money-bill:before {
  content: "\e708";
}
.icon-puzzle:before {
  content: "\e62a";
}
.icon-wizard-stick:before {
  content: "\e6fa";
}
.icon-lines-rectangle-o:before {
  content: "\e6fd";
}
.icon-doc-arrows:before {
  content: "\e6fe";
}
.icon-l-text-col:before {
  content: "\e685";
}
.icon-l-menu-text-col:before {
  content: "\e69b";
}
.icon-l-menu-cols-3:before {
  content: "\e6e8";
}
.icon-l-logotype-menu-v-col:before {
  content: "\e6fc";
}
.icon-l-logotype-menu-h-col:before {
  content: "\e70c";
}
.icon-l-header-cols-3-footer:before {
  content: "\e70d";
}
.icon-l-cols-80-20:before {
  content: "\e70e";
}
.icon-l-cols-20-80:before {
  content: "\e70f";
}
.icon-l-cols-4:before {
  content: "\e710";
}
.icon-l-cols-3:before {
  content: "\e711";
}
.icon-l-cols-2:before {
  content: "\e712";
}
.icon-bezier-scheme:before {
  content: "\e717";
}
.icon-note:before {
  content: "\e71c";
}
.icon-piechart-lines:before {
  content: "\e71d";
}
.icon-l-article-map:before {
  content: "\e721";
}
.icon-l-calendar-number-article:before {
  content: "\e722";
}
.icon-l-forms-2:before {
  content: "\e723";
}
.icon-l-header-cols-2-footer:before {
  content: "\e724";
}
.icon-l-header-list-img:before {
  content: "\e725";
}
.icon-l-header-menu-text:before {
  content: "\e726";
}
.icon-l-header-text:before {
  content: "\e727";
}
.icon-l-list-article:before {
  content: "\e728";
}
.icon-l-lightbox:before {
  content: "\e729";
}
.icon-l-img-3-cols-3:before {
  content: "\e72a";
}
.icon-l-img-2-cols-3:before {
  content: "\e72b";
}
.icon-l-text:before {
  content: "\e72c";
}
.icon-l-rows-4:before {
  content: "\e72d";
}
.icon-l-rows-3:before {
  content: "\e72e";
}
.icon-l-rows-2:before {
  content: "\e72f";
}
.icon-l-menu-text-col-bottom:before {
  content: "\e730";
}
.icon-l-menu-text:before {
  content: "\e731";
}
.icon-l-menu-list-img-col:before {
  content: "\e732";
}
.icon-l-menu-list-img:before {
  content: "\e733";
}
.icon-l-menu-list:before {
  content: "\e734";
}
.icon-l-menu-cols-2:before {
  content: "\e735";
}
.icon-l-logotype-menu-col-footer:before {
  content: "\e736";
}
.icon-l-list-title:before {
  content: "\e737";
}
.icon-l-list-img-article:before {
  content: "\e738";
}
.icon-l-list-article-col:before {
  content: "\e739";
}
.icon-tree-structure:before {
  content: "\e73a";
}
.icon-vb:before {
  content: "\e716";
}
.icon-crosshair-o:before {
  content: "\e71b";
}
.icon-crosshair-f:before {
  content: "\e71f";
}
.icon-caret-right-aligned-left:before {
  content: "\e720";
}
.icon-caret-left-aligned-right:before {
  content: "\e73b";
}
.icon-gauge:before {
  content: "\e686";
}
.icon-c-sharp:before {
  content: "\e718";
}
.icon-tab-vertical:before {
  content: "\e73c";
}
.icon-right-double-quotation-mark:before {
  content: "\e73d";
}
.icon-braces-octothorpe:before {
  content: "\e740";
}
.icon-outdent:before {
  content: "\e741";
}
.icon-indent:before {
  content: "\e742";
}
.icon-i:before {
  content: "\e743";
}
.icon-b:before {
  content: "\e746";
}
.icon-u:before {
  content: "\e747";
}
.icon-s:before {
  content: "\e748";
}
.icon-x:before {
  content: "\e749";
}
.icon-t-f:before {
  content: "\e74a";
}
.icon-t:before {
  content: "\e74b";
}
.icon-parent-child-scheme-2:before {
  content: "\e74c";
}
.icon-parent-child-scheme2:before {
  content: "\e74d";
}
.icon-doc-torn:before {
  content: "\e750";
}
.icon-f:before {
  content: "\e74e";
}
.icon-a-lowercase:before {
  content: "\e74f";
}
.icon-circle-slashed:before {
  content: "\e751";
}
.icon-one:before {
  content: "\e752";
}
.icon-diamond:before {
  content: "\e756";
}
.icon-choice-user-scheme:before {
  content: "\e753";
}
.icon-choice-single-scheme:before {
  content: "\e755";
}
.icon-choice-multi-scheme:before {
  content: "\e757";
}
.icon-book-opened:before {
  content: "\e6cf";
}
.icon-e-book:before {
  content: "\e697";
}
.icon-spinner:before {
  content: "\e61a";
}
.icon-layouts:before {
  content: "\e65b";
}
.icon-layout:before {
  content: "\e65c";
}
.icon-id-card:before {
  content: "\e663";
}
.icon-id-cards:before {
  content: "\e662";
}
.icon-l-grid-3-2:before {
  content: "\e611";
}
.icon-l-grid-2-2:before {
  content: "\e628";
}
.icon-l-cols-70-30:before {
  content: "\e637";
}
.icon-l-cols-30-70:before {
  content: "\e641";
}
.icon-l-cols-25-50-25:before {
  content: "\e688";
}
.icon-l-cols-20-60-20:before {
  content: "\e6a1";
}
.icon-eye:before {
  content: "\e692";
}
.icon-list:before {
  content: "\e6f8";
}
.icon-folder-clock:before {
  content: "\e68c";
}
.icon-app-default:before {
  content: "\e618";
}
.icon-app-blogs:before {
  content: "\e642";
}
.icon-app-content:before {
  content: "\e6cf";
}
.icon-app-content-dashboard:before {
  content: "\e686";
}
.icon-app-file-import:before {
  content: "\e6db";
}
.icon-app-forms:before {
  content: "\e689";
}
.icon-app-checked-out:before {
  content: "\e6c6";
}
.icon-app-media:before {
  content: "\e632";
}
.icon-app-my-blogs:before {
  content: "\e642";
}
.icon-app-my-documents:before {
  content: "\e6c6";
}
.icon-app-outdated:before {
  content: "\e6c6";
}
.icon-app-pending:before {
  content: "\e6c6";
}
.icon-app-polls:before {
  content: "\e6aa";
}
.icon-app-recent:before {
  content: "\e6c6";
}
.icon-app-translations:before {
  content: "\e698";
}
.icon-app-activities:before {
  content: "\e695";
}
.icon-app-banners:before {
  content: "\e624";
}
.icon-app-campaigns:before {
  content: "\e6ba";
}
.icon-app-contacts:before {
  content: "\e663";
}
.icon-app-contact-groups:before {
  content: "\e662";
}
.icon-app-conversions:before {
  content: "\e683";
}
.icon-app-marketing-dashboard:before {
  content: "\e686";
}
.icon-app-marketing-reports:before {
  content: "\e684";
}
.icon-app-newsletters:before {
  content: "\e64f";
}
.icon-app-processes:before {
  content: "\e62c";
}
.icon-app-scoring:before {
  content: "\e687";
}
.icon-app-web-analytics:before {
  content: "\e631";
}
.icon-app-ab-test:before {
  content: "\e706";
}
.icon-app-mvt:before {
  content: "\e65c";
}
.icon-app-catalog-discounts:before {
  content: "\e638";
}
.icon-app-customers:before {
  content: "\e604";
}
.icon-app-ecommerce-dashboard:before {
  content: "\e686";
}
.icon-app-ecommerce-reports:before {
  content: "\e684";
}
.icon-app-free-shipping-offers:before {
  content: "\e638";
}
.icon-app-manufacturers:before {
  content: "\e690";
}
.icon-app-order-discounts:before {
  content: "\e638";
}
.icon-app-orders:before {
  content: "\e660";
}
.icon-app-product-coupons:before {
  content: "\e638";
}
.icon-app-product-options:before {
  content: "\e6cc";
}
.icon-app-products:before {
  content: "\e6ce";
}
.icon-app-suppliers:before {
  content: "\e6cd";
}
.icon-app-abuse-reports:before {
  content: "\e6ea";
}
.icon-app-avatars:before {
  content: "\e652";
}
.icon-app-bad-words:before {
  content: "\e6c2";
}
.icon-app-badges:before {
  content: "\e6d2";
}
.icon-app-events:before {
  content: "\e6b8";
}
.icon-app-facebook:before {
  content: "\e6c9";
}
.icon-app-forums:before {
  content: "\e6c1";
}
.icon-app-groups:before {
  content: "\e602";
}
.icon-app-chat:before {
  content: "\e6c3";
}
.icon-app-message-boards:before {
  content: "\e6c1";
}
.icon-app-messages:before {
  content: "\e64e";
}
.icon-app-my-projects:before {
  content: "\e62b";
}
.icon-app-projects:before {
  content: "\e62b";
}
.icon-app-api-examples:before {
  content: "\e6a6";
}
.icon-app-classes:before {
  content: "\e6cb";
}
.icon-app-css-stylesheets:before {
  content: "\e63f";
}
.icon-app-custom-tables:before {
  content: "\e612";
}
.icon-app-database-objects:before {
  content: "\e6a0";
}
.icon-app-device-profiles:before {
  content: "\e645";
}
.icon-app-document-types:before {
  content: "\e69f";
}
.icon-app-email-templates:before {
  content: "\e64f";
}
.icon-app-form-controls:before {
  content: "\e689";
}
.icon-app-inline-controls:before {
  content: "\e689";
}
.icon-app-javascript-files:before {
  content: "\e6cb";
}
.icon-app-macro-rules:before {
  content: "\e740";
}
.icon-app-modules:before {
  content: "\e62a";
}
.icon-app-notifications:before {
  content: "\e68f";
}
.icon-app-page-layouts:before {
  content: "\e65c";
}
.icon-app-page-templates:before {
  content: "\e65c";
}
.icon-app-web-part-containers:before {
  content: "\e617";
}
.icon-app-web-parts:before {
  content: "\e6bb";
}
.icon-app-web-templates:before {
  content: "\e65c";
}
.icon-app-widgets:before {
  content: "\e6a5";
}
.icon-app-banned-ips:before {
  content: "\e6ea";
}
.icon-app-categories:before {
  content: "\e699";
}
.icon-app-content-reports:before {
  content: "\e6a7";
}
.icon-app-countries:before {
  content: "\e653";
}
.icon-app-ecommerce-configuration:before {
  content: "\e6a7";
}
.icon-app-email-queue:before {
  content: "\e64e";
}
.icon-app-event-log:before {
  content: "\e6a9";
}
.icon-app-integration-bus:before {
  content: "\e661";
}
.icon-app-localization:before {
  content: "\e698";
}
.icon-app-membership:before {
  content: "\e663";
}
.icon-app-marketing-configuration:before {
  content: "\e6a7";
}
.icon-app-permissions:before {
  content: "\e634";
}
.icon-app-recycle-bin:before {
  content: "\e6d0";
}
.icon-app-relationship-names:before {
  content: "\e67f";
}
.icon-app-roles:before {
  content: "\e603";
}
.icon-app-search-engines:before {
  content: "\e657";
}
.icon-app-settings:before {
  content: "\e6a7";
}
.icon-app-scheduled-tasks:before {
  content: "\e68c";
}
.icon-app-sites:before {
  content: "\e65b";
}
.icon-app-smart-search:before {
  content: "\e657";
}
.icon-app-smtp-servers:before {
  content: "\e64f";
}
.icon-app-staging:before {
  content: "\e616";
}
.icon-app-system:before {
  content: "\e6ab";
}
.icon-app-tag-groups:before {
  content: "\e678";
}
.icon-app-time-zones:before {
  content: "\e6a8";
}
.icon-app-translation-services:before {
  content: "\e60c";
}
.icon-app-ui-personalization:before {
  content: "\e65c";
}
.icon-app-users:before {
  content: "\e602";
}
.icon-app-web-farm:before {
  content: "\e63c";
}
.icon-app-workflows:before {
  content: "\e756";
}
.icon-app-personas:before {
  content: "\e75a";
}
.icon-app-unit-tests:before {
  content: "\e61b";
}
.icon-app-licenses:before {
  content: "\e65e";
}
.icon-app-my-profile:before {
  content: "\e605";
}
.icon-app-debug:before {
  content: "\e6bd";
}
.icon-app-twitter:before {
  content: "\e6c7";
}
.icon-app-continuous-integration:before {
  content: "\e600";
}
.icon-googletranslator:before {
  content: "\e6c8";
}
.icon-microsofttranslator:before {
  content: "\e6ca";
}
.icon-external-link:before {
  content: "\e6d8";
}
.icon-mvc:before {
  content: "\e73e";
}
.icon-w-webpart-default:before {
  content: "\e6bb";
}
.icon-w-widget-default:before {
  content: "\e6a5";
}
.icon-w-css-list-menu:before {
  content: "\e6f8";
}
.icon-w-tree-menu:before {
  content: "\e73a";
}
.icon-w-category-menu:before {
  content: "\e6f8";
}
.icon-w-tab-menu:before {
  content: "\e6f8";
}
.icon-w-drop-down-menu:before {
  content: "\e6f8";
}
.icon-w-language-selection:before {
  content: "\e698";
}
.icon-w-language-selection-dropdown:before {
  content: "\e698";
}
.icon-w-language-selection-with-flags:before {
  content: "\e698";
}
.icon-w-page-placeholder:before {
  content: "\e630";
}
.icon-w-site-map:before {
  content: "\e73a";
}
.icon-w-qr-code:before {
  content: "\e6eb";
}
.icon-w-repeater:before {
  content: "\e6f4";
}
.icon-w-repeater-for-web-service:before {
  content: "\e6a6";
}
.icon-w-repeater-with-carousel:before {
  content: "\e6f1";
}
.icon-w-repeater-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-query-repeater-with-effect:before {
  content: "\e6a0";
}
.icon-w-repeater-with-effect:before {
  content: "\e6f4";
}
.icon-w-repeater-with-lightbox:before {
  content: "\e633";
}
.icon-w-basic-repeater:before {
  content: "\e6f4";
}
.icon-w-basic-repeater-with-effect:before {
  content: "\e6f4";
}
.icon-w-custom-table-repeater:before {
  content: "\e612";
}
.icon-w-custom-table-repeater-with-effect:before {
  content: "\e612";
}
.icon-w-report-table:before {
  content: "\e612";
}
.icon-w-atom-repeater:before {
  content: "\e6e9";
}
.icon-w-xml-repeater:before {
  content: "\e6e7";
}
.icon-w-head-html-code:before {
  content: "\e6e7";
}
.icon-w-static-html:before {
  content: "\e6e7";
}
.icon-w-javascript:before {
  content: "\e6cb";
}
.icon-w-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-category-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-forum-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-document-attachments:before {
  content: "\e63d";
}
.icon-w-document-attachments-with-effect:before {
  content: "\e63d";
}
.icon-w-attachments:before {
  content: "\e63d";
}
.icon-w-attachments-carousel:before {
  content: "\e6f1";
}
.icon-w-attachments-carousel-3d:before {
  content: "\e6f1";
}
.icon-w-attachments-lightbox:before {
  content: "\e633";
}
.icon-w-lightbox-gallery:before {
  content: "\e633";
}
.icon-w-inbox:before {
  content: "\e64f";
}
.icon-w-send-message:before {
  content: "\e64f";
}
.icon-w-send-to-friend:before {
  content: "\e64f";
}
.icon-w-newsletter-archive:before {
  content: "\e6f8";
}
.icon-w-newsletter-subscription:before {
  content: "\e675";
}
.icon-w-messaging-info-panel:before {
  content: "\e64f";
}
.icon-w-newsletter-unsubscription:before {
  content: "\e60d";
}
.icon-w-custom-subscription-form:before {
  content: "\e675";
}
.icon-w-registration-e-mail-confirmation:before {
  content: "\e64f";
}
.icon-w-my-messages:before {
  content: "\e64f";
}
.icon-w-unsubscription-request:before {
  content: "\e60d";
}
.icon-w-outbox:before {
  content: "\e64f";
}
.icon-w-my-sent-invitations:before {
  content: "\e64f";
}
.icon-w-board-messages-data-source:before {
  content: "\e6c1";
}
.icon-w-group-forum-posts-data-source:before {
  content: "\e6c1";
}
.icon-w-query-data-source:before {
  content: "\e6a0";
}
.icon-w-forum-posts-data-source:before {
  content: "\e6c1";
}
.icon-w-documents-data-source:before {
  content: "\e69f";
}
.icon-w-web-service-data-source:before {
  content: "\e6a6";
}
.icon-w-department-members-data-source:before {
  content: "\e640";
}
.icon-w-macro-data-source:before {
  content: "\e740";
}
.icon-w-file-system-data-source:before {
  content: "\e68a";
}
.icon-w-sharepoint-data-source:before {
  content: "\e6bb";
}
.icon-w-group-media-libraries-data-source:before {
  content: "\e632";
}
.icon-w-atom-data-source:before {
  content: "\e6e9";
}
.icon-w-media-files-data-source:before {
  content: "\e632";
}
.icon-w-groups-data-source:before {
  content: "\e602";
}
.icon-w-custom-table-data-source:before {
  content: "\e612";
}
.icon-w-group-members-data-source:before {
  content: "\e602";
}
.icon-w-blog-comments-data-source:before {
  content: "\e642";
}
.icon-w-sql-data-source:before {
  content: "\e6a0";
}
.icon-w-sql-search-box:before {
  content: "\e657";
}
.icon-w-xml-data-source:before {
  content: "\e6e7";
}
.icon-w-sql-search-dialog:before {
  content: "\e657";
}
.icon-w-products-data-source:before {
  content: "\e6ce";
}
.icon-w-sql-search-dialog-with-results:before {
  content: "\e657";
}
.icon-w-media-libraries-data-source:before {
  content: "\e632";
}
.icon-w-users-data-source:before {
  content: "\e605";
}
.icon-w-attachments-data-source:before {
  content: "\e63d";
}
.icon-w-sql-search-results:before {
  content: "\e6f8";
}
.icon-w-chat-search-on-line-users:before {
  content: "\e657";
}
.icon-w-search-accelerator-for-ie8-and-higher:before {
  content: "\e657";
}
.icon-w-search-engine-results-highlighter:before {
  content: "\e6f6";
}
.icon-w-smart-search-box:before {
  content: "\e657";
}
.icon-w-forum-search-advanced-dialog:before {
  content: "\e657";
}
.icon-w-smart-search-dialog:before {
  content: "\e657";
}
.icon-w-forum-search-box:before {
  content: "\e657";
}
.icon-w-smart-search-dialog-with-results:before {
  content: "\e657";
}
.icon-w-smart-search-filter:before {
  content: "\e687";
}
.icon-w-smart-search-results:before {
  content: "\e6f8";
}
.icon-w-message-board-rss-feed:before {
  content: "\e6c1";
}
.icon-w-forum-posts-rss-feed:before {
  content: "\e6c1";
}
.icon-w-query-rss-feed:before {
  content: "\e6a0";
}
.icon-w-news-rss-feed:before {
  content: "\e643";
}
.icon-w-web-service-rss-feed:before {
  content: "\e6a6";
}
.icon-w-feed-link:before {
  content: "\e6e9";
}
.icon-w-cms-rss-feed:before {
  content: "\e6e9";
}
.icon-w-atom-feed:before {
  content: "\e6e9";
}
.icon-w-media-files-rss-feed:before {
  content: "\e632";
}
.icon-w-blog-comments-rss-feed:before {
  content: "\e6e9";
}
.icon-w-events-rss-feed:before {
  content: "\e6b8";
}
.icon-w-rss-data-source:before {
  content: "\e6a0";
}
.icon-w-rss-feed:before {
  content: "\e6e9";
}
.icon-w-products-rss-feed:before {
  content: "\e6ce";
}
.icon-w-custom-table-rss-feed:before {
  content: "\e612";
}
.icon-w-blog-posts-rss-feed:before {
  content: "\e642";
}
.icon-w-rss-repeater:before {
  content: "\e6e9";
}
.icon-w-web-part-zone:before {
  content: "\e65c";
}
.icon-w-banner-rotator:before {
  content: "\e624";
}
.icon-w-css-style-selector:before {
  content: "\e63f";
}
.icon-w-report:before {
  content: "\e684";
}
.icon-w-report-chart:before {
  content: "\e684";
}
.icon-w-switch-mobile-device-detection:before {
  content: "\e61d";
}
.icon-w-mobile-device-redirection:before {
  content: "\e61d";
}
.icon-w-poll:before {
  content: "\e61b";
}
.icon-w-group-polls:before {
  content: "\e61b";
}
.icon-w-scrolling-text:before {
  content: "\e625";
}
.icon-w-static-text:before {
  content: "\e625";
}
.icon-w-paged-text:before {
  content: "\e625";
}
.icon-w-editable-text:before {
  content: "\e625";
}
.icon-w-change-password:before {
  content: "\e65e";
}
.icon-w-unlock-user-accunt:before {
  content: "\e6ec";
}
.icon-w-reset-password:before {
  content: "\e65e";
}
.icon-w-automatically-initiated-chat:before {
  content: "\e6c3";
}
.icon-w-chat-send-message:before {
  content: "\e64f";
}
.icon-w-chat-support-request:before {
  content: "\e6c3";
}
.icon-w-chat-web-part:before {
  content: "\e6bb";
}
.icon-w-chat-errors:before {
  content: "\e6f2";
}
.icon-w-chat-leave-room:before {
  content: "\e6d9";
}
.icon-w-chat-login:before {
  content: "\e65e";
}
.icon-w-chat-notifications:before {
  content: "\e6c3";
}
.icon-w-chat-room-messages:before {
  content: "\e6c3";
}
.icon-w-chat-room-name:before {
  content: "\e6c3";
}
.icon-w-chat-room-users:before {
  content: "\e605";
}
.icon-w-chat-rooms:before {
  content: "\e6f3";
}
.icon-w-comment-view:before {
  content: "\e6c1";
}
.icon-w-forum-unsubscription:before {
  content: "\e60d";
}
.icon-w-forum-most-active-threads:before {
  content: "\e6c1";
}
.icon-w-forum-recently-active-threads:before {
  content: "\e6c1";
}
.icon-w-forum-top-contributors:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-flat-layout:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-general:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-tree-layout:before {
  content: "\e6c1";
}
.icon-w-calendar:before {
  content: "\e6b9";
}
.icon-w-date-and-time:before {
  content: "\e6a8";
}
.icon-w-event-calendar:before {
  content: "\e6b8";
}
.icon-w-event-registration:before {
  content: "\e6b8";
}
.icon-w-content-rating:before {
  content: "\e614";
}
.icon-w-shopping-cart-content:before {
  content: "\e6f5";
}
.icon-w-shopping-cart-preview:before {
  content: "\e6f5";
}
.icon-w-shopping-cart-totals:before {
  content: "\e6f5";
}
.icon-w-attachment-image-gallery:before {
  content: "\e633";
}
.icon-w-media-gallery-file-filter:before {
  content: "\e633";
}
.icon-w-media-gallery-file-list:before {
  content: "\e633";
}
.icon-w-media-gallery-folder-tree:before {
  content: "\e633";
}
.icon-w-image-gallery:before {
  content: "\e633";
}
.icon-w-media-libraries-viewer:before {
  content: "\e633";
}
.icon-w-custom-table-datagrid:before {
  content: "\e612";
}
.icon-w-grid-with-custom-query:before {
  content: "\e612";
}
.icon-w-custom-table-datalist:before {
  content: "\e6f8";
}
.icon-w-grid:before {
  content: "\e612";
}
.icon-w-table-layout:before {
  content: "\e612";
}
.icon-w-sharepoint-datagrid:before {
  content: "\e612";
}
.icon-w-grid-for-rest-service:before {
  content: "\e612";
}
.icon-w-grid-for-web-service:before {
  content: "\e6a6";
}
.icon-w-custom-table-datagrid:before {
  content: "\e612";
}
.icon-w-basic-datalist:before {
  content: "\e6f8";
}
.icon-w-sharepoint-datalist:before {
  content: "\e6f8";
}
.icon-w-datalist-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-datalist:before {
  content: "\e6f8";
}
.icon-w-group-forum-list:before {
  content: "\e6c1";
}
.icon-w-group-profile:before {
  content: "\e602";
}
.icon-w-group-properties:before {
  content: "\e602";
}
.icon-w-group-forum-post-viewer:before {
  content: "\e6c1";
}
.icon-w-group-public-profile:before {
  content: "\e602";
}
.icon-w-group-forum-search-results:before {
  content: "\e657";
}
.icon-w-group-registration:before {
  content: "\e602";
}
.icon-w-group-forums:before {
  content: "\e602";
}
.icon-w-group-roles:before {
  content: "\e602";
}
.icon-w-group-invitation:before {
  content: "\e64f";
}
.icon-w-group-security-access:before {
  content: "\e658";
}
.icon-w-group-media-libraries:before {
  content: "\e632";
}
.icon-w-department-members-viewer:before {
  content: "\e640";
}
.icon-w-group-security-message:before {
  content: "\e64f";
}
.icon-w-leave-group:before {
  content: "\e6d9";
}
.icon-w-group-media-libraries-viewer:before {
  content: "\e632";
}
.icon-w-groups-filter:before {
  content: "\e687";
}
.icon-w-group-members:before {
  content: "\e602";
}
.icon-w-groups-viewer:before {
  content: "\e602";
}
.icon-w-group-members-viewer:before {
  content: "\e602";
}
.icon-w-group-contribution-list:before {
  content: "\e6f8";
}
.icon-w-chat-on-line-users:before {
  content: "\e6c3";
}
.icon-w-group-message-board:before {
  content: "\e6c1";
}
.icon-w-group-document-library:before {
  content: "\e632";
}
.icon-w-group-message-board-viewer:before {
  content: "\e6c1";
}
.icon-w-group-edit-contribution:before {
  content: "\e696";
}
.icon-w-group-message-boards:before {
  content: "\e6c1";
}
.icon-w-group-forum-most-active-threads:before {
  content: "\e6c1";
}
.icon-w-group-permissions:before {
  content: "\e634";
}
.icon-w-group-forum-recently-active-threads:before {
  content: "\e6a8";
}
.icon-w-custom-registration-form:before {
  content: "\e605";
}
.icon-w-on-line-form:before {
  content: "\e689";
}
.icon-w-registration-form:before {
  content: "\e605";
}
.icon-w-logon-form:before {
  content: "\e65e";
}
.icon-w-logon-mini-form:before {
  content: "\e65e";
}
.icon-w-discount-coupon:before {
  content: "\e638";
}
.icon-w-my-account:before {
  content: "\e663";
}
.icon-w-on-line-users:before {
  content: "\e605";
}
.icon-w-my-profile:before {
  content: "\e605";
}
.icon-w-user-public-profile:before {
  content: "\e605";
}
.icon-w-users-filter:before {
  content: "\e687";
}
.icon-w-document-name-filter:before {
  content: "\e687";
}
.icon-w-filter:before {
  content: "\e687";
}
.icon-w-remaining-amount-for-free-shipping:before {
  content: "\e638";
}
.icon-w-shipping-option-selection:before {
  content: "\e609";
}
.icon-w-tasks-owned-by-me:before {
  content: "\e61b";
}
.icon-w-my-projects:before {
  content: "\e62b";
}
.icon-w-project-list:before {
  content: "\e62b";
}
.icon-w-project-tasks:before {
  content: "\e61b";
}
.icon-w-tasks-assigned-to-me:before {
  content: "\e61b";
}
.icon-w-customer-detail:before {
  content: "\e604";
}
.icon-w-customer-address:before {
  content: "\e604";
}
.icon-w-liveid-required-data:before {
  content: "\e6bb";
}
.icon-w-windows-liveid:before {
  content: "\e6bb";
}
.icon-w-openid-logon:before {
  content: "\e6e4";
}
.icon-w-openid-required-data:before {
  content: "\e6e4";
}
.icon-w-powered-by-kentico:before {
  content: "\e65f";
}
.icon-w-bing-translator:before {
  content: "\e6ca";
}
.icon-w-static-bing-maps:before {
  content: "\e6ca";
}
.icon-w-basic-bing-maps:before {
  content: "\e6ca";
}
.icon-w-bing-maps:before {
  content: "\e6ca";
}
.icon-w-google-maps:before {
  content: "\e6c8";
}
.icon-w-static-google-maps:before {
  content: "\e6c8";
}
.icon-w-basic-google-maps:before {
  content: "\e6c8";
}
.icon-w-google-activity-feed:before {
  content: "\e6e6";
}
.icon-w-google-badge:before {
  content: "\e6e6";
}
.icon-w-google-analytics:before {
  content: "\e6c8";
}
.icon-w-google-search:before {
  content: "\e6c8";
}
.icon-w-google-sitemap-xml-sitemap:before {
  content: "\e6c8";
}
.icon-w-google-translator:before {
  content: "\e6c8";
}
.icon-w-google-1-button:before {
  content: "\e6e6";
}
.icon-w-facebook-activity-feed:before {
  content: "\e6c9";
}
.icon-w-facebook-comments:before {
  content: "\e6c9";
}
.icon-w-facebook-connect-logon:before {
  content: "\e6c9";
}
.icon-w-facebook-facepile:before {
  content: "\e6c9";
}
.icon-w-facebook-like-box:before {
  content: "\e6c9";
}
.icon-w-facebook-like-button:before {
  content: "\e6c9";
}
.icon-w-facebook-recommendations:before {
  content: "\e6c9";
}
.icon-w-facebook-send-button:before {
  content: "\e6c9";
}
.icon-w-twitter-feed:before {
  content: "\e6c7";
}
.icon-w-twitter-follow-button:before {
  content: "\e6c7";
}
.icon-w-twitter-tweet-button:before {
  content: "\e6c7";
}
.icon-w-pinterest-follow-button:before {
  content: "\e6e3";
}
.icon-w-pinterest-pin-it-button:before {
  content: "\e6e3";
}
.icon-w-linkedin-apply-with:before {
  content: "\e6e5";
}
.icon-w-linkedin-company-insider:before {
  content: "\e6e5";
}
.icon-w-linkedin-company-profile:before {
  content: "\e6e5";
}
.icon-w-linkedin-logon:before {
  content: "\e6e5";
}
.icon-w-linkedin-member-profile:before {
  content: "\e6e5";
}
.icon-w-linkedin-recommend-button:before {
  content: "\e6e5";
}
.icon-w-linkedin-required-data:before {
  content: "\e6e5";
}
.icon-w-linkedin-share-button:before {
  content: "\e6e5";
}
.icon-w-flash-web-part:before {
  content: "\e6bb";
}
.icon-w-flash-widget:before {
  content: "\e6a5";
}
.icon-w-social-bookmarking:before {
  content: "\e678";
}
.icon-w-wmp-video:before {
  content: "\e6bb";
}
.icon-w-youtube-video:before {
  content: "\e659";
}
.icon-w-silverlight-application-web-part:before {
  content: "\e6bb";
}
.icon-w-silverlight-application-widget:before {
  content: "\e6a5";
}
.icon-w-quicktime:before {
  content: "\e6bb";
}
.icon-w-product-filter:before {
  content: "\e6ce";
}
.icon-w-top-n-newest-products:before {
  content: "\e6ce";
}
.icon-w-top-n-products-by-sales:before {
  content: "\e6ce";
}
.icon-w-similar-products-by-sales:before {
  content: "\e6ce";
}
.icon-w-random-products:before {
  content: "\e6ce";
}
.icon-w-tag-cloud:before {
  content: "\e701";
}
.icon-w-message-board:before {
  content: "\e6c1";
}
.icon-w-accordion-layout:before {
  content: "\e704";
}
.icon-w-columns-layout:before {
  content: "\e712";
}
.icon-w-tabs-layout:before {
  content: "\e6fb";
}
.icon-w-wizard-layout:before {
  content: "\e6fa";
}
.icon-w-rows-layout:before {
  content: "\e72e";
}
.icon-w-new-blog:before {
  content: "\e642";
}
.icon-w-abuse-report:before {
  content: "\e6ea";
}
.icon-w-in-line-abuse-report:before {
  content: "\e6ea";
}
.icon-w-message-board-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-datalist-for-web-service:before {
  content: "\e6a6";
}
.icon-w-tree-view:before {
  content: "\e73a";
}
.icon-w-admin-actions:before {
  content: "\e67f";
}
.icon-w-simple-cookie-law-consent:before {
  content: "\e6f7";
}
.icon-w-news-list:before {
  content: "\e6f8";
}
.icon-w-message-board-unsubscription:before {
  content: "\e60d";
}
.icon-w-keep-alive:before {
  content: "\e622";
}
.icon-w-donate:before {
  content: "\e708";
}
.icon-w-donations:before {
  content: "\e708";
}
.icon-w-payment-form:before {
  content: "\e708";
}
.icon-w-payment-method-selection:before {
  content: "\e708";
}
.icon-w-currency-selection:before {
  content: "\e6ed";
}
.icon-w-analytics-browser-capabilities:before {
  content: "\e6ff";
}
.icon-w-strands-recommendations:before {
  content: "\e6bb";
}
.icon-w-password-expiration:before {
  content: "\e658";
}
.icon-w-message-board-viewer:before {
  content: "\e6c1";
}
.icon-w-checkout-process-obsolete:before {
  content: "\e6bb";
}
.icon-w-category-list:before {
  content: "\e6f8";
}
.icon-w-analytics-custom-statistics:before {
  content: "\e631";
}
.icon-w-subscription-approval:before {
  content: "\e675";
}
.icon-w-widget-actions:before {
  content: "\e6a5";
}
.icon-w-message-panel:before {
  content: "\e6f5";
}
.icon-w-article-list:before {
  content: "\e6f8";
}
.icon-w-set-cookie:before {
  content: "\e6f7";
}
.icon-w-random-document:before {
  content: "\e69f";
}
.icon-w-edit-contribution:before {
  content: "\e696";
}
.icon-w-universal-document-viewer:before {
  content: "\e69f";
}
.icon-w-custom-response:before {
  content: "\e698";
}
.icon-w-collapsible-panel:before {
  content: "\e700";
}
.icon-w-wishlist:before {
  content: "\e614";
}
.icon-w-latest-news:before {
  content: "\e643";
}
.icon-w-edit-document-link:before {
  content: "\e696";
}
.icon-w-did-you-mean:before {
  content: "\e629";
}
.icon-w-universal-pager:before {
  content: "\e6fe";
}
.icon-w-basic-universal-viewer:before {
  content: "\e6fd";
}
.icon-w-random-redirection:before {
  content: "\e703";
}
.icon-w-notification-subscription:before {
  content: "\e675";
}
.icon-w-wizard-buttons:before {
  content: "\e6fa";
}
.icon-w-universal-viewer:before {
  content: "\e6fd";
}
.icon-w-report-value:before {
  content: "\e749";
}
.icon-w-recent-posts:before {
  content: "\e642";
}
.icon-w-object-management-buttons:before {
  content: "\e696";
}
.icon-w-wizard-header:before {
  content: "\e6fa";
}
.icon-w-universal-viewer-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-confirmation-checkbox:before {
  content: "\e702";
}
.icon-w-sharepoint-repeater:before {
  content: "\e6f4";
}
.icon-w-register-after-checkout:before {
  content: "\e605";
}
.icon-w-post-archive:before {
  content: "\e6f8";
}
.icon-w-my-invitations:before {
  content: "\e64f";
}
.icon-w-link-button:before {
  content: "\e67f";
}
.icon-w-contact-list:before {
  content: "\e604";
}
.icon-w-task-info-panel:before {
  content: "\e61b";
}
.icon-w-document-library:before {
  content: "\e69f";
}
.icon-w-custom-table-form:before {
  content: "\e612";
}
.icon-w-hierarchical-viewer:before {
  content: "\e6fd";
}
.icon-w-user-control:before {
  content: "\e6bb";
}
.icon-w-content-slider:before {
  content: "\e6f1";
}
.icon-w-blog-post-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-ignore-list:before {
  content: "\e6ea";
}
.icon-w-document-pager:before {
  content: "\e6fe";
}
.icon-w-content-subscription:before {
  content: "\e675";
}
.icon-w-blog-post-unsubscription:before {
  content: "\e60d";
}
.icon-w-text-highlighter:before {
  content: "\e6f6";
}
.icon-w-related-documents:before {
  content: "\e69f";
}
.icon-w-order-note:before {
  content: "\e660";
}
.icon-w-xslt-viewer:before {
  content: "\e6e7";
}
.icon-w-document-wizard-button:before {
  content: "\e6fa";
}
.icon-w-contribution-list:before {
  content: "\e6f8";
}
.icon-w-timer:before {
  content: "\e6a8";
}
.icon-w-shortcuts:before {
  content: "\e67f";
}
.icon-w-document-wizard-manager:before {
  content: "\e6fa";
}
.icon-w-cookie-law-consent:before {
  content: "\e6f7";
}
.icon-w-blog-comments-viewer:before {
  content: "\e6c1";
}
.icon-w-sign-out-button:before {
  content: "\e6d9";
}
.icon-w-scrolling-news:before {
  content: "\e6f1";
}
.icon-w-output-cache-dependencies:before {
  content: "\e6bb";
}
.icon-w-zones-with-effect:before {
  content: "\e65c";
}
.icon-w-document-wizard-navigation:before {
  content: "\e6fa";
}
.icon-w-my-subscriptions:before {
  content: "\e634";
}
.icon-w-document-wizard-step-action:before {
  content: "\e6fa";
}
.icon-w-page-views:before {
  content: "\e6bb";
}
.icon-w-activities:before {
  content: "\e695";
}
.icon-w-analytics-chart-viewer:before {
  content: "\e631";
}
.icon-w-analytics-table-viewer:before {
  content: "\e612";
}
.icon-w-articles-rss-feed:before {
  content: "\e6e9";
}
.icon-w-blog-comments:before {
  content: "\e6c1";
}
.icon-w-building-your-on-line-store:before {
  content: "\e6f5";
}
.icon-w-department-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-department-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-department-latest-news:before {
  content: "\e643";
}
.icon-w-department-quick-links:before {
  content: "\e67f";
}
.icon-w-department-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-documents:before {
  content: "\e69f";
}
.icon-w-e-commerce-settings-checker:before {
  content: "\e702";
}
.icon-w-editable-image:before {
  content: "\e633";
}
.icon-w-e-mail-queue:before {
  content: "\e64e";
}
.icon-w-employee-of-the-month:before {
  content: "\e604";
}
.icon-w-event-management:before {
  content: "\e6b8";
}
.icon-w-eventlog:before {
  content: "\e6a9";
}
.icon-w-forum-group:before {
  content: "\e6c1";
}
.icon-w-forum-posts-waiting-for-approval:before {
  content: "\e6c1";
}
.icon-w-group-administrators:before {
  content: "\e605";
}
.icon-w-group-forum-posts-viewer:before {
  content: "\e6c1";
}
.icon-w-group-poll:before {
  content: "\e61b";
}
.icon-w-intranet-canteen-menu:before {
  content: "\e660";
}
.icon-w-intranet-departments:before {
  content: "\e640";
}
.icon-w-intranet-employees:before {
  content: "\e602";
}
.icon-w-intranet-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-intranet-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-intranet-latest-news:before {
  content: "\e643";
}
.icon-w-intranet-poll:before {
  content: "\e631";
}
.icon-w-intranet-quick-links:before {
  content: "\e67f";
}
.icon-w-intranet-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-latest-news-for-corporate-site:before {
  content: "\e643";
}
.icon-w-link:before {
  content: "\e67f";
}
.icon-w-media-gallery:before {
  content: "\e633";
}
.icon-w-message-list:before {
  content: "\e6f8";
}
.icon-w-most-recent-pages:before {
  content: "\e6f8";
}
.icon-w-my-accounts:before {
  content: "\e6bc";
}
.icon-w-my-blogs:before {
  content: "\e642";
}
.icon-w-my-blogs-comments:before {
  content: "\e6c1";
}
.icon-w-my-contacts:before {
  content: "\e663";
}
.icon-w-my-inbox:before {
  content: "\e64e";
}
.icon-w-my-pending-contacts:before {
  content: "\e663";
}
.icon-w-my-projects-intranet-portal:before {
  content: "\e62b";
}
.icon-w-my-workgroups:before {
  content: "\e6c6";
}
.icon-w-object-recycle-bin:before {
  content: "\e6d0";
}
.icon-w-orders:before {
  content: "\e660";
}
.icon-w-persona-based-recommendations:before {
  content: "\e604";
}
.icon-w-personal-category-list:before {
  content: "\e6f8";
}
.icon-w-products:before {
  content: "\e6ce";
}
.icon-w-random-products-for-corporate-site:before {
  content: "\e6ce";
}
.icon-w-recent-users:before {
  content: "\e605";
}
.icon-w-report-daily-sales:before {
  content: "\e684";
}
.icon-w-report-monthly-sales:before {
  content: "\e684";
}
.icon-w-report-number-of-orders-by-status:before {
  content: "\e684";
}
.icon-w-report-sales-by-order-status:before {
  content: "\e684";
}
.icon-w-reporting:before {
  content: "\e684";
}
.icon-w-rich-text:before {
  content: "\e728";
}
.icon-w-scrolling-news-for-corporate-site:before {
  content: "\e643";
}
.icon-w-system:before {
  content: "\e6ab";
}
.icon-w-tasks-assigned-to-me-intranet-portal:before {
  content: "\e61b";
}
.icon-w-tasks-owned-by-me-intranet-portal:before {
  content: "\e61b";
}
.icon-w-text:before {
  content: "\e72c";
}
.icon-w-widget-zone:before {
  content: "\e6a5";
}
.icon-w-workgroup-administrators:before {
  content: "\e605";
}
.icon-w-workgroup-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-workgroup-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-workgroup-latest-news:before {
  content: "\e643";
}
.icon-w-workgroup-members:before {
  content: "\e602";
}
.icon-w-workgroup-messages:before {
  content: "\e64f";
}
.icon-w-workgroup-quick-links:before {
  content: "\e67f";
}
.icon-w-workgroup-recent-pages:before {
  content: "\e6f8";
}
.icon-w-workgroup-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-current-user:before {
  content: "\e605";
}
.icon-w-disabled-module-info:before {
  content: "\e664";
}
.icon-w-edit:before {
  content: "\e696";
}
.icon-w-edit-parameters:before {
  content: "\e696";
}
.icon-w-forum-favorites:before {
  content: "\e614";
}
.icon-w-forum-posts-viewer:before {
  content: "\e6c1";
}
.icon-w-forum-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-header-actions:before {
  content: "\e6bb";
}
.icon-w-horizontal-tabs:before {
  content: "\e6fb";
}
.icon-w-listing:before {
  content: "\e728";
}
.icon-w-edit-bindings:before {
  content: "\e696";
}
.icon-w-media-file-uploader:before {
  content: "\e632";
}
.icon-w-messages-placeholder:before {
  content: "\e630";
}
.icon-w-metafile-list:before {
  content: "\e6f8";
}
.icon-w-new-header-action:before {
  content: "\e6bb";
}
.icon-w-object-edit-panel:before {
  content: "\e6bb";
}
.icon-w-object-tree-menu:before {
  content: "\e73a";
}
.icon-w-page-title:before {
  content: "\e727";
}
.icon-w-preview-edit:before {
  content: "\e696";
}
.icon-w-selector:before {
  content: "\e6bb";
}
.icon-w-select-site:before {
  content: "\e698";
}
.icon-w-theme-file-manager:before {
  content: "\e68a";
}
.icon-w-tree:before {
  content: "\e73a";
}
.icon-w-tree-guide:before {
  content: "\e73a";
}
.icon-w-users-viewer:before {
  content: "\e605";
}
.icon-w-vertical-tabs:before {
  content: "\e73c";
}
.icon-file-default:before {
  content: "\e69c";
}
.icon-file-3gp:before {
  content: "\e636";
}
.icon-file-accdb:before {
  content: "\e6a0";
}
.icon-file-ai:before {
  content: "\e717";
}
.icon-file-ascx:before {
  content: "\e714";
}
.icon-file-aspx:before {
  content: "\e69f";
}
.icon-file-au:before {
  content: "\e71c";
}
.icon-file-avi:before {
  content: "\e636";
}
.icon-file-bat:before {
  content: "\e71a";
}
.icon-file-bmp:before {
  content: "\e633";
}
.icon-file-cs:before {
  content: "\e718";
}
.icon-file-css:before {
  content: "\e63f";
}
.icon-file-csv:before {
  content: "\e612";
}
.icon-file-dbm:before {
  content: "\e6a0";
}
.icon-file-doc:before {
  content: "\e625";
}
.icon-file-eps:before {
  content: "\e717";
}
.icon-file-flv:before {
  content: "\e636";
}
.icon-file-gif:before {
  content: "\e633";
}
.icon-file-html:before {
  content: "\e6e7";
}
.icon-file-jpeg:before {
  content: "\e633";
}
.icon-file-js:before {
  content: "\e6cb";
}
.icon-file-mdb:before {
  content: "\e6a0";
}
.icon-file-mid:before {
  content: "\e71c";
}
.icon-file-mov:before {
  content: "\e636";
}
.icon-file-mp3:before {
  content: "\e71c";
}
.icon-file-mp4:before {
  content: "\e636";
}
.icon-file-mpeg:before {
  content: "\e71c";
}
.icon-file-mpg:before {
  content: "\e636";
}
.icon-file-mpg4:before {
  content: "\e636";
}
.icon-file-oga:before {
  content: "\e71c";
}
.icon-file-ogg:before {
  content: "\e71c";
}
.icon-file-ogv:before {
  content: "\e636";
}
.icon-file-pdf:before {
  content: "\e6a3";
}
.icon-file-png:before {
  content: "\e633";
}
.icon-file-pps:before {
  content: "\e71d";
}
.icon-file-ppt:before {
  content: "\e71d";
}
.icon-file-ps:before {
  content: "\e717";
}
.icon-file-psd:before {
  content: "\e633";
}
.icon-file-rtf:before {
  content: "\e625";
}
.icon-file-sln:before {
  content: "\e6ff";
}
.icon-file-swf:before {
  content: "\e636";
}
.icon-file-tif:before {
  content: "\e633";
}
.icon-file-tiff:before {
  content: "\e633";
}
.icon-file-txt:before {
  content: "\e625";
}
.icon-file-vb:before {
  content: "\e716";
}
.icon-file-wav:before {
  content: "\e71c";
}
.icon-file-webm:before {
  content: "\e636";
}
.icon-file-wma:before {
  content: "\e71c";
}
.icon-file-wmv:before {
  content: "\e636";
}
.icon-file-xls:before {
  content: "\e612";
}
.icon-file-xml:before {
  content: "\e6e7";
}
.icon-file-xsl:before {
  content: "\e6e7";
}
.icon-file-xslt:before {
  content: "\e6e7";
}
.icon-file-zip:before {
  content: "\e715";
}
.icon-me-abstractobjectcollection:before {
  content: "\e68b";
}
.icon-me-binding:before {
  content: "\e67f";
}
.icon-me-boolean:before {
  content: "\e74a";
}
.icon-me-datetime:before {
  content: "\e6a8";
}
.icon-me-double:before {
  content: "\e752";
}
.icon-me-false:before {
  content: "\e74e";
}
.icon-me-children:before {
  content: "\e67b";
}
.icon-me-icontext:before {
  content: "\e654";
}
.icon-me-ilist:before {
  content: "\e6f8";
}
.icon-me-imacronamespace:before {
  content: "\e699";
}
.icon-me-info:before {
  content: "\e6a9";
}
.icon-me-insertmacro:before {
  content: "\e740";
}
.icon-me-int32:before {
  content: "\e752";
}
.icon-me-method:before {
  content: "\e6a6";
}
.icon-me-null:before {
  content: "\e751";
}
.icon-me-number:before {
  content: "\e752";
}
.icon-me-parent:before {
  content: "\e74c";
}
.icon-me-property:before {
  content: "\e6a9";
}
.icon-me-referring:before {
  content: "\e67f";
}
.icon-me-sitebinding:before {
  content: "\e67f";
}
.icon-me-snippet:before {
  content: "\e750";
}
.icon-me-string:before {
  content: "\e74f";
}
.icon-me-true:before {
  content: "\e74b";
}
.icon-me-value:before {
  content: "\e749";
}
.icon-me-exception:before {
  content: "\e693";
}
.icon-crosshair {
  position: relative;
  display: inline-block;
}
.icon-crosshair:before {
  content: "\e71b";
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
}
.icon-crosshair:after {
  content: "\e71f";
  position: absolute;
  left: 0;
  display: inline-block;
}
.radio,
.ktc-radio,
.checkbox,
.ktc-checkbox {
  display: block;
}
.radio label,
.ktc-radio label,
.checkbox label,
.ktc-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  line-height: 20px;
  font-weight: normal;
}
.radio label:before,
.ktc-radio label:before,
.checkbox label:before,
.ktc-checkbox label:before,
.radio label:after,
.ktc-radio label:after,
.checkbox label:after,
.ktc-checkbox label:after {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 16px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #ffffff;
}
.radio label:after,
.ktc-radio label:after,
.checkbox label:after,
.ktc-checkbox label:after {
  background-color: transparent;
}
.radio input,
.ktc-radio input,
.checkbox input,
.ktc-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.radio input[disabled] + label,
.ktc-radio input[disabled] + label,
.checkbox input[disabled] + label,
.ktc-checkbox input[disabled] + label,
.radio input:active[disabled] + label,
.ktc-radio input:active[disabled] + label,
.checkbox input:active[disabled] + label,
.ktc-checkbox input:active[disabled] + label {
  cursor: not-allowed;
}
.radio input[disabled] + label:before,
.ktc-radio input[disabled] + label:before,
.checkbox input[disabled] + label:before,
.ktc-checkbox input[disabled] + label:before,
.radio input:active[disabled] + label:before,
.ktc-radio input:active[disabled] + label:before,
.checkbox input:active[disabled] + label:before,
.ktc-checkbox input:active[disabled] + label:before,
.radio input[disabled] + label:focus:before,
.ktc-radio input[disabled] + label:focus:before,
.checkbox input[disabled] + label:focus:before,
.ktc-checkbox input[disabled] + label:focus:before,
.radio input:active[disabled] + label:focus:before,
.ktc-radio input:active[disabled] + label:focus:before,
.checkbox input:active[disabled] + label:focus:before,
.ktc-checkbox input:active[disabled] + label:focus:before,
.radio input[disabled] + label:active:before,
.ktc-radio input[disabled] + label:active:before,
.checkbox input[disabled] + label:active:before,
.ktc-checkbox input[disabled] + label:active:before,
.radio input:active[disabled] + label:active:before,
.ktc-radio input:active[disabled] + label:active:before,
.checkbox input:active[disabled] + label:active:before,
.ktc-checkbox input:active[disabled] + label:active:before {
  color: #e5e5e5;
}
.radio input[disabled] + label:after,
.ktc-radio input[disabled] + label:after,
.checkbox input[disabled] + label:after,
.ktc-checkbox input[disabled] + label:after,
.radio input:active[disabled] + label:after,
.ktc-radio input:active[disabled] + label:after,
.checkbox input:active[disabled] + label:after,
.ktc-checkbox input:active[disabled] + label:after {
  color: #696663;
}
.radio input + label:before,
.ktc-radio input + label:before,
.checkbox input + label:before,
.ktc-checkbox input + label:before,
.radio input + label:after,
.ktc-radio input + label:after,
.checkbox input + label:after,
.ktc-checkbox input + label:after {
  font-family: "Core-icons";
  font-size: 16px;
  text-align: center;
}
.radio input + label:before,
.ktc-radio input + label:before,
.checkbox input + label:before,
.ktc-checkbox input + label:before {
  color: #bdbbbb;
}
.radio input + label:after,
.ktc-radio input + label:after,
.checkbox input + label:after,
.ktc-checkbox input + label:after {
  color: #497d04;
}
.radio input:focus + label:before,
.ktc-radio input:focus + label:before,
.checkbox input:focus + label:before,
.ktc-checkbox input:focus + label:before,
.radio input:active + label:before,
.ktc-radio input:active + label:before,
.checkbox input:active + label:before,
.ktc-checkbox input:active + label:before {
  color: #1175ae;
}
.Safari .checkbox label:after,
.Safari .ktc-checkbox label:after {
  height: 16px;
}
.Chrome .checkbox label:before,
.Chrome .ktc-checkbox label:before,
.Chrome .checkbox label:after,
.Chrome .ktc-checkbox label:after {
  height: 16px;
}
.radio input ~ label:before,
.ktc-radio input ~ label:before {
  content: "\e626";
}
.radio input:disabled ~ label:before,
.ktc-radio input:disabled ~ label:before {
  content: "\e6ac";
}
.radio input:checked ~ label:after,
.ktc-radio input:checked ~ label:after {
  content: "\e627";
}
.radio label:before,
.ktc-radio label:before {
  border-radius: 50%;
}
.checkbox input ~ label:before,
.ktc-checkbox input ~ label:before {
  content: "\e6ad";
}
.checkbox input:disabled ~ label:before,
.ktc-checkbox input:disabled ~ label:before {
  content: "\e6f0";
}
.checkbox input:checked ~ label:after,
.ktc-checkbox input:checked ~ label:after {
  content: "\e6b0";
}
.checkbox:not(.checkbox-no-label) label,
.ktc-checkbox:not(.checkbox-no-label) label,
.checkbox:not(.ktc-checkbox-no-label) label,
.ktc-checkbox:not(.ktc-checkbox-no-label) label {
  margin-right: 8px;
}
.radio-list-vertical,
.ktc-radio-list-vertical,
.checkbox-list-vertical,
.ktc-checkbox-list-vertical {
  margin-top: 6px;
  margin-right: 8px;
}
.radio-list-vertical label:not(:first-of-type),
.ktc-radio-list-vertical label:not(:first-of-type),
.checkbox-list-vertical label:not(:first-of-type),
.ktc-checkbox-list-vertical label:not(:first-of-type),
.radio-list-vertical span:not(:first-of-type) label,
.ktc-radio-list-vertical span:not(:first-of-type) label,
.checkbox-list-vertical span:not(:first-of-type) label,
.ktc-checkbox-list-vertical span:not(:first-of-type) label,
.radio-list-vertical .radio + .radio,
.ktc-radio-list-vertical .radio + .radio,
.checkbox-list-vertical .radio + .radio,
.ktc-checkbox-list-vertical .radio + .radio,
.radio-list-vertical .ktc-radio + .ktc-radio,
.ktc-radio-list-vertical .ktc-radio + .ktc-radio,
.checkbox-list-vertical .ktc-radio + .ktc-radio,
.ktc-checkbox-list-vertical .ktc-radio + .ktc-radio,
.radio-list-vertical .checkbox + .checkbox,
.ktc-radio-list-vertical .checkbox + .checkbox,
.checkbox-list-vertical .checkbox + .checkbox,
.ktc-checkbox-list-vertical .checkbox + .checkbox,
.radio-list-vertical .ktc-checkbox + .ktc-checkbox,
.ktc-radio-list-vertical .ktc-checkbox + .ktc-checkbox,
.checkbox-list-vertical .ktc-checkbox + .ktc-checkbox,
.ktc-checkbox-list-vertical .ktc-checkbox + .ktc-checkbox {
  margin-top: 4px;
}
.radio-list-vertical.first-on-page,
.ktc-radio-list-vertical.first-on-page,
.checkbox-list-vertical.first-on-page,
.ktc-checkbox-list-vertical.first-on-page {
  margin-top: 0px;
}
.radio-list-horizontal .radio,
.ktc-radio-list-horizontal .radio,
.checkbox-list-horizontal .radio,
.ktc-checkbox-list-horizontal .radio,
.radio-list-horizontal .ktc-radio,
.ktc-radio-list-horizontal .ktc-radio,
.checkbox-list-horizontal .ktc-radio,
.ktc-checkbox-list-horizontal .ktc-radio,
.radio-list-horizontal .checkbox,
.ktc-radio-list-horizontal .checkbox,
.checkbox-list-horizontal .checkbox,
.ktc-checkbox-list-horizontal .checkbox,
.radio-list-horizontal .ktc-checkbox,
.ktc-radio-list-horizontal .ktc-checkbox,
.checkbox-list-horizontal .ktc-checkbox,
.ktc-checkbox-list-horizontal .ktc-checkbox {
  display: inline-block;
}
.radio-list-horizontal label,
.ktc-radio-list-horizontal label,
.checkbox-list-horizontal label,
.ktc-checkbox-list-horizontal label {
  margin-right: 16px;
}
.media-gallery {
  margin-top: 2.5rem;
}
.media-gallery .cafe-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.media-gallery .cafe-overlay .ourcoffee-tile-text {
  font-size: 1.375rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
}
.media-gallery .media-item span {
  visibility: hidden;
}
.media-gallery .media-item:hover span {
  visibility: visible;
}
.media-gallery .media-item.col-lg-6 {
  margin-top: -1px;
}
.media-gallery .ratio-4-3 {
  width: 100%;
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
}
.media-gallery .ratio-4-3:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.orders-table {
  width: 100%;
  margin-top: 15px;
}
.orders-table td {
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.orders-table th {
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #e7e7e7;
  text-transform: uppercase;
}
.orders-table .column-id {
  text-align: left;
  width: 100%;
}
.orders-table .column-date {
  text-align: right;
  white-space: nowrap;
}
.orders-table .column-status {
  text-align: center;
}
.orders-table .column-total {
  text-align: right;
}
.orders-table .strong {
  font-weight: bold;
}
.orders-table .link {
  padding-left: 10px;
  white-space: nowrap;
}
.orders-table .status {
  display: block;
  padding: 10px;
  width: 100%;
  line-height: 80%;
  color: #ffffff;
  background-color: #846331;
}
.order-item {
  max-height: 7rem;
}
.order-item .order-item-image {
  float: left;
  height: 100%;
  margin-right: 1.25rem;
}
.order-item .order-item-info a {
  color: #000000;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.order-item .order-item-amount {
  padding-bottom: 1rem;
  min-height: 2.5rem;
}
.order-item .order-item-amount .strong {
  font-weight: bold;
}
.order-item .order-item-amount div {
  padding-top: 0.5rem;
  min-width: 7rem;
  float: left;
}
.order-item .order-item-amount div span:first-child {
  margin-right: 0.375rem;
}
.order-item .order-item-subtotal {
  float: right;
  text-align: right;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1.25rem;
}
.order-item .red {
  color: #b24143;
}
.order-total-price {
  float: right;
  font-size: 1.5rem;
}
.order-total-price span:first-child {
  margin-right: 1.25rem;
}
.order-total-price .strong {
  font-weight: bold;
}
.order-detail {
  margin-top: 1.5rem;
  display: block;
}
.order-detail .strong {
  display: inline;
  margin-right: 1.2rem;
}
.order-detail .status {
  font-size: 2rem;
}
.avatar {
  position: relative;
  width: 150px;
  height: 150px;
}
.avatar-image {
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: 0.3s ease;
}
.avatar:hover {
  cursor: pointer;
}
.avatar:hover .avatar-image {
  opacity: 0.3;
}
.avatar:hover .avatar-upload-info {
  opacity: 0.9;
}
.avatar-upload-info {
  width: 100%;
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.avatar-error-message {
  color: #D12127;
}
.row.section-white {
  background: #ffffff;
}
.row.section-cappuccino {
  background-color: #CEB48D;
}
.row.section-cappuccino h1,
.row.section-cappuccino h2,
.row.section-cappuccino h3,
.row.section-cappuccino .h1,
.row.section-cappuccino .h2,
.row.section-cappuccino .h3 {
  color: #6a5a3b;
}
.row.section-cappuccino .image-uploader-editor .uploader .dz-message {
  color: #ffffff;
}
.consent-item:not(:first-of-type) {
  border-top: 1px solid #e7e7e7;
}
.consent-item .row {
  margin: 0 32px 0 32px;
  padding: 8px 0 0 0;
}
.consent-item .consent-heading {
  margin: 0;
}
.cookie-consent {
  font-size: 16px;
  padding: 8px;
  background: #E2D1BA;
  color: #000000;
}
.cookie-consent .consent-text {
  padding-bottom: 16px;
}
.cookie-consent .consent-buttons {
  text-align: right;
  margin: 0;
}*/
/*# Buttons #*/
/*.btn {
  padding: 0.5rem 1rem;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 2.14286;
  color: #ffffff;
  background-color: #272219;
  text-transform: uppercase;
  font-size: 0.875rem;
  border: none;
}
.btn:hover {
  background: rgba(39, 34, 25, 0.8);
}
.btn-primary {
  padding: 0.5625rem 1.5rem;
}
.btn:hover {
  background: rgba(39, 34, 25, 0.8);
}
.btn-more {
  margin: 3.5rem 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.btn-disabled {
  background-color: #a3a2a2;
  border-color: #696663;
}
.btn-disabled:hover {
  background: #a3a2a2;
}
@media (min-width: 768px) {
  .btn-more {
    padding: 1rem 2.5rem;
  }
}*/
/*# Page wrap #*/
/*html,
body {
  height: 100%;
}
body {
  display: table;
  width: 100%;
  font-family: 'GT-Wallsheim', sans-serif;
  font-weight: 300;
}
body .page-wrap .page-container-inner {
  padding-bottom: 60px;
  background: url(../Images/bg.jpg) left bottom repeat;
}
body.inverted .page-wrap .page-container-inner {
  padding: 3rem 1rem;
  background: none;
}
@media (min-width: 768px) {
  body.inverted .page-wrap .page-container-inner {
    padding: 3rem;
    min-height: 554px;
    background: url(../Images/plant-3.png) top right no-repeat;
  }
}
body.inverted .footer-container {
  background: url(../Images/bg.jpg) repeat;
}
body.inverted.no-bg .page-wrap .page-container-inner {
  background: none;
}
.page-wrap,
.footer-wrapper {
  display: table-row;
  height: 100%;
}*/
/*# Header #*/
/*header {
  padding: 0;
  color: #ffffff;
  background: #272219;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  header {
    height: 100px;
    padding: 16px 0;
  }
}
@media screen and (min-width: 1112px) {
  header {
    height: 131px;
    padding: 32px 48px;
  }
}*/
/*# Footer #*/
/*footer {
  color: #846331;
  background: #ffffff;
}
footer .footer-container {
  padding: 2rem 0;
}
footer .row .footer-col:first-child {
  margin-bottom: 40px;
}
footer .row address {
  margin-bottom: 20px;
}
footer .row .subscribe-form {
  display: flex;
  flex-direction: column;
}
footer .row .subscribe-form .form-group {
  flex-grow: 1;
}
footer .row .subscribe-form .form-group input {
  width: 100%;
  padding: 0.875rem 1rem;
}
footer .row .subscribe-form input[type="submit"] {
  align-self: flex-start;
  border: 0;
}
@media (min-width: 768px) {
  footer {
    padding-top: 78px;
  }
  footer .footer-container {
    padding: 2rem 0 6rem 0;
  }
  footer .footer-container .container {
    position: relative;
  }
  footer .footer-container .container:before {
    display: block;
    width: 250px;
    height: 554px;
    position: absolute;
    left: 0;
    top: -158px;
    z-index: 1;
    background: url(../Images/plant-2.png) top right;
    content: '';
  }
  footer .footer-container .container .row {
    display: flex;
  }
  footer .footer-container .container .row .footer-col {
    flex-grow: 1;
  }
  footer .footer-container .container .row .footer-col:first-child {
    padding-left: 250px;
    margin-bottom: 0;
  }
  footer .footer-container .container .row .footer-col:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
  footer .footer-container .container .row address {
    margin-bottom: 55px;
  }
  footer .footer-container .container .row .copyright {
    margin-top: auto;
  }
}
@media (min-width: 1112px) {
  footer .footer-container .container:before {
    width: 391px;
    height: 554px;
  }
  footer .footer-container .container .row .footer-col:first-child {
    padding-left: 391px;
  }
  footer .footer-container .container .row .subscribe-form:not(.authenticated) {
    flex-direction: row;
  }
  footer .footer-container .container .row .subscribe-form:not(.authenticated) .form-group {
    margin: 0;
  }
  footer .footer-container .container .row .subscribe-form:not(.authenticated) input[type="submit"] {
    height: 52px;
    align-self: flex-end;
  }
}*/
/*# About page #*/
/*.about-page {
  padding: 3rem 1rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .about-page {
    padding: 3rem;
    font-size: 1rem;
  }
  .text-and-image-text {
    padding-right: 1rem;
    padding-left: 0rem;
  }
  .text-and-image-text.text-right {
    padding-right: 0rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1112px) {
  .about-page {
    padding: 3rem;
    font-size: 1.1rem;
  }
}*/
/*# Reference #*/
/*.reference {
  padding: 3rem;
}
.reference .quote {
  font-size: 1.1rem;
}
.reference .quote .text {
  font-size: 1.3rem;
  font-style: italic;
  padding-bottom: 4rem;
}
.reference .quote .name-and-description {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.reference .quote .name-and-description .name {
  font-weight: bold;
}
.reference .quote .name-and-description .description {
  font-style: italic;
}
@media (max-width: 767px) {
  .reference {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .reference .full-height {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .reference .full-height {
    display: flex;
    align-items: stretch;
  }
  .reference .quote {
    padding-left: 2rem;
    font-size: 0.9rem;
  }
  .reference .quote .text {
    font-size: 1rem;
    padding-left: 1rem;
  }
  .reference .quote:before {
    content: "\201C";
    opacity: 0.1;
    font-size: 350px;
    position: absolute;
    right: 0;
    top: -110px;
  }
}
@media (min-width: 1112px) {
  .reference .quote {
    font-size: 1.1rem;
  }
  .reference .quote .text {
    font-size: 1.3rem;
  }
}
@media (min-width: 1440px) {
  .reference .quote {
    font-size: 1.2rem;
  }
  .reference .quote .text {
    font-size: 1.5rem;
  }
}*/
/*# Forms #*/
/*.form-group {
  margin-bottom: 0.8rem;
}
.form-group-label {
  margin-bottom: 0.3rem;
}
.form-group-label-required:after {
  content: "*";
  color: #B4594A;
}
.form-group-input input,
.form-group-input textarea {
  padding: 0.4rem;
  width: 60%;
}
.form-group-input textarea {
  width: 100%;
  height: 6rem;
}
.form-group-input .Error input,
.form-group-input .Error textarea {
  border-color: #D12127;
}*/
/*# Messages #*/
/*.message,
.error-label,
.info-label {
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  display: block;
}
.message-error,
.error-label {
  color: #D12127;
}
.info-label {
  color: white;
  background-color: #497d04 !important;
  padding: 1rem;
}*/
/*# Copyright #*/
/*.copyright {
  padding-top: 16px;
  padding-bottom: 16px;
}
.uppercase-text {
  text-transform: uppercase;
}*/
/*# Article Tile #*/
/*.articles-section {
  padding: 0 1rem;
  background: url(../Images/plant-3.png) right top no-repeat, url(../Images/plant-1.png) left bottom no-repeat;
}
.articles-page .articles-section {
  padding-top: 4rem;
  background: url(../Images/plant-3.png) right top no-repeat;
}
.articles-page .row:after,
.articles-page .row:before {
  display: none;
}
.article-tile {
  overflow: hidden;
}
.article-tile h2 a {
  color: #846331;
}
.article-tile .article-tile-inner {
  height: 100%;
  background: #ffffff;
}
.article-tile-small {
  margin-bottom: 0.5rem;
}
.article-tile-info {
  position: relative;
  padding: 1rem;
}
.article-tile-image {
  width: 100%;
  display: block;
}
.article-tile-date {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2.143;
  color: #ffffff;
  background: #846331;
}
a + .article-tile-info .article-tile-date {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.title-wrapper {
  text-align: center;
  width: 100%;
}
.title-wrapper .title-tab {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.16666;
  text-align: center;
}
@media (max-width: 1111px) {
  .article-tile-large {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .articles-section .row:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  .title-tab:before,
  .title-tab:after {
    width: 130px;
    height: 1px;
    position: absolute;
    top: 50%;
    background: currentColor;
    content: '';
  }
  .title-tab:before {
    right: calc(100% + 32px);
  }
  .title-tab:after {
    left: calc(100% + 32px);
  }
  .article-tile-image {
    height: 240px;
    object-fit: cover;
  }
  .article-tile-small {
    align-self: stretch;
    padding-right: 0.25rem;
  }
  .article-tile-small.last {
    padding-right: 0;
  }
  .article-tile-small + .article-tile-small {
    padding-left: 0.25rem;
  }
  .article-tile-small.last {
    padding-right: 0;
  }
  .article-tile-large {
    margin-bottom: 1.5rem;
  }
  .article-tile-large .article-tile-image {
    height: 440px;
    width: 100%;
  }
}
@media (min-width: 1112px) {
  .articles-section {
    padding: 0 3rem;
  }
  .article-tile-large {
    height: 440px;
  }
  .article-tile-large .article-tile-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem;
  }
  .article-tile-large .article-tile-info h2 {
    margin: 0;
  }
  .article-tile-large .article-tile-info .article-tile-date {
    position: relative;
    color: #000000;
    background: none;
    transform: none;
    align-self: flex-start;
    padding: 0;
  }
  .article-tile-large .article-tile-info .article-tile-date:after {
    display: block;
    width: 49px;
    height: 1px;
    position: absolute;
    left: calc(100% + 12px);
    bottom: 10px;
    background: #000000;
    content: '';
  }
  .article-tile-image {
    height: 180px;
    object-fit: cover;
  }
  .article-tile-small {
    margin-bottom: 1rem;
    padding-right: 0.75rem;
  }
  .article-tile-small + .article-tile-small {
    padding-left: 0.75rem;
  }
  .article-tile-small.last {
    padding-right: 0;
  }
  .article-tile-info {
    padding: 3rem 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 1440px) {
  .article-tile-large .article-tile-info {
    padding: 6.25rem;
  }
  .article-tile-image {
    height: 221px;
  }
}*/
/*# Article detail tile #*/
/*.article-detail-page {
  padding: 3rem 1rem;
  font-size: 1.2rem;
}
.article-detail-page .article-detail {
  padding: 0 2rem;
}
.article-detail-page .article-related-articles .title-tab {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.article-detail-page .article-related-articles .title-tab:before,
.article-detail-page .article-related-articles .title-tab:after {
  width: 30px;
}
.article-detail-page .article-related-articles .title-tab:before {
  right: calc(100% + 10px);
}
.article-detail-page .article-related-articles .title-tab:after {
  left: calc(100% + 10px);
}
.article-detail-page .article-related-articles .article-tile {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .article-detail-page {
    padding: 3rem;
    background: url(../Images/plant-3.png) right top no-repeat;
  }
}
@media (min-width: 1112px) {
  .article-detail-page .article-related-articles .title-tab {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .article-detail-page .article-related-articles .title-tab {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.article-detail-datetime {
  margin-bottom: 1rem;
}
.article-detail-image {
  margin-bottom: 1rem;
}
.article-detail-content {
  margin-top: 2rem;
}
.article-detail-full-width {
  margin-top: 35px;
}
.article-detail-full-width .article-detail-content {
  margin-top: 3rem;
}
.article-detail-full-width .equal-height {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.article-detail-full-width .article-title--align-middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1112px) {
  .article-detail-full-width .article-detail-image {
    width: 540px;
  }
  .article-detail-full-width .article-title--padding {
    width: 75px;
  }
  .article-detail-full-width .article-detail-content {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .article-detail-related-box {
    margin-bottom: 50px;
  }
  .article-detail-related-box .article-title--align-middle h2 {
    margin-top: 0;
  }
}*/
/*# Article related articles#*/
/*.article-related-articles-sidebar[data-sidebar-location="Right"] {
  padding-left: 1rem;
}
.article-related-articles-sidebar[data-sidebar-location="Left"] {
  padding-right: 1rem;
}
.article-related-articles {
  margin-top: 3rem;
}
.article-related-articles .title-tab {
  margin: 0;
}
.article-related-articles .col-lg-3 {
  margin-bottom: 20px;
}
.article-related-articles .col-lg-3 p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .article-related-articles .col-lg-3 .article-tile-image {
    height: 245px;
  }
}*/
/*# Contact info #*/
/*.contact-info {
  list-style-type: none;
  padding: 0;
}*/
/*# Pager #*/
/*.pagination {
  text-align: center;
  padding: 0;
  list-style-type: none;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  color: black;
  padding: 3px 5px;
  text-decoration: none;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  border-bottom: 2px solid #E6E6E6;
}
.pagination > li.active {
  color: #846331;
  border: 2px solid #846331;
  padding: 3px 9px;
}
.pagination > li.PagedList-skipToPrevious > a,
.pagination > li.PagedList-skipToNext > a {
  text-decoration: underline;
  color: #846331;
  border-bottom: none;
}*/
/*# Not found - 404 #*/
/*@media (min-width: 768px) {
  .not-found-content {
    margin-left: 1rem;
  }
}*/
/*# Home banner #*/
/*.banner-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 580px;
  width: 100%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 60%;
  text-align: left;
  margin-bottom: 1rem;
}
.banner-heading {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  padding: 1rem;
  display: inline-block;
  margin-bottom: 0;
}
.banner-text {
  color: #FFF;
  font-size: 1.375rem;
  padding: 1.5rem;
  display: block;
  max-width: 31.25rem;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  position: relative;
}
.banner-link {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .banner-section {
    padding: 7.5rem;
  }
  .banner-heading {
    font-size: 5rem;
  }
}*/
/*# Our story #*/
/*.ourstory-section {
  position: relative;
  color: #ffffff;
  padding: 1rem 1rem 7rem 1rem;
  font-size: 1.5rem;
  background: #B49669;
  background-image: url(../Images/plant-4.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.ourstory-section .section-text {
  font-weight: 500;
}
.ourstory-section .title-tab {
  color: #ffffff;
}
.ourstory-section .btn-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  margin: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .ourstory-section {
    padding: 3rem 3rem 7rem 3rem;
    font-size: 2.25rem;
  }
}
.home-bottom-bg {
  background: url(../Images/cup.png) right center no-repeat;
}*/
/*# About #*/
/*.about-section {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .about-section {
    padding: 0;
  }
  .about-section .row--with-cols-padding > div[class^='col-'],
  .about-section .row--with-cols-padding > div[class*=' col-'] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .about-section .row--with-cols-padding > div[class^='col-']:first-child,
  .about-section .row--with-cols-padding > div[class*=' col-']:first-child {
    text-align: right;
  }
}*/
/*# Cafes #*/
/*.cafes-page {
  padding: 3rem 1rem;
}
@media (min-width: 768px) {
  .cafes-page {
    padding: 3rem;
    background: url(../Images/plant-3.png) right top no-repeat;
  }
}
.cafe-cards {
  margin-left: 1px;
  margin-top: 16px;
}
.cafe-cards .title-tab {
  margin-top: 0;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0px;
}*/
/*# Cafe tile #*/
/*.cafe-tile {
  background: #CEB48D;
  color: #FFF;
  height: 200px;
  overflow: hidden;
}
.cafe-tile-address {
  font-style: normal;
  padding-bottom: 1rem;
}
.cafe-tile-address-anchor,
.cafe-tile-address-anchor:hover,
.cafe-tile-address-anchor:focus,
.cafe-tile-address-anchor:active {
  color: #FFF;
}
.cafe-tile-image {
  width: 100%;
}
.cafe-tile-content {
  padding: 0 1rem 1rem 1rem;
}
.cafe-tile-content .cafe-tile-name {
  color: #494132;
}*/
/*# Cafe image tile #*/
/*.cafe-image-tile {
  background: #B49669;
  color: #FFF;
}
.cafe-image-tile-address {
  font-style: normal;
  padding-bottom: 1rem;
}
.cafe-image-tile-address-anchor,
.cafe-image-tile-address-anchor:hover,
.cafe-image-tile-address-anchor:focus,
.cafe-image-tile-address-anchor:active {
  color: #FFF;
}
.cafe-image-tile-image {
  height: 200px;
  max-width: 200px;
  position: absolute;
  bottom: 1px;
}
.cafe-image-tile-content {
  padding: 0 1rem 1rem 1rem;
}
.cafe-image-tile-content .cafe-image-tile-name {
  color: #494132;
}
@media (min-width: 400px) {
  .cafe-image-tile {
    height: 200px;
    overflow: hidden;
  }
  .cafe-image-tile-image-wrapper {
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
    margin-right: 1rem;
  }
  .cafe-image-tile-content {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {*/
  /* md size */
  /*.cafe-image-tile {
    height: 220px;
  }
  .cafe-image-tile-image-wrapper {
    width: 150px;
  }
  .cafe-image-tile-image {
    max-width: 150px;
    height: auto;
  }
}
@media (min-width: 1112px) {*/
  /* lg size */
  /*.cafe-image-tile {
    height: 200px;
  }
  .cafe-image-tile-image-wrapper {
    width: 200px;
  }
  .cafe-image-tile-image {
    height: 200px;
    max-width: 200px;
  }
}*/
/*# Taste our coffee #*/
/*.ourcoffee-tile-image {
  overflow: hidden;
  width: 100%;
}
.ourcoffee-tile-text {
  position: absolute;
  color: #ffffff;
  display: block;
  width: 100%;
  z-index: 11;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.ourcoffee-tile-link {
  display: flex;
  justify-content: center;
  font-size: 0;
  position: relative;
  background: #B49669;
  height: 300px;
  margin-bottom: 1.5rem;
}
.ourcoffee-tile-link img {
  object-fit: cover;
  object-position: 50% 0;
}
.cafe-overlay {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.26%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.315)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.315) 100%);
}
@media (min-width: 768px) {
  .ourcoffee-tile-link {
    height: 200px;
    margin-bottom: 0;
  }
  .ourcoffee-tile-link h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1112px) {
  .ourcoffee-tile-link {
    height: 300px;
  }
  .ourcoffee-tile-link h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1440px) {
  .ourcoffee-tile-link {
    height: 400px;
  }
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0px;
}*/
/*# Contacts page #*/
/*.contacts-page {
  padding: 3rem 1rem;
}
@media (min-width: 768px) {
  .contacts-page {
    padding: 3rem;
    background: url(../Images/plant-3.png) right top no-repeat;
  }
}*/
/*# Map #*/
/*.map {
  height: 400px;
}*/
/*# Messages #*/
/*.message,
.ErrorLabel,
.InfoLabel,
.error-label {
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  display: block;
}*/
/*# Search tile #*/
/*.search-tile {
  margin-bottom: 3rem;
  padding: 1rem;
}
.search-tile-badge {
  background: #846331;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}
.search-tile-subtitle {
  padding: 0.5rem 0;
}
.search-tile-product-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {*/
  /* md size */
  /*.search-tile-content {
    padding-left: 1rem;
  }
  .search-tile-title {
    margin-top: 0;
  }
}*/
/*# Registration #*/
/*@media (max-width: 768px) {
  .signin-register .form-group-input input[type="text"],
  .signin-register .form-group-input input[type="password"],
  .signin-register .form-group-input input[type="email"],
  .signin-register .form-group-input textarea {
    width: 100% !important;
  }
}
.signin-register .validation-summary-errors ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.signin-register .validation-summary-errors ul li {
  color: white !important;
  display: block;
  font-weight: bold;
  text-align: left;
  background-color: #D12127;
  padding: 10px 12px;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
.signin-register .input-validation-error {
  border-color: #d12127 !important;
}
.signin-register .field-validation-error {
  color: #d12127;
  display: block;
  padding-bottom: 10px;
  text-align: left;
}
.signin-register h2 {
  margin-top: 0;
}
.signin-register .zone-dark {
  background: #F0E8DD;
  padding: 1rem;
}
.signin-register .zone-light {
  padding: 1rem;
}
.signin-register .separator {
  line-height: 1em;
  border-bottom: 2px solid #bebebe;
  margin: 1rem 0;
}
.signin-register .separator:before {
  position: relative;
  left: 50%;
  margin-left: -2rem;
  padding: 0 0.5rem;
  top: 0.5rem;
  background: #E7E7E7;
}
.signin-register input[type="submit"] {
  margin: 0.5rem 0;
}
.signin-register input[type="password"],
.signin-register input[type="text"],
.signin-register input[type="email"] {
  height: 2.6rem;
  margin-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 2px solid #BEBEBE;
}
.signin-register .logon-password-retrieval-result {
  color: white;
  display: block;
  text-align: left;
  background-color: green;
  padding: 10px 12px;
  margin-bottom: 0.7rem;
}
.signin-register .logon-password-retrieval-result-failed {
  background-color: #D12127 !important;
  font-weight: bold;
}
.signin-register .EditingFormErrorLabel {
  color: #D12127;
}*/
/*# Logon password and remember me #*/
/*.logon-remember-me-checkbox {
  display: block;
}
.logon-remember-me-checkbox input[type="checkbox"] {
  width: auto;
  margin-right: 0.15rem;
}
.logon-password-retrieval-link {
  background-color: white;
  display: block;
  padding: 8px 16px;
  margin: 0 -16px;
  top: 16px;
  position: relative;
}*/
/*# Glimpse #*/
/*.glimpse > .glimpse-nowrap {
  z-index: 20000;
}
.hidden {
  display: none;
}
.spinner {
  animation: spin 1.2s infinite linear;
}*/
/*# Manufacturers #*/
/*.manufacturer-list {
  height: 80px;
}
.manufacturer-list .manufacturer-item {
  height: 80px;
  position: relative;
}
.manufacturer-list .manufacturer-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.breadcrumbs .arrow {
  padding-left: 20px;
  padding-right: 10px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #1C1C1C;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
  text-decoration: none;
}*/
