form {
    margin: 0px;
}
textarea {
    resize: none;
}
.tooltip {
    display: none;
    z-index: 9999;
}
.dropdown-menu {
    z-index: 9999;
}
.dropdown-menu .all {
    text-align: center;
}
.form-horizontal .control-group {
    margin-bottom: 0px;
}
.modal {
    position: absolute;
}
.help-block {
    font-size: 12px;
}
.img-polaroid {
    background-color: #eee;
}
.modal .btn-success {
    white-space: normal;
}
.modal.static {
    position: static;
    width: auto;
    top: auto;
    left: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px;
}
.popover-title-custom {
    padding: 5px 10px;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
span.btn {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: normal;
    margin: 0px;
    appearance: button;
    -webkit-appearance: button;
    -moz-appearance: button;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    font: -webkit-small-control;
    align-items: flex-start;
    padding: 10px;
}
input.input-date {
    cursor: pointer;
    background-color: #FFF;
}
textarea.textarea-resize {
    vertical-align: top;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    resize: none;
}
.no-photo {
    background-color: #eee;
    background-image: url('../images/user.png');
    background-position: center;
    background-repeat: no-repeat;
}
.my-profile-pic-small {
    width: 42px;
    margin: -15px 0px -10px -15px;
    /*width: 38px;
    margin: -10px 0px -10px -14px;*/
}
.pagination.big {
    padding: 20px 0px;
    margin: 0px;
}
.pagination.small {
    margin: 0px;
    padding: 20px 0px 20px 12.5%;
}
.scroll-desktop .jspVerticalBar {
    width: 7px;
}
.scroll-desktop .jspDrag {
    background: rgba(0, 0, 0, 0.498039);
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0ms cubic-bezier(0.33, 0.66, 0.66, 1);
    -webkit-transform: translate(0px, 0px) translateZ(0px);
    -webkit-background-clip: padding-box;
    box-sizing: border-box;
}
.scroll-desktop .jspTrack {
    background-color: #eee;
}
.navbar-inverse.navbar-static-top {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.navbar-inverse .container {
    width: 100%;
}
.navbar-inverse .brand {
    margin: 0px;
/*    font-family: 'Berkshire Swash', cursive;*/
    font-family: 'Patua One', cursive;
    letter-spacing: 1px;
    font-size: 24px;
    position: relative;
    z-index: 1000;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.navbar-inverse .navbar-inner {
    padding: 0px;
}
.navbar-inverse .nav .icon {
    background-image: url('../images/icons-header-extended.png');
}
.navbar-inverse .nav .icon .total {
    display: block;
    font-size: 11px;
    line-height: 8px;
    background-color: rgba(255, 0, 0, 0.9);
    color: #FFF;
    padding: 2px 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    top: -9px;
    right: -6px;
    text-align: center;
    width: auto;
    float: left;
}
.navbar-inverse .dropdown-menu li a {
    overflow: hidden;
    font-size: 12px;
}
.navbar-inverse .dropdown-menu li a img {
    width: 50px;
    padding: 0px;
}
.navbar-inverse .dropdown-menu li.center {
    text-align: center;
}
/*.navbar-inverse .dropdown-menu.messages li span {
    display: inline-block;
    padding-left: 5px;
}*/
.navbar-inverse .dropdown-menu.dropdown-shopping-cart .table,
.navbar-inverse .dropdown-menu.messages .table {
    margin: 0px;
    white-space: normal;
    min-width: 280px;
    position: relative;
}
.navbar-inverse .dropdown-menu.dropdown-shopping-cart .table-cell {
    vertical-align: middle;
}
.navbar-inverse .dropdown-menu.messages .table-cell {
    vertical-align: top;
}
.navbar-inverse .dropdown-menu.dropdown-shopping-cart .table-cell:first-child,
.navbar-inverse .dropdown-menu.messages .table-cell:first-child {
    width: 52px;
}
.navbar-inverse .dropdown-menu.dropdown-shopping-cart .table-cell:last-child,
.navbar-inverse .dropdown-menu.messages .table-cell:last-child {
    padding-left: 10px;
}
.navbar-inverse .dropdown-menu.dropdown-shopping-cart .table-cell:last-child b {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 52px;
}
.navbar-inverse .dropdown-menu.messages .table-cell:last-child b {
    display: block;
}
/*.navbar-inverse .dropdown-menu li span.label-middle {
    padding: 0px 10px;
    width: 120px;
    white-space: normal;
}
.navbar-inverse .dropdown-menu li.item {
    width: 280px;
}
.navbar-inverse .dropdown-menu li.center {
    text-align: center;
}
.navbar-inverse .dropdown-menu li .table-link {
    display: block;
}*/
.navbar-inverse .dropdown-menu li .table-cell {
    display: table-cell;
    vertical-align: middle;
}
/*.navbar-inverse .dropdown-menu.messages li span b {
    display: block;
    clear: both;
}*/
.navbar-inverse .nav .icon-custom-messages {
    background-position: -240px -122px;
}
.icon-custom-notifications {
    background-position: -313px -26px;
}
.navbar-inverse .nav .icon-custom-cart {
    background-position: -360px -121px;
}
.navbar-inverse .nav .male.icon-custom-profile {
    background-position: -169px -1px;
}
.navbar-inverse .nav .female.icon-custom-profile {
    background-position: -169px -1px;
}
.navbar-inverse .nav-right {
    float: right;
    margin-right: 0px;
}
.navbar-inverse .divider-vertical {
    border-right: 0px;
    border-left-color: #444;
    margin: 0px;
}
.navbar-inverse .input-prepend {
    float: left;
    margin: 5px 0px;
}
.navbar-inverse .navbar-search {
    margin: 0px;
}
.navbar-inverse .input-prepend input {
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
}
.navbar-inverse .input-prepend .btn-group {
    margin: 0px;
}
.navbar-inverse.navbar-second {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.navbar-inverse.navbar-second .nav {
    margin: 0px auto;
    float: none;
    left: auto;
}
.container-fluid {
    padding: 0px;
    overflow: hidden;
}
.row-fluid {
    height: 100%;
}
.container-fluid .image {
    display: block;
    float: left;
    overflow: hidden;
    border: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#body.horizontal .container-fluid .image {
    width: 12.5%;
}
#body.horizontal .container-fluid .image a {
    display: block;
}
#body.vertical .container-fluid .image {
    width: 25%;
}
.container-fluid .unstyled {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}
.container-fluid .scroll-images {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
}
/* end */ 
#product-preview {
    display: none;
    position: absolute;
    cursor: pointer;
}
#product-preview a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 31px;
}
#product-preview a.full {
    bottom: 0px;
}
#product-preview img {
    border: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 100%;
}
/*
.image-info {
    display: none;
}
.sell .image-info,
.trade .image-info {
    position: absolute;
    bottom: 3px;
    right: 3px;
    display: block;
}
.trade .icon-custom {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('../images/icons.png');
    float: right;
    margin: 0px 3px;
}
.icon-custom-sell {
    background-position: 0px 0px;
}
.icon-custom-trade {
    background-position: 0px -25px;
}*/
.container-custom.left {
    width: 12.5%;
    background-color: #1B1B1B;
    background-image: -moz-linear-gradient(top,#222,#111);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
    background-image: -webkit-linear-gradient(top,#222,#111);
    background-image: -o-linear-gradient(top,#222,#111);
    background-image: linear-gradient(to bottom,#222,#111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: pprogid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
    border-right: 1px solid #444;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#body.horizontal.desktop {
    position: relative;
    overflow: hidden;
}
#body.horizontal.desktop .container-custom.left {
    position: absolute;
    /*top: 84px;*/
    left: 0px;
/*    height: 3000px;*/
    height: 100%;
}
#body.horizontal.desktop .container-custom.right {
    margin-left: 12.5%;
/*    min-height: 640px;*/
    /*min-height: 768px;*/
    min-height: 650px;
}
.container-custom.right {
    width: 87.5%;
}
.container-custom.left .nav-list.nav-options-collapse {
    margin-top: 10px;
}
/* 2nd level */
.container-custom.left .nav-list.nav-second-level > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.container-custom.left .nav-list.nav-second-level > li > a,
.container-custom.left .nav-list.nav-second-level .nav-header {
  margin-left:  -30px;
  margin-right: -30px;
}
/* end */
.container-custom.left .nav-list .divider {
    background-color: #0e0e0e;
    border-bottom: 1px solid #444;
}
.container-custom.left .nav-list img {
    width: 118px;
    height: 118px;
    display: block;
    margin: 0px auto;
}
.container-custom.left .nav-list .no-photo {
    width: 118px;
    height: 118px;
    display: block;
    margin: 0px auto;
}
.container-custom.left .nav-list>li>a, 
.container-custom.left .nav-list .nav-header {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.container-custom.left .nav-list>li>a.btn-action-category-new:hover,
.container-custom.left .nav-list>li>a.btn-action-category-new:focus {
    background: #51A351;
}
.name-big {
    display: block;
    float: left;
    padding: 10px 20px;
    font-family: 'Patua One', cursive;
    letter-spacing: 1px;
/*    position: relative;*/
    position: absolute;
    z-index: 1000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}
.container-custom .nav-list a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.container-custom .nav-list a.active, 
.container-custom .nav-list a:hover, 
.container-custom .nav-list a:active {
    background-color: #1b1b1b;
    background-color: #1B1B1B;
    background-image: -moz-linear-gradient(top,#222,#111);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
    background-image: -webkit-linear-gradient(top,#222,#111);
    background-image: -o-linear-gradient(top,#222,#111);
    background-image: linear-gradient(to bottom,#222,#111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: pprogid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.container-custom .nav-list a.active, 
.container-custom .nav-list a:hover, 
.container-custom .nav-list a:active, 
.navbar-inner .container .name-big:hover, 
.navbar-inner .container .name-big:active {
    color: #fff;
    text-decoration: none;
}
/* accordion */
.accordion-group {
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px;
}
.breadcrumb-header,
.accordion-heading {
    background-color: #1B1B1B;
    background-image: -moz-linear-gradient(top,#222,#111);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
    background-image: -webkit-linear-gradient(top,#222,#111);
    background-image: -o-linear-gradient(top,#222,#111);
    background-image: linear-gradient(to bottom,#222,#111);
    background-repeat: repeat-x;
    filter: pprogid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
    border-color: #252525;
}
.breadcrumb-header {
    color: #999;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px;
}
.breadcrumb-header > li > .divider {
    color: #999;
}
.breadcrumb-header > li {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.breadcrumb-header a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
.breadcrumb-header a:focus,
.breadcrumb-header a:hover,
.breadcrumb-header a:active {
    color: #FFF;
}
.accordion-heading a {
    color: #999;
    text-decoration: none;
}
.accordion-heading a:hover,
.accordion-heading a:active {
    color: #fff;
}
/* end */
/* autocomplete */
.ui-autocomplete {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: auto !important;
    z-index: 10000 !important;
}
.ui-autocomplete .ui-menu-item a {
    margin: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item {
    line-height: 20px;
}
.ui-autocomplete .ui-menu-item a.ui-state-focus,
.ui-autocomplete .ui-menu-item a:focus,
.ui-autocomplete .ui-menu-item a:hover {
    margin: 0px;
    color: #FFF;
    text-decoration: none;
    border: 0px;
    background: none;
    background-color: #0081C2;
    background-image: -moz-linear-gradient(top,#08C,#0077B3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08C),to(#0077B3));
    background-image: -webkit-linear-gradient(top,#08C,#0077B3);
    background-image: -o-linear-gradient(top,#08C,#0077B3);
    background-image: linear-gradient(to bottom,#08C,#0077B3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}
/* end */
/* error messages */
.label-message {
    margin: 0px;
    padding: 0px 10px 10px;
    font-size: 12px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.label-message span.error {
    display: none;
}
.label-message.alert-error {
    padding-top: 10px;
    margin-bottom: 10px;
}
.label-message.alert-error span.error {
    display: block;
    white-space: normal;
}
/* end */
.accordion-inner {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    border-top: 0px;
}
/* login style */
.main-container .modal-header h5,
.main-container .modal-header h3 {
    text-align: center;
}
.main-container .label-message {
    padding: 0px 0px 10px;
}
.main-container .label-message.alert-error {
    padding: 10px;
}
.main-container .modal-header {
    overflow: hidden;
}
.main-container .modal-header .connect {
    display: block;
    margin: 0px auto;
    width: 384px;
}
.main-container .modal-header .connect a {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background-image: url('../images/icons.png');
    margin: 0px 10px;
}
.main-container .modal-header .connect a.facebook {
    background-position: 0px -216px;
}
.main-container .modal-header .connect a.twitter {
    background-position: 0px -108px;
}
.main-container .modal-header .connect a.googleplus {
    background-position: 0px 0px;
}
.main-container .modal-body h5 {
    text-align: center;
}
.main-container .modal-2 .modal-body .inputs input {
    margin: 0px;
}
.main-container .modal .separator {
    border-bottom: 1px solid #eee;
}
.main-container {
    padding-bottom: 31px;
}
.main-container .modal .separator {
    border-bottom: 1px solid #eee;
}
.main-container .modal.fade.in {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0px auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
    min-height: 100%;
}
.modal-footer {
    padding: 5px 15px 5px;
    text-align: center;
}
.modal-footer-custom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.choose-interests h5,
.choose-interests h6 {
    text-align: center;
}
.choose-interests .modal-header h5 {
/*    text-align: left;*/
    text-align: center;
    line-height: 31px;
    overflow: hidden;
}
.choose-interests .modal-header h5 > span {
    display: block;
}
.choose-interests .modal-header .interests-count {
    position: relative;
    bottom: -6px;
}
.choose-interests .modal-header.bottom h5 {
    margin: 0px;
}
.choose-interests .separator {
    border-bottom: 1px solid #eee;
}
.choose-interests .interests-count.hide {
    display: none;
}
.choose-interests .btn-action-finalize-account {
    margin-left: 15px;
}
.choose-interests .modal-header .interest {
    display: block;
    width: 20px; 
    height: 20px;
    background: transparent url('../images/icons.png') -110px 0px no-repeat;
    float: left;
    margin: 0px 2px;
}
.choose-interests .modal-header .interest.active {
    background-position: -110px -23px;
}
.choose-interests .modal-body {
    padding: 0px;
    max-height: none;
}
.choose-interests .modal-body .scroll-interests-desktop {
    position: relative;
    margin-top: -10px;
    height: 459px;
}
.choose-interests .modal-body .left,
.choose-interests .modal-body .middle,
.choose-interests .modal-body .right {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.choose-interests .modal-body .left {
    width: 30%;
}
.choose-interests .modal-body .right {
    width: 70%;
    margin: 0px 1px 0px -2px;
    overflow: hidden;
}
.choose-interests .modal-body .middle {
    width: 1px; 
    background-color: #eee;
}
.choose-interests .modal-body .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 0px;
    border: 0px;
    box-shadow: none;
    float: none;
}
.choose-interests .modal-body .dropdown-menu li>a:focus {
    background: #fff;
    color: #333;
}
.choose-interests .modal-body .dropdown-menu li>a:hover {
    color: #fff;
    background-color: #0081C2;
    background-image: -moz-linear-gradient(top,#08C,#0077B3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08C),to(#0077B3));
    background-image: -webkit-linear-gradient(top,#08C,#0077B3);
    background-image: -o-linear-gradient(top,#08C,#0077B3);
    background-image: linear-gradient(to bottom,#08C,#0077B3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}
.choose-interests .modal-body .dropdown-menu li>a.active {
    color: #fff;
    background: #444;
}
.choose-interests .modal-body a:hover {
    position: relative;
}
.choose-interests .modal-body a:hover .icon {
    display: block;
    width: 7px;
    height: 12px;
    background: transparent url('../images/icons.png') -110px -47px no-repeat;
    position: absolute;
    right: 20px;
    top: 7px;
}
.choose-interests .modal-body .right .user-collection h6 {
    text-align: left;
}
.choose-interests .modal-body .right li {
    padding: 0px 10px;
    overflow: hidden;
}
.choose-interests .modal-body .right .jspScrollable .user-collection {
    padding-right: 10px;
}
.choose-interests .modal-body .right .user-collection p {
    overflow: hidden;
    margin: 0px;
}
.choose-interests .modal-body .right .user-collection img {
    display: block;
    float: left;
    border: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
/*    width: 20%;*/
}
.choose-interests .label-message {
    padding: 0px 0px 10px 0px;
}
.choose-interests .label-message.alert-error {
    padding: 10px;
}
.choose-interests ul.unstyled {
    margin: 0px;
}
.choose-interests ul.unstyled .btn {
    text-align: left;
}
.choose-interests .left .jspVerticalBar {
    z-index: 9999;
}
.choose-interests .left .btn-group-vertical {
    display: block;
    overflow: hidden;
    width: 100%;
}
.choose-interests .right img.loader {
    display: block;
    margin: 20px auto;
}
.btn-group.item-user-actions {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 1px 1px;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    filter:alpha(opacity=90);
}
.btn-group.item-user-actions .btn {
    width: 50%;
    padding: 4px 6px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    font-size: 12px;
}
.btn-action-item-view {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    zoom: 1;
    /*opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;*/
}
.btn-action-item-view:hover {
    background: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    zoom: 1;
}
/*
.choose-interests .modal .separator {
    border-bottom: 1px solid #eee;
}
.choose-interests .modal-header h5 {
    text-align: center;
}
.choose-interests .label-message {
    padding: 0px 0px 10px;
}
.choose-interests .label-message.alert-error {
    padding: 10px;
}
.choose-interests .modal-header {
    overflow: hidden;
}
.choose-interests .modal-1 .modal-header.bottom h4 {
    text-align: center;
}
.choose-interests .modal-1 .modal-header .interests-count {
    display: inline-block;
    margin: 0px 0px -7px 15px;
}
.choose-interests .modal-1 .modal-header .interests-count.hide {
    display: none;
}
.choose-interests .modal-1 .modal-header .btn-action-finalize-account {
    margin-left: 15px;
}
.choose-interests .modal-1 .modal-header .interest {
    display: block;
    width: 20px; 
    height: 20px;
    background: transparent url('../images/icons.png') -110px 0px no-repeat;
    float: left;
    margin: 0px 2px;
}
.choose-interests .modal-1 .modal-header .interest.active {
    background-position: -110px -23px;
}
.choose-interests .modal-1 .modal-body {
    padding: 0px;
}
.choose-interests .modal-1 .modal-body .block {
    float: left;
    height: 400px;
}
.choose-interests .modal-1 .modal-body .block h6 {
    text-align: center;
}
.choose-interests .modal-1 .modal-body .right {
    width: 70%;
    margin-left: -1px;
    position: relative;
    overflow: hidden;
}
.choose-interests .modal-1 .modal-body .left {
    width: 30%;
    position: relative;
    overflow: hidden;
}
.choose-interests .modal-1 .modal-body .left .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 0px;
    border: 0px;
    box-shadow: none;
    float: none;
}
.choose-interests .modal-1 .modal-body .left .dropdown-menu li>a:focus {
    background: #fff;
    color: #333;
}
.choose-interests .modal-1 .modal-body .left .dropdown-menu li>a:hover {
    color: #fff;
    background-color: #0081C2;
    background-image: -moz-linear-gradient(top,#08C,#0077B3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08C),to(#0077B3));
    background-image: -webkit-linear-gradient(top,#08C,#0077B3);
    background-image: -o-linear-gradient(top,#08C,#0077B3);
    background-image: linear-gradient(to bottom,#08C,#0077B3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}
.choose-interests .modal-1 .modal-body .left .dropdown-menu li>a.active {
    color: #fff;
    background: #444;
}
.choose-interests .modal-1 .modal-body .left .scroll-interests {
    margin-top: -10px;
    height: 360px;
    width: 100%;
    float: left;
    position: relative;
}
.choose-interests .modal-1 .modal-body .left #scroller-mobile {
    width: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    padding:0;
}
.choose-interests .modal-1 .modal-body .left .checkbox {
    float: left;
    margin: 0px;
    margin-right: 10px;
}
.choose-interests .modal-1 .modal-body .left a.btn-info {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
.choose-interests .modal-1 .modal-body .left a:hover {
    position: relative;
}
.choose-interests .modal-1 .modal-body .left a:hover .icon {
    display: block;
    width: 7px;
    height: 12px;
    background: transparent url('../images/icons.png') -110px -47px no-repeat;
    position: absolute;
    right: 20px;
    top: 7px;
}
.choose-interests .modal-1 .modal-body .middle {
    width: 1px; 
    height: 400px;
    background-color: #eee;
}
.choose-interests .modal-1 .modal-body .right .scroll-users {
    padding: 0px;
    width: 100%;
    height: 360px;
    position: relative;
    float: left;
    margin-top: -10px;
}
.choose-interests .modal-1 .modal-body .right .scroll-users h6 {
    text-align: left;
}
.choose-interests .modal-1 .modal-body .right .scroll-users .btn {
    float: right;
}
.choose-interests .modal-1 .modal-body .right .user-collection p {
    text-align: center;
}
.choose-interests .modal-1 .modal-body .right .user-collection {
    padding: 0px 20px 0px 10px;
    width: 93%;
    float: left;
    display: block;
    clear: both;
}
.choose-interests .modal-1 .modal-body .right .user-collection img {
    width: 20%;
    float: left;
    display: block;
    border: 1px solid #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/
/* end */
#item-window {
    position: fixed;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    margin: 0px auto;
}
#item-window .modal-body {
    min-height: 100%;
    height: 100%;
    max-height: none;
}
#item-window .modal-body.left {
    float: left;
    padding: 0px;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
}
#item-window .modal-body img {
    margin: 0px auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}
#item-window .modal-body img.hide {
    display: none;
}
#item-window .popover.right {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 41px;
    display: block;
    float: left;
    padding: 0px;
    /*height: 100%;
    min-height: 100%;*/
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    box-shadow: 0px 0px 0px -5px rgba(0,0,0,0.2);
    width: 50%;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    max-width: none;
}
#item-window .modal-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 9px 10px;
    z-index: 9999;
    text-align: center;
}
#item-window .popover.right .arrow {
    top: 176px;
}
#item-window .popover-title b {
    margin-bottom: 10px;
    display: block;
    clear: both;
    padding-right: 25px;
}
#item-window .popover-title {
    overflow: hidden;
    padding: 10px;
    border: 0px;
} 
#item-window .popover-title .item-details-title {
    display: block;
}
#item-window .popover-title .btn-action-item-close {
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    font-weight: bold;
}
#item-window .popover-title .brand-logo {
    display: block;
    margin-right: 10px;
}
#item-window .popover-title .brand-logo img {
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-window .popover-title small {
    display: block;
    clear: both;
}
#item-window .popover-content {
    padding: 0px;
}
#item-window .popover-content #item-actions .btn-group {
    width: 100%;
    margin: 0px;
}
#item-window .popover-content #item-actions .btn {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-window .popover-content #item-actions .btn-group>.btn:last-child {
    border-right: 0px;
    margin: 0px;
}
#item-window .popover-content #item-actions .btn-group>.btn:first-child {
    border-left: 0px;
}/*
#item-window .popover-content .accordion-heading {
    background: none;
}
#item-window .popover-content .accordion-heading a {
    color: #08c;
}
#item-window .popover-content .accordion-heading a:hover {
    color: #005580;
    text-decoration: none;
}
#item-window .popover-content .accordion-group {
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    border-left: 0px;
    border-right: 0px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}*/
.popover-content .controls,
#item-window .popover-content .controls {
    padding-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}
#item-window .popover-content .scroll-wraper {
    position: relative;
    width: 100%;
    padding-right: 10px;
}
#item-window .popover-content .scroll-item-description,
#item-window .popover-content .scroll-item-comments {
    width: 100%;
    overflow: hidden;
}
#item-window .popover-content .modal.static {
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#item-window .popover-content .modal-comment-element.span12 {
    margin: 0px;
}
#item-window .popover-content .jspScrollable .content {
    margin-right: 20px;
    width: auto;
}
#item-window .popover-content .modal-body,
#item-window .popover-content .modal-header {
    padding: 5px;   
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
#item-window .popover-content .comment-sender a {
    display: block;
    text-decoration: none;
    font-size: 12px;
}
#item-window .popover-content .comment-sender img {
    padding: 0px;
    width: 25px;
}
#item-window .popover-content .comment-content {
    text-align: left;
    font-size: 12px;
}/*
#item-window .popover-content .comment-date {
    overflow: hidden;
}
*/
#item-window .popover-content .comment-date small {
    line-height: 25px;
}
#item-window .popover-content .item-comment-rating {
    float: right;
    bottom: -5px;
    right: -5px;
}
#item-window .popover-content .item-comment-rating .btn {
    border-bottom: 0px;
}
#item-window .popover-content .item-comment-rating.btn-group>.btn:first-child {
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}
#item-window .popover-content .item-comment-rating.btn-group>.btn:last-child {
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
#item-window .popover-content .comment-wrapper {
    overflow: hidden;
}
/*#item-window .popover-content .comment-post {
    position: absolute;
    top: 0px;
    right: 10px;
    left: 10px;
    background-color: #fff;
    padding: 10px 0px;
    min-height: 50px;
    z-index: 1000;
}*/
#item-window .popover-content .comment-post {
    background-color: #fff;
    padding: 0px;
    overflow: hidden;
    padding-bottom: 10px;
    min-height: 60px;
}
#item-window .popover-content .comment-post a {
    display: block;
    float: left;
}
#item-window .popover-content .comment-post img {
    padding: 0px;
    width: 35px;
}
#item-window .popover-content .comment-post textarea {
/*    float: right;*/
    float: left;
    margin: 0px;
/*    width: 90%;*/
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
/*    min-height: 60px;*/
}
/*#item-window #item-comments .accordion-inner {*/
/*#item-window #item-comments {
    padding-top: 80px;
}*/
#item-window #accordion-item-info {
    margin: 0px;
}

#item-window #item-navbar {
    margin: 0px;
    clear: both;
    position: relative;
    z-index: 9999;
    width: 100%;
}
#item-window #item-navbar > .btn {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    border-left: 0px;
    float: left;
}
#item-window #item-navbar > .btn > a {
    color: #333;
    text-decoration: none;
}
#item-window #item-navbar > .btn.dropdown {
    padding: 0px;
}
#item-window #item-navbar > .btn.dropdown a {
    padding: 4px 12px;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-window #item-navbar>.btn:first-child {
    border-left: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#item-window #item-navbar>.btn:last-child {
    border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#item-window .modal-user-element > .modal-body.no-wants,
#item-window .modal-comment-element > .modal-body.no-comments {
    font-size: 12px;
}
#item-window .dropdown-menu {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}
#item-window .tab-content {
    clear: both;
}
#item-window .tab-pane {
    position: relative;
    padding: 10px;
    overflow: hidden;
}
#item-window .mini-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #FFF;
    height: 10px;
    z-index: 9999;
}
#item-window .modal-user-element {
    margin: 0px;
    width: 100%;
}
#item-window .modal-user-element .user-wrapper {
    overflow: hidden;
}
#item-window .modal-user-element .user-data a {
    display: block;
    text-decoration: none;
}
#item-window .user-item-actions {
    line-height: 36px;
}
#item-window .modal-user-element img {
    width: 35px;
    padding: 0px;
}
#item-window .container-fluid {
    height: 100%;
}
#item-window .item-category.nav-header {
    display: inline;
}

/* view personal item */
#item-view {
    position: fixed;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    margin: 0px auto;
}
#item-view .modal-body.left {
    max-height: none;
    max-height: none;
    position: absolute;
    left: 0px;
    bottom: 41px;
    top: 0px;
}
#item-view .modal-body.left {
    float: left;
    padding: 0px;
    width: 50%;
}
#item-view #item-actions {
    position: relative;
    z-index: 10000;
}
#item-view .thumbnails {
    display: block;
    position: absolute;
    bottom: 0px;
    margin: 0px;
}
#item-view .thumbnails .no-photo-strip {
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-view .thumbnails .thumb:last-child .no-photo-strip {
    border-right: 0px;
}
#item-view .thumbnails .middle {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    right: 0px;
    left: 0px;
}
#item-view .thumbnails .thumb {
    position: relative;
    width: 25%;
    margin: 0px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-view .thumbnails .thumb > a {
    display: block;
}
#item-view .modal-body.left {
    float: left;
    padding: 0px;
    width: 50%;
    bottom: 41px;
}
#item-view .modal-body img {
    margin: 0px auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}
#item-view .modal-body img.hide {
    display: none;
}
#item-view .popover.right {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 41px;
    display: block;
    float: left;
    padding: 0px;
    /*height: 100%;
    min-height: 100%;*/
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    box-shadow: 0px 0px 0px -5px rgba(0,0,0,0.2);
    width: 50%;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    max-width: none;
}
#item-view .modal-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 9px 10px;
    z-index: 9999;
    text-align: center;
}
#item-view .popover.right > .arrow {
    top: 176px;
}
#item-view .popover-title b {
    display: block;
    clear: both;
}
#item-view .popover-title {
    overflow: hidden;
    padding: 10px;
    border: 0px;
} 
#item-view #item-actions .popover-title-custom {
    padding: 5px 10px;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#item-view #item-actions .popover-content {
    overflow: hidden;
}
#item-view #item-actions .popover-content .trade-alert {
    padding: 8px 14px;
}
#item-view #item-actions .popover-content textarea {
    display: block;
    clear: both;
    max-height: 250px;
    margin-bottom: 10px;
    min-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#item-view #item-actions .popover-content .btn-wrapper {
    display: block;
    clear: both;
}
#item-view #item-actions .popover.bottom .arrow-custom {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}
#item-view #item-actions .popover .arrow-custom {
    border-width: 11px;
}
#item-view #item-actions .popover .arrow-custom, 
#item-view #item-actions .popover .arrow-custom:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#item-view #item-actions .popover.bottom .arrow-custom:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}
#item-view #item-actions .popover .arrow-custom:after {
    border-width: 10px;
    content: "";
}
#item-view #item-actions .popover .arrow-custom, #item-view #item-actions .popover .arrow-custom:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#item-view #item-actions .popover-content {
    padding: 10px;
}
#item-view .popover-title .item-details-title {
    display: block;
    overflow: hidden;
    white-space: normal;
    padding-bottom: 5px;
}
#item-view .popover-title .btn-action-item-close {
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    font-weight: bold;
}
#item-view #item-image-container {
    margin: 0px;
    position: absolute;
    top: 10px;
    bottom: 131px;
    left: 10px;
    right: 10px;
}
#item-view .popover-title .brand-logo {
    display: block;
    margin-right: 10px;
}
#item-view .popover-title .brand-logo img {
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-view .popover-title small {
    display: block;
    clear: both;
    margin-top: 10px;
}
#item-view .popover-title small:last-child {
    margin-bottom: 0px;
}
#item-view .popover-content {
    padding: 0px;
}
#item-view .popover-content #item-actions .btn-group {
    width: 100%;
    margin: 0px;
}
#item-view .popover-content #item-actions .btn-group > .btn {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-view .popover-content #item-actions .btn-group > .btn.btn-action-item-trade {
    border-right: 0px;
    margin: 0px;
}
#item-view .popover-content #item-actions .btn-group>.btn:first-child {
    border-left: 0px;
}/*
#item-view .popover-content .accordion-heading {
    background: none;
}
#item-view .popover-content .accordion-heading a {
    color: #08c;
}
#item-view .popover-content .accordion-heading a:hover {
    color: #005580;
    text-decoration: none;
}
#item-view .popover-content .accordion-group {
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    border-left: 0px;
    border-right: 0px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}*/
#item-view .popover-content .controls {
    padding-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}
#item-window .transport-locations span,
#item-view .transport-locations span {
    display: block;
    max-width: 300px;
    text-align: left;
}
#item-window .transport-locations span:first-child,
#item-view .transport-locations span:first-child {
    border-bottom: 1px solid #ccc;;
}
#item-view .popover-content .scroll-wraper {
    position: relative;
    width: 100%;
    padding-right: 10px;
}
#item-view .popover-content .scroll-item-description,
#item-view .popover-content .scroll-item-comments {
    width: 100%;
    overflow: hidden;
}
#item-view .popover-content .modal.static {
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#item-view .popover-content .modal-comment-element.span12 {
    margin: 0px;
}
#item-view .popover-content .jspScrollable .content {
    margin-right: 20px;
    width: auto;
}
#item-view .popover-content .modal-body,
#item-view .popover-content .modal-header {
    padding: 0px 0px 5px 0px;   
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
#item-view .popover-content .comment-sender a {
    display: block;
    text-decoration: none;
    font-size: 12px;
}
#item-view .popover-content .comment-sender img {
    padding: 0px;
    width: 25px;
}
#item-view .popover-content .comment-content {
    text-align: left;
    font-size: 12px;
}/*
#item-view .popover-content .comment-date {
    overflow: hidden;
}
*/
#item-view .popover-content .comment-date small {
    line-height: 25px;
}
#item-view .popover-content .item-comment-rating {
    float: right;
    bottom: -5px;
    right: -5px;
}
#item-view .popover-content .item-comment-rating .btn {
    border-bottom: 0px;
}
#item-view .popover-content .item-comment-rating.btn-group>.btn:first-child {
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}
#item-view .popover-content .item-comment-rating.btn-group>.btn:last-child {
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
#item-view .popover-content .comment-wrapper {
    overflow: hidden;
}
/*#item-view .popover-content .comment-post {
    position: absolute;
    top: 0px;
    right: 10px;
    left: 10px;
    background-color: #fff;
    padding: 10px 0px;
    min-height: 50px;
    z-index: 1000;
}*/
#item-view .popover-content .comment-post {
    background-color: #fff;
    padding: 0px;
    overflow: hidden;
    padding-bottom: 10px;
    min-height: 60px;
}
#item-view .popover-content .comment-post a {
    display: block;
    float: left;
}
#item-view .popover-content .comment-post img {
    padding: 0px;
    width: 35px;
}
#item-view .popover-content .comment-post textarea {
/*    float: right;*/
    float: left;
    margin: 0px;
/*    width: 90%;*/
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
/*    min-height: 60px;*/
}
/*#item-view #item-comments .accordion-inner {*/
/*#item-view #item-comments {
    padding-top: 80px;
}*/
#item-view #accordion-item-info {
    margin: 0px;
}

#item-view #item-navbar {
    margin: 0px;
    clear: both;
    position: relative;
    z-index: 9999;
    width: 100%;
}
#item-view #item-navbar > .btn {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    border-left: 0px;
    float: left;
}
#item-view #item-navbar > .btn > a {
    color: #333;
    text-decoration: none;
}
#item-view #item-navbar > .btn.dropdown {
    padding: 0px;
}
#item-view #item-navbar > .btn.dropdown a {
    padding: 4px 12px;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-view #item-navbar>.btn:first-child {
    border-left: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#item-view #item-navbar>.btn:last-child {
    border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#item-view .modal-user-element > .modal-body.no-wants,
#item-view .modal-comment-element > .modal-body.no-comments {
    font-size: 12px;
}
#item-view .dropdown-menu {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}
#item-view .tab-content {
    clear: both;
}
#item-view .tab-pane {
    position: relative;
    padding: 10px;
    overflow: hidden;
}
#item-view .show-more-locations {
    border-top: 1px solid #ccc;
    text-align: center;
}
#item-view .tab-pane h3 {
    margin: 0px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}
#item-view .mini-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #FFF;
    height: 10px;
    z-index: 9999;
}
#item-view .modal-user-element {
    margin: 0px;
    width: 100%;
}
#item-view .modal-user-element .user-wrapper {
    overflow: hidden;
}
#item-view .modal-user-element .user-data a {
    display: block;
    text-decoration: none;
}
#item-view .user-item-actions {
    line-height: 36px;
}
#item-view .modal-user-element img {
    width: 35px;
    padding: 0px;
}
#item-view .container-fluid {
    height: 100%;
}
#item-view .item-category.nav-header {
    display: inline;
}
/* end */
#item-view-all {
    position: fixed;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    margin: 0px auto;
}
#item-view-all .modal-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
/* have popoup */
#item-have {
    position: fixed;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    margin: 0px auto;
}
#item-have .modal-body.left {
    max-height: none;
    max-height: none;
    position: absolute;
    left: 0px;
    bottom: 49px;
    top: 0px;
}
#item-have .modal-body.left {
    float: left;
    padding: 0px;
    width: 50%;
}
#item-have .modal-body.left .upload-step-select img {
    margin: 0px auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}
#item-have .modal-body.left img.hide {
    display: none;
}
#item-have .popover {
    max-width: none;
    z-index: 9999;
}
#item-have .popover-content {
    min-width: 250px;
}
#item-have .item-country {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
#item-have .item-city span {
    font-weight: bold;
}
#item-have .popover.right {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 49px;
    display: block;
    float: left;
    padding: 0px;
    /*height: 100%;
    min-height: 100%;*/
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    box-shadow: 0px 0px 0px -5px rgba(0,0,0,0.2);
    width: 50%;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    max-width: none;
}
#item-have .modal-footer.bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 9px 10px;
    z-index: 9999;
}
#item-have .popover.right .arrow {
    top: 176px;
}
#item-have .popover-title b {
    margin-bottom: 10px;
    display: block;
    clear: both;
}
#item-have .popover-title {
    overflow: hidden;
    padding: 10px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid rgba(0,0,0,0.2);
} 
#item-have .popover-title .item-details-title {
    display: block;
}
#item-have .popover-title .btn-action-item-close {
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    font-weight: bold;
}
#item-have .popover-title .brand-logo {
    display: block;
    margin-right: 10px;
}
#item-have .popover-title .brand-logo img {
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-have .popover-title small {
    display: block;
    clear: both;
}
#item-have .popover-content {
    padding: 10px;
    position: relative;
}
#item-have #accordion-item-info {
    margin: 0px;
}
#item-have #item-navbar {
    margin: 0px;
    clear: both;
    position: relative;
    z-index: 9999;
    width: 100%;
}
#item-have #item-navbar > .btn {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    border-left: 0px;
    float: left;
}
#item-have #item-navbar > .btn > a {
    color: #333;
    text-decoration: none;
}
#item-have #item-navbar > .btn.dropdown {
    padding: 0px;
}
#item-have #item-navbar > .btn.dropdown a {
    padding: 4px 12px;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-have #item-navbar>.btn:first-child {
    border-left: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#item-have #item-navbar>.btn:last-child {
    border-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#item-have .modal-user-element > .modal-body.no-wants,
#item-have .modal-comment-element > .modal-body.no-comments {
    font-size: 12px;
}
#item-have .dropdown-menu {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}
#item-have .tab-content {
    clear: both;
}
#item-have .tab-pane {
    position: relative;
    padding: 10px;
    overflow: hidden;
}
#item-have .mini-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #FFF;
    height: 10px;
    z-index: 9999;
}
#item-have .modal-user-element {
    margin: 0px;
    width: 100%;
}
#item-single .tab-pane {
    min-height: 510px;
}
#item-single .scroll-item-comments {
    height: 440px;
}
#item-single .modal-user-element .modal-body,
#item-window .modal-user-element .modal-body,
#item-view .modal-user-element .modal-body {
    max-height: none;
    overflow: hidden;
}
#item-single .modal-user-element .modal-body .accordion-heading,
#item-window .modal-user-element .modal-body .accordion-heading,
#item-view .modal-user-element .modal-body .accordion-heading {
    background: none;
}
#item-single .modal-user-element .modal-body .accordion,
#item-window .modal-user-element .modal-body .accordion,
#item-view .modal-user-element .modal-body .accordion {
    margin: 0px;
}
#item-single .modal-user-element .modal-body .accordion-inner,
#item-window .modal-user-element .modal-body .accordion-inner,
#item-view .modal-user-element .modal-body .accordion-inner {
    padding: 0px;
}
#item-single .modal-user-element .modal-body li,
#item-window .modal-user-element .modal-body li,
#item-have .modal-user-element .modal-body li {
    text-align: left;
}
#item-have .modal-user-element .user-wrapper {
    overflow: hidden;
}
#item-have .modal-user-element .user-data a {
    display: block;
    text-decoration: none;
}
#item-have .user-item-actions {
    line-height: 36px;
}
#item-have .modal-user-element img {
    width: 35px;
    padding: 0px;
}
#item-have .container-fluid {
    height: 100%;
}
#item-have .item-category.nav-header {
    display: inline;
}
#item-have .thumbnails {
    display: block;
    position: absolute;
    bottom: 0px;
}
#item-have .thumbnails .middle {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    right: 0px;
    left: 0px;
}
#item-have .thumbnails .thumb {
    position: relative;
    width: 25%;
    margin: 0px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#item-have .thumbnails .thumb > .btn-action-upload {
    position: relative;
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    text-align: center;
    text-transform: lowercase;
    max-height: 131px;
    overflow: hidden;
}
#item-have .thumbnails .thumb > .btn-action-thumb-remove {
    position: absolute;
    top: 1px;
    right: 1px;
}
#item-have .upload-step-save img {
    max-width: none;
}
#item-have .upload-step-load {
    text-align: center;
}
#item-have .upload-step-load .controls {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 0px;
    right: 0px;
}
#item-have .upload-step-select .help-block {
    text-align: center;
}
#item-have .upload-photo .photo {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
}
#item-have .upload-step .label-message {
    padding: 0px;
}
#item-have .upload-step {
    margin: 0px;
    position: absolute;
    top: 10px;
    bottom: 131px;
    left: 10px;
    right: 10px;
}
#item-have .upload-step .label-message {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
}
#item-have .upload-step .control-group {
    margin: 0px;
}
#item-have .upload-photo .actions-avatar {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0px;
    right: 0px;
    text-align: center;
    float: none;
}
#item-have .upload-photo {
    position: static !important;
}
#item-have .control-label {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    text-align: left;
}
#item-have .controls {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#item-have .btn-action-view-profile-details {
    margin-right: 10px;
}
#item-have .label-message {
    padding: 0px 0px 10px;
}
#item-have .label-message.alert-error {
    padding: 10px;
}
#item-have p.help-block {
    margin-top: 0px;
}
#item-have .input-container.hide {
    display: none;
}
#item-have .input-container {
    display: block;
    clear: both;
    margin: 10px 0px 0px;
}
#item-have .input-container.qty {
    margin: 0px;
}
#item-have .input-container.qty .add-on {
    color: #333;
}
#item-have .jspScrollable .item-details-contents {
    padding-right: 20px;
}
/* end */

#library-accordion {
    margin: 0px;
}
#library-accordion .accordion-inner {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
#library-accordion .accordion-inner.padding {
    padding: 9px 15px;
}
.category-listing {
    position: static;
    margin: 0px 0px 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.category-listing .modal-footer,
.category-listing .modal-header {
    padding: 5px;
}
.category-listing .modal-footer .span6 {
    width: 50%;
}
.category-listing .modal-body {
    padding: 0px;
    height: 250px;
}
.category-listing .dropdown-menu {
    display: block;
    position: static;
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px;
    font-size: 14px;
    float: none;
}
.category-listing .dropdown-menu .item-data span {
    display: block;
    padding: 3px 20px;
    line-height: 20px;
}
.category-listing .dropdown-menu .item-data i.icon-ok,
.category-listing .dropdown-menu .item-data i.icon-chevron-right {
    display: block;
    float: right;
    margin-top: 2px;
}
.category-listing .dropdown-menu .item-data i.icon-ok {
    display: none;
}
.category-listing .dropdown-menu a.item-data {
    text-transform: capitalize;
}
.category-listing .breadcrumb-categories {
    margin: 0px;
    padding: 0px;
}
.category-listing .breadcrumb-categories li {
    float: left;
}
.category-listing .unstyled.hide {
    display: none;
}
.category-listing .dropdown-menu a.item-data {
    padding: 5px 20px;
    overflow: hidden;
}
.category-listing .dropdown-menu p {
    float: left;
    display: block;
    margin: 0px;
    font-size: 12px;
}
.category-listing .dropdown-menu a.active {
    color: #fff;
    background-color: #1B1B1B;
    background-image: -moz-linear-gradient(top,#222,#111);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
    background-image: -webkit-linear-gradient(top,#222,#111);
    background-image: -o-linear-gradient(top,#222,#111);
    background-image: linear-gradient(to bottom,#222,#111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: pprogid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
}
.category-listing .dropdown-menu a.item-data.active .icon-ok {
    display: block;
}
.nav-scroll .btn-group {
    width: 100%;
    margin-bottom: 10px;
}
.nav-scroll .btn-group .btn {
    width: 50%;
}
#multiple-items {
    overflow: hidden;
    padding: 10px;
}
#multiple-items .modal-list-element {
    margin-bottom: 10px;
}
#multiple-items .modal-list-element:last-child {
    margin-bottom: 0px;
}
#multiple-items .modal-header {
    padding: 5px;
    position: relative;
}
#multiple-items .img-polaroid {
    margin-right: 10px;
    padding: 0px;
}
#multiple-items .item-actions {
    line-height: 130px;
}
/*#multiple-items .item-actions .popover {
    line-height: normal;
}
#multiple-items .item-actions .popover .popover-title,
#multiple-items .item-actions .popover .popover-content {
    padding: 5px;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
}
#multiple-items .item-actions .popover .btn {
    width: 30px;
}*/
#multiple-items .controls {
    padding-top: 5px;
    margin-bottom: 5px;
    line-height: 20px
}
#multiple-items .control-label,
#multiple-items .controls {
    font-size: smaller;
    line-height: 13px;
}
#multiple-items .scroll-list {
    height: 100%;
}
#multiple-items .jspScrollable .scroller {
    padding-right: 20px;
}
.feedback-accordion-body .accordion-inner {
    padding: 10px !important;
}
.modal-feedback-element.span12 {
    margin: 0px;
    margin-bottom: 10px;
}
.modal-feedback-element.span12:last-child {
    margin-bottom: 0px;
}
.modal-feedback-element .modal-header {
    padding: 5px;
    overflow: hidden;
}
.modal-feedback-element .message-wrapper {
    overflow: hidden;
}
.modal-feedback-element .modal-header a > img.no-photo {
    width: 38px;
    height: 38px;
}
.modal-feedback-element .modal-header .item {
    border: 0px;
    width: 100%;
}
.modal-feedback-element .modal-header .item > a {
    text-decoration: none;
}
.modal-feedback-element .modal-header .content {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding: 5px 0px;
    line-height: normal;
    width: 100%;
}
.modal-feedback-element .modal-header .img-polaroid {
    padding: 0px;
    width: 38px;
}
.modal-feedback-element .modal-header .date {
    line-height: 30px;
}
.modal-feedback-element .modal-header .valign {
    line-height: 40px;
}
.modal-feedback-element .modal-body {
    padding: 5px;
    border-top: 1px solid #ddd;
    max-height: none;
}
.modal-feedback-element .modal-footer {
    padding: 5px;
}
.thumbnail-samples a {
    display: block;
    overflow: hidden;
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.choose-interests {
    padding: 0px 15px 15px;
}
.choose-interests .user-collection p > a {
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: block;
    width: 20%;
}
.choose-interests .user-collection .follower-no-image .placeholder,
.thumbnail-samples .follower-no-image .placeholder {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.choose-interests .user-collections-none {
    padding: 5px;
    /*margin: 0px;*/
    margin: 5px;
    font-size: 12px;
    display: block;
}
.comment-post .table {
    display: table;
    margin: 0px;
    vertical-align: top;
}
.comment-post .table-row {
    display: table-row;
}
.comment-post .table-cell {
    display: table-cell;
    vertical-align: top;
}
.comment-post .table-cell:first-child {
    width: 40px;
}
.comment-post .table-cell textarea {
    width: 100%;
}
.navbar-second .wrapper-menu {
    position: relative;
    left: 50%;
    clear: both;
}
.navbar-second .wrapper-menu .nav {
    position: relative;
    left: -50%;
}
.wrapper-menu .menu-table {
    display: table;
    width: auto;
}
.wrapper-menu .menu-row {
    display: table-row;
    width: auto;
}
.wrapper-menu .menu-cell {
    display: table-cell;
    position: static;
    float: none;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 0px;
}
.dropdown-menu .divider {
    margin: 4px 1px !important;
}
.popover-content .trade-alert {
    margin: 0px 0px 10px 0px;
}
/*.zoomContainer {
    margin-top: -2px;
    margin-left: -148px;
}
.zoomWindowContainer,
.zoomWindowContainer > div {
    margin-left: -148px;
}
.zoomWindowContainer > div {
    z-index: 9999 !important;
}*/
body.desktop .zoom-container-preview {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 256px;
    height: 256px;
    visibility: hidden;
}
body.desktop .zoom-container-single-preview {
    position: absolute;
    top: 0px;
    width: 256px;
    height: 256px;
    left: 10px;
}
body.desktop .zoomContainer, 
body.desktop .zoomWindowContainer, 
body.desktop .zoomWindowContainer > div {
    z-index: 9998 !important;
}
#loader-wait {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
}
#loader-wait > span {
    padding-left: 10px;
}
#no-item-container {
    text-align: center;
}
#no-item-container .alert {
    margin: 20px 20px 256px 20px;
    clear: both;
    text-align: left;
    float: none;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 9999;
    position: relative;
}
#no-item-container .no-item-photo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: transparent url('../../../../global/images/no_item.png') center center no-repeat;
}
.alert-error .input-append .add-on, 
.alert-error .input-prepend .add-on {
    color: #333;
}
.datepicker tfoot {
    display: none;
}
#menu .caret {
    margin-left: 2px;
    margin-top: 8px;
    border-top-color: #999;
    border-bottom-color: #999;
    position: absolute;
    margin-left: 5px;
}
#menu a:hover .caret, #menu a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
#item-view.hide-pages .btn-action-next-prev,
#item-window.hide-pages .btn-action-next-prev {
    display: none;
}
.image img {
   width: 100%;
   height: 100%;
}
