.market-item {
    display: inline-block;
    padding: 0 6% 5% 0;

}

#market-item-head {
    height: 360px;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 50px;
    position: relative;
    border-bottom: 1px solid #eee;
}

#market-item-head .mwrapper {
    height: 360px;
}

#market-item-head h2 {
    font-size: 50px;
    font-weight: 100;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.79);
    position: absolute;
    white-space: nowrap;
    bottom: 20px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    bottom: 0;
    box-shadow: 0 0 14px -3px #000;
    color: white;
    font-size: 33px;
    font-weight: normal;
    padding: 15px 27px;
    position: absolute;
    text-shadow: 0 1px rgba(0, 0, 0, 0.79);
    white-space: nowrap;
}

.market-section-block .market-item:nth-child(6n) {
    padding-right: 0;
}

.market-item-title {
    padding: 6px 12px;
}

.market-section-block {
    clear: both;
    position: relative;
    overflow: hidden;
    text-align: justify;
}

.market-item-content {
    /*width: 195px;*/
    height: 100px;
    box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, 0.22), 2px 2px 3px -2px rgba(0, 0, 0, 0.22);
    background-color: #F4F2F2;
    font-size: 15px;
}

.bgmarketimg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
    height: 100px;
    width: 100px;
}

.market-item-tip-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
    height: 225px;
    width: 100%;
    margin: 0;
    clear: both;
}

.market-item-tip-content {
    width: 472px;
    font-size: 14px;
    text-align: justify;
    padding: 1px;
}

.market-item-tip-content h2 {
    font-size: 19px;
    font-weight: 100;
    float: left;
}

.tip-price {
    font-size: 24px;
    line-height: 24px;
    float: right;
    font-weight: 100;
}

.tip-info {
    overflow: hidden;
    padding: 10px 8px 7px;
}

#content {
    padding-top: 0;
}

.market-nav {
    float: left;
    margin: 0;
    list-style: none
}

.market-nav li {
    float: left;
}

.market-nav a {
    height: 60px;
    display: block;
    padding: 19px;
    text-align: center;
    font-size: 15px;
}

.market-nav a:hover,
.market-nav a:focus {
    background-color: #7DB8F2;
    color: white;
}

.market-nav .market-nav-modules a:hover,
.market-nav .market-nav-modules a:focus {
    background-color: #E75A73;
}

.market-nav a:active {
    box-shadow: inset 0 0 5px -1px #000;
}

#market-header-holder {
    height: 60px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

#market-header {
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #EFECEC;
}

#market-header.fixed {
    position: fixed;
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.41);
    background-color: black;
}

#market-header.fixed .market-nav a,
#market-header.fixed .mw-dropdown-button {
    color: white;
}

.market-dropdown a.dropdown-toggle {
    padding: 19px;
    height: 60px;
}

.market-dropdown a.mw-dropdown-button {
    font-size: 15px;
}

.market-dropdown a.mw-dropdown-button:after {
    font-size: 13px;
    margin-left: 7px;
}

.market-dropdown a.dropdown-toggle:hover,
.market-dropdown a.dropdown-toggle:focus,
.market-dropdown .open a.dropdown-toggle {
    color: white;
    background-color: #7DB8F2;
}

.market-dropdown .dropdown-menu li a {
    padding: 12px 20px;
}

.market-dropdown .dropdown-menu {
    box-shadow: 0 0 10px -6px #000;
    border: none;
}

#market-nav-logo .mw-icon-mw {
    font-size: 0px;
    margin: -5px;
    top: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#market-nav-logo {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.fixed #market-nav-logo .mw-icon-mw {
    font-size: 34px;
}

.fixed #market-nav-logo {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    display: list-item;
}

.market-section-title {
    padding: 0 0 6px;
    font-size: 25px;
    font-weight: 100;
}

.market-section-title a {
    font-size: 25px;
    font-weight: 100;
    color: #222;
}

.market-cat-title {
    font-size: 35px;
    font-weight: 100;
    color: #222;
    padding-bottom: 20px;
}

.market-in-box .mw-ui-link {
    color: #1D7EBF;
    text-decoration: none
}

.market-in-box {
    padding: 25px;
    margin-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #efecec;
    border-bottom: 2px solid #D6D6D6;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.market-in-box .starrr {
    display: inline;

}

.market-in-box .mw-icon-web-star {
    cursor: pointer;
    margin-right: 5px;
    font-size: 15px;
}

.market-item-rating-inner {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.market-in-box h3, .market-in-box .h3, .sub-header {
    font-size: 21px;
    font-weight: 100;
    padding-bottom: 10px;
}

.sub-header [class*='mw-icon-'],
.market-in-box h3 [class*='mw-icon-'],
.market-in-box .h3 [class*='mw-icon-'] {
    font-size: 21px;
    top: -1px;
    margin-right: 8px;
}

.market-in-box h3 [class*='mw-icon-'],
.market-in-box .h3 [class*='mw-icon-'] {
    color: #777;
}

.sub-header [class*='mw-icon-'] {
    font-size: 30px;
}

.market-inner-main-title {
    font-size: 40px;
    font-weight: 100;
    padding-bottom: 30px;
}

.starrr .mw-icon-web-star {
    opacity: 0.5;
}

.starrr .mw-icon-web-star.active {
    opacity: 1;
}

.market-preview-nav {
    height: 67px;
    display: table;
    width: 100%;
}

.market-preview-nav [class*="mw-icon-"] {
    margin: 0 10px 0 0;
    top: -2px;
    font-size: 20px;
}

.market-preview-nav a {
    display: inline-block;
    display: table-cell;
    width: 50%;
    font-weight: 100;
    background-color: #E2E2E2;
    max-width: 300px;
    padding: 20px;
    text-align: center;
}

.market-preview-main-image {
    height: 300px; /* 1.618 */
    background-repeat: no-repeat;
    background-size: cover;
}

.market-preview-nav a.market-preview-nav-live {
    color: white;
    background-color: #7db8f2;
}

.market-preview-nav a.market-preview-nav-live:hover,
.market-preview-nav a.market-preview-nav-live:active,
.market-preview-nav a.market-preview-nav-live:focus {
    color: white
}

.market-preview-nav a.market-preview-nav-live:active {
    box-shadow: inset 0 0 6px -2px #000
}

.market-preview-nav a.market-preview-nav-screenshots:hover,
.market-preview-nav a.market-preview-nav-screenshots:active,
.market-preview-nav a.market-preview-nav-screenshots:focus {
    color: black
}

.market-preview-nav a.market-preview-nav-screenshots:active {
    box-shadow: inset 0 0 6px -2px #000
}

#market_item_content {
    padding: 33px 0;
    line-height: 28px;
}

.product-price-box {
    display: block;
    text-align: center;
    font-weight: 100;
    margin-bottom: 30px;
}

.profile-my-items .product-price-box {
    margin-bottom: 0;
}

.product-price-box-price {
    display: block;
    color: white;
    background: #fff;
    font-size: 45px;
    padding: 10px;
    height: 95px;
    color: black;
    border: 1px solid #efecec;
}

.product-price-box-btn {
    display: block;
    color: white !important;
    background-color: #F20065;
    font-size: 28px;
    height: 59px;
    padding: 8px;
}

.profile-my-items .product-price-box-btn:after {
    content: "\0121";
    font-family: Microweber;
    margin-left: 6px;
}

.profile-my-items .product-price-box-btn {
    font-size: 15px;
    width: auto;
    height: auto;
    display: inline-block;
    background-color: #1D7EBF;
    white-space: nowrap;
}

.market-tooltip {
    max-width: 90%;
}

.image-preview-holder {
    display: block;
    padding: 12px 0;

}

.image-preview {
    background-color: #E2E2E2;
    display: inline-block;
    cursor: pointer;
}

.image-preview,
.image-preview * {
    vertical-align: middle;
    text-align: center;
}

.image-preview-content {
    display: table;
}

.image-preview-label {
    display: table-cell;
}

.upload-image-items > .mw-ui-box {
    margin: 20px 0;
    padding: 20px;
}

#market-tn-images-holder {
    padding: 20px 0;
    overflow: hidden;
}

.market_image_sort_holder {
    margin: 0 10px 20px;
    float: left;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;

}

.market_image_sort_holder.ui-sortable-helper {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.market-media-thumb, .market-upload-thumb-item-placeholder {
    display: inline-block;
    position: relative;
    width: 190px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    float: left;
}

.market-upload-thumb-item-placeholder {
    margin: 0 10px 20px;
    background-color: #F5F9C3;
    box-shadow: inset 0 0 4px -2px #000;
}

.market-media-thumb .mw-icon-close {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    background: white;
    padding: 3px 5px;
    cursor: pointer;
    box-shadow: 0 0 3px -1px #000;
    font-size: 12px;
    background-color: white;
}

.market-media-thumb:hover .mw-icon-close {
    visibility: visible;
}

.shots-holder {
    text-align: center;
    padding-top: 30px;
}

img#TheScreenshot {
    max-width: none;
}

.shots-holder #screenshotholder {
    padding: 50px 0;
    max-width: none;
}

.shotlink {
    display: inline-block;
    border: 2px solid transparent;
    margin: 0 12px;
    border-radius: 3px;
    height: 120px;
    overflow: hidden;
}

.shotlink.active {
    border: 3px solid #7DB8F2;
    box-shadow: 0 0 15px -10px #000;
}

.shotlink img {
    width: 120px;
}

.shotlink.active img {
    border-radius: 2px;

}

#shotsnav {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 50px;
}

.mcontainer {
    background-color: white;
    border: 1px solid #efecec;
    padding: 20px;
    margin-bottom: 20px;
}

.free-template {
    background: #00cc6e;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 15px;
    letter-spacing: 1px;
    position: absolute;
    padding: 3px 10px;
    right: 25px;
    top: 10px;
    z-index: 1;
}