@charset "utf-8";


/* =Reset
-------------------------------------------------------------- */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a img {
  border: none;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000;
}
input:focus::-webkit-input-placeholder {
  color:transparent;
}
input:focus::-moz-placeholder {
  color:transparent;
}
input:focus:-moz-placeholder {
  color:transparent;
}
input:focus:-ms-input-placeholder {
  color:transparent;
}




/* =General
-------------------------------------------------------------- */
body {
  line-height: 1.5;
  font-size: 12px;
  font-family: 'Ubuntu', Tahoma, sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
}
img.preload {
  opacity: 0;
}
.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.rcBtn {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  border: 1px solid;
  text-align: center;
  padding: 8px 24px;
  border-radius: 1px;
}
.rcBtn.full {
  display: block;
  width: auto;
}
.rcBtn.light {
  color: #fff;
  border-color: #fff;
}
.rcBtn.light.rolled,
.rcBtn.light:hover {
  color: #fbfc00;
  border-color: #fbfc00;
}
.rcBtn.dark {
  color: #000;
  border-color: #000;
  background-color: #ffe400;
}
.rcBtn.dark:hover,
.rcBtn.light.rolled:hover {
  color: #000;
  border-color: #000;
  background-color: #fbfc00;
}
.rcBtn.dark.rolled/*,
.rcBtn.dark:hover*/ {
  color: #000;
  border-color: #000;
  /*background-color: #000;*/
}
.rcBtn.dark.nox:hover {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}
.rcBtn.nox {
  cursor: default;
  opacity: 0.2;
}
.rcBtn.bold {
  border-width: 1px;
  border-radius: 2px;
}
.rcBtn.cart {
  font-size: 12px;
}
.rcSocials  li {
  float: left;
  margin-left: 5px;
}
.rcSocials  li:first-child {
  margin-left: 0;
}
.rcSocials  li a {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 0;
  text-indent: -9999px;
  background: #a0a0a0;
}
.rcSocials  li.facebook a {
  background: url("../images/icon_facebook.png") no-repeat 0 0;
}
.rcSocials  li.gplus a {
  background: url("../images/icon_gplus.png") no-repeat 0 0;
}
.rcSocials  li.twitter a {
  background: url("../images/icon_twitter.png") no-repeat 0 0;
}
.rcSocials  li.youtube a {
  background: url("../images/icon_youtube.png") no-repeat 0 0;
}
.rcSocials li.linkedin a {
  background: url("../images/icon_linkedin.png") no-repeat 0 0;
}
.rcSocials li.pinterest a {
  background: url("../images/icon_pinterest.png") no-repeat 0 0;
}
.rcSocials li.instagram a {
  background: url("../images/icon_instagram.png") no-repeat 0 0;
}




/*= Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
 clear: both;
 content: ' ';
 display: block;
 font-size: 0;
 line-height: 0;
 visibility: hidden;
 width: 0;
 height: 0;
}
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}




/* =Header
-------------------------------------------------------------- */
#pageHead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
#pageHead .topBar {
  height: 75px;
  border-top: 1px solid #ffff00;
  background: rgba(0, 0, 0, 0.85);
}
#pageHead .branding {
  float: left;
  width: 128px;
  height: 55px;
  margin-top: 9px;
}
#pageHead h1.branding {
  font-size: 0;
  text-indent: -9999px;
  background: url("/images/logo.png") no-repeat center center;
  background-size: cover;
}
#pageHead .branding a {
  display: block;
}
#pageHead .branding img {
  display: block;
  width: 100%;
  height: auto;
}
#pageHead .nav {
  position: relative;
  float: left;
  margin: 30px 0 0 48px;
}
#pageHead .nav ul {
  position: relative;
  z-index: 5;
}
#pageHead .nav li {
  float: left;
  margin: 0 4px;
}
#pageHead .nav li a {
  display: block;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 10px;
  transition: color 0.2s;
}
#pageHead .nav li a:hover,
#pageHead .nav li.active a {
  color: #ffe400;
}
#pageHead .nav li.active a:hover {
  color: #fbfb00;
}
#pageHead .nav .marker {
  display: none !important;
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 25px;
  border: 1px solid #fff;
  z-index: 0;
  opacity: 0;
}
#pageHead .shortcuts {
  float: right;
  margin-top: 18px;
}
#pageHead .shortcuts li {
  float: left;
  margin-left: 20px;
}
#pageHead .shortcuts li:first-child {
  margin-left: 0;
}
#pageHead .shortcuts li a {
  display: block;
  width: 32px;
  height: 32px;
}
#pageHead .shortcuts li.search a {
  background: url("../images/icon32_search.png") no-repeat 0 0;
}
#pageHead .shortcuts li.cart a {
  position: relative;
  background: url("../images/icon32_cart.png") no-repeat 0 0;
}
#pageHead .shortcuts li.cart a i.count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 8px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background: #fff;
  padding: 0 4px;
  z-index: 10;
  border-radius: 8px;
}
#pageHead .shortcuts li.cart a i.count.empty {
  display: none;
}
#pageHead .rcPop {
  display: none;
  position: relative;
  width: 100%;
  padding: 32px 0 42px;
  background: rgba(255,244,96,0.975) !important;
  background: #fff460;
  z-index: 40;
}
body.fox #pageHead .rcPop {
  top: 93px;
}
body.headOver #pageHead .rcPop {
  position: fixed;
  top: 0;
  left: 0;
}
#pageHead .rcPop.open {
  display: block;
}
#pageHead .rcPop.search .rcForm {
  position: relative;
  width: 600px;
  padding: 0 24px 0 36px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
#pageHead .rcPop.search .rcForm input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  color: #000;
  background: none;
}
#pageHead .rcPop.search .rcForm button {
  display: block;
  position: absolute;
  bottom: 1px;
  left: -4px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url("../images/icon32_search2.png") no-repeat center center;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  border: none;
}
#pageHead .rcPop.search .rcForm .btn.x {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url("../images/icon16_x_black.png") no-repeat 0 0;
  z-index: 10;
  cursor: pointer;
}
#pageHead .rcPop.cart {
}
#pageHead .rcPop.cart .head .title {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 32px;

}
#pageHead .rcPop.cart .head .title span {
  position: relative;
  /*padding-left: 44px;*/
}
/*#pageHead .rcPop.cart .head .title span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  margin-top: -19px;
  background: url("../images/icon32_cart_blk.png") no-repeat 0 0;
}*/
#pageHead .rcPop.cart .btn.x {
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url("../images/icon16_x_black.png") no-repeat 0 0;
  z-index: 10;
  cursor: pointer;
}




/* =Content
-------------------------------------------------------------- */
#pageWrap {
  padding-top: 102px;
}
body.home #pageWrap {
  padding-top: 0;
}
body.fox #pageWrap {
  padding-top: 76px;
}
#pageCnt {
}
#pageCnt.aside {
  margin-left: 280px;
}
#pageSide {
  float: left;
  width: 248px;
  color: #000;
}
#pageSide .rcStatus {
  margin-bottom: 4px;
}
#pageSide .rcDropdown {
  margin: 12px 0 48px;
}
#rcSec-homeSlider {
  padding-top: 76px;
}
#rcSec-foxTop {
  color: #fff;
  padding: 28px 0 16px;
  background: #000;
}
body.home #rcSec-foxTop {
  border-top: 1px solid #ffff00;
  border-bottom: 1px solid #ffff00;
}
#rcSec-foxTop .thumb {
  float: left;
}
#rcSec-foxTop .body {
  margin-left: 244px;
}
#rcSec-foxTop .body .btn {
  float: right;
  width: 172px;
  margin-top: 8px;
}
#rcSec-foxTop .body .btn+.btn {
  margin-right: 72px;
}
#rcSec-homeSale {
  color: #000;
  padding-bottom: 32px;
  background: #fff;
}
#rcSec-homeSale .inner > .title {
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 32px;
}
#rcSec-homeSale .inner > .title span {
  position: relative;
  top: 16px;
  padding-right: 24px;
  background: #fff;
}
#rcSec-homeAbout {
  color: #000;
  background: #fff460;
}
#rcSec-homeAbout .thumb {
  float: left;
}
#rcSec-homeAbout .thumb img {
  display: block;
}
#rcSec-homeAbout .body {
  font-size: 14px;
  padding-top: 56px;
  margin-left: 424px;
}
#rcSec-homeAbout .body p {
  margin: 24px 0;
}
#rcSec-homeAbout .body p a {
  background-color: transparent;
}
#rcSec-homeAbout .body p a:hover {
  background-color: #000;
  color: #fbfc00;
}
#rcSec-homeAbout .body p:first-child {
  margin-top: 0;
}
#rcSec-homeAbout .body p strong {
  font-weight: 700;
}
#rcSec-homeAbout .body .btn {
  display: inline-block;
}
#rcSec-homeMenu {
  color: #fff;
  background: #000;
}
#rcSec-homeMenu .title {
  position: relative;
  line-height: 44px;
  font-size: 34px;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 44px;
}
#rcSec-homeMenu .title span {
  position: relative;
  top: 24px;
  background: #000;
  padding: 0 24px;
}
#rcSec-homeEvents {
  padding: 88px;
  background: #000 url("../images/bg_events.jpg") no-repeat center center;
  background-size: cover;
}
#rcSec-homeContact {
  color: #fff;
  background: #c61f26;
}
#rcSec-homeContact h2 {
  font-size: 24px;
  border-bottom: 1px solid #fff;
  margin-bottom: 32px;
}
#rcSec-homeContact h2 span {
  position: relative;
  top: 16px;
  padding-right: 24px;
  background: #c61f26;
}
#rcSec-homeContact .thumb {
  float: left;
}
#rcSec-homeContact .thumb img {
  display: block;
}
#rcSec-homeContact .body {
  font-size: 14px;
  margin-left: 800px;
  padding-top: 4px;
}
#rcSec-homeContact .body .item {
  line-height: 18px;
}
#rcSec-homeContact .body .item + .item {
  margin-top: 56px;
}
#rcSec-homeContact .body .item .title {
  position: relative;
  text-decoration: underline;
  line-height: 1.4;
  font-size: 18px;
}
#rcSec-homeContact .body .item .title:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -44px;
  width: 32px;
  height: 32px;
  background: url("../images/icon_ris.png") no-repeat 0 0;
}
#rcSec-homeContact .body .item h5 {
  line-height: 1.25;
  font-size: 18px;
  margin: 32px 0 8px;
}
#rcSec-homeContact .body .item p {
  line-height: 20px;
  margin-top: 12px;
}
#rcSec-homeContact .body .item p a:hover {
  text-decoration: underline;
}
#rcSec-contactTop {
}
#rcSec-contactTop .head .msg {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin: 24px 0;
}
#rcSec-contactTop .head .msg p {
  margin-top: 8px;
}
#rcSec-contactTop .mapSet {
  text-align: center;
  margin-top: 48px;
}
#rcSec-contactTop .map {
}
#rcSec-contactTop .map+.map {
  float: right;
}
#rcSec-contactData {
  color: #fff;
  padding: 48px 0;
  margin-top: 48px;
  background: #c51f25;
}
#rcSec-contactData .col {
  float: left;
  width: 24%;
  font-size: 16px;
  font-weight: 300;
}
#rcSec-contactData .col:first-child {
  margin-left: 1.33%;
}
#rcSec-contactData .col + .col {
  box-sizing: border-box;
  padding-left: 48px;
}
#rcSec-contactData .col h3 {
  font-size: 22px;
  font-weight: 300;
}
#rcSec-contactData .col > div {
  margin-top: 24px;
}
#rcSec-contactData .col h4 {
  margin-bottom: 12px;
}
#rcSec-contactData .col p {
	white-space: nowrap;
}
#rcSec-contactData .col p a:hover {
  text-decoration: underline;
}
#rcSec-contactForm {
  margin: 48px 0;
}
#rcSec-contactForm .inner {
  border: 1px solid #dedede;
}
#rcSec-contactForm .head .title {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  padding: 24px;
}
#rcSec-contactForm .rcFormWrap {
  border-top: 1px solid #dfdfdf;
}
#rcSec-contactForm .rcForm {
  width: 588px;
  margin: 36px auto 48px;
}
#rcSec-contactForm .rcForm .fieldset+.fieldset {
  margin-top: 32px;
}
#rcSec-contactForm .rcForm textarea {
  border-color: #444;
}
#rcSec-contactForm .rcForm .btnSet {
  margin-top: 20px;
}
#rcSec-contactForm .rcForm .btnSet button {
  float: right;
  font-weight: 700;
  color: #fbe41c;
}
#rcSec-contactForm .rcForm .btnSet button.bg-button {
  background-color: #000;
  color: #fbfc00;
}
.rcSec.txt {
}
.rcSec.txt.yellow {
  background: #fff460;
}
.rcSec.txt.red {
  color: #fff;
  background: #c51f25;
}
.rcSec.txt .head {
}
.rcSec.txt .head .title {
  font-size: 26px;
  font-weight: 300;
  border-bottom: 1px solid #dedede;
}
.rcSec.txt .head .title.mid {
  text-align: center;
}
.rcSec.txt.red .head .title {
  border-color: #fff;
}
.rcSec.txt.yellow .head .title {
  border-color: #000;
}
.rcSec.txt .head .title span {
  position: relative;
  top: 18px;
  background: #fff;
  padding-right: 24px;
}
.rcSec.txt .head .title.mid span {
  padding-left: 24px;
}
.rcSec.txt.red .head .title span {
  background: #c51f25;
}
.rcSec.txt.yellow .head .title span {
  background: #fff460;
}
.rcSec.txt .body {
  font-weight: 300;
  font-size: 16px;
  margin-top: 48px;
}
.rcSec.txt .body p {
  text-align: justify;
  margin-top: 16px;
}
.rcSec.txt .body p strong {
  font-weight: 500;
}
.rcSec.txt .body ol,
.rcSec.txt .body ul {
  margin: 24px 0;
}
.rcSec.txt .body ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Ubuntu', Tahoma, sans-serif;
  font-weight: 500;
}
.rcSec.txt .body ol {
  counter-reset: li;
}
.rcSec.txt .body li {
  position: relative;
  padding-left: 24px;
  margin: 16px 0 0 32px;
}
.download.full-line {
  background-color: #fff460;
  text-align: center;
  padding: 24px 0;
}
.download.full-line a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  padding-left: 40px;
  position: relative;
}
.download.full-line a:hover {
  text-decoration: underline;
}
.download.full-line a:before {
  background: url("../images/pdf_ico_black.png") no-repeat 0 0;
  content: "";
  height: 32px;
  left: 0;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
}
.rcSec.cover {
  position: relative;
  overflow: hidden;
  background: #000;
}
.rcSec.cover img {
  display: block;
  width: 100%;
  min-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.rcSec.cover .rcBox {
  position: absolute;
  width: 480px;
  top: 0;
  left: 50%;
  margin-top: 4%;
  margin-left: -230px;
}
.rcSec.terms {
  padding: 32px 0 56px;
}
.rcSec.terms .wysiwyg h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 16px;
}
.rcSec.terms .wysiwyg h4 {
  text-decoration: underline;
  margin-top: 24px;
}
.rcSec.terms .wysiwyg h4+p {
  margin-top: 0;
}
.rcSec.terms#ordering {
  padding-top: 0;
}
.rcSec.terms#payment {
  padding-top: 1px;
}
#rcSec-aboutTop {
  margin: 8px 0 48px;
}
#rcSec-serviceTop {
  margin: 8px 0 48px;
}
#rcSec-serviceNav {
}
#rcSec-serviceNav .col {
  width: 50%;
  height: 102px;
}
#rcSec-serviceNav .col .inx {
  width: 500px;
}
#rcSec-serviceNav .col.pdf {
  float: left;
  color: #fff;
  background: #c51f25;
}
#rcSec-serviceNav .col.pdf .inx {
  float: right;
}
#rcSec-serviceNav .col.pdf a {
  position: relative;
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 40px;
  margin: 36px 0 0 72px;
}
#rcSec-serviceNav .col.pdf a:before {
  content: '';
  position: absolute;
  top: 50%;
  left : 0;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url("../images/icon32_pdf_white.png") no-repeat 0 0;
}
#rcSec-serviceNav .col.pdf a:hover {
  text-decoration: underline;
}
#rcSec-serviceNav .col.tips {
  float: right;
  background: #000;
}
#rcSec-serviceNav .col.tips .inx {
  float: left;
}
#rcSec-serviceNav .col.tips a {
  float: right;
  margin: 36px 112px 0 0;
}
#rcSec-serviceTips {
  margin: 88px 0;
}
#rcSec-foxTxt {
  padding-bottom: 48px;
  margin-top: 32px;
}
#rcSec-foxTxtHighlight {
  color: #000;
  background: #fff460;
  padding: 1px 0 48px;
}
#rcSec-foxContact {
  color: #fff;
  text-align: center;
  padding: 48px 0;
  background: #c51f25;
}
#rcSec-foxContact .head .title {
  font-size: 26px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
#rcSec-foxContact .head .title span {
  position: relative;
  top: 18px;
  padding: 0 24px;
  background: #c51f25;
}
#rcSec-foxContact .body {
  font-size: 20px;
  font-weight: 300;
  padding-top: 88px;
  background: url("../images/logo_face_small.png") no-repeat center 36px;
}
#rcSec-foxContact .body p {
}
#rcSec-foxContact .body p+p {
  margin-top: 8px;
}
#rcSec-foxContact .body p a:hover {
  text-decoration: underline;
}
#rcSec-foxPricelist .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
#rcSec-foxPricelist .download {
  text-align: center;
  padding: 24px 0;
  background: #c51f25;
}
#rcSec-foxPricelist .download a {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
}
#rcSec-foxPricelist .download a:before {
  background: url("../images/icon32_pdf_white.png") no-repeat 0 0;
  content: "";
  height: 32px;
  left: 0;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
}
#rcSec-foxPricelist .download a:hover {
  text-decoration: underline;
}




/* =Status
-------------------------------------------------------------- */
.rcStatus {
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: center;
  padding: 16px 0;
  border: 1px solid #9c9c9c;
  background: #fff78b;
}
.rcParams {
  font-size: 16px;
  font-weight: 300;
  padding: 16px;
  border: 1px solid #9c9c9c;
  margin: 16px 0;
}
.rcParams .param {
}
.rcParams .param+.param {
  margin-top: 8px;
}
.rcParams .param .title {
  display: inline;
  font-weight: 500;
}
.rcParams .param .value {
  display: inline;
  margin-left: 4px;
}




/* =Dropdown
-------------------------------------------------------------- */
.rcDropdown {
}
.rcDropdown .subList {
  position: relative;
  display: none;
}
.rcDropdown .item.fix > .subList,
.rcDropdown .item.active > .subList {
  display: block;
}
.rcDropdown .item > .head a {
  position: relative;
  display: block;
  line-height: 1;
  color: #fff;
  text-indent: 4px;
  margin: 0 10px;
}
.rcDropdown .item.current > .head a,
.rcDropdown .item > .head a:hover {
  color: #fbfb00;
}
.rcDropdown.on-sale .item.current > .head a,
.rcDropdown.on-sale .item > .head a:hover {
  color: #f00;
}
.rcDropdown .item.fix > .head a {
  color: #fff;
}
.rcDropdown .item.l1 {
  background: #373737;
}
.rcDropdown .item.l1.em {
  background: #c51f25;
}
.rcDropdown .item.l1 > .head a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 0;
  border-bottom: 1px solid #ffd200;
}
.rcDropdown .item.l1.fix > .head a,
.rcDropdown .item.l1.active > .head a,
.rcDropdown .item.l1.omega > .head a,
.rcDropdown .item.l1.em > .head a {
  border: none;
}
.rcDropdown .item.l1 > .head a:after,
.rcDropdown .item.l2 > .head a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/icon16_plus.png") no-repeat 0 0;
}
.rcDropdown .item.l1.fix > .head a:after,
.rcDropdown .item.l1.active > .head a:after,
.rcDropdown .item.l2.active > .head a:after {
  background-image: url("../images/icon16_minus.png");
}
.rcDropdown .item.l1.current > .head a:after,
.rcDropdown .item.l2.current > .head a:after {
  background-image: url("../images/icon16_plus_yellow.png");
}
.rcDropdown .item.l1.current.fix > .head a:after {
  background-image: url("../images/icon16_minus.png");
}
.rcDropdown .item.l1.current.active > .head a:after,
.rcDropdown .item.l2.current.active > .head a:after {
  background-image: url("../images/icon16_minus_yellow.png");
}
.rcDropdown .item.l1 > .head a:hover:after,
.rcDropdown .item.l2 > .head a:hover:after {
  background-image: url("../images/icon16_plus_yellow.png");
}
.rcDropdown .item.l1.fix > .head a:hover:after {
  background-image: url("../images/icon16_minus.png");
}
.rcDropdown .item.l1.active > .head a:hover:after,
.rcDropdown .item.l2.active > .head a:hover:after {
  background-image: url("../images/icon16_minus_yellow.png");
}
.rcDropdown .item.l1 > .subList:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 10px;
  width: 228px;
  height: 1px;
  background: #ffd200;
}
.rcDropdown .item.l1.omega > .subList:after {
  display: none;
}
.rcDropdown .item.l2 {
  background: #484848;
}
.rcDropdown .item.l2 > .head a {
  font-size: 16px;
  padding: 16px 0;
}
.rcDropdown .item.l1 > .subList.l2 {
  background: #484848;
}
.rcDropdown .item.l1 > .subList.l3 {
  padding: 8px 0;
  background: #000;
}
.rcDropdown .item.l3 {
  background: #000;
}
.rcDropdown .item.l3 > .head a {
  font-size: 14px;
  font-style: italic;
  padding: 8px 0;
}




/* =Filters
-------------------------------------------------------------- */
.acFilterBank {
  color: #fff;
  background: #1f1f1f;
}
.acFilter {
  position: relative;
}
.acFilter + .acFilter {
}
.acFilter .head {
  position: relative;
  height: 45px;
  background: #373737;
  padding: 0 12px;
}
.acFilter .title {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-indent: 6px;
  border-bottom: 1px solid #ffd102;
}
.acFilter .optList {
  height: 0;
  overflow: hidden;
  padding: 0 12px;
}
.acFilter .optList ul {
  padding: 12px 0;
}
.acFilter.open .optList {
  height: auto;
}
.acFilter .optList li {
  position: relative;
  height: 24px;
  line-height: 24px;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
}
.acFilter .optList li input {
  display: none;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}
.acFilter .x {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  font-size: 0;
  text-indent: -9999px;
  margin-top: -8px;
  background: url("../images/icon_plus.png") no-repeat 0 0;
  cursor: pointer;
}
.acFilter.open .x {
  background: url("../images/icon_minus.png") no-repeat 0 0;
}




/* =Slider
-------------------------------------------------------------- */
.rcSlider {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 600px;
  overflow: hidden;
  background: #000;
  z-index: 0;
}
.rcSlider.init {
}
.rcSlider.loading {
  background: #000 url("../images/preloader48.gif") no-repeat center center;
}
.rcSlider .itemSet {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.rcSlider.ready .itemSet {
  display: block;
}
.rcSlider .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #fff;
  opacity: 0;
}
.rcSlider .item.underlay {
  z-index: 10;
  opacity: 1 !important;
}
.rcSlider .item.active {
  z-index: 20;
  opacity: 1;
}
.rcSlider .item .banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.rcSlider .item .banner.cover {
  background-size: cover;
}
.rcSlider .item .banner img {
  display: none !important;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.rcSlider .item .banner.cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}
.rcSlider .item .banner  .overlay {
 position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 5;
}
.rcSlider .item .rcBox {
  position: absolute;
  top: 144px;
  left: 50%;
  width: 480px;
  color: #fff;
  margin-left: -240px;
  z-index: 10;
}
.rcSlider .paginator {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  z-index: 10;
  opacity: 0;
}
.rcSlider.ready .paginator {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.rcSlider .paginator ul {
  text-align: right;
}
.rcSlider .paginator li {
  display: inline-block;
  margin: 0 3px;
}
.rcSlider .paginator li a {
  display: block;
  width: 20px;
  height: 8px;
  font-size: 0;
  text-indent: -9999px;
  background: #fff;
}
.rcSlider .paginator li.active a {
  background: #fdfc01;
}
.rcSlider .scrollBtn {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 132px;
  height: 66px;
  margin-left: -66px;
  z-index: 10;
  opacity: 0;
}
.rcSlider.ready .scrollBtn {
  display: block;
}
.rcSlider.ready .scrollBtn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/arrow_scroll_inv.png") no-repeat 0 0;
  cursor: pointer;
  border-radius: 66px 66px 0 0;
}
.rcSlider .nav {
  display: none;
  opacity: 0;
}
.rcSlider .nav a {
  position: absolute;
  top: 276px;
  width: 27px;
  height: 99px;
  text-indent: -9999px;
  z-index: 10;
  cursor: pointer;
}
.rcSlider.ready .nav {
  display: block;
}
.rcSlider .nav a.prev {
  left: 50%;
  margin-left: -512px;/*animated*/
  background: url("../images/arrow_yellow_left.png") no-repeat 0 0;
}
.rcSlider .nav a.next {
  right: 50%;
  margin-right: -512px;/*animated*/
  background: url("../images/arrow_yellow_right.png") no-repeat 0 0;
}
.rcSlider.ready .scrollBtn {
  display: block;
}




/* =RC Box
-------------------------------------------------------------- */
.rcBox {
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 1px solid #d3d30b;
}
.rcBox .title {
  line-height: 1.5;
  font-size: 44px;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
  border-bottom: 1px solid #d3d30b;
  margin-bottom: 12px;
}
.rcBox p {
  line-height: 44px;
  font-size: 32px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
  text-transform: uppercase;
}
.rcBox .btn {
  float: right;
  margin-top: 32px;
}




/* =Thumb Menu
-------------------------------------------------------------- */
.thumbMenu {
}
.thumbMenu li {
  position: relative;
  float: left;
  width: 316px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  margin: 0 0 26px 26px;
}
.thumbMenu li.alpha {
  margin-left: 0;
}
.thumbMenu li img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 0.7s;
}
.thumbMenu li:hover img {
  opacity: 1;
}
.thumbMenu li span {
  position: relative;
  width: 160px;
  margin: 64px auto 0;
  z-index: 10;
}
.thumbMenu li span:hover {
  color: #000;
  border-color: #000;
  background: #fff25d;
}




/* =Events
-------------------------------------------------------------- */
.rcEvents {
}
.rcEvents .item {
  float: left;
  width: 272px;
}
.rcEvents .item+.item {
  margin-left: 68px;
}
.rcEvents .item > a {
  display: block;
}
.rcEvents .item .title {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.rcEvents .item .sub,
.rcEvents .item .top {
  font-size: 18px;
}
.rcEvents .item .top {
  color: #ff0;
}
.rcEvents .item .sub {
  font-weight: 700;
  color: #fff;
}
.rcEvents .item:hover .title,
.rcEvents .item:hover .sub {
  text-decoration: underline;
}




/* =Carousel
-------------------------------------------------------------- */
.rcCarousel {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.rcCarousel.products .jcarousel-clip {
  width: 936px;
  height: 324px;
  overflow: hidden;
  margin: 0 auto;
}
.rcCarousel.products ul {
}
.rcCarousel.products li {
  position: relative;
  float: left;
  width: 272px;
  margin: 0 20px;
}
.rcCarousel.products li .overlay {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 152px;
  height: 152px;
  text-align: center;
  z-index: -1;
}
.rcCarousel.products li .thumb:hover .overlay {
  z-index: 10;
}
.rcCarousel.products li .overlay i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbe41c;
  border-radius: 76px;
  z-index: -1;
}
.rcCarousel.products li .overlay i {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.1s;
}
.rcCarousel.products li .thumb:hover .overlay i {
  transform: scale(1);
  opacity: 0.5;
  transition: all 0.25s;
}
.rcCarousel.products li .overlay .msg {
  line-height: 152px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  opacity: 0;
}
.rcCarousel.products li .thumb:hover .overlay .msg {
  opacity: 1;
  transition: all 0.4s;
}
.rcCarousel.products li .thumb a {
  display: table-cell;
  width: 272px;
  height: 272px;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
}
.rcCarousel.products li .thumb img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 224px;
  max-height: 224px;
  margin: 0 auto;
}
.rcCarousel.products li .head {
  text-align: center;
  border-top: 1px solid #cbcbcb;
  padding-top: 9px;
}
.rcCarousel.products li .head .title {
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
}
.rcCarousel.products li .head .price {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
.rcCarousel.products li .head .price span {
  font-weight: 700;
  color: #c61f26;
}
.rcCarousel.products li .head .price span.x {
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
  margin-right: 8px;
}
.rcCarousel.articles {
  position: relative;
}
.rcCarousel.articles .jcarousel-clip {
  position: relative;
  left: -34px;
  width: 836px;
  height: 296px;
  overflow: hidden;
  margin: 0 auto;
}
.rcCarousel.articles li {
  position: relative;
  float: left;
  width: 836px;
}
.rcCarousel.articles li .thumb {
  float: right;
  width: 384px;
  height: 292px;
  overflow: hidden;
  margin-top: 4px;
}
.rcCarousel.articles li .thumb img {
  display: block;
}
.rcCarousel.articles li .main {
  max-height: 264px;
  font-size: 16px;
  overflow: hidden;
  margin: 0 432px 0 48px;
}
.rcCarousel.articles li .main .title {
  line-height: 44px;
  font-size: 26px;
  font-weight: 700;
}
.rcCarousel.articles li .main .body {
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 22px;
}
.rcCarousel.articles li .main .body p {
  text-align: justify;
}
.rcCarousel.articles li .more {
  margin: 16px 0 0 48px;
}
.rcCarousel.articles li .more a {
  line-height: 16px;
  font-size: 14px;
  color: #c61f26;
}
.rcCarousel.articles li .more a:hover {
  text-decoration: underline;
}
.rcCarousel a.carouselBtn {
  position: absolute;
  top: 85px;
  width: 25px;
  height: 97px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.rcCarousel a.carouselBtn.prev {
  left: 0;
  background: url("../images/arrow_gris_left.png") no-repeat 0 0;
}
.rcCarousel a.carouselBtn.next {
  right: 0;
  background: url("../images/arrow_gris_right.png") no-repeat 0 0;
}




/* =Footer
-------------------------------------------------------------- */
#pageFoot {
  color: #fff;
  background: #000;
}
#pageFoot .brands {
  text-align: center;
  background: #f2f2f2;
  padding: 42px 0;
}
#pageFoot .brands ul {
  position: relative;
  height: 195px;
}
#pageFoot .brands li {
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
  background: url("../images/brands.png?1520178366") no-repeat 0 0;
}
#pageFoot .brands li.abs {
  top: 150px;
  left: 0;
  width: 118px;
  height: 35px;
  background-position: 0 -150px;
}
#pageFoot .brands li.abs:hover {
  background-position: 0 -345px;
}
#pageFoot .brands li.cam {
  top: 81px;
  left: 597px;
  width: 95px;
  height: 28px;
  background-position: -597px -81px;
}
#pageFoot .brands li.cam:hover {
  background-position: -597px -276px;
}
#pageFoot .brands li.cmp {
  top: 11px;
  left: 742px;
  width: 150px;
  height: 35px;
  background-position: -742px -11px;
}
#pageFoot .brands li.cmp:hover {
  background-position: -742px -206px;
}
#pageFoot .brands li.cap {
  top: 0;
  left: 448px;
  width: 140px;
  height: 40px;
  background-position: -448px 0;
}
#pageFoot .brands li.cap:hover {
  background-position: -448px -195px;
}
#pageFoot .brands li.cat {
  top: 162px;
  left: 893px;
  width: 107px;
  height: 16px;
  background-position: -893px -162px;
}
#pageFoot .brands li.cat:hover {
  background-position: -893px -357px;
}
#pageFoot .brands li.joe {
  top: 74px;
  left: 735px;
  width: 93px;
  height: 43px;
  background-position: -735px -74px;
}
#pageFoot .brands li.joe:hover {
  background-position: -735px -269px;
}
#pageFoot .brands li.frm {
  top: 153px;
  left: 468px;
  width: 147px;
  height: 36px;
  background-position: -468px -153px;
}
#pageFoot .brands li.frm:hover {
  background-position: -468px -348px;
}
#pageFoot .brands li.fox {
  top: 9px;
  left: 0;
  width: 90px;
  height: 42px;
  background-position: 0 -9px;
}
#pageFoot .brands li.fox:hover {
  background-position: 0 -204px;
}
#pageFoot .brands li.grm {
  top: 152px;
  left: 309px;
  width: 96px;
  height: 28px;
  background-position: -309px -152px;
}
#pageFoot .brands li.grm:hover {
  background-position: -309px -347px;
}
#pageFoot .brands li.rty {
  top: 84px;
  left: 424px;
  width: 144px;
  height: 24px;
  background-position: -424px -84px;
}
#pageFoot .brands li.rty:hover {
  background-position: -424px -279px;
}
#pageFoot .brands li.jag {
  top: 164px;
  left: 663px;
  width: 178px;
  height: 16px;
  background-position: -663px -164px;
}
#pageFoot .brands li.jag:hover {
  background-position: -663px -359px;
}
#pageFoot .brands li.ded {
  top: 149px;
  left: 159px;
  width: 99px;
  height: 37px;
  background-position: -159px -149px;
}
#pageFoot .brands li.ded:hover {
  background-position: -159px -344px;
}
#pageFoot .brands li.mas {
  top: 76px;
  left: 876px;
  width: 124px;
  height: 32px;
  background-position: -876px -76px;
}
#pageFoot .brands li.mas:hover {
  background-position: -876px -271px;
}
#pageFoot .brands li.mrd {
  top: 16px;
  left: 279px;
  width: 138px;
  height: 20px;
  background-position: -279px -16px;
}
#pageFoot .brands li.mrd:hover {
  background-position: -279px -211px;
}
#pageFoot .brands li.plr {
  top: 16px;
  left: 612px;
  width: 98px;
  height: 20px;
  background-position: -612px -16px;
}
#pageFoot .brands li.plr:hover {
  background-position: -612px -211px;
}
#pageFoot .brands li.sct {
  top: 15px;
  left: 120px;
  width: 124px;
  height: 26px;
  background-position: -120px -15px;
}
#pageFoot .brands li.sct:hover {
  background-position: -120px -210px;
}
#pageFoot .brands li.shm {
  top: 85px;
  left: 0;
  width: 112px;
  height: 18px;
  background-position: 0 -85px;
}
#pageFoot .brands li.shm:hover {
  background-position: 0 -280px;
}
#pageFoot .brands li.srm {
  top: 87px;
  left: 165px;
  width: 100px;
  height: 14px;
  background-position: -165px -87px;
}
#pageFoot .brands li.srm:hover {
  background-position: -165px -282px;
}
#pageFoot .brands li.tpk {
  top: 1px;
  left: 927px;
  width: 61px;
  height: 52px;
  background-position: -927px -1px;
}
#pageFoot .brands li.tpk:hover {
  background-position: -927px -196px;
}
#pageFoot .brands li.vit {
  top: 67px;
  left: 319px;
  width: 66px;
  height: 54px;
  background-position: -319px -67px;
}
#pageFoot .brands li.vit:hover {
  background-position: -319px -262px;
}
#pageFoot .brands li a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageFoot .top {
  padding: 24px 0 14px;
  border-bottom: 1px solid #747474;
}
#pageFoot .top .phone {
  float: left;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #ffd400;
  margin-top: 8px;
}
#pageFoot .top .phone em {
  font-style: normal;
}
#pageFoot .top .socials {
  float: right;
}
#pageFoot .mid {
  margin-top: 24px;
}
#pageFoot .mid  .nav {
}
#pageFoot .mid .nav .menu {
  float: left;
  margin-left: 144px;
}
#pageFoot .mid .nav .menu.payment {
  display: none;
  width: 192px;
  padding-top: 8px;
  margin-left: 0;
}
#pageFoot .mid .nav .menu.payment img {
  display: block;
  width: 100%;
  height: auto;
}
#pageFoot .mid .nav .menu .title {
  font-size: 18px;
  font-weight: 500;
}
#pageFoot .mid .nav .menu  ul {
  margin-top: 16px;
}
#pageFoot .mid .nav .menu  li {
  line-height: 21px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-top: 4px;
}
#pageFoot .mid .nav .menu  li  a:hover {
  color: #fbe41c;
}
#pageFoot .mid .newsletter {
  position: relative;
  left: 48px;
  width: 500px;
  overflow: hidden;
  margin: 48px auto 0;
}
#pageFoot .mid .newsletter .rcForm {
  position: relative;
}
#pageFoot .mid .newsletter .rcForm input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  color: #000;
  background: #d3d3d3;
  padding: 0 16px;
  border: none;
  margin: 0;
}
#pageFoot .mid .newsletter .rcForm button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: #fbe41c url("/images/icon32_tick.png") no-repeat center center;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  border: none;
}
#pageFoot .bottom {
  position: relative;
  font-size: 11px;
  padding: 48px 0 16px;
}
#pageFoot .bottom .copyright {
  float: left;
}
#pageFoot .bottom .credits {
  float: right;
}
#pageFoot .bottom .credits a:hover {
  color: #fbe41c;
}
#pageFoot .bottom .branding {
  position: absolute;
  left: 0;
  top: -96px;
  width: 128px;
}
#pageFoot .bottom .branding img {
  display: block;
  width: 100%;
  height: auto;
}




/* =Product Wall
-------------------------------------------------------------- */
.rcProductWall {
  position: relative;
  margin-bottom: 48px;
}
.rcProductWall > .head {
  position: relative;
  height: 24px;
  padding-top: 16px;
}
.rcProductWall > .head .title {
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.rcProductWall > .head .widgets {
  position: absolute;
  top: 16px;
  right: 0;
}
.rcProductWall.empty  > .head .widgets {
  display: none;
}
.rcProductWall .main {
  position: relative;
}
.rcProductWall .preloader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
}
.rcProductWall.requesting .preloader {
  display: block;
}
.rcProductWall .prodSet {
  overflow: hidden;
  margin: 24px 0 0;
}
.rcProductWall .prodItem {
  position: relative;
  float: left;
  width: 224px;
  margin: 0 0 48px 24px;
}
.rcProductWall .prodItem.alpha {
  margin-left: 0;
}
.rcProductWall .prodItem .thumb a {
  display: table-cell;
  width: 224px;
  height: 224px;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
}
.rcProductWall .prodItem .thumb img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 224px;
  max-height: 224px;
  margin: 0 auto;
}
.rcProductWall .prodItem .thumb .overlay {
  position: absolute;
  top: 36px;
  left: 36px;
  width: 152px;
  height: 152px;
  text-align: center;
  z-index: -1;
}
.rcProductWall .prodItem .thumb:hover .overlay {
  z-index: 10;
}
.rcProductWall .prodItem .thumb .overlay i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbe41c;
  border-radius: 76px;
  z-index: -1;
}
.rcProductWall .prodItem .thumb .overlay i {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.1s;
}
.rcProductWall .prodItem .thumb:hover .overlay i {
  transform: scale(1);
  opacity: 0.5;
  transition: all 0.25s;
}
.rcProductWall .prodItem .thumb .overlay .msg {
  line-height: 152px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  opacity: 0;
}
.rcProductWall .prodItem .thumb:hover .overlay .msg {
  opacity: 1;
  transition: all 0.4s;
}
.rcProductWall .prodItem .head {
}
.rcProductWall .prodItem .head .title {
  height: 36px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
.rcProductWall .prodItem .head .price {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
.rcProductWall .prodItem .head .price span {
  font-weight: 700;
  color: #c61f26;
}
.rcProductWall .prodItem .head .price span.x {
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
  margin-right: 8px;
}
.rcProductWall .prodItem .btn {
  position: relative;
  text-align: center;
  margin-top: 12px;
}
.rcProductWall .prodItem .btn:hover .rcContact {
  opacity: 1;
  transition: opacity 0.1s;
}
.rcProductWall .prodItem .tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.rcProductWall .prodItem .tag i {
  display: block;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.rcProductWall .prodItem .tag.sale i {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: rgba(255,0,0,0.85) !important;
  background: #ff0000;
  border-radius: 28px;
}
.rcProductWall .paginator {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 24px;
}
.rcProductWall .paginator ul {
  text-align: center;
}
.rcProductWall .paginator li {
  display: inline-block;
  margin: 0 8px;
}
.rcProductWall .paginator li.active {
  color: #c61f26;
}
.rcProductWall .paginator .prev,
.rcProductWall .paginator .next {
  position: relative;
}
.rcProductWall .paginator .prev.nox,
.rcProductWall .paginator .next.nox {
  opacity: 0.25;
}
.rcProductWall .paginator .prev {
  float: left;
  padding-left: 32px;
}
.rcProductWall .paginator .next {
  float: right;
  padding-right: 32px;
}
.rcProductWall .paginator .prev a:after,
.rcProductWall .paginator .next a:after {
  content: '';
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -11px;
}
.rcProductWall .paginator .prev.nox,
.rcProductWall .paginator .prev a:after {
  left: 0;
  background: url("../images/icon24_arrow_left_black.png") no-repeat left center;
}
.rcProductWall .paginator .next.nox,
.rcProductWall .paginator .next a:after {
  right: 0;
  background: url("../images/icon24_arrow_right_black.png") no-repeat right center;
}
.rcProductWall .paginator .prev a:hover:after {
  background-image: url("../images/icon24_arrow_left_red.png");
}
.rcProductWall .paginator .next a:hover:after {
  background-image: url("../images/icon24_arrow_right_red.png");
}
.rcProductWall .paginator a:hover {
  color: #c61f26;
}




/* =Product
-------------------------------------------------------------- */
.rcProduct {
  margin: 24px 0 48px;
}
.rcProduct h1 {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  margin-right: 300px;
}
.rcProduct .top {
  margin-top: 16px;
}
.rcProduct .top .wysiwyg {
  float: left;
  width: 324px;
  font-size: 14px;
  font-weight: 300;
}
.rcProduct .top .wysiwyg p+p {
  margin-top: 12px;
}
.rcProduct .top .gallery {
  margin: 0 300px 48px 0;
}
.rcProduct .top .gallery .cover {
  opacity: 1;
}
.rcProduct .top .gallery.is-empty .cover {
  opacity: 1;
}
.rcProduct .top .gallery .cover.loading {
  background: url("../images/preloder.gif") no-repeat center center;
}
.rcProduct .top .gallery .cover a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.rcProduct .top .gallery .cover a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 424px;
}
.rcProduct .top .gallery .cover a .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  text-align: center;
  margin-top: -76px;
  margin-left: -76px;
  z-index: -1;
}
.rcProduct .top .gallery .cover a:hover .overlay {
  z-index: 10;
}
.rcProduct .top .gallery .cover a .overlay i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbe41c;
  border-radius: 76px;
  z-index: -1;
}
.rcProduct .top .gallery .cover a .overlay i {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.1s;
}
.rcProduct .top .gallery .cover a:hover .overlay i {
  transform: scale(1);
  opacity: 0.5;
  transition: all 0.25s;
}
.rcProduct .top .gallery .cover a .overlay .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 33px;
  margin-top: -17px;
  margin-left: -17px;
  background: url("../images/icon_zoom.png") no-repeat center center;
  opacity: 0;
}
.rcProduct .top .gallery .cover a:hover .overlay .zoom {
  opacity: 1;
  transition: all 0.4s;
}
.rcProduct .top .gallery .thumbs {
  margin-top: 12px;
}
.rcProduct .top .gallery.is-empty .thumbs,
.rcProduct .top .gallery.is-single .thumbs {
  display: none !important;
}
.rcProduct .top .gallery .thumbs li {
  float: left;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 1px solid #dedede;
  opacity: 1;
}
.rcProduct .top .gallery .thumbs li+li {
  margin-left: 6px;
}
.rcProduct .top .gallery .thumbs li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.rcProduct .top .gallery .thumbs li img {
  display: block;
  width: 100%;
  height: 100%;
}
.rcProduct .top .aside {
  float: right;
  width: 272px;
  margin-top: -28px;
}
.rcProduct .top .cart {
  text-align: center;
  padding: 24px 0;
  border: 1px solid #dedede;
  border-radius: 1px;
}
.rcProduct .top .aside .cart .price {
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  color: #c61f26;
}
.rcProduct .top .aside .cart .price.x {
  font-size: 22px;
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
  margin-bottom: 12px;
}
.rcProduct .top .aside .cart .price .currency {
  font-size: 20px;
  font-weight: 300;
  color: #000;
}
.rcProduct .top .aside .cart .btn {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.rcProduct .top .aside .cart .btn:hover .rcContact {
  opacity: 1;
  transition: opacity 0.1s;
}
.rcProduct .top .aside .rcDefs {
  margin-top: 24px;
}
.rcProduct .top .aside .rcDefs .stock {
}
.rcProduct .top .aside .rcDefs .stock div {
  position: relative;
}
.rcProduct .top .aside .rcDefs .stock div i {
  position: relative;
  display: inline-block;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rcProduct .top .aside .rcDefs .stock.in i {
  background-image: url("/images/icon_tick2.svg");
}
.rcProduct .top .aside .rcDefs .stock.out i {
  background-image: url("/images/icon_info2.svg");
}
.rcProduct .top .aside .rcDefs .stock .delay {
  font-size: 12px;
  white-space: nowrap;
}
.rcProduct .top .aside .rcDefs .item.share {
  margin-top: 24px;
}
.rcProduct .top .aside .rcDefs .item.share .rcSocials {
  position: relative;
  top: -12px;
}
.rcProduct .spec {
}
.rcProduct .spec .notes {
  position: relative;
  font-size: 13px;
  font-style: italic;
  padding-left: 14px;
  margin-top: 32px;
}
.rcProduct .spec .notes:before {
  content: '*';
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 15px;
}
.rcProduct .related {
  margin: 36px 0 48px;
}
.rcProduct .related > .head {
}
.rcProduct .related > .head .title {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #dedede;
}
.rcProduct .related > .head .title span {
  position: relative;
  top: 14px;
  padding-right: 24px;
  background: #fff;
}
.rcProduct .related .carousel {
  margin-top: 24px;
}




/* =Def List
-------------------------------------------------------------- */
.rcDefs table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.rcDefs table tr {
}
.rcDefs table th,
.rcDefs table td {
  text-align: left;
  padding: 6px 0;
}
.rcDefs table th {
  font-weight: 300;
}
.rcDefs table td {
  font-weight: 700;
}
.rcDefs table td a:hover {
  text-decoration: underline;
}




/* =Tabs
-------------------------------------------------------------- */
.rcTabs .nav {
}
div#rcTabs-spec ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.rcTabs .nav li:nth-child(2) {
  border-left: 1px solid #000;
}
.rcTabs .nav li {
  float: left;
  width: 49%;
}
/*.rcTabs .nav li+li {
  margin-left: 3px;
}*/
.rcTabs .nav li a {
  display: block;
  width: 167px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  /*color: #000;*/
  text-align: left;
  padding-left: 16px;
  /*background: #dddddd;*/
  cursor: pointer;
  color: #000;
  background: #fff;
}
.rcTabs .nav li.nox a {
  cursor: text;
  opacity: 0.25;
}
.rcTabs .nav li.active a {
  /*color: #fff;
  background: #000;*/
  color: #000;
  background: #fff;
}
.rcTabs .tabList {
  margin-top: 3px;
}
.rcTabs .tabItem {
  display: none;
}
.rcTabs .tabItem.active {
  display: block;
}
.rcTabs .tabItem .wysiwyg {
  font-size: 14px;
  padding: 0 16px 16px;
  /*border-top: 1px solid #373737;*/
}
.rcTabs .tabItem .wysiwyg .inner {
  margin-top: 36px;
}
.rcTabs .tabItem .wysiwyg p {
  margin-top: 24px;
}
.rcTabs .tabItem .wysiwyg a:hover {
  text-decoration: underline;
}




/* =Spec List
-------------------------------------------------------------- */
.rcSpecs table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  border-top: 1px solid #373737;
  border-collapse: collapse;
  border-spacing: 0;
}
.rcSpecs table tr {
  border-bottom: 1px solid #dadada;
}
.rcSpecs table th,
.rcSpecs table td {
  text-align: left;
  padding: 8px;
}
.rcSpecs table th {
  width: 1%;
  white-space: nowrap;
  font-weight: 400;
  padding-left: 32px;
  padding-right: 32px;
}
.rcSpecs table td {
  font-weight: 700;
}




/* =Title
-------------------------------------------------------------- */
.rcVideo {
  padding-top: 48px;
  /*border-top: 1px solid #373737;*/
}
.rcVideo iframe{
  display: block;
  width: 928px;
  height: 522px;
  margin: 0 auto;
}




/* =Title
-------------------------------------------------------------- */
.rcTitle {
  font-size: 26px;
  font-weight: 300;
}
.rcTitle.dark {
  color: #000;
  border-bottom: 1px solid #dedede;
}
.rcTitle.light {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.rcTitle span {
  position: relative;
  top: 18px;
}
.rcTitle.alignleft span {
  padding-right: 24px;
}
.rcTitle.aligncenter span {
  padding-right: 24px;
}
.rcTitle.dark span {
  background: #fff;
}



/* =Step
-------------------------------------------------------------- */
.rcStep {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 26px;
  padding-right: 48px;
  font-weight: 700;
}
.rcStep:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: #ffe400 url("../images/icon32_tick_bg.png") no-repeat center center;
}




/* =Cart
-------------------------------------------------------------- */
.rcCart {
}
.rcCart .rcTable {
  width: 100%;
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.rcCart .rcTable td {
  padding: 8px 12px;
}
.rcCart .rcTable .item:first-child td {
  padding-top: 16px;
}
.rcCart .rcTable .head {
  font-size: 16px;
  font-weight: 300;
  color: #f5eb1a;
  background: #000;
}
.rcCart .rcTable .itemList {
  color: #000;
}
.rcCart .rcTable .item {
}
.rcCart .rcTable .name {
  text-align: left;
}
.rcCart .rcTable .item .name,
.rcCart .rcTable .foot .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.rcCart.full .rcTable .head .name,
.rcCart.full .rcTable .item .name {
  padding-left: 24px;
}
.rcCart .rcTable .item .name a {
  display: block;
  padding-left: 32px;
}
.rcCart .rcTable .item .name a:hover {
  text-decoration: underline;
}
.rcCart .rcTable .item .name .op.x {
  position: absolute;
  top: 20px;
  /*top: 18px;*/
  left: 12px;
  width: 16px;
  height: 16px;
  font-size: 0;
  text-indent: -9999px;
  background: url("../images/icon16_x_black.png") no-repeat center center;
  cursor: pointer;
}
.popSet .rcCart .rcTable .item .name .op.x {
  top: 18px;
}
.rcCart.full .rcTable .item .name .op.x {
  left: 24px;
}
.rcCart .rcTable .item:first-child .name .op.x {
  top: 26px;
}
.order .rcCart .rcTable .item:first-child .name .op.x {
  top: 28px;
}
.rcCart .rcTable .qty {
  width: 80px;
  text-align: left;
}
.rcCart .rcTable .item .qty {
  font-size: 16px;
  font-weight: 700;
}
.rcCart .rcTable .item .qty > div {
  position: relative;
  padding:5px 32px 5px 6px;
  border-radius: 1px;
}
.rcCart.light .rcTable .item .qty > div {
  border: 1px solid #dfdede;
}
.rcCart.dark .rcTable .item .qty > div {
  border: 1px solid #575654;
  background: #fff;
}
.rcCart .rcTable .item .qty .value {
  line-height: 24px;
  text-align: right;
}
.rcCart .rcTable .item .qty .op {
  position: absolute;
  right: 6px;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
}
.rcCart .rcTable .item .qty .op.plus {
  top: 4px;
  background: url("../images/icon16_arrow_up_bg.png") no-repeat 0 0;
}
.rcCart .rcTable .item .qty .op.minus {
  bottom: 4px;
  background: url("../images/icon16_arrow_down_bg.png") no-repeat 0 0;
}
.rcCart .rcTable .price {
  width: 1%;
  text-align: right;
  white-space: nowrap;
}
.rcCart .rcTable .status {
  width: 24px;
}
.rcCart .rcTable .item .status span {
  position: relative;
  top: 6px;
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: help;
}
.rcCart .rcTable .item.in-stock .status span {
  background-image: url("/images/icon_tick2.svg");
}
.rcCart .rcTable .foot .amount,
.rcCart .rcTable .item .price {
  font-size: 20px;
  font-weight: 700;
}
.rcCart.full .rcTable .item .price {
  font-size: 24px;
  color: #c52127;
}
.rcCart.full .rcTable .head .price,
.rcCart.full .rcTable .item .price {
  padding-right: 24px;
}
.rcCart .rcTable .foot .menu {
  vertical-align: middle;
}
.rcCart .rcTable .foot div {
  padding: 16px 12px;
  border: 1px solid #575654;
  background: #fff;
  overflow: hidden;
}
.rcCart .rcTable .foot .title {
  float: left;
}
.rcCart .rcTable .foot .amount {
  float: right;
}
.rcCart .rcTable .foot .amount {
  float: right;
  line-height: 30px;
  font-size: 24px;
  color: #c52127;
}
.rcCart .rcTable .item .price .currency,
.rcCart .rcTable .foot .amount .currency {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.rcCart .rcTable .foot .btn {
  position: relative;
  width: 144px;
  font-weight: 500;
  color: #f4eb1d;
  padding-top: 12px;
  /*padding-bottom: 12px;*/
}
/*.foot > tr:nth-child(2) {
  background-color: #fff;
}*/
.rcCart .rcTable .foot .btn.cont {
  background-color: transparent;
  background-image:url('/images/m/left_dark.png');
  background-position: left center;
  background-repeat: no-repeat;
  border: medium none;
  color: #000;
  text-align: right;
  padding-right: 10px;
  /*transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;*/
}
.rcCart .rcTable .foot .btn.order {
  background-color: transparent;
  color: #000;
  border: none;
  background-color: transparent;
  background-image:url('/images/m/right_dark.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-left: 10px;
  /*background-color: #000;
  color: #ffe500;*/
  /*background-image: url("/images/foward_black.png");
  background-position: right 10px center;
  background-repeat: no-repeat;*/
  /*transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;*/
}
.rcCart .rcTable .foot .btn.order:hover {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}
.rcCart .rcTable .foot .btn.cont:hover {
  text-decoration: underline;
}

/*.rcCart .rcTable .foot .btn i {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/icon16_arrow_right_inv.png") no-repeat 0 0;
}*/
.rcCart .total {
  float: right;
  min-width: 296px;
  margin: 24px 24px 0 0;
}
.rcCart .total .box {
  text-align: center;
  padding: 24px 32px;
  border: 1px solid #dfdfdf;
}
.rcCart .total .box .title {
  font-size: 18px;
  font-weight: 700;
}
.rcCart .total .box .amount {
  font-size: 36px;
  font-weight: 700;
  color: #c52127;
  letter-spacing: 1px;
}
.rcCart .total .box .amount .currency {
  font-size: 24px;
  font-weight: 300;
  color: #000;
}
.rcCart .total .sub {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-top: 24px;
}
.rcCart .total .sub div {
  margin-top: 12px;
}




/* =Staff
-------------------------------------------------------------- */
.rcStaff {
}
.rcStaff .item {
  position: relative;
  overflow: hidden;
}
.rcStaff .item+.item {
  margin-top: 36px;
}
.rcStaff .item .thumb {
  float: left;
  width: 158px;
  height: 234px;
  overflow: hidden;
}
.rcStaff .item .thumb img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.rcStaff .item .main {
  min-height: 234px;
  border-bottom: 1px solid #000;
  margin-left: 188px;
}
.rcStaff .item .main .title {
  font-size: 16px;
  font-weight: 400;
}
.rcStaff .item .main p {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  margin-top: 24px;
}
.rcStaff .item .main p b {
  font-weight: 500;
}
#rcSec-aboutStaff {
  padding: 48px 0 ;
  background: #fff460;
}




/* =Order
-------------------------------------------------------------- */
.rcSec.order {
  border: 1px solid #dfdfdf;
  margin: 24px 0 48px;
}
.rcSec.order .top {
  position: relative;
  font-size: 26px;
  padding: 24px;
}
.rcSec.order .top .title {
  font-weight: 300;
}
.rcSec.order h1 {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  padding: 24px;
  border-top: 1px solid #dfdfdf;
}
.rcSec.order .nav {
  clear: both;
  border-top: 1px solid #dfdfdf;
  margin-top: 48px;
  height: 66px;
}
.rcSec.order .nav .btn.light {
  position: relative;
  float: left;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 32px;
  margin: 20px 0 0 24px;
}
.rcSec.order .nav .btn.light + a.light {
  /*margin-left: 48px;*/
  margin-left: 54px;
}
.rcSec.order .nav .btn.light.cancel {
  padding-left: 42px;
}
.rcSec.order .nav .btn.light:hover {
  text-decoration: underline;
}

.rcSec.order .nav .btn.light:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 32px;
  height: 32px;
  background: #ffe400;
}
.rcSec.order .nav .btn.light.cancel:before {
  background: url("../images/icon16_x_black.png") no-repeat center center;
}
.rcSec.order .nav .btn.light.more:before {
  background: url("../images/m/left_dark.png") no-repeat left center;
}
.rcSec.order .nav button.btn.dark {
  margin-top: 15px;
  right: 24px;
}
.rcSec.order .nav .btn.dark {
  position: relative;
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 8px 24px;
  padding: 8px 0;
  background: #000;
  right: 24px;
  /*height: 34px;*/
  width: 160px;
  margin-top: 12px;
  background-color: #ffe400;
  text-align: center;
  border: 1px solid #000;
}
.rcSec.order .nav .btn.dark:hover {
  background-color: #fff460;
  color: #000;
}
.rcSec.order .nav .btn.dark i {
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url("../images/icon16_arrow_right_inv.png") no-repeat 0 0;
  margin-top: -8px;
}
.rcSec.order .notes {
  padding: 48px 24px;
  border-top: 1px solid #dfdfdf;
}
.rcSec.order .notes li {
  font-size: 12px;
  font-weight: 300;
}
.rcSec.order .notes li+li {
  margin-top: 8px;
}
#rcSec-order3 {
  color: #fff;
  background: #373737;
  margin: 24px 0 48px;
}
#rcSec-order3 .head {
  position: relative;
  height: 39px;
  padding: 24px;
}
#rcSec-order3 .body {
  text-align: center;
  padding: 64px 176px;
  border-top: 1px solid #fff;
}
#rcSec-order3 .body h2 {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
}
#rcSec-order3 .body p {
  font-size: 22px;
  font-weight: 300;
  margin-top: 48px;
}
#rcSec-order3 .body em {
  color: #f6eb17;
}
#rcSec-order3 .body small {
  font-size: 18px;
}




/* =No Results
-------------------------------------------------------------- */
.rcNoResults {
  padding: 96px 0 192px 88px;
}
.rcNoResults .top {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.rcNoResults .top p {
}
.rcNoResults .rcForm {
  position: relative;
  padding-left: 36px;
  border-bottom: 1px solid #000;
  margin-top: 64px;
}
.rcNoResults .rcForm input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  color: #000;
  background: none;
}
.rcNoResults .rcForm button {
  display: block;
  position: absolute;
  bottom: 1px;
  left: -4px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url("../images/icon32_search2.png") no-repeat center center;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  border: none;
}




/* =Filters
-------------------------------------------------------------- */
.rcFilterBank {
  margin: 12px 0;
}
.rcFilterBank .rcFilter {
  margin: 12px 0;
}
.rcFilter .title {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-left: 16px;
  background: #000;
}
.rcFilter ul {
  background: #838181;
  padding: 16px;
}
.rcFilter.sale ul {
  background: #373737;
}
.rcFilter li {
  position: relative;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-right: 32px;
}
.rcFilter li+li {
  margin-top: 14px;
}
.rcFilter li .name {
  font-style: italic;
}
.rcFilter li .name .count {
  margin-left: 4px;
}
.rcFilter li .rcCheck {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  border-radius: 1px;
  cursor: pointer;
}
.rcFilter li .rcCheck.on {
  background: #ffe400 url("../images/icon16_tick.png") no-repeat center center;
  border: 1px solid #ffe400;
}
.rcFilter li .rcCheck input {
  display: none;
}
.rcFilter.sale li {
  height: 18px;
}
.rcFilter.sale li .label {
  position: absolute;
  top: -16px;
  left: -16px;
  height: 50px;
  line-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  background: #f00;
}
.rcFilter.sale li .label:after {
  content: '';
  position: absolute;
  top: 0;
  right: -36px;
  width: 0;
  border-top: 50px solid #f00;
  border-right: 40px solid #373737;
}




/* =Product Contact Menu
-------------------------------------------------------------- */
.rcContact {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(255,255,255,0.97);
  z-index: 1;
  opacity: 0;
}
.rcContact a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  margin: 4px 16px 0;
}
.rcContact a.phone {
  background-image: url("../images/icon_phone.svg");
}
.rcContact a.mail {
  background-image: url("../images/icon_mail.svg");
}
.rcContact a.web {
  background-image: url("../images/icon_web.svg");
}




/* =Facebook Popup
-------------------------------------------------------------- */
.rcFacebook {
  position: fixed;
  top: 50%;
  right: -392px;
  width: 360px;
  height: 360px;
  margin-top: -180px;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0,0,0,0.25);
}
.rcFacebook.ready {
}
.rcFacebook .btn {
  position: absolute;
  top: 50%;
  left: -32px;
  width: 32px;
  height: 82px;
  background: url("../images/fb_btn.png") no-repeat 0 0;
  margin-top: -41px;
  cursor: pointer;
}



