body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background: #fff;
  margin: 53px 0 0;
  font-size: 14px;
  min-width: 300px;
  color: #414040;
}

body.profile {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
  line-height: 1.5;
}

a {
  color: #2351ae;
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #df8004;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
  color: #363636;
}

h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background: url(../magazine/wp-content/themes/tribalpond/images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/* Form fields, general styles first. */
button,
input,
textarea {
  border: 1px solid #aeaeae;
  font-family: inherit;
  padding: 5px;
  border-radius: 5px;
}

select {
  border: 1px solid #aeaeae;
  font-family: inherit;
  padding: 4px;
  border-radius: 5px;
}

input,
textarea {
  color: #3f4650;
}

input:focus,
textarea:focus {
  border: 1px solid #aeaeae;
  outline: 0;
}

.center {
  text-align: center
}

/* Buttons */
a .button,
span.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #1c8ffe;
  background: -webkit-linear-gradient(top, #3bc0fe 0%, #1c8ffe 100%);
  background: linear-gradient(to bottom, #3bc0fe 0%, #1c8ffe 100%);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 3px #999;
  border: none;
  cursor: pointer;
}

a .button:hover,
span.button:hover,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  color: #fff;
  background: #0067e4;
  background: -webkit-linear-gradient(top, #00a9f0 0%, #0067e4 100%);
  background: linear-gradient(to bottom, #00a9f0 0%, #0067e4 100%);
  outline: none;
}

a .button:active,
span.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #0067e4;
  background: -webkit-linear-gradient(top, #00a9f0 0%, #0067e4 100%);
  background: linear-gradient(to bottom, #00a9f0 0%, #0067e4 100%);
  /*padding: 9px 20px 7px;*/
}

a .button,
span.button {
  padding: 6px 20px;
}

a .button:active {
  /*padding: 7px 20px 5px;*/
}

a .button.button2,
span.button.button2,
button.button2,
input.button2 {
  background: #ee8902;
  background: -webkit-linear-gradient(top, #f5bb03 0%, #ee8902 100%);
  background: linear-gradient(to bottom, #f5bb03 0%, #ee8902 100%);
}

a .button.button2:hover,
span.button.button2:hover,
button.button2:hover,
button.button2:focus,
input.button2:hover,
input.button2:focus {
  background: #ee6903;
  background: -webkit-linear-gradient(top, #f49a04 0%, #ee6903 100%);
  background: linear-gradient(to bottom, #f49a04 0%, #ee6903 100%);
}

a .button.button2:active,
span.button.button2:active,
button.button2:active,
input.button2:active {
  background: #ee6903;
  background: -webkit-linear-gradient(top, #f49a04 0%, #ee6903 100%);
  background: linear-gradient(to bottom, #f49a04 0%, #ee6903 100%);
  text-shadow: 0 -1px 0 #ee6903;
}

a .button.button3,
span.button.button3,
button.button3,
input.button3 {
  color: #000;
  background: #e3e2e2;
  background: -webkit-linear-gradient(top, #e3e2e2 0%, #c1c1c1 100%);
  background: linear-gradient(to bottom, #e3e2e2 0%, #c1c1c1 100%);
}

a .button.button3:hover,
span.button.button3:hover,
button.button3:hover,
button.button3:focus,
input.button3:hover,
input.button3:focus {
  background: #e9e8e8;
  background: -webkit-linear-gradient(top, #e9e8e8 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #e9e8e8 0%, #cdcdcd 100%);
}

a .button.button3:active,
span.button.button3:active,
button.button3:active,
input.button3:active {
  background: #e9e8e8;
  background: -webkit-linear-gradient(top, #e9e8e8 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #e9e8e8 0%, #cdcdcd 100%);
  text-shadow: none;
}

a .button.button4,
span.button.button4,
button.button4,
input.button4 {
  background: #1b1b1b;
  background: -webkit-linear-gradient(top, #1b1b1b 0%, #4b4b4b 100%);
  background: linear-gradient(to bottom, #1b1b1b 0%, #4b4b4b 100%);
  color: #fff;
}

a .button.button4:hover,
span.button.button4:hover,
button.button4:hover,
button.button4:focus,
input.button4:hover,
input.button4:focus {
  background: #656363;
  background: -webkit-linear-gradient(top, #656363 0%, #313030 100%);
  background: linear-gradient(to bottom, #656363 0%, #313030 100%);
}

a .button.button4:active,
span.button.button4:active,
button.button4:active,
input.button4:active {
  background: #1b1b1b;
  background: -webkit-linear-gradient(top, #656363 0%, #313030 100%);
  background: linear-gradient(to bottom, #656363 0%, #313030 100%);
  text-shadow: none;
}

a .button.button5,
span.button.button5,
button.button5,
input.button5 {
  background: #b1e8fb;
  background: -webkit-linear-gradient(top, #b1e8fb 0%, #73d6f8 100%);
  background: linear-gradient(to bottom, #b1e8fb 0%, #73d6f8 100%);
  color: #363636;
}

a .button.button5:hover,
span.button.button5:hover,
button.button5:hover,
button.button5:focus,
input.button5:hover,
input.button5:focus {
  background: #9de5fe;
  background: -webkit-linear-gradient(top, #9de5fe 0%, #60cff5 100%);
  background: linear-gradient(to bottom, #9de5fe 0%, #60cff5 100%);
}

a .button.button4:active,
span.button.button4:active,
button.button4:active,
input.button4:active {
  background: #9de5fe;
  background: -webkit-linear-gradient(top, #9de5fe 0%, #60cff5 100%);
  background: linear-gradient(to bottom, #9de5fe 0%, #60cff5 100%);
  text-shadow: none;
}

.button.edit span {
  display: inline-block;
  padding-left: 26px;
  background: url("images/edit.png") no-repeat 0 2px;
  margin: 0 0 0 -10px;
}

.button.del span {
  display: inline-block;
  padding-left: 26px;
  background: url("images/del.png") no-repeat 0 1px;
  margin: 0 0 0 -10px;
}

.post-password-required input[type="submit"] {
  padding: 7px 20px 4px;
  vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
  padding: 5px 2px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

.main-width {
  width: 90%;
  max-width: 1420px;
  margin: 0 auto;
}

.around-pop-up {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0.8;
  z-index: 300;
}

.popup-box {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px #999;
  border-radius: 5px;
  z-index: 300;
  max-width: 90%;
}

.pop-up-content {
  padding: 30px 35px;
}

.pop-up-close {
  background: url("images/close.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.pop-up-close:hover {
  background: url("images/close.png") no-repeat 0 100%;
}

.preloader {
  width: 200px;
  height: 100px;
  background: url("images/loading.gif") no-repeat 50% 50%;
}

.popup-box h1 {
  text-align: center;
}

.popup-preloader {
  width: 100px;
  height: 50px;
  background: url("images/loading.gif") no-repeat 50% 50%;
}

.form label {
  min-width: 180px;
  display: inline-block;
}

.form input[type="text"],
.form input[type="password"] {
  min-width: 220px;
  display: inline-block;
}

.form p {
  margin: 0 0 10px 0;
}

.buttons {
  overflow: hidden;
}

.buttons p {
  float: right;
  padding: 10px 0 0 0;
}

.buttons p + p {
  float: left;
}

.buttons p + p + p {
  float: none;
  text-align: center;
}

.password-forgotten {
  float: left;
  padding-top: 20px;
}

.footer-wrap {
  overflow: hidden;
  clear: both;
}

.footer-holder {
  box-shadow: inset 0 4px 5px #bbb;
  margin: 0 -5px;
  background: #d8d8d8;
}

.footer {
  padding-top: 18px;
}

.menu-footer-container {
  width: 66%;
  float: left;
  border-right: 1px solid #afaeae;
  margin-bottom: 18px;
}

.menu-footer-container:after {
  clear: both;
  content: '';
  display: block;
}

.menu-footer-container ul,
.menu-footer-container li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-footer-container a {
  display: inline-block;
  padding: 7px 0;
}

.menu-footer-container > ul > li {
  float: left;
  width: 20%;
}

.menu-footer-container > ul > li > a {
  color: #363636;
  font-weight: bold;
}

.menu-footer-container > ul > li > a:hover {
  text-decoration: none;
}

.menu-footer-container li li a {
  font-size: 12px;
  color: #363636;
}

.menu-footer-container li li a:hover {
  text-shadow: 0 0 1px #666;
  text-decoration: none;
}

.subscribe {
  float: right;
  width: 34%;
  padding-left: 10px;
  position: relative;
  margin-bottom: 23px;
}

.subscribe h3 {
  padding-left: 10px;
}

.subscribe button,
.subscribe button:active {
  font-size: 24px;
  padding: 6px 25px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.subscribe button span {
  display: inline-block;
  line-height: 30px;
}

.subscribe input[type="text"] {
  padding: 12px 155px 12px 10px;
  width: 100%;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}

.rss {
  float: right;
}

.rss a {
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url("images/rss.png") no-repeat;
}

.copyright {
  clear: left;
  border-top: 2px solid #afaeae;
  padding: 70px 0 40px 0;
  font-size: 12px;
}

.top-bar {
  background: #01b9fd;
  padding: 0 10px 0 15px;
  box-shadow: 0 1px 1px #ccc;
  height: 53px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.top-bar:after {
  clear: both;
  content: '';
  display: block;
}

.top-bar .logo {
  float: left;
}

.top-bar .logo a {
  display: block;
  width: 101px;
  height: 53px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("images/logo3.png") no-repeat;
}

.top-bar .social-link,
.top-bar .store-link,
.top-bar .magazine-link,
.top-bar .comunity-link {
  float: left;
  padding-top: 6px;
  margin-left: 11px;
}

.top-bar .social-link a,
.top-bar .store-link a,
.top-bar .magazine-link a,
.top-bar .comunity-link a {
  display: block;
  height: 40px;
  border-right: 2px solid #1acdfe;
  padding: 8px 16px 10px 40px;
  background: url("images/store_ico.png") no-repeat 0 1px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.top-bar .social-link a:hover,
.top-bar .store-link a:hover,
.top-bar .magazine-link a:hover,
.top-bar .comunity-link a:hover {
  text-decoration: none;
  text-shadow: 0 2px 1px #2351ae;
}

.top-bar .social-link a {
  background: url("images/social_ico1.png") no-repeat 0 0;
  padding-left: 45px;
}

.top-bar .comunity-link a {
  background: url("images/comunity_ico.png") no-repeat 0 5px;
}

.top-bar .magazine-link a {
  background: url("images/magazine_ico.png") no-repeat 0 2px;
}

.top-bar .top-bar-links {
  float: right;
  position: relative;
  top: 6px;
  height: 40px;
  padding: 2px 0 0 5px;
  border-left: 2px solid #1acdfe;
}

.top-bar .top-bar-links a .button,
.top-bar .top-bar-links a .button:active {
  margin-left: 3px;
  padding: 4px 15px;
}

.top-bar .support-link,
.top-bar .store-account-link {
  float: right;
  padding: 6px 0 0 0;
}

.top-bar .support-link a,
.top-bar .store-account-link a {
  display: block;
  height: 40px;
  border-left: 2px solid #1acdfe;
  padding: 8px 16px 10px 51px;
  background: url("images/support_ico.png") no-repeat 11px 9px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.top-bar .support-link a:hover,
.top-bar .store-account-link a:hover {
  text-decoration: none;
  text-shadow: 0 2px 1px #2351ae;
}

.top-bar .store-account-link a {
  padding: 8px 16px 10px 16px;
  background: none;
}

.top-bar .log-out-link {
  border-right: 2px solid #1acdfe;
  padding: 8px 15px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.top-bar .log-out-link:hover {
  text-decoration: none;
  text-shadow: 0 2px 1px #2351ae;
}

.top-bar .my-pond-link .button {
  color: #fff;
}

.top-bar .orders-in {
  float: right;
  background: url("images/orders.png") no-repeat 15px 10px;
  width: 55px;
  height: 40px;
}

.top-bar .orders-in.relist {
  background: url("images/relist-products.png") no-repeat 15px 10px;
  height: 46px;
}

.top-bar .orders-in a {
  display: block;
  width: 55px;
  height: 40px;
  padding: 27px 26px 0 0;
  text-align: center;
}

.top-bar .orders-in a span {
  background: #363636;
  border-radius: 3px;
  color: #fff;
  display: inline;
  padding: 2px;
}

.header-holder {
  clear: both;
}

.header {
  padding-top: 22px;
  margin-bottom: 30px;
}

.header a:hover {
  text-decoration: none;
}

.header .logo {
  float: left;
  padding-left: 42px;
  margin-bottom: 7px;
}

.header .logo strong {
  font-size: 49px;
  color: #363636;
  line-height: 52px;
}

.header .logo span {
  font-size: 18px;
  font-style: italic;
  color: #6b6b6b;
  display: block;
}

.header .search {
  clear: right;
  float: right;
  width: 42%;
  position: relative;
  padding: 10px 3px 3px 0;
  margin-bottom: 10px;
}

.header .search-field {
  padding: 12px 60px 12px 10px;
  width: 100%;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}

.header .search-submit,
.header .search-submit:hover {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  background: url("images/search-button.png") no-repeat 0 0;
  width: 48px;
  height: 48px;
  box-shadow: none;
  overflow: hidden;
  text-indent: 100%;
}

.header .search-submit:hover {
  background: url("images/search-button.png") no-repeat 0 100%;
}

.header .menu-bar {
  clear: both;
  background: #c2c2c2;
  background: -webkit-linear-gradient(top, #e3e2e2 0%, #c2c2c2 100%);
  background: linear-gradient(to bottom, #e3e2e2 0%, #c2c2c2 100%);
  box-shadow: 0 0 2px #999;
  border-radius: 4px;
}

.header .menu-bar:after {
  clear: both;
  content: '';
  display: block;
}

.header .social-icons {
  float: right;
  margin-top: -10px;
}

.header .social-icons a.twitter,
.header .social-icons a.facebook,
.header .social-icons a.youtube,
.header .social-icons a.pinterest,
.header .social-icons a.instagram,
.header .social-icons a.googleplus {
  display: inline-block;
  width: 40px;
  height: 39px;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: middle;
  float: right;
  margin-left: 10px;
}

.header .social-icons .twitter {
  background: url("images/twitter3.png");
}

.header .social-icons .facebook {
  background: url("images/facebook3.png");
}

.header .social-icons .youtube {
  background: url("images/youtube3.png");
}

.header .social-icons .googleplus {
  background: url("images/g_plus.png");
}

.header .social-icons .pinterest {
  background: url("images/pinterest.png");
}

.header .social-icons .instagram {
  background: url("images/instagram.png") no-repeat 50%;
  background-size: 33px;
}

.question {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #01b9fd;
  border-radius: 15px;
  margin: 0 5px;
  top: 2px;
}

.question:before {
  font-size: 24px;
  content: '?';
  font-weight: bold;
  line-height: 30px;
  width: 30px;
  color: #01b9fd;
}

.question > div {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 40px;
  text-align: left;
  font-size: 12px;
  border: 1px solid rgba(210, 210, 210, 1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  padding: 10px 15px;
  display: none;
  width: 220px;
}

.question:hover > div {
  display: block;
}

.added-register {
  background: #32afff;
  border-radius: 5px;
  width: 640px;
}

.added-register .pop-up-content {
  padding: 20px 25px;
}

.added-register .top-register {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #2590e4;
  line-height: 38px;
}

.added-register .register.form {
  padding: 20px 0 10px 350px;
  background: url("images/register.jpg") no-repeat 0 100%;
  background-size: 370px auto;
  margin-left: -20px;
}

.added-register .form label {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.added-register .form input[type="text"],
.added-register .form input[type="password"] {
  min-width: 250px;
  border: 3px solid #dcdcdc;
}

.added-register .form input[name="robot"] {
  min-width: 225px;
  border: 3px solid #dcdcdc;
  margin-top: 5px;
}

.added-register .form p {
  margin: 0 0 13px 0;
}

.added-register .buttons {
  margin: 10px 0 -10px;
  padding: 7px 0 0;
  border-top: 2px solid #2590e4;
}

.added-register .buttons button {
  background: #f5bb03;
  background: -webkit-linear-gradient(top, #f5bb03 0%, #ee8802 100%);
  background: linear-gradient(to bottom, #f5bb03 0%, #ee8802 100%);
  font-size: 18px;
  vertical-align: bottom;
  position: relative;
  top: -5px;
  margin-right: 5px;
  padding: 8px 15px;
}

.added-register .bottom-register {
  background: #fff;
  margin: 0 -25px -20px;
  border-radius: 0 0 5px 5px;
  padding: 20px 30px 20px;
  overflow: hidden;
  font-size: 18px;
}

.added-register .bottom-register p {
  margin-bottom: 15px;
}

.added-register .bottom-register p + p {
  font-size: 14px;
}

.added-register a:hover {
  color: #000;
}

.popup-box.edit-pass {
  width: 480px;
}

@media (min-width: 1500px) {

}

@media (max-width: 1499px) {
  .menu-footer-container {
    width: 100%;
    border-right: none;
  }

  .subscribe {
    width: 50%;
    padding-top: 20px;
  }

  .rss {
    float: right;
    position: relative;
    top: 43px;
  }
}

@media (max-width: 1310px) {
  .top-bar .comunity-link a {
    overflow: hidden;
    width: 0;
    text-indent: 100%;
    white-space: nowrap;
    padding: 8px 8px 10px 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
}

@media (min-width: 900px) and (max-width: 1470px) {
  .top-bar .social-link a,
  .top-bar .store-link a,
  .top-bar .magazine-link a,
  .top-bar .comunity-link a {
    overflow: hidden;
    width: 0;
    text-indent: 100%;
    white-space: nowrap;
    padding: 8px 8px 10px 40px;
    background: url("images/store_ico.png") no-repeat 3px 1px;
  }

  .top-bar .social-link a {
    background: url("images/social_ico1.png") no-repeat 3px 0;
  }

  .top-bar .comunity-link a {
    background: url("images/comunity_ico.png") no-repeat 3px 5px;
  }

  .top-bar .magazine-link a {
    background: url("images/magazine_ico.png") no-repeat 3px 2px;
  }
}

@media (min-width: 700px) and (max-width: 899px) {
  .menu-footer-container > ul > li {
    width: 33.33%;
    margin-bottom: 20px;
    min-height: 135px;
  }

  .header {
    padding-top: 8px;
  }

  .header .logo strong {
    font-size: 25px;
    line-height: 25px;
  }

  .header .logo span {
    font-size: 14px;
  }

  .header-menu {
    clear: both;
    position: relative;
    height: 59px;
  }

  .header-menu-content {
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    background: #e3e2e2;
    background: -webkit-linear-gradient(top, #e3e2e2 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #e3e2e2 0%, #cccccc 100%);
    box-shadow: 0 0 2px #dedede;
    border-radius: 0 0 5px 5px;
    z-index: 300;
  }

  .header-menu-icon {
    display: block;
    box-shadow: 0 0 2px #dedede;
    background: #e3e2e2;
    background: -webkit-linear-gradient(top, #e3e2e2 0%, #c2c2c2 100%);
    background: linear-gradient(to bottom, #e3e2e2 0%, #c2c2c2 100%);
    clear: left;
    border-radius: 5px;
    text-align: center;
    padding: 9px 0 3px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
  }

  .header-menu-icon .icon {
    background: url("images/header-menu-icon.png") no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
  }

  .header-menu-content .search,
  .header-menu-content .menu-categories-container,
  .header-menu-content .write-link,
  .header-menu-content .menu-bar-hidden {
    display: none;
  }

  .header-menu-icon.opened + .header-menu-content .search,
  .header-menu-icon.opened + .header-menu-content .menu-categories-container,
  .header-menu-icon.opened + .header-menu-content .write-link,
  .header-menu-icon.opened + .header-menu-content .menu-bar-hidden {
    display: block;
  }

  .header .search {
    float: none;
    width: 100%;
    padding: 6px;
  }

  .header .search-submit,
  .header .search-submit:hover {
    background: url("images/search-button2.png") no-repeat 2px 5px;
  }

  .header .menu-bar {
    background: none;
    border-radius: 0;
    box-shadow: none;
  }

  .top-bar {
    margin-bottom: 50px;
    padding: 0 10px;
    position: relative;
  }

  .top-bar .top-bar-links {
    position: absolute;
    width: 100%;
    top: 53px;
    border: none;
    padding: 0;
    margin: 0 -10px;
  }

  .top-bar .top-bar-links a {
    float: left;
    width: 50%;
  }

  .top-bar .top-bar-links a:hover {
    text-decoration: none;
  }

  .top-bar .top-bar-links a .button,
  .top-bar .top-bar-links a .button:active {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0;
    text-align: center;
    padding: 8px 0;
  }

  .top-bar .top-bar-links a.my-pond-link {
    width: 31%;
    margin: 0;
  }

  .top-bar .top-bar-links a.my-account-link {
    width: 38%;
    margin: 0;
  }

  .top-bar-menu-ico {
    position: absolute;
    top: 4px;
    right: 15px;
    background: url("images/menu.png") no-repeat;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .top-bar-menu-content {
    display: none;
    position: absolute;
    width: 100%;
    top: 51px;
    left: 0;
    background: #01b9fd;
    z-index: 301;
  }

  .top-bar-menu-ico.opened + .top-bar-menu-content {
    display: block;
  }

  .top-bar .social-link,
  .top-bar .store-link,
  .top-bar .magazine-link,
  .top-bar .comunity-link,
  .top-bar .support-link,
  .top-bar .store-account-link {
    float: none;
    border: none;
    border-top: 2px solid #1acdfe;
    margin: 0;
    padding: 0;
  }

  .top-bar .social-link a,
  .top-bar .store-link a,
  .top-bar .magazine-link a,
  .top-bar .comunity-link a,
  .top-bar .support-link a,
  .top-bar .store-account-link a {
    border: none;
    padding: 17px 0 17px 65px;
    background-position: 20px 50%;
    display: block;
    height: auto;
    width: auto;
    text-indent: 0;
  }

  .top-bar .social-link a {
    background-position: 15px 50%;
  }

  .top-bar .log-out-link:hover,
  .top-bar .top-bar-links a.log-out-link:hover {
    text-shadow: none;
    background: #e9e8e8;
    background: -webkit-linear-gradient(top, #e9e8e8 0%, #cdcdcd 100%);
    background: linear-gradient(to bottom, #e9e8e8 0%, #cdcdcd 100%);
  }

  .top-bar .top-bar-links a.log-out-link {
    text-align: center;
    padding: 8px 0;
    background: #e3e2e2;
    background: -webkit-linear-gradient(top, #e3e2e2 0%, #c1c1c1 100%);
    background: linear-gradient(to bottom, #e3e2e2 0%, #c1c1c1 100%);
    top: 0;
    border: none;
    font-size: 18px;
    box-shadow: 0 0 3px #999;
    width: 31%;
    margin: 0;
  }

  body {
    margin-top: 0;
  }

  .top-bar {
    position: static;
  }

  .top-bar .orders-in {
    position: relative;
    right: 80px;
  }

  .header .social-icons {
    margin-top: -40px;
  }

  .top-bar .log-out-link:hover,
  .top-bar .top-bar-links a.log-out-link:hover {
    text-shadow: none;
    background: #e9e8e8;
    background: -webkit-linear-gradient(top, #e9e8e8 0%, #cdcdcd 100%);
    background: linear-gradient(to bottom, #e9e8e8 0%, #cdcdcd 100%);
  }
}

@media (min-width: 700px) {
  .popup-box .login {
    min-width: 410px;
  }
}

@media (max-width: 699px) {
  .header {
    padding-top: 8px;
  }

  .header .logo strong {
    font-size: 25px;
    line-height: 25px;
  }

  .header .logo span {
    font-size: 14px;
  }

  .header-menu {
    clear: both;
    position: relative;
    height: 59px;
    z-index: 101;
  }

  .header-menu-content {
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    background: #e3e2e2;
    background: -webkit-linear-gradient(top, #e3e2e2 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #e3e2e2 0%, #cccccc 100%);
    box-shadow: 0 0 2px #dedede;
    border-radius: 0 0 5px 5px;
    z-index: 1;
  }

  .header-menu-icon {
    display: block;
    box-shadow: 0 0 2px #dedede;
    background: #e3e2e2;
    background: -webkit-linear-gradient(top, #e3e2e2 0%, #c2c2c2 100%);
    background: linear-gradient(to bottom, #e3e2e2 0%, #c2c2c2 100%);
    clear: left;
    border-radius: 5px;
    text-align: center;
    padding: 9px 0 3px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
  }

  .header-menu-icon .icon {
    background: url("images/header-menu-icon.png") no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
  }

  .header-menu-content .search,
  .header-menu-content .menu-categories-container,
  .header-menu-content .write-link,
  .header-menu-content .menu-bar-hidden {
    display: none;
  }

  .header-menu-icon.opened + .header-menu-content .search,
  .header-menu-icon.opened + .header-menu-content .menu-categories-container,
  .header-menu-icon.opened + .header-menu-content .write-link,
  .header-menu-icon.opened + .header-menu-content .menu-bar-hidden {
    display: block;
  }

  .header .search {
    float: none;
    width: 100%;
    padding: 6px;
  }

  .header .search-submit,
  .header .search-submit:hover {
    background: url("images/search-button2.png") no-repeat 2px 5px;
  }

  .header .menu-bar {
    background: none;
    border-radius: 0;
    box-shadow: none;
  }

  .top-bar {
    margin-bottom: 50px;
    padding: 0 10px;
    position: relative;
  }

  .top-bar .top-bar-links {
    position: absolute;
    width: 100%;
    top: 53px;
    border: none;
    padding: 0;
    margin: 0 -10px;
  }

  .top-bar .top-bar-links a {
    float: left;
    width: 50%;
  }

  .top-bar .top-bar-links a:hover {
    text-decoration: none;
  }

  .top-bar .top-bar-links a .button,
  .top-bar .top-bar-links a .button:active {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0;
    text-align: center;
    padding: 8px 0;
  }

  .top-bar .top-bar-links a.my-pond-link {
    width: 31%;
    margin: 0;
  }

  .top-bar .top-bar-links a.my-account-link {
    width: 38%;
    margin: 0;
  }

  .top-bar-menu-ico {
    position: absolute;
    top: 4px;
    right: 15px;
    background: url("images/menu.png") no-repeat;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .top-bar-menu-content {
    display: none;
    position: absolute;
    width: 100%;
    top: 51px;
    left: 0;
    background: #01b9fd;
    z-index: 103;
  }

  .top-bar-menu-ico.opened + .top-bar-menu-content {
    display: block;
  }

  .top-bar .social-link,
  .top-bar .store-link,
  .top-bar .magazine-link,
  .top-bar .comunity-link,
  .top-bar .support-link,
  .top-bar .store-account-link {
    float: none;
    border: none;
    border-top: 2px solid #1acdfe;
    margin: 0;
    padding: 0;
  }

  .top-bar .social-link a,
  .top-bar .store-link a,
  .top-bar .magazine-link a,
  .top-bar .comunity-link a,
  .top-bar .support-link a,
  .top-bar .store-account-link a {
    border: none;
    padding: 17px 0 17px 65px;
    background-position: 20px 50%;
    display: block;
    height: auto;
    width: auto;
    text-indent: 0;
  }

  .top-bar .social-link a {
    background-position: 15px 50%;
  }

  .top-bar .log-out-link:hover,
  .top-bar .top-bar-links a.log-out-link:hover {
    text-shadow: none;
    background: #e9e8e8;
    background: -webkit-linear-gradient(top, #e9e8e8 0%, #cdcdcd 100%);
    background: linear-gradient(to bottom, #e9e8e8 0%, #cdcdcd 100%);
  }

  .top-bar .top-bar-links a.log-out-link {
    text-align: center;
    padding: 8px 0;
    background: #e3e2e2;
    background: -webkit-linear-gradient(top, #e3e2e2 0%, #c1c1c1 100%);
    background: linear-gradient(to bottom, #e3e2e2 0%, #c1c1c1 100%);
    top: 0;
    border: none;
    font-size: 18px;
    box-shadow: 0 0 3px #999;
    width: 31%;
    margin: 0;
  }

  body {
    margin: 0;
  }

  .top-bar {
    position: static;
  }

  .top-bar .orders-in {
    position: relative;
    right: 80px;
  }

  .header .social-icons {
    margin-top: -40px;
  }

  .top-bar .log-out-link:hover,
  .top-bar .top-bar-links a.log-out-link:hover {
    text-shadow: none;
    background: #e9e8e8;
    background: -webkit-linear-gradient(top, #e9e8e8 0%, #cdcdcd 100%);
    background: linear-gradient(to bottom, #e9e8e8 0%, #cdcdcd 100%);
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  .menu-footer-container > ul > li {
    width: 33.33%;
    margin-bottom: 20px;
    min-height: 135px;
  }
}

@media (max-width: 599px) {
  .header {
    padding-top: 2px;
  }

  .breadcrumbs,
  .social-icons {
    display: none;
  }

  .footer.main-width {
    width: 100%;
    padding: 5px 5px 0;
  }

  .menu-footer-container {
    margin: 0;
  }

  .menu-footer-container a {
    display: block;
  }

  .menu-footer-container > ul > li {
    float: none;
    width: 100%;
    padding: 0 20px;
  }

  .menu-footer-container > ul > li + li {
    border-top: 1px solid #afaeae;
  }

  .menu-footer-container > ul > li > ul {
    display: none;
  }

  .menu-footer-container > ul > li > a {
    padding: 9px 0;
    cursor: pointer;
    background: url("images/plus-minus.png") no-repeat 100% 12px;
  }

  .menu-footer-container > ul > li > a.opened {
    background: url("images/plus-minus.png") no-repeat 100% -68px;
  }

  .menu-footer-container a.opened + ul {
    display: block;
    padding-bottom: 10px;
  }

  .subscribe {
    width: 100%;
    padding: 20px 20px 0;
  }

  .subscribe h3 {
    padding-left: 0;
  }

  .subscribe button,
  .subscribe button:active {
    right: 20px;
  }

  .rss {
    top: -7px;
    right: 20px;
  }

  .copyright {
    padding: 136px 0 40px 20px;
  }

}

@media (max-width: 500px) {
  .popup-box {
    max-width: 100%;
  }

  .pop-up-content {
    padding: 30px 15px;
  }
}

#adminbar {
  background: #373737;
  background: linear-gradient(to top, #373737 0px, #464646 5px) repeat scroll 0 0 #464646;
  color: #CCCCCC;
  direction: ltr;
  font: 400 13px/28px sans-serif;
  height: 28px;
  left: 0;
  min-width: 600px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#adminbarspacer {
  height: 28px;
  left: 0;
  min-width: 600px;
  top: 0;
  width: 100%;
}

.state-delete {
  display: inline-block;
  background: url("images/del.png") no-repeat scroll 50% 50% rgba(255, 255, 255, 0.2);
  height: 48px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  z-index: 99999;
}

.wrap_share_line a {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.wrap_share_line > a img {
  margin: 0 !important;
}

.wrap_share_line a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  outline-offset: -1px;
}

.wrap_share_line .addthis_default_style,
.wrap_share_line .addthis_sharing_toolbox {
  display: inline-block;
  margin: 0;
}

.wrap_frem_form label {
  display: block;
}

.wrap_frem_form input[type="text"],
.wrap_frem_form textarea {
  width: 100%;
}

.wrap_frem_form input[type="text"].error {
  border-color: #dc4e41;
  background: rgba(220, 78, 65, 0.08);
}

.wrap_frem_form textarea {
  resize: vertical;
  max-height: 300px;
}

.g-recaptcha.error {
  border: 1px solid #dc4e41;
  background: rgba(220, 78, 65, 0.08);
  float: left;
  padding: 10px;
}