﻿@font-face {
    font-family: helveticaLT;
    src: url("../fonts/helveticaLT.eot"); /* EOT file for IE */
}

@font-face {
    font-family: helveticaLT;
    src: url("../fonts/helveticaLT.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: 'Oxygen-Bold';
    src: url('../fonts/Oxygen-Bold.eot');
    src: local('?'), url('../fonts/Oxygen-Bold.woff') format('woff'), url('../fonts/Oxygen-Bold.ttf') format('truetype'), url('../fonts/Oxygen-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BenchNine-Bold';
    src: url('../fonts/BenchNine-Bold.eot');
    src: local('?'), url('../fonts/BenchNine-Bold.woff') format('woff'), url('../fonts/BenchNine-Bold.ttf') format('truetype'), url('../fonts/BenchNine-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('../fonts/MyriadPro-BoldCond.eot');
    src: local('?'), url('../fonts/MyriadPro-BoldCond.woff') format('woff'), url('../fonts/MyriadPro-BoldCond.ttf') format('truetype'), url('../fonts/MyriadPro-BoldCond.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('?'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 13px;
    font-family: Oxygen-Bold;
    color: #333;
    line-height: 1.55;
    margin: 0;
    padding: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

a {
    color: #282075;
}

    a:hover, a:focus {
        color: #333;
    }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
    color: #555;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.left-col > .row, .right-col > .row {
    margin-left: 0;
    margin-right: 0;
}

#headerlogo, #searchbar, .langmenu, .usermenu {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .langmenu {
        text-align: right;
    }
}


#searchbar {
}

    #searchbar label {
        display: none;
    }

    #searchbar input[type="text"] {
        border-bottom: 5px solid #dbdbdb;
        border-top: 5px solid #dbdbdb;
        border-left: 5px solid #dbdbdb;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        width: 250px;
        padding-left: 3px;
    }

.search-btn {
    background-color: #282075;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 6px 10px;
    margin: 0;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    color: white;
}



#topmenu {
    color: white;
    font-family: BenchNine-Bold;
    font-size: 24px;
    background-color: #333;
    margin-top: 20px;
    text-transform: uppercase;
    width: 100%;
    top: 0;
    left: 0;
}


@media (min-width: 1200px) {

    #topmenu {
        width: 1138px;
        left: auto;
    }
}



#topmenu a {
    color: white;
}

#topmenu.affix {
    margin-top: 0px !important;
    z-index: 40;
}


#mainnav {
    padding-left: 0px;
    padding-right: 0px;
}

    #mainnav .navbar-nav {
        margin-left: 0px;
    }

    #mainnav .navbar-right li {
        background-color: #282075;
        line-height: 30px;
    }



.navbar-toggle .icon-bar {
    background-color: white;
}

.navbar .typcn-home {
    font-size: 24px;
    padding: 12px 10px;
}

.nav {
    padding-left: 0px;
}

    .nav > li {
        border-right: 1px solid #000;
    }

        .nav > li:hover {
            background-color: #282075;
        }

        .nav > li > a:hover, .nav > li > a:focus {
            text-decoration: none;
            background-color: #282075;
        }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #282075;
        border-color: #000;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > span:hover {
    background-color: #000;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #282075;
}

.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin-top: 0px;
}

.usermenu {
    text-align: right;
    font-size: 11px;
}

.listitem {
    text-align: center;
    margin-top: 20px;
    border: 2px solid transparent;
}

    .listitem .over {
        background: #282075;
        padding: 6px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        min-height: 62px;
        max-height: 62px;
        color: white;
        font-weight: normal;
        font-size: 18px;
        color: #203548;
        overflow: hidden;
    }

        .listitem .over a {
            color: #fff;
            text-decoration: none;
            font-family: MyriadPro-Regular;
            text-transform: uppercase;
        }

    .listitem .cover {
        display: block;
        margin: 0;
        position: relative;
    }

.usermenu .typcn {
    font-size: 20px;
}

/* Large desktop */
@media (min-width: 1200px) {
    .listitem .cover {
        height: 270px;
        overflow: hidden;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1199px) {
    .listitem .cover {
        height: 215px;
        overflow: hidden;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .listitem .cover {
        height: 154px;
        overflow: hidden;
    }
}


.item-small-list .cover {
    height: auto;
} 

.listitem .cover img {
    width: 100%;
}

.listitem .item-inner {
    border-left: 5px solid #f5f5f5;
    border-right: 5px solid #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
    padding-top: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    background-color: #fafafa;
}

    .listitem .item-inner:hover {
        border-left: 5px solid #282075;
        border-right: 5px solid #282075;
        border-bottom: 5px solid #282075;
    }


     .listitem .price-container .title .price, .options > .price .normal-price, .listitem .price-container .normal-price
    {
        font-size: 13px;
    }

.listitem .price-container {
    min-height: 75px;
}

    .listitem .price-container .title {
        background: url(../images/bg_title.png) repeat-x scroll left center;
        line-height: 20px;
    }

        .listitem .price-container .title .price, .options > .price {
            background-color: #fafafa;
            padding: 0px 10px;
            font-weight: normal;
            color: #555;
            font-family: MyriadPro-Regular;
            font-size: 25px;
            
        }

.listitem .pricetag, .options .price .pricetag {
    font-size: 10px;
    display: block;
}

.item-small-list .price {
    padding: 0px;
}

    .item-small-list .price .price-container {
        padding-top: 5px;
        min-height: 0;
    }

.item-small-list .cart {
    display: none;
}

.item-small-list .cover {
    min-height: 0px;
}

.item-small-list .format {
    display: block;
}

.item-small-list .releasedate {
    display: none;
}

.item-small-list .listitem {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.categorytitle h2, .categorytitle h1 {
    text-transform: uppercase;
    font-family: MyriadPro-Regular;
    margin: 0;
    line-height: 1.55;
    padding-right: 20px;
    display: inline-block;
    background-color: white;
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: MyriadPro-Regular;
    margin: 0;
    line-height: 1.55;
}

h3 {
    display: block;
    font-family: MyriadPro-Regular;
    font-weight: normal;
    min-height: 16px;
    text-transform: uppercase;
    color: #555;
}

.categorytitle {
    background: url(../images/bg_title.png) repeat-x scroll left center;
    margin: 40px 0 0;
}

.add-to-cart {
    vertical-align: middle;
    padding-top: 3px;
}

    .add-to-cart .add-to-cart-icon {
        font-size: 24px;
        padding-right: 5px;
    }

.options .add-to-cart {
    margin-top: 10px;
}



.listitem .add-to-cart {
    font-size: 0px;
}

.listitem .add-to-cart-icon {
    font-size: 28px;
    padding: 5px 10px 7px 7px;
    border-radius: 4px;
    color: #AAA;
}

    .listitem .add-to-cart-icon:hover {
        color: white;
        background-color: #282075;
    }

.listitem .over-details {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 120px;
    height: 50px;
    line-height: 36px;
    right: 0;
    bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}

.listitem:hover .over-details {
    display: block;
}

.actions {
    padding: 20px 0px;
    height: 83px;
    line-height: 44px;
}

.listitem .actions {
    padding: 0px;
    height: 83px;
    line-height: 44px;
}

.pager, .pagination, .pagination ul {
    margin: 0px;
    padding: 0px;
}

.pager {
    border-left: 1px solid #ccc;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    border-radius: 0px;
    color: #282075;
}

    .pagination > li > a:hover, .pagination > li > span:hover {
        background-color: transparent;
    }

h4 {
    font-size: 14px;
}


.letterfilter a, .letterfilter span {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.btn {
    background-color: #282075;
    color: #FFF;
}

    .btn:hover {
        color: #FFF;
        background-color: #ccc;
    }

.toolbar {
    padding-bottom: 10px;
    background: url(../images/block_title.png) repeat-x bottom;
}

h3.toolbar {
    margin-top: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #282075;
    border-color: #282075;
}

footer {
    margin-top: 20px;
}

    footer > div {
        margin-bottom: 40px;
    }

    footer h3 {
        margin-top: 0px;
    }

    footer .title {
        float: left;
        margin-right: 10px;
    }

        footer .title span {
            font-weight: bold;
            text-transform: capitalize;
        }

        footer .title h3 {
            margin: 0px;
            line-height: 24px;
        }

@media (min-width: 768px) {


    footer .newsletter-btn {
        float: right;
        margin-right: 10px;
    }
}

footer .newsletter-btn {
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    background-color: #282075;
    float: right;
    border-radius: 4px;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
}

    footer .newsletter-btn:hover {
        text-decoration: none;
        color: #282075;
        background-color: white;
    }

footer ul {
    padding-left: 20px;
}

    footer ul.linklist li {
        list-style: none;
        float: left;
        margin-right: 5px;
    }

footer .newsletter > div {
    float: right;
}

footer .footer-row-1 > div {
    padding-bottom: 10px;
}

.linkbutton {
    font-size: 0px;
}

    .linkbutton .typcn {
        font-size: 28px;
        padding: 5px 10px 7px 7px;
        border-radius: 4px;
        background-color: #282075;
        color: white;
    }

        .linkbutton .typcn:hover {
            color: #282075;
            background-color: white;
        }

.carousel {
    max-height: 450px;
}

.carousel-item img {
    width: 100%;
    max-width: none;
}

.slashed {
    text-decoration: line-through;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #fff;
    background-color: #282075;
    border: 2px solid #282075;
    border-radius: 4px 4px 0px 0px;
    border-bottom-color: transparent;
}


.nav-tabs {
    border-bottom: 2px solid #282075;
}

    .nav-tabs > li {
        border-right: none;
        border-radius: 4px 4px 0px 0px;
    }

        .nav-tabs > li > a {
            border: 2px solid transparent;
            line-height: 26px;
            font-size: 20px;
            font-family: MyriadPro-Regular;
            text-transform: uppercase;
        }

.tab-content > .tab-pane {
    padding: 15px;
}

td.attributelabel {
    width: 25%;
}

#product_tabs {
    margin-top: 20px;
}

#item .options {
    border: 1px solid #CCC;
    border-radius: 5px;
    text-align: center;
    padding: 40px;
    box-shadow: 0 0 6px #ccc;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

#item .small_gallery img {
    width: 12.5%;
}

.cartitem .pricetag {
    display: block;
    font-size: 8px;
}

.cartitem .product-image {
    width: 130px;
}

.cart-table .tax,
.cart-table .subtotal,
.cart-table .shippingcosts,
.cart-table .discountName,
.cart-table .total {
    text-align: right;
}

#checkout .cart-table {
    margin-top: 40px;
    margin-bottom: 40px;
}

#goup {
    position: fixed;
    font-size: 3em;
    bottom: 20px;
    right: 20px;
    color: white;
    background: #ccc;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    text-align: center;
}

    #goup:hover {
        color: #282075;
        background: white;
    }


h2.related-artist {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 2em;
}

.navbar .popover {
    color: #555;
    font-size: 16px;
}

.loginAndRegister {
    margin-top: 20px;
    text-align: left;
}

    .loginAndRegister > div:nth-child(2) {
        border-left: 1px solid #ccc;
    }

legend {
    font-size: 18px;
}

fieldset {
    margin-bottom: 15px;
}

.input-validation-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.field-validation-error {
    color: #a94442;
}

.cart_options {
    text-align: center;
}

    .cart_options > div, .estimated_shipping {
        margin-bottom: 15px;
    }

#shipping_options ul, #payment_options ul {
    list-style: none;
}

.address {
    min-height: 250px;
}




.list_block {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .list_block ul {
        margin: 0;
        padding: 0;
    }

    .list_block li {
        float: left;
        list-style-type: none;
        padding: 0 0.1em;
        width: 32%;
    }


    .clear{
        clear:both;

    }

    #Newsletter .form-control{

        margin-top: 10px;
        margin-bottom: 10px;
    }


    .slick-dots {
    bottom: 0px;
    right: 10px;
}

.slick-dots {
    width: inherit;
    background: #eee;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    border-radius: 4px 4px 4px 4px;
    height: 30px;
}

    .slick-dots li button::before {
        font-size: 20px;
    }

    .slick-dots li button {
        padding: 0px;
        margin: 0px;
    }

    .slick-dots li.slick-active button::before {
        color: #282075;
        filter: Alpha(Opacity=0);
    }

h3.formatdescription {
    font-size: 1.4em;
    padding-top: 0;
    margin-top: 0;
}

.listitem .format {
    height: 60px;
    overflow: hidden;
    display: block;
    margin: 5px 0px;
}


.cartitem .formatdescription,
.cartitem .productnote {
    display: block;
    font-family: 'MyriadPro-Regular';
}

.tag {
     position: absolute;

}

.tag-exclusive {

    top: 0px;
    left: 0px;
    max-width: 50% !important;

}

/*@media (min-width: 768px) {

    .tag-exclusive {
        width: 50px !important;
    }
}*/
@media (min-width: 992px) {

    .tag-exclusive {
        width: 100px !important;
    }
}