/* GENERAL */

body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.btn-default {
    color: #151515;
    background: rgba(220, 182, 128, 0.85);
    border-color: #000000;
}
.btn-default:hover {
    color: #151515;
    background: rgba(220, 182, 128, 1);
    border-color: #000000;
}
.btn-primary {
    color: #151515;
    background: rgba(243, 236, 220, 0.85);
    border-color: #000000;
}
.btn-primary:hover {
    color: #151515;
    background: rgba(243, 236, 220, 1);
    border-color: #000000;
}
.row {
    margin-left:0px!important;
    margin-right:0px!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'open sans',arial,helvetica,sans-serif;
    font-weight: 300;
}
::-webkit-scrollbar {
    height: auto;
    background: #111111;
    width: 8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}


/*  STRUCTURE  */

.media-container {
    height:100%;
    position: fixed;
    right:0px;
    left:0px;
    bottom: 0px;
    top:0px;
    /*background:#3498db;*/
}
.window-container {
    height:100%;
    position: fixed;
    right:0px;
    left:0px;
    bottom: 0px;
    top:0px;
}
#main-grid-row {m
    height: 100%);
    top:0px;
    right:0px;
    left:0px;
    bottom: 0px;
}
#sidebar {
    height:100%;
    position: fixed;
    top:0px;
    left:0px;
    bottom: 0px;
    padding:15px 0 0 0;
    background: rgba(0,0,0,0.75);
    overflow: auto;
}
#right-column {
    height:100%;
    position: fixed;
    top:0px;
    right:0px;
    bottom: 0px;
    overflow: auto;
    
}
.right-column-open {
    display:;
    background: rgba(21,21,21,0.75)!important;
}
.right-column-closed {
    display:;
}
#media-placeholder {
    position: fixed; 
    top: 0; 
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

/* TOP NOTIFICATION */

#top-notification {
    position: fixed;
    top:10px;
    right:10px;
    width:70px;
    height:35px;
    background-color: rgba(220, 182, 128, 0.85);
    border-radius:3px;
    padding:3px!important;
}
#top-left-notification {
    cursor: pointer;
    position: relative;
    top: 10px;
    left: 10px;
    width:55px;
    height:33px;
    background-color: rgba(220, 182, 128, 0.75);
    border-radius:3px;
    padding:3px!important;
    margin-left:00px;
}
#top-left-notification-tablet {
    position: fixed;
    top:21px;
    left: 33.3%;
    width:55px;
    height:33px;
    background-color: rgba(220, 182, 128, 0.75);
    border-radius:3px;
    padding:3px!important;
    margin-left:10px;
}
.notification-thumb-img {
    position: relative;
    display: inline;
    float: left;
}
.notification-count {
    color:#151515;
    font-size:17px;
    width:35px;
    padding: 2px 5px 0 5px;
    text-align: center;
}
.notification-count-left {
    color:#151515;
    font-size:14px;
    width:50px;
    padding: 4px 5px 0 5px;
    text-align: center;
}

/*  SIDEBAR  */

.sidebar-category {
    margin-bottom:15px;
}
.sidebar-categories-heading {
    padding: 0 6px!important;
}
.sidebar-categories-heading-txt {
    color:#ffffff;
    float:left;
    font-weight: 300;
    /*width: calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -o-calc(100% - 110px);*/
}
.sidebar-list-item {
    background: none!important;
    border:none!important;
    border-radius:0px;
    margin-bottom: 0px;
}
.sidebar-list-item:hover {
    background: rgba(0,0,0,0.25)!important;
}
.sidebar-list-item-body {
    padding: 10px 5px!important;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.sidebar-list-item-img {
    position: relative;
    display: inline;
    float: left;
    border-radius:3px;
}
.sidebar-list-item-btn {
    position: relative;
    display: inline;
    float: right;
    /*background: rgba(220, 182, 128, 0.85);*/
    width:32px;
    height:32px;
    border-radius: 50%;
    margin-top:15px;
    border: 1px solid #ffffff;
}
.sidebar-list-item-btn img {
    width:30px;
    height:30px;
}
.sidebar-list-item-btn:hover {
    background: rgba(220, 182, 128, 0.85);
    border: 1px solid rgba(220, 182, 128, 0.85);
}
.sidebar-item-data {
    position: relative;
    display: inline;
    float: left;
    width: calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
}
.sidebar-item-source {
    font-size:11px;
    color:#c5c5c4;
    margin-bottom:0px!important;
}
.sidebar-item-title {
    font-size: 15px;
    font-weight:600;
    color:#ecf0f1;
    margin-bottom:-4px!important;
    /*font-weight:;*/
}
.sidebar-item-price {
    font-size:20px;
    font-family: Georgia, arial, sans-serif;
    color: #dcb680;
    margin-bottom:0px!important;
}


/*  PRODUCT DETAILS CONTAINER  */

.product-details-container .col-md-9 {
    height:100%;
    position: fixed;
    top:0px;
    right:0px;
    left: 25%;
    bottom: 0px;
    overflow: auto;
    padding: 15px 0px 25px 0px;
    /*background: rgba(0,0,0,0.75);*/
}
.product-details-container .col-sm-8 {
    height:100%;
    position: fixed;
    top:0px;
    right:0px;
    left: 33.3%;
    bottom: 0px;
    overflow: auto;
    padding: 15px 25px 25px 25px;
    /*background: rgba(0,0,0,0.75);*/
}
.product-details-product-img {
    max-width:100%;
    margin-bottom:15px;
}
.product-details-product-img img{
    width:100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.product-details-data {
    position: relative;
    display: inline;
    float: left;
    width: 100%;
    padding-right:40px;
}
.product-details-source {
    font-size:14px;
    margin-bottom:0px!important;
    color:#c5c5c4;
    overflow: hidden;
    white-space: nowrap;
}
.product-details-title {
    font-size: 30px;
    font-weight:300!important;
    color:#ecf0f1;
    margin-bottom:0px!important;
    line-height:1.2;
    /*font-weight:;*/
}
.product-details-price {
    font-size: 36px;
    font-family: Georgia, arial, sans-serif;
    color: #dcb680;
}
.product-details-worn-by-img img {
    height:70px;
    width:70px;
    border-radius:50%;
    background: #bdc3c7;
}
.product-details-worn-by {  
    position:relative;
    font-size:14px;
    padding:25px 0px 0px 15px!important;
    color:#bdc3c7;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
}
.product-details-worn-by a {
    color:#ecf0f1;
    font-weight:700;
}
.product-details-description {
    margin-top:15px;
    color:#c5c5c4;
    font-weight:300;
}


/*  FULLSCREEN MODAL  */

#fullscreen-modal {
    height: 100%;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom: 0px;
    background: rgba(0,0,0,0.75);
    overflow: auto;
    padding-top:20px;
}
#modal-scrollable-area {
    position: fixed;
    top:75px;
    left:0px;
    right:0px;
    bottom: 0px;
    overflow: auto;
}
/*.modal-category-badge {
    background:none!important;
    font-weight:600;
    border:1px solid #ecf0f1;
    font-size:11px;
    margin-left:6px;
}*/
.modal-category-menu li a {
    padding: 6px 0px 10px 0!important;
    margin:0px 45px 0 0;
    color:#ecf0f1;
    text-transform:uppercase;
    font-weight:600;
    font-size:16px;
    letter-spacing:2px;
}
.modal-category-menu li.active a {
    border-bottom: 2px solid #ffffff;
}
.modal-category-menu li a:hover {
    color:#ffffff;
    background:none!important;
    border-bottom: 2px solid #ffffff;
}
.modal-grid-container {
    padding: 10px 20px 0px 20px!important;
    margin-left:0px;
}
.modal-filter {
    position: fixed;
    top:80px;
    left:0px;
    right:0px;
    height:60px;
}
.modal-filter-menu li {
    margin:0 20px 0 0;
}
.modal-filter-character-active-img img {
    width:50px;
    height:50px;
    border-radius:50%;
    border: 2px solid #16a085;
}
.modal-filter-character-inactive-img img {
    width:50px;
    height:50px;
    border-radius:50%;
    border: 2px solid #151515;
}
.modal-grid-thumb {
    display: inline;
    margin:0 20px 20px 0;
    width:200px;
    height:365px;
    background: rgba(0,0,0,0.5);
    padding:0px!important;
}
.modal-grid-thumb-img {
    width:200px;
    height:260px;
    padding:0px!important;
    position:relative;
}
.modal-grid-thumb-img img{
    width:100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.modal-grid-thumb-img-overlay {
    width:200px;
    height:260px;
    padding:0px!important;
    background: rgba(0,0,0,0.25);
    position:absolute;
    top:0px;
    left:0px;
}
.modal-grid-thumb-overlay-btns {
    position:absolute;
    top: 90px;
    left:44px;
    margin:0 auto;
    float:center;
}
.modal-grid-thumb-overlay-btns .btn-default {
    border:none!important;
    background: rgba(220, 182, 128, 0.95);
}
.modal-grid-thumb-overlay-btns .btn-default:hover {
    border:none!important;
    background: rgba(220, 182, 128, 1);
}
.modal-grid-thumb-description {
    padding:8px;
    overflow: hidden;
    white-space: nowrap;
}
.modal-thumb-item-source {
    font-size:11px;
    margin-bottom:0px!important;
    color:#ecf0f1;
}
.modal-thumb-item-title {
    font-size: 14px;
    font-weight:600;
    margin-bottom:-4px!important;
    color:#ecf0f1;
    /*font-weight:;*/
}
.modal-thumb-item-price {
    font-size:19px;
    font-family: Georgia, arial, sans-serif;
    color: #dcb680;
    margin-bottom:0px!important;
}
.modal-thumb-worn-by-img img {
    height:30px;
    width:30px;
    float: right;
    border-radius:50%;
    background: #bdc3c7;
}
.modal-thumb-worn-by {
    font-size:12px;
    margin:6px 8px 0px 0px!important;
    color:#bdc3c7;
    width: 140px;
    text-align:right;
    overflow: hidden;
    white-space: nowrap;
}
.modal-thumb-worn-by a {
    color:#ecf0f1;
    font-weight:700;
}
