/*========= Global  ========= */
html,
body {
    font-size: 1rem;
    /*16px*/
}

body {
    /*background-color: #f6f6f6;*/
   /* background-color: #ebedee;*/
    background-color: #efefeb;
    font-family: 'Open Sans', 'Arial', sans-serif;
    line-height: 1.5rem;
    position: relative;
    color: #333;
    webkit-tap-highlight-color: #cacaca;
}
body.no-bg{
    background:#fff !important;
}
::-moz-selection {
    text-shadow: none;
    background: #ddd;
}

::selection {
    text-shadow: none;
    background: #ddd;
}

.img-responsive {
    display: inline-block;
    border-radius: 4px;
}

.margin-top-10 {
    margin-top: 0.625rem;
}

.margin-top-20 {
    margin-top: 1.25rem;
}

.margin-top-30 {
    margin-top: 1.875rem;
}

.margin-top-40 {
    margin-top: 2.5rem;
}

.margin-top-50 {
    margin-top: 3.125rem;
}

.margin-bottom-10 {
    margin-bottom: 0.625rem;
}

.margin-bottom-20 {
    margin-bottom: 1.25rem;
}

.margin-bottom-30 {
    margin-bottom: 1.875rem;
}

.margin-bottom-40 {
    margin-bottom: 2.5rem;
}

.margin-bottom-50 {
    margin-bottom: 3.125rem;
}

.cd-top {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    position: fixed;
    bottom: 3.5rem;
    right: 0.625rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #ffba3c url(../imgs/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 1.25rem;
        bottom: 1.25rem;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 3.75rem;
        width: 3.75rem;
        right: 1.875rem;
        bottom: 1.875rem;
    }
}

/* 5 COLUMNS IN ROW BOOTSTRAP*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*======== Wide Container  ======== */

@media (min-width:1271px) {
    .container {
        width: 1270px;
    }
}

@media (min-width:1365px) {
    .container {
        width: 1325px;
    }
}

@media (min-width:1400px) {
    .container {
        width: 1400px;
    }
}

/*==========  Typo  ========= */

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

a:focus,
a:active {
    color: #333;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

h1,
h2 {
    font-size: 1.125rem;
    ;
}

h3 {
    font-size: 1.375em;
    ;
    font-weight: 400;
    text-transform: none;
}

hr {
    border-top: 1px solid #ddd;
}

label {
    font-weight: 600;
}

b,
strong {
    font-weight: 600;
}

.btn-default{
  font-weight: 600; 
    border-color:rgb(218, 221, 225);
}
.btn-default.btn-transp{
    background-color:transparent;
}

.modal{
    z-index:1150;
}
.star-flow{
    font-size: 40px;
    line-height:40px;
    color:#f89d2c; 
    margin-top:30px;
}
.follow-flow.book-list figure .thumbnail{
    padding:0px;
}

.heart-flow ion-icon{
    font-size:30px !important;
}

/*======== CMS Login page  ========= */

.form-signin .btn-primary{
    background:#746458;
    border-color:#746458;
}
.form-signin .form-control{
    margin-bottom:10px;
}
/*======== Header  ========= */
.counters-line{
    margin-top:-10px;
    margin-bottom:15px;
}
.counters-line a{
    font-size:14px;
    color:#5a4e45;
    font-weight: 600;
    text-transform: uppercase;
}
.counters-line a.active{
text-decoration: underline;
}
.counters-line a+a{
    margin-left:10px;
}
.counters-line a span{
font-size: 18px;    
    
}
.counters-line a.menu-padding-spec{
    padding-left:145px;
}
@media (max-width: 997px) {
.counters-line a.menu-padding-spec{
    padding-left:15px;
}
}

a.mobile-lang-menu{ 
  display:inline-block; 
    padding:13px 3px;
}
a.mobile-lang-menu.active{
    text-decoration: underline;
}
@media (min-width: 768px) {
    a.mobile-lang-menu{
        display: none;
    }
}

#logo-line-header {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 25px;
}

#logo-line-header .logo {
    float: left;
    width: 159px;
    margin-top: 5px;
}

.navbar-brand .mobile-logo {
    width: 159px;
}

#logo-line-header .reg-buttons {
    float: right;
    display: inline-block;
    margin-top: -10px;
}

#logo-line-header .buttons {
    padding: 5px 25px;
    background-color: #3BB3C2;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}

#logo-line-header .login {
    background-color: #f8f8f8;
    font-weight: 600;
    border:1px solid #ddd;
    color:#333;
}

#logo-line-header .buttons:hover,
#logo-line-header .buttons:focus,
#logo-line-header .buttons:active {
    text-decoration: none;
    background-color: #48c0cf;
}

#logo-line-header .buttons.login:hover,
#logo-line-header .buttons.login:focus,
#logo-line-header .buttons.login:active {
    background-color: #efeeee;
}

.attop.alert{
    margin-bottom: 0px;
}

.pulsating-circle {
  transform: translateX(-50%) translateY(0%);
  width: 10px;
  height: 10px;
    display: inline-block;
}

  
.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #8BD111;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
  }

.breaking{
    background:rgb(220, 0, 50);
}
.breaking .alert-warning{
        color:#fff;
    background-color:rgb(220, 0, 50);
    border:0;
}
.breaking .alert{
    margin-bottom:0px;
}
.breaking .alert a{
    color:#fff;
    text-decoration:underline;
}
.breaking .alert a:hover{
   text-decoration:none; 
}
.breaking .close{
    opacity:0.6;
}
.breaking .close:hover{
    opacity:1;
}
.breaking .close i{
    color:#333;
        font-size:26px;
    text-shadow:none;
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

.alert-sold{
 background:transparent;
    color:#333;
    border-color:#333;
    margin-top:10px;
}
/*======== CSS MY WALLET ========= */

.bicon-wallet{
    height:31px;
    width:100%;
text-align: center;
    background: url("../imgs/women-wallet.png") no-repeat center;
background-image: url("../imgs/women-wallet.svg");
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block !important;
}
.bicon-wallet-black{
    height:31px;
    width:100%;
text-align: center;
    background: url("../imgs/women-wallet.png") no-repeat center;
background-image: url("../imgs/women-wallet-black.svg");
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block !important;
}
/* ck-buttoni Walletam */

.ck-buttonW label #cipars {
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    display:block;
    margin:2px;
    font-size:40px;
    background:#eee;
    border-radius:4px;
    cursor:pointer;
    font-weight: 600;

}

.ck-buttonW label #cipars span{
    font-weight: 400;
    font-size:24px;
    margin-right:-5px;
}

.ck-buttonW label #cipars:hover{background-color:rgba(255,229,100,0.3);

}

.ck-buttonW input:checked + #cipars {
    background-color:#ffd475;
  
    
}
.ck-buttonW label{
    display: block;
    float:left;
    width:33%;
}

@media (max-width: 767px) {
   .ck-buttonW label{
    width:33%;
} 
    
}
@media (max-width: 450px) {
   .ck-buttonW label{
    width:100%;
}
}

table#my-listings.transactions td,th{
padding:3px;    
}
table#my-listings tr.highlighted-row{
    background:rgba(255,229,100,0.3);
}
li.buy-omniva a{
    color:#D40030;
    font-weight:600;
}
.paypal-button{
    font-size:16px;font-weight:600;background:#ebe9e9;
}
.alert.alert-referral{
    background-color:#F9F9F9;
    border-color:#ddd;
}
span.bonus-title,p.bonus-title{
    font-size:22px;font-weight:600;
}

textarea.form-control.bonus-link{
    border:0;font-size:28px;text-align:center;
    font-weight:700;
    color:#5a4e45;
    background-color:#f9f9f9 !important;
    box-shadow:none !important;
    
}

@media (max-width: 768px) { 
textarea.form-control.bonus-link{
   font-size:18px;
    
}
}
a.copy-link{
    cursor:pointer;font-weight:600;font-size:14px;text-decoration:underline;
}
.editprofile h3{
    font-size:18px;
    margin-top: 0px;
    font-weight: 600;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.btn-highlight{
 border-color:#efc874;
    background:#ffd475;
}

.btn-highlight:hover,.btn-highlight:focus,.btn-highlight:active{
    border-color:#ffd475 !important;
    background:#fdcb5e !important; 
}

.highlighted-listing{
    /* background:#ffd475; 
    background:#fff6e2; 
    background:rgba(255,229,100,0.3);
    background:rgba(216,216,216,0.3);*/
    min-height:330px;
    margin-bottom:25px;
 -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);   
    border:1px solid #ddd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:#f3f3f3;
}

.highlighted-listing:hover{
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);   
    border:1px solid #ddd;   
    
}

.row.is-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.alert.highlight-alert{
   /* background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(65%, #fff), color-stop(100%, #e6e6e6));
    background:linear-gradient(#fff 65%, #e6e6e6); 
        border-color:#e0e0e0;
    */
    background:rgba(255,229,100,0.3);
    color:#333;
    border-color:#fff;

}

span.free-ship-badge{
    padding:2px 4px;
    font-size:11px;
    font-weight: 600;
    line-height:1.5;
    border-radius:4px;
    border-color:rgb(239, 239, 235);
    background:#e8f7da;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    margin-top:-15px;
}
/*======== Logged User-Menu TOP ========= */

.new-usermenu {
    border-collapse: collapse;
    display: inline-table;
    table-layout: fixed;
    margin-bottom: -5px;

}

.new-usermenu a {
    display: table-cell;
    text-align: center;
    text-decoration: none;
    color: #666666;
    position: relative;
}

.new-usermenu a i {
    font-size:1.625rem;
    line-height: 1.2;
    color: #735848;
    display: block;
}

.new-usermenu a:hover ion-icon,
.new-usermenu a:hover {
    color: #000;
}

.new-usermenu a span {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.7;
}

.new-usermenu a + a {
    padding-left: 15px;
}

.new-usermenu .dropdownblock {
    padding-left: 20px;
    position: relative;
}

.new-usermenu .dropdownblock .dropdown-menu {
    right: 0;
    left: initial;
}

.new-usermenu .dropdownblock .dropdown-menu > li > a {

    font-size: 1rem;
    padding: 7px 15px;
}

.new-usermenu .dropdownblock .dropdown-menu > li {

    border-bottom: 1px solid #f1eded;
}

.usermenu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 28px;
    z-index: 10;
}

.usermenu:after {
    content: "";
    border-bottom: 12px solid #e4e2e2;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 26px;
    z-index: 9;
}

.new-usermenu .label-default {
    right: 4px;
    position: absolute;
    padding: 6px;
    top: -2px;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: #fd9f3d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 25px;
    height: 25px;
}
.new-usermenu .label-default.notif{
    right:10px;
}

#user-menu-mobile {
    background-color: #fafafa;
    margin-top: 0px;
    margin-bottom: -10px;
    border-bottom: 1px solid #d2d2d2;
}

#user-menu-mobile a i {
    font-size: 1rem;
    margin-right: 5px;
    color: #333;
}

#user-menu-mobile > li > a {
    border-top: 1px solid #d2d2d2;
    font-weight: 600;
}
#user-menu-mobile li a.add-listing-mobile{
    color:#333;
    background-color:transparent; 
}
#user-menu-mobile li a.add-listing-mobile i{
    color:#333;
}
.new-usermenu .add-listing.btn-lg{ 
    font-size: 16px;
    background-color: #3bb3c2;
    color:#fff;
    margin-left:15px;
    border-color:#3bb3c2;
}
.new-usermenu .add-listing.btn-lg:hover{
    background-color: #3cc2d2;
}
.new-usermenu .add-listing i{
    display: inline;
    font-size:1.125rem;
    color: #fff;
}

/* NOTIFICATIONS desktop version */
.popover-box{
  min-height:50px;
  max-height:350px;
  touch-action:auto;
overflow-y:scroll;
    margin-left:-10px;
    margin-right:-10px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */ 
overflow: -moz-scrollbars-none;    
}
.popover-box::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.popover-box article {
    border-bottom:1px solid #ddd;
}
.popover-box article .notif_pic{
float:left;
width:65px;
padding:5px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;    
}
.popover-box article .notif_txt{
margin-left:65px;
padding:10px;
    text-align:left;
    font-size:13px;
}
.popover-box article .notif_txt:hover,.popover-box article .notif_pic:hover{
    cursor: pointer;
}
.popover-box article .notif_txt span.date-sm{
    font-size:12px;
    display: block;
    color:#8a8888;
}

/* NOTIFICATIONS mobile version */
.notifications_mob article {
    border-bottom:1px solid #ddd;
}
.notifications_mob article .notif_pic{
float:left;
width:65px;
padding:5px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.notifications_mob article .notif_txt{
margin-left:65px;
padding:10px;
    text-align:left;
    font-size:14px;
}
.notifications_mob article .notif_txt span.date-sm{
    font-size:12px;
    display: block;
    color:#8a8888;
}

/*======== header quick search  ========= */
#top-quick-search {
    margin-left: -30px;
}

#top-quick-search ion-icon {
    height: 24px;
    width: 24px;
    color: #b5b5b5;
}

#top-quick-search .input-group > input {
    height: 40px;
    border-color: #eee;
    font-size: 0.875rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #eee;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#top-quick-search .input-group-btn > .btn {
    height: 40px;
    border-left-width: 0;
    left: -5px;
    border-color: #eee;
    background-color: #eee;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#top-quick-search .input-group-btn > .btn:hover {
    background-color: #eee;
}

#top-quick-search .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #eee;
}


/*======== popover style  ========= */
.popover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border: none;
}

.popover-content {
    text-align: center;
    width: 275px;
}

.popover-content .login-input, #login-modal .login-input {
    background: #F5F5F5;
    border-radius: 3px;
    border-top-color: #bababa;
    border: 1px solid #D5D5D5;
}

.popover-content .form-group, #login-modal .form-group {
    margin-bottom: 5px;
}

.popover-content ion-icon, #login-modal ion-icon {
    position: relative;
    height: 1rem;
    width: 1rem;
    top: 3px;
}

.popover-content .login-submit, #login-modal .login-submit {
    width: 100%;
    margin-top: 10px;
    background-color: #3bb3c2;
    border: none;
    color: #fff;
}

.popover-content .login-submit:hover,
.popover-content .login:focus,
.popover-content .login-submit:active {
    background-color: #48c0cf;
    color: #fff;
}

.popover-content .forgot, #login-modal .forgot {
    color: #9ea29c;
    font-size: 0.75rem;
    margin-bottom: 20px;
    display: block;

}

.forgot {
    color: #9ea29c;
    display: block;
    margin-top: 20px;
}

a.btn-custom-fb {
    color: #fff;
    background-color: #6278b0;
    border: 0px;
    margin-bottom: 15px;
    margin-top: 25px;
    text-decoration: none !important;
}

a.btn-custom-fb:hover,
a.btn-custom-fb:focus,
a.btn-custom-fb:active {
    background-color: #6e87c7;
    color: #fff;
}

a.help-button{
border-radius:50%;
    font-size:20px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    display: inline-block;
    background:#efeeee;
    padding: 3px;
    color:#616361;
    margin-left:5px;
    text-align:center;
}
a.help-button:hover{
    text-decoration: none;
    background:#e4e4e4;
    
}

/*======== navigation Genres  ========= */
.affix {
    top: 0;
    width: 100%;
    z-index: 100;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-default {
    background-color: #5a4e45;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;

}
.navbar-nav>li>a {
    line-height:38px;
}
.nav > li > a i {
    font-size: 1.375rem;
    line-height: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}
.navbar-default .navbar-form{
    border:0;
}

@media (min-width: 768px) {
    /* .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    } */

    .dropdown-menu {
        min-width: 150px;
        border: 0px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    .navbar-nav .dropdown .dropdown-menu li:hover {
        background-color: #333;
    }
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #a7a093;
    height: 4px;
    border-radius: 2px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-nav.widemenu{
    height:68px;
    overflow: hidden;
}

.navbar-default .navbar-nav.widemenu > li > a:hover {
    background-color: #5a4b42;
    color:#fff;
}
.navbar-default .navbar-nav.widemenu > li:not(:first-child) > a:focus{
    background-color:#f7f7f7;
    color:#333;
}
.widemenu > li {
    position: static !important;
}

.widemenu .dropdown-menu > li {
    float: left !important;
}

.widemenu .dropdown-menu > li > a {
    width: auto !important;
}

.widemenu .dropdown-menu {
    background-color: #f7f7f7;
    border: 0px;
    box-shadow: 0 3px .25rem rgba(0, 0, 0, 0.2);
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
}

.widemenu .dropdown-menu a {
    color: #333;
    float: left;
    padding: .625rem .312rem;
    display: block;
    width: 14.375rem;
    font-size: 1.125rem;
    margin:3px;
}

.widemenu .dropdown-menu a:hover {
    text-decoration: none;
    color: #000;
    background: #ebebeb;
}

.widemenu > li > .dropdown-menu {
    padding-bottom: 15px;
}
.widemenu .dropdown-menu li.active a{
   background: #ebebeb;
}
.widemenu .dropdown-menu .container {
    padding-top: 25px;
    padding-bottom: 55px;
}

.widemenu .dropdown.open {}

.widemenu > .open > a,
.widemenu > .open > a:focus,
.widemenu > .open > a:hover {
    background-color: #f7f7f7;

}

/* ja grib lai tikai uz hoveru atveras, aktivizēt, un dzēst data-toogle dropdown.
.widemenu .dropdown:hover .dropdown-menu {
    display: block;
}

.widemenu .dropdown-menu:hover {
    display: block;
}
*/
.widemenu .dropdown:hover {
    background-color: #f7f7f7;
}
.dropdown-menu .container a.view-all{
    display:block;
    width:100%;
    text-align: center;
    padding:5px;
    font-size:18px;
    background:#eee;
    margin-top:-10px;
}
.dropdown-menu .container a.view-all:hover{
background:#e6e4e4;

}
.dropdown-menu .badge {
    background: #cacaca;
    font-weight: normal;
}
.navbar-nav .divider{
    width:100%;
    border-bottom:1px solid #ddd;
}
.navbar-default .navbar-nav > li > a.info-menus{
    color:#808080;
    font-weight: 400;
}
#mini-logo {
    display: none;
}

#mini-logo .logo-home {
    width: 41px;
    margin-right: 5px;
}

ul#user-menu-mobile ul.dropdown-menu a{
    font-size:1rem;
    padding:4px;
    display: block;
    font-weight: 600;
}

/*======== MAIN SEARCH Homepage   ========= */
#home-search {
    width: 100%;
    background: url(../imgs/search_bg2.jpg) top center no-repeat;
    background-position: 50% 0%;
    padding-top: 100px;
    padding-bottom: 100px;
}
#home-search.pages{
    padding-top: 80px;
    padding-bottom:80px;
    background-position: 50% 15%;
}
#home-search.pages.authors-bg{
        background: url(../imgs/search_bg3.jpg) top center no-repeat;
}
#home-search.pages.quotes-bg{
        background: url(../imgs/search_bg_quotes.jpg) 80% center no-repeat;
}
#how-to{
    width: 100%;
    background: url(../imgs/how-to-bgBig.jpg) top center no-repeat;
    background-position: 50% 0%;
    padding-top: 135px;
    padding-bottom: 135px;    
    background-position: 50% 15%;
}

#home-search h2.slogan, #how-to h2.slogan{
    color: #fff;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 15px;
    text-transform: none;
    margin-top: 0px;
}
#home-search h2.slogan.infopage{
    font-size: 1.875rem;
}
#how-to h2.slogan.infopage{
    font-size: 36px;
}
#home-search ion-icon {
    height: 24px;
    width: 24px;
    color: #ddd;
}

#home-search .input-group > input {
    height: 50px;
    border-color: #fff;
    font-size: 1.125rem;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#home-search .input-group-btn > .btn {
    height: 50px;
    border-left-width: 0;
    left: -5px;
    border-color: #fff;
}

#home-search .input-group-btn > .btn:hover {
    background-color: #fff;
}

#home-search .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #fff;
}

#home-search a {
    color: #fff;
    font-size: .875rem;
    display: inline-block;
    margin-top: 10px;
}
.homepage.how-to-area{
    margin-top:-10px;
}
.how-to-area .how-to-top{
    padding:85px 0px;
background:url(../imgs/how-to-bgHome.jpg) top center no-repeat;
    text-align: center;

}
.how-to-area .how-to-top h1{
    text-transform: none;
    color:#fff;
    font-size:34px;
}
.btn-how-to{
    background:#44382C;
    padding:15px 40px;
    color:#fff;
    border:0px;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    text-align:center;
    vertical-align:middle;
    border-radius:4px;
    margin-top:10px;
}
.how-to-area i{
    font-size:88px;
    color:#3bb3c2;
    
}
.how-to-area i.brown{
    color:#9e7b60;
}
.how-to-area .middle-line{
 border-right: 1px solid #ddd;    
}
.how-to-area p{
    margin-bottom:50px;
}
.homepage.how-to-area h2{
    float:none;
    font-size: 22px;
    margin-top:40px;
    margin-bottom: 40px;
}

.homepage.how-to-area h3{
    margin-bottom:20px;
}
/*======== Homepage  Content  ========= */
.counters{
    padding-top:45px;
}
.counters span.big{
   float:left;
    font-size: 40px;
    line-height: 1;
}
.counters p{
    float:left;
    margin-left:10px;
    text-transform: uppercase;
    line-height: 1;
    font-size:15px;
    margin-top:5px;
    font-weight:600;
}
#middle .white-bg {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border-radius: 4px;
    padding-bottom: 30px;
}
  @media screen and (min-width: 768px) {
#middle .white-bg.upper{
    margin-top:-50px;
}
}
#middle.home figure{
    padding:10px;
}
.homepage{
    padding-top:10px;
}

.home-img-overlay{
    position: relative;
    background:#fff;
    z-index: 1;
}

.home-img-overlay:before{
    top:-36px;
    position:absolute;
    left:0;
    display:block;
    width:100%;
    height:48px;
    content:'';
    -webkit-mask: url(../imgs/mala.svg);
    mask:url(../imgs/mala.svg);
    background:inherit;  
}
/*christmas-home-css */
.christmas-section{
    background-image: url("../imgs/christmas_bg3.jpg");
background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top:40px;
    padding-bottom:60px;
    color:#fff;
    background-attachment: fixed;
}
.christmas-section a,.christmas-section h2, .christmas-section .book-list figcaption span.author{
    color:#fff !important;
} 
.christmas-section .homepage.book-list h2{
    font-size:36px;
    text-transform: none;
    text-shadow: 1px 1px 2px #000;
    margin-bottom:20px;
}
/*christmas-home-csss */

.homepage-separator {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.homepage h2 {
    margin: 20px 0px;
    float: left;

}
.homepage.user-list h2, .homepage.book-list h2{
        font-size:20px;
    font-weight: 400 !important;
    font-family: "Raleway";
}

.homepage i.glyphicon {
    font-size: 1.625rem;
    margin: 0px 0px;
    /* color: #949494; */
}
.homepage-grey{
    background:#eee;
    padding-bottom:30px;
}
.homepage-grey .padding-fix{
    padding-left:5px;
    padding-right:5px;
}
.book-list .btn-default{
   margin-bottom:5px;
    
}
.book-list h4{
    font-weight: 600;
    font-size: .875rem;
    margin: 5px 0px;
}

.book-list h5 {
    font-weight: 600;
    font-size: .875rem;
    margin: 5px 0px;
    text-transform: none;
}
.book-list figcaption h4{
    text-transform: none;
}
.book-list figure .thumbnail {
    margin-bottom: 0px;
    padding-bottom: 131%;
    border: 0;
    position:relative;
}
.book-list figure .thumbnail .reserved{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(253,159,61,0.9);
    padding:4px;
    color:#fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius:0px 0px 4px 4px;
    text-transform: uppercase;
}
.book-list figure .thumbnail .sold{
    position: absolute;
    bottom:0;
    left:0;
    top:0;
    width:100%;
    background:rgba(86, 84, 82, 0.7);
    padding:4px;
    color:#fff;
    text-align: center;
font-weight:600;
font-size:20px;
    border-radius:0px 0px 4px 4px;
    text-transform: uppercase;
    align-items:center;
    justify-content:center;
    display:flex;
}
.book-list figure .thumbnail .sold span{
    display:block;
    font-size:12px;
    bottom:10px;
    position: absolute;
}
.book-list figcaption span.author, table#my-listings span.author {
    font-size: .875rem;
    display: block;
    color: #807E7E;
}

.book-list figcaption {
    padding: 5px;
}

.book-list figcaption span.stars,
table.description-list span.stars a,
table.listing-list span.stars, .listings-small-list span.stars {
    font-size: 1rem;
    color: #f89d2c;
    display: block;
}
table.listing-list a.stars:hover{ 
text-decoration: none;
}
table.listing-list a.stars{
        font-size: 1rem;
    color: #f89d2c;
    display: block;
}

.book-list ion-icon {
    font-size: 18px;
    color:#61544b;
    /* color:#ffb93a; Dzeltenas Ikonas */
}

.book-list.minheight{
    min-height:700px;
}

/*
.homepage.user-list {
    border-bottom: 0px !important;
}
*/
.user-list h4 {
    text-transform: none;
    font-weight: 600;
    font-size: 1rem;
    margin: 5px 0px;
}

.user-list figure .thumbnail {
    margin-bottom: 0px;
    padding-bottom: 99%;
    border: 1px solid #ddd;
    border-radius: 50% !important;
}

.user-list figcaption span.place {
    font-size: .875rem;
    display: block;
    color: #807E7E;
}

.user-list figcaption {
    padding: 5px;
}
.user-list figcaption .ion-record, .forumlist .ion-record, .owl-item .ion-record,td.user-profile .ion-record, .reviews-list .ion-record, .listings-small-list .ion-record, .user-profile-page h3 .ion-record{
    font-size:10px;
    color:#8BD111;
}
.user-list figcaption span.stars {
    font-size: 1rem;
    color: #f89d2c;
}
.user-list .btn-xs{
    display: block;
}
.small-profile-image {
    display: inline-block;
    border-radius: 50% !important;
    height: 60px;
    width: 60px;
    border: 1px solid #ddd;
    margin-right: 20px;
}

.reader-on{
    position: absolute;
    width: 50px;
    right:2px;
    top:2px;
    z-index:99;
}
/* user info layout at open  */
.listing-user-box{
display: flex;
flex-direction: row;
justify-content:center;
align-content:stretch;
}
.listing-user-description{
    flex-grow:1;
}
.listing-user-photo{
        text-align:center;
} 
@media (max-width: 450px) /* special smaller */{
    .user-profile .btn.contact-user{
        width:100%;
    }   
    .listing-user-box{ 
    flex-direction: column;
    }

}
/*======== Category layout  ========= */

.breadcrumb {
    font-size: .875rem;
    padding: 0px;
    background-color: #fff;
}

.book-list h2,
.book-profile h2, .user-list h2 {
    font-weight: 600;
}

aside {
    margin-top: 10px;
}

#asideAffix {
    padding-right: 20px;
    z-index: 10;
    background-color: #efefeb;
}

#asideAffix span.filter-name {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    font-weight: 600;
}

#asideAffix .condition .checkbox-inline {
    display: block;
    margin-left: 0px;
}

#asideAffix select {
    margin-bottom: 5px;
}

#asideAffix button {
    width: 100%;
    background-color: #3bb3c2;
    border: 0px;
    color: #fff;
}

#asideAffix button:hover,
#asideAffix button:focus {
    background-color: #48c0cf;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #ecebeb;
    border-color: #ddd;
    color: #333;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover {
    color: #333;
}

/* sidebar Filtru affix */
aside .affix {
    position: fixed;
    top: 60px;
    bottom: 30px;
    z-index: 10;
    max-height: 100%;
}

aside .showup, .book-list .showup{
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
}


/*===== AUTORI List/profile =====*/
.authors-pages h3{ 
    font-size:16px;
    text-transform: uppercase;
    font-weight: 600;
}
.authors-pages h4{ 
font-size:18px;
text-transform:none;
    font-weight: 400;
}
.authors-pages .photo{
  width:70px;
height:70px;
    display:block;border-radius:50% !important;
    margin-right:10px;
    margin-bottom:5px;
}
.brand-letter {
    font-weight: 600;
    font-size: 28px;
    background: #eee;
    padding: 10px 0px;
    text-align: center;
}
.nav-authors{
    display:flex;
    flex-flow:wrap;
    justify-content: center;
    flex-direction: row;
}
.nav-authors a{
 display:inline;
padding:10px;
font-size:26px;
font-weight:600;
margin:5px; 
background:#eee;
}
.nav-authors a:hover{
    text-decoration: none;
    background:#ddd; 
}
.nav-authors a.on{
background:#5a4e45;
color:white;
}

.brand-name {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
}
.brand-name a{
  font-weight: 600;
    padding:5px;
}
.brand-name a:hover{
    text-decoration: none;
    background:#eee;
}

.top-authors-item{
    display:flex;
    align-items: center;
}
.top-authors-item span{
    font-size:14px;
    color:#a2a2a2;
}
.main-forum-bg article{
    display: block;
    padding-bottom: 10px;

}
.main-forum-bg article:after{
    display: table;
    clear: both;
    content:"";
    }

.main-forum-bg article >a{
    float:left;display: block;
    margin:0px 7px 0px 0px;
    
}
.main-forum-bg article img{
    height:55px;
}
.main-forum-bg article .article-title{
    overflow: hidden;
    line-height: 18px;
    word-break:break-word;
    position: relative;
    font-size: 0.875rem;
    display: block;
}
.main-forum-bg article .article-title .pub_date{
    font-weight: 400;   
}
.main-forum-bg article .article-title .stars{
   color:#f89d2c;
    font-size: 1rem;
    display: block;
    font-weight: 400;
    
}
/* == Quotes == */


.quote {

    letter-spacing: .03em;
    margin-bottom: .5rem;
    font-size:18px;
    line-height: 30px;
}
.quote:before{
        content: "“";
        left: -.6em; 
    font-size:24px;
}
.quote:after{
        content: "”";
        margin-right: -1rem; font-size:24px; 
}
.quote--container {
    margin: 2.5rem auto 0;
    border-bottom: 2px dotted #C6D1BF;
    padding-bottom: 1.5rem;
}
.quote--container.at-author-page{
    width:450px;
}

.quote--author {
    font-family: 'Open Sans Condensed';
    font-size: 20px;
    text-align: right;
    font-weight: 600;
}
.quote--options span{
    color:#777676;
    font-size:12px;
}
.quote--options > div{
    display:inline-block;
}
.quotes-masonry .masonry-layout-panel{
    padding:10px;
}
.quotes-masonry .masonry-layout-panel-content{
    padding:5px;
}
.quotes-masonry .quote--container{
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
    background:#fafafa;
    padding:25px 15px;
    margin: .5rem auto 0;
    border:0;
}
.quotes-masonry .quote{
    font-size:22px;
    line-height:26px;
}

.quotes-tags .btn-transp{
       margin-bottom:5px;
    margin-right:5px;
    border-color:rgb(169 166 166);
}
.quotes-tags .btn-transp:hover{
    background-color:#e7e4df;
}

.add-quote{
    float:right;
    color:#655243;
    font-weight:600;
    margin-left:10px;
}
.random-quote-sidebar .more-quotes{
   text-decoration:underline;
    display:block;
    float:right;
    margin-top:20px;
    margin-bottom:10px;
    color:#a5a4a4;
}
.random-quote-sidebar article.quote--container{
    margin:10px 5px;
}
.blogs-page h3 a.comments {
    color:#fd9f3d;
    font-size:18px;
}
.blogs-page .main-forum{
    padding:4px 10px;
    font-size:14px;
}
.blog-mainimage{
    padding-bottom:50%;width:50%;
}
@media (max-width: 450px) /* special smaller */{
    
    .blog-mainimage{
        padding-bottom:98%;width:100%;
    }
}
.blogs-page article.blog-post h2{
    font-size:1.375em;
    text-transform:none;
}
.blogs-page article .meta-data{
    color:gray;
    font-size:14px;
    margin-bottom:25px;
}
.blog-post-comment{
   margin-bottom:25px; 
}
.blog-comments-titles{
    font-size: 18px;
    padding-bottom:15px;
}
.blog-post-comment .comment-author{
    font-weight:600; 
}
.blog-post-comment span{
    font-size:14px;
    color:gray;
}
.profile-image-comments {
    display:block;
    border-radius: 50% !important;
    height: 110px;
    width: 110px;
    border: 1px solid #ddd;
    margin: 0px auto;
}

/*===== BOOK PROFILE =====*/

.image-1of1 {
    width: 100%;
    padding-bottom: 99%;
    float: left;
    display: block;
    margin-top: 3px;
    margin-right: 3px;
}

.image-1of2 {
    width: 49%;
    padding-bottom: 99%;
    float: left;
    display: block;
    margin-top: 3px;
    margin-right: 3px;
}

.image-2of2 {
    width: 48%;
    padding-bottom: 99%;
    float: left;
    display: block;
    margin-top: 3px;
    margin-right: 3px;
}

.image-1of3 {
    width: 48%;
    padding-bottom: 99%;
    float: left;
    display: block;
    margin-top: 3px;
    margin-right: 3px;
}

.image-2of3 {
    width: 49%;
    padding-bottom: 49%;
    float: left;
    display: block;
    margin-top: 3px;
    margin-right: 3px;
}

.image-3of3 {
    width: 49%;
    padding-bottom: 49%;
    float: left;
    display: block;
    margin-top: 3px;
    margin-right: 3px;
}

.book-description h3 {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    float:left;
    display: contents;
}

.book-description a.author {
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    color:#929292;
}
.book-description .add-to-fav ion-icon{
    font-size:1.375rem;
}
.book-description a.author:hover {
    text-decoration: none;
}

.book-description .btn-group {
    margin-top: 15px;
}

.book-user.border-left{
    border-left:1px solid #ddd;
}
.book-user .btn-group.open > .dropdown-menu, .book-description .btn-group.open > .dropdown-menu {
    background-color: #f4f1ea;
}

.book-user .btn-group .dropdown-menu > li > a:hover, .book-description .btn-group .dropdown-menu > li > a:hover {
    background-color: #e6e1d5;
}

.nav.book-tabs > li:first-child > a {
    margin-left: 0px;
    padding: 10px 15px;
}

table.description-list {
    width: 100%;
    font-size: .875rem;
    margin-bottom: 25px;
    margin-top: 15px;
}

table.listing-list {
    /* background-color: #f7f7f7;*/
    /* border:1px solid #ddd;*/
    width: 100%;
    font-size: .875rem;
    margin-bottom: 25px;
    margin-top: 5px;

}

table.listing-list tbody tr td {
    padding: 3px 15px;
}

table.listing-list tbody tr td.about {
    padding: 15px 15px;
}

table.listing-list tbody .detail-item {
    width: 25%;
    font-weight: 600;
}

table.listing-list tbody .detail-value {
    width: 75%;
}

table.description-list tbody .detail-item {
    width: 40%;
    font-weight: 600;
}

table.description-list tbody .detail-value {
    width: 60%;
}

table.description-list tbody tr td {
    border-bottom: solid 1px #e8e6e6;
    padding: 3px 0px;
}

table.description-list span.stars a:hover,
table.listing-list span.stars a:hover {
    text-decoration: none;
}

.btn.book-options {
    background-color: #F4F1EA;
}

.open > .dropdown-toggle.btn-default.book-options:focus,
.open > .dropdown-toggle.btn-default.book-options:hover {
    background-color: #F4F1EA;

}

.book-user .btn.book-options .caret,.book-description .btn.book-options .caret  {
    margin-left: 10px;
}

table.listing-list tbody tr td.user-profile {
    border-top: 1px solid #e8e6e6;
    padding: 10px 10px;
    background:#f6f6f4;
}

table.listing-list .price {
    font-size: 1.875rem;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #61544b; 
    display: inline-block;
}
table.listing-list .price span{
    color:#B12704!important;
}
table.listing-list tbody .user-details, .listings-small-list .user-details {
    display: block;
    font-size: .875rem;
}

table.listing-list tbody a.user-name, .listings-small-list .user-name {
    font-weight: 600;
    display: inline-block;
}

table.listing-list .label.reserved {
    background-color:#fd9f3d;
    font-size: 14px;
    font-weight: 400;
    display:inline-block;
    padding:7px;
}
.listings-small-list .label.reserved{
      background-color:#fd9f3d;
    font-size: 14px;
    font-weight: 400;
    display:block;
    padding:7px;
}

.user-profile .btn.contact-user,.user-profile-page .btn.contact-user  {
    color: #fff;
    background-color: #3bb3c2;
    border-color: #3bb3c2;
    /* background-color: #F4F1EA;*/

    font-size: 1.125rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.user-profile .btn.contact-user:hover, .user-profile-page .btn.contact-user:hover{
    background-color: #48c0cf;
}
.user-profile .btn.contact-user.follow-user:hover, .user-profile-page .btn.contact-user.follow-user:hover{
    background-color: #857467;
}


.book-user a.favorite{
    display:inline-block;
 font-size:1.5rem;
    margin-top:10px;
    float:right;
    display: inline-block;    
    
}
.book-description a.favorite{
    display:inline-block;
 font-size:1.5rem;
    margin-top:10px;
    display: inline-block;    
    
}

a.favorite:before{

    content: "\f387";
      font-family: "Ionicons";
    font-size: 1.5rem;
    color:#fd9f3d;
    font-weight: 200;
    cursor:pointer;
}

a.favorite:hover, a.favorite:focus, a.favorite:active{
    text-decoration: none;
}
a.favorite:hover:before{
    content: "\f388";
    text-decoration: none;
}
a.favorite.checked:before{
        content: "\f388";
      font-family: "Ionicons";
    font-size: 1.5rem;
    color:#fd9f3d;
    
}

a.favorite.grey:before{

    content: "\f3ae";
      font-family: "Ionicons";
    font-size: 1.7rem;
    color:#ccc;
    font-weight: 200;
    cursor:pointer;
}
a.favorite.grey:hover:before{
    content: "\f2fc";
    text-decoration: none;
}
a.favorite.grey.checked:before{
        content: "\f2fc";
      font-family: "Ionicons";
    font-size: 1.7rem;
    color:#ccc;
    
}


.favorite-wrap{
    display:inline-block;
}

table.listing-list .user-profile .btn.contact-user ion-icon {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    /* color:#8c7f76; */
}

.book-profile h4 {
    font-size: 16px;
    padding: 15px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;

}
.listings-small-list h4{
    padding:5px 0px;
}

.sort-by{
    padding-top: 15px;
}
.sort-by .dropdown-toggle{
    cursor:pointer;
    color:grey;
}
.sort-by .dropdown-toggle:hover{
    text-decoration: none;
    color:#333;
}
.listings-small-list{
   /* background:#f7f7f7;*/
    /*border:1px solid #ddd;*/
    padding:10px;
}
.listings-small-list a.link-over{
 text-decoration: none;   
    display: block;
    padding:7px 5px;
    border-top:1px solid #ddd;
}
.listings-small-list a.link-over:hover{
    background:#f6f6f6;
}
.listings-small-list span.user-name{
    font-size:14px;
}

.listings-small-list .separator{
    border-top:1px solid #e8e6e6;
    margin-top:5px;
    margin-bottom:5px;
}


.not-loged-listing{
    width:100%;
    text-align: center;
    font-weight: 600;
    font-size:16px;
    padding:20px 0px;
}
.not-loged-listing a{ 
    text-decoration:underline;
}

.not-loged-listing a:hover{
    text-decoration: none;
}

.not-loged-smalllist{
    font-size:14px;
    display: block;
    color:#929292;
}

.sub-section {
    border-top: solid 8px #efefeb;
    margin-top: 30px;
}

.sub-section .book-options {
    margin-top: 25px;
}

table.description-list span.stars a span {
    color: #333;
    font-size: .875rem;
}
    .book-list span.price span{
        font-size:20px;
        display: inline-block;
 color:#B12704!important;
    }
.rating {
    float: left;
}

.rating span {
    float: right;
    position: relative;
}

.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.rating span label {
    position: relative;

    display: inline-block;
    width: 0;
    height: 0;

    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;

    border-right: .3em solid transparent;
    border-bottom: .7em solid #ddd;
    border-left: .3em solid transparent;

    /* Controlls the size of the stars. */
    font-size: .875rem;
    cursor: pointer;
}
.rating.small-stars span label{
  font-size: .755rem;  
}
.rating span label:before,
.rating span label:after {
    content: '';

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    top: .6em;
    left: -1em;

    border-right: 1em solid transparent;
    border-bottom: .7em solid #ddd;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.rating span label:after {
    transform: rotate(35deg);
}

.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {

    border-bottom: .7em solid orange;
}

.rating span:hover ~ span label:before,
.rating span:hover label:before,
.rating span.checked label:before,
.rating span.checked ~ span label:before {

    border-bottom: .7em solid orange;
}

.rating span:hover ~ span label:after,
.rating span:hover label:after,
.rating span.checked label:after,
.rating span.checked ~ span label:after {

    border-bottom: .7em solid orange;
}
/*darker */
.rating.dark span:hover ~ span label,
.rating.dark span:hover label,
.rating.dark span.checked label,
.rating.dark span.checked ~ span label {

    border-bottom: .7em solid #f5780e;
}

.rating.dark span:hover ~ span label:before,
.rating.dark span:hover label:before,
.rating.dark span.checked label:before,
.rating.dark span.checked ~ span label:before {

    border-bottom: .7em solid #f5780e;
}

.rating.dark span:hover ~ span label:after,
.rating.dark span:hover label:after,
.rating.dark span.checked label:after,
.rating.dark span.checked ~ span label:after {

    border-bottom: .7em solid #f5780e;
}
#reviewtype.nav > li:first-child > a{
    padding-left:15px !important;
    margin-left:0px !important;
    padding-right:15px !important;
    padding-bottom:10px !important;
}
#reviewtype.nav-tabs>li.active>a, #reviewtype.nav-tabs>li.active>a:focus, #reviewtype.nav-tabs>li.active>a:hover{
    border-bottom-color:white;
}
@media (max-width: 767px) {
#reviewtype.nav-tabs{
    margin-top:20px;
}
}
.rate-additional{
    font-size:14px;
}
.reviews-list .row {
    padding-bottom: 15px;
}

.reviews-list .user-name {
    font-weight: 600;
    display: inline-block;
}

.reviews-list .date,
.reviews-list .reviewed-stars {
    display: block;
    font-size: .875rem;
}

.reviews-list .reviewed-stars span {
    color: orange;
    font-size: 1.3rem;
}
@media (max-width: 500px) { 
.reviews-list .date, .reviews-list .reviewed-stars{
    font-size:.775rem;    
    }
.reviews-list .reviewed-stars span {
    font-size: 1rem;
}
}

.reviews-list .reviewed-stars.dark span{
   color:#f5780e; 
}
.reviews-list .reviewed-stars.right span {
    float:right;
}
.review-textbox{
/* background:#f4f4f4;
  border-radius: 10px;
    padding:15px; */
}
.review-replybox{
padding:10px;margin-top:10px;background:#f4f4f4;border-radius:10px;
}
.reviews-list p {
    margin-top: 10px;
}

#addreview .btn.book-options {
    margin-top: 10px;
}
#addreview textarea{
   /* background-color:#f7f7f7; */
}
.hasread-list .glyphicon {
    font-size: 1.625rem;
    margin: 20px 0px;
    color: #949494;
}
span.not-rated-title{
    font-size:1.125rem;
    padding:15px 0px;
    display: inline-block;

}
.modal-header{
    background:#f8f8f8;
}
.modal-header span.book-title{
    font-size:24px;
    font-weight: 600;
    display: block;
    color:#333;
}
.modal-pills ul.nav-pills li{
    list-style:none;
    padding:0px;
}

.moderator-options{
    padding: 15px 5px;
    border:1px solid #ddd;
    margin-top:20px;
    background:#efefef;
}
/*==============  3.FORUMS  ============== */

.forumlist .comment-options{
    font-size:12px;
}
.forumlist hr{
    margin-top:7px;
    margin-bottom:15px;
    border-color:#efeaea;
}
.forumlist .about-cat{
font-size:12px;
    display: block;
}
.forumlist .about-cat3{
font-size:12px;
  color:#8a8a89;
    display:inline;
}
.forumlist .about-cat2{
font-size:14px;
    display: block;
}
.forumlist .cat-title{
    font-weight:600;
    font-size:18px;

}
.forumlist a.topic-title{
font-size:16px;
    font-weight: 600;
}

.forumlist .author-name{
    font-weight: 600;    
}
.forumlist input#reply_to{
    border:0;
    background:#f1f0f0;
    font-weight: 600;
    box-shadow:none;
    padding:0px;
}
.forumlist .bg{
    background:#f1f0f0;
    padding:10px;
    margin-bottom:30px;
}
.forumlist .counter{
    font-size: 24px;
    font-weight: 600;
}
.forumlist .quote{
    background:#f1f0f0;
    font-size: 10px;
    padding-left:10px;
    margin-left:30px;
    border-left:2px solid #e9ebee;
    margin-right:55px;
}
.sticky-icon{
    float:left;
}
.sticky-icon:before{
    content: "\f2a6";
      font-family: "Ionicons";
    margin-right:10px;
font-size: 24px;
    display:inline-block;
    float:left;
    color:#f9ad3c;   
}
.sticky-icon2:before{
    content: "\f2a6";
      font-family: "Ionicons";
font-size: 24px;
    display:inline-block;
    color:#f9ad3c;  
    margin-right:5px;
    margin-left:5px;
}
.closed-icon{
    float:left;
}
.closed-icon:before{
    content: "\f392";
      font-family: "Ionicons";
    margin-right:6px;
font-size: 24px;
    display:inline-block;
    float:left;
    color:#f9ad3c;   
}
.closed-icon2:before{
    content: "\f3b5";
      font-family: "Ionicons";
font-size: 24px;
    display:inline-block;
    color:#f9ad3c;   
}
.closed-icon3:before{
    content: "\f392";
      font-family: "Ionicons";
font-size: 24px;
    display:inline-block;
    color:#f9ad3c;   
}
.attach-icon:before{
    content: "\f147";
      font-family: "Ionicons";
font-size: 18px;
    display:inline-block;
    color:#f9ad3c;   
}
.delete-icon:before{
    content: "\f252";
      font-family: "Ionicons";
font-size: 24px;
    display:inline-block;
    color:black;   
}
.attach-icon{
    display:inline;
}

.addphoto-forum{
    cursor: pointer;
}

.main-forum{
    padding:7px 15px;
    border-bottom:1px solid #dadde1;
   
}
.main-forum-bg{
    background: #f7f7f7;
    padding:20px;
    margin-bottom:20px;
}
.comment-options{
    color:#b1aeae;
    text-align: right;
}
/* FORUMAM Responsive TABULAI CSS */

 table#forumlist {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table#forumlist tr {
    border-bottom: 1px solid #eceded;
    padding-top: 5px;
    padding-bottom: 5px;
  }


  table#forumlist th {
    font-size: 12px;
      text-align:left;
      font-weight: 400;
  }
 table#forumlist td:first-child {
    text-align: center;
    }
.forumlist .author-name {
    display:block;
    
    }
.forumlist .profile-area{
    word-wrap:break-word;
    text-align: center;
}
.forumlist .profile-area .thumbnail{
    display:inline-block;
}
.forumlist .offers-post a.author-name{
    font-weight:400;
    display:inline-block;
    color:#acaaaa;
}
.forumlist .offers-post a.author-name:hover{
    color:#25A3B2;
}
.forumlist .offers-post i{
    font-size:18px;
    margin-right: 3px;
    display: none;
}
.forumlist .offers-post .topic-title{
    font-size:16px;
}
table#forumlist.front td .author-name{
     color:#5a4e45;
}
 table#forumlist td.author {
    padding-top:10px;
    padding-bottom:10px;
     border:0px;
    }
table#forumlist .text-center{
          text-align:left !important;
      } 
table#forumlist .replies,table#forumlist .views {
          font-weight: 600;
    font-size: 24px;
      }
table#forumlist img{
          margin-top:10px;
      }
table#forumlist .pad{padding-left:10px;}

table#forumlist .author{
    width:17%;
}
table#forumlist .topic{
    width:54%;
}
table#forumlist .topic p{
    font-size:14px;
}
table#forumlist .replies{
    width:7%;
}
table#forumlist .views{
    width:7%;
}
table#forumlist .last-reply{
    width:15%;
}
 table#forumlist.front td:first-child {
    text-align: left;
     padding-top:15px;
     padding-bottom: 15px;
    }
table#forumlist.front td.labels{
    font-size:12px;
    
}
table#forumlist.front td.topics-count{
    font-size:24px;
    font-weight: 600;
}

table#forumlist.front td.category{
    width:60%;
}
table#forumlist.front td.topics-count-title{
    width:10%;
}
table#forumlist.front td.last-topics{
    width:30%;
}
table#forumlist.front td.category h1{
    color:#a2663d;
}
      table#forumlist.front td .author-name, 
      table#forumlist td .author-name.last{
      display:inline;
          color:#a2663d;
      }
a.report i {
    font-size:20px;
    color:#dfdddd;
    margin-left:10px;
}
  @media screen and (max-width: 768px) {
      table#forumlist tr{
          border-bottom:0px;
     margin-bottom: 10px;
      display: block;
          background:#f3f3f3;
      } 
      table#forumlist.front tr.top-category{
          background:none;
      }       
      
      table#forumlist.front .last-active,  
      table#forumlist td .author-name.last{
          display:block;
          clear:both;
      } 
      
     .forumlist .author-name{
    display:block;
}

      
      table#forumlist.front td:first-child{
          padding-top:0px;
          padding-bottom:0px;
      }
table#forumlist.front tr{
    border-bottom: 0px;
}
      .forumlist h1{
    font-size:18px;
}
table#forumlist.front td.category, table#forumlist.front td.topics-count-title, table#forumlist.front td.last-topics{
    width:100%;
}
      table#forumlist.front td.topics-count{
          font-size: inherit;
          font-weight: inherit;
      }   
      
table#forumlist .author, table#forumlist .topic, table#forumlist .replies, table#forumlist .views, table#forumlist .last-reply
      {
          width:100%;
      }
    table#forumlist {
      border: 0;
    }

    table#forumlist thead {
      display: none;
    }

   
    table#forumlist td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px solid #e8e7e7;
    padding-left:15px;
        padding-right:15px;
    }
          table#forumlist.front td {
      border-bottom: 0px;

    }
      table#forumlist td.topic{
          text-align: center;
          
      }
    table#forumlist td:last-child {
      border-bottom: 0;
    }

    table#forumlist td:before {
      content: attr(data-label);
      float: left;
      color:#8f8f8f;

    }
      table#forumlist.front .text-center{
          text-align:right !important;
      }
table#forumlist .replies,table#forumlist .views {
          font-weight: 400;
    font-size: inherit;
      }  
      .forumlist .quote{
          margin-right:2px;
          margin-left:10px;
      }
  }

/*===== REGISTRATION Page =====*/

.registration .btn-custom-fb{
    padding:15px;
    font-size: 1rem;
    
}
.registration .form-control{
    margin-bottom:8px;
}
.registration span{
    font-weight: 600;
    padding:10px;
    background:#fff;
}
.registration .or-email:after{
    content:"";
    border-top:1px solid #ddd;
    display: block;
    margin-top:-12px;
    margin-bottom:35px;
}
.registration .or-email{
    margin-top:40px;
}

.registration .btn-default{
    background-color:#3bb3c2;
    border-color:#3bb3c2;
    color:#fff;
}
.registration .btn-custom-fb ion-icon{
    vertical-align: middle;
    margin-right: 5px;
}

/*===== USER PROFILE =====*/

.user-filters {
    background-color: #f4f4f4;
    margin-top:10px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.user-filters form{
    margin:15px 0px;
}

.user-filters input.price{
    width:90px;
}
.user-filters select.condition{
    width:150px;
}
.user-filters input.keyword{
    width:215px;
}

.uer-profile-home-list .btn-default{
    margin-right:5px;
}

.user-profile-page figure{
    display: block;
    padding-top: 10px;
    text-align: center;
}

.user-profile-page .photo{
    height:180px;
    width: 180px;
    border:5px solid #fff;
    border-radius: 50% !important;
    display: inline-block;
}
.user-profile-page h3{
    font-weight: 600;
    margin-top: 0px;
    margin-bottom:5px;
    text-align: center;
}

.user-profile-page h3 a:hover{
    text-decoration:none;
}
.user-profile-page a.stars{
    display: block;
    text-align: center;
    font-size: 1.25rem;
    color:#f89d2c;
    margin-bottom: 10px;
}
.user-profile-page a.stars:hover{
    text-decoration: none;
}
.user-profile-page .write-review{
    text-align:center;
    margin-bottom:10px;margin-top:-10px;
}
.user-profile-page .write-review .btn-default{
    border-color:rgb(201 203 206);
    background-color:transparent;
}
a.stars span{
    color:#333;
    font-size:.875rem;
    text-align: center;
}
.user-profile-page .value{
    display: block;
    font-size:.875rem;
    text-align: center;
}
.user-profile-page .value.reading{
    text-align: left !Important;
    border-top:1px solid #ddd;
    padding-top:10px;
}
.user-profile-page .book-list h4{
    font-size:20px;
}
.user-profile-page .book-list figcaption{
    padding:15px 0px;
    margin-left:-10px;
}

.user-profile-page .value.about-me {
    text-align: justify;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top:10px;
    padding-bottom: 20px;
    padding-right:15px;
    padding-left:5px;
}
.user-profile-page .value.about-me.empty{
    text-align: center;
}

.user-profile-page span.value a{
    font-size:16px;
}
.user-profile-page span.value a i.ion-more{
    font-size:30px;
    vertical-align: middle;
}
.follow-wrap{
    display: inline-block;
    width:48%;
    margin-bottom:0px; /* bija 10px */
}

a.show-profile-submenus i{
   font-size:26px; 
    display: block;
}

.user-profile-home-list .separator{
    border-top: 1px solid #ddd;
    margin-top:10px;
    margin-bottom: 10px;
    clear: both;
}
.user-profile-home-list .book-list .showup i{
    font-size:1.5rem;
}
.user-profile-home-list.book-list .showup{
    text-align: right !important;
}

.user-profile-home-list .book-profile .glyphicon {
    font-size: 1.625rem;
    margin: 20px 0px;
}
/* new more button */
.view-more a .glyphicon{
    font-size: 1.625rem;
    vertical-align: middle;
}
.view-more a {
    font-size:20px;
    font-weight: 600;
}
.user-profile-home-list ul.nav-pills{
    padding:0px;
}

.user-profile-home-list ul.nav-pills li{
    list-style: none;
    padding:0px;
}
.btn.contact-user.follow-user{
    background-color: #746458;
    border-color:#746458;
}

.user-profile-page .btn.contact-user{
    width:100%;
}
.user-profile-page .muted{
    font-size: .75rem;
    color:#989797;
    display: block;
    text-align: center;
}

.user-profile-page .muted.inline{
    display: inline;
}

.user-profile-page .muted 
.reviews-list.in-profile .small-profile-image {
    margin-right: 0px;
}

.reviews-list hr{
    clear: both;
    margin-top:10px;
    margin-bottom: 10px;
}

.btn-default.active{
   /* background-color:#eaeaea; */
    box-shadow: none;
    -webkit-box-shadow: none;
   background-color:#3bb3c2;
    border-color:#3bb3c2;
    color:#fff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color:#3bb3c2;
    border-color:#3bb3c2;
    color:#fff;
}

.user-profile-page .book-list.currently-reading h4{
    font-size:16px !Important;
    margin:0px;
}
/* ===== MAILBOX =====  */

.mailbox .me {
    float:right;
    background:rgb(215, 241, 190);
    padding:10px 20px;
    border-radius:8px;
    margin:2px 0px;
    max-width:480px;
    position: relative;
   font-size: 14px;
}
.mailbox .book-profile h4{
    font-weight: 400;
}
/*
.mailbox .me.unread:before{
    content:"\f3c3";
    font-family: "Ionicons";
    position: absolute;
    left:-25px;
    font-size:20px;
}
*/
.mailbox .me .unread{
    float:left;margin-right:10px;
}
.mailbox .client {
    background:#f1f0f0;
    padding:10px 20px;
    border-radius:8px;
    margin:2px 0px;
    max-width: 480px;
    float:left;
    position: relative;
    font-size: 14px;
}

.mailbox #message{
    margin-top:10px;
}
.mailbox .label-default, .message-list .label-default{
   background-color:#ef911d; 
}

.mailbox .delete-image{
   float:right;
    margin-left:10px;
    font-size:20px;
    color:#808080;
    
}
.mailbox a.delete-image:hover{
    color:#333;
}

.mailbox .timeread{
    display:block;
    font-size:10px;
    color:#868673;
}

.message-list p{
    font-size:14px;
    margin:0 0 5px;
}

.message-list .row{
    margin-bottom:5px;
    padding-top:5px;
}
.message-list .brd{    border-bottom:1px solid #ddd;}
.message-list .unread p, .message-list .unread {
    color:#333;
    font-weight:800;
}
.message-list .sent_date{
    font-size:11px;
    color:#b5b4b4;
    display:block;
}
.nav-pills .label-default {
    margin-left:5px;
       font-size: 14px;
    font-weight: 600;
    background-color:#fd9f3d; 
    height:25px;
    width:25px;
}

.message-list .delete-image{
    display:inline-block;
    font-size:20px;
    margin-left:10px;
    color:#808080;
}

.message-list a.delete-image:hover{
    color:#333;
}

.mailbox-nav i{font-size:24px;margin-right:5px;}

.addphoto-mailbox{
    cursor: pointer;
}

/* ==== FAQ === */
.faq-search input,.faq-search button{
    height:50px;
    font-size:18px;
    box-shadow:none;
}
.faq-search-box{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top:10px;
    padding-bottom:10px;
    background:#fafafa;
    margin-bottom:20px;
}
.faq-search-box .radio{
    display: inline-block;
    margin-left:15px;
    margin-bottom:0px;
    font-size:14px;
}

.faq-category{
    text-transform:uppercase;
    font-size:16px;
    margin-bottom:10px;
    padding-top: 20px;
    font-weight: 600;
}

.faq-category ~ .faq-category {
  border-top: 1px solid #ddd;
}

.faq-question{
   cursor:pointer;
    font-size:18px;
    display:block;
    margin-bottom:5px;
    padding-bottom: 5px;
}
.faq-question:before{
    content: "\f104";
      font-family: "Ionicons";
    font-size: 14px;
    display:inline-block;
    margin-right: 5px;
}
a.faq-question:hover{
    text-decoration: none;
    color:#000;
}
.faq-answer{
    padding:20px;
    margin-bottom:20px;
   border-radius:20px; background:rgba(255,229,100,0.2);
}
.faqanchor{
    position: absolute;
   top:-200px;
}
.faqbox{
    padding-left:10px;
    padding-right: 10px;

}
.faqbox.opened{
        padding-top:20px;
background:#f4f4f4; 
}


.masonry-layout {
  column-count: 4;
-webkit-column-count: 4; 
  -moz-column-count: 4;    
  column-gap: 0;
-webkit-column-gap: 0; 
  -moz-column-gap: 0;
}
.masonry-layout-panel {
  break-inside: avoid;
  padding: 5px;
}
.masonry-layout-panel-content {
  padding: 5px;
}
.masonry-layout .main-cat{
    font-weight: 600;
    display: block;
    margin-bottom:5px;
}
.masonry-layout .subcat{
   display: block;
    color:#22808c;
}
/*===== EDIT PROFILE =====*/

.edit-profile-page label{
    font-size: .875rem;
}
.edit-profile-page .notifications label{
    display: block;
    float: left;
    clear:both;
}
.notifications .checkbox-inline+.checkbox-inline{
    margin-left:0px;
}
.edit-profile-page .radio{
    display: inline-block;
}
.edit-profile-page label.gender{
    display: block;
}
.edit-profile-page label.gender i{
    color:#b1adad;
    font-size:18px;
}
.edit-profile-page .delete-account{
    color:#9e9d9d;
    font-size: .875rem;
}

.upload-image {
    display:none !important;   
}
.edit-profile-page label.btn-upload{
    font-size:1.125rem;
    padding: 15px;
    font-weight: 600;
}
.edit-profile-page .delete-image{
    font-size:1.375rem;
    display:inline-block;
}
span.fb-account{
    width:100%;
    background-color:#6278b0;
    color:#fff;
    padding:10px;
    text-align: center;
    display: block;
}


.edit-profile-page .styled-radio label {
    float:left;
    
}

.edit-profile-page .styled-radio label .opt:before{
           content: "\f372";
      font-family: "Ionicons";
    margin-right:6px;
font-size: 30px;
}

.edit-profile-page .styled-radio label .opt {
    text-align:center;
    padding:5px;
    display:block;
    margin:3px;
    font-size:14px;
    font-weight:normal;
    border-radius:4px;
    cursor:pointer;
}
/*
.ck-button label #cipars:hover:before{       content: "\f373";
      font-family: "Ionicons";
    margin-right:6px;
    font-size: 20px;}
*/
.edit-profile-page .styled-radio label input {
    position:absolute;
    top:-20px;
}

.edit-profile-page .styled-radio input:checked + .opt:before {
       content: "\f373";
      font-family: "Ionicons";
    margin-right:6px;
    font-size: 30px;
    
}





/*===== MY BOOKS =====*/

a.btn-default.add-listing{
    background-color: #746458;
    border-color:#746458;
    color:#fff;
    font-weight: 600;
    margin-right: 5px;
}
a.btn-default.add-listing:hover{ 
    background-color:#887363;
    color:#fff;
}

.btn.search-button i{
    font-size:1.25rem;
}
.btn.search-button{
    font-size:16px;
    border:0;
    background-color:#fff;
    font-weight: 600;
}
.input-group.big-border{
    border:8px solid #faefbc;
    border-radius:4px;
}
/* Responsive TABLE CSS start */

 table#my-listings {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table#my-listings tr {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:left;
  }


  table#my-listings th {
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 1px;
      text-align:center;
      font-weight: 600;
  }

  table#my-listings tr td{
   padding:5px;
  }

table#my-listings thead i{
    font-size:1.25rem;
}
table#my-listings tr td i, table#my-listings tr td ion-icon{
    font-size:1.25rem;
    margin-right:10px;
}
table#my-listings .thumbnail {
    margin-bottom:0px;
}   
table#my-listings a.book-title{
    font-weight: 600;
    display: inline-block;
}
table#my-listings td.book-image{
    width:10%;
}
table#my-listings td.book-params{
    width:50%;
}
table#my-listings td.actions{
    width:20%;
    text-align: center;
} 
table#my-listings td.favs-visits{
    width:10%;
    text-align: center;
}
table#my-listings .price{
    font-weight: 600;
    display: block;
}

  @media screen and (max-width: 768px) {
      
    table#my-listings {
      border: 0;
    }

    table#my-listings thead {
      display: none;
    }

    table#my-listings tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }
      
      table#my-listings tr td i{
          font-size: 1.625rem;
      }
      
    table#my-listings td {
      display: inline-block;
      font-size: .875rem;
    padding-left:15px;
        padding-right:15px;
    }
   
    table#my-listings td:last-child {
      border-bottom: 0;
    }

    table#my-listings td:before {
     /* content: attr(data-label); */
      float: left;

    }
table#my-listings td.book-image{
    width:25%;
}
table#my-listings td.book-params{
    width:30%;
}
table#my-listings td.actions{
    width:15%;
} 
table#my-listings td.favs-visits{
    width:10%;
}  
table#my-listings .price{
    font-size: 1rem;
}      
      table#my-listings .book-image .img-responsive{width:90%;
          
      }
      table#my-listings tr td.favs-visits i{
          margin-right: 0px;
      }  
      
      .user-profile-home-list .nav-pills>li{
          float:none;
      }  
           .user-profile-home-list .nav-pills{
          float:none !important;
      }  
.modal-pills .nav-pills{
        padding:0px;
      }      
      .modal-pills .nav-pills>li,.modal-pills .nav-pills{
          float:none !important;
      }
      .modal-pills .nav-pills>li .btn-default{
          width:100%;
      }      
  }

/* Responsive TABLE CSS end */ 

#my-listings .label.reserved{
    background-color:#fd9f3d;
}
#my-listings .label.reserved a{
    text-decoration: none;
    color:#fff;
}
/*===== Accordion menu MOB =====*/

#my-books-accord .panel-title a{
 display:block;  
 text-transform: none;
    font-size: 18px;
}
#my-books-accord .panel-title a:hover,#my-books-accord .panel-title a:focus{
    text-decoration: none;
}
#my-books-accord .table{
    margin-bottom:0px;
}
#my-books-accord .table a{
    font-size: 16px;
    font-weight: 600;
    display: block;
}
#my-books-accord .table a:hover,#my-books-accord .table a:focus {
    text-decoration: none;
}
/*===== ADD LISTING =====*/
.searchbook-form-bg{
    padding:50px 30px;
   border-radius:20px; background:rgba(255,229,100,0.3);
}

label.search-db{
    font-size: 1rem;
}
.form-group label.required:after { 
   content:"*";
   color:red;
    margin-left:3px;
}
.add-book-bg{
    background-color:rgba(255,229,100,0.3);
    padding:20px 0px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    clear: both;
}
.add-book-bg .form-group{
    margin-bottom:0px;
}

.add-new-book figure a.thumbnail i{
display: block;
    font-size: 2.25rem;
    margin-bottom:15px;
}
.add-new-book figure a.thumbnail{
    padding-top: 30%;
    padding-bottom:50%;
    background:#ffeebe;
    text-align: center;
    font-weight: 600;
    font-size: 1.125rem;
    padding-left:20px;
    padding-right:20px;
    
}
.add-new-book figure a.thumbnail:hover{
    text-decoration: none;
    background-color: #fee8ab;
}

.add-book-bg i.book-icon {
    font-size: 4.875rem;
    margin-bottom: 20px;
    color:#5e5e5d;
}


.add-styled-radio label .opt {
    text-align:center;
    padding:20px;
    display:block;
    margin:3px;
    font-size:1.125rem;
    background:#e9e9e9;
    font-weight:normal;
    border-radius:4px;
    cursor: pointer;
}
.add-styled-radio label .opt:hover{background-color:#87CEDB;color:#fff;}

.add-styled-radio label input {
    position:absolute;
    top:-20px;
}

.add-styled-radio input:checked + .opt {
    background-color:#5db8c9;
    color:#fff;
    position: relative;
    
}
.add-styled-radio input:checked + .opt:before{
       content:"\f121";
    font-family: "Ionicons";
   color:#fff;
    position: relative;
    margin-right:5px;
}

/* autofill css*/

#authors-list{
    z-index:1000;
    float:left;
    list-style:none;
    padding:0;
    position: absolute;
border:1px solid #ccc;
}
#authors-list li{
    padding: 5px; 
    background: #fff; 
    border-bottom: #ccc 1px solid;
}
#authors-list li:hover{
    background:#ccc;
    cursor: pointer;
}

.btn-group.choose-shelve .dropdown-menu>li>a.selected{
    background-color:#e8e1d2;
}


/*===== CMS =====*/

input.addprod{
    width:50%;
    margin-bottom: 5px;
}

/* autofill css*/

#tag-list{
    z-index:1000;
    float:left;
    list-style:none;
    margin-top:-16px;
    padding:0;
    position: absolute;
border:1px solid #ccc;
}
#tag-list li{
    padding: 10px; 
    background: #fff; 
    border-bottom: #ccc 1px solid;
}
#tag-list li:hover{
    background:#ccc;
    cursor: pointer;
}


span.cms-title{
    font-size:20px;
    display: block;
    margin-top: 10px;
}
.results-divider{
    margin-bottom:30px;
    background:#f6f6f6;
    margin-top:20px;
    padding:10px;
}

.dashboard h1{
    font-size:28px;
    margin-top:0px;
}
.dashboard h3{
    font-size:18px;
    font-weight: 600;
}
.dashboard .border-bottom{
    border-bottom:1px solid #ddd;
}
.dashboard .boxo{
    background:#e1f4f1;
    padding:18px 10px;
    text-align: center;
}

.dashboard .boxo .counter{
    font-size:38px;
    font-weight:600;
}
.dashboard .boxo p{
        margin:0px;
    font-weight: 600;
}
/*===== FOOTER =====*/

footer {
    min-height: 350px;
    padding-top: 40px;
    text-align: center;
    background-color: #efefeb;
    font-size: .875rem;
}

footer img {
    display: inline-block;
    margin-bottom: 15px;
    width: 159px;
}
footer img.social{
    width:inherit;
    margin-top:10px;
}
footer ul {
    list-style: none;
    padding: 0px;
    display: block;
}

footer ul li {
    margin-right: 20px;
    display: inline-block;
}

#mobile-login {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 5px;
    text-align: center;
    z-index: 100;
        box-shadow:0 -1px 2px rgba(0, 0, 0, 0.1);
}
#mobile-login.no-pad{
    padding:0px;
}
#mobile-login .login {
    border: 0px;
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #746458;
    font-weight: 600;
}

#mobile-login .register {
    border: 0px;
    background-color: #3BB3C2;
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

#mobile-login .login:hover,
#mobile-login .login:focus,
#mobile-login .login:active {
    text-decoration: none;
    background-color: #857467;
}

#mobile-login .register:hover,
#mobile-login .register:focus,
#mobile-login .register:active {
    text-decoration: none;
    background-color: #48c0cf;
}
#mobile-login.newmail a{
    text-decoration: none;
    font-weight:600;
    padding:7px 10px;
    background-color:#58493d;
    color:#fff;
}
#mobile-login.newmail .label-default{
    background-color:#fd9f3d;
}

ul.quick-menu-fixed{
    display:flex;
    margin:0;
    list-style:none;
    padding:0px;
    box-shadow:0 -1px 2px rgba(0, 0, 0, 0.1);
}
ul.quick-menu-fixed li{
    text-align: center;
    flex-grow:1;
    padding-top:10px;
    border-left:1px solid #eee;
}
ul.quick-menu-fixed li:hover{
    background-color:#eee;
}
ul.quick-menu-fixed li a.quick-menu-icon{
font-size:24px; 
    display:block;
    position: relative;
}
ul.quick-menu-fixed li a.quick-menu-text:hover,ul.quick-menu-fixed li a.quick-menu-text:focus{
    text-decoration:none;
}
ul.quick-menu-fixed li a.quick-menu-text{
    font-size:14px;
    display: block;
}
ul.quick-menu-fixed li a.quick-menu-icon .label-default{ 
    left:50%;
    position:absolute;
    padding:6px;
    top:-7px;
    font-size:0.75rem;
    font-weight: 600;
    background-color:#fd9f3d;
    width:25px;
    height:25px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
ul.quick-menu-fixed li a.quick-menu-icon .label-default.notif{
    left:55%;
}

.register-modal {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.cookie-banner {
    background: white;
    z-index: 1000;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-size: 12px;

}

/*===== RESPONSIVE =====*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
        .bicon-wallet{
        width:18px;
        height:18px;
    }
    
    
    #logo-line-header {
        display: none;
    }

    .affix {
        position: relative;
    }

    .nav > li:first-child > a {
        padding-left: 10px;
    }
    .nav > li:first-child > a:focus{
        background-color:transparent;
    }
    .navbar-default{
        background-color:#fff;
    }
    .navbar-default .navbar-brand {
        padding-top: 10px;
    }
    .navbar-nav>li>a{
        line-height:20px;
    }
    .dropdown-menu li a{ 
            display: block;
        font-size: 16px;
        padding:3px 15px;
    }
    .dropdown-menu.mob-left{
        left:-70px;
    }
.btn-highlight.mob-bigger{
    min-width:135px;
}    
    table#my-listings tr td a.mob-dots ion-icon{
        font-size:2.25rem;
        color:#333;
    }
    .btn-group.open .dropdown-toggle.mob-dots{
        box-shadow:none;
    }
    .dropdown-menu li.active a{
        background:#f7f7f7;
        padding:5px;
    }
    .book-profile h4 {
        margin-bottom: 0px;
    }

    .sub-section .book-options {
        margin-top: 0px;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .book-user .btn-group.visible-xs{
        display: inline-block !important;
        width:100%;
        margin-top:5px;
       
    }
    .book-description .btn-group{
             width:100%;
        margin-top:5px;
    }

    .book-user .btn-group.visible-xs .book-options, .book-description .btn-group .book-options {
        width:100%;
         margin-top:5px;
    }
    .user-profile-home-list .btn-default{
        width:100%;
        
    }
    .user-filters select, .user-filters select.condition, .user-filters input:not(input[type=checkbox])  {
        width:100%;
        margin-bottom:5px;
    }
    .user-filters .form-group {
        width:49%;
        display: inline-block;
    }
    .user-filters input.price, .user-filters input.keyword{
        width:100%;
    }
    .navbar-default .navbar-nav > li > a{
        font-weight: 600;
        color:#333;
        font-size: 18px;
        border-bottom:1px solid #ddd;
    }
    
    .listings-small-list{
        margin-top:20px;
        border:0px;
    }
    table.listing-list{
        border:0px;
    }
    
.masonry-layout {
  column-count: 2;
-webkit-column-count: 2; 
  -moz-column-count: 2;    
  column-gap: 0;
-webkit-column-gap: 0; 
  -moz-column-gap: 0;
}  
    .follow-wrap{
        margin-bottom:0px;
    }
    .pagination-lg > li > a, .pagination-lg > li > span{
        margin:3px;
    }

    table.transactions td:last-child {
      border-bottom: 0;
    }

    table.transactions td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: 600;
    } 
    table.transactions tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    } 
    table#my-listings.transactions td {
      display: block !important;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    padding-left:15px;
        padding-right:15px;
    }    
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    aside .affix {
        position: relative;
        top: 0px;
    }

    /* lai pāri customScrollbar ļauj mobile scrollot uz leju. Defaultā ļauj tikai zoomot  */
    .mCustomScrollbar {
        touch-action: auto !important;
        -ms-touch-action: auto !important;
    }

    .book-description {
        margin-top: 30px;
    }


}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/*========== RESPONSIVE - MIXINS ==========*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    ...
}


@media (min-width: 768px) and (max-width: 991.98px) {
    #top-quick-search {
        display: none;
    }
    
  .new-usermenu a span{
  font-size:13px;
}
.new-usermenu .add-listing.btn-lg{
  font-size:12px;
  margin-left:10px;
  padding:10px 5px !important;
}
.new-usermenu .add-listing i{
  font-size:16px;
}  
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* navbar Home link affix */
    .nav > li:first-child > a {
        padding-left: 0px;
       /*   margin-left: -15px; */
        padding-right: 0px;
        padding-bottom: 5px;
        padding-top: 10px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* sidebar Filtru affix */
    aside .affix {
        width: 220px;

    }

    aside .collapse {
        display: block;
        visibility: visible;
    }

    aside .affix:hover {
        overflow-y: auto;
    }
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* sidebar Filtru affix */
    aside .affix {
        width: 260px;

    }
}

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {

    /* sidebar Filtru affix */
    aside .affix {
        width: 325px;

    }
}
