body {
    font-family: Lato, Arial, sans-serif;
}

.no-padding {
    padding: 0 !important;
}

.main-container {
    font-size: 116.5%;
}

.wrapper {
    background: #fafafa;
}

ul.product-list {
    font-family: Lato, Arial, sans-serif;
}

.toolbar {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.sorter {
    float: right;
}

p.view-mode label {
    color: #5c5447;
    font-size: 1em;
    line-height: 1.909em;
    margin-right: 28px;
    text-transform: none;
}

.sorter > .view-mode .grid {
    background-position: 0 0;
    background-image: url("../images/grid-view.png");
    height: 21px;
    margin-right: 14px;
    width: 21px;
}

.sorter > .view-mode .list {
    background-position: 0 0;
    background-image: url("../images/list-view.png");
    height: 21px;
    width: 21px;
}

.sorter > .view-mode .grid.selected {
    background-image: url("../images/grid-view-selected.png");
}

.sorter > .view-mode .list.selected {
    background-image: url("../images/list-view-selected.png");
}

.sorter > .view-mode strong.grid, .sorter > .view-mode a.list:hover, .sorter > .view-mode strong.list, .sorter > .view-mode strong.list:hover, .sorter > .view-mode strong.grid:hover, .sorter > .view-mode a.grid:hover {
    background-position: 0 0;
}

.products-grid .product-image {
    border: 0;
}

.products-grid > li {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
}

.product-info h2.product-name {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    height: 56px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.products-list .product-shop h2.product-name {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    height: 25px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-info h2.product-name a {
    color: #565a5c;
    line-height: 1.125em;
    font-family: Lato, Arial, sans-serif;
    font-size: 1.143em;
    font-weight: bold;
    text-transform: none;
}

.products-list > li {
    background: #ffffff;
    border-bottom-width: 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    height: 175px;
    padding-bottom: 0;

}

.products-list > li .product-image {
    border: 0;
    height: 100%;
    overflow: hidden;
}

.products-list > li .product-image img {
    width: auto;
    max-width: none;
}

.products-list .product-name a {
    font-family: Lato, Arial, sans-serif;
    font-size: 1.286em;
    font-weight: bold;
    line-height: 1.389em;
    text-transform: none;
}

.products-list .actions {
    display: block;
    float: right;
    margin-top: 16px;
    width: 100%;
}

.products-grid .product-info {
    position: static;
    padding: 17px 17px 17px 13px;
}

.product-description {
    color: #565a5c;
    font-size: 1em;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.286em;
    text-align: left;
    display: block;
    display: -webkit-box;
    height: 3.85em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*.products-list .product-description{*/
/*height: 40px;*/
/*}*/
.professor {
    color: #bbbfc1;
    font-family: Lato, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/library/author-icon.png') no-repeat left center;
    padding-left: 19px;
}

.actions .read-more {
    background: none;
    color: #cea867;
    float: right;
    font-size: 1.000em; /*14px*/
    font-weight: bold;
    line-height: 1.786em;
    padding: 0;
}

.products-grid .actions {
    float: right;
    min-height: 25px;
    padding-top: 18px;
    padding-bottom: 7px;
    position: static;
}

.actions .read-more:hover {
    color: #cea867;
}

.video-content {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-image .video-content img.webinars {
    display: none;
}

.product-image .video-content img, .products-list > li .product-image .video-content img {
    margin: 0 auto 11px auto;
    width: auto;
}

.product-image .video-content span {
    color: #ffffff;
    display: block;
    line-height: 1.786em;
    font-family: Lato, Arial, sans-serif;
    font-size: 1.000em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.product-image .video-content .play-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.product-image .video-content .play-block .video{
    display: none;
}

ul.category-filters {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
}

.category-filters li.sidebar-title {
    color: #398ec4;
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 15px 19px;
    border-bottom: none;
}

.category-filters li {
    border-bottom: 1px solid #f0f0f0;
    color: #5c5447;
    cursor: pointer;
    font-family: Lato, Arial, sans-serif;
    font-size: 0.857em;
    font-weight: 600;
    line-height: 1.563em;
}

.category-filters li label {
    font-size: 1.164em;
    line-height: 1.22em;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0 17px 20px;
}

.category-filters > li:hover label {
    color: #ac9b86;
}

ul.category-filters li ul.children {
    display: none;
    border: none;
}

ul.category-filters li ul.children li {
    border-bottom: none;
    font-size: 1.164em;
    line-height: 1.22em;
    font-weight: 600;
    padding: 20px 0 20px 20px;
    border-left: 0;
    background: #f5f5f5;
}

ul.category-filters li ul.children li:hover,
.category-filters li.active {
    color: #ac9b86;
}

ul.category-filters li ul.children li i:before {
    display: none;
}

ul.category-filters li ul.children li i {
    background: url('../images/library/checkbox-sprite-filters.png') no-repeat;
    background-position: 0 0;
    height: 16px;
    width: 16px;
    display: inline-block;
    box-sizing: content-box;
    position: relative;
    top: 2px;
}

ul.category-filters li ul.children li:hover i,
ul.category-filters li ul.children li.active i {
    background-position: 0 -16px;
}

ul.category-filters li .children li i,
ul.category-filters .selected-filter i {
    padding-right: 18px;
}

ul.category-filters .selected-filter {
    padding: 8px 3px 8px 49px;
    border-top: 1px solid #f0f0f0;
}

.apply-reset-filter {
    border-bottom: 0 !important;
}

.apply-reset-filter .filter-btn {
    background: none;
    box-shadow: none;
    color: #5c5447;
    border: none;
    width: 100%;
    display: block;
    float: left;
    padding: 20px 0;
}

.apply-reset-filter {
    padding: 0;
}

.apply-reset-filter .reset-filter {
    background: #d0bca4;
    background: -moz-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0bca4), color-stop(100%, #ac9b86));
    background: -webkit-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -o-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -ms-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: linear-gradient(#d0bca4, #ac9b86);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e1d3", endColorstr="#aea38f", GradientType=0);
    color: #fff;
    font-size: 1.6rem;
}

.apply-reset-filter .reset-filter:hover {
    background: #d0bca4;
    background: -moz-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ac9b86), color-stop(100%, #d0bca4));
    background: -webkit-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -o-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -ms-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: linear-gradient(#ac9b86, #d0bca4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac9b86", endColorstr="#d0bca4", GradientType=0);
}

#dialog-loading {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#dialog-loading p {
    opacity: 1;
    text-align: center;
}

#dialog-loading p img {
    height: 32px;
    margin-left: auto;
    margin-right: auto;
}

.group-brick1, .group-brick2, .group-brick3, .group-brick4 {
    display: none;
}

.products-list .product-shop {
    padding: 21px 28px 0 26px;
}

.products-list .product-shop .product-primary {
    width: 100%;
}

/************************************************************PRODUCT VIEW STUFF **************************************************/
.product-view .product-before-video {
    padding-bottom: 21px;
}

.product-view .product-before-video .product-name {
    padding-bottom: 10px;
}

.product-view .product-before-video .product-name span.h1 {
    border-bottom: 0;
    color: #565a5c;
    font-family: Lato, Arial, sans-serif;
    font-size: 1.714em;
    line-height: 1.3em;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: none;
}

.product-view .product-before-video .product-author span {
    color: #9e9e9e;
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.786em;
}

.product-view .product-essential .container {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    box-shadow: 0px 2px 2px 0px rgba(206, 206, 206, 1);
    padding: 30px 30px 50px 30px;
    width: 100%;
}

.product-view .product-essential .container .row {
    margin: 0;
}

.product-view .content-details {
    padding-top: 28px;
}

.product-view .content-details a {
    font-family: Lato, Arial, sans-serif;
    color: #dab483;
    padding-left: 30px;
    font-size: 1.1em;
    line-height: 2em;
    display: inline-block;
}

.product-view .content-details span.h1 {
    color: #565a5c;
    font-size: 1.429em;
    font-weight: bold;
    line-height: 1.250em;
    margin-bottom: 0;
    text-transform: none;
    font-family: Lato, Arial, sans-serif;
}

.product-view .content-details .std {
    color: #565a5c;
    font-size: 1.143em;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.563em;
    margin-top: 12px;
}

.product-view .content-details .main-div {
    padding-top: 20px;
}

.product-view .content-details .col-md-6, .product-view .content-details .col-md-4 {
    padding-left: 0;
}

.video-coming-soon {
    background: #dadada;
    border-radius: 3px;
    height: 123px;
    margin-top: 20px;
}

.video-coming-soon .img-content {
    width: 100%;
}

.video-coming-soon .img-content img {
    margin: 0 auto;
}

.video-coming-soon .img-content span {
    display: block;
    font-size: 0.714em;
    text-align: center;
}

.details-content {
    padding: 25px 0 0 33px;
}

.details-info {
    display: block;
    font-family: Lato, Arial, sans-serif;
    font-size: 1.143em;
    float: left;
    line-height: 2.250em;
    width: 100%;
}

.details-info .pull-left {
    color: #565a5c;
    font-weight: bold;
}

.details-info .pull-right {
    color: #9e9e9e;
}

.product-view .content-details .content-wrapper {
    padding-left: 60px;
    padding-right: 0;
}

div.recommended {
    margin-top: 30px;
}

.recommended .title p {
    color: #565a5c;
    font-size: 1.429em;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.250em;
    margin-bottom: 22px;
}

.product-view .product-img-box {
    float: none;
    padding-right: 0;
    margin: 0 auto;
}

.product-view .product-img-box.subscription {
    width: 50%;
    float: left;
}

.product-view.subscription .product-shop,
.product-view.subscription .add-to-cart-wrapper {
    text-align: center;
}

.product-view.subscription .product-shop .product-name .h1 {
    color: #565a5c;
    font-size: 1.714em;
}

.product-view.subscription .product-shop .product-name,
.product-view.subscription .product-shop .product-name .h1,
.product-view.subscription .product-shop .price-info {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 0;
    text-transform: none;
}

.product-view.subscription {
    max-width: 960px;
    margin: 0 auto;
}

.product-view.subscription .add-to-cart {
    margin: 0 auto;
    float: none;
    display: inline-block;
    border-bottom: 0;
}

.add-to-links {
    display: none;
}

.product-view .product-img-box {
    width: 100%;
}

.product-view .product-img-box a.popup img {
    width: 100%;
}

.product-view .product-img-box iframe {
    width: 100%;
    border: 0;
}

.toolbar .pager {
    display: none;
}

.cms-index-index .std ul {
    list-style: none;
    margin: 0;
}

.cms-index-index .std ul li {
    margin-left: 0;
    margin-bottom: 20px;
}

.cms-index-index .products-grid .actions {
    display: block;
}

.page-title {
    border-bottom: 1px solid #dfdfdf !important;
    margin-bottom: 30px !important;
}

.page-title h1, .page-title h2 {
    font-size: 1.71em;
    line-height: 1.71em;
    text-transform: none;
    margin-top: 5px;
    font-family: Lato, Arial, sans-serif;
    font-weight: bold;
    border-bottom: 0;

}

ul.category-filters label {
    width: 100%;
}

.tabs-search {
    float: left;
    padding-top: 7px;
}

.tabs-search li {
    color: #5c5447;
    cursor: pointer;
    display: block;
    float: left;
    font: 15px Lato, Arial, sans-serif;
    margin-right: 30px;
}

.tabs-search li.active {
    font-weight: 800;
}

.catalog-left-filters .read-more {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #cea867;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.786em;
    padding: 0;
    text-transform: uppercase;
}

.catalog-left-filters .read-more:hover {
    color: #cea867;
}

.sales-order-history .page-title h1 {
    margin-bottom: 0;
}

.sales-order-history .pager {
    margin-top: 0;
}

.sales-order-history .pager .limiter,
.sales-order-history .pager .amount {
    display: none;
}

.sales-order-history .pager li > a {
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
}

.sales-order-history .pager.pager-no-toolbar {
    margin-top: 20px;
}

.sales-order-history .page-title,
.lotusbreath-onestepcheckout-index-index .page-title,
.checkout-cart-index .page-title {
    position: relative;
}

.sales-order-history .back,
.lotusbreath-onestepcheckout-index-index .back {
    position: absolute;
    right: 0;
    top: 17px;
    display: inline-block;
}

.custom-currency-selector {
    display: none;
}

.checkout-cart-index .custom-currency-selector {
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}

.lotusbreath-onestepcheckout-index-index .data-table th,
.lotusbreath-onestepcheckout-index-index .data-table td,
.lotusbreath-onestepcheckout-index-index .data-table tfoot td {
    background: none !important;
}

/** new mc */
.cms-home-library .full-page {
    position: relative;
}

.cms-home-library .mc-top-banner {
    background: url('../images/library/mc-banner.jpg') top no-repeat;
    background-size: 100% 100%;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.cms-home-library .full-page .main-container {
    padding-top: 88px;
}

.cms-home-library .banner-content {
    color: #fff;
    padding-bottom: 88px;
}

.cms-home-library h2.banner-title {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    margin: 0px 0 33px 0;
    line-height: 1.12em;
}

.cms-home-library .banner-text {
    font-size: 1.285em;
    margin-bottom: 42px;
}

.banner-video-box img {
    width: 100%;
}

.new-mc-btn {
    background: #d0bca4;
    background: -moz-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0bca4), color-stop(100%, #ac9b86));
    background: -webkit-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -o-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -ms-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: linear-gradient(#d0bca4, #ac9b86);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e1d3", endColorstr="#aea38f", GradientType=0);
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    text-indent: 0;
    padding: 8px 12px 7px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    min-height: initial;
    line-height: 26px;
    height: initial;
    text-transform: uppercase;
}

.new-mc-btn:hover {
    background: #d0bca4;
    background: -moz-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ac9b86), color-stop(100%, #d0bca4));
    background: -webkit-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -o-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: -ms-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
    background: linear-gradient(#ac9b86, #d0bca4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac9b86", endColorstr="#d0bca4", GradientType=0);
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    text-indent: 0;
}

.new-mc-btn:focus {
    color: #fff;
    text-decoration: none;
}

.new-mc-btn:active {
    outline: 0;
}

.cms-home-library h2 {
    color: #398ec4;
    font-size: 1.59em;
    line-height: 1em;
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.cms-home-library .most-viewed .page-title,
.cms-home-library .recommended .page-title {
    border-bottom: 0 !important;
    margin-bottom: 25px !important;
}

.cms-home-library .products-grid .product-image {
    margin-bottom: 0;
}

#ownerModal .info-price {
    display: none;
}

#ownerModal .details-row {
    display: table;
    margin-bottom: 15px;
}

#ownerModal .details-row .title,
#ownerModal .details-row .info {
    display: table-cell;
    font: normal 12px Lato, Arial, sans-serif;
    color: #2a2a2a;
}

#ownerModal .details-row .title {
    padding-right: 5px;
    font-weight: 900;
}

div.replace-image {
    position: relative;
}

.replace-image img {
    height: auto;
    width: 100%;
}

div.content-locked {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -88px;
}

div.content-locked p {
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 0;
}

div.content-locked p.unlock-this {
    font-size: 18px;
}

div.content-locked .unlock-video {
    display: table;
    margin: 75px auto 0;
}

.cart .cart-totals table tfoot tr.summary-details td {
    font-size: 18px;
    text-transform: none;
}

.cart .cart-totals table tfoot strong {
    font-size: 24px;
    text-transform: none;
}

.aw-recurring-express-review h2,
.aw-recurring-express-review .h2 {
    font-size: 20px;
    text-transform: none;
}

.aw-recurring-express-review h3,
.aw-recurring-express-review .h3 {
    font-size: 16px;
    text-transform: none;
    margin-top: 0;

}

.relative-position {
    position: relative;
}

.relative-position .new-mc-btn + .hover-tip {
    display: none;
}

.relative-position .new-mc-btn:hover + .hover-tip {
    position: absolute;
    display: block;
    left: 0;
    background: #393939;
    border-radius: 3px;
    margin-top: 7px;
    padding: 16px 17px 15px 16px;
}

#payment_form_paypal_express {
    font-style: italic;
    padding-left: 10px;
}

.category-products .video-content {
    background:none;
}

.cms-home-library .banner-title.live-version {
    font-size: 3em;
    margin: -7px 0 14px 0;
}

.cms-home-library .banner-text.live-version{
    margin-bottom: 20px;
}