body {
  background: #e8e8e8;
}

.home-top {
  text-align: center;
  background: #fff;
  padding-bottom: 15px;
}
.home-top h1 {
  display: none;
}
.home-top h2 {
  font-size: 30px;
  padding: 20px 0;
}
.home-top p {
  font-size: 18px;
  margin: 0 0 5px;
}
.home-top p.font2 {
  font-size: 16px;
}
.home-top .buttons {
  margin: 30px 0;
}
.home-top .buttons a span.button {
  font-size: 26px;
  padding: 4px 20px;
  margin: 0 10px;
}
.home-top a.twitter,
.home-top a.facebook,
.home-top a.youtube,
.home-top a.pinterest,
.home-top a.instagram,
.home-top a.googleplus {
  display: inline-block;
  width: 40px;
  height: 39px;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: middle;
}
.home-top .twitter {
  background: url("images/twitter3.png");
}
.home-top .facebook {
  background: url("images/facebook3.png");
}
.home-top .youtube {
  background: url("images/youtube3.png");
}
.home-top .googleplus {
  background: url("images/g_plus.png");
}
.home-top .pinterest {
  background: url("images/pinterest.png");
}
.home-top .instagram {
  background: url("images/instagram.png") no-repeat 50%;
  background-size: 34px;
}
.home-top .social-icons {
  overflow: hidden;
  display: block;
}
.home-page-holder {
  border-top: 1px solid #c6c6c6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding-top: 20px;
}

.logo {
  overflow: hidden;
}
.logo img {
  width: 100%;
  height: auto;
}
.logo .mob-bg, .logo .mob-bg3 {
  display: none;
}
@media (min-width:1025px) and (max-width: 1200px) {
  .logo img {
    width: 119%;
    margin-left: -9%;
  }
}
@media (max-width: 1024px) {
  .logo .big-bg {
    display: none;
  }
  .logo .mob-bg {
    display: inline-block;
  }
}
@media (min-width:400px) and (max-width: 479px) {
  .home-top h2 {
    font-size: 24px;
    padding: 20px 0 10px;
  }
  .home-top p {
    font-size: 16px;
  }
  .home-top p.font2 {
    font-size: 14px;
  }
  .home-top .buttons {
    margin: 40px -10px;
  }
  .home-top .buttons a span.button {
    font-size: 20px;
    padding: 4px 15px;
    margin: 0 5px;
  }
}
@media (max-width: 399px) {
  .logo .mob-bg {
    display: none;
  }
  .logo .mob-bg3 {
    display: inline-block;
  }
  .home-top h2 {
    font-size: 24px;
    padding: 20px 0 10px;
  }
  .home-top p {
    font-size: 16px;
  }
  .home-top p.font2 {
    font-size: 14px;
  }
  .home-top .buttons {
    margin: 40px -10px;
  }
  .home-top .buttons a span.button {
    font-size: 20px;
    padding: 4px 15px;
    margin: 0 5px;
  }
}

.bottom-holder {
  background: #cac9c9;
  padding-bottom: 40px;
}
.bottom h2 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  padding: 10px 0;
}
.bottom:after {
  clear: both;
  display: block;
  content: '';
}
.why-sell {
  float: left;
  width: 33.33%;
  padding-top: 10px;
  color: #222222;
}
.why-sell h3 {
  text-align: center;
  font-size: 24px;
}
.why-sell ul,
.why-sell li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-sell ul {
  margin-bottom: 10px;
}
.why-sell li {
  padding: 0 0 15px 30px;
  background: url("images/check.png") no-repeat 0 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.why-sell li span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.why-sell p a {
  font-size: 16px;
  color: #2351ae;
  font-weight: bold;
  display: table;
}
.why-sell p a span {
  display: table-cell;
  vertical-align: middle;
}
.why-sell p a .icon {
  width: 60px;
  height: 39px;
  background: url("images/pdf.png") no-repeat;
}
.its-ease {
  float: left;
  width: 33.33%;
  text-align: center;
  background: url("images/easy.png") no-repeat 50% 50px;
  min-height: 320px;
}
.its-ease h3 {
  font-size: 36px;
  margin-bottom: 200px;
}
.its-ease a .button {
  font-size: 30px;
  padding: 7px 30px;
}
.its-ease a .button:active {
  padding: 8px 30px 6px;
}
.testimonials {
  float: left;
  width: 33.33%;
  padding-top: 10px;
}
.testimonials h3 {
  font-size: 24px;
  text-align: center;
}
.testimonials .item {
  padding: 15px 0 20px 50px;
  background: url("images/article.png") no-repeat;
  color: #414040;
}
.testimonials .article {
  padding-bottom: 10px;
}
.testimonials .name {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.testimonials .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.testimonials .image img {
  width: auto;
  height: auto;
  max-width: 45px;
  max-height: 45px;
}


.home-page {
  padding-left: 636px;
}
.home-page:after {
  content: '';
  clear: both;
  display: block;
}
.store-box {
  width: 300px;
  float: left;
  margin-left: -636px;
}
.magazine-box {
  width: 300px;
  float: left;
  margin-left: -320px;
}
.community-box {
  overflow: hidden;
}
.home-page h2 {
  font-weight: normal;
  padding-right: 20px;
}
.home-page h2 a {
  display: block;
  color: #2351ae;
  padding: 5px 17px 5px 40px;
  background: url("images/go.png") no-repeat 100% 15px;
  font-size: 20px;
}
.home-page h2 a:hover {
  text-decoration: none;
  color: #df8004;
}
.home-page .magazine-box h2 {
  background: url("images/magazin_ico.png") no-repeat;
}
.home-page .store-box h2 {
  background: url("images/store_icon.png") no-repeat;
}
.home-page .community-box h2 {
  background: url("images/comunity_icon.png") no-repeat 0 5px;
}



@media (min-width:600px) and (max-width: 899px) {

  .why-sell {
    width: 50%;
  }
  .its-ease {
    width: 50%;
  }
  .testimonials {
    width: 100%;
    border-top: 2px solid #afaeae;
  }
  .testimonials .item {
    width: 46%;
    float: left;
  }
  .testimonials .item + .item {
    margin-left: 8%;
  }


}
@media (max-width: 599px) {

  .why-sell {
    width: 100%;
  }
  .its-ease {
    width: 100%;
    border-top: 2px solid #afaeae;
    padding-top: 10px;
  }
  .testimonials {
    width: 100%;
    border-top: 2px solid #afaeae;
    margin-top: 20px;
  }
  .testimonials .item {
    width: 46%;
    float: left;
  }
  .testimonials .item + .item {
    margin-left: 8%;
  }



}
@media (max-width: 500px) {
  .why-sell {
    width: 100%;
  }
  .its-ease {
    width: 100%;
    border-top: 2px solid #afaeae;
    padding-top: 10px;
  }
  .testimonials .item {
    width: 100%;
  }
  .testimonials .item + .item {
    margin-left: 0;
  }
}




/* Content */

.list .item-holder {
  width: 300px;
  padding: 0 0 20px;
  float: left;
}
.list .item-holder div {
  border-radius: 5px;
  background: #fff;
}
.list .item {
  display: block;
  border-radius: 5px;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(210, 210, 210, 1), 0 0 3px rgba(0, 0, 0, 0.2);
}
.list a.item:hover {
  text-decoration: none;
  box-shadow: inset 0 0 0 3px rgba(210, 210, 210, 1), 0 0 3px rgba(0, 0, 0, 0.2);
}
.list .image {
  float: left;
  width: 300px;
  height: 232px;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.list .image > span {
  display: table;
  position: relative;
  width: 1000px;
  height: 1000px;
  left: -350px;
  top: -384px;
}
.list .image > span span {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 1000px;
  height: 1000px;
  display: table-cell;
}
.list .image img {
  width: auto;
  height: auto;
}
.list .image.max-width img {
  width: 300px;
}
.list .image.max-height img {
  height: 232px;
}
.list .video {
  display: block;
  padding-top: 3px;
  background: #000;
}
.list .news .name {
  border-top: 6px solid #97c811;
}
.list .horoscopes .name {
  border-top: 6px solid #fdb901;
}
.list .style-fashion .name {
  border-top: 6px solid #c73045;
}
.list .health-fitness .name {
  border-top: 6px solid #5488f2;
}
.list .name {
  clear: left;
  padding: 5px 11px 4px;
  display: block;
  font-size: 18px;
  color: #2351ae;
  line-height: 22px;
  width: 298px;
  word-wrap: break-word;
  border-top: 6px solid #909090;
  border-radius: 5px;
  margin: auto;
}
.list.shop .name {
  border-top: none;
}
.list .image + a .name {
  border-radius: 0;
}
.list a.item:hover .name {
  color: #df8004;
  width: 294px;
  padding: 5px 9px 4px;
}
.list .article {
  padding: 0 12px 10px;
  display: block;
  line-height: 20px;
  color: #414040;
  width: 300px;
  word-wrap: break-word;
}
.list .product-price {
  text-align: right;
  font-size: 24px;
  padding: 0 12px 10px;
  line-height: 1.1;
  display: block;
}
.list .price-old {
  font-size: 16px;
  text-decoration: line-through;
  line-height: 1;
}

.community-box ul,
.community-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-box .elgg-item {
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(210, 210, 210, 1), 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px 0;
  margin-bottom: 20px;
  color: #414040;
}
.community-box .elgg-river-item {
  background: url("images/bubble3.png") no-repeat 15px 100%;
  position: relative;
  top: 9px;
  padding: 2px 0 20px 2px;
  overflow: hidden;
}
.community-box .elgg-avatar {
}
.community-box .elgg-avatar .elgg-menu {
  display: none;
}
.community-box .elgg-avatar > a {
  float: left;
  width: 115px;
  height: 110px;
}
.community-box .elgg-avatar > a img {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.community-box .elgg-river-summary {
  font-style: italic;
  font-size: 18px;
}
.community-box .elgg-river-summary .elgg-river-timestamp {
  font-size: 14px;
  display: block;
}
.community-box .elgg-river-summary a {
  font-style: normal;
  color: #2351ae;
}
.community-box .elgg-river-summary a:hover {
  text-decoration: none;
  color: #df8004;
}
.community-box .elgg-river-message {
  overflow: hidden;
  padding-bottom: 10px;
}
.community-box .elgg-river-message img {
  max-height: 80px;
}
.community-box .elgg-river-message .elgg-photo {
  padding: 0;
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.community-box .hj-stream {
  overflow: hidden;
  font-style: italic;
}
.community-box .hj-stream > ul > li {
  display: inline-block;
  padding: 0 10px 5px 0;
}
.community-box .hj-stream .elgg-child-menu {
  display: inline-block;
  background: #d8d8d8 url("images/bubble4.png") no-repeat 0 50%;
  padding: 2px 8px 2px 13px;
  font-style: normal;
}
.community-box .hj-stream .elgg-child-menu a:hover {
  cursor: text;
  text-decoration: none;
}
.community-box .hj-framework-list-wrapper {
  display: none;
}
.community-box .hj-comments-form {
  display: none;
}
.community-box .elgg-image img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
}



.menu-categories-container ul,
.menu-categories-container li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.menu-categories-container li + li {
  padding-left: 2px;
  background: url("images/menu-border.png") no-repeat 0 100%;
}
.menu-categories-container li a {
  padding: 17px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #323232;
}
.menu-categories-container li a:hover {
  background: #d7d6d6;
  background: -webkit-linear-gradient(top, #d7d6d6 0%, #969696 100%);
  background:   linear-gradient(to bottom, #d7d6d6 0%, #969696 100%);
  text-decoration: none;
}
.menu-categories-container li.active,
.menu-categories-container li:hover {
  background: #d7d6d6 !important;
  background: -webkit-linear-gradient(top, #d7d6d6 0%, #969696 100%) !important;
  background:   linear-gradient(to bottom, #d7d6d6 0%, #969696 100%) !important;
  text-decoration: none;
}
.profile-admin {
  background: #fff;
}
.content-box {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.content-box th {
  padding: 10px 5px;
  text-transform: none;
}
.content-box td {
  padding: 10px 5px;
}
.content-box tr:hover {
  background: #e8e8e8;
}
.paging {
  padding: 20px;
  border-top: 1px dotted #d2d2d2;
  text-align: center;
}
.paging a,
.paging span {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}
.paging a:hover {
  text-decoration: none;
  color: #000;
}
.paging a.arrow {
  font-size: 24px;
}

.logo1 {
  padding: 10px 0;
  color: #414040;
  font-size: 30px;
}
.logo1 a{
  color: #414040;
}

.main-linls {
  overflow: hidden;
  padding: 20px 0 10px;
  border-bottom: 2px solid #d2d2d2;
}
.main-linls a {
  float: left;
  width: 25%;
  font-size: 22px;
  text-align: center;
  padding: 40px 0 0;
}
.main-linls .journal {
  background: url("images/journal.png") no-repeat 50% 0;
  margin-top: -8px;
  padding-top: 48px;
}
.main-linls .magazine {
  background: url("images/magazine.png") no-repeat 50% 0;
}
.main-linls .community {
  background: url("images/community.png") no-repeat 50% 0;
}
.main-linls .store {
  background: url("images/store.png") no-repeat 50% 0;
}

.filters {
  padding-bottom: 20px;
}
.filters:after {
  content: '';
  display: block;
  clear: both;
}
.filters p {
  float: left;
  padding:  0 40px 10px 0;
  margin: 0;
}
.filters label {
  width: 100px;
  display: inline-block;
}
.filters button {
  clear: both;
  float: right;
}
body.profile-admin {
  min-width: 1200px;
}


.top-bar .logo2 {
  float: left;
}
.top-bar .logo2 a {
  display: block;
  width: 101px;
  height: 53px;
  overflow: hidden;
  text-indent: 100%;
  white-space: normal;
  background: url("images/logo3.png") no-repeat;
}
body.sitemap {
  background: #fff;
}
.sitemap-page {
  padding-top: 70px;
}
.sitemap-page h1 {
  font-size: 49px;
}
.sitemap-list,
.sitemap-list li,
.sitemap-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sitemap-list > li {
  padding: 10px 0;
  overflow: hidden;
}
.sitemap-list > li + li {
  border-top: 1px solid #d2d2d2;
}
.sitemap-list > li > a{
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  float: left;
  width: 16.66%;
  padding-top: 6px;
  padding-right: 20px;
}
.sitemap-list > li > ul {
  overflow: hidden;
}
.sitemap-list > li > ul > li {
  padding: 10px 0;
}
.sitemap-list > li > ul > li + li {
  border-top: 1px dotted #d2d2d2;
}
.sitemap-list > li > ul > li > a{
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.sitemap-list > li > ul > li ul {
  padding: 0 0 10px 15px;
}
.sitemap-list > li > ul > li > ul {
  overflow: hidden;
}
.sitemap-list > li > ul > li > ul > li {
  float: left;
  width: 20%;
  padding-right: 20px;
}
.sitemap-list > li > ul > li > ul > li > a {
  font-size: 18px;
}




@media (max-width: 1450px) {
  .community-box .elgg-item + .elgg-item + .elgg-item + .elgg-item ~ li {
    display: none;
  }

  .sitemap-list > li > a{
    width: 20%;
  }
  .sitemap-list > li > ul > li > ul > li {
    width: 25%;
  }
}
@media (max-width: 1300px) {
  .community-box .elgg-item + .elgg-item + .elgg-item ~ li {
    display: none;
  }

  .sitemap-list > li > a{
    width: 25%;
  }
  .sitemap-list > li > ul > li > ul > li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .home-page {
    padding-left: 0;
  }
  .community-box {
    width: 620px;
    margin: 0 auto;
  }
  .store-box,
  .magazine-box {
    width: 620px;
    float: none;
    margin: 0 auto 20px;
    border-bottom: 2px solid #afaeae;
  }
  .store-box:after,
  .magazine-box:after {
    display: block;
    content: '';
    clear: both;
  }
  .store-box .item-holder,
  .magazine-box .item-holder {
    margin-left: 20px;
  }
  .store-box .item-holder.first-col-2,
  .magazine-box .item-holder.first-col-2 {
    margin-left: 0;
  }

  .sitemap-list > li > a{
    width: 33.33%;
  }
  .sitemap-list > li > ul > li > ul > li {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .main-linls a {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .main-linls a {
    width: 50%;
    margin-bottom: 10px;
  }
  .main-linls a:nth-child(3) {
    clear: left;
  }

  #adminbarspacer {
    min-width: 0;
    height: 40px;
  }
  #adminbar.admin-bar {
    min-width: 0;
    padding: 8px 10px 8px 10px !important;
  }
  #adminbar.admin-bar:after {
    content: '';
    clear: both;
    display: block;
  }

  .sitemap-list > li > a{
    width: 50%;
  }
  .sitemap-list > li > ul > li > ul > li {
    width: 100%;
  }
}
@media (min-width:400px) and (max-width: 699px) {
  .store-box .item-holder,
  .magazine-box .item-holder {
    margin-left: 0;
    width: 100%;
  }
  .community-box,
  .store-box,
  .magazine-box {
    width: auto;
  }

  .list .image {
    width: 185px;
    height: 144px;
    border-radius: 0;
    border-bottom: 6px solid #909090;
    margin: 12px;
  }
  .list.shop .image {
    border: none;
  }
  .list .image > span {
    left: -407px;
    top: -428px;
  }
  .list .image.max-width img {
    width: 185px;
  }
  .list .image.max-height img {
    max-height: 144px;
  }
  .list .item {
    padding: 12px;
    min-height: 0 !important;
  }
  .list .item:after {
    display: block;
    clear: both;
    content: '';
  }
  .list .name,
  .list a.item:hover .name {
    border: none;
    clear: none;
    width: auto;
    padding: 0;
  }
  .list .article {
    padding: 0;
    width: auto;
    overflow: hidden;
  }
}
@media (max-width: 399px) {
  .community-box,
  .store-box,
  .magazine-box {
    width: 300px;
  }
  .store-box .item-holder,
  .magazine-box .item-holder {
    margin-left: 0;
    width: 100%;
  }
  .home-page.main-width {
    width: 100%;
  }

  .sitemap-list > li > a{
    width: 100%;
    float: none;
  }
}
/* Content off */


.elgg-menu-item-shares span {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 2px;
}