/* Global Reset of all HTML Elements */
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
  overflow: auto;
}
input[type="submit"],
a {
  cursor: pointer;
}
img {
  max-width: 100%;
}
a img {
  border: 0;
}
a {
  cursor: pointer;
}
:focus {
  outline: 0;
}
p:empty {
  display: none !important;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.blur {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
a,
input[type="submit"],
button {
  cursor: pointer;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
/* Mixins =================================================== */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* cf */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* cf for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
body .btn {
  padding: 8px 17px;
  display: inline-block;
  clear: both;
  color: #fff !important;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body .btn .fa {
  font-size: 16px;
  padding-right: 10px;
}
input[type="submit"].btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
a.btn:hover {
  text-decoration: none !important;
}
.btn-purple {
  background: #9e8aad;
}
.btn-purple:hover {
  background: #816c90;
}
.btn-grey {
  background: #a3a5ab;
}
.btn-grey:hover {
  background: #96979b;
}
.btn-green {
  background: #95b358;
}
.btn-green:hover {
  background: #7f984c;
}
.group {
  zoom: 1;
  *zoom: 1;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.tos-desktop .tos-wrapper.tos-fixed {
  background: rgba(235, 235, 235, 0.95) !important;
}
body {
  background-color: #FFF;
  color: #7e7e7e;
  font-size: 13px;
  font-family: Georgia, Times, Times New Roman, serif;
}
body header,
body .content-wrap,
body footer {
  background: #fff;
}
body a:not([href*="tel"]) {
  color: #c5bd96;
}
body a:not([href*="tel"]):hover {
  text-decoration: underline;
}
body a[href^="tel:"] {
  color: #7e7e7e;
}
body input,
body textarea,
body button {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
}
body .content-wrap {
  min-height: 350px;
  word-break: break-word;
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
  zoom: 1;
  *zoom: 1;
}
body .content-wrap:before,
body .content-wrap:after {
  content: "";
  display: table;
}
body .content-wrap:after {
  clear: both;
}
body .content-wrap h1,
body .content-wrap h2,
body .content-wrap h3,
body .content-wrap h4,
body .content-wrap h5,
body .content-wrap h6 {
  font-family: 'bree-serif', sans-serif;
  font-weight: normal;
}
body .content-wrap h1 {
  padding-bottom: 10px;
  font-size: 22px;
  display: block;
}
body .content-wrap h2 {
  padding-bottom: 20px;
  font-size: 18px;
  display: block;
  color: #ab835f;
}
body .content-wrap h3 {
  padding-bottom: 10px;
  font-size: 16px;
  display: block;
}
body .content-wrap p {
  display: block;
  padding-bottom: 25px;
}
body .content-wrap ul,
body .content-wrap ol {
  display: block;
  margin-left: 1em;
  padding-bottom: 10px;
  list-style: none;
}
body .content-wrap ul li,
body .content-wrap ol li {
  padding-bottom: 15px;
}
body .content-wrap .group ul,
body .content-wrap ol {
  margin-left: 0;
}
body .content-wrap span.sale {
  text-decoration: line-through;
}
body .content-wrap span.new-price {
  color: #e43e71;
}
body .content-wrap iframe {
  width: 100%;
  height: 500px;
}
body .content-wrap blockquote {
  padding-bottom: 10px;
  margin-bottom: 40px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 5px solid #d2bca8;
}
body .content-wrap blockquote p {
  padding-bottom: 0;
}
body .content-wrap blockquote cite {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-style: normal;
}
body .content-wrap hr {
  width: 100%;
  display: block;
  border-bottom: 1px solid #c4c7c8;
  margin: 15px 0px  40px 0px;
}
body .content-wrap sup,
body .content-wrap sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body .content-wrap sup {
  top: -0.5em;
}
body .content-wrap sub {
  bottom: -0.5em;
}
body .content-wrap table {
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse;
}
body .content-wrap table th {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #EAEBEB;
}
body .content-wrap table tr:nth-child(odd) td {
  background: #f9f9f9;
}
body .content-wrap table tr:first-child td {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #EAEBEB;
}
body .content-wrap table td {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
body .content-wrap table td strong {
  display: block;
  padding: 5px;
  min-width: 103px;
}
body .content-wrap table td input,
body .content-wrap table td select,
body .content-wrap table td option,
body .content-wrap table td textarea {
  margin: 0px 0px 0px 0px;
}
body .content-wrap table td textarea {
  display: block;
  height: 120px;
}
body .content-wrap table,
body .content-wrap td,
body .content-wrap th {
  border: 1px solid #b9bcbb;
}
body .content-wrap form hr {
  margin: 50px 0;
}
body .content-wrap form .required {
  color: #C03;
  width: initial !important;
  float: none !important;
  display: initial !important;
}
body .content-wrap form .three-wrap {
  zoom: 1;
  *zoom: 1;
}
body .content-wrap form .three-wrap:before,
body .content-wrap form .three-wrap:after {
  content: "";
  display: table;
}
body .content-wrap form .three-wrap:after {
  clear: both;
}
body .content-wrap form .three-wrap .input-wrap {
  width: 31%;
  margin-bottom: 4%;
  float: left;
  margin-right: 3%;
}
body .content-wrap form .three-wrap .input-wrap input,
body .content-wrap form .three-wrap .input-wrap textarea {
  margin-bottom: 0;
}
body .content-wrap form .three-wrap .input-wrap:nth-child(3n) {
  margin-right: 0;
}
body .content-wrap .wysiwyg-wrap {
  padding-bottom: 25px;
}
body .content-wrap .upload-link {
  padding-bottom: 8px;
}
body .content-wrap .upload-link a.del {
  color: #d61111;
}
body .content-wrap .price-input i {
  position: absolute;
  margin-left: 7px;
  margin-top: 8px;
  z-index: 999;
  font-size: 14px;
}
body .content-wrap .price-input input,
body .content-wrap .price-input textarea {
  text-indent: 9px;
}
body .content-wrap .check-wrap {
  zoom: 1;
  *zoom: 1;
  margin-bottom: 25px;
}
body .content-wrap .check-wrap:before,
body .content-wrap .check-wrap:after {
  content: "";
  display: table;
}
body .content-wrap .check-wrap:after {
  clear: both;
}
body .content-wrap .check-wrap span {
  width: 93%;
  float: right;
  display: block;
}
body .content-wrap .other-wrap input,
body .content-wrap .other-wrap textarea,
body .content-wrap .other-wrap select,
body .content-wrap .other-wrap .check-wrap {
  margin-bottom: 10px;
}
body .content-wrap .other-wrap .check-wrap label {
  padding-bottom: 0;
}
body .content-wrap .other-wrap .other-text {
  display: none;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
body .content-wrap input[type="color"],
body .content-wrap input[type="date"],
body .content-wrap input[type="datetime"],
body .content-wrap input[type="datetime-local"],
body .content-wrap input[type="email "],
body .content-wrap input[type="month"],
body .content-wrap input[type="number"],
body .content-wrap input[type="password"],
body .content-wrap input[type="range"],
body .content-wrap input[type="search"],
body .content-wrap input[type="tel"],
body .content-wrap input[type="text"],
body .content-wrap input[type="time"],
body .content-wrap input[type="url"],
body .content-wrap input[type="week"],
body .content-wrap input[type="email"],
body .content-wrap textarea {
  border: 1px solid #c4c7c8;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 25px;
}
body .content-wrap .slide-wrap {
  position: relative;
}
body .content-wrap .slide-wrap .slide {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
body .content-wrap select {
  display: block;
  clear: both;
  margin-bottom: 25px;
  max-width: 500px;
  width: 100%;
  height: 50px;
  background: #fff;
}
body .content-wrap textarea {
  height: 125px;
}
body .content-wrap input.error,
body .content-wrap textarea.error,
body .content-wrap select.error {
  border-color: #a23b3b;
  background: #f4ecec ;
}
body .content-wrap p.error,
body .content-wrap label.error {
  color: #a23b3b;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 19px;
  background: #f4ecec;
  margin-bottom: 25px;
}
body .content-wrap p.error a,
body .content-wrap label.error a {
  color: #804A4A;
  display: block;
  clear: both;
  text-decoration: underline;
}
body .content-wrap p.success {
  color: #3ba245 ;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 19px;
  background: #eff4ec;
  margin-bottom: 25px;
}
body .content-wrap label.smaller,
body .content-wrap p.smaller {
  clear: both;
  display: block;
  padding-bottom: 5px;
  font-size: 11px;
}
body .content-wrap label {
  padding-bottom: 5px;
  display: block;
  zoom: 1;
  *zoom: 1;
  clear: both;
}
body .content-wrap label:before,
body .content-wrap label:after {
  content: "";
  display: table;
}
body .content-wrap label:after {
  clear: both;
}
body .content-wrap .upload-wrap {
  padding-bottom: 80px;
}
body .content-wrap .fileinput-button {
  position: absolute;
  overflow: hidden;
  margin-top: 10px;
}
body .content-wrap .fileinput-button input {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
body .content-wrap .pagination-wrap {
  display: block;
  clear: both;
  padding-top: 20px;
}
body .content-wrap .pagination-wrap a {
  display: block;
  float: left;
  border: 1px solid #c4c7c8;
  background: #fff;
  color: #7e7e7e;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 8px;
  line-height: 1sem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  border-right: none;
}
body .content-wrap .pagination-wrap a:hover {
  text-decoration: none;
  background: #f0f3f4;
}
body .content-wrap .pagination-wrap a.active-link {
  background: #f0f3f4;
}
body .content-wrap .pagination-wrap a.active {
  background: #f0f3f4;
}
body .content-wrap .pagination-wrap .nums {
  float: left;
  margin: 0 4px;
  zoom: 1;
  *zoom: 1;
  border-right: 1px solid #c4c7c8;
}
body .content-wrap .pagination-wrap .nums:before,
body .content-wrap .pagination-wrap .nums:after {
  content: "";
  display: table;
}
body .content-wrap .pagination-wrap .nums:after {
  clear: both;
}
body .content-wrap .pagination-wrap ul {
  list-style: none;
  margin-left: 0px;
  float: right;
}
body .content-wrap .pagination-wrap ul .first {
  border-right: 1px solid #c4c7c8;
}
body .content-wrap .pagination-wrap ul .last {
  border-right: 1px solid #c4c7c8;
}
body .content-wrap .pagination-wrap ul li {
  float: left;
  font-weight: bold;
}
body .content-wrap .pagination-wrap ul li:last-child a {
  border-right: 1px solid #c4c7c8;
}
body .content-wrap .pagination-wrap ul li .deactive {
  color: #c7c7c7;
}
body .content-wrap .pagination-wrap ul li .deactive:hover {
  background: #fff;
}
body .content-wrap .focus-list {
  border-bottom: 1px solid #c4c7c8;
}
body .content-wrap .focus-list h2 {
  font-size: 17px;
  color: #7e7e7e;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #c4c7c8;
  border-bottom: none;
}
body .content-wrap .focus-list ul {
  list-style: none;
  padding-bottom: 0;
}
body .content-wrap .focus-list ul li {
  padding-bottom: 0;
}
body .content-wrap .focus-list ul li a {
  display: block;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #c4c7c8;
  border-bottom: none;
}
body .content-wrap .focus-list ul li a:hover {
  background: #f8fafc;
  text-decoration: none;
}
body .content-wrap .focus-list ul li a.active-link {
  background: #f8fafc;
  text-decoration: none;
}
body .content-wrap .left-float,
body .content-wrap .right-float {
  margin-bottom: 30px;
}
body .content-wrap .third-float {
  margin-bottom: 30px;
}
body .content-wrap .orderList {
  margin-top: 40px;
  border: 1px solid #d7d7d7;
}
body .content-wrap .orderList ul {
  padding: 0;
  margin: 0;
}
body .content-wrap .orderList li {
  padding: 1em;
  list-style: none;
  background: #FFF;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
}
body .content-wrap .orderList li img {
  width: 25%;
  float: left;
  margin-right: 1em;
}
body .content-wrap .orderList li h1 {
  width: 42%;
  float: left;
  font-size: 1em;
  color: #21252a;
  line-height: 1;
  margin: 0;
  text-transform: none;
  padding-right: 1em;
}
body .content-wrap .orderList li p {
  width: 68%;
  float: left;
  line-height: 1;
}
body .content-wrap .orderList li .price {
  color: #000;
  float: right;
  font-weight: bold;
  width: 20%;
  padding: 0;
}
body .content-wrap .orderList li.orderTotal {
  background: #586169;
  color: #fff;
  font-size: 1em;
  padding: 0.5em 1em;
  text-align: right;
  border: none;
}
body .content-wrap .orderList li.orderTotal b {
  font-weight: bold;
}
body .content-wrap .orderList .vat {
  text-align: right;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/_styles/font/fontawesome-webfont.eot?v=4.0.3');
  src: url('/_styles/font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/_styles/font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/_styles/font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/_styles/font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.no-js .slides > li:first-child {
  display: block;
}
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(/_img/owl/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme {
  margin-bottom: 30px;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
/*
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
}
*/
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  padding-top: 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #d7dadc;
}
.owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #696f75;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #000;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls {
  color: red;
  margin: 0px;
}
.owl-controls .owl-buttons div {
  text-decoration: none;
  width: 57px;
  height: 57px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  font-size: 2px;
  color: rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 61px;
  line-height: 1;
  display: inline-block;
  opacity: 0;
}
.owl-controls .owl-buttons .owl-prev {
  left: -50px;
  background: url('/_img/owl-prev.png');
  background-size: cover;
}
.owl-controls .owl-buttons .owl-next {
  right: -50px;
  text-align: right;
  background: url('/_img/owl-next.png');
  background-size: cover;
}
#slider:hover .owl-controls .owl-buttons .owl-prev {
  opacity: 1;
  left: 0px;
}
#slider:hover .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  right: 0px;
}
#slider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(/_img/owl/AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
body,
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
.wrapper {
  padding: 0px 10px;
  width: 100%;
  margin: auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fa {
  vertical-align: middle;
}
.owl-controls {
  display: none !important;
}
#page-contact .content-wrap .left {
  margin-bottom: 25px;
}
#page-contact .content-wrap .left h1 {
  padding-bottom: 20px;
  font-size: 18px;
  display: block;
  color: #ab835f;
}
#page-contact .content-wrap .left iframe {
  border: 1px solid #c4c7c8 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#page-contact .content-wrap .right input {
  max-width: 220px;
}
#page-recent-press .content-wrap {
  padding-top: 10px;
}
#page-recent-press .content-wrap .top-img {
  border: 1px solid #c4c7c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#page-recent-press .content-wrap article {
  display: block;
  margin: auto;
  max-width: 745px;
}
#page-recent-press .content-wrap article h1 {
  text-align: center;
}
#page-recent-press .content-wrap article .news-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c4c7c8;
}
#page-news-home article,
#page-news-news-item .content-wrap article {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c4c7c8;
}
#page-news-home article p:empty,
#page-news-news-item .content-wrap article p:empty {
  display: none;
}
#page-news-home article p:last-child,
#page-news-news-item .content-wrap article p:last-child {
  padding-bottom: 0;
}
#page-news-home article hgroup h1,
#page-news-news-item .content-wrap article hgroup h1,
#page-news-home article hgroup h2,
#page-news-news-item .content-wrap article hgroup h2,
#page-news-home article hgroup h3,
#page-news-news-item .content-wrap article hgroup h3,
#page-news-home article hgroup h4,
#page-news-news-item .content-wrap article hgroup h4,
#page-news-home article hgroup h5,
#page-news-news-item .content-wrap article hgroup h5,
#page-news-home article hgroup h6,
#page-news-news-item .content-wrap article hgroup h6,
#page-news-home article hgroup p,
#page-news-news-item .content-wrap article hgroup p {
  padding-bottom: 15px !important;
}
#page-news-home article .image,
#page-news-news-item .content-wrap article .image {
  padding-bottom: 15px;
}
#page-news-news-item .content-wrap article {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#page-about header#site {
  padding-bottom: 10px;
}
#page-about .content-wrap {
  padding-top: 0px;
}
#page-about .content-wrap .top-img {
  padding-bottom: 40px;
  width: 100%;
}
#page-about .content-wrap .left .top {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c4c7c8;
}
#page-about .content-wrap .right img {
  width: 100%;
  margin-bottom: 40px;
}
#page-about .content-wrap .right .press {
  background: #f8fafc;
  text-align: center;
  padding: 45px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#page-about .content-wrap .right .press h2 {
  padding-bottom: 40px;
}
#page-about .content-wrap .right .press .text {
  font-size: 17px;
  color: #696f75;
  font-style: italic;
  padding: 0 25px 25px 25px;
  font-family: 'bree-serif', sans-serif;
  font-weight: lighter;
}
#page-about .content-wrap .right .press img {
  margin-bottom: 15px;
  max-width: 150px;
}
#page-about .content-wrap .right .press .etc-link {
  display: block;
  clear: both;
}
#page-custom-painting header#site {
  padding-bottom: 10px;
}
#page-custom-painting .content-wrap {
  padding-top: 0px;
}
#page-custom-painting .content-wrap .bottom {
  padding-top: 40px;
}
#page-custom-painting .content-wrap .top-img {
  padding-bottom: 40px;
  width: 100%;
}
#page-custom-painting .content-wrap .middle-img {
  margin-bottom: 40px;
}
#page-custom-painting .content-wrap .item {
  margin-bottom: 25px;
}
#page-custom-painting .content-wrap .item img {
  display: block;
  margin-bottom: 10px;
}
#page-custom-painting .content-wrap .imgs {
  zoom: 1;
  *zoom: 1;
}
#page-custom-painting .content-wrap .imgs:before,
#page-custom-painting .content-wrap .imgs:after {
  content: "";
  display: table;
}
#page-custom-painting .content-wrap .imgs:after {
  clear: both;
}
#page-custom-painting .content-wrap .imgs img {
  width: 48%;
  float: left;
}
#page-custom-painting .content-wrap .imgs img:nth-child(2n) {
  float: right;
}
#page-custom-painting .content-wrap .form-wrap {
  background: #f7f8f8;
  border: 1px solid #d1d4d6;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-top: 40px;
}
#page-custom-painting .content-wrap .form-wrap .short {
  max-width: 190px;
}
#page-category .content-wrap {
  padding-bottom: 0;
}
#page-category .content-wrap .message {
  display: none;
}
#page-category .content-wrap h1 {
  text-align: center;
}
#page-category .content-wrap .nav-wrap {
  zoom: 1;
  *zoom: 1;
  list-style: none;
  text-align: center;
  padding-bottom: 10px;
}
#page-category .content-wrap .nav-wrap:before,
#page-category .content-wrap .nav-wrap:after {
  content: "";
  display: table;
}
#page-category .content-wrap .nav-wrap:after {
  clear: both;
}
#page-category .content-wrap .nav-wrap li {
  display: inline-block;
  padding: 5px 10px;
  font-size: 17px;
  font-family: 'bree-serif', sans-serif;
}
#page-category .content-wrap .nav-wrap li a {
  padding-bottom: 6px;
}
#page-category .content-wrap .nav-wrap li a.active-link {
  border-bottom: 3px solid #d8d0de;
}
#page-category .content-wrap #productWrap {
  zoom: 1;
  *zoom: 1;
}
#page-category .content-wrap #productWrap:before,
#page-category .content-wrap #productWrap:after {
  content: "";
  display: table;
}
#page-category .content-wrap #productWrap:after {
  clear: both;
}
#page-category .content-wrap #productWrap .product {
  display: block;
  padding-bottom: 40px;
  position: relative;
  width: 46%;
  float: left;
  margin-right: 4%;
  clear: left;
}
#page-category .content-wrap #productWrap .product a {
  display: block;
  width: 100%;
}
#page-category .content-wrap #productWrap .product a:hover {
  text-decoration: none;
}
#page-category .content-wrap #productWrap .product .img-wrap {
  min-height: 250px;
  margin-bottom: 10px;
}
#page-category .content-wrap #productWrap .product .img-wrap img {
  width: 100%;
  display: block;
}
#page-category .content-wrap #productWrap .product .prodTitle {
  color: #696f75;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0;
  text-align: center;
  height: 80px;
}
#page-category .content-wrap #productWrap .product .price {
  color: #ab835f;
  font-family: 'bree-serif', sans-serif;
  font-size: 20px;
  text-align: center;
  padding-bottom: 0;
}
#page-category .content-wrap #productWrap .product b {
  font-weight: normal;
}
#page-category .content-wrap #productWrap .product .status {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 13px;
  font-family: 'bree-serif', sans-serif;
}
#page-category .content-wrap #productWrap .product .sold {
  background: #ab835f;
}
#page-category .content-wrap #productWrap .product .reserved {
  background: #888f95;
}
#page-category .content-wrap #productWrap .product:nth-of-type(2n) {
  clear: right;
  float: right;
}
#page-category .content-wrap #productWrap .product:hover img {
  opacity: 0.7;
}
#page-home header#site {
  padding-bottom: 0;
}
#page-home .content-wrap {
  padding-top: 0;
}
#page-home .content-wrap .owl-item img {
  width: 100%;
}
#page-home .content-wrap .etc-link {
  font-family: 'bree-serif', sans-serif;
}
#page-home .content-wrap h1 {
  max-width: 780px;
  margin: auto;
  display: block;
  text-align: center;
  color: #696f75;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}
#page-home .content-wrap .product-wrap {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 50px;
  zoom: 1;
  *zoom: 1;
}
#page-home .content-wrap .product-wrap:before,
#page-home .content-wrap .product-wrap:after {
  content: "";
  display: table;
}
#page-home .content-wrap .product-wrap:after {
  clear: both;
}
#page-home .content-wrap .product-wrap h2 {
  zoom: 1;
  *zoom: 1;
  background: #eef0f3;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #424c5c;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
#page-home .content-wrap .product-wrap h2:before,
#page-home .content-wrap .product-wrap h2:after {
  content: "";
  display: table;
}
#page-home .content-wrap .product-wrap h2:after {
  clear: both;
}
#page-home .content-wrap .product-wrap h2 a {
  float: right;
  font-size: 14px;
  color: #424c5c;
}
#page-home .content-wrap .product-wrap .product {
  position: relative;
  margin-bottom: 4%;
  width: 48%;
  float: left;
  clear: left;
}
#page-home .content-wrap .product-wrap .product img {
  width: 100%;
  display: block;
}
#page-home .content-wrap .product-wrap .product .name {
  width: 100%;
  text-align: center;
  display: block;
  color: #696f75;
  font-size: 16px;
  font-family: 'bree-serif', sans-serif;
  background: #e3e6e9;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#page-home .content-wrap .product-wrap .product:hover .name {
  background: #c2c6ca;
  text-decoration: none;
}
#page-home .content-wrap .product-wrap .product:nth-of-type(2n) {
  float: right;
  clear: right;
}
#page-home .content-wrap #add-to-basket {
  font-size: 16px;
  padding: 12px 20px;
}
#page-home .content-wrap .about {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#page-home .content-wrap .about img {
  margin-bottom: 35px;
}
#page-home .content-wrap .about p {
  font-size: 15px;
}
#page-home .content-wrap .about .philosophy {
  padding-bottom: 25px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d6;
}
#page-home .content-wrap .press {
  background: #f8fafc;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}
#page-home .content-wrap .press p {
  max-width: 660px;
  display: block;
  margin: auto;
  font-style: italic;
  font-size: 17px;
}
#page-home .content-wrap .press a {
  display: block;
  clear: both;
}
#page-home .content-wrap .press img {
  display: block;
  margin: auto auto 25px auto;
  max-width: 250px;
}
#page-home .content-wrap .news {
  padding-top: 50px;
  text-align: center;
}
#page-home .content-wrap .news .post {
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d6d6d6;
}
#page-home .content-wrap .news .post img {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d6d6d6;
  margin: 0 auto 15px auto;
  max-width: 220px;
  display: block;
}
#page-home .content-wrap .news .post .date {
  margin-bottom: 15px;
  display: block;
}
#page-home .content-wrap .news .post .title {
  font-family: 'bree-serif', sans-serif;
  margin-bottom: 15px;
  display: block;
}
#page-home .content-wrap .news .post a {
  margin-bottom: 12px;
}
#page-home .content-wrap .news .post:last-of-type {
  border-bottom: none;
}
#page-home .content-wrap .news .etc-link {
  display: block;
  clear: both;
}
#page-product .content-wrap h1 .price {
  color: #ab835f;
  font-size: 22px;
  display: block;
  clear: both;
  margin-top: 10px;
}
#page-product .content-wrap .top {
  padding-bottom: 40px;
}
#page-product .content-wrap .top .right {
  padding-bottom: 40px;
}
#page-product .content-wrap .status {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 13px;
  font-family: 'bree-serif', sans-serif;
}
#page-product .content-wrap .sold {
  background: #ab835f;
}
#page-product .content-wrap #mainimage {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
#page-product .content-wrap #mainimage img {
  width: 100%;
}
#page-product .content-wrap .img-wrap {
  zoom: 1;
  *zoom: 1;
}
#page-product .content-wrap .img-wrap:before,
#page-product .content-wrap .img-wrap:after {
  content: "";
  display: table;
}
#page-product .content-wrap .img-wrap:after {
  clear: both;
}
#page-product .content-wrap .img-wrap a {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  margin-bottom: 3.5%;
  display: block;
  background: #ab835f;
}
#page-product .content-wrap .img-wrap a img {
  width: 100%;
  display: block;
}
#page-product .content-wrap .img-wrap a img:hover {
  opacity: 0.6;
}
#page-product .content-wrap .img-wrap a:nth-child(3n) {
  margin-right: 0;
}
#page-product .content-wrap .form-wrap {
  border-top: 1px solid #c4c7c8;
  border-bottom: 1px solid #c4c7c8;
  margin-bottom: 40px;
  background: #f7f8f8;
}
#page-product .content-wrap .form-wrap .left {
  background: #f7f8f8;
  padding: 30px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#page-product .content-wrap .form-wrap .right {
  background: #eceeee;
  padding: 30px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#page-product .content-wrap .related-wrap {
  zoom: 1;
  *zoom: 1;
}
#page-product .content-wrap .related-wrap:before,
#page-product .content-wrap .related-wrap:after {
  content: "";
  display: table;
}
#page-product .content-wrap .related-wrap:after {
  clear: both;
}
#page-product .content-wrap .related-wrap .product {
  width: 48%;
  clear: left;
  margin-bottom: 4%;
  float: left;
  color: #696f75;
  font-size: 16px;
  position: relative;
}
#page-product .content-wrap .related-wrap .product img {
  width: 100%;
}
#page-product .content-wrap .related-wrap .product p {
  padding-bottom: 0;
}
#page-product .content-wrap .related-wrap .product .price {
  padding-top: 10px;
  color: #ab835f;
  font-size: 20px;
}
#page-product .content-wrap .related-wrap .product:nth-of-type(2n) {
  float: right;
  clear: right;
}
#page-product .content-wrap .related-wrap .product:hover {
  text-decoration: none;
}
#checkout-sec {
  /*your details - checkout*/
  /*checkout - address*/
  /*checkout - your details*/
}
#checkout-sec #des-chekout {
  display: none;
}
#checkout-sec .checkout-product {
  border-bottom: 1px solid #c4c7c8;
}
#checkout-sec table {
  border: none;
  width: 100%;
  margin-bottom: 2em;
}
#checkout-sec table caption {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #21252a;
  text-transform: uppercase;
}
#checkout-sec table th {
  background: #FFF;
  color: #21252a;
  text-transform: uppercase;
  border: 1px solid #d7d7d7;
  padding: 0.8em 2em 0.6em 1.2em;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
}
#checkout-sec table tbody td {
  border: none;
  background: none;
  color: #21252a;
  text-transform: none;
  padding: 1.2em;
  text-align: center;
}
#checkout-sec table tbody td img {
  width: 25%;
  float: left;
  margin-right: 3%;
}
#checkout-sec table tbody td img.photo {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#checkout-sec table tbody td h2,
#checkout-sec table tbody td p {
  font-size: 13px;
  width: 71%;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
}
#checkout-sec table tbody td h2 {
  font-size: 14px;
  font-weight: bold;
}
#checkout-sec table td.row {
  padding-left: 0;
  text-align: left;
}
#checkout-sec table tr {
  border: none;
  border-bottom: 1px solid #d7a79a;
}
#checkout-sec table td {
  border: none;
  padding: 1em;
}
#checkout-sec table td .inputLight {
  width: 20px;
  margin: auto;
  font-size: 0.9em;
  padding: 0.5em;
}
#checkout-sec table td .quantity {
  margin: 0 auto;
}
#checkout-sec table td .price {
  color: #21252a;
}
#checkout-sec table td a {
  color: #21252a;
  text-decoration: none;
}
#checkout-sec table .btn {
  text-transform: uppercase;
  font-weight: normal;
}
#checkout-sec table td a.btn {
  color: #FFF;
  margin: 0;
  width: 7px;
  height: 15px;
  padding: 0.5em 1em;
  line-height: 1;
}
#checkout-sec table .remove-Item:link {
  width: 60px;
  height: 32px;
  display: block;
  margin: 0 auto;
}
#checkout-sec .btnWrap {
  float: left;
  margin-right: 50px;
}
#checkout-sec .btnWrap .btn {
  float: left;
  clear: none;
  margin-right: 10px;
}
#checkout-sec .discount {
  width: 450px;
  float: left;
  margin: 10px 0 0 0;
}
#checkout-sec .discount label {
  float: left;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em 1em 0.5em 0;
  font-family: "ff-din-web-pro", 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  color: #52575e;
  text-shadow: 1px 1px 0 #FFF;
}
#checkout-sec .discount .go {
  float: left;
  margin: 6px 1px 3px 1px;
}
#checkout-sec .discount .inputLight {
  margin-top: 6px;
  width: 12em;
}
#checkout-sec .discount .error {
  padding-left: 115px;
  clear: both;
}
#checkout-sec .orderSummary {
  margin: 10px 0 0;
  float: right;
  width: 340px;
  list-style: none;
  font-weight: bold;
  color: #21252a;
}
#checkout-sec .orderSummary li {
  padding: .55em 0 0;
  text-align: right;
}
#checkout-sec .orderSummary label {
  width: 125px;
  display: inline-block;
  text-align: right;
}
#checkout-sec .vat {
  margin-left: 5.5em;
  font-size: 1em;
}
#checkout-sec .total {
  margin-left: 5.1em;
  font-size: 1em;
}
#checkout-sec h1.title {
  font-size: 1.7em;
  color: #21252a;
  text-transform: uppercase;
  font-weight: bold;
}
#checkout-sec .extCust {
  width: 258px;
  float: left;
  margin-right: 3em;
}
#checkout-sec .extCust h1,
#checkout-sec .newCust h1 {
  margin: 2em 0 0;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: normal;
  color: #21252a;
}
#checkout-sec .extCust p,
#checkout-sec .newCust p {
  padding: 0;
  margin: 0 0 1em;
  line-height: 1.2;
}
#checkout-sec #content #accountRegister label,
#checkout-sec #content #accountLogin label,
#checkout-sec .extCust label,
#checkout-sec .newCust label,
#checkout-sec .forgot label {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#checkout-sec .newCust {
  width: 286.982px;
  float: left;
  margin-right: 3em;
}
#checkout-sec .newCust .inputLight,
#checkout-sec .extCust .inputLight {
  float: none;
  margin: 0.5em 0 1em;
  width: 80%;
}
#checkout-sec .orderList {
  width: 344px;
  float: right;
  margin: 0;
  border: 1px solid #d7d7d7;
}
#checkout-sec .orderList ul {
  margin: 0;
}
#checkout-sec .orderList li {
  padding: 1em;
  list-style: none;
  background: #FFF;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
}
#checkout-sec .orderList li img {
  width: 25%;
  float: left;
  margin-right: 1em;
}
#checkout-sec .orderList li h1 {
  width: 42%;
  float: left;
  font-size: 1em;
  color: #21252a;
  line-height: 1;
  margin: 0;
  text-transform: none;
  padding-right: 1em;
}
#checkout-sec .orderList li p {
  width: 68%;
  float: left;
  line-height: 1;
}
#checkout-sec .orderList li .price {
  color: #000;
  float: right;
  font-weight: bold;
  width: 20%;
  padding: 0;
}
#checkout-sec .orderList li.orderTotal {
  background: #586169;
  color: #fff;
  font-size: 1em;
  padding: 0.5em 1em;
  text-align: right;
  border: none;
}
#checkout-sec .orderList li.orderTotal b {
  font-weight: bold;
}
#checkout-sec .orderList .vat {
  text-align: right;
}
#checkout-sec .wrapper {
  margin-right: 3.6%;
  padding: 0;
  width: 557px;
  float: left;
}
#checkout-sec .address {
  float: left;
  border-bottom: 1px solid #ffffff;
  margin: 1em 0 2em;
  width: 100%;
}
#checkout-sec .address address {
  float: left;
  width: 55.55%;
  line-height: 1.3;
  padding: 0 0 0;
  font-size: 1.1em;
}
#checkout-sec .address address p {
  margin: 0.7em 0;
}
#checkout-sec .address address strong {
  line-height: 2;
}
#checkout-sec .address address .btn {
  width: 38%;
  float: right;
  padding: 1.1em 1em 0.8em 1em;
  margin-right: 0;
}
#checkout-sec .address address .btn label {
  color: #3b3f43;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.7em 1.2em 0.7em 1em;
}
#checkout-sec .address address .btn input {
  float: right;
  margin: 0;
}
#checkout-sec .address .selected,
#checkout-sec .address .selected:hover {
  /*background: @Salmon;*/
}
#checkout-sec .address .checkout_button {
  clear: both;
  margin-bottom: 2em;
}
#checkout-sec .postal .orderList {
  float: left;
  margin: 0;
}
#checkout-sec .addAddress {
  clear: both;
  width: 50%;
}
#checkout-sec .addAddress label {
  width: 100px;
  float: left;
  margin: 0.6em 0 0;
}
#checkout-sec .addAddress input {
  display: inline-block;
  float: none;
}
#checkout-sec .addAddress .inputLight {
  margin-top: 0.5em;
}
#checkout-sec .addAddress h1 {
  margin-bottom: 0.5em;
}
#checkout-sec .address {
  width: 100%;
}
#checkout-sec .confirm .address {
  float: left;
  border-bottom: none;
  margin: 1em 6em 2em 0;
  width: 50%;
}
#checkout-sec .confirm .address h1 {
  font-size: 1.3em;
  margin: 1em 0 0;
}
#checkout-sec .confirm .address .address {
  width: 50%;
}
#checkout-sec .confirm .address .address address {
  float: left;
  width: 40%;
  line-height: 1.1;
  padding: 0 0 0;
}
#checkout-sec .confirm .address .address address strong {
  line-height: 2;
}
#checkout-sec .confirm .address .address address b {
  font-size: .9em;
}
#checkout-sec .confirm .address .address .btn {
  float: right;
  width: 30%;
  text-transform: uppercase;
}
header#site {
  padding: 20px 10px;
  font-family: 'bree-serif', sans-serif;
}
header#site .top-btns {
  zoom: 1;
  *zoom: 1;
  margin-bottom: 15px;
}
header#site .top-btns:before,
header#site .top-btns:after {
  content: "";
  display: table;
}
header#site .top-btns:after {
  clear: both;
}
header#site .top-btns .login-wrap {
  float: left;
  font-size: 15px;
}
header#site .top-btns .login-wrap a {
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  padding-right: 7px;
  margin-right: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #c5bd96;
}
header#site .top-btns .login-wrap a:last-child {
  margin-right: 0;
  border-right: none;
}
header#site .top-btns .basket {
  zoom: 1;
  *zoom: 1;
  width: 94px;
  display: block;
  float: right;
  font-size: 15px;
}
header#site .top-btns .basket:before,
header#site .top-btns .basket:after {
  content: "";
  display: table;
}
header#site .top-btns .basket:after {
  clear: both;
}
header#site .top-btns .basket span {
  float: left;
}
header#site .top-btns .basket img {
  height: 22px;
  float: right;
}
header#site #logo {
  display: block;
  margin: auto;
  max-width: 285px;
  margin-bottom: 20px;
}
header#site #menu-toggle {
  font-size: 14px;
  background: #888f95;
  color: #fff;
  font-size: bold;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
}
header#site #menu-toggle .fa {
  padding-right: 5px;
}
header#site #menu-toggle:hover {
  text-decoration: none;
}
header#site #nav ul {
  list-style: none;
  display: none;
}
header#site #nav ul li a {
  color: #888f95;
  background: #eef0f3;
  display: block;
  zoom: 1;
  *zoom: 1;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #888f95;
}
header#site #nav ul li a:before,
header#site #nav ul li a:after {
  content: "";
  display: table;
}
header#site #nav ul li a:after {
  clear: both;
}
header#site #nav ul li span {
  float: right;
  margin-right: 15px;
  margin-top: -25px;
}
header#site #nav ul li ul li a {
  background: #f7f8f8;
}
header#site .advert {
  background: #eef0f3;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #424c5c;
  font-size: 13px;
  line-height: 1;
}
header#site .advert strong {
  text-transform: uppercase;
  font-weight: normal;
}
header#site .advert a {
  color: #424c5c;
}
header.checkout-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 6px solid #888f95;
}
#bottom-footer {
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 13px;
}
#bottom-footer .form-wrap {
  background: #f8fafc;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #c4c7c8;
  border-bottom: 1px solid #c4c7c8;
}
#bottom-footer .form-wrap h5 {
  font-weight: normal;
  font-size: 16px;
  color: #ab835f;
  text-align: center;
  padding-bottom: 20px;
}
#bottom-footer .form-wrap .form {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
#bottom-footer .form-wrap .social-wrap .logos {
  zoom: 1;
  *zoom: 1;
  display: table;
  margin: auto;
}
#bottom-footer .form-wrap .social-wrap .logos:before,
#bottom-footer .form-wrap .social-wrap .logos:after {
  content: "";
  display: table;
}
#bottom-footer .form-wrap .social-wrap .logos:after {
  clear: both;
}
#bottom-footer .form-wrap .social-wrap .logos a {
  width: 15%;
  float: left;
  max-width: 35px;
  margin-right: 2%;
}
#bottom-footer .form-wrap .social-wrap .logos a:last-child {
  margin-right: 0;
}
#bottom-footer .form-wrap form {
  zoom: 1;
  *zoom: 1;
}
#bottom-footer .form-wrap form:before,
#bottom-footer .form-wrap form:after {
  content: "";
  display: table;
}
#bottom-footer .form-wrap form:after {
  clear: both;
}
#bottom-footer .form-wrap form input {
  clear: none;
}
#bottom-footer .form-wrap form .btn {
  width: 30%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  line-height: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#bottom-footer .form-wrap form input[type="email"] {
  border: 1px solid #c4c7c8;
  height: 30px;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: block;
  width: 68%;
  float: left;
}
#bottom-footer p.error,
#bottom-footer label.error {
  color: #a23b3b;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 19px;
  background: #f4ecec;
  margin-bottom: 25px;
}
#bottom-footer p.error a,
#bottom-footer label.error a {
  color: #804A4A;
  display: block;
  clear: both;
  text-decoration: underline;
}
#bottom-footer p.success {
  color: #3ba245 ;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 19px;
  background: #eff4ec;
  margin-bottom: 25px;
}
#bottom-footer .bottom {
  color: #5f646a;
  padding-top: 40px;
}
#bottom-footer .bottom .box-wrap {
  zoom: 1;
  *zoom: 1;
  padding-bottom: 45px;
}
#bottom-footer .bottom .box-wrap:before,
#bottom-footer .bottom .box-wrap:after {
  content: "";
  display: table;
}
#bottom-footer .bottom .box-wrap:after {
  clear: both;
}
#bottom-footer .bottom .box-wrap .box {
  padding-bottom: 25px;
}
#bottom-footer .bottom .box-wrap .box strong {
  display: block;
  clear: both;
}
#bottom-footer .bottom .box-wrap .box .address {
  padding-bottom: 25px;
  display: block;
}
#bottom-footer .bottom .box-wrap .box a {
  color: #5f646a;
}
#bottom-footer .bottom .box-wrap .box a.contact {
  color: #c5bd96;
  font-weight: bold;
  display: block;
  clear: both;
  padding-bottom: 5px;
}
#bottom-footer .bottom .box-wrap .box a.contact:last-child {
  padding: 0px;
}
#bottom-footer .bottom .box-wrap .box:last-child {
  padding-bottom: 0;
}
#bottom-footer .bottom .box-wrap .cards {
  zoom: 1;
  *zoom: 1;
}
#bottom-footer .bottom .box-wrap .cards:before,
#bottom-footer .bottom .box-wrap .cards:after {
  content: "";
  display: table;
}
#bottom-footer .bottom .box-wrap .cards:after {
  clear: both;
}
#bottom-footer .bottom .box-wrap .cards img {
  width: 16%;
  float: left;
  margin-right: 6%;
  max-width: 50px;
  margin-bottom: 6%;
}
#bottom-footer .bottom .box-wrap .cards img:last-child {
  margin-right: 0;
}
#bottom-footer .copy {
  padding-bottom: 20px;
  color: #5f646a;
}
@media only screen and (min-width: 480px) {
  #bottom-footer .bottom .box-wrap .box {
    width: 46%;
    float: left;
  }
  #bottom-footer .bottom .box-wrap .box:nth-child(2n) {
    float: right;
    clear: right;
  }
  #bottom-footer .bottom .box-wrap .box:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 600px) {
  #page-category .content-wrap #productWrap .product {
    width: 30.7%;
    clear: none;
    margin-right: 3.5%;
  }
  #page-category .content-wrap #productWrap .product:nth-of-type(2n) {
    margin-right: 3.5%;
    clear: none;
    float: left;
  }
  #page-category .content-wrap #productWrap .product:nth-of-type(3n) {
    margin-right: 0;
    clear: right;
  }
  #page-product .content-wrap .form-wrap .left {
    padding: 30px 25px;
  }
  #page-product .content-wrap .form-wrap .right {
    padding: 30px 25px;
  }
  #page-home .content-wrap .product-wrap .product {
    clear: none;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  #page-home .content-wrap .product-wrap .product:nth-of-type(2n) {
    float: left;
    clear: none;
  }
  #page-home .content-wrap .product-wrap .product:nth-of-type(3n) {
    margin-right: 0;
    clear: right;
  }
  #page-home .content-wrap .product-wrap .product:nth-of-type(3n+1) {
    clear: left;
  }
  #page-home .content-wrap .news {
    zoom: 1;
    *zoom: 1;
  }
  #page-home .content-wrap .news:before,
  #page-home .content-wrap .news:after {
    content: "";
    display: table;
  }
  #page-home .content-wrap .news:after {
    clear: both;
  }
  #page-home .content-wrap .news .post {
    width: 29%;
    float: left;
    margin-right: 6.5%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #page-home .content-wrap .news .post:nth-of-type(3n) {
    margin-right: 0;
    clear: right;
  }
  #page-home .content-wrap .news .post:nth-of-type(3n+1) {
    clear: left;
  }
  #page-news-home article,
  #page-news-news-item .content-wrap article {
    zoom: 1;
    *zoom: 1;
  }
  #page-news-home article:before,
  #page-news-news-item .content-wrap article:before,
  #page-news-home article:after,
  #page-news-news-item .content-wrap article:after {
    content: "";
    display: table;
  }
  #page-news-home article:after,
  #page-news-news-item .content-wrap article:after {
    clear: both;
  }
  #page-news-home article .image,
  #page-news-news-item .content-wrap article .image {
    width: 34%;
    float: left;
    margin-top: 4px;
  }
  #page-news-home article .text,
  #page-news-news-item .content-wrap article .text {
    width: 62%;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    width: 800px;
    padding: 0px 20px;
  }
  .owl-controls {
    display: block !important;
  }
  .wrap {
    max-width: 800px;
    margin: auto;
    display: block;
  }
  body {
    font-size: 15px;
  }
  body .content-wrap input,
  body .content-wrap textarea {
    font-size: 15px;
  }
  #page-contact .content-wrap .left {
    width: 47%;
    float: left;
  }
  #page-contact .content-wrap .right {
    width: 45%;
    float: right;
  }
  #page-recent-press .content-wrap {
    padding-top: 10px;
  }
  #page-recent-press .content-wrap article .news-item {
    zoom: 1;
    *zoom: 1;
  }
  #page-recent-press .content-wrap article .news-item:before,
  #page-recent-press .content-wrap article .news-item:after {
    content: "";
    display: table;
  }
  #page-recent-press .content-wrap article .news-item:after {
    clear: both;
  }
  #page-recent-press .content-wrap article .news-item .image {
    width: 28%;
    float: left;
  }
  #page-recent-press .content-wrap article .news-item .text {
    width: 70%;
    float: right;
  }
  #page-news-home,
  #page-news-news-item .content-wrap {
    zoom: 1;
    *zoom: 1;
  }
  #page-news-home:before,
  #page-news-news-item .content-wrap:before,
  #page-news-home:after,
  #page-news-news-item .content-wrap:after {
    content: "";
    display: table;
  }
  #page-news-home:after,
  #page-news-news-item .content-wrap:after {
    clear: both;
  }
  #page-news-home #content,
  #page-news-news-item .content-wrap #content {
    width: 60%;
    float: left;
  }
  #page-news-home aside,
  #page-news-news-item .content-wrap aside {
    width: 27%;
    float: right;
  }
  #page-about .content-wrap {
    zoom: 1;
    *zoom: 1;
  }
  #page-about .content-wrap:before,
  #page-about .content-wrap:after {
    content: "";
    display: table;
  }
  #page-about .content-wrap:after {
    clear: both;
  }
  #page-about .content-wrap .left {
    width: 57%;
    float: left;
  }
  #page-about .content-wrap .right {
    width: 36%;
    float: right;
  }
  #page-custom-painting .content-wrap .form-wrap {
    padding: 30px;
  }
  #page-custom-painting .content-wrap .top,
  #page-custom-painting .content-wrap .bottom {
    zoom: 1;
    *zoom: 1;
  }
  #page-custom-painting .content-wrap .top:before,
  #page-custom-painting .content-wrap .bottom:before,
  #page-custom-painting .content-wrap .top:after,
  #page-custom-painting .content-wrap .bottom:after {
    content: "";
    display: table;
  }
  #page-custom-painting .content-wrap .top:after,
  #page-custom-painting .content-wrap .bottom:after {
    clear: both;
  }
  #page-custom-painting .content-wrap .top .left,
  #page-custom-painting .content-wrap .bottom .left {
    width: 57%;
    float: left;
  }
  #page-custom-painting .content-wrap .top .right,
  #page-custom-painting .content-wrap .bottom .right {
    width: 36%;
    float: right;
  }
  #page-product .content-wrap .top {
    zoom: 1;
    *zoom: 1;
  }
  #page-product .content-wrap .top:before,
  #page-product .content-wrap .top:after {
    content: "";
    display: table;
  }
  #page-product .content-wrap .top:after {
    clear: both;
  }
  #page-product .content-wrap .top .right {
    padding-bottom: 0px;
    width: 30%;
    float: right;
    clear: right;
  }
  #page-product .content-wrap .top .left {
    width: 63%;
    float: left;
  }
  #page-product .content-wrap #mainimage {
    margin-bottom: 1.6%;
    display: block;
  }
  #page-product .content-wrap #mainimage img {
    margin-bottom: 0;
    display: block;
  }
  #page-product .content-wrap .img-wrap a {
    width: 9.7%;
    margin-right: 1.6%;
    margin-bottom: 1.55%;
  }
  #page-product .content-wrap .img-wrap a:nth-child(3n) {
    margin-right: 1.55%;
  }
  #page-product .content-wrap .img-wrap a:nth-child(9n) {
    margin-right: 0%;
  }
  #page-product .content-wrap .form-wrap {
    zoom: 1;
    *zoom: 1;
  }
  #page-product .content-wrap .form-wrap:before,
  #page-product .content-wrap .form-wrap:after {
    content: "";
    display: table;
  }
  #page-product .content-wrap .form-wrap:after {
    clear: both;
  }
  #page-product .content-wrap .form-wrap .left {
    width: 70%;
    float: left;
  }
  #page-product .content-wrap .form-wrap .right {
    width: 30%;
    float: right;
    min-height: 425px;
  }
  #page-product .content-wrap .related-wrap .product {
    width: 23%;
    clear: none;
    margin-bottom: 0%;
    margin-right: 2%;
  }
  #page-product .content-wrap .related-wrap .product:nth-of-type(4n) {
    float: left;
    clear: none;
  }
  #page-product .content-wrap .related-wrap .product:nth-of-type(4n+1) {
    clear: left;
  }
  #page-product .content-wrap .related-wrap .product:nth-of-type(2n) {
    margin-right: 2%;
    clear: none;
    float: left;
  }
  #page-home .content-wrap .about {
    zoom: 1;
    *zoom: 1;
    position: relative;
  }
  #page-home .content-wrap .about:before,
  #page-home .content-wrap .about:after {
    content: "";
    display: table;
  }
  #page-home .content-wrap .about:after {
    clear: both;
  }
  #page-home .content-wrap .about .philosophy,
  #page-home .content-wrap .about .painting {
    width: 49%;
    float: left;
    padding: 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
  }
  #page-home .content-wrap .about .painting {
    float: right;
  }
  #page-home .content-wrap .about .border {
    display: block;
    position: absolute;
    max-width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 36px auto 60px auto ;
    width: 1%;
    background: #d6d6d6;
  }
  #page-home .content-wrap .press .press-items {
    padding: 10px;
    max-width: 760px;
    margin: 0 auto 20px auto;
    zoom: 1;
    *zoom: 1;
  }
  #page-home .content-wrap .press .press-items:before,
  #page-home .content-wrap .press .press-items:after {
    content: "";
    display: table;
  }
  #page-home .content-wrap .press .press-items:after {
    clear: both;
  }
  #page-home .content-wrap .press .press-items .press-item {
    float: left;
    width: 225px;
    margin: 0 10px;
    height: 300px;
    line-height: 300px;
    background: #FFF;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-home .content-wrap .press .press-items .press-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .left-float {
    width: 47%;
    float: left;
    margin-bottom: 0;
  }
  .right-float {
    width: 47%;
    float: right;
    margin-bottom: 0;
  }
  .third-float {
    width: 31%;
    float: left;
    margin-right: 2.5%;
  }
  .third-float:last-of-type {
    margin-right: 0;
    float: right;
  }
  #checkout-nav {
    float: right;
    width: 40%;
  }
  #checkout-sec #des-chekout {
    display: block;
  }
  #checkout-sec #mobile-checkout {
    display: none;
  }
  #checkout-sec .discount {
    float: right;
    width: initial;
    margin-bottom: 25px;
    zoom: 1;
    *zoom: 1;
  }
  #checkout-sec .discount:before,
  #checkout-sec .discount:after {
    content: "";
    display: table;
  }
  #checkout-sec .discount:after {
    clear: both;
  }
  #checkout-sec .discount label {
    width: initial;
  }
  #checkout-sec .discount input,
  #checkout-sec .discount .inputLight {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    float: left;
    clear: none;
    margin-top: 0;
    padding: 7px 8px;
  }
  #checkout-sec .discount .btn {
    width: 25%;
    float: right;
    clear: none;
  }
  header#site {
    padding: 10px 20px;
    position: relative;
    padding-bottom: 0;
  }
  header#site .top-btns {
    width: 230px;
    margin-bottom: 0px;
    position: absolute;
    top: 24px;
    right: 20px;
  }
  header#site #logo {
    margin-bottom: 10px;
  }
  header#site #menu-toggle {
    display: none;
  }
  header#site #nav ul {
    display: block;
    text-align: center;
    border-top: 3px solid #888f95;
    border-bottom: 1px solid #888f95;
  }
  header#site #nav ul li {
    display: inline-block;
    position: relative;
  }
  header#site #nav ul li a {
    color: #c5bd96;
    background: none;
    zoom: 1;
    *zoom: 1;
    padding: 10px 15px;
    border: none;
  }
  header#site #nav ul li a:before,
  header#site #nav ul li a:after {
    content: "";
    display: table;
  }
  header#site #nav ul li a:after {
    clear: both;
  }
  header#site #nav ul li a:hover {
    background: #f7f8f8;
    text-decoration: none;
  }
  header#site #nav ul li a.selected {
    background: #f7f8f8;
  }
  header#site #nav ul li span {
    display: none;
  }
  header#site #nav ul li:hover ul {
    display: block;
  }
  header#site #nav ul li ul {
    display: none;
    position: absolute;
    z-index: 1000;
  }
  header#site #nav ul li ul li {
    border-bottom: 1px solid #888f95;
    display: block;
  }
  header#site #nav ul li ul li a {
    background: #f7f8f8;
  }
  header#site #nav ul li ul li a:hover {
    text-decoration: none;
    background: #eef0f3;
  }
  #bottom-footer {
    zoom: 1;
    *zoom: 1;
    padding-bottom: 0;
  }
  #bottom-footer:before,
  #bottom-footer:after {
    content: "";
    display: table;
  }
  #bottom-footer:after {
    clear: both;
  }
  #bottom-footer .form-wrap {
    zoom: 1;
    *zoom: 1;
    padding: 10px 0;
  }
  #bottom-footer .form-wrap:before,
  #bottom-footer .form-wrap:after {
    content: "";
    display: table;
  }
  #bottom-footer .form-wrap:after {
    clear: both;
  }
  #bottom-footer .form-wrap .form {
    padding: 15px 50px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid #d6d6d6;
    margin-bottom: 0;
  }
  #bottom-footer .form-wrap .social-wrap {
    padding: 15px 50px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bottom-footer .bottom .box-wrap {
    zoom: 1;
    *zoom: 1;
    padding-bottom: 14px;
  }
  #bottom-footer .bottom .box-wrap:before,
  #bottom-footer .bottom .box-wrap:after {
    content: "";
    display: table;
  }
  #bottom-footer .bottom .box-wrap:after {
    clear: both;
  }
  #bottom-footer .bottom .box-wrap .box {
    float: left;
    margin-right: 5%;
    clear: none;
  }
  #bottom-footer .bottom .box-wrap .box:nth-child(2n) {
    float: left;
    clear: none;
  }
  #bottom-footer .bottom .box-wrap .box:nth-child(2n+1) {
    float: left;
    clear: none;
  }
  #bottom-footer .bottom .box-wrap .box-one {
    width: 32%;
    clear: left;
  }
  #bottom-footer .bottom .box-wrap .box-two {
    width: 15%;
  }
  #bottom-footer .bottom .box-wrap .box-three {
    width: 15%;
  }
  #bottom-footer .bottom .box-wrap .box-four {
    width: 15%;
    margin-right: 0;
    clear: right;
  }
  #bottom-footer .copy {
    float: left;
  }
  #bottom-footer .credit {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper {
    width: 1030px;
  }
  .wrap {
    max-width: 1030px;
  }
  #page-product .content-wrap .form-wrap {
    zoom: 1;
    *zoom: 1;
  }
  #page-product .content-wrap .form-wrap:before,
  #page-product .content-wrap .form-wrap:after {
    content: "";
    display: table;
  }
  #page-product .content-wrap .form-wrap:after {
    clear: both;
  }
  #page-product .content-wrap .form-wrap .left .left-sec {
    width: 30%;
    float: left;
  }
  #page-product .content-wrap .form-wrap .left .right-sec {
    width: 65%;
    float: right;
    zoom: 1;
    *zoom: 1;
  }
  #page-product .content-wrap .form-wrap .left .right-sec:before,
  #page-product .content-wrap .form-wrap .left .right-sec:after {
    content: "";
    display: table;
  }
  #page-product .content-wrap .form-wrap .left .right-sec:after {
    clear: both;
  }
  #page-product .content-wrap .form-wrap .left .right-sec .btn {
    float: right;
  }
  header#site #nav ul {
    text-align: center;
    display: table;
    width: 100%;
  }
  header#site #nav ul li {
    display: table-cell;
  }
  header#site #nav ul li a {
    padding: 10px 20px;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bottom-footer .bottom .box-wrap .box {
    margin-right: 2%;
  }
  #bottom-footer .bottom .box-wrap .box-one {
    width: 18%;
  }
  #bottom-footer .bottom .box-wrap .box-two {
    width: 12%;
  }
  #bottom-footer .bottom .box-wrap .box-three {
    width: 12%;
  }
  #bottom-footer .bottom .box-wrap .box-four {
    width: 12%;
    margin-right: 3%;
    clear: none;
  }
  #bottom-footer .bottom .box-wrap .cards {
    width: 34%;
    float: right !important;
    margin-right: 0;
    clear: right;
  }
  #bottom-footer .copy {
    float: left;
  }
  #bottom-footer .credit {
    float: right;
  }
}
