/*
Theme Name: Buddy Guy
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

/* General */

body {
    background: #dfe1e0 url('assets/img/bg/body-bg.jpg') no-repeat top center;
    color: #fdfffe;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fdfffe;
    line-height: 1em;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3, h4, h5, h6, h7, h8 {
    font-size: 14px;
}

a {
    color: #418981;
}

a:hover, a:focus {
    color: #418981;
    outline: 0;
    text-decoration: underline;
}

.container-fluid {
    width: 980px;
    max-width: 100%;
}

/* Forms & Buttons */

.main-btn {
    text-transform: uppercase;
    color: #fdfffe;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 4px;
    background: #418981;
    line-height: 1em;
    text-decoration: none;
    font-size: 12px;
}

.main-btn:hover, .main-btn:focus {
    color: #fdfffe;
    background: #418981;
}

.main-btn i {
    color: #000;
    margin-left: 5px;
}

input, textarea, select {
    color: #333;
}

button, input[type="submit"] {
    background: #666;
    color: #fdfffe;
    border: 0;
    padding: 4px 6px;
    text-transform: uppercase;
    font-weight: bold;
}

button:hover, button:focus,
input[type="submit"]:hover, input[type="submit"]:focus  {
    background: #000;
}

legend {
    color: #fdfffe;
    border: 0;
    font-size: inherit;
}

/* Header */

#header .header-content {
    min-height: 265px;
    padding-bottom: 15px;
    position: relative;
}

/* Top Bar */

#top-bar {
    /*position: absolute;
    top: 0;
    width: 100%;*/
}

.top-content {
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    top: 0;
}

.top-content a {
    text-decoration: none;
}

.top-content-left {
    float: left;
}

.top-content-right {
    float: right;
}

.home-link {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* Content */
#main-content {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content-bg {
    background: #fdfffe;
}

.inner-content {
    padding: 15px;
    background: #b4b4b4;
}

.blog-content {
    padding-bottom: 0;
}

.page-title {
    background: #c8cecc;
    color: #418981;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
    border-bottom: 1px solid #fdfffe;
}

.share-bg {
    background: #131313;
    border-bottom: 1px solid #fdfffe;
    border-top: 1px solid #fdfffe;
}

.more {
    text-align: right;
    padding: 10px 0;
}

.more a, .read-more {
    text-decoration: none;
}

/* Share */

.share-bar {
    display: inline-block;
    position: relative;
    float: right;
}

.share-bar .share-btn {
    display: block;
    height: 22px;
    width: 21px;
    background: url('assets/img/bg/sprite-sony_connect.png') no-repeat;
    border: 0;
}

.share-bar .btn-group:hover .dropdown-menu, .share-bar .btn-group:focus .dropdown-menu {
    display: block;
}

.share-bar .btn-group:hover .dropdown-menu, .share-bar .btn-group:focus .dropdown-menu {
    display: block;
}

.share-bar .share-btn.comments {
    background-position: -1px -13px;
}

.share-bar .share-btn.comments:hover, .share-bar .share-btn.comments:focus {
    background-position: -1px -37px;
}

.share-bar .share-btn.facebook {
    background-position: -25px -13px;
}

.share-bar .share-btn.facebook:hover, .share-bar .share-btn.facebook:focus {
    background-position: -25px -37px;
}

.share-bar .share-btn.twitter {
    background-position: -49px -13px;
}

.share-bar .share-btn.twitter:hover, .share-bar .share-btn.twitter:focus {
    background-position: -49px -37px;
}

.share-bar .share-btn.google-plus {
    background-position: -73px -13px;
}

.share-bar .share-btn.google-plus:hover, .share-bar .share-btn.google-plus:focus {
    background-position: -73px -37px;
}

.share-bar .share-btn.pinterest {
    background-position: -97px -13px;
}

.share-bar .share-btn.pinterest:hover, .share-bar .share-btn.pinterest:focus {
    background-position: -97px -37px;
}

.share-bar .share-btn.tumblr {
    background-position: -192px -13px
}

.share-bar .share-btn.tumblr:hover, .share-bar .share-btn.tumblr:focus {
    background-position: -192px -37px;
}

.share-bar .dropdown-menu {
    border-radius: 2px;
    background: #fdfffe;
    border-color: #fdfffe;
    min-width: 90px;
    max-width: 90px;
    padding: 4px;
}

.share-bar .dropdown-menu:after {
    display: block;
    height: 10px;
    width: 9px;
    content: " ";
    background: url('assets/img/bg/sprite-sony_connect.png') no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: -9px;
}

.share-bar .comments-drop .dropdown-menu>li>a {
    display: inline-block;
    font-size: 12px;
    text-transform: lowercase;
    padding: 2px 4px;
    color: #1e1e1e;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fafafa),color-stop(100%,#dcdcdc));
    background-image: -webkit-linear-gradient(#fafafa,#dcdcdc);
    background-image: -moz-linear-gradient(#fafafa,#dcdcdc);
    background-image: -o-linear-gradient(#fafafa,#dcdcdc);
    background-image: -ms-linear-gradient(#fafafa,#dcdcdc);
    background-image: linear-gradient(#fafafa,#dcdcdc);
    border: 1px solid;
    border-color: #CCC #CCC #AAA;
}

.tumblr-group ul>li>a {
    padding: 2px;
}

/* Carousel */
#carousel-home {
    margin-bottom: 15px;
}

#carousel-home .item img {
    width: 100%;
    height: auto;
}

#carousel-home .carousel-indicators {
    top: 15px;
    left: 15px;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0;
}

#carousel-home .carousel-indicators li {
    border-radius: 0;
    width: 11px;
    height: 11px;
    margin: 0;
}

#carousel-home .carousel-indicators .active {
    width: 11px;
    height: 11px;    
}

#carousel-home .carousel-caption {
    background-color: #5d4182;
    opacity: 0.95;
    text-shadow: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    text-align: left;
    color: #989797;
}

#carousel-home .carousel-caption h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #79a8fd;
}

#carousel-home .carousel-caption h3 a {
    color: #79a8fd;   
}

#carousel-home .carousel-caption p {
    margin: 0;
}

#carousel-home .carousel-caption .main-btn {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    padding: 14px 20px;
    float: right;
    margin: 4px;
}

.carousel-control {
    opacity: 0.75;  
    width: auto;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1;  
}

.carousel-control.right, .carousel-control.left {
    background: none;
    background-image: none;
}

#carousel-home .arrow {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 50px;
    background: url('assets/img/bg/bg_direction_nav.png') no-repeat;
    margin-top: -25px;
}

#carousel-home .arrow.arrow-left {
    left: 15px;
    background-position: 0 0;
}

#carousel-home .arrow.arrow-right {
    right: 15px;
    background-position: -52px 0;
}

/* News */
.rss-icon {
    float: right;
    color: #418981;
}

.rss-icon:hover, .rss-icon:focus {
    color: #418981;
}

.news-items {
    padding-top: 0;
    padding-bottom: 0;
}

.news-item {
    padding-top: 10px;
}

.news-item time {
    font-size: 12px;
}

.news-item blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 1em;
}

.news-item blockquote p {
    margin: 0 0 10px 0;
}

.news-title {
    text-transform: none;
    margin-top: 10px;
    font-size: 18px;
}

.news-title a {
    color: #418981;
}

.news-item .entry-meta {
    padding: 5px 15px;
    margin: 10px -15px 0 -15px;
}

.feat-img {
    margin-bottom: 15px;
}

.comments-link {
    color: #F3CB82;
    font-family: Georgia, serif;
    font-weight: bold;
    text-decoration: none;
}

/* Navigation */

.navbar {
    border-radius: 0;
    margin-bottom: 15px;
    min-height: 0;
    border: 0;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #418981;
    padding: 9px 17px;
    text-decoration: none;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #418981;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-nav>li.current-menu-item>a {
    color: #418981;
    background-color: #131313;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu>li>a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #418981;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #418981;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;   
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background: none;
}

.navbar-toggle .icon-bar {
    background: #418981;
    border-radius: 0;
}

#header-nav {
}

#header-nav .container-fluid {
    background: #fdfffe;
}

#footer-nav {
    margin-bottom: 0;
}

#footer-nav .container-fluid {
    background: #fdfffe;
}

#footer-nav a {
    font-size: 14px;
}

/* Pagination */

ul.page-numbers {
    background: #131313;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    text-align: right;
    border-top: 1px solid #fdfffe;
}

ul.page-numbers>li {
    display: inline-block;
    margin-left: -3px;
    border-left: 1px solid #fdfffe;
}

ul.page-numbers>li>a, ul.page-numbers>li>span {
    padding: 10px;
    display: block;
}

ul.page-numbers>li>a:hover, ul.page-numbers>li>a:focus {
    text-decoration: none;
}

ul.page-numbers>li>.current, ul.page-numbers>li>a:hover, ul.page-numbers>li>a:focus {
    background-color: #b4b4b4;
    color: #fdfffe;
}

/* Sidebar */

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget div.fb-like-widget {
    background: #fdfffe;
    padding: 15px;
    width: 100%;
    overflow: hidden;
}

.sidebar .widget-title {
    background: #c8cecc;
    color: #418981;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
}

.sidebar .widget .fb_iframe_widget span {
    width: 100%!important;
}

.sidebar .widget .fb_iframe_widget iframe {
    width: 100%!important;
}

.widget.widget_sp_image img {
    height: auto;
}

.sidebar-homepage-footer {
    margin-top: 15px;
}

.sidebar .more {
    background: #131313;
    padding: 10px 15px;
}

.sidebar .video-preview {
    padding-top: 0;
}

/* Comments */

#comments {
    margin-top: 15px;
}

.comments-title {
    background: #c8cecc;
    color: #418981;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
}

.comment-reply-title {
    font-size: 14px;
    color: #fdfffe;
}

#comments .bg-info {
    color: #333;
    padding: 5px;
}

#comments .comment {
    padding: 5px 0;
}

/* bbPress */
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    border: 0!important;
}

#bbpress-forums li.bbp-header {
    background: #323232;
    border: 0!important;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border: 0!important;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd,
#bbpress-forums div.even, #bbpress-forums ul.even {
    background: none!important;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: none!important;
    border: 0!important;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: url('assets/img/bg/newsheader-bg.png') repeat;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    background: none;
}

/* Events */
.event-btn {
    float: right;
}

.page-template-page-events .widget_sme_base_theme_events_widget {
    display: none;
}

.events-header {
    background: #131313;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 15px;
}

.event-content {
    padding-top: 0;
    padding-bottom: 0;
}

.event {
    padding: 10px 0 ;
    border-top: 1px solid #fdfffe;
}

.event-label {
    display: inline-block;
    width: 120px;
}

.event-date {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 35px;
    border-radius: 3px;
    overflow: hidden;
    line-height: 1em;
}

.event-date-month {
    background: #131313;
    color: #fdfffe;
    padding: 3px 2px;
}

.event-date-day {
    background: #fdfffe;
    color: #131313;
    font-size: 18px;
    padding: 6px 2px;
}

.event-sidebar-detail {
    color: #418981;
    font-weight: bold;
}

.page-template-page-events #sidebar .widget.widget_sme_base_theme_events_widget {
    display: none;
}

.sidebar .widget.widget_sme_base_theme_events_widget .inner-content {
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar .widget.widget_sme_base_theme_events_widget .event {
    padding-top: 10px;
    background-size: cover;
    border-bottom: 1px solid #fdfffe;
}

.sidebar .widget.widget_sme_base_theme_events_widget .more {
    background: #131313;
}

.event .share-bar .btn-group {
    margin-bottom: 2px;
}

.no-events {
    padding: 10px 0;
}

/* Photo Galleries */
.photo-grid-wrapper {
    padding: 0 10px;
}

.photo-grid-wrapper .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-image-wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.fancybox-opened .fancybox-title {
    width: 100%;
    color: #fdfffe;
    text-transform: uppercase;
    font-weight: bold;
}

.fancybox-title a {
    text-decoration: underline;
    color: #fdfffe;
    text-transform: uppercase;
    font-weight: bold;
}

/* Videos */

#videos {
    padding: 0 10px;
}

#videos .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.video-preview {
    position: relative;
    padding-top: 5px;
}

.video-preview .video-overlay {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -32px;
}

.video-player {
    margin-bottom: 15px;
}

/* Music */
.single-album  .sidebar .widget.widget_sme_base_theme_events_widget {
    display: none;
}

.dropdown-buy {
    background: #fdfffe;
    border: 1px solid #333;
    color: #333;
    padding: 0;
}

.dropdown-buy>li>a {
    text-transform: uppercase;
    font-size: 12px;
    color: #333!important;
}

.dropdown-buy>li>a:hover, .dropdown-buy>li>a:focus {
    color: #777!important;;
    background: #333;
}

.entry-meta {
    padding: 5px 15px;
    margin: 0;
}

.sidebar-discography .sidebar-album {
    margin-bottom: 10px;
}

.sidebar-discography .sidebar-album .bottom {
    padding-top: 10px;
}

.sidebar .sidebar-discography div.fb-like {
    background: transparent;
    padding:15px 0 0 0;
}

.tracks-content {
    padding: 0;
}

.disc-row {
    font-weight: bold;
}

.track-title {
    margin-top: 15px;
}

.tracks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tracks>li {
    margin-bottom: 1px;
    padding: 10px;
}

.tracks>li .track-no {
    margin-right: 10px;
}

.tracks>li .track-media {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* Jukebox */
#jukebox {
    background: #fdfffe;
    padding:10px;
    position: absolute;
    bottom: 65px;
    right: 0;
}

#jukebox .inner-content {
    background: transparent;
    display:inline-block;
    padding:0;
}

#jukebox {
    color: #fdfffe;
}

#jukebox img {
    margin-right:10px;
    width:120px;
    height:auto;
}

#jukebox .info {
    display: block;
    padding: 10px;
    width: 165px;
    color: #fdfffe;
    background: #c8cecc;
    margin-bottom: 10px;
    font-weight: bold;
}

#jukebox .info a {
    color: #418981;
}

.marquee {
    overflow: hidden;
    background: #c8cecc;
    display: block;
    width: 126px;
    color: #fdfffe;
    font-size: 10px;
    margin: 4px 0 1px 0;
    padding: 2px 0;
}

#jukebox .interface {
    background: #c8cecc;
    width: 126px;
    padding: 0 2px 0px 2px;
    height: 18px;
    margin-bottom:10px;
}

#jukebox .loader {
    border: 1px solid #fdfffe;
    height: 6px;
    margin: 6px 0 0 0;
    display: inline-block;
    width: 66px;
    vertical-align: top;
    background-color:#fdfffe;
}

#jukebox .load-progress {
    width:0px;
    background-color:#ba9e54;
    height:3px;
}

#jukebox .play-progress {
    width:0px;
    background-color:#fdfffe;
    height:3px;
}

#jukebox .controls {
    text-align: center;
    width: 50px;
    display: inline-block;
}

#jukebox .controls a {
    display: inline-block;
    margin: 0 0px 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 10px;
    border-right: 1px solid #fdfffe;
    padding: 5px 3px 3px 0;
    line-height: 0;
}

#jukebox a {
    color:#fdfffe;
}

#jukebox .buy-link {
    position: relative;
    text-align:left;
    padding:0;
}

.carousel #jukebox .info {
    color:#fdfffe;
}

/* Newsletter Bar */
.newsletter-bar {
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #fdfffe;
    padding: 10px 15px;
    width: 315px;
}

.newsletter-title {
    color: #418981;
    text-transform: uppercase;
    font-weight: bold;
}

.newsletter-bar .main-btn {
    float: right;
}

/* User Account */

#user_account_tabs .nav-tabs {
    background: #000;
    border-color: #000;
}

#user_account_tabs .nav-tabs>li>a {
    border-radius: 0;
    color: #fdfffe;
    text-decoration: none;
    background-color: #292929;
    border-color: #292929;
    text-transform: uppercase;
}

#user_account_tabs .nav-tabs>li.active>a,
#user_account_tabs .nav-tabs>li.active>a:hover,
#user_account_tabs .nav-tabs>li.active>a:focus,
#user_account_tabs .nav-tabs>li>a:hover,
#user_account_tabs .nav-tabs>li>a:focus {
    background-color: #323232;
    border-color: #323232;
}

#user_account_tabs .bbp-login-form label {
    display: inline-block!important;
}

/* Footer */
#footer {
    background: #c8c8c8;
    padding: 30px 0 0 0;
}

#footer .footer-content {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #b4b4b4;
}

#footer p {
    padding-top: 15px;
}

#footer p a {
}

#footer p a:hover, #footer p a:focus {
    text-decoration: underline;
}

.myplay-logo {
    margin: 0 0 0 auto;
}

.footer-share-title {
    font-weight: normal;
    font-size: 15px;
    padding-right: 10px;
    font-weight: bold;
}

.footer-socials {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-socials>li {
    display: inline-block;
    vertical-align: middle;
}

.footer-socials>li+li {
    margin-left: 1px;
}

.footer-socials>li>a {
    display: block;
    background: #fdfffe url('assets/img/bg/connect-sprite.png') repeat;
    width: 37px;
    height: 31px;
}

.footer-socials>li>a.facebook {
    background-position: 0 0;
}

.footer-socials>li>a.instagram {
    background-position: -722px 0;
}

.footer-socials>li>a.twitter {
    background-position: -38px 0;
}

.footer-socials>li>a.google-plus {
    background-position: -76px 0;
}

.footer-socials>li>a.soundcloud {
    background-position: -760px 0;
}

.footer-socials>li>a.myplay {
    background-position: -114px 0;
}

.footer-socials>li>a.youtube {
    background-position: -152px 0;
}

.footer-socials>li>a.vevo {
    background-position: -646px 0;
}

.footer-socials>li>a.spotify {
    background-position: -190px 0;
}

.footer-socials>li>a.tumblr {
    background-position: -684px 0;
}

.footer-socials>li>a.pinterest {
    background-position: -608px 0;
}

/* Embed */
iframe, object, embed, img {
    max-width: 100%;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    display:inline-block!important;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}

/* Responsive */

@media (max-width: 991px) and (min-width: 768px) {
    body {
        background-size: 1290px auto;
    }

    .navbar-nav>li>a {
        font-size: 16px;
        padding: 9px 13px;
    }

}

@media (min-width: 768px) {
    .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse {
        padding-left: 0;
    }

}

@media (max-width: 767px) {
    #header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    body {
        background-image: none;
        /*background-size: 500px auto;
        background-image: url('assets/img/bg/mobile-bg.jpg');
        background-repeat: no-repeat;
        background-position: center 32px;
        background-size: 100% auto;
        padding-top: 32px;*/
    }

    #header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-header {
        width: 100%;
        height: auto;
        padding-top: 32px;
    }

    .home-link {
        position: static;
    }

    #jukebox {
        position: static;
    }

    .newsletter-bar {
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    .top-content {
        text-align: center;
        font-size:10px;
    }

    .top-content-left {
        float: none;
    }

    .top-content-right {
        float: none;
    }

    #header .header-content {
        min-height: 350px;
    }

    #top-bar .top-content-left {
        float: left;
    }

    #top-bar .top-content-right {
        float: right;
    }

    #jukebox {
        right: 15px;
    }

    .newsletter-bar {
        right: 15px;
    }

    #sidebar {
        padding-top: 15px;
    }

    .event .main-btn {
        margin-top:5px;
    }

    #user_account_tabs .nav-tabs>li {
        float: none;
        margin-bottom: 0;
    }

    #user_account_tabs .nav-tabs>li>a {
        margin-right: 0;
    }

    #carousel-home .carousel-caption {
        position: static;
        opacity: 1;
    }

    #carousel-home .carousel-caption .main-btn {
        margin: 10px 0 0 0;
        float: none;
    }

    #footer {
        text-align: center;
    }

    .footer-socials {
        text-align: center;
    }

    .footer-socials>li:first-child {
        display: block;
    }

    .sony-logo {
        margin: 0 auto;
    }

    .myplay-logo {
        margin: 0 auto;
    }

    #footer-nav {
        display: none;
    }

    .event-btn {
        float: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {

    body {
        /*background-size: 415px auto;*/
    }

    /*#jukebox {
        right: 0;
        left: 0;
    }*/

    #jukebox .info {
        width: 140px;
    }

    /*.newsletter-bar {
        right: 0;
        left: 0;
        width: 100%;
    }*/

    .footer-socials>li:first-child {
        display: block;
        margin: 5px 0;
    }
}