html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hind', sans-serif;
}
body {
  font-size: 1em;
  line-height: 1.5;
  color: #000;
  background-color: #f5f4f4;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 1em;
}
li {
  margin-bottom: 15px;
}
a {
  text-decoration: underline;
  color: #346364;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  font-weight: 700;
}
a:visited {
  color: #346364;
}
a:active {
  color: #346364;
}
a:hover {
  text-decoration: none;
  color: #013c3d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  font-family: 'Philosopher', sans-serif;
  line-height: 24px;
  color: #013c3d;
}
h1 {
  font-size: 1.875em;
  line-height: 1.2;
  margin-bottom: 22px;
}
h2 {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.3125em;
  line-height: 1.428571428571429;
  margin-bottom: 22px;
}
h4 {
  font-family: 'Hind', sans-serif;
  font-size: 1.3125em;
  line-height: 1.428571428571429;
  margin-bottom: 18px;
}
h5 {
  font-family: 'Hind', sans-serif;
  font-size: 1.125em;
  line-height: 1.333333333333333;
  margin: 34px 0 16px;
}
h6 {
  font-family: 'Hind', sans-serif;
  font-size: 0.875em;
  font-weight: 800;
  margin: 33px 0 21px;
}
small {
  font-size: 0.875em;
  line-height: 1.5;
}
::selection {
  background: #f1e8e1;
}
::-moz-selection {
  background: #f1e8e1;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.cp-hidden {
  position: absolute;
  left: -9999em;
}
figure {
  margin: 0;
}
.cp-diamond {
  position: relative;
  text-align: center;
  display: inline-block;
  min-width: 28px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  height: 28px;
}
.cp-diamond:hover:before {
  border-bottom-color: #013c3d;
}
.cp-diamond:hover:after {
  border-top-color: #013c3d;
}
.cp-diamond:before,
.cp-diamond:after {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-left: -14px;
  z-index: -1;
}
.cp-diamond:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 28px solid transparent;
  border-bottom: 28px solid #346364;
  margin-top: -42px;
}
.cp-diamond:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 28px solid transparent;
  border-top: 28px solid #346364;
  margin-top: 14px;
  margin-left: -14px;
  z-index: -1;
}
.lead-paragraph {
  font-size: 1.3125em;
  line-height: 30px;
  font-weight: 200;
  color: #013c3d;
}
.cp-lined {
  position: relative;
}
.cp-lined a {
  font-weight: 600;
  color: #013c3d;
}
.cp-lined:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}
.cp-lined {
  font-size: 0.875em;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 32px 0 24px;
  position: relative;
  line-height: 1;
}
.cp-lined:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  z-index: -1;
  border-bottom: 1px solid #e1cfc0;
}
.cp-lined span {
  background-color: #f5f4f4;
  padding: 0 24px;
}
p.cp-lined {
  display: inline-block;
  padding: 0 40px;
  margin: 12px 0;
}
.cp-overlined {
  border-top: 1px solid #e1cfc0;
  padding: 32px 0 30px;
}
.cp-pullout {
  background-color: #ece5e0;
  padding: 25px 0 43px;
  margin: 0 0 46px;
}
.cp-pullout .cp-lined {
  margin: 0;
}
.cp-pullout .cp-lined span {
  background-color: transparent;
}
.cp-pullout .cp-featured-quote {
  margin: 0;
}
.cp-pullout .cp-featured-quote p:before {
  border-color: #fff;
}
.by-line {
  font-size: 0.875em;
  color: #013c3d;
  font-weight: 800;
}
.cp-content-page {
  text-align: left;
}
.cp-content-page img {
  margin-bottom: 18px;
}
.float-left {
  float: left;
  clear: left;
}
.float-right {
  float: right;
  clear: right;
}
img.float-left {
  margin: 3px 34px 18px 0;
}
img.float-right {
  margin: 3px 0 18px 34px;
}
.cp-btn.float-left {
  margin-right: 10px;
}
.cp-btn.float-right {
  margin-left: 10px;
}
.cp-btn-back {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  color: #013c3d;
  position: relative;
  padding-left: 12px;
}
.cp-btn-back a:link {
  text-decoration: none;
}
.cp-btn-back a:link:hover {
  text-decoration: underline;
}
.cp-btn-back:before {
  font-family: 'icomoon';
  content: '\e60c';
  position: absolute;
  left: -5px;
  font-size: 15px;
  line-height: 24px;
}
table {
  width: 100%;
  border: 1px solid #dce1e1;
}
table th {
  background-color: #dce1e1;
  font-size: 1.125em;
  font-weight: normal;
}
table th,
table td {
  padding: 3px 15px;
}
table td {
  border-top: 1px solid #dce1e1;
  border-left: 1px solid #dce1e1;
}
.cp-responsive-iframe {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.cp-responsive-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cp-admin .cp-main-content {
  font-size: 0.875em;
}
.cp-admin table th,
.cp-admin table td {
  padding: 3px 5px;
  vertical-align: top;
  word-wrap: break-word;
  max-width: 160px;
  white-space: normal !important;
}
.cp-admin table th {
  font-size: 1em;
}
.cp-admin table img {
  max-width: none;
  margin: 0;
}
.cp-admin fieldset {
  margin: 0;
}
.cp-admin table input,
.cp-admin table select {
  margin: 0;
}
.cp-admin table input ~ input {
  margin-top: 20px;
}
fieldset {
  padding: 0;
  border: none;
  margin: 0;
  text-align: left;
}
fieldset p {
  text-align: center;
  margin-top: 0;
}
label {
  font-size: 1em;
  line-height: 24px;
  padding-right: 20px;
  min-height: 1px;
}
input,
select,
textarea {
  outline: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #faf6f3;
  color: #013c3d;
  border-radius: 0;
  font-family: inherit;
  line-height: 27px;
  border: 1px solid #e1cfc0;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
input:focus,
select:focus,
textarea:focus {
  background-color: #fff;
}
textarea {
  width: 100%;
  -webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
}
select {
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
select:hover {
  background-color: #fff;
}
select {
  background-image: url("../../img/design/Artemission-Registration.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  padding-right: 38px;
  word-wrap: normal;
}
input[list]:focus {
  background-image: url("../../img/design/Artemission-Registration.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}
.ie8 input {
  line-height: 38px;
}
::-ms-clear {
  display: none;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
select::-ms-expand {
  display: none;
}
input::-webkit-calendar-picker-indicator {
  display: none;
}
input:-webkit-autofill {
  background-color: #faffbd;
}
input[type=submit],
button,
.cp-btn,
.cp-btn:visited,
.cp-btn:link {
  background-color: #346364;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 0.875em;
  text-decoration: none;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0 25px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: inline-block;
  cursor: pointer;
  margin: 15px 0;
  font-weight: 500;
}
input[type=submit]:hover,
button:hover,
.cp-btn:hover,
.cp-btn:visited:hover,
.cp-btn:link:hover {
  background-color: #013c3d;
}
input[type=submit]:disabled,
button:disabled,
.cp-btn:disabled,
.cp-btn:visited:disabled,
.cp-btn:link:disabled {
  background-color: #ddd;
  color: #ababab;
}
input.cp-btn-primary,
.cp-btn-primary,
.cp-btn-primary:visited,
.cp-btn-primary:link {
  border: 1px solid #f4cbc2;
  background-color: #013c3d;
}
input.cp-btn-primary:hover,
.cp-btn-primary:hover,
.cp-btn-primary:visited:hover,
.cp-btn-primary:link:hover {
  background-color: #346364;
}
.parsley-errors-list {
  margin: 0;
}
.cp-form-field {
  position: relative;
  display: block;
}
.cp-form-field .parsley-errors-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cp-form-field .parsley-required,
.cp-form-field .parsley-type,
.cp-form-field .parsley-custom-error-message {
  margin-top: -15px;
  margin-bottom: 15px;
  float: left;
  clear: left;
  color: #9e0b0f;
  text-transform: uppercase;
  font-size: 0.875em;
}
.cp-field-wrap {
  position: relative;
  display: block;
}
.cp-field-wrap.error:after,
.cp-field-wrap.complete:after {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'icomoon';
  color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 5px;
  margin: 7px 5px 0 0;
  width: 25px;
  height: 25px;
}
.cp-field-wrap.error:after {
  content: '\e61b';
  background-color: #9e0b0f;
}
.cp-field-wrap.error input {
  border-color: #9e0b0f;
}
.cp-field-wrap.complete:after {
  background-color: #39b54a;
  content: '\e61a';
}
.required-star {
  color: #9e0b0f;
}
.cp-select-wrap span:after {
  font-family: 'icomoon';
  content: '\e61d';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  padding: 2px 25px 36px 10px;
  border-left: 1px solid #e1cfc0;
  font-size: 16px;
  color: #e1cfc0;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.cp-select-wrap:hover span:after {
  background-color: #fff;
  color: #000;
}
.cp-input-wrap:after {
  font-family: 'icomoon';
  content: '\e61d';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  padding: 2px 25px 36px 10px;
  border-left: 1px solid #e1cfc0;
  font-size: 16px;
  color: #e1cfc0;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.cp-input-wrap:hover:after {
  background-color: #fff;
  color: #000;
}
.cp-header {
  background-color: #f1e8e1;
  border-bottom: 1px solid #e1cfc0;
}
.cp-logo {
  display: block;
  max-width: 196px;
  margin: 0 auto;
}
.cp-logo img {
  max-width: 100%;
  padding: 26px 0 28px;
}
.cp-main-nav-list {
  padding: 0;
  list-style-type: none;
  margin: 0 -15px;
}
.cp-main-nav-list fieldset {
  margin: 0;
}
.cp-main-nav-list li {
  margin-bottom: 0;
}
.cp-main-nav-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-main-nav-list a,
.cp-main-nav-list .cp-main-nav-link {
  text-decoration: none;
  padding: 5px 15px;
  display: block;
  color: #013c3d;
  font-weight: normal;
}
.cp-main-nav-list a:hover,
.cp-main-nav-list .cp-main-nav-link:hover {
  background-color: #ecdfd5;
}
.cp-main-nav-list h3 {
  margin: 0;
  font-size: 1em;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Hind', sans-serif;
}
.cp-main-nav-list h3 a {
  font-weight: inherit;
}
.cp-main-nav-link {
  display: block;
  position: relative;
}
.cp-sub-nav {
  display: none;
  text-align: left;
}
.cp-personal {
  display: table;
  width: 100%;
}
.has-children .menu-item-arrow:after {
  content: '\e60f';
  font-family: 'icomoon';
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  transition: transform 0.2s;
  right: 0;
  right: 0;
  top: 0px;
  padding: 5px 10px;
  cursor: pointer;
}
.has-children.open .cp-sub-nav {
  display: block;
}
.has-children.open .menu-item-arrow:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cp-main-nav-login input[type=text],
.cp-main-nav-login input[type=password] {
  background-color: #fff;
  border: 1px solid #e1cfc0;
  height: 38px;
  margin-bottom: 20px;
  width: 100%;
}
.cp-main-nav-login input[type=checkbox] {
  float: left;
  margin: 4px 5px 0 0;
}
.cp-main-nav-login .cp-login a {
  font-size: 0.875em;
  margin: -6px 0 8px;
  display: block;
  float: left;
  width: 100%;
  text-decoration: underline;
}
.cp-main-nav-login .cp-login a:hover {
  text-decoration: none;
}
.cp-main-nav-login label {
  font-size: 0.875em;
  font-weight: 500;
  display: inline;
  float: none;
  line-height: 24px;
  width: auto;
}
.cp-sub-nav a {
  padding-left: 30px;
  padding-right: 30px;
}
.cp-main-nav-list .cp-mega-menu ul a {
  padding-left: 45px;
  padding-right: 45px;
}
.no-js .cp-main-nav-item:hover .cp-sub-nav {
  display: block;
}
body {
  background-color: #013c3d;
}
body .cp-sticky-footer {
  background-color: #f5f4f4;
}
.cp-logo {
  float: right;
}
.cp-main-nav-list .cp-login {
  padding: 21px 19px;
}
.cp-main-nav-list .cp-login input[type=submit] {
  margin: 0;
  float: right;
}
.cp-main-nav-list .cp-login a {
  border-top: none;
  padding: 0;
}
.cp-main-nav-list .cp-login a:hover {
  background-color: transparent;
}
.cp-main-nav-list {
  display: none;
  width: 80%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  clear: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #fff;
}
.cp-main-nav-list a,
.cp-main-nav-list .cp-main-nav-link {
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.cp-main-nav-list a:hover,
.cp-main-nav-list .cp-main-nav-link:hover {
  background-color: #346364;
}
.cp-main-nav-list h3,
.cp-main-nav-list a,
.cp-main-nav-link {
  line-height: 30px;
}
.menu-open .cp-main-nav-list,
.menu-closing .cp-main-nav-list {
  display: block;
}
.cp-main-nav .menu-button {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 25px;
  text-decoration: none;
}
.cp-main-nav .menu-button span {
  position: absolute;
  left: -9999em;
}
.cp-main-nav .menu-button:after {
  content: "\e623";
  line-height: 27px;
  font-size: 32px;
  font-family: 'icomoon';
  display: block;
  padding: 5px 2px 4px;
}
.cp-sticky-footer {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}
.menu-open .cp-sticky-footer,
.menu-open .cp-footer {
  -webkit-transform: translate(80%);
  -moz-transform: translate(80%);
  -ms-transform: translate(80%);
  transform: translate(80%);
}
.menu-open form,
.menu-closing form {
  overflow: hidden !important;
}
.cp-main-wrap .cp-search {
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  width: 80%;
}
.cp-main-wrap .cp-search-btn-wrap {
  background-color: #346364;
}
.cp-main-wrap .cp-search-btn-wrap:hover {
  background-color: #013c3d;
}
.cp-side-nav {
  border-top: 1px solid #e1cfc0;
  margin: 50px 0;
  color: #013c3d;
}
.cp-side-nav li {
  margin-bottom: 0;
}
.cp-side-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e1cfc0;
  padding: 20px 0;
}
.cp-side-nav ul ul {
  border-top: 1px solid #e1cfc0;
  padding: 12px 0 0;
  margin-bottom: 12px;
  font-size: 0.875em;
  margin-top: 6px;
}
.cp-side-nav ul ul a {
  padding: 0 0 12px 10px;
}
.cp-side-nav a {
  text-decoration: none;
  padding: 3px 0;
  display: block;
  font-weight: normal;
  color: #013c3d;
}
.cp-side-nav a:hover {
  text-decoration: underline;
}
.cp-side-nav .current >a {
  font-weight: 600;
}
.cp-side-nav > ul:last-child {
  border-bottom: none;
}
.cp-main-content {
  text-align: center;
}
.cp-main-content img {
  max-width: 100%;
}
.cp-main-content ul {
  list-style-position: inside;
}
.cp-main-wrap {
  margin-top: 20px;
}
.marquee-wrapper {
  width: 100% !important;
}
.marquee-wrapper div {
  width: 100% !important;
}
table {
  text-align: left !important;
}
.new-order {
  background-color: #fff;
}
.pending-order {
  background-color: #ddd;
}
.instalments {
  background-color: #bfffbf;
}
.cp-footer {
  border-top: 1px solid #c4cfcf;
  box-shadow: inset 0px 14px 0px 0px #013c3d;
  padding-top: 14px;
  text-align: center;
  font-size: 0.875em;
}
.cp-footer-upper {
  border-top: 1px solid #32605f;
  background-color: #f4eee8;
  color: #013c3d;
}
.cp-footer-upper a {
  color: #013c3d;
}
.cp-footer-lower {
  background-color: #013c3d;
  color: #fff;
}
.cp-footer-lower a {
  color: #fff;
  font-weight: normal;
}
.cp-footer-orders {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 30px 0 28px;
  margin: 0;
  position: relative;
}
.cp-footer-orders:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  border-bottom: 1px solid #e1cfc0;
  left: 25%;
}
.cp-footer-orders a {
  text-decoration: none;
}
.cp-footer-orders a:hover {
  text-decoration: underline;
}
.cp-footer .cp-email {
  background-color: #dfcbbb;
  position: relative;
  margin: 0 -30px;
  padding: 80px 0 58px;
  text-align: center;
}
.cp-footer .cp-email a {
  text-decoration: none;
}
.cp-footer .cp-email a:hover {
  text-decoration: underline;
}
.cp-footer img {
  max-width: 100%;
  padding: 20px 0;
}
.cp-footer .cp-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cp-footer .cp-links li {
  display: inline;
  margin: 0 10px;
}
.cp-footer .cp-links a {
  text-decoration: none;
}
.cp-footer .cp-links a:hover {
  text-decoration: underline;
}
.cp-search {
  position: relative;
  margin-bottom: 20px;
}
.cp-search fieldset {
  margin-top: 0;
  margin-bottom: 0;
}
.cp-search label {
  display: none;
  float: none;
  clear: none;
  width: auto;
}
.cp-search input[type=text] {
  border: 1px solid #e1cfc0;
  height: 50px;
  font-size: 21px;
  width: 100%;
  padding-right: 50px;
  margin: 0;
  line-height: 35px;
}
.cp-search input[type=submit] {
  margin: 0;
}
.cp-search-btn-wrap {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #013c3d;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cp-search-btn-wrap:hover {
  background-color: #346364;
}
.cp-search-btn-wrap:before {
  content: '\e606';
  position: absolute;
  top: 14px;
  left: 14px;
  color: #fff;
  font-family: 'icomoon';
  font-size: 25px;
  line-height: 1;
}
.cp-search-btn-wrap input[type=submit] {
  height: 50px;
  width: 50px;
  padding: 0;
  text-indent: -9999em;
  background-color: transparent;
  position: relative;
}
.cp-teaser-list {
  padding: 0 15px;
}
.cp-teaser-list .cp-teaser {
  padding: 0 4px;
  margin-bottom: 8px;
  min-height: 370px;
}
.cp-teaser-basket-list {
  margin-bottom: 58px;
}
.cp-teaser-basket-list .cp-teaser {
  padding: 0 1px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}
.cp-teaser-basket-list .cp-teaser .cp-btn {
  display: block;
  opacity: 1;
  position: relative;
  margin-left: 0;
  top: auto !important;
  left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 12px;
  margin-bottom: 0;
  width: 100%;
}
.cp-teaser-basket-list .cp-teaser a:after {
  content: none;
}
.cp-teaser-basket-list h3 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
}
.cp-teaser {
  margin: 0 -15px;
  position: relative;
}
.cp-teaser a {
  display: block;
  text-decoration: none;
}
.cp-teaser a:after {
  content: '';
  background-color: rgba(255,255,255,0);
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 0;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cp-teaser a:hover:after {
  background-color: rgba(1,60,61,0.1);
}
.cp-teaser a:hover .cp-btn {
  opacity: 1;
}
.cp-teaser-reserved,
.cp-teaser-sold {
  color: #fff;
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  font-size: 1em;
}
.cp-teaser-reserved {
  background-color: transparent;
  color: #85090d;
}
.cp-teaser-sold {
  background-color: transparent;
  color: #d10f15;
}
.cp-teaser-price {
  font-family: 'Philosopher', sans-serif;
  font-size: 1em;
  font-weight: 100;
  margin-top: 0;
}
.cp-teaser-price.cp-lined {
  padding: 0;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
.cp-teaser-price span {
  display: block;
}
.cp-teaser .cp-btn {
  display: none;
  position: relative;
  padding: 0 15px;
  z-index: 1;
  -webkit-transition: opacity 0.2s 0.1s, background-color 0.2s;
  -moz-transition: opacity 0.2s 0.1s, background-color 0.2s;
  transition: opacity 0.2s 0.1s, background-color 0.2s;
}
.cp-teaser img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cp-teaser-content {
  padding: 20px 15px;
  font-family: 'Hind', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
  height: 96px;
  overflow: hidden;
}
.cp-mosaic {
  overflow: hidden;
}
.cp-mosaic-tile {
  float: left;
  width: 25%;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25%;
}
.cp-mosaic-tile a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotate(45deg) scale(0.7);
  -moz-transform: rotate(45deg) scale(0.7);
  -ms-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}
.cp-mosaic-tile a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1,60,61,0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -webkit-backface-visibility: hidden;
}
.cp-mosaic-tile a:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(1,60,61,0.8);
  z-index: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}
.cp-mosaic-tile a:hover:before {
  opacity: 1;
}
.cp-mosaic-tile a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cp-mosaic-tile img {
  display: block;
  -webkit-transform: rotate(-45deg) scale(1.428571428571429);
  -moz-transform: rotate(-45deg) scale(1.428571428571429);
  -ms-transform: rotate(-45deg) scale(1.428571428571429);
  transform: rotate(-45deg) scale(1.428571428571429);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.cp-mosaic-tile span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -8px;
  -webkit-transition: opacity 0.4s 0.2s;
  -moz-transition: opacity 0.4s 0.2s;
  -o-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
  -webkit-transform: rotate(-45deg) scale(1.428571428571429);
  -moz-transform: rotate(-45deg) scale(1.428571428571429);
  -ms-transform: rotate(-45deg) scale(1.428571428571429);
  transform: rotate(-45deg) scale(1.428571428571429);
  z-index: 2;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
}
.cp-mosaic-tile:nth-child(5) {
  margin-left: 12.5%;
}
.cp-mosaic-tile:nth-child(5),
.cp-mosaic-tile:nth-child(6),
.cp-mosaic-tile:nth-child(7) {
  margin-top: -12.5%;
}
.cp-mosaic-tile:last-child {
  position: relative;
}
.cp-mosaic-tile:last-child:before {
  content: '';
  position: absolute;
  box-shadow: 2px -1px 0px 0px rgba(0,0,0,0.2);
  top: 50%;
  left: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.cp-mosaic-tile:first-child {
  position: relative;
}
.cp-mosaic-tile:first-child:before {
  content: '';
  position: absolute;
  box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.2);
  top: 50%;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.cp-drop-shadow:after {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 75%;
  height: 5px;
  left: 12.5%;
  border-radius: 50%;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
  z-index: -1;
}
.cp-feedback-list h2 {
  margin-bottom: 0;
  font-family: 'Philosopher', sans-serif;
  font-size: 1em;
  font-weight: normal;
}
.cp-feedback-list select {
  float: none;
}
.cp-featured-quote {
  color: #013c3d;
  position: relative;
  margin: 0 0 130px;
  padding: 0 15px;
}
.cp-featured-quote a {
  font-weight: normal;
}
.cp-featured-quote p {
  font-family: 'Philosopher', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 18px 0;
  padding-top: 16px;
  font-style: italic;
}
.cp-featured-quote p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 33.333%;
  width: 33.333%;
  border-top: 1px solid #e1cfc0;
}
.cp-featured-quote:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -21px;
  margin-bottom: -81px;
  padding: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.cp-featured-quote:after {
  content: '”';
  position: absolute;
  left: 50%;
  bottom: 0;
  line-height: 0;
  height: 0;
  width: 0;
  font-size: 46px;
  margin-bottom: -72px;
  font-weight: 800;
  font-family: 'Philosopher', sans-serif;
  margin-left: -11px;
}
.cp-intro-featured-quote p {
  font-size: 1.2em;
}
.cp-news-teaser {
  text-align: left;
  position: relative;
  color: #013c3d;
}
.cp-news-teaser a {
  padding-left: 130px;
  text-decoration: none;
  display: block;
  font-weight: normal;
}
.cp-news-teaser a:hover:before {
  -webkit-transform: rotate(45deg) scale(1.8);
  -moz-transform: rotate(45deg) scale(1.8);
  -ms-transform: rotate(45deg) scale(1.8);
  transform: rotate(45deg) scale(1.8);
}
.cp-news-teaser h3 {
  font-size: 1.5em;
  margin-bottom: 18px;
}
.cp-social {
  text-align: center;
  padding: 24px 0 18px;
}
.cp-social a {
  text-decoration: none;
}
.cp-social a:after {
  font-family: 'icomoon';
  font-size: 25px;
  margin: 0 5px;
}
.cp-social a:hover {
  color: #346364;
}
.cp-social a span {
  position: absolute;
  left: -9999em;
}
.cp-social-twitter a:after {
  content: '\e614';
}
.cp-social-facebook a:after {
  content: '\e615';
}
.cp-social-instagram a:after {
  content: '\e617';
}
.cp-social-pinterest a:after {
  content: '\e616';
}
.cp-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cp-social ul li {
  display: inline;
}
.cp-item-view {
  text-align: left;
}
.cp-item-view-left {
  position: relative;
}
.cp-item-view img {
  display: block;
}
.cp-item-view-thumbnails {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.cp-item-view-thumbnails li {
  float: left;
/*width 25%
			height 0
			padding-bottom 25%*/
  position: relative;
  margin-bottom: 0;
}
.cp-item-view-thumbnails li img {
/*position absolute
				top 0
				left 0*/
  max-height: 100px;
}
.cp-item-view .cp-btn {
  margin-top: 0;
}
.cp-item-view dl {
  margin: 0 0 24px;
}
.cp-item-view dt,
.cp-item-view dd {
  border-top: 1px solid #e4d6cb;
  padding: 7px 0;
  font-size: 0.875em;
}
.cp-item-view dt {
  font-weight: 800;
  min-width: 90px;
  float: left;
  color: #013c3d;
  text-transform: uppercase;
  font-size: 0.75em;
}
.cp-item-view dt.cp-item-price,
.cp-item-view dt.cp-item-description {
  position: absolute;
  left: -9999em;
}
.cp-item-view dd {
  overflow: hidden;
  margin: 0;
}
.cp-item-view dd a {
  font-weight: normal;
}
.cp-item-view dd.cp-item-description {
  font-size: 1em;
}
.cp-item-view dd.cp-item-price {
  text-align: center;
  font-size: 1.3125em;
  padding: 15px 0;
  font-weight: 400;
}
.cp-item-view dd.cp-item-price span {
  border: 1px solid #e1cfc0;
  display: inline-block;
  padding: 15px 24px 11px;
}
.cp-item-view dd.cp-item-price:before {
  top: 40px;
}
.cp-item-view .cp-btn {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.zoomLens {
  border-color: #e1cfc0 !important;
}
.cp-btn-email,
.cp-btn-print {
  display: block;
  padding-left: 50px;
  text-decoration: none;
  position: relative;
  margin-bottom: 12px;
  color: #346364;
  text-transform: uppercase;
  font-size: 0.75em;
}
.cp-btn-email a,
.cp-btn-print a {
  text-decoration: none;
}
.cp-btn-email a:hover,
.cp-btn-print a:hover {
  text-decoration: underline;
}
.cp-btn-email:before,
.cp-btn-print:before {
  position: absolute;
  left: 2px;
  font-family: 'icomoon';
}
.cp-btn-email:before {
  content: '\e621';
  font-size: 16px;
}
.cp-btn-print:before {
  content: '\e620';
  font-family: 'icomoon';
  font-size: 15px;
}
.cp-breadcrumb {
  margin-bottom: 21px;
  text-align: left;
  color: #013c3d;
  font-weight: 800;
}
.cp-breadcrumb a {
  text-decoration: none;
  color: #013c3d;
  font-weight: normal;
}
.cp-breadcrumb a:hover {
  text-decoration: underline;
}
.cp-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-breadcrumb li {
  display: inline;
  padding-left: 28px;
  margin-left: 10px;
  position: relative;
}
.cp-breadcrumb li:before {
  font-family: 'icomoon';
  content: '\e60f';
  position: absolute;
  left: 0;
  top: 0;
}
.cp-breadcrumb li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cp-breadcrumb li:first-child:before {
  content: none;
}
.cp-breadcrumb-home a:hover {
  text-decoration: none;
}
.cp-breadcrumb-home a:hover span {
  text-decoration: underline;
}
.cp-breadcrumb-home a:before {
  content: '\e605';
  font-family: 'icomoon';
  font-size: 19px;
  top: 2px;
  position: relative;
  margin-right: 15px;
}
.cp-pagination {
  font-size: 1.125em;
  margin: 50px 0;
}
.cp-pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-pagination a {
  text-decoration: none;
  padding: 0 2px;
  margin: 0;
  font-weight: normal;
}
.cp-pagination a:hover {
  background-color: rgba(1,60,61,0.1);
}
.cp-pagination li {
  display: inline-block;
  margin-bottom: 12px;
}
.cp-pagination .active {
  font-weight: 600;
}
.cp-pagination span {
  position: absolute;
  left: -9999em;
}
.cp-pagination-prev a,
.cp-pagination-next a {
  position: relative;
}
.cp-pagination-prev a:after,
.cp-pagination-next a:after {
  content: '\e60c';
  font-family: 'icomoon';
  line-height: 0;
  top: 14px;
  font-size: 35px;
  position: absolute;
}
.cp-pagination-prev a {
  padding-right: 30px;
  margin-right: 0px;
}
.cp-pagination-prev a:after {
  left: 0;
}
.cp-pagination-next a {
  padding-left: 30px;
  margin-left: 0px;
}
.cp-pagination-next a:after {
  right: 0;
  content: '\e60f';
}
.cp-shopping-basket {
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
}
.cp-shopping-basket table {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-color: #e1cfc0;
}
.cp-shopping-basket td {
  vertical-align: middle;
  border-left: none;
  border-color: #e1cfc0;
}
.cp-shopping-basket-price {
  font-family: 'Philosopher', sans-serif;
  min-width: 70px;
  display: block;
  font-weight: 500;
}
.cp-shopping-basket-action {
  width: 100%;
  display: block;
  text-align: right;
  white-space: nowrap;
}

.cp-shopping-basket-remove {
  text-decoration: none;
}
.cp-shopping-basket-remove:after {
  content: '\e607';
  font-family: 'icomoon';
  font-size: 24px;
  line-height: 45px;
}
.cp-shopping-basket-remove span {
  position: absolute;
  left: -9999em;
}
.cp-shopping-basket-btn {
  height: 0;
  line-height: 0;
  text-decoration: none;
}
.cp-shopping-basket-btn span {
  position: absolute;
  left: -9999em;
}
.cp-shopping-basket-btn:after {
  content: '\e626';
  font-family: 'icomoon';
  font-size: 30px;
  font-weight: normal;
  line-height: 46px;
/*display block
			padding 3px
			height 0
			line-height 0
			border-radius 50%
			border 3px solid secondary
			-webkit-transition border-color linkTransitionDuration
			-moz-transition border-color linkTransitionDuration
			transition border-color linkTransitionDuration*/
}
.cp-shopping-basket-btn:hover:after {
  border-color: #caa98e;
}
.cp-shopping-basket-checkout {
  float: right;
  text-align: center;
}
.cp-shopping-basket-checkout span {
  display: block;
  border: 1px solid #e5d6ca;
  height: 40px;
  line-height: 40px;
}
.cp-shopping-basket-checkout input {
  margin: 0;
}
.cp-tip {
  position: absolute;
  background-color: #f9f6f3;
  border: 1px solid #e1cfc0;
  padding: 18px 20px;
  max-width: 329px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
  left: -9999em;
}
.cp-tip.hovering {
  opacity: 1;
}
.cp-tip.hoveroff {
  opacity: 0;
}
.cp-tip.hovering,
.cp-tip.hoveroff {
  left: auto;
}
.cp-tip-arrow {
  position: absolute;
  top: 0;
  left: -6.5px;
  padding: 6px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  -moz-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #f9f6f3;
  border-left: 1px solid #e1cfc0;
  border-top: 1px solid #e1cfc0;
}
.qtip-default {
  position: absolute;
  background-color: #f9f6f3;
  border: 1px solid #e1cfc0;
  padding: 11px 20px;
  max-width: 329px;
  z-index: 3;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: none;
}
.qtip-default .qtip-tip {
  position: absolute;
}
.qtip-default .qtip-tip:after {
  content: '';
  position: absolute;
  top: 8px;
  padding: 6px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  -moz-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #f9f6f3;
  border-left: 1px solid #e1cfc0;
  border-top: 1px solid #e1cfc0;
}
.qtip-default canvas {
  display: none;
}
.no-csstransforms .qtip-tip {
  display: none;
}
.cp-image-wrap {
  position: relative;
}
.cp-image-wrap:before {
  content: '';
  padding-bottom: 100%;
  display: block;
  background: #fff;
}
.cp-image-wrap .cp-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.cp-image-wrap .cp-image:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 -2.5px;
}
.cp-image-wrap .cp-image img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
.cp-table-wrap {
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
