/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background-color:#aaa;*/
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar.navbar-default.navbar-fixed-top {
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #fed136;
    background: -moz-linear-gradient(top, #fed136 0%, #febf04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed136), color-stop(100%,#febf04));
    background: -webkit-linear-gradient(top, #fed136 0%,#febf04 100%);
    background: -o-linear-gradient(top, #fed136 0%,#febf04 100%);
    background: -ms-linear-gradient(top, #fed136 0%,#febf04 100%);
    background: linear-gradient(top, #fed136 0%,#febf04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed136', endColorstr='#febf04',GradientType=0 );
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: black;
    font-weight:bold;
    background: #fed136;
    background: -moz-linear-gradient(top, #fed136 0%, #febf04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed136), color-stop(100%,#febf04));
    background: -webkit-linear-gradient(top, #fed136 0%,#febf04 100%);
    background: -o-linear-gradient(top, #fed136 0%,#febf04 100%);
    background: -ms-linear-gradient(top, #fed136 0%,#febf04 100%);
    background: linear-gradient(top, #fed136 0%,#febf04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed136', endColorstr='#febf04',GradientType=0 );
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: black;
    font-weight:bold;
    /*background-color: #fec503;*/
    background: #fec503;
    background: -moz-linear-gradient(top, #fec503 0%, #febf04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec503), color-stop(100%,#febf04));
    background: -webkit-linear-gradient(top, #fec503 0%,#febf04 100%);
    background: -o-linear-gradient(top, #fec503 0%,#febf04 100%);
    background: -ms-linear-gradient(top, #fec503 0%,#febf04 100%);
    background: linear-gradient(top, #fec503 0%,#febf04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec503', endColorstr='#febf04',GradientType=0 );
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bob-photo-2.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bob-photo-2.jpg);
    /*background-position: 40px -270px;*/
    background-repeat: none;
    -webkit-background-size: initial;
    -moz-background-size: initial;
    background-size: initial;
    -o-background-size: initial;
}

.album-banner {
    position: absolute;
    z-index: 1029;
    top: 130px;
    font-size: 40px;
    color: white;
}

@media screen and (max-width:766px) {
    .album-banner {
        top:80px;
    }
}

.album-banner img {
    width:50%;
}

.album-banner-inner-list li{
    width: 50%;
}

.album-banner-inner-list {
    display:flex;
    list-style:none;
    padding-left: 0;
}

header .intro-text {
    padding-top: 480px; /*100*/
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:1024px) {
    header .intro-text {
        /*padding-top: 300px;*/
        padding-top: 620px!important
    }
}

@media(min-width:768px) {
    header .intro-text {
        /*padding-top: 300px;*/
        padding-top: 520px;
        padding-bottom: 200px;
    }



    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

section h1.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h2.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    display:inline-block;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display:inline-block;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
    display:inline-block!important;
    padding-left:20px;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
    height:235px;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin:5% 20%;
    min-height:60%;
}

.modal-content .container {
    width: 100%;
}

.modal-content .col-lg-8 {
    margin: 0 auto;
    float: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 2em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal{
    z-index: 2051;
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}
/******************************************************/
/* Custom */

section{
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.beta-banner {
    position: absolute;
    bottom: -34px;
    background-color: #fec503;
    width: 100%;
    padding: 0 10px;
    font-weight: bold;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.italic {
    font-style: italic;   
}


/* gigs section */

.event-modal .modal-content {
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 5% 20%;
    min-height: 60%;
}

.event-modal .close-modal {
    z-index: 2051;
}

.event-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: transparent;
    cursor: pointer;
}

.event-modal .modal-body {
    margin-top: 50px;
}

#gigs .btn.btn-primary:focus {
    color: #333;
}

/* music player */
#music-player {
    display:none;
}

#music-player .container {
    height:50px;
    /*position:absolute;*/
}
@media screen and (max-width: 468px) {
    #music-player .container {
        height: 100px;
    }
}
#star-explosion {
    height: 100%;
}

#player-timeline {
    height:4px;
    background: #fed136;
    width:0;
    position:relative;
}

#player-timeline-track {
    height: 4px;
    margin-top: -10px;
    background: #888;
    width: 100%;  
}

#player-timeline-track:hover {
    cursor:pointer;
}

#song-position {
    background: transparent;
    color: #fec503;
    position: absolute;
    top: -6px;
    right: -6px;
    float: right;
    display:none;
}

#player-song-icon{
    height: 50px;
    width: 100px;
    float: left;
    color:#999;
}

#current-song {
    color: white;
}

.player-song-attribute {
    padding-left:10px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

#music-player .navbar-middle{
    margin:0 auto;
}

#audio-controls {
    display:none;
}

#hide-show {
    position: relative;
}

#hide-show-button {
    position: absolute;
    top: -30px;
    height: 30px;
    width: 50px;
    background-color: #444;
    border-radius: 10px 10px 10px 0px;
    color: white;
-webkit-box-shadow: 10px -7px 43px -10px rgba(0,0,0,1);
-moz-box-shadow: 10px -7px 43px -10px rgba(0,0,0,1);
box-shadow: 10px -7px 43px -10px rgba(0,0,0,1);
display:block;
}

#hide-show-button:hover{
    cursor:pointer;
}

#hide-show-button i.fa {
    padding-top: 8px;
    text-align: center;
    display: block;
}

.more-trouble-than-funny h4,
.music-and-album .singles p {
    margin-left:5px;
}

.music-and-album .album.more-trouble-than-funny {
    float:left;
    display:inline-block;
    width:50%;
    padding-left:5px;
}

.assorted-singles {
    padding: 0 5px;
}




@media screen and (max-device-width:768px){
    .music-and-album .album.more-trouble-than-funny,
    .music-and-album .singles {
        float:none;
        width:100%;
        display:block;
    }

    .music-and-album .album.more-trouble-than-funny:after {
        clear:both;
    }

    .music-and-album .album.more-trouble-than-funny .album-iframe {
        width:100%!important;
        float:none;
    }
}



.portfolio-hover
,.portfolio-hover-content
,.portfolio-caption {
    display:inline-block;
}

.portfolio-caption {
    /*padding-left:20px;*/
}

.song-portfolio li {
    list-style: none;
}

.song-title {
    float:left;
    margin-left: 0.5em;
}

.song-desc {
    padding-left:3em;
}

.portfolio-link{
    float:left;
}


.song-portfolio{
    background: rgba(200,200,200,0.4);
    border-radius:5px;
    padding: 10px;
}

.song-portfolio .social-feedback {
    float:right;
    font-size: 12px;
    display:none;
}


#volume-container {
    width: 140px;
    float: right;
    display:inline-block;
    padding-top: 15px;
}

#volume-container div {
    display:inline-block;
}

#volume-track {
    height: 4px;
    background: #888;
    width: 70%;
    margin-top: 8px;
    vertical-align: top;
    margin-left: 5%;
    margin-right: 6%;
}

#volume-track:hover {
    cursor:pointer;
}


#volume-bar {
    height:4px;
    background: #fed136;
    width:0;
    position:relative;
    vertical-align: top;
    width:60%;
}

#volume-level {
    background: transparent;
    color: #fec503;
    position: absolute;
    top: -5px;
    right: -10px;
    float: right;
}

@media screen and (min-width: 1200px) {
    #music-player .navbar-middle{
        margin-left:26em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1198px){
    #music-player .navbar-middle{
        margin-left:16em;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    #music-player .navbar-middle{
        margin-left:8em;
    }
}


@media screen and (min-width: 493px) and (max-width: 768px){
    #music-player .navbar-middle{
        margin-left:1em;
    }
}

/*@media screen and (min-width: 520px) {
    #volume-container {
        float:right;
    }
}*/

@media screen and (max-width: 492px) {
    #music-player .navbar-middle{
        margin-left:-1em;
    }
    #volume-container {
        padding-top: 10px;
        position: absolute;
        right: 20px;
        top: 0;
    }
}
@media screen and (max-width: 470px) {
    #music-player .navbar-middle {
        margin-top:25px;
    }
}

@media screen and (max-width: 370px) {
    #music-player .navbar-middle {
        margin-left: 1em;
        margin-top: -15px;
    }
}
@media screen and (max-width: 462px) {
    #volume-container {
        padding-top: 10px;
        position: absolute;
        right: 20px;
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    #music-player .navbar-default .nav li a {
        padding:10px;
    }

    #music-player .navbar-nav, #music-player .navbar-nav li{
        display:inline-block;
    }

    .player-song-attribute {
        padding-top:10px;
    }

    #current-song {
        padding-top:5px;
    }

    #music-player .navbar-left {
        display:none;
    }

    #player-timeline-track {
        margin-top:-1px;
    }
}

@media screen and (max-width: 468px) {
    #music-player .navbar-nav>li>a {
        padding:5px;
    }

    #music-player .navbar-right {
        display:none;
    }

    #music-player .navbar-middle i {
        font-size: 3em;
        margin-left: 5px;
    }
    #volume-container {
        padding-top:5px;
        position: absolute;
        right: 20px;
        top: 0;
    }
}
@media screen and (max-width: 468px) {
    ul.nav.navbar-nav.navbar-middle {
        /*padding-top: 30px;*/
    }
}
/*@media screen and (max-width: 577px) {*/
    /*#music-player .navbar-middle i {*/
        /*font-size:1em;*/
    /*}*/
/*}*/
/* Musician Bio */
p.text-muted.review {
    text-align: left;
    font-size: 12px;
}

.member-contact{
    color:#ce9503;
}

.event-subheading {
    color:#999;
    font-style: italic;
}

.event.row {
    margin-bottom: 50px;
}

.event-status{
    color:#7f0000;
    margin-left: 10px;
}

.btn-primary{
    color:#333;
}

.btn-primary:hover{
    color:#000;
}

.band-bio {
    margin-bottom:50px;
}

.band-bio .band-description {
    width: 80%;
    margin: 0 auto;
}

/* footer links */
ul.list-inline.quicklinks a {
    color: #333;
}

.social-buttons.hide {
    display:none;
}

.blog.row .post-image, .event.row .gig-image {
    border: 7px solid #fff;
}

/*.blog .blog-inner {*/
    /*margin:auto;*/
/*}*/

/*.event .gig-image{*/
    /*width:100%;*/
 /*}*/

@media screen and (min-device-width:360px)
    and (max-device-width:768px){
    .right.service-heading,  .right.blog-likes  {
        display:none;
    }
}


@media screen and (min-device-width:768px){
    .left.service-heading, .left.blog-likes {
        display:none;
    }
}

.tell-me-more{
    color:black;
}

li.portfolio-item.list-group-item.available-true {
    background-color: #333;
    border-color: #fed136;
}

.song-portfolio {
    background-color: #fed136;
}

span.social-feedback {
    color: white;
}

h4.song-title {
    color: #fff;
}

p.text-muted.song-desc {
    color: #ddd;
}

i.fa.fa-music.fa-small {
    color: #FE7503;
    position: absolute;
    top: 3px;
    left: 7px;
    font-size: 21px;
}

i.fa.fa-play.fa-3x.play-button {
    position: relative;
}

.bg-white img.img-responsive.img-circle,
.bg-white .blog.row .post-image,
.bg-white .event.row .gig-image{
    border-color: #eee;
}