article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden] {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
h1 {
 margin: 0.67em 0;
 font-size: 2em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #e8e8e8;
}
legend {
 padding: 0;
 border: 0;
}
button,
input,
select,
textarea {
 margin: 0;
 font-family: inherit;
}
button,
input {
 line-height: normal;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}
#uNetRegF td {
 text-align: left;
}
.text-replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
/*------------------------------------*\
 $General
\*------------------------------------*/
:focus {
 outline: none;
}
.clr:after {
 display: table;
 clear: both;
 content: '';
}
h1,
h2,
h3,
h4,
h5 {
 padding: 5px 0;
 margin: 0;
 font-weight: normal;
}
hr {
 display: block;
 margin: .2em 0;
 padding: 0;
 height: 0;
 border: 0;
 border-bottom: 1px solid #e8e8e8;
}
img {
 vertical-align: middle;
}
fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}
textarea {
 resize: vertical;
}
a {
 color: #bb788e;
 text-decoration: none;
 -webkit-transition: color 0.2s ease;
 transition: color 0.2s ease;
}
a:hover {
 text-decoration: none;
 color: #d00a4b;
}
html,
button,
input,
select,
textarea {
 color: #868686;
}
body {
 border: 1px solid #e8e8e8;
 background: #fff;
 font: 300 13px 'Open Sans', sans-serif;
 line-height: 1.5;
}
body.base {
 border: none;
 background: url('/img/bg.jpg') repeat 0 0;
}
.hide {
 display: none;
}
.wrap {width: 1000px;}
.middle,
.sidebar,
.content {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.wrap {
 margin: 0 auto;
 padding: 0;
 max-width: 1000px;
}
.middle {
 margin: 0 auto;
 max-width: 1000px;
 padding: 0;
 min-width: 768px;
}
.sidebar {
 float: left;
 margin-right: -232px;
 width: 232px;
}
.container {
 float: right;
 width: 100%;
}
.content {
 margin: 0 0 0 262px;
}
/*------------------------------------*\
 $Button
\*------------------------------------*/
input[type="submit"],
input[type="reset"],
input[type="button"],
select {
 padding: 5px 15px;
 font-family: 'Open Sans', sans-serif;
 cursor: pointer;
 border: none;
 font-size: 14px;
 background-color: #cc9aaa;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 vertical-align: bottom;
 color: #fff;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
select:hover {
 background-color: #bb788e;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
 background-color: #b26780;
 outline: none !important;
}
select {
 padding: 3px 5px;
 border-bottom: none;
 vertical-align: middle;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
 outline: none !important;
}
.manTdText input[type="button"],
.manTd2 input[type="button"],
.commTd2 input[type="button"],
.manTdBrief input[type="button"],
select.codeButtons,
input[type="button"].codeButtons,
#iplus input[type="button"] {
 padding: 2px 5px;
 font-size: 9px;
}
.manTd2 input[type="text"] {
 padding: 2px 5px !important;
}
input[type="text"],
input[type="password"],
textarea {
 padding: 4px 10px;
 border: 1px solid #e7e7e7;
 background: #fff;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #868686;
 font-weight: 300;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}
textarea {
 width: 100%;
}
input[type="button"]#newPhtBt {
 width: auto !important;
}
input[type="button"]#order-button {
 padding: 0 5px;
}
/*------------------------------------*\
 $Header
\*------------------------------------*/
.header {
 width: 100%;
 max-width: 1060px;
 min-width: 1060px;
 margin: 0 auto;
 position: relative;
}
.logo-b {
 position: absolute;
 background: url('/img/bg-brown.jpg');
 top: 0;
 left: 50%;
 margin-left: -110px;
 width: 220px;
 min-height: 86px;
 text-align: center;
 z-index: 1;
}
.logo-lnk {
 display: inline-block;
 text-transform: uppercase;
 font: bold 2em 'Open Sans Condensed', sans-serif;
 color: #fff;
 margin-top: 19px;
 padding-top: 22px;
 background: url('/img/hearth.png') no-repeat 50% 0;
}
.logo-lnk:hover {
 color: #fff;
}
.logo-lnk:after {
 content: '';
 display: block;
 position: absolute;
 width: 220px;
 height: 27px;
 bottom: -27px;
 left: 0;
 background: url('/img/logo-tip.png') no-repeat 0 0;
}
.top-row {
 height: 34px;
 background: url('/img/top-bg.png') no-repeat 50%;
 margin: 0 3px;
 line-height: 34px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.search-b {
 float: left;
 height: 28px;
 padding-left: 5px;
 margin-top: 3px;
 position: relative;
}
.search-b .queryField {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border: none;
 height: 28px;
 vertical-align: top;
 font-size: 1em;
 width: 230px;
 padding-right: 40px;
}
.search-b .schQuery {
 position: relative;
 height: 28px;
 margin-left: 6px;
 margin-right: 10px;
}
.search-b .schQuery:before {
 content: '';
 position: absolute;
 width: 6px;
 height: 28px;
 left: -6px;
 top: 0;
 background: url('/img/srch-bg.png') no-repeat 0 0;
}
.search-b .schBtn {
 position: absolute;
 top: 0;
 right: 0;
 height: 28px;
}
.search-b .searchSbmFl {
 overflow: hidden;
 margin: 0 !important;
 padding: 0 !important;
 background: url('/img/srch-btn.png') no-repeat 0 0;
 width: 48px;
 height: 28px;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 text-indent: 100%;
 vertical-align: top;
}
.search-b .searchSbmFl:hover {
 background-position: 0 -28px;
 background-color: transparent;
}
.basket-top {
 float: right;
 color: #fff;
}
.total .not-empty,
.order-amount {
 color: #eed3dc;
}
.order-amount {
 position: relative;
}
.order-value {
 cursor: pointer;
}
.order-value:after {
 content: '';
 display: inline-block;
 border-top: 3px solid #fff;
 border-left: 3px solid transparent;
 border-right: 3px solid transparent;
 vertical-align: middle;
 margin-left: 3px;
}
.basketorder {
 margin: 0 8px 0 30px;
 padding: 0 10px;
 display: block;
 float: right;
}
.basketorder.not-empty {
 color: #fff;
 background-color: #d1b5be;
 position: relative;
 margin-left: 15px;
}
.basketorder.not-empty:before,
.basketorder.not-empty:after {
 content: '';
 display: block;
 background: url('/img/bskt-order.png') no-repeat 0 0;
 width: 8px;
 height: 34px;
 top: 0;
 position: absolute;
}
.basketorder.not-empty:before {
 left: -8px;
}
.basketorder.not-empty:after {
 right: -8px;
 background-position: -8px 0;
}
.basket-l {
 display: block;
 position: absolute;
 top: 100%;
 right: 0;
 z-index: 1;
 width: 220px;
 height: 0;
 padding: 0;
 overflow: hidden;
 line-height: 1.5;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 background: url('/img/hatch-gr.jpg') repeat 0 0;
 list-style: none;
 margin: 0;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
}
.sb-name {
 color: #bb788e;
}
.order-amount:hover .basket-l,
.basket-l:hover {
 height: auto;
 padding: 5px;
}
.menu-row {
 line-height: 47px;
 background-color: #fff;
 position: relative;
 margin: 0 11px;
}
.menu-row:before,
.menu-row:after {
 position: absolute;
 top: 0;
 content: '';
 width: 1px;
 height: 0;
 border-bottom: 47px solid #fff;
}
.menu-row:before {
 left: -10px;
 border-left: 10px solid transparent;
}
.menu-row:after {
 right: -10px;
 border-right: 10px solid transparent;
}
/*------------------------------------*\
 $main-page
\*------------------------------------*/
.promo {
 background: url('/img/promo-bg.png') no-repeat 100% 0;
 height: 370px;
 position: relative;
 clear: both;
 padding-right: 65px;
}
.promo:before,
.promo:after {
 background-repeat: no-repeat;
 background-position: 0 0;
 position: absolute;
 content: '';
 z-index: -3;
}
.promo:before {
 background-image: url('/img/dotted-l.png');
 width: 184px;
 height: 328px;
 top: -17px;
 left: -125px;
}
.promo:after {
 background-image: url('/img/dotted-r.png');
 width: 144px;
 height: 281px;
 right: -70px;
 bottom: 30px;
}
.promo-stars {
 position: absolute;
 right: 30px;
 bottom: 16px;
 height: 44px;
 width: 70px;
 background: url('/img/dot-star.png') no-repeat 0 0;
}
.promo-img-b {
 position: relative;
 padding: 17px 0;
 margin: 0 50px;
 display: inline-block;
 top: -17px;
 z-index: 1;
 float: left;
}
.promo-img-b:before,
.promo-img-b:after {
 content: '';
 display: block;
 position: absolute;
 background: url('/img/welc-img-bg.png') no-repeat;
 top: 0;
 z-index: -1;
 height: 405px;
}
.promo-img-b:before {
 left: -50px;
 background-position: 0 0;
 width: 77px;
}
.promo-img-b:after {
 right: -50px;
 left: 27px;
 background-position: 100% 0;
}
.promo-img {
 z-index: 1;
}
.promo-descr {
 padding: 55px 0 30px 10px;
 overflow: hidden;
}
.promo-ttl {
 font: bold 2.3076923076923075em 'Open Sans Condensed', sans-serif;
 line-height: 1.1;
 color: #584a3d;
 padding-bottom: 45px;
 margin: 0;
}
.promo-txt {
 font-style: italic;
 font-weight: 300;
 line-height: 1.7;
}
.slogan {
 background: #fff;
 margin: 0 18px;
 position: relative;
 color: #584a3d;
 font-style: italic;
 font-size: 1.2307692307692308em;
 text-align: center;
 clear: both;
 height: 83px;
 line-height: 83px;
 vertical-align: middle;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 10px 100px;
}
.slogan:before,
.slogan:after {
 position: absolute;
 top: 0;
 height: 83px;
 width: 18px;
 content: '';
 display: block;
 background: url('/img/slogan-bg.png') no-repeat 0 0;
}
.slogan:before {
 left: -18px;
}
.slogan:after {
 right: -18px;
 background-position: 100% 0;
}
.slogan-txt {
 line-height: 1.5;
 display: inline-block;
}
.list-item {
 display: block;
 float: left;
 width: 230px;
 height: 327px;
 padding: 3px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background-color: #fff;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 margin-left: 25px;
}
.list-item:first-child {
 margin-left: 0;
}
.box .list-item {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 background-color: transparent;
 display: inline-block;
 float: none;
 margin: 0 0 10px;
}
.itemImg {
 height: 215px;
 width: 224px;
}
.itemName {
 text-align: center;
 display: block;
 margin: 8px 0;
 font: 300 1.5384615384615385em 'Open Sans Condensed', sans-serif;
 height: 54px;
}
.price {
 font-size: 1.0769230769230769em;
 font-weight: 300;
 vertical-align: middle;
 line-height: 28px;
 padding-top: 5px;
}
.price-value {
 float: right;
 font-size: 1.3846153846153846em;
 color: #584a3d;
}
.column-l {
 float: left;
 padding-right: 20px;
 width: 457px;
 overflow: hidden;
}
.about {
 padding: 20px 30px;
}
.about b,
.post-msg b {
 font-weight: 600;
 color: #584a3d;
}
.lnk-l {
 list-style: none;
 padding: 15px 0;
 margin: 0;
}
.list-lnk:before {
 content: '-';
 display: inline-block;
 padding-right: .8em;
}
.read-all {
 clear: both;
 display: block;
}
.read-all:before,
.read-all:after {
 content: " - ";
}
.news-inf {
 padding: 20px 30px;
}
.news-inf-item {
 float: left;
 width: 280px;
 padding-left: 50px;
 padding-bottom: 20px;
}
.news-inf-item:first-child {
 padding-left: 0;
}
.news-inf-item p {
 margin: 0;
 padding: 0;
}
.news-inf-lnk {
 font-size: 1.2307692307692308em;
 display: block;
 margin-bottom: 25px;
}
.news-inf-date {
 color: #bb788e;
}
.news-inf-img {
 width: 55px;
 height: 55px;
 float: left;
 margin-right: 15px;
 -webkit-background-size: cover;
 background-size: cover;
 background-position: 50%;
}
/*------------------------------------*\
 $Menu
\*------------------------------------*/
.menu-l,
.menu-r {
 width: 410px;
}
.menu-l:after,
.menu-r:after {
 display: table;
 clear: both;
 content: '';
}
.menu-l {
 float: left;
}
.menu-r {
 float: right;
}
.menu-row ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menu-row li {
 text-align: center;
 white-space: nowrap;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
 font-size: 15px;
}
.menu-row a,
.menu-row span {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: inline-block;
}
.menu-row li > span {
 color: #bb788e;
}
.menu-row li:hover > a,
.menu-row li:hover > span,
.menu-row .uMenuItemA,
.menu-row .uMenuItemA span,
.menu-row .active-item > span,
.menu-row .active-item > a {
 color: #584a3d;
}
.menu-row .uMenuRoot > li {
 margin: 0 10px;
 float: left;
 font-style: italic;
}
.menu-row .uMenuRoot > li > .uMenuItemA:before,
.menu-row .uMenuRoot > li > .uMenuItemA:after {
 content: ' - ';
 display: inline-block;
}
.menu-row li > a > span,
.menu-row li > span {
 padding: 0 8px;
}
.menu-row li ul {
 display: none;
 background-color: #fff;
 min-width: 100px;
 padding: 5px 0;
}
.menu-row li:hover > ul {
 position: absolute;
 top: 99%;
 z-index: 5;
 display: block !important;
}
.menu-row li li {
 display: block;
 text-align: left;
 width: 100%;
 line-height: 30px;
 padding: 0 10px;
}
.menu-row li li.uWithSubmenu:before {
 position: absolute;
 top: 50%;
 display: block;
 margin-top: -2px;
 width: 0;
 height: 0;
 border-top: 4px solid transparent;
 border-bottom: 4px solid transparent;
 content: '';
}
.menu-row li.uWithSubmenu.active-item:before,
.menu-row li li.uWithSubmenu:hover:before {
 border-left-color: #584a3d;
}
.menu-row li li:hover > ul {
 position: absolute;
 top: -5px;
 z-index: 10;
 display: block;
}
.menu-l li:hover > ul {
 left: 0;
}
.menu-l li li.uWithSubmenu:before {
 right: 4px;
 border-left: 6px solid #bb788e;
}
.menu-l li li:hover > ul {
 left: 100%;
}
.menu-r li:hover > ul {
 right: 0;
}
.menu-r li li.uWithSubmenu:before {
 left: 4px;
 border-right: 6px solid #bb788e;
}
.menu-r li li.uWithSubmenu:hover:before {
 border-right-color: #584a3d !important;
}
.menu-r li li:hover > ul {
 right: 100%;
}
/*------------------------------------*\
 $Paginator
\*------------------------------------*/
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA,
.swchItem,
.pgSwchA,
.pgSwch {
 font: 300 1.0769230769230769em 'Open Sans', sans-serif;
 display: inline-block;
 padding: 5px 9px;
 color: #bb788e;
}
.switches a:hover,
.swchItem:hover {
 color: #868686;
 text-decoration: none;
}
.switchActive,
.swchItemA,
.pgSwchA {
 font-weight: 300;
 background-color: #f2e9e4;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.pgSwchA b {
 font-weight: 300;
}
.pagesBlock1 {
 padding: 5px 0;
 text-align: center;
 display: block;
}
.catPages1 {
 padding: 4px 0;
 margin-bottom: 10px;
 background-color: #fff;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/*------------------------------------*\
 $Content
\*------------------------------------*/
.contbox {
 background-color: #fff;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.content.box {
 background-color: #fff;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 padding: 20px;
}
.content > h1,
.ttl {
 font: bold 2em 'Open Sans Condensed', sans-serif;
 text-align: center;
 color: #584a3d;
 padding: 20px 25px;
}
.content > h1:before,
.content > h1:after,
.ttl:before,
.ttl:after {
 content: ' - ';
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.post {
 margin-bottom: 25px;
}
.post--in {
 margin-bottom: 0;
}
.ttl a {
 color: #584a3d;
}
.ttl a:hover {
 color: #bb788e;
}
.ttl.hover:before,
.ttl.hover:after {
 color: #bb788e;
}
.moder-panel {
 float: right;
 padding-left: 5px;
}
.post-msg {
 margin: 0 28px 20px 24px;
 font-weight: 300;
}
.post-msg p {
 margin: 0 0 20px;
}
.post-det {
 background: url('/img/hatch.jpg') 0 0;
 padding: 8px 28px 8px 24px;
}
.post-d-itm {
 padding-right: 10px;
}
.post-d-itm.comm {
 float: right;
 padding-right: 0;
}
.post-d-itm.comm .post-d-value {
 padding-left: 7px;
}
.post-d-ttl,
.post-d-value {
 display: inline-block;
 color: #fff;
 font-style: italic;
}
.post-d-value a {
 font-weight: bold;
 color: #fff;
}
.post-d-value a:hover {
 text-decoration: underline;
}
.eBlock {
 background-color: #fff;
}
#allEntries .eBlock > tbody > tr > td {
 padding: 0 !important;
}
.eBlock {
 border-spacing: 0;
 border-collapse: collapse;
}
.post-msg img {
 height: auto;
 float: left;
 display: block;
 width: 230px;
 margin: 5px 30px 5px 0!important;
}
.home-lnk {
 display: inline-block;
 background: url('/img/home.png') no-repeat 0 0;
 width: 10px;
 height: 10px;
 overflow: hidden;
}
#uEntriesList .entryBlock {
 text-align: left;
 display: inline-block;
 padding: 10px;
 font-size: 16px;
}
.eVariant label {
 padding-left: 5px;
}
#cntContaineroEditdscr,
#cntContaineroEditmessage {
 padding-top: 10px !important;
}
.base .u-comboeditcell,
.base .u-combo {
 border: 0 !important;
 background: none !important;
}
#doSmbBt,
.u-combobut {
 display: none;
}
.u-combolist {
 border: 1px solid #e8e8e8 !important;
}
/*------------------------------------*\
 $Archive
\*------------------------------------*/
.bread-crumbs {
 font-size: 1.1538461538461537em;
 color: #bb788e;
 font-style: italic;
 margin-bottom: 20px;
}
.entry-name {
 color: #584a3d;
}
/*------------------------------------*\
 $Comment
\*------------------------------------*/
.comm-b {
 padding: 0 28px 0 24px;
 font-weight: 300;
}
.comm-itm {
 padding: 20px 0 15px;
 border-bottom: 1px solid #e8e8e8;
}
.comm-det {
 font-style: italic;
 color: #bb788e;
 height: 23px;
 padding-left: 30px;
 padding-bottom: 10px;
 background: url('/img/comment.png') no-repeat 0 0;
}
.comm-un:hover {
 text-decoration: underline;
}
.comm-date {
 float: right;
}
.comm-avatar {
 float: left;
 max-width: 50px;
 margin: 4px 10px 5px 0;
}
.comm-msg {
 margin-bottom: 5px;
}
.comm-form {
 padding: 25px 28px 25px 24px;
}
.smiles {
 border-spacing: 0;
}
.wysibb-body {
 border: none;
}
/*------------------------------------*\
 $Sidebar
\*------------------------------------*/
.sidebox {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 25px;
 background: url("/img/hatch-gr.jpg") repeat 0 0;
}
.sidebox-ttl {
 position: relative;
 margin-bottom: 20px;
 background: url('/img/hatch.jpg') repeat 0 0;
 width: 100%;
 text-align: center;
}
.sidebox-ttl:after {
 display: block;
 content: '';
 position: absolute;
 bottom: -20px;
 left: 0;
 height: 20px;
 width: 232px;
 background: url('/img/side-ttl.png') no-repeat 0 0;
}
.sidebox-ttl-i {
 font: bold 1.5384615384615385em 'Open Sans Condensed', sans-serif;
 line-height: 1.7;
 color: #fff;
}
.sidebox-ttl-i:before,
.sidebox-ttl-i:after {
 content: ' - ';
}
.sidebox-bd {
 padding: 10px 15px 15px 30px;
 text-align: left;
 color: #6f6f6f;
}
.calTable {
 width: 100%;
 border-spacing: 0;
}
.calMdayIsA,
.calMdayA {
 color: #fff;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background-color: #cc9aaa;
}
.calMdayIsA {
 cursor: pointer;
}
.calMdayIsA:hover {
 background-color: #bb788e;
}
.calMdayIsA .calMdayLink {
 color: #fff;
}
.calMdayIsA .calMdayLink:hover {
 text-decoration: none;
}
.archUl {
 margin: 0;
 padding: 0;
 list-style: none;
}
.mchat {
 float: left;
}
#mchatBtn {
 padding: 3px 5px;
 font-size: 9px;
}
#mchatNmF {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.pollQue {
 padding-bottom: 5px;
 color: #6f6f6f;
}
.pollQue b {
 font-weight: normal;
}
.answer {
 padding: 5px 0;
}
.answer input,
.answer label {
 vertical-align: bottom;
}
.answer label {
 padding-left: 8px;
 font-weight: 300;
}
.pollButton {
 text-align: left;
 padding: 17px 0;
}
.pollTot {
 color: #bb788e;
 font-style: italic;
}
.pollTot b {
 font-weight: normal;
}
.pollLnk a {
 white-space: nowrap;
 font-style: italic;
}
.cat-blocks.gTable {
 margin-top: 0;
 border-top: none;
}
.sidebox-bd > li,
.review-l,
.review-i {
 list-style: none;
}
.sidebar ul,
.sidebar li {
 list-style-position: inside;
}
.review-l,
.review-i {
 padding: 0;
 margin: 0;
}
.review-i {
 padding-top: 25px;
}
.review-i:first-child {
 padding-top: 0;
}
.review-txt {
 font-style: italic;
 font-weight: 300;
 quotes: none;
}
.review-sign {
 text-align: right;
 font-weight: normal;
 font-style: normal;
 display: block;
 color: #584a3d;
 padding-top: 10px;
}
.review-sign:before {
 content: '- ';
}
/*------------------------------------*\
 $shop
\*------------------------------------*/
.cat-blocks .normal,
.cat-blocks .active,
.cat-blocks ul {
 color: #bb788e;
 font-style: italic;
 font-size: 1em !important;
 -webkit-transition: color 0.2s ease;
 transition: color 0.2s ease;
}
.cat-blocks .gTableTop:hover,
.cat-blocks .gTableSubTop:hover {
 color: #aa5672;
}
.cat-blocks .normal:hover,
.cat-blocks .active {
 color: #d00a4b;
}
.good-bd {
 padding: 0 28px 25px 24px;
}
.gmoder {
 float: right;
}
.opt {
 font-weight: normal;
 color: #584a3d;
}
.good-price {
 float: right;
 font-weight: normal;
 font-size: 1.3846153846153846em;
 color: #584a3d;
}
.good-amt {
 display: block;
 margin: 5px 0;
}
.good-amt span {
 color: #584a3d;
 font-weight: normal;
}
.good-amt input {
 text-align: center;
 padding: 4px 7px;
}
.shop-options .val {
 font-weight: 300 !important;
}
.to-basket {
 padding-left: 40px !important;
 background: #d00a4b url('/img/tick.png') no-repeat 14px 50% !important;
}
.to-basket:hover {
 background-color: #b80942 !important;
}
.gphoto.big {
 border: 1px solid #e8e8e8;
}
.gphoto.small {
 margin-left: 2px;
 margin-right: 2px;
}
.gdesc-ttl {
 font: 300 1.5384615384615385em 'Open Sans Condensed', sans-serif;
 color: #bb788e;
}
/*------------------------------------*\
 $Search
\*------------------------------------*/
/*------------------------------------*\
 $Footer
\*------------------------------------*/
.footer {
 min-height: 300px;
 margin-top: 50px;
}
.foot-bd {
 background: url('/img/hatch-f.jpg');
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 color: #fff;
 padding: 30px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.foot-bd a {
 color: #fff;
}
.foot-bd a:hover {
 color: #d00a4b;
}
.foot-inf {
 padding-left: 45px;
 width: 200px;
 float: left;
}
.foot-inf:first-child {
 padding-left: 0;
}
.foot-inf .lnk-i {
 padding: 2px 0;
}
.foot-inf .lnk-l {
 padding: 0;
}
.foot-inf-ttl {
 font: bold 1.5384615384615385em 'Open Sans Condensed', sans-serif;
 padding-bottom: 20px;
}
.foot-inf-bd {
 line-height: 1.7;
}
.foot-inf .eTag {
 font-size: 1em !important;
 display: inline-block;
 background-color: rgba(255, 255, 255, 0.3);
 padding: 0 5px;
 margin-bottom: 2px;
 line-height: 25px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.foot-inf .eTag:hover {
 background-color: #ffffff;
}
.copy {
 text-align: center;
 padding: 20px;
 color: #584a3d;
}
.soc-row {
 background: url('/img/soc-bg.png') repeat-x 0 0;
 position: relative;
 height: 72px;
 margin-bottom: -4px;
 text-align: center;
 line-height: 70px;
}
.soc-row:before,
.soc-row:after {
 position: absolute;
 top: 0;
 height: 72px;
 width: 17px;
 content: '';
 display: block;
 background: url('/img/soc-tips.png') no-repeat 0 0;
}
.soc-row:before {
 left: -17px;
}
.soc-row:after {
 right: -17px;
 background-position: 100% 0;
}
.soc-l {
 margin: 0;
 padding: 0;
 display: inline-block;
 vertical-align: middle;
}
.soc-i {
 display: inline-block;
 width: 21px;
 height: 20px;
 margin: 0 5px;
}
.soc-i-lnk {
 background: url('/img/soc-i.png') no-repeat 0 0;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 width: 21px;
 height: 20px;
 display: block;
}
.soc-i-lnk.twitter {
 background-position: 0 0;
}
.soc-i-lnk.twitter:hover {
 background-position: -30px 0;
}
.soc-i-lnk.dribbble {
 background-position: 0 -25px;
}
.soc-i-lnk.dribbble:hover {
 background-position: -30px -25px;
}
.soc-i-lnk.skype {
 background-position: 0 -50px;
}
.soc-i-lnk.skype:hover {
 background-position: -30px -50px;
}
.soc-i-lnk.vimeo {
 background-position: 0 -75px;
}
.soc-i-lnk.vimeo:hover {
 background-position: -30px -75px;
}
.soc-i-lnk.facebook {
 background-position: 0 -100px;
}
.soc-i-lnk.facebook:hover {
 background-position: -30px -100px;
}
.soc-i-lnk.you-tube {
 background-position: 0 -125px;
}
.soc-i-lnk.you-tube:hover {
 background-position: -30px -125px;
}
/*------------------------------------*\
 $Forum
\*------------------------------------*/
.forum-nav {
 margin-bottom: 30px;
 padding: 4px;
}
.fNavLink {
 display: inline-block;
 background-color: #f2e9e4;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 font-size: 1.0769230769230769em;
 line-height: 2.2;
 padding: 0 15px;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.fNavLink:hover {
 background-color: #d1b5be;
 color: #fff;
}
.gTable {
 border-spacing: 0;
 background-color: transparent;
 border-collapse: collapse;
}
.gTableTop {
 font: bold 2em 'Open Sans Condensed', sans-serif;
 text-align: center;
 color: #584a3d;
 padding: 5px 0 20px;
}
.gTableTop .catLink {
 color: #584a3d;
}
.gTableTop:before,
.gTableTop:after {
 content: ' - ';
}
.gTableTop a {
 color: #584a3d;
}
.forumContent #subscribe {
 font-weight: normal;
 font-size: 13px;
}
.gTableBody {
 padding: 15px !important;
}
.gTableRight,
.gTableBody1,
.forum-bd {
 background-color: #fff;
}
.forumIcoTd,
.threadIcoTd,
.forumLastPostTd,
.threadLastPostTd {
 background-color: #fcfafa;
}
.fFastSearchTd {
 position: relative;
}
input[type="text"].fastSearch {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-right: 30px !important;
 height: 25px;
 font-style: normal;
}
input[type="submit"].fastSearch {
 margin: -14px 0 0;
 padding: 0;
 width: 30px;
 height: 25px;
}
input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
 padding: 2px 7px;
}
.searchForumsFl:hover {
 background-color: #cc9aaa;
}
.gTableBottom {
 padding: 4px 0;
}
.postNameFl,
.postDescrFl {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-top: 5px;
}
#frM60 {
 padding-top: 10px;
}
#frM58 input,
#frM60 input,
#bc34 input {
 width: auto !important;
}
.forum,
.threadLink {
 font: 300 1.5384615384615385em 'Open Sans Condensed', sans-serif;
}
.threadDescr,
.forumDescr,
.threadLastPostTd,
.forumLastPostTd {
 font-style: italic;
}
.gTableSubTop,
.postTdTop {
 padding-left: 15px;
 padding-right: 15px;
}
.gTableSubTop {
 text-align: left;
 background: url('/img/hatch-gr.jpg');
 height: 30px;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
 padding: 10px 15px;
 border: 1px solid #e8e8e8;
}
.threadsDetails {
 border-top: 1px solid #e8e8e8;
}
.funcBlock {
 color: #000;
}
#filter_by {
 margin-right: 5px;
}
.funcLink {
 font-size: 1.0769230769230769em;
}
.threadsDetails {
 padding: 5px 5px 3px;
}
.forumOnlineBar {
 padding: 2px 5px 5px;
}
#allSmiles a {
 font-size: 13px !important;
}
#addform input[type="checkbox"] {
 margin-right: 3px;
}
.switches {
 padding: 2px;
 background-color: #fff;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 margin: 5px 0;
}
.middle .postTable {
 border-spacing: 0;
 border-bottom: 1px solid #e8e8e8;
 border-collapse: collapse;
}
.forumIcoTd,
.threadIcoTd {
 border-left: none;
}
.forumLastPostTd,
.threadLastPostTd {
 border-right: none;
}
.gTableBody1 {
 border-left: 1px solid #e8e8e8;
}
.gTableRight,
.gTableBody1 {
 border-bottom: 1px solid #e8e8e8;
}
.gTableRight#frM58 {
 padding-right: 10px;
}
.postTdInfo {
 border-right: 1px solid #e8e8e8;
}
.postBottom,
.postTdTop {
 padding: 3px 15px;
}
.postTdTop {
 border-bottom: 1px solid #e8e8e8;
 background: url('/img/hatch-gr.jpg');
}
.postBottom {
 border-top: 1px solid #e8e8e8;
}
.postBottom .forum-bd {
 background-color: transparent;
}
.forumModerFuncsT {
 padding: 5px 0;
}
#frM53 .gTableRight {
 border: none;
}
.postTdInfo,
.posttdMessage {
 padding: 15px;
}
.gTableLeft,
.postTdInfo {
 padding-left: 5px;
 text-align: center;
}
.forumMemSwch,
.forumMemNum {
 padding: 5px;
}
#frM57,
#frM58 {
 padding-top: 5px;
}
#frM60,
.searchSubmitFl,
.userSchFrm,
#forum_filter {
 padding-bottom: 5px;
}
#allSmiles a:hover {
 text-decoration: underline;
}
.gTableLeft .smiles {
 display: inline-block;
}
.searchQueryFl {
 margin-bottom: 5px;
}
#thread_search_field {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 150px !important;
}
#thread_search_button {
 margin-top: 0 !important;
}
#addform input[type="checkbox"] {
 margin-right: 3px;
}
/*------------------------------------*\
 $Popup
\*------------------------------------*/
.popup-bd input[type="submit"],
.popup-bd input[type="button"],
.popup-bd input[type="reset"] {
 padding: 4px 5px;
}
.popup-ttl {
 background: url('/img/bg.jpg');
}
.popup-bd {
 min-width: 679px;
 background-color: #FFFFFF;
 position: relative;
 padding: 30px 30px 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 max-width: 1000px;
 margin: 0 auto;
}
.popup-bd hr {
 clear: both;
}
#block22 {
 padding: 7px 0;
}
#block22 a {
 padding: 0 12px;
}
#block22 b {
 font-weight: normal;
}
.popup-bd input[type="checkbox"] {
 margin: 0 5px;
}
.popup-bd #usch {
 padding: 7px 0;
}
.udtlb {
 padding-right: 40px;
 white-space: nowrap;
 color: #584a3d;
}
input[type="button"].allUsersBtn,
input[type="submit"].uSearchFlSbm {
 width: auto !important;
}
.shop-nav {
 margin-bottom: 20px;
}

.shop-bc {
 font-size: 1.1538461538461537em;
 color: #BB788E;
 font-style: italic;
}

.shop-bc a,
.bread-crumbs a {
 margin: 0 7px;
}

.bread-crumbs .entry-name {
 padding-left: 7px;
}