body {
  background: url(../images/bg_forum.png) repeat-x;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}

p {
  margin-top: 0px;
  line-height: 18px;
  margin-bottom: 25px;
}

a {
  color: #ce9b32;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #740404;
  text-decoration: none;
}

.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

img {
  border-style: none;
}
.clear {
  clear: both;
}

#logo {
  background: url(/assets/img/logo/logo.png);
  width: 220px;
  height: 50px;
  position: absolute;
  top: -20px;
  margin-top: 5px;
  float: left;
  background-size: cover;
}

ul#menu {
  float: right;
  margin-top: 17px;
}

ul#menu li {
  display: inline;
}

ul#menu li a {
  color: #4e6061;
  padding: 0px 5px;
  font-size: 14px;
  text-transform: uppercase;
}

ul#menu li a:hover {
  color: #740404;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* ------------------------------------------------------------------- */

#top {
  position: sticky;
  top: 10px;
  right: 0px;
  z-index: 1;
  width: 100%;
}

#header {
  position: sticky;
  top: 0px;
  left: 0px;
  background: #fff;
  margin-left: -25px;
  box-shadow: 0 0 10px #eee;
  margin-top: -15px;
  display: block;
}
.searchbox {
  display: inline-block;
  left: 40px;
  margin-top: 42px;
  float: none !important;
  clear: none !important;
  position: absolute;
}
#searchForm #query {
  height: 20px;
  margin-bottom: 3px;
  padding: 3px 22px 3px 3px;
  width: 220px;
}
#header .userbox {
  float: none !important;
  position: absolute;
  right: 15px;
  top: 45px;
}
ul#menu {
  float: none !important;
  position: absolute;
  right: 10px;
  top: 0px;
}

#header p {
  line-height: normal;
}

#header .left {
  width: 500px;
  margin-right: 10px;
}

#header .right {
  width: 390px;
  text-align: right;
}

#header .right img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

#header h1 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 12px;
}

.download-button {
  background: url(../images/download-button.png);
  width: 238px;
  height: 54px;
  display: block;
  margin: 10px 0px;
}

/* ------------------------------------------------------------------- */

#content {
  padding: 0px 0px;
  overflow: hidden;
}

.w-65 {
  width: 65px;
}

.w-170 {
  width: 170px;
}

.w-350 {
  width: 350px;
}

.w-370 {
  width: 370px;
}

.w-400 {
  width: 400px;
}

.w-450 {
  width: 450px;
}

.w-520 {
  width: 520px;
}

.w-540 {
  width: 540px;
}

.big {
  font-size: 18px;
  color: #5d5b56;
}

/* ------------------------------------------------------------------- */

#footer {
  margin-bottom: 15px;
}

#footer,
#footer a {
  font-size: 10px;
  color: #959595;
  font-weight: bold;
}

#footer a {
  padding: 0px 3px;
}

.copyright {
  padding-right: 35px;
}

#footer-menu {
  margin-bottom: 10px;
  margin-left: -10px;
}

#footer-menu,
#footer-menu a {
  color: #bdbdbd;
  font-weight: bold;
  font-size: 12px;
}

#footer-menu a {
  padding: 0px 10px;
}

/* ------------------------------------------------------------------- */

.home {
  font-size: 12px;
}

.home-box {
  width: 235px;
  padding: 20px 5px 5px 10px;
  float: left;
  margin-left: 15px;
  margin-bottom: 60px;
  border: 1px solid #c2c2c2;
  box-shadow: 0 0 5px #c2c2c2;
  -webkit-box-shadow: 0 0 5px #c2c2c2;
  font-size: 13px;
}

.home-box p {
  line-height: normal;
}

.home-box .left {
  padding-top: 15px;
}

/* ------------------------------------------------------------------- */

img.shadow {
  border: 1px solid #c2c2c2;
  box-shadow: 0 0 5px #c2c2c2;
  -webkit-box-shadow: 0 0 5px #c2c2c2;
}

/* ------------------------------------------------------------------- */

.brown-box-wrap {
  border: 1px solid #bfbfbf;
  padding: 2px;
}

.brown-box {
  padding: 0px 10px;
  background-color: #efece5;
}

.brown-box p {
  margin: 0px;
  padding: 15px 0px;
}

/* ------------------------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: 1px solid #eae8e6;
  padding: 3px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
  width: 360px;
}

.form textarea {
  width: 360px;
  margin-left: 80px;
  color: #5d5b56;
  font-style: italic;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

.button-1,
.button-2 {
  width: 95px;
  height: 18px;
  padding-left: 11px;
  border: none;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 2px;
  line-height: 18px;
}

label {
  color: #5d5b56;
  width: 80px;
  display: block;
  float: left;
  margin-top: 3px;
}

.button-1 {
  background: url(../images/button-1.png);
}

.button-2 {
  background: url(../images/button-2.png);
}

.button-row {
  margin-left: 80px;
}

/* ------------------------------------------------------------------- */

.pricing-table {
  background: url(../images/pricing-bg.png) repeat-y;
}

.pricing-top {
  background: url(../images/pricing-top.png) no-repeat;
}

.pricing-bottom {
  background: url(../images/pricing-bottom.png) bottom no-repeat;
  padding: 30px 10px 37px 11px;
  text-align: center;
  overflow: hidden;
}

.pricing-col {
  width: 167px;
  float: left;
  margin-right: 1px;
  color: #444444;
}

.pricing-col.best-buy {
  width: 195px;
  margin-left: 6px;
  margin-right: 6px;
}

.pricing-col h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  text-align: center;
  color: #444444;
}

.buy-now {
  background: url(../images/buy-now.png);
  width: 115px;
  height: 38px;
  border: none;
}

.pricing-col.best-buy .buy-now {
  position: relative;
  top: 10px;
}

.price {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  background-color: #fbfaf8;
  border-top: 1px solid #f4f3f1;
  border-bottom: 1px solid #f4f3f1;
  padding: 10px;
  color: #888888;
}

.info {
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0px;
}

.pricing-col ul {
  border-top: 1px dashed #ebeae8;
  margin: 5px 25px 30px 25px;
  padding: 0px;
}

.pricing-col ul li {
  display: block;
  border-bottom: 1px dashed #ebeae8;
  padding: 8px 0px;
  font-size: 11px;
}

.closeButton {
  height: 16px;
  width: 16px;
  border: 0px;
  float: right;
  cursor: pointer;
  margin-right: -12px;
  margin-top: -13px;
}

.all-four-rounded-corners {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
