/**************************************************************************************/
/*
/*	  Designed by 'AS Designing'
/*	  http://www.asdesigning.com
/*
/**************************************************************************************/

.page-heading {
  text-transform: uppercase;
  background-color: #202020;
  padding: 15px 25px;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 40px;
}

.page-heading h1 {
  font-size: 18px;
  color: #eee;
  text-align: left;
  float: left;
  margin: 0px;
  line-height: 18px;
}

.item-page-heading,
.item-image-heading {
  text-align: right;
  overflow: hidden;
}

.item-page-heading h1 {
  font-size: 22px;
  float: left;
  color: #555;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.item-image-heading h1 {
  color: #555;
  float: left;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 95%;
}

@media (max-width: 991px) {
  .item-page-heading h1 {
    font-size: 18px;
  }
}

.page-heading h1 span.part0,
.item-page-heading h1 span.part0,
.item-image-heading h1 span.part0,
.item-image-heading h1 span.part1 h3 span.part0 {
  color: #ff8831;
}

.product-heading h2 {
  color: #eee;
  text-transform: uppercase;
  background-color: #202020;
  padding: 15px 25px;
  line-height: 18px;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 40px;
  font-weight: normal;
}

img.right {
  margin: 0px 0px 50px 50px;
}

.list-heading {
  text-transform: uppercase;
  font-size: 14px;
  background-color: #202020;
  color: #eee;
  padding: 15px 25px;
  margin-bottom: 41px;
}

.orange {
  color: #ff8831;
}

/**************************************************************************************/

/*   Deals

/**************************************************************************************/

.deals-wrapper {
  background-image: url(../images/bg.deals.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #b1310a;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  display: block;
}

.deals-wrapper a {
  color: #fff;
}

.deals-wrapper a:hover {
  color: #ffc000;
}

/**************************************************************************************/

/*   Header

/**************************************************************************************/

.header-wrapper {
  background-image: url(../images/bg.top.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header-wrapper .logo {
  padding: 0px;
}

.header-wrapper .logo img {
  float: left;
}

/**************************************************************************************/

/*   Navigation

/**************************************************************************************/

.topnavbar-header {
  float: right;
  text-align: right;
  margin: 55px 0px;
  min-width: 200px;
}

.topnavbar-header li.item-divider {
  padding: 0px 7px;
}

.topnavbar-header ul li {
  display: inline;
  padding: 0px 5px;
}

.topnavbar-header ul li,
.topnavbar-header ul li a {
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
}

.topnavbar-header ul li a:hover {
  color: #ff8831;
}

.navbar-wrapper {
  background: none repeat scroll 0 0 #202020;
}

.navbar-top {
  margin-top: 10px;
  padding-top: 5px;
  font-size: 12px;
}

.navbar-wrapper .navbar-nav {
  padding: 0px;
}

.navbar-wrapper .nav.navbar-main > li {
  background-image: url(../images/menu.item.separator.png);
  background-position: right;
  background-repeat: no-repeat;
  list-style: outside none none;
  padding: 0px 40px 0px 0px;
  position: relative;
}

.navbar-wrapper .nav.navbar-main > li a.desktop {
  cursor: pointer;
}

.navbar-wrapper .nav.navbar-main > li.dropdown > a.mobile {
  display: none;
}

.navbar-wrapper .nav.navbar-nav > li > a,
.navbar-wrapper .nav.navbar-nav > li > span {
  line-height: 50px;
}

.navbar-wrapper .nav.navbar-nav > li.last-item {
  background-image: none;
}
@media (max-width: 991px) {
  .navbar-wrapper .nav.navbar-nav > li {
    background-image: none;
    padding: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  .navbar-wrapper .navbar-main {
    margin-top: 15px;
  }

  .navbar-wrapper .nav.navbar-nav > li,
  .navbar-wrapper .nav.navbar-main > li {
    padding: 0px;
  }

  .navbar-wrapper .nav.navbar-main > li > a,
  .navbar-wrapper .nav.navbar-main > li > span {
    line-height: 30px;
  }

  .navbar-wrapper .nav.navbar-main > li.dropdown > a.desktop {
    display: none;
  }

  .navbar-wrapper .nav.navbar-main > li.dropdown > a.mobile {
    display: block;
  }

  .navbar-wrapper .dropdown.open .dropdown-menu {
    text-align: left;
  }

  .navbar-wrapper .dropdown-menu li.nav-separator {
    display: none;
  }
}
@media (max-width: 566px) {
  .topnavbar-header {
    margin: 0px 0px 20px;
  }
}

.navbar-wrapper nav li a,
.navbar-wrapper nav li span {
  text-transform: uppercase;
  font-size: 12px;
}

.navbar-wrapper nav li span {
  cursor: pointer;
}

.toolbar {
  background: none repeat scroll 0 0 #202020;
  margin-bottom: 50px;
  padding: 10px 15px 9px;
  line-height: 1px;
}

.toolbar li {
  display: inline-block;
}

.toolbar li,
.toolbar li a {
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 11px;
}
@media (max-width: 991px) {
  .toolbar li a {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .toolbar {
    padding: 15px 15px 14px;
  }

  .toolbar li {
    padding: 2px 5px;
    display: list-item;
    text-align: center;
  }

  .toolbar li a {
    font-size: 12px;
  }

  .toolbar li span {
    display: none;
  }
}

.toolbar li a:hover {
  background: none repeat scroll 0 0 #202020;
  color: #fff;
}

.leftcol-menu {
  background-color: #222;
  margin-bottom: 30px;
  padding: 25px 22px;
}

.leftcol-menu ul {
  padding: 0px;
  margin: 0px;
}

.leftcol-menu ul li {
  list-style: none;
  padding: 0px;
  line-height: 22px;
}

.leftcol-menu ul li a {
  color: #a6a6a6;
}

.leftcol-menu ul li a:hover {
  color: #ff8831;
}

/**************************************************************************************/

/*   Latest Item Block

/**************************************************************************************/

.latest-item-wrapper {
  background-attachment: fixed;
  background-image: url("../images/bg.top.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 50px;
}

.latest-item-wrapper .container img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.latest-item-wrapper .container.visible img {
  opacity: 1;
}

.latest-item-wrapper h1,
.latest-item-wrapper h2 {
  margin: 0px 0px 70px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #ff8831;
}

/**************************************************************************************/

/*   Featured Item Block

/**************************************************************************************/

.featured-item-wrapper {
  background-attachment: fixed;
  background-image: url("../images/bg.top.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 100px;
  margin-top: -30px;
}

.featured-item-wrapper .container img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.featured-item-wrapper .container.visible img {
  opacity: 1;
  max-width: 640px;
}

.featured-item-wrapper h1,
.featured-item-wrapper h2 {
  margin: 0px 0px 70px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #ff8831;
}

/**************************************************************************************/

/*   Bestsellers Block

/**************************************************************************************/

.best-free-items-wrapper,
.best-items-wrapper {
  padding: 50px 0px 80px;
  background-image: url(../images/bg.top.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.best-free-items-wrapper .container,
.best-items-wrapper .container {
  background-image: url(../images/loader.container.gif);
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.best-free-items-wrapper .container.visible,
.best-items-wrapper .container.visible {
  transition: background-image 0.5s ease-in-out;
  background-image: none;
}

.best-free-items-wrapper h1,
.best-free-items-wrapper h2,
.best-items-wrapper h1 {
  margin: 0px 0px 70px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #ff8831;
}

.best-items-wrapper h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 70px;
  margin: 0px 0px 70px;
  font-weight: bold;
}

.best-items-wrapper h1.top-title {
  text-transform: uppercase;
  font-size: 32px;
  padding-top: 70px;
  margin: 0px 0px 70px;
  font-weight: bold;
  color: #ff8831;
}

.best-items-wrapper .list-heading {
  background-color: transparent;
  color: #ff8831;
  font-size: 24px;
  font-weight: bold;
  margin: 53px 0px 57px;
  padding: 15px 25px;
  text-transform: uppercase;
  text-align: center;
}

.best-items-wrapper .categories ul {
  background-attachment: fixed;
  background-image: url("../images/bg.joinus.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 10px;
}

.best-items-wrapper .categories li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.best-items-wrapper .categories li a {
  color: #fff;
}

.best-items-wrapper .btn.top-templates {
  font-size: 22px;
  padding: 12px 40px 10px;
}

.best-free-items-wrapper .thumbnails,
.best-items-wrapper .thumbnails {
  overflow: hidden;
  padding: 0px;
  background-color: transparent;
}

.best-items-wrapper .thumbnails .band {
  height: 95px;
  position: absolute;
  right: -5px;
  top: 0;
  width: 95px;
  z-index: 100;
}

.best-items-wrapper .thumbnails .band a {
  display: block;
  height: 95px;
  width: 95px;
}

.best-items-wrapper .thumbnails .band-best {
  background: url(../images/band.best.png) no-repeat scroll left top rgba(0, 0, 0, 0);
  transition-duration: 1s;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.best-items-wrapper .container.visible .thumbnails .band-best {
  opacity: 1;
}

.best-items-wrapper .thumbnails a:hover .band.band-best {
  -ms-transform: scale(0.95, 0.95); /* IE 9 */
  -webkit-transform: scale(0.95, 0.95); /* Chrome, Safari, Opera */
  transform: scale(0.95, 0.95);
  transition-duration: 0.3s;
  opacity: 0;
}

.best-free-items-wrapper .thumbnails li.thumbnail a img,
.best-items-wrapper .thumbnails li.thumbnail a img {
  transition: all 0.5s;
  box-shadow: 5px 5px 10px #999;
}

.best-free-items-wrapper .thumbnails li.thumbnail a:hover img,
.best-items-wrapper .thumbnails li.thumbnail a:hover img {
  -ms-transform: scale(0.95, 0.95); /* IE 9 */
  -webkit-transform: scale(0.95, 0.95); /* Chrome, Safari, Opera */
  transform: scale(0.95, 0.95);
  transition: all 0.5s;
}

.best-free-items-wrapper .container img,
.best-items-wrapper .container img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.best-free-items-wrapper .container.visible img,
.best-items-wrapper .container.visible img {
  opacity: 1;
}

@media (max-width: 767px) {
  .best-items-wrapper .thumbnails .band-best {
    background: none;
  }
}

/**************************************************************************************/
/*   Our Achievements Block
/**************************************************************************************/

.our-achievements-wrapper {
  padding: 100px 0px 70px;
  border-top: 1px solid #f0f1f2;
  background-image: url(../images/bg.achievements.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.our-achievements-wrapper span.big {
  font-size: 34px;
  color: #333;
}

.our-achievements-wrapper h3 {
  margin-bottom: 40px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

/**************************************************************************************/

/*   Join Us Block

/**************************************************************************************/

.join-us-wrapper {
  background-attachment: fixed;
  background-image: url("../images/bg.joinus.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #f0f1f2;
  color: #fff;
  padding: 120px 0 90px;
}

.join-us-wrapper .container .became-author {
  transform: translate(-4000px, 0px);
  transition: transform 1s ease 0s;
}

.join-us-wrapper .container.visible .became-author {
  transform: translate(0px, 0px);
}

.join-us-wrapper .container .join-club {
  transform: translate(-2000px, 0px);
  transition: transform 0.5s ease 0s;
}

.join-us-wrapper .container.visible .join-club {
  transform: translate(0px, 0px);
}

.join-us-wrapper p {
  padding: 3px 30px 0px 0px;
}

.join-us-wrapper a {
  color: #fff;
}

.join-us-wrapper h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0px 0px 70px;
}

/**************************************************************************************/
/*   Latest Items Block
/**************************************************************************************/

.latest-items-wrapper {
  padding: 120px 0px 80px;
  background-image: url(../images/bg.latest.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.latest-items-wrapper .container {
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.latest-items-wrapper .container.visible {
  transition: background-image 0.5s ease-in-out;
  background-image: none;
}

.latest-items-wrapper h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0px 0px 70px;
}

.latest-items-wrapper .thumbnails {
  overflow: hidden;
  padding: 0px;
  background-color: transparent;
}

.latest-items-wrapper .thumbnails .band {
  height: 95px;
  position: absolute;
  right: -5px;
  top: 0;
  width: 95px;
  z-index: 100;
}

.latest-items-wrapper .thumbnails .band a {
  display: block;
  height: 95px;
  width: 95px;
}

.latest-items-wrapper .thumbnails .band-new {
  background: url(../images/band.new.png) no-repeat scroll left top rgba(0, 0, 0, 0);
  transition-duration: 1s;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.latest-items-wrapper .container.visible .thumbnails .band-new {
  opacity: 1;
}

.latest-items-wrapper .thumbnails a:hover .band.band-new {
  -ms-transform: scale(0.95, 0.95); /* IE 9 */
  -webkit-transform: scale(0.95, 0.95); /* Chrome, Safari, Opera */
  transform: scale(0.95, 0.95);
  transition-duration: 0.3s;
  opacity: 0;
}

.latest-items-wrapper .thumbnails li.thumbnail a img {
  transition: all 0.5s;
  box-shadow: 5px 5px 10px #999;
}

.latest-items-wrapper .thumbnails li.thumbnail a:hover img {
  -ms-transform: scale(0.95, 0.95); /* IE 9 */
  -webkit-transform: scale(0.95, 0.95); /* Chrome, Safari, Opera */
  transform: scale(0.95, 0.95);
  transition: all 0.5s;
}

.latest-items-wrapper .container img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.latest-items-wrapper .container.visible img {
  opacity: 1;
}
@media (max-width: 767px) {
  .latest-items-wrapper .thumbnails .band-new {
    background: none;
  }
}

/**************************************************************************************/

/*   Latest Comments Block

/**************************************************************************************/

.latest-comments-wrapper {
  padding: 120px 0px 100px;
}

.latest-support-wrapper {
  padding: 40px 0px 0px;
}

.latest-comments-wrapper .container,
.latest-support-wrapper .container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.latest-comments-wrapper .container.visible,
.latest-support-wrapper .container.visible {
  opacity: 1;
}

.latest-comments-wrapper h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0px 0px 70px;
}

.latest-support-wrapper h2 {
  font-size: 16px;
  margin-bottom: 30px;
}

.latest-comments-wrapper .latest-comment,
.latest-support-wrapper .latest-comment {
  padding-right: 90px;
  border-right: 5px solid #f5f5f5;
}

.latest-support-wrapper .col-sm-9.latest-comment {
  padding-left: 0px;
}

.latest-comments-wrapper .latest-comment,
.latest-comments-wrapper .latest-comment-info,
.latest-support-wrapper .latest-comment,
.latest-support-wrapper .latest-comment-info {
  margin-bottom: 30px;
}

.latest-comments-wrapper p,
.latest-support-wrapper p {
  margin-bottom: 5px;
}

.latest-comments-wrapper .latest-comment a,
.latest-comments-wrapper .latest-comment-info a:hover,
.latest-comments-wrapper .latest-comment-info a .info-title,
.latest-support-wrapper .latest-comment a,
.latest-support-wrapper .latest-comment-info a:hover,
.latest-support-wrapper .latest-comment-info a .info-title {
  color: #555;
}

.latest-comments-wrapper .latest-comment a:hover,
.latest-comments-wrapper .latest-comment-info a,
.latest-support-wrapper .latest-comment a:hover,
.latest-support-wrapper .latest-comment-info a {
  color: #ff8831;
}

.latest-comments-wrapper .latest-comment-info,
.latest-support-wrapper .latest-comment-info {
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  color: #555;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .latest-comments-wrapper .latest-comment,
  .latest-support-wrapper .latest-comment {
    border-right: none;
    margin-bottom: 25px;
  }

  .latest-comments-wrapper .latest-comment-info,
  .latest-support-wrapper .latest-comment-info {
    margin-bottom: 40px;
  }
}

/**************************************************************************************/

/*   About Us Block

/**************************************************************************************/

.about-us-wrapper {
  padding: 120px 0px 100px;
  position: relative;
  background-image: url(../images/bg.about.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.about-us-wrapper .container .col-left {
  transform: translate(-4000px, 0px);
  transition: transform 1s ease 0s;
}

.about-us-wrapper .container.visible .col-left {
  transform: translate(0px, 0px);
}

.about-us-wrapper .container .col-right {
  transform: translate(-2000px, 0px);
  transition: transform 0.5s ease 0s;
}

.about-us-wrapper .container.visible .col-right {
  transform: translate(0px, 0px);
}

.about-us-wrapper h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  margin: 0px 0px 70px;
}

.about-us-wrapper .col-left {
  padding-right: 60px;
}

.about-us-wrapper .col-right {
  padding-left: 60px;
  border-left: 1px dotted #666;
}

@media (max-width: 767px) {
  .about-us-wrapper .col-left {
    padding-right: 0px;
    margin-bottom: 70px;
  }

  .about-us-wrapper .col-right {
    padding-left: 10px;
    border-left: none;
  }
}

/**************************************************************************************/
/*   Best Categories Block
/**************************************************************************************/

.best-categories-wrapper {
  padding: 120px 0px 80px;
  position: relative;
  background-color: #f5f5f5;
}

.best-categories-wrapper h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0px 0px 70px;
}

.best-categories-wrapper h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

.best-categories-wrapper .category-desc {
  text-align: center;
  min-height: 100px;
  text-transform: lowercase;
  font-size: 12px;
}

.best-categories-wrapper .category-desc a {
  color: #555;
}

.best-categories-wrapper .category-desc a:hover {
  color: #ff8831;
}

/**************************************************************************************/
/*   Products Block
/**************************************************************************************/

.products-wrapper {
  padding: 50px 0px 80px;
  background-attachment: fixed;
  background-image: url("../images/bg.top.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.products-wrapper .sorting {
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 50px;
  text-transform: uppercase;
  margin: 0px 1.5%;
}

.myproducts .sorting {
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 40px;
  text-transform: uppercase;
  margin: 0px;
}

.products-wrapper .sorting ul,
.myproducts .sorting ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.products-wrapper .sorting li,
.myproducts .sorting li {
  display: inline;
  padding-right: 10px;
}

.myproducts .sorting li.first-item {
  padding-left: 0px;
}

.products-wrapper .sorting li.last-item,
.myproducts .sorting li.last-item {
  padding-right: 15px !important;
}

.products-wrapper .sorting li.active,
.myproducts .sorting li.active {
  background-image: url("../images/sort.arrow.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-right: 8px;
  padding-right: 10px;
}

.products-wrapper .sorting li.active.up,
.myproducts .sorting li.active.up {
  background-position: right top;
}

.products-wrapper .sorting li.active.down,
.myproducts .sorting li.active.down {
  background-position: right bottom;
}

.products-wrapper .sorting li a,
.myproducts .sorting li a {
  color: #555;
}

.products-wrapper .sorting li.active a,
.products-wrapper .sorting li a:hover,
.myproducts .sorting li.active a,
.myproducts .sorting li a:hover,
.myproducts .sorting .toggle:hover {
  color: #ff8831;
}

.myproducts .product-authors {
  background-color: #f0f0f0;
}

.myproducts .toggle_content {
  border-bottom: 40px solid #fff;
  padding: 30px 0px;
  overflow: hidden;
}

.myproducts .product-author {
  padding: 5px 0px;
  text-align: center;
}

.products-wrapper .container li.thumbnail {
  background-image: url(../images/loader.gif);
  background-position: 50% 20%;
  background-repeat: no-repeat;
}

.products-wrapper .container.visible li.thumbnail {
  transition: background-image 0.5s ease-in-out;
  background-image: none;
}

.products-wrapper .container li.thumbnail a img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.products-wrapper .container.visible li.thumbnail a img {
  opacity: 1;
}

.products-wrapper .thumbnails li.thumbnail a img {
  transition: all 0.5s;
  box-shadow: 5px 5px 10px #999;
}

.products-wrapper .thumbnails li.thumbnail a:hover img {
  -ms-transform: scale(0.95, 0.95); /* IE 9 */
  -webkit-transform: scale(0.95, 0.95); /* Chrome, Safari, Opera */
  transform: scale(0.95, 0.95);
  transition: all 0.5s;
}

.products-wrapper .item-details,
.products-wrapper .image-details,
.best-free-items-wrapper .item-details {
  background-color: #f0f0f0;
  border: 1px solid #eee;
  margin: 30px auto 40px;
}

.products-wrapper .image-details {
  width: 100%;
  margin: 30px auto;
}

@media (max-width: 566px) {
  .products-wrapper .image-details {
    width: 347px;
  }
}

.products-wrapper .item-details .inner-border {
  border: 1px solid #fff;
  padding: 25px;
  min-height: 190px;
}

.best-free-items-wrapper .item-details .inner-border {
  border: 1px solid #fff;
  padding: 25px;
  min-height: 170px;
}

.products-wrapper .image-details .inner-border {
  border: 1px solid #fff;
  padding: 25px;
  min-height: 30px;
}

.products-wrapper .item-details ul,
.best-free-items-wrapper .item-details ul {
  list-style: none;
  padding: 0px;
}

.products-wrapper .image-details ul {
  list-style: none;
  padding: 0px;
}

.products-wrapper .item-details ul li,
.best-free-items-wrapper .item-details ul li {
  padding: 0px;
}

.products-wrapper .image-details ul li {
  padding: 0px;
  display: inline;
  float: left;
}

.products-wrapper .image-details ul li.image-desc {
  width: 95%;
  float: left;
  margin-top: 5px;
}

.products-wrapper .image-details ul li.image-desc h3 {
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin: 0px;
  font-size: 13px;
  line-height: 20px;
}

.products-wrapper .image-details ul li.views {
  padding: 0px;
  color: #ff8831;
  text-align: left;
}

.products-wrapper .image-details ul li.downloads {
  padding-left: 5px;
  color: #093;
  text-align: left;
}

.products-wrapper .item-details h3.item-name,
.best-free-items-wrapper .item-details h3.item-name {
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  color: #ff8831;
}

.products-wrapper .item-details h3.item-name a,
.best-free-items-wrapper .item-details h3.item-name a,
.products-wrapper .image-details h3.image-desc a {
  color: #ff8831;
}

.products-wrapper .item-details h3.item-name a:hover,
.best-free-items-wrapper .item-details h3.item-name a:hover,
.products-wrapper .image-details h3.image-desc a:hover {
  color: #555;
}

.products-wrapper .item-details .more,
.best-free-items-wrapper .item-details .more {
  margin-top: 25px;
  line-height: 36px;
  overflow: hidden;
}

.products-wrapper .item-details .more .btn-primary,
.best-free-items-wrapper .more .btn-primary {
  background-color: #337ab7;
  float: right;
  color: #fff;
}

.products-wrapper .item-details .more .btn-primary:hover,
.best-free-items-wrapper .more .btn-primary:hover {
  background-color: #ff8831;
}

.product-features-wrapper .product-details {
  background-color: #f0f0f0;
  border: 1px solid #eee;
  padding: 45px 35px;
  margin-bottom: 35px;
}

.item-features .product-features-wrapper .product-details {
  background-color: transparent;
  border: 0px solid #eee;
  padding: 35px 0px 35px 15px;
  margin-bottom: 0px;
  margin-right: -30px;
}

/**************************************************************************************/

/*   Item Block

/**************************************************************************************/

.item-wrapper {
  padding: 50px 0px 80px;
  background-attachment: fixed;
  background-image: url("../images/bg.top.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-wrapper .item-details {
  background: none repeat scroll 0 0 #202020;
  padding: 28px 35px 29px;
  margin-bottom: 30px;
  color: #a6a6a6;
}

.item-wrapper .image-details {
  background: none repeat scroll 0 0 #202020;
  padding: 31px 35px 30px;
  margin-bottom: 30px;
  color: #a6a6a6;
}

.item-wrapper .item-details a:hover {
  color: #fff;
}

.item-wrapper .item-details a {
  color: #ff8831;
}

.item-wrapper .item-details .v-img {
  margin-top: -15px;
}

.item-wrapper .btn-freedownload .btn,
.item-wrapper .get-premium .btn {
  width: 100%;
  padding: 12px 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ff8831;
}

.btn-primary.browse-more {
  width: 40%;
  padding: 12px 0px;
  color: #ff8831;
}

.item-wrapper .get-premium .btn {
  margin-top: 40px;
}

.item-wrapper .btn-upgrade .btn {
  color: #ffffff;
  margin-bottom: 30px;
  padding: 12px 0;
  text-transform: uppercase;
  width: 100%;
}

.item-wrapper .btn-freedownload .btn:hover,
.item-wrapper .get-premium .btn:hover {
  color: #fff;
}

.item-wrapper .item-price {
  margin: 0 0 30px;
  overflow: hidden;
}

.item-wrapper .item-price-desc {
  background-color: #f0f0f0;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.item-wrapper .item-price-desc .btn {
  color: #ffffff;
  background-color: #ff8831;
  border: none;
}

.item-wrapper .item-price-desc .btn:hover {
  background-color: #272727;
  background-image: none;
}

.item-wrapper .item-price-desc .top {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.item-wrapper.item-edit .item-price-desc .top {
  padding-bottom: 0px;
  font-weight: hormal;
  font-size: 16px;
}

.item-wrapper .club-price {
  font-size: 18px;
  padding-left: 5px;
}

.item-wrapper .item-license-price {
  background-color: #222;
  cursor: pointer;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 20px 13px;
  color: #a6a6a6;
}

.item-wrapper.item-edit .item-license-price {
  font-size: 16px;
  font-weight: bold;
  cursor: default;
  padding: 20px;
  color: #fff;
}

.item-wrapper .item-license-price:hover {
  color: #fff;
}

.item-wrapper .item-price-desc .sale {
  position: relative;
  min-height: 47px;
}

.item-wrapper .item-price-desc .sale .sale-license-type {
  position: absolute;
  bottom: 0px;
}

.item-wrapper .item-price-desc .crossline {
  font-size: 14px;
  font-weight: normal;
  color: #ff8831;
}

.item-wrapper .item-license-price .sale {
  position: relative;
  min-height: 41px;
}

.item-wrapper .item-license-price .sale .sale-license-type {
  position: absolute;
  bottom: 0px;
}

.item-wrapper .item-license-price .crossline {
  font-size: 12px;
  color: #aaa;
}

.item-wrapper .templates-club {
  border: 1px solid #ececec;
  border-bottom: none;
  margin: 0;
  overflow: hidden;
  padding: 30px 20px 10px;
  position: relative;
  text-align: center;
}

.item-wrapper .templates-club h2,
.item-wrapper .templates-club h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  margin-bottom: 35px;
  text-transform: none;
}

.item-wrapper h2.sponsored {
  text-align: center;
  background-color: #f0f0f0;
  padding: 10px 0px;
  font-weight: normal;
  font-size: 14px;
}

.item-wrapper .premium-items .thumbnails li.thumbnail a img {
  box-shadow: 3px 3px 8px #999;
  transition: all 0.5s ease 0s;
}

.item-wrapper .premium-items .thumbnails li.thumbnail a:hover img {
  -ms-transform: scale(0.95, 0.95); /* IE 9 */
  -webkit-transform: scale(0.95, 0.95); /* Chrome, Safari, Opera */
  transform: scale(0.95, 0.95);
  transition: all 0.5s;
}

.item-wrapper .btn-authorsclub .btn {
  width: 100%;
  margin-bottom: 30px;
  line-height: 30px;
  color: #ff8831;
  text-transform: uppercase;
  padding: 6px 0px 8px;
}

.item-wrapper .btn-authorsclub .btn:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .item-wrapper .btn-authorsclub .btn,
  .item-wrapper .btn-freedownload .btn {
    font-size: 12px;
  }

  .item-wrapper .col-sm-4 .col-xs-4 .btn {
    padding: 6px 15px 8px;
  }
}

/**************************************************************************************/
/*   Item Details Page  */

.item-wrapper .container .item-thumbnail {
  text-align: center;
  background-color: #f0f0f0;
  padding: 40px 30px 25px 50px;
  margin-bottom: 35px;
  background-image: url(../images/loader.container.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.item-wrapper .container.visible .item-thumbnail {
  transition: background-image 0.5s ease-in-out;
  background-image: none;
}

.item-wrapper .container .item-thumbnail a img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

.item-wrapper .container.visible .item-thumbnail a img {
  opacity: 1;
}

.item-wrapper .image-thumbnail {
  text-align: center;
  margin-bottom: 35px;
}

.item-wrapper .thumbnail-buttons {
  margin-bottom: 30px;
  overflow: hidden;
}

.item-wrapper .like-buttons {
  float: left;
  color: #141823;
  font-size: 11px;
}

.item-wrapper .btn-preview {
  float: right;
}

.item-wrapper .btn-preview a.btn {
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 7px;
}

.item-wrapper .btn-preview a.btn:hover {
  color: #fff;
}

.item-wrapper .demo-url {
  margin-bottom: 30px;
}

.item-wrapper .item-description {
  background-color: #f0f0f0;
  padding: 30px;
  margin-bottom: 50px;
}

.item-wrapper .item-features {
  padding: 0px 30px;
}

.item-wrapper .item-features ul {
  margin-bottom: 30px;
}

.item-wrapper .item-features ul li {
  line-height: 20px;
}

.item-wrapper .item-features ul ul {
  margin: 10px;
}

.item-wrapper .item-features img {
  display: block;
  height: auto;
  max-width: 100%;
}

/**************************************************************************************/

/*   HowTo Page  */

.item-wrapper .howto.content xmp {
  white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
  white-space: -pre-wrap; /* Opera 4 - 6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word; /* IE 5.5+ */
}

.item-wrapper .howto.content h1 {
  font-weight: bold;
  color: #e08c4e;
  margin: 20px 0px 40px;
}

.item-wrapper .howto.content .article img {
  text-align: center;
  padding: 40px 0px;
  height: auto;
  max-width: 100%;
  width: auto !important;
}

.item-wrapper .howto.content .article .positions {
  text-align: center;
}

.item-wrapper .howto.content .article .img-container {
  text-align: center;
  background-color: #f0f0f0;
  margin: 40px 0px;
}

.item-wrapper .howto.content .article .img-container img {
  margin: 0px auto;
  text-align: center;
}

.item-wrapper .howto.content .article ul {
  padding-top: 30px;
}

.item-wrapper .howto.content .article ul li {
  padding-top: 10px;
}

.item-wrapper .howto.content .article ul,
.item-wrapper .howto.content .article p,
.item-wrapper .howto.content .article br {
  clear: both;
}

.item-wrapper .btn-download {
  padding-top: 20px;
  text-align: left;
}

.item-wrapper .howto.content .article h2 {
  font-weight: bold;
}

.item-wrapper .howto.content .article p.separator,
.item-wrapper .howto.content p.separator {
  margin: 0px 0px 50px 0px;
  height: 1px;
  border-bottom: 1px dotted #ff8831;
}

.item-wrapper .howto.content #mod_conf_table {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
}

.item-wrapper .howto.content ul.mod_conf_table_row {
  padding: 5px 0px 0px;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  line-height: 35px;
  margin: 0 auto;
  min-height: 35px;
  padding: 0;
  width: 100%;
}

.item-wrapper .howto.content .article .mod_conf_table_title {
  background-color: #f0f0f0;
  border-bottom: 1px solid #dddddd;
  color: #0088cc;
  font-weight: bold;
  line-height: 40px;
  margin: 0 auto 30px;
  min-height: 40px;
  padding: 0;
  width: 100%;
}

.item-wrapper
  .howto.content
  .mod_conf_table_row:nth-child(n + 2)
  and
  .item-wrapper
  .howto.content
  .article
  .mod_conf_table_row:nth-child(2n + 1),
.item-wrapper .howto.content .mod_conf_table_row:nth-child(2n + 1) {
  background-color: #fff;
}

.item-wrapper .howto.content .article ul.mod_conf_table_title li,
.item-wrapper .howto.content .article ul.mod_conf_table_row li {
  display: inline;
  float: left;
  margin: 0;
  text-align: center;
  font-size: 12px;
}

.item-wrapper .howto.content .article li.mod_conf_table_title_left {
  margin: 0 0 0 20px;
  padding: 0;
  width: 35%;
}

.item-wrapper .howto.content .article li.mod_conf_table_title_center {
  margin: 0;
  padding: 0;
  width: 30%;
}

.item-wrapper .howto.content .article li.mod_conf_table_title_right {
  margin: 0;
  padding: 0;
  width: 35%;
}

.item-wrapper .howto.content .article ul li.mod_conf_table_row_left {
  margin: 0;
  padding: 0;
  width: 35%;
}

.item-wrapper .howto.content .article ul li.mod_conf_table_row_center {
  background-color: #3a87ad;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  line-height: 25px;
  margin: 5px 2.5%;
  padding: 0;
  width: 25%;
}

.item-wrapper .howto.content .article ul li.mod_conf_table_row_right {
  color: #333;
  margin: 0;
  padding: 0;
  width: 35%;
}

.item-wrapper .howto.item-description {
  margin-top: 50px;
}

/**************************************************************************************/
/*   News and Comments Pages  */

.item-wrapper .content .post {
  clear: both;
  margin: 0 0 30px;
  overflow: hidden;
}

.item-wrapper .content .post-adminblock,
.item-wrapper .content .post-authorblock,
.item-wrapper .content .post-newsblock {
  background-color: #f0f0f0;
  min-height: 80px;
  overflow: hidden;
}

.item-wrapper .content .post-info,
.item-wrapper .content .post-formtitle,
.item-wrapper .content .purchased-items-info {
  font-size: 12px;
  padding: 30px 20px 30px 0px;
  margin: 0;
  text-align: left;
}

.item-wrapper .content .post-adminblock .post-info,
.item-wrapper .content .post-authorblock .post-info {
  padding: 30px 20px 30px 30px;
}

.item-wrapper .content .post-newsblock .post-info {
  padding: 30px 20px 20px 30px;
  float: none;
}

.item-wrapper .content .post-newscontent {
  padding: 0px 30px 35px 100px;
}

.item-wrapper .content .post-info .username {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

.item-wrapper .content .post-info .postdate {
  margin-top: 4px;
}

.item-wrapper .content .post-admincontent,
.item-wrapper .content .post-authorcontent {
  min-height: 118px;
  padding: 30px 30px 30px 20px;
  overflow: hidden;
}

.item-wrapper .content .post-admincontent a,
.item-wrapper .content .post-authorcontent a {
  word-break: break-all;
  display: block;
}

.item-wrapper .content .post-block,
.item-wrapper .content .publish_block_head {
  border: 1px solid #ececec;
  padding: 30px 30px 30px 20px;
  background-color: #fff;
  min-height: 118px;
  overflow: hidden;
}

.item-wrapper .content .unpublished .post-block {
  background-color: #aaa;
  color: #fff;
  overflow: hidden;
}

.item-wrapper .content .unpublished .post-block .comment-publish-form {
  margin-top: 20px;
}
@media (max-width: 1202px) {
  .item-wrapper .content .unpublished .post-block .comment-publish-form input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.item-wrapper .content .post-content {
  margin-bottom: 20px;
}

.item-wrapper .content .comment-reply {
  margin-top: 30px;
}

.item-wrapper .content .comment-reply-block {
  min-height: 100px;
  margin-bottom: 20px;
  padding: 0px;
}

.item-wrapper .content .form-control {
  border: 1px solid #ececec;
  padding: 20px;
}

.item-wrapper .content .form-control.search {
  padding: 7px 20px;
}

.item-wrapper .content .reply-block-head,
.item-wrapper .content .publish_block_head {
  padding: 30px 20px 30px 20px;
  margin-bottom: 30px;
}

.item-wrapper .content .reply-block-head {
  background-color: #f0f0f0;
}

.item-wrapper .content .reply-block-head ul,
.item-wrapper .content .publish_block_head ul {
  clear: both;
  padding: 0px;
  display: block;
}

.item-wrapper .content .reply-block-head ul.expiration {
  padding-bottom: 30px;
}

.item-wrapper .content .reply-block-head li,
.item-wrapper .content .publish_block_head li {
  overflow: hidden;
  display: inline-block;
  float: left;
  list-style: none;
  line-height: 20px;
  padding: 0px;
}

.item-wrapper .content .reply-block-head li.block_head_title,
.item-wrapper .content .publish_block_head li.block_head_title {
  width: 30%;
}

.item-wrapper .content .reply-block-head li.block_head_content,
.item-wrapper .content .publish_block_head li.block_head_content {
  width: 70%;
}

.item-wrapper .content .comment-reply-area {
  margin-bottom: 20px;
}

.item-wrapper .comment-search .form-control.search {
  width: 66.8%;
  display: inline;
}

.item-wrapper .comment-search .btn {
  margin-bottom: 3px;
  padding: 6px 30px 6px;
  width: 32%;
}

.item-wrapper .comment-search .search-for {
  width: 32%;
  text-align: right;
  padding-right: 10px;
}

.item-wrapper .comment-search .total-results {
  text-align: right;
  margin: 30px 0px;
  font-weight: bold;
}

/**************************************************************************************/

/*   Club and Cart Pages  */

.club-product {
  text-align: center;
  border-right: 1px solid #eee;
}

.club-product.last {
  border: none;
}

.club-table {
  padding: 40px 0px 60px;
  overflow: hidden;
}

.club-price {
  font-size: 22px;
  font-weight: bold;
  color: #ff8831;
  line-height: 24px;
  padding-bottom: 10px;
}

.club-duration {
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}

.club-domain,
.club-renewal,
.club-download {
  line-height: 22px;
}

.club-renewal,
.club-download {
  padding: 0px 0px 30px;
}

.club-support {
  padding: 0px 0px 40px;
}

.club-product h2 {
  font-size: 18px;
  font-weight: normal;
}

.club-product ul {
  margin: 0px;
  padding: 0 5%;
  text-align: left;
}

.club-product ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.club-product ul li.yes,
p.yes {
  background: transparent url("../images/yes.png") no-repeat scroll 3px center;
  padding-left: 30px;
}

.club-product ul li.no,
p.no {
  background: transparent url("../images/no.png") no-repeat scroll 3px center;
  padding-left: 30px;
}

.club-purchase {
  text-align: left;
  padding: 0 5%;
}

.preview {
  overflow: hidden;
}

.preview .thumbnails li.thumbnail a img {
  box-shadow: 5px 5px 10px #999;
  transition: all 0.5s ease 0s;
}

.preview .thumbnails li.thumbnail a:hover img {
  -ms-transform: scale(0.95, 0.95); /* IE 9 */
  -webkit-transform: scale(0.95, 0.95); /* Chrome, Safari, Opera */
  transform: scale(0.95, 0.95);
  transition: all 0.5s;
}

.price {
  line-height: 26px;
}

table.item-cart > tbody > tr > td {
  padding: 5px 0px;
}

table.item-cart > tbody > tr > td p {
  margin-bottom: 5px;
}

table.item-cart td.text-left {
  margin-left: 25px;
  padding-left: 35px;
  border-left: 1px solid #eee;
  display: block;
}

.pay-button {
  text-align: right;
  line-height: 35px;
  overflow: hidden;
}

.cart-item-thumbnail {
  background-color: #f0f0f0;
  margin-bottom: 35px;
  padding: 35px;
  text-align: center;
}

.club-separator {
  border-bottom: 3px solid #eee;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

/**************************************************************************************/

/*   Toogling  */

.toggle {
  cursor: pointer;
}

.toggle h2,
.toggle.opened h2:hover {
  color: #555555;
  line-height: 45px;
  cursor: pointer;
  background-color: #f0f0f0;
  background-image: url(../images/toggle.arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 5px 25px;
  margin-bottom: 20px;
}

.toggle h2:hover,
.toggle.opened h2 {
  color: #ff8831 !important;
  background-image: url(../images/toggle.arrow.down.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.toggle_content {
  display: none;
}

.toggle_content.block {
  display: block;
}

/**************************************************************************************/

/*   General Pages

/**************************************************************************************/

.general-wrapper {
  padding: 50px 0px 80px;
  background-attachment: fixed;
  background-image: url("../images/bg.top.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  padding: 0 0 0 0px;
  min-height: 210px;
}

.categories,
.authors {
  margin-bottom: 50px;
}

.categories ul,
.authors ul {
  padding-left: 10px;
}

@media (max-width: 991px) {
  .categories ul,
  .authors ul,
  .categories ul li,
  .authors ul li {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .categories ul li,
  .authors ul li,
  .best-items-wrapper .list-heading {
    text-align: center;
  }
}

.categories li,
.authors li {
  list-style: none;
  font-size: 14px;
}

.categories li a,
.authors li a {
  color: #555;
}

.categories li a:hover,
.authors li a:hover {
  color: #ff8831;
}

ul.top-authors {
  background-color: #202020;
  padding: 30px 30px 30px 10px;
}

ul.top-authors li a {
  line-height: 40px;
  color: #eee;
}

.rates {
  padding: 30px 30px;
  text-align: center;
}

ul.earnings {
  list-style: none;
  padding: 0px 0px 40px;
}

ul.earnings li {
  display: inline-block;
  line-height: 35px;
}

.service-description {
  border: 1px solid #eee;
  padding: 55px 30px 83px;
  margin-bottom: 50px;
  background-image: url(../images/bg.earnings.chart.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.service-description a {
  color: #555;
}

.service-description a:hover {
  color: #ff8831;
}

.fake-frame {
  height: 300px;
  margin: 20px 0 50px;
  overflow: auto;
  padding: 0px 30px 0px 0px;
  width: auto;
}

.image-download.fake-frame {
  height: 220px;
}

.img-center {
  display: inline-block;
  height: auto;
  text-align: center;
}

.faq-list {
  padding: 30px 25px;
  background-color: #f0f0f0;
}

.faq-list ul.faq li h2 {
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.faq-list ul.faq li:last-child h2 {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.faq-list ul.faq li h2 a {
  color: #555;
  font-size: 14px;
}

.faq-list ul.faq li h2 a:hover {
  color: #ff8831;
}

ul.faq,
.faq ul {
  padding: 0px;
}

ul.faq li,
.faq ul li {
  list-style: none;
  padding: 0px;
}

ul.faq li h2 {
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: none;
}

ul.faq li h2 a {
  color: #555;
}

ul.faq li h2 a:hover {
  color: #ff8831;
}

.faq .article img {
  background-color: #f0f0f0;
  padding: 30px 30px;
  margin: 40px auto;
  text-align: center;
}

.faq .article img.right {
  margin: 0 0 50px 50px;
}

.faq .article img.left {
  margin: 0 50px 50px 0;
}

.position {
  padding: 10px 0px 30px 25px;
}

.pagination {
  line-height: 40px;
  text-align: center;
  width: 100%;
  color: #bbb;
  clear: both;
}

.products-wrapper .pagination {
  padding: 0px 25px;
}

.pagination .glyphicon {
  font-size: 11px;
  line-height: 1.3;
  right: 2px;
  top: 0;
  width: 7px;
}

.pagination .first,
.pagination .prev {
  background-color: #f0f0f0;
  border-radius: 50%;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
  float: left;
}

.pagination .next,
.pagination .last {
  background-color: #f0f0f0;
  border-radius: 50%;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  text-align: center;
  width: 40px;
  float: right;
}

.sort-up,
.sort-down {
  background-color: #f0f0f0;
  border-radius: 50%;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 9px 0px 0px 1px;
  margin-left: 0px;
  text-align: center;
  width: 35px;
}

.adsense {
  text-align: center;
}

/**************************************************************************************/
/*   Affiliates page
/**************************************************************************************/

.affiliates.join-wrapper {
  background-attachment: fixed;
  background-image: url("../images/bg.joinus.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #f0f1f2;
  color: #fff;
  padding: 120px 0 50px;
}

.affiliates h2 {
  text-transform: uppercase;
  font-size: 18px;
}

/**************************************************************************************/
/*   Footer Block
/**************************************************************************************/

.footer-wrapper {
  padding: 80px 0px 30px;
  background: none repeat scroll 0 0 #202020;
  text-align: center;
  color: #666;
}

.footer-wrapper .nav li {
  display: inline-block;
  line-height: 2;
  list-style-type: none;
  padding: 0 15px;
}

.footer-wrapper .nav li a {
  color: #fff;
  font-size: 18px;
}

.footer-wrapper .nav li a:hover {
  color: #ff8831;
}

.footer-wrapper a {
  color: #666;
}

.footer-wrapper a:hover {
  color: #fff;
}

.footer-wrapper .copyright {
  margin-top: 40px;
  padding: 40px 25px 0px;
  border-top: 1px solid #555;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-wrapper .nav ul {
    padding: 0px;
  }

  .footer-wrapper .nav li {
    display: list-item;
  }
}

/**************************************************************************************/
/*   Admin area
/**************************************************************************************/
/**************************************************************************************/

.tablecontent {
  padding: 60px 0px;
}

.tablecontent .headline {
  text-align: center;
  line-height: 50px;
  background-color: #202020;
  color: #fff;
  margin-bottom: 30px;
  font-size: 12px;
}

.tablecontent .userinfo {
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.payments .tablecontent .userinfo {
  white-space: normal;
  line-height: 22px;
  padding: 14px 20px;
}

.tablecontent .userinfo.joomla_bg {
  background-image: url(../images/bg.joomla.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.tablecontent .userinfo.html_bg {
  background-image: url(../images/bg.html.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.tablecontent .userinfo.wp_bg {
  background-image: url(../images/bg.wp.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.myproducts .heading,
.myaffiliate .heading {
  background-color: #f0f0f0;
  line-height: 40px !important;
  margin-bottom: 60px;
}

.myaffiliate .heading {
  text-align: center;
  margin-bottom: 30px;
}

.myaffiliate .summary {
  border-bottom: 1px solid #f0f0f0;
  height: 50px;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.myaffiliate .affiliateitem {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.myproducts .productinfo {
  margin-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 30px;
}

.myproducts .productinfo img {
  max-width: 80%;
  float: left;
}

.myproducts .productinfo a img {
  transition: all 0.5s;
  box-shadow: 4px 4px 9px #999;
}

.myproducts .productinfo a:hover img {
  -ms-transform: scale(0.95, 0.95); /* IE 9 */
  -webkit-transform: scale(0.95, 0.95); /* Chrome, Safari, Opera */
  transform: scale(0.95, 0.95);
  transition: all 0.5s;
}

.myproducts .name,
.myproducts .rate {
  line-height: 30px;
}

.myproducts .prices,
.myproducts .sales,
.myproducts .views,
.myproducts .added {
  text-align: center;
  line-height: 30px;
  padding: 0px;
}

@media (max-width: 990px) {
  .tablecontent .headline {
    margin-bottom: 2px;
  }
}

.edit-form,
.edit-form .item-description {
  margin-bottom: 30px;
}

/**************************************************************************************/
/*   General Classes
/**************************************************************************************/
/**************************************************************************************/

.adsense {
  min-height: 80px;
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 25px;
  background-color: #f0f0f0;
  text-align: center;
}

.forgot-pass-link,
.sign-up-link {
  padding-bottom: 5px;
  overflow: hidden;
}

.separator-hordotted,
.separator_hordotted {
  margin: 0px 0px 50px 0px;
  height: 1px;
  border-bottom: 1px dotted #aaa;
}

.separator-tmpl-preview-hordotted {
  margin: 0px 0px 35px 0px;
  height: 1px;
  border-bottom: 1px dotted #aaa;
}

.separator-img-preview-hordotted {
  margin: 0px 0px 45px 0px;
  height: 1px;
  border-bottom: 1px dotted #aaa;
}

.p-separator {
  padding-bottom: 10px;
  margin-bottom: 40px;
  height: 1px;
  border-bottom: 1px dotted #aaa;
}

.separator-hordotted-comments {
  margin: 0px 0px 50px 0px;
  height: 1px;
  border-bottom: 1px dotted #e7e7e7;
}

.separator_5 {
  width: 1px;
  height: 1px;
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
}

.separator_10 {
  width: 1px;
  height: 1px;
  margin: 5px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
}

.separator_15 {
  width: 1px;
  height: 1px;
  margin: 8px 0px 7px 0px;
  padding: 0px 0px 0px 0px;
}

.separator_25 {
  width: 1px;
  height: 1px;
  margin: 12px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}

.separator_30 {
  width: 1px;
  height: 1px;
  margin: 15px 0px 14px 0px;
  padding: 0px 0px 0px 0px;
}

.separator_50 {
  width: 1px;
  height: 1px;
  margin: 25px 0px 24px 0px;
  padding: 0px 0px 0px 0px;
}

.separator_150 {
  width: 1px;
  height: 1px;
  margin: 75px 0px 75px 0px;
  padding: 0px 0px 0px 0px;
}

.clear {
  clear: both;
}

.noteright {
  margin: 20px 20px 20px 0px;
  text-align: right;
  font-style: italic;
  color: #dc7427;
}

.attantion {
  background: url("../images/ico.attantion.png") no-repeat scroll 20px 50%;
  background-color: #fee7e7;
  border: 1px solid #ff9999;
  color: #c31b00;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 30px 30px 30px 90px;
}

.note {
  background: url("../images/ico.note.png") no-repeat scroll 20px 50%;
  background-color: #fdefc1;
  border: 1px solid #ff9999;
  color: #c31b00;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 30px 30px 30px 90px;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.spacer {
  width: 1px;
  height: 15px;
}

.spacer_10 {
  width: 1px;
  height: 10px;
}

.spacer_15 {
  width: 1px;
  height: 15px;
}

.spacer_20 {
  width: 1px;
  height: 20px;
}

.spacer_30 {
  width: 1px;
  height: 30px;
}

.spacerhor-10 {
  width: 10px;
  height: 1px;
}

.spacerhor-15 {
  width: 15px;
  height: 1px;
}

.spacerhor-20 {
  width: 20px;
  height: 1px;
}

.crossline {
  text-decoration: line-through;
}

/**************************************************************************************/

#eu-cookielaw {
  display: none;
  background: rgba(255, 255, 255, 1) no-repeat scroll left bottom;
  border: 2px solid #ff8831;
  border-left: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  bottom: 50px;
  left: 0;
  padding: 0px 15px 0px 30px;
  position: fixed;
  transition: all 0.5s ease-in-out 0s;
  width: auto;
  z-index: 999;
  font-weight: bold;
  transform: translate(-2000px, 0px);
  transition: transform 1s ease 0s;
}

#eu-cookielaw.visible {
  transform: translate(0px, 0px);
}

#eu-cookielaw:hover {
  border-color: rgba(1, 1, 1, 1);
  background: rgba(1, 1, 1, 1);
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

#eu-cookielaw a {
  color: #555;
  line-height: 50px;
}

#eu-cookielaw:hover a,
#eu-cookielaw a:hover {
  color: #fff;
}

#eu-cookielaw .glyphicon {
  margin-left: 15px;
  padding: 6px 0px 0px 7px;
  font-weight: 300;
  font-size: 1.2em;
  background-color: #ff8831;
  border-radius: 50%;
  width: 31px;
  height: 30px;
  color: #fff;
}

@media (max-width: 991px) {
  #eu-cookielaw {
    display: none !important;
  }
}
