﻿.pull-left {
    float: right;
}

.pull-right {
    float: left;
}

#advertise {
    left: 30px;
    position: absolute;
    padding-top: 52px;
    padding-right: 30px;
}

@media only screen and (max-width: 900px) {
    #advertise {
        display: none;
    }
}

.hidden {
    display: none !important;
}

@media only screen and (min-width: 1200px) {
    .contenttag {
        min-width: 800px;
        max-width: 800px;
    }

    .artistimg {
        min-width: 200px !important;
        min-height: 200px !important;
        max-width: 200px !important;
        max-height: 200px !important;
    }
}

.btn-default {
    background-color: #223a73;
}

.color-default {
    background-color: #223a73 !important;
    color: #ffffff;
    border: 1px solid #223a73 !important;
}

    .color-default:hover {
        color: #ffffff !important;
    }

#colmd3 {
    flex: 0 0 25%;
    max-width: 27%;
}

#colmd1 {
    flex: 0 0 10.333333%;
    max-width: 10.333333%;
}

.btn-f {
    min-height: 36px;
    padding: 4px 13px;
    font-weight: normal;
    font-size: inherit;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    top: 0px;
    outline: none;
    position: relative;
    display: inline-block;
    *
        display: inline;
    *
        zoom: 1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 1.428571429;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6e7d84 !important;
    background-color: #eaeced;
    border-radius: 1px;
    border: 1px solid #b2bbbf;
    border-top-color: #bbc3c6;
    border-right-color: #bbc3c6;
    border-bottom-color: #aab4b8;
    border-left-color: #aab4b8;
    -webkit-transition: all 0.10s linear 0s;
    transition: all 0.10s linear 0s;
    font-size: 13px !important;
    padding: 3px 9px;
    min-height: 26px;
    white-space: nowrap;
    word-wrap: inherit;
}

.title-main {
    line-height: 1.7;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #223a73 !important;
}

.title-else {
    line-height: 1.7;
    font-size: 13px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #aab4b8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

    .dropdown-content a {
        color: #223a73;
        padding: 10px 0px 10px 10px;
        display: block ruby;
    }

.dropdown:hover .dropdown-content {
    display: block;
}
