@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,300,600,700&subset=latin,cyrillic-ext,cyrillic,greek-ext,greek);
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans',Arial,Tahoma,Verdana,sans-serif;
  font-weight: 700;
  color: #000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin-bottom: 20px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

strong {
  font-weight: 600; }

.add-link {
  background: transparent url("/assets/add-icon.jpg") no-repeat;
  width: 50px;
  height: 42px;
  display: block;
  float: right;
  margin-right: 40px; }

.con-box {
  height: 43px;
  width: 127px;
  float: right;
  background: #000; }

.tp-messages a {
  background: transparent url("/assets/commeny-icon.jpg") no-repeat center center;
  display: block;
  width: 46px;
  float: left;
  height: 43px;
  position: relative; }

.tp-messages a span {
  color: #E87A1C;
  position: absolute;
  left: 11px;
  top: 11px;
  font-weight: 700; }

.tp-setting a {
  background: transparent url("/assets/cog-icon.jpg") no-repeat center center;
  width: 36px;
  float: left;
  height: 43px; }

.intro-text {
  margin-top: 40px;
  margin-bottom: 20px; }

.intro-text p {
  font-size: 18px;
  color: #333333;
  font-weight: 500; }

.intro-text h1 {
  margin-bottom: 22px;
  color: #2D333C; }

.top-content {
  background: #fff;
  border: 1px #BEA8A8 solid;
  min-height: 500px; }

.slider-wrap {
  height: 440px;
  border-bottom: 1px #998787 solid; }

.about-content {
  padding: 30px 0px; }

.about-content {
  width: 880px;
  margin: 0 auto; }

.feature-list li {
  width: 48%;
  margin-right: 4%;
  float: left;
  font-size: 20px;
  /*	font-weight:600;*/
  color: #000;
  margin-bottom: 7px; }

.feature-list li.last {
  margin-right: 0; }

.list-half {
  width: 50%;
  float: left; }

.list-half li {
  width: 100%;
  margin-right: 0;
  float: none; }

.more-link {
  margin-top: 20px; }

.more-link a {
  color: #EA0000;
  background: transparent url("/assets/pdf-icon.jpg") no-repeat right center;
  padding-right: 40px;
  margin-right: 10px;
  height: 37px;
  display: block;
  float: left;
  line-height: 30px; }

.more-link span {
  line-height: 30px;
  font-size: 18px;
  color: #000; }

#price-table .item-wrap {
  min-height: 400px;
  margin-top: 30px;
  background: #fff;
  border: 1px #B4B4B4 solid;
  width: 300px; }

#price-table .item-wrap .head-title {
  position: relative;
  height: 150px;
  text-align: center;
  padding: 40px;
  background: #2D333C;
  border-bottom: 1px #2D333C solid; }

#price-table .item-wrap.free .head-title {
  background: #CAF798;
  border-bottom: 1px #94B56F solid; }

#price-table .item-wrap.free .head-title h2 {
  color: #2D333C; }

#price-table .item-wrap .head-title h2 {
  color: #CAF798;
  text-shadow: -1px 1px 5px #111;
  font-size: 33px;
  margin-bottom: 0px; }

#price-table .item-wrap .head-title span.price {
  font-size: 33px;
  font-weight: 700;
  text-shadow: -1px 1px 5px #111;
  color: #CAF798; }

#price-table .item-wrap.free .head-title span.price {
  color: #2D333C; }

#price-table .item-wrap .head-title span.price em {
  font-size: 15px; }

#price-table .item-wrap .head-title span.amounet {
  font-size: 17px;
  font-weight: 700;
  text-shadow: -1px 1px 5px #111;
  color: #CAF798;
  display: block;
  padding-top: 10px; }

.inner-content {
  padding: 25px 25px; }

.get-button {
  background: transparent url("/assets/get-button.jpg") no-repeat;
  width: 189px;
  height: 47px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1; }

.buy-button {
  background: transparent url("/assets/buy-button.jpg") no-repeat;
  width: 189px;
  height: 47px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1; }

.buy-button.disabled,
.buy-button.disabled:hover {
  opacity: 0.25;
  cursor: default;
  position: relative; }

.buy-button.disabled + span {
  display: none;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  color: #fff;
  background: #000; }

.buy-button.disabled + span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #000;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px; }

.buy-button.disabled:hover + span {
  display: block; }

.buy-button:hover,
.get-button:hover {
  opacity: 0.8; }

.popup-wrap {
  position: relative; }

.inner-content ul li {
  font-size: 17px;
  color: #000;
  margin-bottom: 15px; }

.invite-btn {
  background: transparent url("/assets/invite-btn.jpg") no-repeat;
  width: 241px;
  height: 58px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  float: left;
  margin-top: 10px;
  opacity: 0.35;
  cursor: default; }

.teaser {
  margin-top: 40px; }

.teaser h4 {
  float: left;
  color: #2D333C;
  line-height: 55px;
  margin-right: 15px; }

footer {
  margin-top: 40px; }

.bottom-social {
  float: right; }

.bottom-social ul li {
  float: left;
  width: 42px;
  height: 42px;
  margin-left: 10px; }

.bottom-social ul {
  float: right; }

.bottom-social span {
  margin-right: 10px;
  line-height: 40px;
  font-weight: 600; }

.bottom-social ul li a {
  width: 42px;
  height: 42px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1; }

.bottom-social ul li a:hover {
  opacity: 0.8; }

.bottom-social ul li.facebook a {
  background: transparent url("/assets/social/facebook.png") no-repeat; }

.bottom-social ul li.twitter a {
  background: transparent url("/assets/social/twitter.png") no-repeat; }

.bottom-social ul li.gplus a {
  background: transparent url("/assets/social/gplus.png") no-repeat; }

.bottom-social ul li.pen a {
  background: transparent url("/assets/social/pen.png") no-repeat; }

.footer-bottom {
  margin-top: 120px;
  text-align: center; }

.footer-bottom a {
  font-size: 16px;
  color: #2D333C;
  text-decoration: none;
  font-weight: 600; }

.copyrights {
  font-size: 13px;
  text-align: center;
  margin-top: 5px; }

.special-offer {
  position: absolute;
  left: 7px;
  bottom: 7px;
  display: block;
  width: 52px;
  height: 35px;
  background: url(/assets/special-deal-sticker_normal-state.png) 0 0 no-repeat; }

.special-offer:hover {
  width: 281px;
  background: url(/assets/special-deal-sticker_hover-state.png) 0 0 no-repeat; }
