/* ------------ browser defaults -------------- */
body, td, input, select, textarea {
  font: 9pt/11pt Arial;
}

img, form, table, td, th, textarea {
  border: 0;
  margin: 0;
  padding: 0;
}

td {
  vertical-align: top;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
}

a, input, select, textarea {
  outline: none;
}

input[type="submit"]::-moz-focus-inner {border:0;padding:0;margin:0} /* firefox button text position hack */
input:-webkit-autofill {text-shadow:none !important;}

/* -------- container (fixed-width) ---------- */
body {
  min-width: 900px;
  padding: 32px 10px;
  margin: 0px;
  background: #8d8c88;
  text-align: center;
}

#cms-hide, .cms-new {
  display: none;
}

#cms-page {
  position: relative;
  display: inline-block;
  width: 900px;
  text-align: left;
  background: #fff;
  -moz-box-shadow: 0 0 6px #555;
  -webkit-box-shadow: 0 0 6px #555;
  box-shadow: 0 0 6px #555;
}

#cms-title {
  position: relative;
  height: 125px;
  background: #7f8082 url(/images/toplogo.jpg) no-repeat top left;
}

#cms-contacts {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 36px;
  background: url(/images/whatsapp.png) no-repeat 0 -2px;
  padding: 0 0 0 40px;
  font: 9pt/33px Arial;
  color: #ddd;
  text-align: right;
  text-shadow: 0 1px 3px rgba(0,0,0,.2);
  text-decoration: none;
}

#cms-social {
  position: absolute;
  top: -26px;
  right: -4px;
  width: 900px;
  z-index: 300;
  white-space: nowrap;
}

#cms-auth {
  position: absolute;
  top: 50px;
  left: 319px;
  min-width: 370px;
  background: url(/images/authbg.gif) no-repeat top;
  text-align: center;
}

#cms-auth form {
  position: relative;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

#cms-auth .ctrl {
  margin: 0 4px;
  padding: 0 3px;
  border: 1px solid;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #3f4042 #98999b #b1b2b3 #5d5e5f;
  background: #8b8c8d; 
  height: 23px;
  line-height: 21px;
  color: #fff;
  text-shadow: 0 0 3px #000;
}

#cms-auth .btn {
  margin: 1px 4px;
  padding: 0 10px;
  border: 1px solid;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #9b9c9d #545556 #4f4f4f #949595;
  background: #747676 url(/images/authbtn.gif) repeat-x center; 
  height: 23px;
  font: 10pt/21px Tahoma;
  text-transform: capitalize;
  color: #fff;
  text-shadow: -1px -1px 0px #555;
  -moz-box-shadow: 1px 1px 1px #888;
  -webkit-box-shadow: 1px 1px 1px #888;
  box-shadow: 1px 1px 1px #888;
}

#cms-auth .btn:active {
  border-color: #8b8c8d #646566 #5f5f5f #8f8f92;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#cms-auth .btnfb {
  position: absolute;
  left: 0;
  top: -28px;
  font: 8pt/16px Tahoma;
  height: 16px;
  text-transform: none;
  background: #45578b url(/images/fb.png) no-repeat 2px 1px;
  color: #ddd;
  text-shadow: 0 -1px 0 #336;
  padding: 0 6px 0 20px;
  cursor: pointer;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #779 #4c4c70 #4c4c70 #727594;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

#cms-auth .btnfb:active {
  color: #d5d5d5;
  background-color: #425385;
  border-color: #737380 #45577b #45577b #737380;
  -moz-box-shadow: 1px 1px 0 rgba(255,255,255,.07);
  -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,.07);
  box-shadow: 1px 1px 0 rgba(255,255,255,.07);
}

#cms-auth .edit {
  width: 90px;
}

#cms-auth .captcha {
  width: 30px;
  padding: 0 0 0 33px;
  background: #fff no-repeat center left;
  color: #000;
  text-shadow: none;
}

#cms-auth .tip {
  position: absolute;
  z-index: 400;
  bottom: 50px;
  background: #ffd;
  padding: 3px 5px 5px 5px;
  text-align: left;
  font: 9pt/11pt Arial;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 10px #555;
  -webkit-box-shadow: 1px 1px 10px #555;
  box-shadow: 1px 1px 10px #555;
  text-shadow: none;
}

#cms-auth .tip.stop {
  background: #ffd url(/images/r.png) no-repeat 5px 5px;
  padding-left: 20px;
}  

#cms-auth .tip i {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ffd;
  left: 34px;
  bottom: -10px;
}

#cms-auth small {
  display: block;
  clear: both;
  padding: 2px 4px;
  font-size: 8pt;
  color: #bbb;
  text-shadow: -1px -1px 0px #666;
}

#cms-auth small * {
  text-decoration: none;
  padding-right: 16px;
  color: #bbb;
}

#cms-auth .userid {
  float: left;
  height: 25px;
  max-width: 250px;
  overflow: hidden;
  font: 8pt/25px Tahoma;
  padding: 0 10px 0 18px;
  background: url(/images/authusr.gif) no-repeat center left;
  color: #222;
  text-shadow: 1px 1px 0 #909090;
}

/* ---------- site navigation ------------- */
#cms-nav {
  display: block;
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
  background: #545555 url(/images/mnav.gif) repeat-x; 
  white-space: nowrap;
  overflow: visible;
  height: 34px;
}

#cms-nav .mopt {
  position: relative;
  float: left;
  z-index: 200; /*IE7 hack*/
  white-space: nowrap;
}

#cms-nav .snav {
  position: absolute;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  background: #5a595a url(/images/snav.gif);
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

#cms-nav .sopt {
  position: relative;
  display: block;
  white-space: nowrap;
}

#cms-nav a {
  display: inline-block;
  padding: 0 10px;
  font: bold 8pt/34px arial;
  text-decoration: none;
  text-transform: capitalize;
  color: #ddd;
  text-shadow: 1px 1px 0px #333;
}

#cms-nav a:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#cms-nav .sopt a {
  display: block;
}

#cms-nav .ver {
  top: 34px;
}

#cms-nav .hor {
  left: 100%;
}

#cms-nav .a {
  background: url(/images/snava.gif) no-repeat right 0;
  padding-right: 16px;
}

#cms-nav .aa {
  background: url(/images/snava.gif) no-repeat right -34px;
  padding-right: 16px;
}

#cms-nav .act:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: url(/images/mnavl.gif) no-repeat 0 0;
}

#cms-nav .act:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: url(/images/mnavr.gif) no-repeat 0 0;
}

#cms-nav .ico {
  background: no-repeat center left;
  padding-left: 34px;
}

#cms-nav .tk {
  float: right !important;
}

#cms-nav .msep {
  float: right;
  width: 2px;
  height: 34px;
  margin: 0 0 0 10px;
  background: url(/images/mnavsp.gif) no-repeat;
}

#cms-nav .search {
  float: right;
  margin: 0 8px;
  background: url(/images/msearch.gif) no-repeat bottom left;
}

#cms-nav input {
  width: 100px;
  height: 24px;
  line-height: 24px;
  border: 0;
  -moz-border-radius: 0; /*safari hack*/
  border-radius: 0;
  padding: 0 23px 0 3px;
  margin: 5px 0 0 0;
  background: transparent url(/images/msearchb.gif) no-repeat right;
}

/* ---------- user content ------------- */
#cms-content {
  position: relative;
  clear: both;
}

#cms-footer {
  clear: both;
  padding-top: 12px;
  position: relative;
}

#cms-copyright {
  position: relative;
  text-align: left;
  font: 8pt Tahoma;
  color: #b5b5b5;
  clear: both;
  padding: 8px 0;
  height: 51px;
  background: url(/images/copyright.png) no-repeat 100% 8px;
}

#cms-copyright i {
  position: absolute;
  right: 0;
  bottom: 8px;
  font: 8pt Tahoma;
}

/* ------------- UI widgets ------------ */
#pic-details {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 1001;
  border: 10px solid #111;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #111 url(/images/loading.gif) no-repeat center center;
  -moz-box-shadow: 0 1px 6px -2px #000;
  -webkit-box-shadow: 0 1px 6px -2px #000;
  box-shadow: 0 1px 6px -2px #000;
}

#pic-details-sh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  pointer-events: none;
  background: rgba(0,5,15,.5);
  -webkit-animation: show-up 1.5s;
  animation: show-up 1.5s;
}

#pic-details .cls {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 21px;
  height: 21px;
  background: url(/images/cls.png) no-repeat 0 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a:hover #pic-details .cls {
  filter: alpha(opacity=100);
  opacity: 1;
}

img.magic-tag-3d {
  display: none;
}

.magic-slides {
  position: relative;
}

.magic-slides>* {
  display: none;
  margin: 0;
}

.magic-slides>*:first-child {
  display: block;
  overflow: hidden; /*IE7 hack*/
}

div.magic-popup {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
}

div.magic-popup .close-btn {
  position: absolute;
  width: 31px;
  height: 31px;
  top: 0;
  right: 0;
  background: url(/images/cls.png) no-repeat 5px 5px;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

div.magic-popup .close-btn:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

div.combo-slider,
div.linear-slider {
  position: relative;
  overflow: hidden;
}

div.combo-slider-tray {
  padding: 50px;
  background: #000;
  background: rgba(0,0,0,.75);
  text-align: center;
  z-index: 1001;
  -webkit-animation: show-up .5s;
  animation: show-up .5s;
}

div.combo-slider-tray:before {
  content: 'Drag to scroll';
  background: url(/images/arv.svg) no-repeat 0 0;
  position: fixed;
  top: 50%;
  right: 0;
  width: 60px;
  height: 90px;
  margin: -50px -17px 0 0;
  font: 14px/15px Arial;
  color: #aaa;
  text-align: center;
  text-shadow: 0 0 1px #000;
  padding: 110px 20px 0 20px;
}

div.combo-slider-tray #close-button {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  background: url(/images/cls.png) no-repeat 0 0;
  z-index: 1002;
}

div.combo-slider .pu, div.combo-slider .pd {
  position: absolute;
  width: 40px;
  height: 60px;
  right: 10px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

div.combo-slider .pu { 
  top: -20px; 
  display: none;
  background: url(/images/pu.gif) no-repeat 6px 33px; 
}

div.combo-slider .pd { 
  bottom: -20px; 
  background: url(/images/pd.gif) no-repeat 6px 10px; 
}

div.combo-slider .pu:hover, div.combo-slider .pd:hover { 
  background-color: rgba(0,0,0,.7); 
}

div.combo-slider .pu:active { background-position: 7px 34px; }
div.combo-slider .pd:active { background-position: 7px 11px; }

div.combo-slider .sw s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(128,133,135,.7);
}

div.combo-slider .sw a {
  position: absolute;
  max-width: 120px;
  right: 22px;
  bottom: 44px;
  font: 13px/14px Arial;
  padding: 7px;
  border: 1px solid #555;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffb;
  color: #000;
  text-decoration: none;
  background-image:-moz-linear-gradient(135deg, #ffb, #ffd);
  background-image:-webkit-linear-gradient(135deg, #ffb, #ffd);
  background-image:-o-linear-gradient(135deg, #ffb, #ffd);
  background-image:-ms-linear-gradient(135deg, #ffb, #ffd);
  background-image:linear-gradient(315deg, #ffb, #ffd);
  -moz-box-shadow: 0 0 0 3px rgba(0,0,20,0.2);
  -webkit-box-shadow: 0 0 0 3px rgba(0,0,20,0.2);
  box-shadow: 0 0 0 3px rgba(0,0,20,0.2);
}

div.combo-slider .sw a:hover {
  -moz-box-shadow: 0 0 0 6px rgba(0,0,20,0.2);
  -webkit-box-shadow: 0 0 0 6px rgba(0,0,20,0.2);
  box-shadow: 0 0 0 6px rgba(0,0,20,0.2);
}

div.combo-slider .sw a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 11px;
  bottom: -16px;
  border: 6px solid transparent;
  border-color: rgba(0,0,20,0.2) rgba(0,0,20,0.2) transparent transparent;
}

div.combo-slider .sw a:hover:before {
  bottom: -19px;
  right: 10px;
}

div.combo-slider .sw a b {
  font: bold 16px/22px Arial;
  display: block;
  color: #333;
  position: relative;
  top: -4px;
}

div.combo-slider .sw a i {
  position: absolute;
  width: 0;
  height: 0;
  right: 12px;
  bottom: -12px;
  border: 6px solid;
  border-color: #555 #555 transparent transparent;
}

div.combo-slider .sw a em {
  position: absolute;
  width: 0;
  height: 0;
  right: 13px;
  bottom: -10px;
  border: 5px solid;
  border-color: #ffb #ffb transparent transparent;
}

div.linear-slider .linear-slider-mark {
  position: absolute;
  top: 75px;
  left: 0;
  width: 180px;
  height: 1px;
  background: #c00;
  -moz-box-shadow: 0 1px 3px #000;
  -webkit-box-shadow: 0 1px 3px #000;
  box-shadow: 0 1px 3px #000;
  pointer-events: none;
}

.wait-spinner {
  display: block;
  height: 50px;
  background: url(/images/spinner.svg) no-repeat 50% 50%;
  background-size: 30px 30px;
}

.button {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font: bold 15px/30px Arial;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  padding: 0 9px;
  border: 1px solid;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #fb3 #730 #730 #fb3;
  background: #f90 no-repeat center right;
  -moz-box-shadow: -10px -20px 40px -25px #600 inset;
  -webkit-box-shadow: -10px -20px 40px -25px #600 inset;
  box-shadow: -10px -20px 40px -25px #600 inset;
  cursor: pointer;
  position: relative;
}

.button:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.button:active {
  background-color: #f09000;
  border-color: #e90 #740 #540 #e90;
}

.button:active:before {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btnf { 
  padding-right: 37px;
  background-image: url(/images/btnf.png) !important; 
}

.btnp { 
  padding-right: 37px;
  background-image: url(/images/btnp.png) !important; 
}

.btnpdf { 
  padding-left: 27px;
  background-image: url(/images/btnpdf.png) !important; 
  background-position: 4px 50% !important;
}

.btngray {
  color: #ddd;
  border-color: #727272 #334 #334 #707070;
  background: #556 no-repeat center right;
  -moz-box-shadow: -10px -20px 40px -25px #224 inset;
  -webkit-box-shadow: -10px -20px 40px -25px #224 inset;
  box-shadow: -10px -20px 40px -25px #224 inset;
}

.btngray:active {
  background-color: #505060;
  border-color: #666 #334 #334 #666;
}

.btnred {
  color: #fff;
  border-color: #df0000 #600 #600 #d00000;
  background: #c00 no-repeat center right;
  -moz-box-shadow: -10px -20px 40px -25px #224 inset;
  -webkit-box-shadow: -10px -20px 40px -25px #224 inset;
  box-shadow: -10px -20px 40px -25px #224 inset;
}

.btnred:active {
  background-color: #c00000;
  border-color: #c00 #600 #600 #c00;
}

.btnwhite {
  color: #667;
  text-shadow: 1px 1px 0 rgba(255,255,255,.4);
  border-color: #fff #888 #666 #eee;
  background: #eee no-repeat center right;
  -moz-box-shadow: -10px -20px 40px -25px #777 inset;
  -webkit-box-shadow: -10px -20px 40px -25px #777 inset;
  box-shadow: -10px -20px 40px -25px #777 inset;
}

.btnwhite:active {
  background-color: #ddd;
  border-color: #ddd #777 #666 #ccc;
}

/* ----------------- loading animation --------------------- */
#loading-ani {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 94px;
  height: 44px;
  margin: -22px 0 0 -47px;
  overflow: visible;
  z-index: 100000;
}

#loading-ani * {
  position: absolute;
  top: 0;
  width: 10px;
  height: 40px;
  border: 2px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e80;
  background: rgba(238,136,0,0.7);
  zoom: 1; /*ie7 hack*/
  filter: alpha(opacity=0);
  opacity: 0;
}

@-moz-keyframes loading-frames {
  0% { -moz-transform: scale(1) rotate(0.1deg); opacity: 1; }
  100% { -moz-transform: scale(0.85) rotate(0.1deg); opacity: 0; }
}

@-webkit-keyframes loading-frames {
  0% { -webkit-transform: scale(1) rotate(0.1deg); opacity: 1; }
  100% { -webkit-transform: scale(0.85) rotate(0.1deg); opacity: 0; }
}

@-o-keyframes loading-frames {
  0% { -o-transform: scale(1) rotate(0.1deg); opacity: 1; }
  100% { -o-transform: scale(0.85) rotate(0.1deg); opacity: 0; }
}

@keyframes loading-frames {
  0% { transform: scale(1) rotate(0.1deg); opacity: 1; }
  100% { transform: scale(0.85) rotate(0.1deg); opacity: 0; }
}

#loading-ani-1 { 
  left: 0; 
  -moz-animation: loading-frames 1s 0.1s infinite;
  -webkit-animation: loading-frames 1s 0.1s infinite;
  -o-animation: loading-frames 1s 0.1s infinite;
  animation: loading-frames 1s 0.1s infinite;
}

#loading-ani-2 { 
  left: 20px; 
  -moz-animation: loading-frames 1s 0.2s infinite;
  -webkit-animation: loading-frames 1s 0.2s infinite;
  -o-animation: loading-frames 1s 0.2s infinite;
  animation: loading-frames 1s 0.2s infinite;
}

#loading-ani-3 { 
  left: 40px; 
  -moz-animation: loading-frames 1s 0.3s infinite;
  -webkit-animation: loading-frames 1s 0.3s infinite;
  -o-animation: loading-frames 1s 0.3s infinite;
  animation: loading-frames 1s 0.3s infinite;
}

#loading-ani-4 { 
  left: 60px; 
  -moz-animation: loading-frames 1s 0.4s infinite;
  -webkit-animation: loading-frames 1s 0.4s infinite;
  -o-animation: loading-frames 1s 0.4s infinite;
  animation: loading-frames 1s 0.4s infinite;
}

#loading-ani-5 { 
  left: 80px; 
  -moz-animation: loading-frames 1s 0.5s infinite;
  -webkit-animation: loading-frames 1s 0.5s infinite;
  -o-animation: loading-frames 1s 0.5s infinite;
  animation: loading-frames 1s 0.5s infinite;
}

/* std animations */
@-webkit-keyframes show-up { 0% {opacity:0;} 100% {opacity:1;} }
@keyframes show-up { 0% {opacity:0;} 100% {opacity:1;} }
@-webkit-keyframes flash { 0% {-webkit-filter:brightness(2);} 100% {-webkit-filter:brightness(1);} }
@keyframes flash { 0% {filter:brightness(2);} 100% {filter:brightness(1);} }
@-webkit-keyframes stamp-showup { 0% {opacity:0;} 95% {opacity:0;-webkit-transform:scale(2,2);} 100% {opacity:1;-webkit-transform:scale(1,1);} }
@keyframes stamp-showup { 0% {opacity:0;} 95% {opacity:0;transform:scale(2,2);} 100% {opacity:1;transform:scale(1,1);} }
@-webkit-keyframes flash2 { 0% {opacity:1;} 30% {opacity:1;} 50% {opacity:0;} 70% {opacity:1;} 100% {opacity:1;} }
@keyframes flash2 { 0% {opacity:1;} 30% {opacity:1;} 50% {opacity:0;} 70% {opacity:1;} 100% {opacity:1;} }

/* --------------------- Social Widgets ----------------------- */
.widget-item { float:right; padding-left:5px; display:inline-block; }
.twitter-share-button { width:95px !important; overflow:hidden; }
#vk_like, #vk_like>iframe { width:95px !important; overflow:hidden; }
.widget-item-fb { padding-right:20px; }
.widget-item-ig { width:130px; padding: 2px 0 0 0; }
.widget-item-ig img { vertical-align: middle; }
.widget-item-ig a { font:bold 8pt/16px Arial; text-decoration:none; color:#136; color:rgba(0,40,80,.7); text-shadow:0 1px 0 rgba(255,255,255,.2); }

/* ------------------ Guest Login ------------------- */
#pic-details.guest-popup {
  position: absolute;
  border: none;
  background: #eee;
  background-image:-moz-linear-gradient(135deg, #dadadb, #eee);
  background-image:-webkit-linear-gradient(135deg, #dadadb, #eee);
  background-image:-o-linear-gradient(135deg, #dadadb, #eee);
  background-image:-ms-linear-gradient(135deg, #dadadb, #eee);
  background-image:linear-gradient(315deg, #dadadb, #eee);
  color: #444;
}

.guest-popup .dimm {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.guest-popup .tip {
  display: none;
}

.guest-popup .tip.captchatip {
  display: block;
}

.guest-popup .dimm .tip {
  display: none;
}

.guest-popup .tip {
  position: absolute;
  z-index: 1;
  padding: 3px 5px 5px 5px;
  background: #ffd;
  text-align: left;
  font: 9pt/11pt Arial;
  white-space: nowrap;
  color: #000;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
  text-shadow: none;
}

.guest-popup .tip:hover {
  z-index: 2;
}

.guest-popup .tip i {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

.guest-popup #sign-in .tip {
  right: 190px;
  margin-top: -10px;
}

.guest-popup #sign-in .tip i {
  border-left-color: #ffd;
  right: -9px;
  top: 15px;   
}

.guest-popup #sign-up .tip {
  left: 207px;
  margin-top: -10px;
}

.guest-popup #sign-up .tip i {
  border-right-color: #ffd;
  left: -9px;
  top: 15px;   
}

.guest-popup #reset-pwd .tip {
  left: 170px;
  margin-top: -10px;
}

.guest-popup #reset-pwd .tip i {
  border-right-color: #ffd;
  left: -9px;
  top: 15px;   
}

.guest-popup #sign-in {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  width: 180px;
  padding-left: 10px;
}

.guest-popup #sign-up {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 50%;
  right: 15px;
  padding-left: 40px;
}

.guest-popup #sign-sep {
  position: absolute;
  width: 0;
  top: 15px;
  bottom: 150px;
  left: 50%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
}

.guest-popup #sign-sep:before {
  content: '';
  position: absolute;
  bottom: -135px;
  left: -1px;
  width: 0;
  height: 110px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
}

.guest-popup #sign-sep:after {
  content: 'OR';
  position: absolute;
  bottom: -25px;
  left: -12px;
  font: bold 12pt/25px Arial;
  color: #aaa;
  color: rgba(0,0,0,.3);
  text-shadow: 1px 1px 0 #fff;
}

.guest-popup #reset-pwd {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
}

.guest-popup #reset-pwd b {
  margin: 0 -40px;
  text-align: center;
}

.guest-popup #reset-pwd small span {
  display: none;
}

.guest-popup #sign-up small {
  display: none;
}

.guest-popup #sign-in small a:first-child {
  display: none;
}

.guest-popup small {
  display: block;
  font: 9pt Arial;
  margin-top: 10px;
}

.guest-popup small a {
  color: #444;
  text-decoration: none;
}

.guest-popup b {
  display: block;
  font: bold 15pt/24px Arial;
  text-shadow: 1px 1px 0 #fff;
  color: #90959a;
}

.guest-popup #sign-in b {
  background: url(/images/signin.png) no-repeat 135px 0;
}

.guest-popup #sign-up b {
  background: url(/images/signup.png) no-repeat 140px 0;
}

.guest-popup .ctrl {
  width: 148px;
  display: block;
  margin: 10px 0;
  padding: 0 3px;
  height: 23px;
  font: bold 10pt/23px Arial;
  line-height: 22px;
  color: #222427;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 3px 5px 15px -3px rgba(0,0,0,.15) inset;
  -webkit-box-shadow: 3px 5px 15px -3px rgba(0,0,0,.15) inset;
  box-shadow: 3px 5px 15px -3px rgba(0,0,0,.15) inset;
  background: #fff;
}

.guest-popup .captcha {
  width: 114px;
  padding: 0 0 0 40px;
  background: #fff no-repeat 4px center;
}

.guest-popup .btn {
  display: inline-block;
  width: 156px;
  height: 30px;
  vertical-align: middle;
  white-space: nowrap;
  font: bold 15px/22px Arial;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  padding: 0 9px;
  border: 1px solid;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #727272 #334 #334 #707070;
  background: #556;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  background-image:-moz-linear-gradient(90deg, rgba(0,0,0,.2), rgba(255,255,255,.15));
  background-image:-webkit-linear-gradient(90deg, rgba(0,0,0,.2), rgba(255,255,255,.15));
  background-image:-o-linear-gradient(90deg, rgba(0,0,0,.2), rgba(255,255,255,.15));
  background-image:-ms-linear-gradient(90deg, rgba(0,0,0,.2), rgba(255,255,255,.15));
  background-image:linear-gradient(0deg, rgba(0,0,0,.2), rgba(255,255,255,.15));
  color: #eee;
}

.guest-popup .btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.guest-popup .btnfb {
  position: absolute;
  left: 10px;
  bottom: 0;
  padding: 0 0 0 24px;
  width: 130px;
  height: 20px;
  font: bold 8pt/20px Arial;
  text-transform: none;
  background-color: #45578b;
  border-color: #669 #225 #225 #669;
}

.guest-popup .btnfb:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/images/fb.png) no-repeat;
  bottom: 3px;
  left: 3px;
}

.guest-popup .btnfb:before {
  content: '';
  position: absolute;
  width: 174px;
  height: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  left: -10px;
  top: -15px;
}

.guest-popup .msg {
  display: block;
  padding: 5px 0;
}

.guest-popup #sign-in .msg {
  padding-right: 10px;
}

.guest-popup .msg a {
  color: #222;
}

.guest-popup .msg img {
  margin: 10px 0 10px 55px;
  width: 32px;
  height: 32px;
}

.guest-popup #sign-in .err {
  padding: 10px 0 0 30px;
  background: url(/images/warn.png) no-repeat 0 10px;
}

/* ---- next product popup ------- */
#cms-nextprod {
  display: none;
  position: absolute;
  z-index: 3 !important;
  width: 154px;
  right: -175px;
  bottom: -1px;
  padding: 124px 4px 4px 4px;
  background: #ebebeb no-repeat 0 20px;
  font: 8pt/9pt Arial;
  text-decoration: none;
  color: #555;
  text-shadow: 0 1px 1px rgba(0,0,0,.07);
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #707070;
  -moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}

#cms-nextprod:before {
  content: 'Next Product';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  background-color: #46536e;
  background-image: -moz-linear-gradient(90deg, #46536e, #556483);
  background-image: -webkit-linear-gradient(90deg, #46536e, #556483);
  background-image: -o-linear-gradient(90deg, #46536e, #556483);
  background-image: -ms-linear-gradient(90deg, #46536e, #556483);
  background-image: linear-gradient(0deg, #46536e, #556483);
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid;
  border-color: rgba(255,255,255,.25) rgba(0,0,0,.2) rgba(0,0,0,.15) rgba(255,255,255,.18);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -o-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -ms-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
  font: bold 9pt/20px Arial;
  color: #eee;
  color: rgba(255,255,250,.85);
  text-decoration: none;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0,0,0,.2);
}

#cms-nextprod:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  background: url(/images/nxt.png) no-repeat 0 0;
}

#cms-nextprod:hover:after {
  background-position: -16px 0;
}

#cms-nextprod.show {
  display: block;
  -webkit-animation: np-popup 1.5s;
  animation: np-popup 1.5s;
}

@-webkit-keyframes np-popup {
  0% { opacity: 0; }
  90% { opacity: 0; -webkit-transform:scale(.5,.5); }
  100% { opacity: 1; -webkit-transform:scale(1,1); }
}
@keyframes np-popup {
  0% { opacity: 0; }
  90% { opacity: 0; transform:scale(.5,.5); }
  100% { opacity: 1; transform:scale(1,1); }
}
