* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

/* -------------------------------
 *     Reset styles
 * ------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, th, td, div, blockquote, pre, form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 13px;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, fieldset, table, th, td {
  border: none;
}

img {
  vertical-align: text-bottom;
}

input {
  *margin: -1px 0;
}

input, textarea {
  font-size: 13px;
  -webkit-user-select: auto !important;
}

em, cite {
  font-style: normal;
}

/* -------------------------------
 *    Base styles
 * ------------------------------- */
body {
  font: 13px/1.23077 "MS PGothic	", arial, sans-serif;
  *font-family: "MS PGothic", arial, sans-serif;
}

body {
  margin: auto;
  background: #111;
  -webkit-text-size-adjust: none;
  color: #807E7E;
  height: 100%;
}

a:link, a:visited {
  color: #807E7E;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #807E7E;
  text-decoration: none;
}

a.link:hover, a.link:active, a.link:focus {
  color: #807E7E;
  text-decoration: none;
}

/*
a:active,input:active { opacity: 0.7; -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); }
*/
:focus {
  outline: none;
}

hr {
  display: none;
}

.ErrorMessages li {
  color: #F00;
  margin: 10px 0px;
}

.headerBar {
  height: 45px;
  position: relative;
  text-align: center;
  color: #C0A978;
  background: #111;
  /*
    background:rgba(45,45,47,.97);
  */
}

.headerBar a {
  color: #C0A978;
}

.headerBarCenter {
  height: 100%;
  width: 100%;
  line-height: 45px;
  font-size: 18px;
}

.headerBarRight {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  text-align: right;
  line-height: 45px;
  font-size: 18px;
}

.headerBarLeft {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  text-align: left;
  line-height: 45px;
  font-size: 18px;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.radius2 {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.radius3 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.radius100 {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.radius1000 {
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
}

.radius102 {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.SubmitButton {
  background: #111213;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border: solid 1px #C0A978;
  font-size: 16px;
  padding: 10px;
  color: #C0A978 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.SubmitButtonGold {
  background: #FFF;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border: solid 1px #C0A978;
  font-size: 16px;
  padding: 10px 0;
  color: #C0A978 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.SubmitButtonGray {
  background: #CDCCC6;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border: solid 1px #CDCCC6;
  font-size: 16px;
  padding: 10px 0;
  color: #FFF !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.SubmitButtonSimple {
  background: #FFF;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border: solid 1px #2D2D2F;
  font-size: 16px;
  padding: 10px 0;
  color: #2D2D2F !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.buttonStyle01 {
  background: #1D1D1D;
  margin: 15px 10px;
  border: 1px solid #BCA676;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 15px 10px 15px 13px;
}

.buttonStyle01.sale {
  padding: 5px 10px 10px 13px;
}

.buttonStyle01 .plan {
  font-size: 20px;
  color: #BCA676;
  float: left;
}

.buttonStyle01.sale .plan {
  margin-top: 22px;
}

.buttonStyle01 .price {
  font-size: 13px;
  color: #BCA676;
  margin-top: 5px;
}

.buttonStyle01 .price span {
  font-size: 20px;
}

.buttonStyle01.sale .price {
  margin-top: 26px;
}

.buttonStyle01 .priceAll {
  color: #7F7E7E;
  margin: 3px -10px 0 0;
}

.buttonStyle01 .obi {
  position: absolute;
  right: 0;
  top: 5px;
}

.buttonStyle01 .obi p {
  display: inline-block;
  position: relative;
  padding: 4px 10px 3px 0px;
  margin-left: 20px;
  margin-right: -5px;
  background: #BCA676;
  font-size: 13px;
  line-height: 13px;
  color: #FFF;
}

.buttonStyle01 .obi p:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 100%;
  width: 0;
  height: 0;
  border-width: 10px 6px;
  border-style: solid;
  border-color: #BCA676;
  border-left-color: transparent;
}

.buttonStyle01 .obi p:before {
  content: " ";
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 0;
  height: 0;
  border-width: 8px 4px 5px 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #956C2A;
}

.buttonStyle01 .obi_silver {
  position: absolute;
  right: 0;
  top: 5px;
}

.buttonStyle01 .obi_silver p {
  display: inline-block;
  position: relative;
  padding: 4px 10px 3px 0px;
  margin-left: 20px;
  margin-right: -5px;
  background: #807E7E;
  font-size: 13px;
  line-height: 13px;
  color: #FFF;
}

.buttonStyle01 .obi_silver p:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 100%;
  width: 0;
  height: 0;
  border-width: 10px 6px;
  border-style: solid;
  border-color: #807E7E;
  border-left-color: transparent;
}

.buttonStyle01 .obi_silver p:before {
  content: " ";
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 0;
  height: 0;
  border-width: 8px 4px 5px 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #555555;
}

.iconBred {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7F7E7E;
  border-image: none;
  border-style: solid;
  border-width: 0.4em;
  content: " ";
  padding: 0;
  display: inline-block;
}

.iconBred02 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #BFA978;
  border-image: none;
  border-style: solid;
  border-width: 0.4em;
  content: " ";
  padding: 0;
  display: inline-block;
}

table.adminTable {
  border: solid 1px #CCC;
}

table.adminTable th {
  border: solid 1px #CCC;
  background: #EEE;
  padding: 10px;
}

table.adminTable td {
  background: #FFF;
  border: solid 1px #CCC;
  padding: 10px;
  word-break: break-all;
}

a.hmenu {
  display: block;
  margin-top: 12px;
  width: 21px;
  height: 21px;
  position: relative;
}

a.hmenu span {
  display: block;
  width: 100%;
  height: 1px;
  background: #C0A978;
  position: absolute;
  left: 0;
}

.hmenu1 {
  top: 3px;
}

.hmenu2 {
  top: 10px;
}

.hmenu3 {
  bottom: 3px;
  width: 50% !important;
}

a.hmenu_close {
  display: block;
  margin-top: 12px;
  width: 25px;
  height: 21px;
  position: relative;
}

a.hmenu_close span {
  display: block;
  width: 100%;
  height: 1px;
  background: #C0A978;
  position: absolute;
  left: 0;
}

.hmenu_close1 {
  top: 10px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.hmenu_close2 {
  bottom: 10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#mainMenu {
  margin: 40px;
  display: block;
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}

#mainMenu li {
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

#mainMenu li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #807E7E;
  color: #CCC;
  font-size: 16px;
}

.alert_badge {
  background: #EA4444;
  color: #FFF;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}

.pointer span {
  width: 5px;
  height: 5px;
  margin: 0 3px;
  display: block;
  background: #C0A978;
}

.pointer span.current {
  background: none;
  border: solid 1px #C0A978;
  width: 7px;
  height: 7px;
  vertical-align: middle;
}

.pointer-app span {
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  display: block;
}

.pointer-app span.current {
  background-color: #C0A978;
  border: solid 1px #C0A978;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  vertical-align: middle;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.radio_on {
  display: inline-block;
  width: 48px;
  height: 28px;
  background: url("/images/radio_btn.png") left top no-repeat;
  background-size: cover;
}

.radio_off {
  display: inline-block;
  width: 48px;
  height: 28px;
  background: url("/images/radio_btn.png") left bottom no-repeat;
  background-size: cover;
}

ul#messages div {
  font-size: 15px;
}

.sent_rose {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 20;
}

.rose_anim img {
  z-index: 100;
  animation: translate 0.4s;
  animation-iteration-count: 1;
  -webkit-animation: translate 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transition-timing-function: ease;
}

@keyframes translate {
  0% {
    transform: translate(0px, 60px);
  }
  10% {
    transform: translate(0px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes translate {
  0% {
    -webkit-transform: translate(0px, 60px);
  }
  10% {
    -webkit-transform: translate(0px, 60px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
.rose_anim .bg {
  background: transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.rose_anim .bg {
  -webkit-animation: sonarEffect01 1.8s ease-out 15ms;
  animation: sonarEffect01 1.8s ease-out 15ms;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes sonarEffect01 {
  0% {
    opacity: 0;
    background: transparent;
  }
  20% {
    opacity: 0;
    background: transparent;
  }
  50% {
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 1px 1px rgba(255, 255, 255, 0.3);
  }
  100% {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 1px 1px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(3);
  }
}
.rose_anim .spin {
  -webkit-animation: spin 1.2s linear infinite;
  -moz-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
  -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rose_anim .spin02 {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes spin02 {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin02 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.rose_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 19;
}

.before_rose_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.rose_btn {
  -webkit-animation: roseBtnEffect 0.5s ease-out 15ms;
  animation: roseBtnEffect 0.5s ease-out 15ms;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes roseBtnEffect {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
.simpleTable th,
.simpleTable td {
  padding: 7px;
  border: solid 1px #CCC;
}

.simpleTable th {
  background: #EEE;
}

.simpleTable td {
  background: #FFF;
}
