html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
html,
body {
  width: 100%;
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  vertical-align: top;
}
img {
  border: none;
  font-size: 0;
  line-height: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
label,
button,
select,
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
input[type="button"] {
  cursor: pointer;
}
td,
th,
input,
textarea,
select {
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: none;
}
input[type="button"]::-moz-focus-inner {
  border: 0;
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
}
fieldset {
  border: 1px solid #bbb;
  padding: 10px;
  position: relative;
  background: #e9e9e9;
  margin-bottom: 10px;
}
fieldset p label,
fieldset p input[type="text"] {
  width: 98%;
}
fieldset p select {
  width: 99%;
}
blockquote {
  color: #555;
  font-size: 0.9em;
  padding: 20px;
  background: #f3f3f3;
}
blockquote cite {
  font-size: 0.9em;
}
hr {
  background-color: rgba(0,0,0,0.15);
  height: 1px;
  border: 0;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #bbb;
}
.block {
  padding: 25px 30px;
}
.inline {
  display: inline !important;
}
.inline-link {
  text-decoration: none !important;
}
.inline-link b {
  border-bottom: 1px dotted;
  font-weight: normal;
  position: relative;
  top: -0.13em;
}
.inline-link b i {
  font-style: normal;
  position: relative;
  top: 0.13em;
}
.small {
  font-size: 0.9em;
}
.large {
  font-size: 1.1em;
}
.bold {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.highlighted {
  background: #ffc;
}
.hint {
  color: #aaa;
  font-size: 0.9em;
}
.hint a,
.hint:visited,
.hint a:visited {
  color: #888;
}
.gray .dropdown ul,
.gray a,
.gray:visited,
.gray a:visited {
  color: #888;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.shadowed {
  -webkit-box-shadow: 0 5px 15px #aaa;
  box-shadow: 0 5px 15px #aaa;
}
.nowrap {
  white-space: nowrap;
}
.hr {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}
.uppercase {
  text-transform: uppercase;
}
.blurred {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.userpic {
  border-radius: 50%;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
.tags {
  line-height: 1.6em;
}
.tags a {
  color: #008000 !important;
  display: inline !important;
  padding: 0 4px !important;
}
.tags a:hover {
  color: #f00 !important;
}
.staff {
  background: #eeb;
  padding: 1px 4px !important;
  color: #345;
  font-size: 0.9em;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  white-space: nowrap;
}
ul.menu-v {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', 'Trebuchet MS', Arial, sans-serif;
}
ul.menu-v li {
  list-style: none;
  padding: 0;
  line-height: 1.3em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
ul.menu-v li a {
  padding: 13px 30px 13px 16px;
  display: block;
  text-decoration: none;
}
ul.menu-v li.collapsible {
  background: url("../img/rarr.png") no-repeat;
  background-position: right center;
  -webkit-background-size: 32px 16px;
  -moz-background-size: 32px 16px;
  background-size: 32px 16px;
}
ul.menu-v.bottom-padded {
  margin-bottom: 20px;
}
ul.menu-v li .count {
  float: right;
  color: #aaa;
}
ul.menu-v li .count i.icon16 {
  margin: 0 -5px;
}
ul.menu-h {
  margin: 0;
  padding: 0;
}
ul.menu-h li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0 0;
  line-height: 1.3em;
}
ul.menu-h li a {
  display: inline-block;
  padding: 13px 16px 13px 16px;
  text-decoration: none;
}
ul.tree {
  list-style: none;
  padding-left: 0;
}
ul.tree li {
  border: none;
}
ul.tree li a {
  padding: 5px 16px;
  display: block;
  text-decoration: none;
}
ul.tree li.selected a {
  background: transparent;
}
ul.tree ul {
  padding-left: 20px;
  list-style: none;
}
ul.tree ul a {
  padding: 3px 6px;
  font-size: 90%;
}
.paging-nav {
  text-align: center;
}
.paging-nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.paging-nav ul li a {
  padding: 8px 10px;
}
.paging-nav ul li.selected a {
  background: #eee;
}
.wa-auth-adapters ul {
  padding: 0;
  min-height: 16px;
}
.wa-auth-adapters ul li {
  list-style: none;
  float: left;
  padding: 0 15px 0 0;
}
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span {
  display: block;
  padding: 0 5px;
}
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img {
  position: relative;
  top: 4px;
  margin-right: 3px;
}
.wa-auth-adapters p {
  color: #888;
  font-size: 0.9em;
  width: 80%;
}
.wa-auth-adapters.wa-connect {
  margin-top: 20px;
}
.wa-captcha {
  margin: 1em 0;
}
.wa-captcha p {
  margin: 0;
}
.wa-captcha p + p {
  margin: 0.5em 0 0;
}
.wa-captcha p img {
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.wa-captcha strong {
  font-size: 1.2em;
}
.wa-captcha .wa-captcha-refresh {
  font-size: 0.8em;
  text-decoration: underline;
  color: #aaa;
}
.wa-captcha .wa-captcha-input {
  display: inline-block !important;
}
.wa-captcha .errormsg {
  display: inline-block;
  margin-left: 10px;
}
input.error,
textarea.error {
  border: 2px solid #f00;
}
.errormsg {
  color: #f00;
  display: block;
}
.row {
  clear: both;
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.row.no-border {
  border: none;
}
.col {
  float: left;
}
.col.w1 {
  width: 6%;
}
.col.w2 {
  width: 12%;
}
.col.w3 {
  width: 18%;
}
.col.w4 {
  width: 24%;
}
.col.w5 {
  width: 30%;
}
.col.w6 {
  width: 36%;
}
.col.w7 {
  width: 42%;
}
.col.w8 {
  width: 48%;
}
.col.w9 {
  width: 54%;
}
.col.w10 {
  width: 60%;
}
.col.w11 {
  width: 66%;
}
.col.w12 {
  width: 72%;
}
.col.w13 {
  width: 78%;
}
.col.w14 {
  width: 84%;
}
.col.w15 {
  width: 90%;
}
.col.w16 {
  width: 96%;
}
i.icon16 {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: baseline;
  height: 16px;
  width: 16px;
  margin: 0 4px;
  text-indent: -9999px;
  text-decoration: none !important;
  background: transparent url("../img/icons/icons.png") no-repeat;
  -webkit-background-size: 260px 160px;
  -moz-background-size: 260px 160px;
  background-size: 260px 160px;
}
i.icon16.rss {
  background-position: -16px 0;
}
i.icon16.facebook {
  background-position: -32px 0;
}
i.icon16.twitter {
  background-position: -48px 0;
}
i.icon16.vk {
  background-position: -64px 0;
}
i.icon16.gplus {
  background-position: -80px 0;
}
i.icon16.pinterest {
  background-position: -96px 0;
}
i.icon16.youtube {
  background-position: -112px 0;
}
i.icon16.instagram {
  background-position: -128px 0;
}
i.icon16.userpic20 {
  background-position: -2px -2px;
  border-radius: 50%;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}
i.icon16.color {
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.2);
  width: 12px;
  height: 12px;
  background-image: none;
}
i.icon16.star,
i.icon16.star-full {
  background-position: -16px -16px;
}
i.icon16.star-half {
  background-position: -32px -16px;
}
i.icon16.star-empty {
  background-position: -48px -16px;
}
i.icon16.star-hover {
  background-position: -64px -16px;
}
i.icon16.stock-red {
  background-position: -128px -16px;
}
i.icon16.stock-yellow {
  background-position: -144px -16px;
}
i.icon16.stock-green {
  background-position: -160px -16px;
}
i.icon16.stock-transparent {
  background-position: -176px -16px;
}
i.icon16.compare {
  background-position: -208px -16px;
}
i.icon16.compare.active {
  background-position: -224px -16px;
}
i.icon16.remove {
  background-position: -96px -16px;
}
i.icon16.loading {
  background-image: url("../img/icons/loading32.gif");
  background-position: 0 0;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
}
a {
  color: #036;
  text-decoration: none;
}
img,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 14px 0;
  font: bold 1em/1.25 "Trebuchet MS", "sans-serif";
  text-transform: none;
  color: #121212;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 2.571428571428572em;
}
h2 {
  font-size: 2.142857142857143em;
}
h3 {
  font-size: 1.714285714285714em;
}
h4 {
  font-size: 1.285714285714286em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.857142857142857em;
}
ul {
  margin: 1em 0;
  list-style: none;
}
ul li {
  list-style: none;
  margin: 0.5em 0 0;
}
ul li:first-child {
  margin-top: 0;
}
ul li ul {
  margin: 0.5em 0 0.5em 2em;
}
pre {
  display: block;
  padding: 1em;
  font-size: 14px;
  line-height: 20px;
  background: #f0f0f0;
  color: #888;
  word-wrap: normal;
}
p {
  margin: 1em 0;
  line-height: 1.4em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
figure {
  margin: 1em 0;
}
select {
  width: 200px;
  padding: 0;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;
  height: 24px;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea {
  display: inline-block;
  margin: 0;
  width: 200px;
  padding: 0.625em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;
  font: normal 1em/1.25em "Trebuchet MS", "sans-serif";
  text-decoration: none;
  color: #121212;
}
input[type="text"].is-wide,
input[type="search"].is-wide,
input[type="password"].is-wide,
input[type="email"].is-wide,
textarea.is-wide {
  width: 100%;
}
textarea {
  width: 100%;
}
.s-button,
button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  height: 2.5em;
  margin: 0 0.5em 0 0;
  padding: 0.625em;
  border: 0;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font: normal 1em/1.25em "Trebuchet MS", "sans-serif";
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #2e6da4;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.s-button:last-child,
button:last-child,
input[type="button"]:last-child,
input[type="submit"]:last-child {
  margin-right: 0;
}
.s-button.transparent,
button.transparent,
input[type="button"].transparent,
input[type="submit"].transparent {
  color: inherit;
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.s-button.white,
button.white,
input[type="button"].white,
input[type="submit"].white {
  color: inherit;
  background: #fff;
}
.s-button.green,
button.green,
input[type="button"].green,
input[type="submit"].green {
  color: #fff;
  background: #2fa42e;
}
.s-button.orange,
button.orange,
input[type="button"].orange,
input[type="submit"].orange {
  color: #fff;
  background: #a4652e;
}
.s-button.red,
button.red,
input[type="button"].red,
input[type="submit"].red {
  background: #d9534f;
  color: #fff;
}
.s-button[disabled],
button[disabled],
input[type="button"][disabled],
input[type="submit"][disabled] {
  background: #e2e2e2;
  color: #505050;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  color: #aaa;
}
table th,
table td {
  border: solid rgba(0,0,0,0.05);
  border-width: 1px 0;
  vertical-align: middle;
  padding: 0.5em;
}
.s-user-content {
  line-height: 1.5em;
}
.s-user-content ul,
.s-user-content ol {
  margin: 1em 0 1em 2em;
}
.s-user-content ul li {
  list-style: disc;
}
.s-user-content ol li {
  list-style: decimal;
}
.is-hidden {
  display: none;
}
.cl {
  zoom: 1;
}
.cl:before,
.cl:after {
  content: "";
  display: table;
}
.cl:after {
  clear: both;
}
body {
  font: normal 14px/1 "Arial", "Neue Helvetica", "sans-serif";
  color: #121212;
  background: #fff;
}
.s-main-wrapper .s-header-wrapper .s-static-header {
  display: table;
  width: 980px;
  margin: auto;
  padding: 2em 0;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-site-info,
.s-main-wrapper .s-header-wrapper .s-static-header .s-header-nav,
.s-main-wrapper .s-header-wrapper .s-static-header .s-time-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em 0;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-site-info {
  padding-right: 1em;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-site-info .s-site-logo {
  font-size: 0;
  line-height: 0;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-site-info .s-site-logo img {
  width: 150px;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-header-nav {
  margin: 0;
  text-align: center;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-header-nav ul {
  margin: 0;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-header-nav .s-nav-item {
  margin: 0.1em 1em 0.1em 0;
  display: inline-block;
  vertical-align: top;
  font-size: 1.142857142857143em;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-header-nav .s-nav-item a {
  display: inline-block;
  padding: 0.25em;
  text-decoration: none;
  background: transparent;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  border-bottom: 2px solid transparent;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-header-nav .s-nav-item.is-active a,
.s-main-wrapper .s-header-wrapper .s-static-header .s-header-nav .s-nav-item:hover a {
  border-color: #638392;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper {
  position: relative;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper.is-open .s-hidden {
  display: block;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-hidden {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  padding: 10px;
  z-index: 1;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  background: #fff;
  text-align: left;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-label-wrapper {
  text-decoration: underline;
  cursor: pointer;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-days-wrapper {
  margin: 5px 0 0;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-days-wrapper .s-day-wrapper {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.214285714285714em;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-days-wrapper .s-day-wrapper:first-child {
  margin-top: 0;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-date {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: #888;
  width: 100px;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value {
  display: inline-block;
  vertical-align: top;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value .s-time {
  color: #333;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value .s-text {
  color: #888;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-time-wrapper {
  text-align: right;
  white-space: nowrap;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-time-wrapper .s-label-wrapper {
  margin: 0 0 5px;
  font-size: 0.785714285714286em;
  text-transform: uppercase;
}
.s-main-wrapper .s-header-wrapper .s-static-header .s-time-wrapper .s-phone-wrapper {
  font-size: 1.714285714285714em;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05);
  box-shadow: 0 0 4px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05);
}
.s-main-wrapper .s-header-wrapper .s-fixed-container.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header {
  display: table;
  width: 980px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255,255,255,0.8);
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-column {
  display: table-cell;
  vertical-align: middle;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-column.right {
  text-align: right;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 40px;
  z-index: 1;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-search-wrapper .s-text-input,
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-search-wrapper .s-submit-input {
  display: block;
  border: 0;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-search-wrapper .s-text-input {
  padding: 6px 6px 6px 40px;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid rgba(127,127,127,0.1);
  border-radius: 3px;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-search-wrapper .s-text-input:focus {
  width: 200%;
  border-color: rgba(127,127,127,0.5);
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-search-wrapper .s-submit-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: transparent url("../img/icons/search-icon.png") 50% no-repeat;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  background-size: 20px;
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0.5em;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block {
  display: table;
  padding: 1em;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-image-wrapper,
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-image-wrapper .s-image {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: transparent 50% no-repeat;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
  border-radius: 50%;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-text-wrapper {
  padding: 0 0 0 0.75em;
  white-space: nowrap;
  text-align: center;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-text-wrapper .s-header {
  font-weight: bold;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-text-wrapper .s-text {
  margin: 4px 0 0;
  font-size: 0.857142857142857em;
  color: #888;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-link:hover {
  background: #638392;
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-user-account .s-info-block .s-image-wrapper .s-image {
  background-image: url("../img/icons/user-icon.png");
  -webkit-background-size: 28px;
  -moz-background-size: 28px;
  background-size: 28px;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-cart-wrapper.is-empty .s-info-block .s-image-wrapper .s-cart-count {
  display: none;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-cart-wrapper.is-empty .s-info-block .s-text-wrapper .s-text {
  display: none;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-cart-wrapper .s-info-block .s-image-wrapper {
  position: relative;
  top: 2px;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-cart-wrapper .s-info-block .s-image-wrapper .s-image {
  background-image: url("../img/icons/cart-icon.png");
  -webkit-background-size: 28px;
  -moz-background-size: 28px;
  background-size: 28px;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-cart-wrapper .s-info-block .s-image-wrapper .s-cart-count {
  position: absolute;
  top: -2px;
  right: -4px;
  padding: 2px 4px;
  background: #f00;
  border-radius: 50%;
  text-align: center;
  font-size: 0.714285714285714em;
  color: #fff;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-compare-wrapper.is-empty {
  display: none;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-compare-wrapper .s-info-block .s-image-wrapper {
  position: relative;
  top: 2px;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-compare-wrapper .s-info-block .s-image-wrapper .s-image {
  background-image: url("../img/icons/compare-icon.png");
  -webkit-background-size: 28px;
  -moz-background-size: 28px;
  background-size: 28px;
}
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-compare-wrapper .s-info-block .s-image-wrapper .s-compare-count {
  position: absolute;
  top: -2px;
  right: -4px;
  padding: 2px 4px;
  background: #f00;
  border-radius: 50%;
  text-align: center;
  font-size: 0.714285714285714em;
  color: #fff;
}
.s-main-wrapper .s-breadcrumbs-wrapper {
  width: 980px;
  margin: 1.5em auto;
  font-size: 0.857142857142857em;
  min-height: 1em;
}
.s-main-wrapper .s-breadcrumbs-wrapper + .s-main-block {
  margin-top: 1em;
}
.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block {
  color: #888;
}
.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item:first-child:before {
  display: none;
}
.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item:first-child .s-breadcrumb-link {
  padding-left: 0;
}
.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item:before {
  content: "—";
  padding: 0 0 0 4px;
}
.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item .s-breadcrumb-link {
  text-decoration: none;
  padding: 0 0 0 4px;
  color: inherit;
}
.s-main-wrapper .s-main-block {
  margin: 48px auto 0;
  display: table;
  width: 980px;
  table-layout: fixed;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper,
.s-main-wrapper .s-main-block .s-content-wrapper {
  display: table-cell;
  vertical-align: top;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper {
  width: 25%;
  min-width: 250px;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper + .s-content-wrapper {
  padding-left: 2em;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block {
  position: relative;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper ul,
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper li {
  display: block;
  margin: 0;
  padding: 0;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul {
  margin: 2em 0 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.06);
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.06);
  overflow: hidden;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul:first-child {
  margin-top: 0;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li:first-child {
  border-top: 0;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li.has-sub-menu > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 100%;
  text-align: center;
  line-height: 100%;
  background: transparent url("../img/icons/arror-icon.png") 50% no-repeat;
  -webkit-background-size: auto 14px;
  -moz-background-size: auto 14px;
  background-size: auto 14px;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li.has-sub-menu.is-selected > a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li:hover > a {
  border-color: #c09853;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li.is-selected > a {
  font-weight: bold;
  border-color: #638392;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li.is-selected > ul {
  display: block;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li > a {
  position: relative;
  display: block;
  padding: 1em;
  text-decoration: none;
  -webkit-transition: all 333ms linear;
  -moz-transition: all 333ms linear;
  -o-transition: all 333ms linear;
  -ms-transition: all 333ms linear;
  transition: all 333ms linear;
  background: #fefefe;
  border-right: 2px solid transparent;
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li > ul {
  display: none;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper > ul li > ul > li > a {
  padding-left: 2em;
}
.s-main-wrapper .s-main-block .s-content-wrapper {
  padding: 0;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block {
  position: relative;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-page-header {
  line-height: 1em;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-text-wrapper img,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-text-wrapper iframe {
  max-width: 100%;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper {
  margin: 1em 0 0;
  border: 1em solid #f8f8f8;
  padding: 1em;
  white-space: nowrap;
  font-size: 0;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-image {
  display: inline-block;
  vertical-align: middle;
  width: 49.99%;
  font-size: 1em;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc {
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc .sub-header,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc .album-name {
  display: inline-block;
  vertical-align: baseline;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc .sub-header {
  font: normal 0.8em "Trebuchet MS", "sans-serif";
  text-transform: uppercase;
  color: #777;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-image {
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-image img {
  width: 100%;
  border-radius: 2px;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 1em 0 0;
  border-top: 2px solid rgba(0,0,0,0.05);
  padding: 1em 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .userpic-wrapper,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .comment-link,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .username,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .date {
  display: table-cell;
  vertical-align: middle;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .userpic-wrapper {
  width: 3em;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .userpic-wrapper .userpic-image {
  width: 100%;
  border-radius: 50%;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .username {
  padding-left: 0.5em;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .date-wrapper {
  text-align: right;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .comment-link {
  white-space: nowrap;
  text-align: right;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .s-profile-header {
  margin: 0 0 0;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .hint-wrapper {
  margin: 1em 0;
  padding: 1em;
  border-radius: 2px;
  font: normal 1em "Trebuchet MS", "sans-serif";
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .hint-wrapper.is-success {
  color: #fff;
  background: #6dca6d;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-error-msg {
  display: inline-block;
  padding: 0.5em;
  margin: 0.5em 0 0;
  background: rgba(255,127,127,0.1);
  border-radius: 2px;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form {
  padding: 0;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field {
  padding: 1em 0;
  border-top: 1px solid rgba(0,0,0,0.05);
  display: table;
  width: 100%;
  table-layout: fixed;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field:first-child {
  margin-top: 0;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field.button-block {
  padding-top: 1em;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field.button-block input + input {
  margin-left: 1em;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-name,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value {
  display: table-cell;
  vertical-align: middle;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-name {
  width: 20%;
  font: 0.857142857142857em "Trebuchet MS", "sans-serif";
  text-transform: uppercase;
  color: #222;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-submit a {
  line-height: 2em;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value {
  padding: 0;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value a + p {
  margin-top: 0;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field {
  margin: 1em 0 0;
  display: block;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field:first-child {
  margin-top: 0;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field > span {
  font: 0.7em/2 "Trebuchet MS", "sans-serif";
  text-transform: uppercase;
  color: #444;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field input {
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field select {
  margin: 0 0 0 8px;
}
.s-main-wrapper .s-footer-wrapper .s-footer-block {
  width: 980px;
  margin: auto;
  padding: 4em 0 2em;
}
.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column {
  display: table-cell;
  vertical-align: middle;
}
.s-loading-section {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255,255,255,0.5);
  z-index: 100;
}
.s-loading-section .s-loading-content {
  display: inline-block;
}
