.clear {
    clear: both;
    display: table;
    content: '';
}

img.pull-right {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

img.pull-left {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.ripplelink {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

video, img {
    max-width: 100% !important;
    height: auto;
    margin: auto;
    display: block;
}

    img.aligncenter.size-full {
        margin: 15px auto;
    }

.ripplelink2 {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

.ripplelink:hover {
    z-index: 1000;
}

.ripplelink2:hover {
    z-index: 1000;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255,255,255,.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.ink2 {
    display: block;
    position: absolute;
    background: rgba(15,44,102,.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple .65s linear;
    -moz-animation: ripple .65s linear;
    -ms-animation: ripple .65s linear;
    -o-animation: ripple .65s linear;
    animation: ripple .65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100%; {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.text-center {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
}

.text-right {
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
}

.text-left {
    text-align: -moz-left;
    text-align: -webkit-left;
    text-align: left;
}

.text-justify {
    text-align: -moz-justify;
    text-align: -webkit-justify;
    text-align: justify;
}

.limit-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.abs {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.clear-fix {
    clear: both;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    background: #929292;
}

/*@media only screen and (min-width:1220px) {
    .container {
        width: 1200px;
    }
}*/

body {
    position: relative;
}

.dir-ltr {
    direction: ltr;
}

img, table {
    max-width: 100%;
}

.btnCustom {
    font-size: 10.5pt;
    color: #fff;
    min-width: 140px;
    height: 38px;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    padding: 9px 15px;
    cursor: pointer;
    background: #03a9f4;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .btnCustom:hover, .btnCustom:focus {
        color: #fff;
        background: #3a3a3c;
    }


@-webkit-keyframes input-highlight {
    0% {
        background-size: 0 2px,100% 1px;
    }

    100% {
        background-size: 100% 2px,100% 1px;
    }
}

@keyframes input-highlight {
    0% {
        background-size: 0 2px,100% 1px;
    }

    100% {
        background-size: 100% 2px,100% 1px;
    }
}

.form-control:focus {
    outline: none;
    -webkit-animation: input-highlight .5s forwards;
    animation: input-highlight .5s forwards;
    background-size: 0 2px,100% 1px;
}

.form-group.has-success .control-label {
    color: #0f9d58;
}

.form-group.has-success input.form-control:not(.empty) ~ .floating-label {
    color: #0f9d58;
}

.form-group.has-info .form-control {
    box-shadow: none;
}

.input-group .form-control-wrapper {
    margin-right: 5px;
    margin-left: 5px;
}

    .input-group .form-control-wrapper .form-control {
        float: none;
    }

.input-group .input-group-addon {
    border: 0;
    background: transparent;
}

.input-group .input-group-btn .btn {
    border-radius: 4px;
    margin: 0;
}

.form-control-wrapper input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.tp-ct-form .form-group {
    margin-bottom: 25px;
}

.tp-ct-form .control-label {
    font-weight: normal;
    color: #847774;
    text-align: left;
}

.control-label {
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
    font-size: 11pt;
}

.wpcf7-form .form-group label {
    font-weight: normal;
}

.wpcf7-form-control {
    border: 0;
    background-repeat: no-repeat;
    background-position: center bottom,center -webkit-calc(99%);
    background-position: center bottom,center -moz-calc(99%);
    background-position: center bottom,center calc(99%);
    background-position: center bottom;
}

span.field-validation-valid {
    font-size: 8.5pt !important;
    color: #f00;
    display: none;
    margin-top: 15px;
}

span.field-validation-error {
    font-size: 9pt !important;
    color: #f00;
    line-height: 3;
}

.reload {
    vertical-align: middle;
    cursor: pointer;
    font-style: normal;
    float: right;
    font-size: 19pt;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

    .reload:before {
        content: "?";
        font-family: 'Glyphicons Halflings';
    }

    .reload:hover {
        color: #03a9f4;
    }

.waitinginput {
    display: none;
    width: auto;
    height: 35px;
    line-height: .5;
    color: #000;
    border: 0;
    background: none;
}

.submit {
    background: #03a9f4;
    border: 0;
    cursor: pointer;
    font-size: 14pt;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    -webkit-transition: background .5s ease-in;
    -moz-transition: background .5s ease-in;
    -ms-transition: background .5s ease-in;
    -o-transition: background .5s ease-in;
    transition: background .5s ease-in;
    padding: 2px 15px;
}

    .submit:hover {
        background: #03a9f4;
    }

input[type="submit"] {
    background: #03a9f4;
    border: 0;
    cursor: pointer;
    font-size: 15pt;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    -webkit-transition: background .5s ease-in;
    -moz-transition: background .5s ease-in;
    -ms-transition: background .5s ease-in;
    -o-transition: background .5s ease-in;
    transition: background .5s ease-in;
    padding: 2px 15px;
}

    input[type="submit"]:hover {
        background: #03a9f4;
    }

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    border: 0 !important;
}

    input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #03a9f4;
    }

.dr-ltr {
    direction: ltr;
}

p {
    color: #333;
    text-align: -moz-justify;
    text-align: -webkit-justify;
    text-align: justify;
    text-justify: inter-word;
    font-size: 10.5pt;
    line-height: 2;
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('https://collegemusic.co/wp-content/themes/collegeMusic/fonts/iranyekan/iranyekanwebbold.eot');
    src: url('https://collegemusic.co/wp-content/themes/collegeMusic/fonts/iranyekan/iranyekanwebbold.eot#iefix') format('embedded-opentype'), url('../fonts/iranyekan/iranyekanwebbold.woff') format('woff2'), url('../fonts/iranyekan/iranyekanwebbold.woff') format('woff'), url('https://collegemusic.co/wp-content/themes/collegeMusic/fonts/iranyekan/iranyekanwebbold.ttf') format('truetype');
}
@font-face {
    font-family: iranyekanRegular;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/iranyekanwebregular.ttf');
  
}
p {
    font-family: iranyekanRegular
}

body, html {
    font-family: iranyekan,tahoma,'Cabin',sans-serif;
    margin: 0;
    padding: 0;
    line-height: 2;
    font-size: 10.5pt;
    color: #333;
    width: 100%;
    text-align: justify;
}

a:focus, *:focus {
    outline: none;
}

textarea {
    resize: none;
}

button {
    font-family: iranyekan,tahoma,'Cabin',sans-serif;
}

    button:focus {
        background: inherit;
    }

div.infiniteScrollLoading {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    clear: both;
    display: none;
}

.productImg {
    width: 477px;
    height: 283px;
}

hr {
    margin: 1px;
}

p, ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-sizing: border-box;
    color: #03a9f4;
}

    a:hover, a:focus {
        color: #03a9f4;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        text-decoration: none;
    }

    a:hover, a:focus {
        text-decoration: none;
    }

label {
    font-weight: normal;
}

img {
    border: 0;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #4c4c4c;
    line-height: 2;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 15pt;
}

h3 {
    font-size: 13pt;
}

h4 {
    font-size: 11.5pt;
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 0;
    box-shadow: none;
}

.form-control {
    background-image: -moz-linear-gradient(#03a9f4,#03a9f4),-moz-linear-gradient(#b3b3b3,#b3b3b3) !important;
    background-image: -webkit-gradient(#03a9f4,#03a9f4),-webkit-gradient(#b3b3b3,#b3b3b3) !important;
    background-image: -webkit-linear-gradient(#03a9f4,#03a9f4),-webkit-linear-gradient(#b3b3b3,#b3b3b3) !important;
    background-image: -o-linear-gradient(#03a9f4,#03a9f4),-o-linear-gradient(#b3b3b3,#b3b3b3) !important;
    background-image: -ms-linear-gradient(#03a9f4,#03a9f4),-ms-linear-gradient(#b3b3b3,#b3b3b3) !important;
    background-image: linear-gradient(#03a9f4,#03a9f4),linear-gradient(#b3b3b3,#b3b3b3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='#b3b3b3',GradientType=1);
    background-size: 0 2px,100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center -webkit-calc(99%);
    background-position: center bottom,center -moz-calc(99%);
    background-position: center bottom,center calc(99%);
    background-position: center bottom;
}

.input-field {
    margin-top: 0;
    margin-bottom: 18px;
}

    .input-field label {
        color: #666;
        font-size: 11.5pt;
        top: -11px;
        right: 15px;
        background: #fff;
        z-index: 1;
        padding: 0 5px 0 10px;
    }

        .input-field label.active {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            font-size: 11.5pt;
        }

    .input-field input {
        height: 44px;
        border: 1px solid #ccc !important;
        background: #fff !important;
        text-indent: 15px;
        font-size: 11pt;
    }

    .input-field textarea {
        min-height: 147px;
        border: 1px solid #ccc !important;
        background: #fff !important;
        margin: 0;
        text-indent: 15px;
        font-size: 11pt;
        padding: 15px 0;
    }

header {
    position: absolute;
    z-index: 1000;
    padding: 15px 0 9px;
    background: #fff;
    width: 100%;
}

    header .logo {
        display: block;
    }

        header .logo img {
            width: 150px;
            height: 41px;
        }

    header ul {
        list-style: none;
    }

    header .basket_top {
        background: rgba(66,66,66,.5);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        padding: 0 20px;
        height: 35px;
        margin-top: 30px;
    }

        header .basket_top i {
            font-size: 18pt;
            color: #fff;
            line-height: 1.5;
            display: inline-block;
            vertical-align: middle;
        }

        header .basket_top label {
            font-size: 11pt;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-left: 15px;
        }

    header .parnet-login {
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        position: relative;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        margin-right: 15px;
        background: #03a9f4;
        padding: 7px 0;
        min-height: 37px;
        width: 162px;
        margin-left: 30px;
    }

        header .parnet-login a {
            font-size: 11pt;
            vertical-align: middle;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -ms-transition: .6s;
            -o-transition: .6s;
            transition: .6s;
            color: #fff;
        }

            header .parnet-login a:first-child:after {
                content: '/';
                display: inline-block;
                vertical-align: middle;
                margin-right: 3px;
            }

    header .container {
        position: relative;
        padding-left: 52px;
    }
    /*search*/
    header .search {
        width: 37px;
        overflow: hidden;
        height: 37px;
        z-index: 100;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        position: absolute;
        left: 15px;
        top: 0;
        background: #fff;
        z-index: 2;
        border: 1px solid #fff;
    }

        header .search .input-field {
            width: 163px;
            float: right;
            margin: 0 10px 0 37px;
        }

            header .search .input-field input {
                background: transparent !important;
                padding: 0;
                border: 0 !important;
                height: 37px;
                color: #161616;
                font-size: 10pt;
                box-shadow: none;
            }

            header .search .input-field label {
                top: 8px;
                right: 10px;
                color: #161616;
                position: absolute;
                font-size: 10pt;
                padding: 0;
                margin: 0;
            }

    header .magnify {
        width: 37px;
        border: 0;
        background: #fff;
        color: #161616;
        font-size: 25pt;
        line-height: 1.2;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        padding: 0;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        height: 37px;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
    }

    header .search .searchIn {
        transform: translateX(-110%);
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    header .search:after {
        clear: both;
        display: table;
        content: '';
    }

    header .search.open {
        width: 229px;
        border-color: #e1e1e1;
    }

        header .search.open .searchIn {
            transform: translateX(0%);
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
        }


    header:after {
        clear: both;
        display: table;
        content: '';
    }

@-webkit-keyframes menu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes menu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 50px;
    right: 15px;
    left: inherit;
    padding: 0;
    outline: none;
    border: none;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.5);
    box-shadow: 0 3px 10px rgba(0,0,0,.5);
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background: #03a9f4;
    -webkit-transition: all .8s cubic-bezier(.25,.25,0,1);
    -moz-transition: all .8s cubic-bezier(.25,.25,0,1);
    -ms-transition: all .8s cubic-bezier(.25,.25,0,1);
    -o-transition: all .8s cubic-bezier(.25,.25,0,1);
    transition: all .8s cubic-bezier(.25,.25,0,1);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 1000;
    color: #fff;
}

    .material-scrolltop::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        content: "";
        width: 100%;
        height: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        border-radius: 100%;
        background-image: url(../img/top-arrow.svg);
        background-position: center 50%;
        background-repeat: no-repeat;
        -webkit-background-size: 35%;
        -moz-background-size: 35%;
        -o-background-size: 35%;
        background-size: 35%;
        z-index: -1;
    }

    .material-scrolltop:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        -webkit-transition: -webkit-transform .8s,opacity .8s;
        -moz-transition: -moz-transform .8s,opacity .8s;
        transition: transform .8s,opacity .8s;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
    }

    .material-scrolltop:hover, .material-scrolltop:focus {
        background-color: #03a9f4;
        text-decoration: none;
        box-shadow: 0 3px 10px rgba(0,0,0,.5),0 3px 15px rgba(0,0,0,.5);
    }

        .material-scrolltop:hover:after, .material-scrolltop:focus:after {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            opacity: 0;
            background: #03a9f4;
        }

    .material-scrolltop span {
        display: block;
        font-size: 23.5px;
        color: #fff;
    }

    .material-scrolltop:active::before {
        width: 120%;
        padding-top: 120%;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .material-scrolltop.reveal {
        width: 40px;
        height: 40px;
    }

.basketDiv {
    position: relative;
    font-family: iranyekan3;
}

    .basketDiv.fixed {
        margin-top: 0;
        position: fixed;
        right: 15px;
        top: 15px;
        animation: .5s ease .027s normal both 1 running header-anim;
        -webkit-animation: .5s ease .027s normal both 1 running header-anim;
        -moz-animation: .5s ease .027s normal both 1 running header-anim;
        -ms-animation: .5s ease .027s normal both 1 running header-anim;
        -o-animation: .5s ease .027s normal both 1 running header-anim;
    }

.basket_top a {
    display: block;
}

.basket_top label {
    color: #999;
    font-size: 9pt;
    cursor: pointer;
    display: block;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    margin: 0;
    line-height: 1;
}

.top_link > img {
    float: right;
}

.top_block {
    position: absolute;
    background: #fff;
    z-index: 9999999;
    margin-top: 8px;
    font-size: 13pt;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    padding: 4px 0 0;
    overflow: inherit !important;
}

    .top_block .content {
        background: #fff;
        margin: 0 auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 5px;
        color: #343434;
        width: 300px;
        font-size: 11.5pt;
    }

.content.wrapper .td-price img {
    left: 0 !important;
}

.top_block.basket {
    width: 308px;
    right: 0;
    margin-top: 0;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px 0 rgba(2,3,3,.2),0 10px 10px 0 rgba(2,3,3,.1);
    -moz-box-shadow: 0 4px 5px 0 rgba(2,3,3,.2),0 10px 10px 0 rgba(2,3,3,.1);
    box-shadow: 0 4px 5px 0 rgba(2,3,3,.2),0 10px 10px 0 rgba(2,3,3,.1);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

    .top_block.basket p {
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        color: #343434;
        padding: 5px 0;
        font-size: 9.5pt;
        border-bottom: 1px solid #343434;
    }

.basket table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #343434;
    color: #343434;
}

.basket tr {
    width: 100%;
}

    .basket tr th {
        background: #3a3a3c;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        color: #fff;
        font-weight: normal;
        padding: 2px 0;
        font-size: 10pt;
    }

    .basket tr td {
        font-size: 9pt;
    }

td.td-price {
    position: relative;
}

.td-price img {
    visibility: hidden;
    position: absolute;
    left: -14px;
    top: 30%;
}

.basket tr:hover .td-price img {
    visibility: visible;
}

.top_block td.td-number {
    width: 31px;
}

    .top_block td.td-number a:first-child {
        float: right;
        width: 31px;
        height: 11px;
        font-size: 13pt;
        line-height: 1;
    }

        .top_block td.td-number a:first-child:after {
            display: inline-block;
            font-family: "Material Design Icons";
            bottom: 50%;
            color: #000;
            content: "?";
        }

    .top_block td.td-number p {
        clear: both;
        border-bottom: 0;
        width: 31px;
        padding: 0;
        text-align: center;
    }

    .top_block td.td-number a:last-child {
        float: right;
        width: 31px;
        margin-top: -8px;
        height: 11px;
        font-size: 13pt;
        line-height: 1;
    }

        .top_block td.td-number a:last-child:after {
            display: inline-block;
            font-family: "Material Design Icons";
            bottom: 50%;
            color: #000;
            content: "?";
        }

.top_block .basket-sail-submit {
    float: none;
    display: inline-block;
    margin-top: 10px !important;
    padding: 7px 15px;
    height: 31px;
    font-size: 10pt;
    min-width: 100px;
}

.cart-wrapper i.fa-close {
    top: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    font-size: 13pt;
    color: #333;
    position: absolute;
    right: 11px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .cart-wrapper i.fa-close:hover {
        color: #03a9f4;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}

.fa-close:before {
    content: "?";
    font-family: "Material Design Icons";
}

.closed:before {
    content: "?";
    font: normal normal normal 14px/1 "Ionicons" !important;
    color: #a0a0a0;
}

@font-face {
    font-family: 'lightcase';
    src: url("https://collegemusic.co/wp-content/themes/collegeMusic/fonts/lightcase/lightcase.eot?55356177");
    src: url("https://collegemusic.co/wp-content/themes/collegeMusic/fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"),url("https://collegemusic.co/wp-content/themes/collegeMusic/fonts/lightcase/lightcase.woff?55356177") format("woff"),url("https://collegemusic.co/wp-content/themes/collegeMusic/fonts/lightcase/lightcase.ttf?55356177") format("truetype"),url("https://collegemusic.co/wp-content/themes/collegeMusic/fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*='lightcase-icon-']:before {
    font-family: 'lightcase',sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.lightcase-icon-play:before {
    content: '?';
}

.lightcase-icon-pause:before {
    content: '?';
}

.lightcase-icon-close:before {
    content: '?';
}

.lightcase-icon-prev:before {
    content: '?';
}

.lightcase-icon-next:before {
    content: '?';
}

.lightcase-icon-spin:before {
    content: '?';
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes lightcase-spin {
    0%; {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2000000000000;
    top: 50%;
    left: 50%;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

@media screen and (min-width:641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.5);
        -o-box-shadow: 0 0 30px rgba(0,0,0,.5);
        box-shadow: 0 0 30px rgba(0,0,0,.5);
        -webkit-backface-visibility: hidden;
    }
}

@media screen and (min-width:641px) {
    #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: #333;
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px;
    }

        #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
            width: 100% !important;
            max-width: none !important;
        }

            #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
                height: auto !important;
                max-height: none !important;
            }
}

@media screen and (max-width:640px) {
    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width:640px) and (min-width:641px) {
    [data-lc-type=image] #lightcase-content .lightcase-contentInner, [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: .75;
    }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

@media screen and (min-width:641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #aaa;
    }
}

@media screen and (min-width:641px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #333;
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa;
}

@media screen and (max-width:640px) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0;
    }
}

@media screen and (min-width:641px) {
    #lightcase-case p.lightcase-error {
        padding: 0;
    }
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

@media screen and (max-width:640px) {
    .lightcase-open body {
        padding: 55px 0 70px 0;
    }

        .lightcase-open body > *:not([id*='lightcase-']) {
            position: fixed !important;
            top: -9999px !important;
            width: 0 !important;
            height: 0 !important;
            overflow: hidden !important;
        }
}

#lightcase-info {
    position: absolute;
    padding-top: 15px;
}

    #lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-weight: normal;
        text-overflow: ellipsis;
    }

    #lightcase-info #lightcase-title {
        font-size: 17px;
        color: #aaa;
    }

@media screen and (max-width:640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333;
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa;
}

@media screen and (max-width:640px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static;
    }
}

#lightcase-loading {
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2000000000000001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin .5s infinite linear;
    -moz-animation: lightcase-spin .5s infinite linear;
    -o-animation: lightcase-spin .5s infinite linear;
    animation: lightcase-spin .5s infinite linear;
}

    #lightcase-loading, #lightcase-loading:focus {
        text-decoration: none;
        color: #fff;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color,opacity,ease-in-out .25s;
        -moz-transition: color,opacity,ease-in-out .25s;
        -o-transition: color,opacity,ease-in-out .25s;
        transition: color,opacity,ease-in-out .25s;
    }

        #lightcase-loading > span {
            display: inline-block;
            text-indent: -9999px;
        }

#lightcase-nav a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 200000000000;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: 0;
    cursor: pointer;
}

    #lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
        text-decoration: none;
        color: rgba(255,255,255,.6);
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color,opacity,ease-in-out .25s;
        -moz-transition: color,opacity,ease-in-out .25s;
        -o-transition: color,opacity,ease-in-out .25s;
        transition: color,opacity,ease-in-out .25s;
    }

        #lightcase-nav a[class*='lightcase-icon-'] > span {
            display: inline-block;
            text-indent: -9999px;
        }

        #lightcase-nav a[class*='lightcase-icon-']:hover {
            color: #fff;
            text-shadow: 0 0 15px white;
        }

.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -.5em;
}

@media screen and (min-width:641px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0;
    }
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: 0;
}

@media screen and (max-width:640px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute;
    }
}

@media screen and (min-width:641px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed;
    }
}

@media screen and (max-width:640px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 15px;
        font-size: 24px;
    }
}

@media screen and (min-width:641px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -.5em;
    }

        #lightcase-nav a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
            opacity: 1;
        }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200000000000;
    top: 0;
    left: 0;
    background: #333;
}

@media screen and (max-width:640px) {
    #lightcase-overlay {
        opacity: 1 !important;
    }
}
/*menu*/
nav.menu {
    position: relative;
    margin-right: 61px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    nav.menu > ul {
        float: right;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        nav.menu > ul > li {
            float: right;
        }

            nav.menu > ul > li > a {
                display: block;
                overflow: visible;
                -webkit-transition: 0s;
                -moz-transition: 0s;
                -ms-transition: 0s;
                -o-transition: 0s;
                transition: 0s;
                padding: 10px 15px 0;
                color: black !important;
            }

                nav.menu > ul > li > a > span {
                    position: relative;
                    font-size: 11.25pt;
                    text-align: -moz-center;
                    text-align: -webkit-center;
                    text-align: center;
                    display: block;
                    color: #161616;
                    z-index: 1;
                }

                nav.menu > ul > li > a span.ink2.animate {
                    position: absolute;
                    padding: 0;
                }

                    nav.menu > ul > li > a span.ink2.animate:before {
                        display: none;
                    }

            nav.menu > ul > li > ul {
                display: none;
                position: absolute;
                width: 230px;
                z-index: 1;
                background: #fff;
                z-index: -1 !important;
                -webkit-box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
                -moz-box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
                box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
            }

                nav.menu > ul > li > ul li {
                    float: right;
                    z-index: 1;
                    display: block;
                    width: 100%;
                    position: relative;
                    border-bottom: 1px solid #ededed;
                }

                    nav.menu > ul > li > ul li a {
                        display: block;
                        padding: 12px 15px;
                        -webkit-transition: .3s;
                        -moz-transition: .3s;
                        -ms-transition: .3s;
                        -o-transition: .3s;
                        transition: .3s;
                        position: relative;
                        overflow: hidden;
                        color: #161616;
                    }

                        nav.menu > ul > li > ul li a span {
                            display: block;
                            position: relative;
                            -webkit-transition: .3s;
                            -moz-transition: .3s;
                            -ms-transition: .3s;
                            -o-transition: .3s;
                            transition: .3s;
                            color: #161616;
                            font-size: 9.5pt;
                        }

                        nav.menu > ul > li > ul li a:after {
                            content: '';
                            width: 5px;
                            height: 100%;
                            background: #03a9f4;
                            position: absolute;
                            right: 0;
                            top: 0;
                            -webkit-transition: .3s;
                            -moz-transition: .3s;
                            -ms-transition: .3s;
                            -o-transition: .3s;
                            transition: .3s;
                            transform: translateX(100%);
                            -webkit-transform: translateX(100%);
                            -moz-transform: translateX(100%);
                            -ms-transform: translateX(100%);
                            -o-transform: translateX(100%);
                        }

                    nav.menu > ul > li > ul li:hover > a span {
                        color: #03a9f4;
                    }

                    nav.menu > ul > li > ul li:hover > a:after {
                        transform: translateX(0);
                        -webkit-transform: translateX(0);
                        -moz-transform: translateX(0);
                        -ms-transform: translateX(0);
                        -o-transform: translateX(0);
                    }

                    nav.menu > ul > li > ul li ul {
                        display: none;
                        position: absolute;
                        width: 230px;
                        z-index: 1;
                        background: #fff;
                        -webkit-box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
                        -moz-box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
                        box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
                        right: 230px;
                        top: 0;
                    }

                    nav.menu > ul > li > ul li:last-child {
                        border: 0;
                    }

                    nav.menu > ul > li > ul li > a:before {
                        content: "\F141";
                        font-family: "Material Design Icons";
                        left: 10px;
                        top: 8px;
                        right: inherit;
                        font-size: 15pt;
                    }

                nav.menu > ul > li > ul:after {
                    clear: both;
                    display: table;
                    content: '';
                }

            nav.menu > ul > li:hover > a span {
                color: #03a9f4;
            }

        nav.menu > ul li > a {
            position: relative;
        }

            nav.menu > ul li > a::before {
                content: "";
                position: absolute;
                -webkit-transition: 0s;
                -moz-transition: 0s;
                -ms-transition: 0s;
                -o-transition: 0s;
                transition: 0s;
            }

        nav.menu > ul > li > a {
            position: relative;
        }

            nav.menu > ul > li > a:before {
                left: 4px;
                border-right: 3px solid transparent;
                border-left: 3px solid transparent;
                border-top: 3px solid #161616;
                top: 20px;
            }

    nav.menu .active-menu:before, nav.menu .active-menu:after {
        opacity: 1;
        color: #03a9f4;
    }

    nav.menu .active-menu > a:before {
        border-top-color: #03a9f4 !important;
    }

    nav.menu .active-menu > a span {
        color: #03a9f4;
    }

.closed > ul {
    opacity: 0;
}

.myhidden {
    opacity: 0;
}

.dropdown-inline {
    display: inline-block;
    position: relative;
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    right: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: right;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: left;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-right-color: #000;
    position: absolute;
    left: 6px;
    top: 9px;
}

.dropdown-menu {
    min-width: 250px;
}

    .dropdown-menu > li.open > a {
        background-color: #f5f5f5;
        color: #262626;
        text-decoration: none;
    }

    .dropdown-menu .dropdown-menu {
        right: 100%;
        margin: 0;
        left: auto;
        top: -1px;
    }

.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
    right: auto;
    left: 100%;
}

.dropdown-menu.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

    .dropdown-menu.animated:before {
        content: " ";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
    }

.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0;
}

    .navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
        bottom: -1px;
        top: auto;
    }

.navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.dropdownhover-right {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

ul.menu {
    margin: 0;
    padding: 0;
}

    ul.menu:after {
        clear: both;
        display: table;
        content: '';
    }

.home {
    margin-bottom: 20px;
}

h1 {
    font-size: 15pt;
    color: #333;
    margin-bottom: 30px;
}

.propposor-p {
    margin-bottom: 71px;
}

ul.menu > li {
    float: right;
    list-style: none;
}

.AboutPage .imageHead {
    position: relative;
}

.AboutPage .wrapper {
    position: relative;
    padding: 30px;
    margin-top: -100px;
    background: #fff;
}

.breadcrumb span {
    font-size: 8.5pt;
    color: #333;
}

.RelArticle {
    position: relative;
    margin-top: 60px;
}

.AboutPage {
    position: relative;
    margin-bottom: 30px;
    height: 755px;
}

.RelArticle > strong {
    display: block;
    font-size: 15pt;
    color: #333;
}

ul.menu > li > a {
    padding: 15px;
    display: block;
    color: black
}

ul.menu > li:first-child > a {
    padding-right: 0;
}

ul.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background: #ee6e73;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.menu2 {
    display: none;
}

@media only screen and (max-width:992px) {
    .menu {
        display: none;
    }

    .menu2 {
        display: block;
    }
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropup, .dropdown {
    position: relative;
}

.menuMobile {
    position: relative;
    height: 30px;
    background-color: #0f191f;
    display: none;
}

.css-script-ads {
    padding-right: 240px;
    margin: 0;
}

.scroll-menu {
    max-height: 675px;
    overflow: overlay;
    opacity: 0;
}

#menuTrigger:checked ~ .menuResize .scroll-menu {
    opacity: 1;
}
/*menu*/
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropup, .dropdown {
    position: relative;
}

.menuMobile {
    position: relative;
    height: 30px;
    background-color: #0f191f;
    display: none;
}

.css-script-ads {
    padding-right: 240px;
    margin: 0;
}

.scroll-menu {
    max-height: 675px;
    overflow: overlay;
    opacity: 0;
}

#menuTrigger:checked ~ .menuResize .scroll-menu {
    opacity: 1;
}

.menuResize {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    max-height: 880px;
    width: 280px;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 55px;
    padding-bottom: 15px;
}

    .menuResize * {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

#menuTrigger:checked ~ .menuResize {
    pointer-events: auto;
    background: #03a9f4;
}

#menuTrigger:checked ~ .menu h3 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#menuTrigger:checked ~ .menuResize .link, #menuTrigger:checked ~ .menuResize .heade-featurer-resize, #menuTrigger:checked ~ .menuResize .search-resize {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#menuTrigger:checked ~ .menuResize .link, #menuTrigger:checked ~ .menuResize .top {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#menuTrigger:checked ~ .menuResize .link {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#menuTrigger:checked ~ .menuResize .heade-featurer-resize, #menuTrigger:checked ~ .menuResize .search-resize {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#menuTrigger:checked ~ .menuResize .top {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.menuResize .links {
    position: relative;
    z-index: 1;
    list-style: none;
    color: #03a9f4;
    direction: rtl;
    padding-bottom: 0;
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
    overflow: hidden;
}

.menuResize .heade-featurer-resize, .menuResize .search-resize {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.menuResize .top {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.menuResize .link {
    font-size: 9pt;
    line-height: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

    .menuResize .link:nth-child(1) {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .menuResize .link:nth-child(2) {
        -webkit-transform: translate3d(-200%,0,0);
        transform: translate3d(-200%,0,0);
    }

    .menuResize .link:nth-child(3) {
        -webkit-transform: translate3d(-300%,0,0);
        transform: translate3d(-300%,0,0);
    }

    .menuResize .link:nth-child(4) {
        -webkit-transform: translate3d(-400%,0,0);
        transform: translate3d(-400%,0,0);
    }

    .menuResize .link:nth-child(5) {
        -webkit-transform: translate3d(-500%,0,0);
        transform: translate3d(-500%,0,0);
    }

    .menuResize .link:nth-child(6) {
        -webkit-transform: translate3d(-600%,0,0);
        transform: translate3d(-600%,0,0);
    }

    .menuResize .link:nth-child(7) {
        -webkit-transform: translate3d(-700%,0,0);
        transform: translate3d(-700%,0,0);
    }

    .menuResize .link:nth-child(8) {
        -webkit-transform: translate3d(-800%,0,0);
        transform: translate3d(-800%,0,0);
    }

    .menuResize .link:nth-child(9) {
        -webkit-transform: translate3d(-900%,0,0);
        transform: translate3d(-900%,0,0);
    }

    .menuResize .link:nth-child(10) {
        -webkit-transform: translate3d(-1000%,0,0);
        transform: translate3d(-1000%,0,0);
    }

    .menuResize .link:nth-child(11) {
        -webkit-transform: translate3d(-1100%,0,0);
        transform: translate3d(-1100%,0,0);
    }

.menuResize .heade-featurer-resize {
    -webkit-transform: translate3d(-1200%,0,0);
    transform: translate3d(-1200%,0,0);
}

.menuResize .top {
    -webkit-transform: translate3d(-1100%,0,0);
    transform: translate3d(-1100%,0,0);
}

.menuResize .link a {
    display: block;
    color: currentColor;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

.menuResize .link > a:hover {
    background-color: rgba(255,255,255,.1);
}

.menuResize .trigger {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-property: -webkit-transform,box-shadow;
    transition-property: transform,box-shadow;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #03a9f4;
    margin: 0;
}

    .menuResize .trigger:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-radius: inherit;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: box-shadow .2s .4s ease-in-out;
        transition: box-shadow .2s .4s ease-in-out;
    }

#menuTrigger:checked ~ .menuResize .trigger {
    -webkit-transform: translate(-195px,0);
    -moz-transform: translate(-195px,0);
    -o-transform: translate(-195px,0);
    -webkit-transform: translate(-195px,0);
    transform: translate(-195px,0);
    box-shadow: 0 0 0 880px #03a9f4;
    background: #03a9f4;
}

    #menuTrigger:checked ~ .menuResize .trigger:before {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    #menuTrigger:checked ~ .menuResize .trigger .line:nth-child(1) {
        -webkit-transform: translateY(0) translate3d(-50%,-50%,0);
        transform: translateY(0) translate3d(-50%,-50%,0);
        -ms-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
    }

    #menuTrigger:checked ~ .menuResize .trigger .line:nth-child(2) {
        display: none;
    }

    #menuTrigger:checked ~ .menuResize .trigger .line:nth-child(3) {
        -webkit-transform: translateY(0) translate3d(-50%,-50%,0);
        transform: translateY(0) translate3d(-50%,-50%,0);
        -ms-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
    }

#menuTrigger:checked ~ .menuResize .scroll1 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.menuResize .trigger .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #03a9f4;
    height: 3px;
    width: 26px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    border: 0 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    .menuResize .trigger .line:nth-child(1) {
        -webkit-transform: translateY(-7px) translate3d(-50%,-50%,0);
        transform: translateY(-7px) translate3d(-50%,-50%,0);
    }

    .menuResize .trigger .line:nth-child(3) {
        -webkit-transform: translateY(7px) translate3d(-50%,-50%,0);
        transform: translateY(7px) translate3d(-50%,-50%,0);
    }

#menuTrigger {
    position: fixed;
    top: 0;
    right: -20px;
}

ul.links li.have-sub ul {
    display: none;
}

    ul.links li.have-sub ul li a {
        padding: 10px 25px;
    }

.have-sub > a:after {
    content: '+';
    font-size: 10pt;
    vertical-align: middle;
    padding-right: 13px;
    position: absolute;
    top: 11px;
}

.open-li > a:after {
    content: '-' !important;
}

ul.links li.have-sub ul > li a:before {
    content: '-';
    margin-left: 3px;
}

ul.links li.have-sub ul > li ul li a {
    padding: 10px 35px;
}

ul.links li.have-sub ul > li ul li ul li a {
    padding: 10px 45px;
}

.menuResize .active > a {
    background-color: rgba(255,255,255,.1);
}
/*footer*/
footer {
    background: #2c3031;
    position: relative;
    margin-top: 250px;
    padding: 0 0 20px;
}

    footer:before {
        content: '';
        position: absolute;
        right: 0;
        top: -389px;
        height: 390px;
        width: 100%;
        background: url(https://collegemusic.co/wp-content/themes/collegeMusic/img/gitar.png) no-repeat bottom center;
        background-size: 100%;
    }

    footer ul {
        list-style: none;
    }

        footer ul li {
            position: relative;
            padding-right: 25px;
            margin-bottom: 15px;
        }

            footer ul li:before {
                content: '';
                width: 11px;
                height: 11px;
                background: #ffc107;
                transform: rotate(45deg);
                position: absolute;
                right: 0;
                top: 4px;
            }

            footer ul li a,
            footer .info p {
                display: block;
                color: #fff;
                font-size: 9pt;
            }

    footer strong {
        color: #fff;
        font-size: 11.25pt;
        display: block;
        border-bottom: 3px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    footer .info p {
        margin-bottom: 10px;
    }

    footer .namad {
        display: inline-block;
        margin-right: 15px;
    }

        footer .namad img {
            width: 113px;
            height: 108px;
        }

    footer .samandehi {
        display: inline-block;
    }

        footer .samandehi img {
            width: 84px;
            height: 108px;
        }

    footer .copyRight {
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        color: #fff;
        font-size: 9pt;
        margin: 10px 0 5px;
    }

        footer .copyRight a {
            display: inline-block;
            vertical-align: middle;
        }

    footer .social {
        text-align: center;
    }

        footer .social a {
            display: inline-block;
            vertical-align: middle;
            margin: 0 15px;
            color: #fff;
            font-size: 18pt;
        }

            footer .social a:hover {
                color: #03a9f4;
            }

    footer:after,
    footer .info:after,
    footer .copyRight:after {
        clear: both;
        display: table;
        content: '';
    }
/*************** RESPONSIVE ****************/
@media only screen and (max-width: 1200px) {
    nav.menu > ul > li > a > span,
    header .parnet-login a {
        font-size: 10pt;
    }

    footer .samandehi img {
        width: 82px;
        height: 105px;
    }

    footer .namad img {
        width: 110px;
        height: 105px;
    }
}

@media only screen and (max-width: 992px) {
    header {
        padding: 3.5px 0;
    }

        header .logo {
            margin-top: 2px;
        }

            header .logo img {
                width: 120px;
                height: 33px;
            }

    footer {
        margin-top: 195px;
    }

        footer ul {
            margin-bottom: 30px;
        }

    .material-scrolltop {
        display: none;
    }
}

@media only screen and (max-width:830px) {
    header .logo {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
      header  {
        position:relative;
    }

    header .container {
        padding-left: 35px;
    }

    header .parnet-login {
        width: 120px;
    }

    header .logo {
        margin-right: 35px;
    }

    footer {
        margin-top: 155px;
    }

        footer strong {
            margin-bottom: 15px;
        }

    img.pull-right {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0;
        float: none !important;
        margin: auto;
    }

    img.pull-left {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        float: none !important;
        margin: auto;
    }
}

@media only screen and (max-width: 580px) {
  
header .magnify{
    font-size: 20pt;
    line-height: 1;
    text-align:center;
}
    header .search {
        top: 21px;
    }

    footer {
        margin-top: 30px;
        padding-top: 20px;
    }

        footer:before {
            display: none;
        }

        footer .row > div {
            width: 100%;
        }

        footer .info {
            margin-left: 25px;
        }

        footer .social {
            margin: 15px 0;
        }

            footer .social a {
                margin: 0 10px;
            }
            .menuResize .trigger {
    top: 6px;
    right: 0;
    width: 34px;
    height: 34px;
                
            }
}
@media only screen and (max-width: 370px) {
header .logo img {
    width: 80px;
    height: 22px;
    margin-top: 5px;
}
    nav.menu > ul > li > a > span, header .parnet-login a {
    font-size: 8pt;
}
}
.propposor-p + p {
    margin-bottom: 150px;
}

.propposor-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 396px;
}.Articles button.category-button:nth-child(2) {
    display: none;
}
.rate {
    display: none;
}.listitem p:nth-child(2), .listitem p:nth-child(3) {
    display: none !important;
}.boutique-frame strong {
    white-space: pre-wrap !important;
}.parallax p {
    text-align: justify !important;
}.parallax {
    background-image: url(../img/parallax.jpg) !important;
}