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

/* General */

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

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: 'Bitter', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #989797;
    line-height: 1em;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

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

a {
    color: #c68352;
}

a:hover, a:focus {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

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

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

blockquote p {
    margin: 0 0 10px 0;
}

/* Forms & Buttons */

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

.main-btn:hover, .main-btn:focus {
    color: #000;
    background: #8B969F;
}

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

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

button, input[type="submit"] {
    background: #666;
    color: #fff;
    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: #fff;
    border: 0;
    font-size: inherit;
}

/* Header */

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

/* Top Bar */

#top-bar {
    /*position: absolute;
    top: 0;
    width: 100%;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d2e3b+0,151515+100 */
    background: rgb(29,46,59); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(29,46,59,1) 0%, rgba(21,21,21,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,46,59,1)), color-stop(100%,rgba(21,21,21,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e3b', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
}

#top-bar .newsletter-wrap {
    color: #fff;
    padding: 10px;
    background: #000000;
    display: inline-block;
}

#top-bar .newsletter-wrap .newsletter-title {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

#header-form {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#header-form .form-control {
    border-radius: 0;
    padding: 3px 6px;
    height: 28px;
}

#header-form .btn-default {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    color: #2c2217;
    background-color: #fff;
    border-color: #fff;
    color: #000;
    padding: 3px 6px;
}

#header-form .btn-default:hover, #header-form .btn-default:focus {
    border-color: #8B969F;
    color: #000;
    background: #8B969F;
}

/*#top-bar .newsletter-wrap .main-btn {
    background-color: #fff;
    color: #000;
    margin-left: 5px;
}

#top-bar .newsletter-wrap .main-btn:hover, #top-bar .newsletter-wrap .main-btn:focus {
    background-color: #8B969F;
}

#top-bar .newsletter-wrap .main-btn i {
    color: #000;
}*/

.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: url('assets/img/bg/container-bg.png') repeat;
}

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

.page-title {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 8px;
}

.share-bg {
    background: #1e1e1e;
    border-top: solid 1px #3f4950;
    border-bottom: solid 1px #3f4950;
}

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

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

.read-more {
    color: #5b164a;
}

/* Share */

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

.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 .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: #fff;
    border-color: #fff;
    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;
}

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

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

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

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

.news-item time {
    font-size: 12px;
    color: #ccc;
    display: inline-block;
}

.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: #c68352;
}

.news-title a:hover, .news-title a:focus {
    color: #fff;
}

.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: 16px;
    color: #c58351;
    padding: 9px 17px;
    font-family: 'Bitter', serif;
    font-weight: 400;
}

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

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

.dropdown-menu {
    border-radius: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d2e3b+0,151515+100 */
    background: rgb(29,46,59); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(29,46,59,1) 0%, rgba(21,21,21,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,46,59,1)), color-stop(100%,rgba(21,21,21,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e3b', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
    border: 1px solid #3f4950;
}

.dropdown-menu>li>a {
    text-decoration: none;
    color: #c58351;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Bitter', serif;
    font-weight: 400;
}

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

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

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

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

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background: none;
    color: #fff;
}

#header-nav {
}

#header-nav .container-fluid {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d2e3b+0,151515+100 */
    background: rgb(29,46,59); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(29,46,59,1) 0%, rgba(21,21,21,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,46,59,1)), color-stop(100%,rgba(21,21,21,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(29,46,59,1) 0%,rgba(21,21,21,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e3b', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
    border: 1px solid #3f4950;
}

#header-nav .navbar-nav>li {
    border-right: 1px solid #3f4950;
}

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

#footer-nav .container-fluid {

}

#footer-nav .navbar-nav>li>a {
    color: #8b969f;
}

#footer-nav .navbar-nav>li>a:hover, #footer-nav .navbar-nav>li>a:focus {
    color: #fff;  
}

#footer-nav .navbar-nav>li.current-menu-item>a {
    color: #fff;
}

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

/* Pagination */

ul.page-numbers {
    background: #1E1E1E;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    text-align: right;
    /*border-top: 1px solid #3f4950;*/
}

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

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

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: #272828;
    color: #fff;
}

/* Sidebar */

.sidebar img {
    width: 100%;
    height: auto;
}

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

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

.sidebar .widget-title {
    /* background: #b280ac;*/
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 8px;
}

.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 {
    padding: 10px 15px;
}

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

/* Comments */

#comments {
    margin-top: 15px;
}

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

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

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

#comments .comment {
    padding: 5px 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: #ccc;
}

.fancybox-title a {
    text-decoration: underline;
    color: #ccc;
}

.fancybox-opened {
    z-index: 9999;
}

@media (max-width: 767px) {
    .fancybox-inner {
        -webkit-overflow-scrolling: touch !important;
        overflow: scroll !important;
    }   

    body.page-id-62 h1.page-title,
    body.page-id-62 #top-bar .newsletter-wrap {
        display: none;
    }
}

/* Videos */

#videos {
    padding: 0 10px;
}

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

.video-preview {
    position: relative;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

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

.video-link {
    padding-top: 5px;
    display: inline-block;
}

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

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

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

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

.dropdown-buy>li>a:hover, .dropdown-buy>li>a:focus {
    color: #fff;
    background: #ACB8C8;
}

.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 {
    background: #272828;
    font-weight: bold;
}

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

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

.tracks a {
    color: #fff;
}

.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;
}

.lyrics-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3F4950;
}

/* Jukebox */
#jukebox {
    background: url('assets/img/bg/juke-bg.png') repeat;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 0;
}

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

#jukebox {
    color: #5b164a;
}

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

#jukebox .info {
    font-family: 'Bitter', serif;
    font-size: 16px;
    display: block;
    padding: 0px;
    width: 165px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}

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

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

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

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

#jukebox .play-progress {
    width:0px;
    background-color:#000;
    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: #363636;
    background-repeat: no-repeat;
    font-size: 10px;
    /*border-right: 1px solid #fff;*/
    padding: 5px 2px 3px 2px;
    line-height: 0;
    color: #fff;
}

#jukebox a {
    color:#c68352;
}

#jukebox a:hover, #jukebox a:focus {
    color: #fff;
}

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

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

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

.newsletter-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 14px;
}

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

/* Footer */
#footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515b63+0,343434+100 */
    background: rgb(81,91,99); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(81,91,99,1) 0%, rgba(52,52,52,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,91,99,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(81,91,99,1) 0%,rgba(52,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(81,91,99,1) 0%,rgba(52,52,52,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(81,91,99,1) 0%,rgba(52,52,52,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(81,91,99,1) 0%,rgba(52,52,52,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515b63', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
    padding: 45px 0;
    color: #999999;
}

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

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

#footer p a {
    color: #fff;
}

#footer p a:hover, #footer p a:focus {
    color: #fff;
}

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

.footer-share-title {
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Bitter', serif;
    font-weight: 400;
    margin-right: 10px;
    color: #CCCCCC;
}

.footer-socials {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: inline-block;
    vertical-align: middle;
}

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

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

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

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

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

/* Timeline */
table {
    width: 100%;
    border: solid 1px #000;
}

td {
    border: solid 1px #000;
    border-width: 1px 1px 0 0;
    padding: 10px;
    vertical-align: top;
}

/* 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: 1720px 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;
    }

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

}

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

    body {
        /*background-size: 500px auto;
        background-position: center 32px;*/
        background-image: none;
        padding-top: 32px;
    }

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

    .mobile-header {
        width: 100%;
        height: auto;
    }

    .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;
    }

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

    #top-bar .newsletter-wrap {
        display: block;
    }

    .newsletter-bar {
        right: 15px;
    }

    .sidebar {
        padding-top: 15px;
    }

    #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;
    }

}

@media (max-width: 480px) {
    /*#jukebox {
        right: 0;
        left: 0;
    }*/

    #jukebox .info {
        width: 140px;
    }

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