body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #f5f5f5;
}

a, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/*HEADER*/
header .headerTwo {
  font-family: 'Spinnaker', sans-serif;
  border-bottom: 1px solid #eee;
}

._headerCollapseButtons {
  position: relative;
  z-index: 9999;
}

._headerCollapseButtons ._HButton {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1em;
  color: #ffffff;
  background-color: #333333;
  text-align: center;
  border-radius: 2px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  line-height: 29px;
}

._headerCollapseButtons ._HButton._H2Button {
  right: 15px;
  left: auto;
}

._headerCollapseButtons ._HButton:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

header {
  margin-bottom: 2em;
  position: relative;
  z-index: 999;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

header .navbar {
  margin: 0;
  border: 0;
  box-shadow: none;
}

header .navbar .logo {
  width: 184px;
  top: 2px;
  position: relative;
}

header .headerOne .accountBtns {
  top: 10px;
  margin-left: 15px;
}

header .headerOne .accountBtns img {
  width: 16px;
  float: left;
  top: 1px;
  margin-right: 6px;
  position: relative;
}

header .headerOne .nav>li,
header .headerThree .nav>li {
  padding: 9px 1px;
}

header .headerThree .form-control {
  padding: 6px 12px;
  height: 34px;
}

header .headerOne .nav>li>a,
header .headerThree .nav>li>a {
  font-size: 13px;
  padding: 5px 8px;
  font-weight: 400;
}

header .headerOne .nav>li>a.active:hover {
  opacity: 1;
}

header .headerTwo .nav>li {
  margin-right: 5px;
}

header .headerTwo .nav>li:last-child {
  margin-right: 0;
}

header .headerTwo .nav>li>a {
  background-color: transparent !important;
  height: 50px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

header .headerTwo .nav>li.active:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #eeeeee;
  border-top: none;
  height: 0;
  width: 0;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
}

header .headerTwo .nav>li {
  opacity: 0.6;
}

header .headerTwo .nav>li:hover,
header .headerTwo .nav>li:focus,
header .headerTwo .nav>li:active,
header .headerTwo .nav>li.active {
  opacity: 1;
}

header .headerTwo .nav>li>a>img {
  border-radius: 50px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1.5px;
}

header .headerTwo .nav>li._themeforestLink::before {
  background-position: 0 -68px;
}

header .headerTwo .nav>li._codecanyonLink::before {
  background-position: -299px 0;
}

header .headerTwo .nav>li._videohiveLink::before {
  background-position: -160px 0;
}

header .headerTwo .nav>li._audiojungleLink::before {
  background-position: -12px 0;
}

header .headerTwo .nav>li._graphicriverLink::before {
  background-position: -8px -204px;
}

header .headerTwo .nav>li._photoduneLink::before {
  background-position: -11px -136px;
}

header .headerTwo .nav>li._3doceanLink::before {
  background-position: -298px -68px;
}

header .headerThree .dropdown-menu {
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .headerTwo .nav>li {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  header .headerTwo,
	header .headerThree {
    display: block !important;
  }

  ._headerCollapseButtons {
    display: none;
  }

  header nav .caret-visible {
    display: none;
  }

  header .headerOne {
    height: 61px;
  }

  header .headerTwo,
	header .headerThree {
    text-align: center;
  }

  header .headerTwo .nav,
	header .headerThree .nav,
	header .headerTwo .nav>li,
	header .headerThree .nav>li {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  header .navbar .logo {
    display: inline-block;
    top: 0;
  }

  header .navbar .navbar-brand {
    float: none;
    display: block;
    padding: 15px;
  }

  header .container {
    width: 100%;
  }

  header .navbar-nav {
    width: 100%;
    padding: 5em 0 1em;
    margin: 0;
  }

  header .navbar-nav .open .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    top: 0;
    background-color: #f5f5f5;
  }

  header .headerOne {
    text-align: center;
  }

  header .headerOne .navbar-nav {
    display: none;
  }

  header .headerOne .pull-right {
    float: none!important;
  }

  header .headerOne .accountBtns {
    top: 0;
    margin: 5px 0 15px;
  }

  header .headerTwo .nav>li>a {
    height: auto;
    width: 100%;
    padding: 10px 0;
  }

  header .headerTwo .nav>li::before {
    top: -4px;
  }

  header .headerTwo,
  header .headerThree {
    display: none;
  }

  header .headerTwo,
	header .headerThree {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }

  header .headerThree {
    left: 0;
    width: 250px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    overflow: auto;
    padding-bottom: 1em;
  }

  header .headerOne .nav>li,
  header .headerThree .nav>li {
    padding: 2px 0;
  }

  header .headerTwo .nav>li {
    margin-right: 0;
  }

  header .headerTwo .nav>li,
  header .headerThree .nav>li {
    float: none;
    cursor: pointer;
  }

  header .headerTwo .nav>li.active:after {
    display: none;
  }

  header .headerThree .dropdown-menu>li>a {
    padding: 6px 10px !important;
    line-height: normal !important;
    white-space: normal;
  }

  header .headerThree .nav>li>a {
    display: inline-block !important;
  }

  header nav .caret {
    position: absolute;
    right: 0;
    top: 15px;
  }

  header nav .caret-visible {
    display: inline-block;
  }
}

/*FOOTER*/
#wrap {
  min-height: 100%;
  height: auto;
}

footer li a {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

footer li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px) translateZ(0);
  transform: translateY(0px) translateZ(0);
}

footer li a:after {
  background-color: white;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
}

footer .footer {
  margin-top: 2em;
  border-width: 0 0 1px;
  border-style: solid;
}

footer .footer nav h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}

footer .footer nav h3 span {
  text-transform: capitalize;
}

footer .footer nav ul li a {
  margin: 12px 0;
}

footer .footer nav ul li a,
footer .footer-bottom {
  font-size: 12px;
}

footer .footer,
footer .footer-bottom {
  padding: 3em 0;
}

footer .footer-bottom ul {
  margin-bottom: 10px;
}

footer .footer-bottom ul li {
  display: inline-block;
  padding-right: 2em;
}

footer .footer-bottom .socialIcons {
  position: relative;
  top: 4px;
  text-align: right;
}

@media (max-width: 991px) {
  footer .footer,
	footer .footer-bottom,
	footer .footer-bottom .socialIcons {
    text-align: center;
  }

  footer .footer-bottom .socialIcons,
	footer .footer-bottom ul {
    top: 0;
    margin-bottom: 2em;
  }
}

/*DASHBOARD*/
.dashboard .upForm .btn,
.dashboard .upForm .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 190px;
}

.dashboard .upForm .btn-success {
  padding: 9px 0;
}

._00imgMg {
  width: 494px;
  color: white;
  background: #333333;
  border: 1px solid black;
  padding: 10px;
  position: absolute;
  z-index: 9100;
}

._00imgMg .imgHolder {
  height: 240px;
  background: #565656;
  overflow: hidden;
  position: relative;
}

._00imgMg .imgHolder img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

._00imgMg h1 {
  margin: 7px 0 0;
  font-size: 15px;
  color: white;
  display: block;
}

._00imgMg .caption {
  color: #686868;
  font-size: 11px;
  line-height: 18px;
  overflow: hidden;
  width: 100%;
}

._00imgMg .author-category {
  float: left;
}

._00imgMg .category {
  display: block;
  color: #aeaeae;
  padding-top: 8px;
}

._00imgMg .price {
  float: right;
  margin-left: 20px;
  font: 40px/40px Helvetica, Arial, sans-serif;
  color: white;
  font-weight: bold;
}

._00imgMg .price sup {
  font-size: 23px;
  top: 0;
  vertical-align: 10px;
}

._00imgMg .audioPlayer .progress {
  height: 6px;
  margin: 15px 0;
  box-shadow: none;
  border-radius: 0;
}

._00imgMg .audioPlayer .progress-bar {
  background-color: #99d23c;
  box-shadow: none;
}

._00imgMg .audioPlayer i {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

._00MgPos .imgHolder {
  height: 275px;
}

._00MgPos .imgHolder img {
  position: relative;
}

._00vidMg {
  width: 445px;
}

._00300Mg {
  width: 300px;
}

._00autoMg .imgHolder {
  height: auto !important;
  min-height: 130px;
  max-height: 350px;
}

/*PRDUCTS SHOW TABS*/
.themeTabs {
  background-color: #FFF;
  border-radius: 2px;
}

.themeTabs ..nav>li>a {
  padding: 15px 20px;
}

.themeTabs .tab-content {
  padding: 15px;
}

.themeTabs .nav-tabs {
  border-bottom: 1px solid #EBECF2;
  background-color: #FBFBFB;
  border-radius: 2px 2px 0 0;
}

.themeTabs .nav-tabs > li > a {
  border: none;
  color: #3B3F41;
  border-radius: 2px 2px 0 0;
  margin-right: 1px;
  padding: 15px 20px;
}

.themeTabs .nav-tabs > li.active > a,
.themeTabs .nav-tabs > li.active > a:focus,
.themeTabs .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.themeTabs .nav-tabs > li.active > a,
.themeTabs .nav-tabs > li > a:hover {
  border: none;
  color: #333 !important;
  background: #FFFFFF;
}

.themeTabs .nav-tabs > li.active > a {
  font-weight: bold;
}

.themeTabs .nav-tabs > li > a::after {
  content: "";
  background: #FFFFFF;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.themeTabs .nav-tabs > li.active > a::after,
.themeTabs .nav-tabs > li:hover > a::after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moztransform: scale(1);
  -o-transform: scale(1);
}

/*USERS*/
.users .image,
.users .image img {
  width: 70px;
  height: 70px;
}

.users .media {
  padding: 10px 0;
  border-radius: 2px;
  box-shadow: 0 1px 0px #EEE;
  -webkit-box-shadow: 0 1px 0px #EEE;
  -moz-box-shadow: 0 1px 0px #EEE;
}

.users .media .name {
  font-size: 13px;
  margin: 5px 0;
  color: #333;
}

.users .media .heading {
  font-weight: bold;
}

.users .media p {
  margin: 5px 0;
  font-size: 11px;
  line-height: 1.2;
  color: #777;
}

.users .media p.rating {
  margin: 10px 0 0px;
}

.users .media i.fa {
  font-size: 10px;
}

.users .follow {
  padding-top: 5px;
}

.users .btn-follow {
  width: 90px;
}

.users .media-right {
  text-align: center;
}

/*SOCIAL*/
.fb {
  background-color: #3b5998;
}

.tw {
  background-color: #55acee;
}

.gp {
  background-color: #de5543;
}

.li {
  background-color: #56719B;
}

.pi {
  background-color: #cc2127;
}

.yt {
  background-color: #EE3138;
}

.vk {
  background-color: #56719B;
}

.ig {
  background-color: #d15a5a;
}

.tumb {
  background-color: #3D5470;
}

.rdt {
  background-color: #FA4C00;
}

.digg {
  background-color: #000;
}

/*SOCIAL ICONS*/
.socialIcons a {
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 5px 5px 0 0;
  border-radius: 2px;
  color: #FFF !important;
  font-size: 17px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.socialIcons a:last-child {
  margin-right: 0;
}

.socialIcons h4 {
  font-size: 18px;
  margin-top: 0;
}

.socialIcons a:hover {
  opacity: .8;
}

/*BOX HEADING*/
.box-heading>h1 {
  font-size: 16px;
  margin: 2em 0 12px;
  font-weight: 400;
}

.box-heading>h1>span {
  text-transform: uppercase;
  font-weight: 600;
}

/*SIDEBAR*/
._catSidebar .sidebarTitle {
  position: relative;
}

._catSidebar .sidebarTitle h5 {
  margin: 0 0 10px;
}

._catSidebar .sidebarTitle .previewArrow {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}

._catSidebar .catBox {
  position: relative;
}

._catSidebar .filterDetail>ul:not(:last-child) {
  margin-bottom: 1em;
}

._catSidebar .filterDetail>ul>li:not(:first-child) {
  padding-left: 24px;
}

._catSidebar .filterDetail>ul>li._subCat {
  padding-left: 2.5em;
}

._catSidebar .filterDetail>ul,
._catSidebar .catBox>ul {
  position: relative;
}

._catSidebar .filterDetail>ul>li>span>i {
  padding-right: 1.5em;
}

._catSidebar .filterDetail>ul>li>span,
._catSidebar .catBox>ul>li>a {
  color: #333;
  margin-bottom: 5px;
  display: inline-block;
}

._catSidebar .catBox>ul>li>a {
  display: block;
}

._catSidebar .filterDetail>ul>li>a:hover,
._catSidebar .catBox>ul>li>a>span>i:hover {
  color: #333;
  cursor: pointer;
}

._catSidebar .filterDetail>ul>li>a,
._catSidebar .catBox>ul>li>a>span {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding-left: 15px;
  font-size: 12px;
}

._catSidebar .prizeRange .form-control {
  max-width: 97px;
}

._catSidebar .prizeRange label {
  display: block;
}

._catSidebar .white-grd {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  ._catSidebar .prizeRange .form-group {
    max-width: 97px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

/*SIDEBAR UL STYLE*/
._s-f-c li {
  font-size: 16px;
}

.sidebarUL {
  margin-bottom: 20px;
}

.sidebarUL .bootstrap-select {
  width: 100% !important;
}

.sidebarUL>li {
  padding: 15px;
  border-width: 0 0 1px;
  border-style: solid;
  word-wrap: break-word;
}

.sidebarUL>li:last-child {
  border-width: 0;
}

.sidebarUL .heading,
.authorProfileCard .authorBio ul li .title {
  color: #333;
  font-size: 14px;
  cursor: default;
  margin-right: 5px;
  font-weight: 600;
}

.sidebarUL .heading i {
  margin-right: 5px;
}

.sidebarUL .des {
  font-size: 16px;
  color: #333;
}

.sidebarUL p {
  margin: 2px 0 0;
}

/*PRICE BOX*/
._prdPriceBox {
  padding: 2em;
  position: relative;
}

._prdPriceBox h5 {
  color: #969696;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

._prdPriceBox h1 {
  margin: 15px 0;
}

._prdPriceBox .btn {
  width: 150px;
}

/*PANEL*/
.panel-default>.panel-heading {
  color: #FFF;
  background-color: #222;
  border-color: #222;
}

.panel-default .panel-heading i {
  margin-right: 5px;
}

/*TAGS*/
._tags_cats {
  font-size: 0;
}

._tags_cats>li {
  padding: 0;
  margin: 0 5px 5px 0;
}

._tags_cats>li>a {
  padding: 4px 10px 5px;
  font-size: 11px;
  display: block;
}

._tags_cats>li>a,
._category_filter li a {
  text-transform: lowercase;
  font-weight: 400;
  border-radius: 2px;
  border: 0 !important;
}

._cats>li>a {
  text-transform: capitalize;
}

/*AUTHOR PROFILE*/
.authorProfile {
  position: relative;
  top: 20%;
  text-shadow: 0 0 3px rgba(0,0,0,.3);
  text-rendering: optimizelegibility;
  max-width: 400px;
  margin: 0 auto;
}

.authorProfile .apImg,
.authorProfile .apImg img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.authorProfile .apName {
  margin-top: 20px;
  color: #FFF;
  font-size: 22px;
}

.authorProfile .apDes {
  font-size: 14px;
  color: #FFF;
}

.authorProfile .apName,
.authorProfile .apDes {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/*TRIANGLE NAV*/
.triNav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 0;
  background-color: #FFF;
  box-shadow: 0 1px 0 #DADCE4;
  -webkit-box-shadow: 0 1px 0 #DADCE4;
  -moz-box-shadow: 0 1px 0 #DADCE4;
}

.triNav ul {
  display: inline-block;
  border-bottom: 0;
  padding: 16px 15px 0;
  border-radius: 2px;
}

.triNav ul > li {
  margin-bottom: -1px;
  position: relative;
  display: block;
  float: left;
}

.triNav ul > li > a {
  padding: 0 10px 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  position: relative;
  display: block;
}

.triNav ul > li > a:hover,
.triNav ul > li > a:focus,
.triNav ul > li > a:active,
.triNav ul > li > a.active {
  color: #333;
  background: transparent;
  border-color: transparent;
}

.triNav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #EBECF2;
}

/*AUTHOR PROFILE CARD*/
.authorProfileCard .authorInfo {
  position: relative;
}

.authorProfileCard .authorImg {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

.authorProfileCard .authorInfo h3 {
  font-size: 18px;
}

.authorProfileCard .authorInfo h3>a {
  color: #333;
}

.authorProfileCard .authorInfo p {
  color: #EBECF2;
  margin-bottom: 0;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.authorProfileCard .media-left {
  padding-right: 20px;
}

.authorProfileCard .authorInfo .media-left a {
  width: 70px;
  height: 70px;
  display: block;
}

.authorProfileCard .authorBio {
  overflow: auto;
}

.authorProfileCard .authorBio ._vProfile {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.authorProfileCard .authorBio ul li {
  margin-bottom: 12px;
}

.authorProfileCard .authorBio ul li .salesCount {
  font-size: 16px;
}

._rating .fa-star,
._rating .fa-star-o,
._rating .fa-star-half,
._rating .fa-star-half-o {
  font-size: 12px;
  color: #FFD100;
}

._rating .fa-star.empty,
._rating .fa-star-o.empty,
._rating .fa-star-half.empty,
._rating .fa-star-half-o.empty {
  color: #dedede !important;
}

.authorProfileCard .authorBio ul li .userProfile {
  display: block;
  font-size: 13px;
}

.authorProfileCard .authorBio ul li .userProfile>span {
  color: #333;
}

.authorProfileCard .authorBio .socialIcons a {
  width: 28px;
  height: 28px;
  float: left;
  line-height: 30px;
  font-size: 13px;
}

/*YOUTUBE*/
.embed-container {
  position: relative;
  padding-bottom: 57.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*TOP CONTROLS*/
.sortby-n-control {
  background-color: #FBFBFB;
  border-width: 0 0 1px;
  border-style: solid;
}

.sortby-n-control .sortGroup {
  position: relative;
  top: 1px;
}

.sortby-n-control .list-inline>li>a {
  width: 25px;
  text-align: center;
  font-size: 27px;
  color: #4c5765;
  display: block;
}

.sortby-n-control .list-inline>li>a:hover {
  color: #1f1f1f;
}

.sortby-n-control .list-inline>li>a.btn {
  width: auto;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.sortby-n-control .sortList {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.sortby-n-control select,
.sortby-n-control .bootstrap-select button {
  border: 0 !important;
  top: -1px;
  background: transparent !important;
}

.sortby-n-control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.sortby-n-control .navbar-form {
  margin: 0;
  padding: 0;
  float: right;
}

.sortby-n-control .input-group-btn a {
  color: #777;
  border: 1px solid #EBECF2;
  border-left: 0;
  display: block;
}

@media (max-width: 550px) {
  .sortby-n-control .pull-left,
	.sortby-n-control .pull-right {
    float: none !important;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .sortby-n-control .list-inline.pull-left {
    margin-bottom: 15px;
  }
}

/*BROWSE CATEGORY*/
.browseCat.c-n2 {
  border: 2px dashed rgba(0,0,0,0.2);
  border-radius: 10px;
  font-size: 16px;
}

.browseCat .helper-text {
  font-weight: bold;
  color: rgba(68,68,68,0.3);
  padding: 0px 20px;
  margin: 20px 0px;
}

.browseCat {
  width: 280px;
  min-height: 500px;
  border: 2px dashed transparent;
  margin: 20px 10px 50px 5px;
  float: left;
}

.browseCat li {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  cursor: pointer;
}

.browseCat li a {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #4c5765;
  transition: none;
}

.browseCat li a:hover {
  text-decoration: underline;
}

.browseCat li small {
  font-size: 10px;
  color: #CCC;
  font-style: normal;
  position: relative;
  top: -1px;
  left: -6px;
}

.browseCat .dropdown-menu {
  position: relative;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.browseCat i {
  float: right;
  position: relative;
  top: 13px;
  right: 10px;
}

/*PAGINATION*/
.themePagination {
  font-size: 0;
  border-width: 1px 0 0;
  border-style: solid;
}

.themePagination .pagination {
  margin: 0;
}

.pagination>li>a,
.pagination>li>span {
  margin: 0 1px;
}

.pagination > li > a,
.pagination > li > span {
  color: #999;
  background-color: #fff;
  border-color: #dedede;
  border-radius: 2px !important;
  font-size: 13px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #A5A5A5;
  background-color: #fbfbfb;
}

@media (max-width: 550px) {
  .pagination>li>a, 
	.pagination>li>span {
    margin: 0 3px;
  }
}

@media (min-width: 551px) {
  .sortby-n-control .themePagination {
    float: right;
  }
}

/*PRODUCTS*/
._prdUpdate {
  position: absolute;
  top: -4px;
  right: 8px;
}

._prdUpdate .btn {
  height: 29px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

._product ._item {
  position: relative;
}

._product ._item ._prdTitle a {
  color: #4c5765;
}

._product .author {
  font-size: 13px;
  color: #444;
  margin: 10px 0 5px;
  display: block;
}

._product .author .img {
  width: 25px;
  height: 25px;
  border: 1px solid #E1E8ED;
  top: -2px;
  position: relative;
}

._product .prd {
  text-align: center;
}

._product .prd li a {
  display: block;
}

._product h4 a:hover,
._product .author:hover {
  cursor: pointer;
}

._product .product-sm .image {
  width: 80px;
  height: 80px;
}

/* 
._product ._actionBoxes li {
  display: inline-block;
  width: 33.33%;
}

._product ._actionBoxes li>a {
  color: #d4d4d4;
  line-height: 27px;
  padding: 0;
  height: 27px;
  font-size: 13px;
  display: block;
}
*/
._product ._actionBoxes {
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 3px;
  margin-top: 8px !important;
  position: relative;
  font-size: 0;
  text-align: center;
  width: 80px;
  margin: auto;
}

._product ._actionBoxes li {
  display: inline-block;
  margin-right: 5px;
}

._product ._actionBoxes li:last-child {
  margin: 0;
}

._product ._actionBoxes li>a {
  color: #aaa;
  line-height: 27px;
  padding: 0;
  height: 27px;
  font-size: 12px;
  display: block;
  font-weight: 400;
}

._product ._actionBoxes li:hover>a,
._product ._actionBoxes li:focus>a,
._product ._actionBoxes li.active>a {
  color: #999999;
}

/*GRIDS*/
.catPrdGrid {
  text-align: center;
  font-size: 0;
  padding: 7.5px 15px;
  float: left;
}

.catPrdGrid ._item {
  width: 152px;
  height: 241px;
  text-align: center;
  padding: 12px;
  margin-right: 15px;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  float: left;
  background-color: #fdfdfd;
}

.catPrdGrid ._item .image {
  width: 80px;
  height: 80px;
  margin: auto;
}

.catPrdGrid ._item ._prdTitle {
  font-size: 13px;
  margin: 10px 0 5px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.catPrdGrid ._item p {
  font-size: 11px;
  overflow: hidden;
  margin-bottom: 5px;
}

.catPrdGrid ._item .sales_n_price {
  font-size: 11px;
  font-weight: 600;
  color: #666;
}

.catPrdGrid ._item .sales_n_price li::after {
  content: "|";
  color: #e0e0e0;
  left: 6px;
  position: relative;
}

.catPrdGrid ._item .sales_n_price li:last-child::after {
  content: " ";
}

.full-catPrdGrid ._item {
  width: 145.4px;
}

@media (max-width: 767px) {
  .catPrdGrid ._item {
    width: 205px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    display: inline-block;
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .catPrdGrid ._item {
    width: 160.5px;
  }

  .catPrdGrid ._item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catPrdGrid ._item {
    width: 156px;
  }

  .full-catPrdGrid ._item {
    width: 169.5px;
  }

  .catPrdGrid ._item:nth-child(4n) {
    margin-right: 0;
  }

  .full-catPrdGrid ._item:nth-child(4n) {
    margin-right: 15px;
  }

  .full-catPrdGrid ._item:nth-child(5n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  
  .catPrdGrid ._item:nth-child(5n) {
    margin-right: 0;
  }

  .full-catPrdGrid ._item:nth-child(5n) {
    margin-right: 15px;
  }

  .full-catPrdGrid ._item:nth-child(7n) {
    margin-right: 0;
  }
}

/*LIST*/
.catPrdList ._item {
  padding: 2em;
  border-width: 0 0 1px;
  border-style: solid;
}

.catPrdList ._item:last-child {
  border: 0;
}

.catPrdList ._item .media {
  margin: 0;
}

.catPrdList ._item .media-right {
  min-width: 120px;
  text-align: center;
}

.catPrdList ._item .media-right h1 {
  margin: 0 0 8px;
  font-size: 24px;
}

.catPrdList ._item .media-right h6 {
  margin: 5px 0 0;
}

.catPrdList ._item .image {
  width: 80px;
  height: 80px;
}

.catPrdList ._item ._prdTitle a {
  line-height: 1.3;
  max-height: 40px;
  overflow: hidden;
  font-size: 16px;
  display: block;
}

.catPrdList ._item p {
  font-size: 12px;
  color: #444;
  margin-bottom: 0;
}

.catPrdList ._item .text-muted {
  color: #444;
  font-size: 11px;
  margin-top: 5px;
  display: block;
}

@media (max-width: 550px) {
  .catPrdList ._item {
    padding: 1em;
  }

  .catPrdList ._item ._prdTitle a {
    max-height: 32px;
    font-size: 13px;
  }

  .catPrdList ._item .media-body p {
    font-size: 10px;
    height: 35px;
    line-height: 16px;
    overflow: hidden;
  }

  .catPrdList ._item .media-right {
    min-width: 83px;
  }

  .catPrdList ._item .media-right h1 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: bold;
  }

  .catPrdList ._item .media-right h6 {
    font-size: 11px;
  }

  ._product ._actionBoxes {
    width: 70px;
  }

  .catPrdList ._item .image {
    width: 70px;
    height: 70px;
  }
}
/*FEATURED PRODUCT*/
.featuredPrd ._item .image {
  width: 260px;
  height: 132px;
  margin-bottom: 5px;
}

.featuredPrd ._item ._b289l-O80 .image {
  width: 80px;
  height: 80px;
}

.featuredPrd .sales_n_price {
  font-size: 11px;
  margin: 5px 0 0;
}

.featuredPrd .sales_n_price>li {
  padding-right: 2px;
  padding-left: 2px;
}

.featuredPrd .sales_n_price li::after {
  content: "|";
  padding: 0 0 0 5px;
}

.featuredPrd .sales_n_price li:last-child::after {
  content: "";
  padding: 0;
}

@media (max-width: 767px) {
  .featuredPrd ._item .media-left {
    display: block;
    padding: 0;
  }

  .featuredPrd ._item ._b289l-O02 {
    width: 100%;
    max-height: 270px;
    height: auto;
    margin-bottom: 15px;
  }

  .featuredPrd ._item ._b289l-O80 {
    display: table-cell;
    padding-right: 10px;
  }
}

/*PRODUCT SHOW*/
.productSView ._b289l-O01 {
  padding-bottom: 300px;
  width: 590px;
  margin: 0 auto 15px;
}

.productSView .btn {
  margin: 0 5px;
  min-width: 188px;
}

.play-icon {
  background-color: rgba(15,22,34,0.9);
  border-radius: 3px;
  content: "";
  height: 60px;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.play-icon:hover {
  background-color: #0f1622;
}

.play-icon::after {
  content: '\f04b';
  color: #FFF;
  font-size: 23px;
  position: absolute;
  top: 15px;
  left: 0;
  right: -5px;
  font-family: FontAwesome;
}

@media (max-width: 767px) {
  .productSView .btn {
    min-width: 150px;
    margin: 5px 2.5px;
  }

  .productSView ._b289l-O01 {
    width: 100%;
    padding: 0;
  }

  .productSView ._b289l-O01 img {
    position: relative;
  }
}

@media (max-width: 550px) {
  .productSView .btn {
    min-width: 100px;
    margin: 4px 2.5px;
    font-size: 11px;
    font-weight: 600;
    height: 30px;
    padding: 6px 10px;
  }
}

/*USER HTML*/
._sPage {
  padding: 2em;
  font-size: 14px;
  margin-bottom: 20px;
}

._sPage ol,._sPage ul,
.user-html ol,.user-html ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

._sPage ol:last-child,._sPage ul:last-child,
.user-html ol:last-child,.user-html ul:last-child {
  margin-bottom: 0;
}

._sPage ol li,
.user-html ol li {
  list-style-type: decimal;
}

._sPage ol ol li,
.user-html ol ol li {
  list-style: lower-alpha;
}

._sPage ul li,
.user-html ul li {
  list-style: disc;
}

.user-html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  overflow: auto;
}

.user-html p {
  margin-bottom: 20px;
  padding: 0;
}

.user-html p:last-child {
  margin-bottom: 0;
}

.user-html small {
  color: #909090;
  font-size: 12px;
}

.user-html table {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
}

.user-html img {
  max-width: 100%;
}

.user-html blockquote {
  border-left: 1px solid #454545;
  color: #777;
  font-style: italic;
  margin-bottom: 20px;
  padding-left: 20px;
}

.user-html pre {
  margin-bottom: 20px;
}

.user-html h2,.user-html h3,.user-html h4,.user-html h5,.user-html h6 {
  margin: 30px 0 20px;
  padding: 0;
}

.user-html h2:first-child,.user-html h3:first-child,.user-html h4:first-child,.user-html h5:first-child,.user-html h6:first-child {
  margin-top: 0;
}

.user-html h2 {
  border-bottom: 1px solid #d4d4d4;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}

.user-html h3 {
  border-bottom: 1px solid #d4d4d4;
  font-size: 18px;
  line-height: 27px;
  color: #545454;
  padding-bottom: 10px;
}

.user-html h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.user-html ol,.user-html ul {
  padding-left: 35px;
}

code,pre {
  color: #333333;
  font: 11px Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre {
  background-color: whitesmoke;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
  background-image: -webkit-linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 38px 38px;
  border: 1px solid #d4d4d4;
  display: block;
  line-height: 19px;
  margin-bottom: 10px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
}

@media (max-width: 550px) {
  ._sPage {
    font-size: 13px;
  }

  ._sPage h1 {
    font-size: 1.6em;
    font-weight: bold;
  }

  ._sPage h4 {
    font-size: 14px;
  }
}

/*THEME MODAL*/
.themeModal button.close {
  top: 17px;
  right: 1.5em;
  position: absolute;
  font-size: 2em;
  color: #fff;
  opacity: 1;
  z-index: 999;
}

.themeModal .modal-100 {
  width: 100%;
}

.themeModal .modal-dialog {
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.themeModal .modal-header {
  width: 100%;
  line-height: 25px;
  border: 0;
}

.themeModal .modal-title {
  color: #fff;
}

.themeModal .modal-body {
  padding: 2em;
}

.themeModal .modal-footer {
  padding: 1em 2em;
}

.themeModal .modal-header,
.themeModal .mbDetail,
.themeModal .modal-footer {
  text-align: center;
}

.themeModal .modal-sm {
  width: 500px;
}

.themeModal .modal-lg {
  width: 700px;
}

.themeModal .modal-header img {
  width: 169px;
  margin: 15px auto;
}

.themeModal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 2px;
  overflow: hidden;
}

.themeModal .modal-footer p,
.themeModal .modal-footer a {
  font-size: 13px;
}

.themeModal .modal-footer .btn {
  min-width: 130px;
}

.themeModal .captchaInput {
  position: relative;
}

.themeModal .captcha {
  width: auto;
  height: 32px;
  top: 1px;
  right: 1px;
  border-radius: 2px;
  position: absolute;
  background-color: #ffffff;
}

.modal-bordered .modal-body {
  border: 1px solid #e1e8ed;
}

._category_filter {
  font-size: 0;
  max-height: 400px;
  overflow: auto;
}

._category_filter li {
  display: inline-block;
  width: 50%;
  padding: 5px;
}

._category_filter li a {
  padding: 10px;
  font-size: 13px;
  display: block;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.themeModal .label-white {
  margin-right: 8px;
}

.themeModal .mbDetail {
  margin-bottom: 30px;
}

.themeModal .mbDetail h1 {
  font-size: 20px;
  margin: 0 0 5px;
}

.themeModal .mbDetail p {
  font-size: 13px;
}

.cartModal .modal-header i {
  font-size: 6em;
  margin-bottom: 8px;
  display: block;
}

/*INDEX*/
._sbBG {
  margin-top: -2em;
  position: relative;
  width: 100%;
}

.userProfileBG {
  height: 400px;
  margin-bottom: 30px;
  position: relative;
}

/*THEME TITLE*/
.single-page-section-pad {
  padding: 40px 0;
}

.myTheme .title {
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
  border-width: 0 0 1px;
  border-style: solid;
}

.myTheme .title h1 {
  font-size: 22px;
  margin: 0;
}

.pageHeader {
  padding: 15px;
  position: relative;
}

.pageHeader:after {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

.pageHeader h1 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.pageHeader p {
  font-size: 13px;
  margin: 5px 0 0;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pageHeader i {
  margin-right: 10px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 15px;
  border-radius: 2px;
}

.breadcrumb,
.breadcrumb ul li {
  display: inline-block;
  position: relative;
}

.breadcrumb ul li:before {
  content: "\f105";
  color: #777;
  font-size: 12px;
  top: 0;
  font-family: FontAwesome;
  position: absolute;
}

.breadcrumb ul li a {
  font-size: 11px;
  color: #777;
  padding: 0 6px 0 13px;
  display: block;
}

.breadcrumb ul li a:hover {
  color: #333;
}

.breadcrumb ul li:first-child a {
  padding-left: 0;
}

.breadcrumb ul li:first-child::before {
  content: "";
  padding: 0;
}

/*SELECT BUTTON*/
.allCat_SB {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.allCat_SB .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 205px;
}

.bootstrap-select button {
  background-color: transparent !important;
  border-width: 0 0 1px;
  color: #a0a5a8;
  border-color: #ebebeb;
  border-radius: 0;
}

.bootstrap-select button:hover, .bootstrap-select button:focus, .bootstrap-select button:active, .open>.dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  background-color: #FFF;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.bootstrap-select .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

/*PRICE TRIANGLE*/
.priceTriangle {
  position: absolute;
  overflow: hidden;
  z-index: 5;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}

.priceTriangle>.price {
  text-align: center;
  color: #FFF;
  letter-spacing: 0.3px;
  position: relative;
}

.priceTriangle>.price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}

.priceTriangle>.price p {
  -webkit-transform: rotate(313deg);
  -moz-transform: rotate(313deg);
  -o-transform: rotate(313deg);
  writing-mode: lr-tb;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}

/*TRIANGLE_XS*/
.priceTriangle-xs {
  width: 28px;
  height: 28px;
}

.priceTriangle-xs>.price {
  font-size: 9px;
  padding: 7px 0;
}

.priceTriangle-xs>.price:before {
  border-top: 50px solid #ffffff;
  border-right: 50px solid transparent;
}

/*TRIANGLE_SM*/
.priceTriangle-sm {
  width: 35px;
  height: 35px;
}

.priceTriangle-sm>.price {
  font-size: 11px;
  padding: 10px 0;
}

.priceTriangle-sm>.price:before {
  border-top: 60px solid #F7931D;
  border-right: 60px solid transparent;
}

/*INDEX SEARCHBAR*/
.home-searchbar {
  width: 100%;
  padding: 2em 0 3em;
}

.home-searchbar .title_des {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.home-searchbar .title_des h2 {
  margin-bottom: 1em;
  margin-top: 10px;
}

.home-searchbar .title_des h1 {
  font-size: 34px;
  margin: 0;
  font-weight: bold;
}

.home-searchbar .title_des h2 {
  font-size: 1.5em;
  font-weight: 400;
}

.home-searchbar .input-group {
  max-width: 600px;
  margin: auto;
}

.home-searchbar .search {
  border: 0;
  border-radius: 4px 0 0 4px;
  color: #333;
  font-size: 16px;
  line-height: normal;
  height: 100%;
  padding: 20px;
  box-shadow: none;
}

.home-searchbar .form-control:focus {
  border: 0;
}

.home-searchbar .input-group-addon {
  background-color: #FFF;
  border: 0;
  border-left: 1px solid #ebecf2 !important;
  padding: 10px 20px;
  color: #999;
  font-size: 14px;
  z-index: 99;
  position: relative;
}

.home-searchbar .input-group-addon:hover {
  color: #333;
  cursor: pointer;
}

.home-searchbar .btn-select {
  margin-top: 30px;
}

.home-searchbar .bootstrap-select>.dropdown-toggle {
  padding-left: 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #FFF !important;
  color: #FFF !important;
  height: 53px;
}

.home-searchbar .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 15px;
}

.home-searchbar .search-notify {
  border-top: 1px solid rgba(255,255,255,0.3);
  color: white;
  font-size: 14px;
  text-align: center;
  margin: 15px auto 0;
  padding-top: 15px;
  max-width: 492px;
}

.home-searchbar .search-notify a {
  color: #ededed;
  text-decoration: underline;
}

.home-searchbar.sm-searchbar {
  width: 100%;
  padding: 2em 0;
  margin-bottom: 2em;
}

.home-searchbar.sm-searchbar .title_des {
  max-width: 700px;
}

.home-searchbar.sm-searchbar .title_des h4 {
  margin-top: 15px;
}

.home-searchbar.sm-searchbar .input-group-addon {
  font-size: 10px;
}

.home-searchbar.sm-searchbar .input-group {
  max-width: 450px;
  margin: auto;
}

.home-searchbar.sm-searchbar .search {
  font-size: 15px;
  padding: 15px;
}

@media (max-width: 550px) {
  .home-searchbar.sm-searchbar .title_des h4 {
    font-size: 16px;
  }
}

/*404Page*/
._404Page {
  text-align: center;
}

._404Page .home-searchbar {
  padding: 0;
}

._404Page .title_des {
  max-width: 700px;
}

._404Page .title_des img {
  margin: 0 auto 1em;
  max-width: 130px;
}

._404Page ._atHome {
  margin-top: 2em;
  display: block;
}

/*LABEL*/
.labelTriangle {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  z-index: 991;
}

.labelTriangle._pLeft {
  left: 0;
  border-width: 40px 40px 0 0;
}

.labelTriangle._pRight {
  right: 0;
  border-width: 40px 0 0 40px;
}

.labelTriangle i {
  position: absolute;
  top: -33px;
  left: 9px;
  font-size: 14px;
  color: #ffffff;
}

.labelInfo {
  border-top-color: #60eaf1;
}

.labelSuccess {
  border-top-color: #53d769;
}

.labelWarning {
  border-top-color: #ffb861;
}

.labelDanger {
  border-top-color: #f56a60;
}

/*NO RESULTS FOUND*/
._noRF {
  padding: 3em;
}

._noRF .media-left {
  padding-right: 2em;
}

._noRF i {
  font-size: 10em;
}

._noRF img {
  max-width: 100px;
}

._noRF h4 {
  font-size: 20px;
}

/*MIX*/
/*SHOW MORE*/
._uh-show-more {
  position: relative;
  padding: 0.5em 0;
  text-align: center;
}

._uh-show-more a {
  font-weight: 600;
  display: block;
}

._uh-show-more {
	display: none;
}

#particles-js canvas {
  position: absolute;
  top: 0;
  display: block;
  vertical-align: bottom;
}

._b289l-O01-audio,
._b289l-O01-graphic {
  margin-bottom: 15px;
}

.themeCard {
  border: 1px solid #eee;
}

.btn, .form-control {
  font-size: 13px;
  padding: 10px 12px;
  height: 40px;
  box-shadow: none !important;
}

._boxMB,.themeCard {
  margin-bottom: 10px;
}

.icon-list_item:before {
  font-size: 13px;
  position: relative;
  padding-right: 8px;
  font-family: "Ionicons";
}

.icon-list_item.iconOk:before {
  color: #82b440;
  content: "\f121";
}

.icon-list_item.iconCancel:before {
  color: gray;
  content: "\f129";
}

.image,.image img {
  list-style-type: none;
  background-color: #F8F8F8;
  border-radius: 2px;
  overflow: hidden;
}

#loading {
  background-color: rgba(35, 35, 35, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0;
  top: 0;
  left: 0;
}

.help-block {
  font-size: 12px;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu>li>a {
  font-size: .9em;
  padding: 10px 15px;
}

.dropdown-menu .divider {
  margin: 0;
}

.input-group .form-control {
  z-index: 1;
}
		
/*BUTTONS*/
.btn-upload {
  position: relative;
  overflow: hidden;
}

.btn-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:hover,
.navbar-nav>.open>a,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:hover {
  background-color: transparent;
}

.onelinepara {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page-header {
  margin: 20px 0 20px;
}

.page-header h1 {
  margin-top: 0;
}

.featuredAuthor .media-left {
  padding-right: 15px;
}

.featuredAuthor ._b289l-O02,
.featuredAuthor img {
  width: 80px;
  height: 80px;
  border-radius: 2px;
}

.featuredAuthor p {
  font-size: 13px;
}

.featuredAuthor .line-clamp-3 {
  height: calc(1em * 1.4 * 3);
}

@media (max-width: 550px) {
  .featuredAuthor {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }

  .featuredAuthor .media-left {
    padding-right: 0;
    display: block;
  }

  .featuredAuthor ._b289l-O02, .featuredAuthor img {
    margin: auto;
  }
}

.supportedAuthor ._b289l-O02,
.supportedAuthor img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
}

.supportedAuthor p {
  font-size: 14px;
}

.well {
  border-radius: 0;
  box-shadow: none;
}

._popular-btn .btn {
  width: 215px;
}

/*CHECKBOX & RADIO*/
.checkbox-inline,
.radio-inline,
.checkbox label,
.radio label {
  padding-right: 5px;
  padding-left: 0;
}

.checkbox label:after, 
.radio label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .checkbox-radio,
.radio .checkbox-radio {
  position: relative;
  display: inline-block;
  border: 1px solid #EBECF2;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.radio .checkbox-radio {
  border-radius: 50%;
}

.checkbox .checkbox-radio .CR-icon,
.radio .checkbox-radio .CR-icon {
  position: absolute;
  line-height: 0;
  color: #666;
}

.checkbox .checkbox-radio .CR-icon {
  font-size: .8em;
  top: 50%;
  left: 17%;
}

.radio .checkbox-radio .CR-icon {
  font-size: 0.6em;
  top: 47%;
  left: 29%;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .checkbox-radio > .CR-icon,
.radio label input[type="radio"] + .checkbox-radio > .CR-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .checkbox-radio > .CR-icon,
.radio label input[type="radio"]:checked + .checkbox-radio > .CR-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .checkbox-radio,
.radio label input[type="radio"]:disabled + .checkbox-radio {
  opacity: .5;
}

.wordy-checkbox-radio {
  float: left;
  margin: 3px 10px 60px 0;
}

/*CAROUSEL*/
.com-D {
  margin-bottom: -2em;
}

.com-D #quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

.com-D .carousel-control {
  width: 0;
}

.com-D #quote-carousel .carousel-control {
  background: none;
  color: #FFF;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 45px;
}

.com-D #quote-carousel .carousel-control.left {
  left: -12px;
}

.com-D #quote-carousel .carousel-control.right {
  right: -12px !important;
}

.com-D #quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px;
}

.com-D #quote-carousel .carousel-indicators li {
  background: #FFF;
}

.com-D #quote-carousel .carousel-indicators .active {
  background: #FDF3A9;
  border-color: #FDF3A9;
}

.com-D #quote-carousel img {
  width: 160px;
  border: 5px solid #252525;
  margin: -15px 15px;
}

.com-D .title {
  border-bottom: 1px solid #333;
}

.com-D h2, .com-D a {
  color: #FDF3A9;
}

.com-D blockquote {
  border-left: none;
  margin: 0;
  padding: 10px 15px;
  min-height: 210px;
}

.com-D blockquote img {
  margin-bottom: 10px;
}

.com-D blockquote h1 {
  font-size: 22px;
  margin: 0 0 10px;
}

.com-D blockquote h2 {
  font-size: 14px;
  margin: 0 0 15px;
}

.com-D blockquote p {
  font-size: 13px;
  color: #FFF;
}

@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}

@media (max-width: 767px) {
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }

  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }

  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }

  ._prdUpdate {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 14px;
    text-align: right;
  }
}

/*------------------------------------------*/
/*  RESPONSIVENESS                          */
/*------------------------------------------*/
@media (max-width: 550px) {
  .myTheme .title h1,
    .pageHeader h1 {
    font-size: 18px;
  }

  .myTheme .title p,
    .pageHeader p {
    font-size: 11px;
    margin: 5px 0 0;
  }

  .home-searchbar form {
    margin: 0 20px;
  }

  .home-searchbar .search {
    font-size: 14px;
    padding: 15px 18px;
  }

  .home-searchbar .input-group-addon {
    font-size: 10px;
    padding: 10px 18px;
  }

  .home-searchbar .title_des h1 {
    font-size: 1.6em;
  }

  .home-searchbar .title_des h2 {
    font-size: 1.2em;
  }

  .imgBG {
    width: 100%;
    height: 75vh;
  }

  .home-searchbar .bootstrap-select>.dropdown-toggle {
    height: 40px;
  }

  .home-searchbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 175px;
  }

  .themeModal .modal-sm {
    max-width: 450px;
    width: 100%;
  }

  .themeModal h4 {
    font-size: 18px;
  }

  .themeTabs ..nav>li>a {
    padding: 10px 15px;
  }

  .authorProfileCard .authorInfo .media-left a,
    .authorProfileCard .authorImg {
    width: 55px;
    height: 55px;
  }

  .authorProfileCard .authorInfo:before {
    left: -10px;
    top: 26px;
  }

  .authorProfileCard .media-left {
    padding-right: 15px;
  }

  .authorProfileCard .authorInfo h3 {
    font-size: 16px;
  }

  .authorProfileCard .authorInfo p {
    font-size: 10px;
  }

  .authorProfileCard .authorBio .socialIcons a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
  }

  .authorProfileCard .authorBio ul li .userProfile {
    font-size: 11px;
  }

  .sortby-n-control .themePagination {
    margin-top: 10px;
  }

  .sortby-n-control .themePagination .pagination {
    float: none;
  }

  .sidebar .col-sm-12.col-xs-6 {
    width: 100%;
  }

  .users .full-width {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size: 1.8em;
  }

  .allCat_SB {
    position: relative;
    bottom: 0;
    margin: 15px auto;
    text-align: center;
  }

  .home-searchbar {
    top: 20%;
  }

  .com-D blockquote {
    padding: 10px;
    text-align: center;
  }

  .com-D #quote-carousel img {
    margin: 0 auto 25px;
  }

  .com-D blockquote .pull-right {
    float: none !important;
  }

  ._product .prd {
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 20px;
  }

  ._popular-btn .col-sm-4.col-xs-12:not(:last-child) {
    margin-bottom: 10px;
  }

  footer .footer {
    text-align: center;
  }

  .themeModal .modal-dialog {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .userProfileBG {
    height: 300px;
  }

  .authorProfile {
    top: 18%;
  }

  .btn-profileBars {
    border: 1px solid #FFF;
    padding: 2px 7px;
    border-radius: 2px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9999;
    font-size: 14px;
    color: #FFF;
    text-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .triNav ul {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .triNav {
    width: 200px;
    text-align: left;
    z-index: 9998;
    top: 0;
    bottom: inherit;
    background-color: transparent;
    display: none;
  }

  .triNav ul {
    width: 100%;
    background-color: #FFF;
    border-radius: 0 0 2px 0;
    padding: 40px 15px 0;
  }

  .triNav ul > li {
    float: none;
  }

  .triNav ul > li > a {
    padding: 10px 15px;
  }

  .triNav .active:after {
    display: none;
  }

  footer .footer ul {
    margin-bottom: 30px;
  }
  
  /*SHOW MORE*/
  .show-more-description {
    max-height: 300px;
    overflow: hidden;
    position: relative;
  }
  
  .show-more-description:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), to(#fff));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, #fff 100%);
  }
  
  ._uh-show-more {
	display: block !important;
  }
}

@media (min-width: 992px) {
  .triNav {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .sidebarDetail .form-group {
    width: 66.7px;
  }
}

@media (max-width: 1199px) {
  ._product .prd li {
    display: inline-block;
  }

  ._product .prd.product-sm li {
    margin: 0 7.5px 12px 7.5px;
  }

  .catPrdList ._item ._prdTitle {
    font-size: 16px;
  }

  .catPrdList ._item .line-clamp-2 {
    height: calc(1em * 1.3 * 2);
  }
}

@media (min-width: 1200px) {
  ._product .prd li {
    float: left;
  }

  ._product .prd.product-sm li {
    margin-right: 1.25em;
    margin-bottom: 1.25em;
  }

  ._product .prd.product-sm li:nth-child(12n) {
    margin-right: 0;
  }

  ._col-8Prd ._product .prd.product-sm li:nth-child(8n) {
    margin-right: 0 !important;
  }

  ._col-8Prd ._product .prd.product-sm li:nth-child(12n) {
    margin-right: 1.25em;
  }

  ._col-8Prd ._product .product-sm .image {
    width: 78px;
    height: 78px;
  }

  .sidebar .sidebarDetail .form-group {
    width: 91.7px;
  }

  .catPrdList ._item .line-clamp-2 {
    height: calc(1em * 1.3 * 1);
  }
}