@font-face {
    font-family: 'Graphik-Medium';
    src: url('../fonts/Graphik-Medium_eot.eot');
    src: url('../fonts/Graphik-Medium_eot.eot#iefix') format('embedded-opentype'),
         url('../fonts/Graphik-Medium_woff.woff') format('woff'),
         url('../fonts/Graphik-Medium_ttf.ttf') format('truetype'),
         url('../fonts/Graphik-Medium_svg.svg#Graphik-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik-Extralight';
    src: url('../fonts/Graphik-Extralight_eot.eot');
    src: url('../fonts/Graphik-Extralight_eot.eot#iefix') format('embedded-opentype'),
         url('../fonts/Graphik-Extralight_woff.woff') format('woff'),
         url('../fonts/Graphik-Extralight_ttf.ttf') format('truetype'),
         url('../fonts/Graphik-Extralight_svg.svg#Graphik-Extralight') format('svg');
    font-weight: lighter;
    font-style: normal;
}

#cookieOverlay {
  background: #000;
  bottom: 0px;
  color: white;
  opacity: 0.9;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 500;
}

/* magnolia edit mode */

.edit_mode .mgnlEditorMainbar {
  top: 0px;
}
.edit_mode .mgnlEditorLocaleSelector {
  height: auto;
  font-size: 1.3em;
}
.edit_mode.homepage .wrapper {
  margin-top: 40px;
}
.edit_mode .status_bar {
  top: 24px;
}
.edit_mode .navbar,
.edit_mode.homepage .navbar {
  top: 64px;
}
.edit_mode.homepage .carousel {
  top: 80px;
  margin-bottom: 80px;
}
.edit_mode.homepage .carousel-inner > .item {
  display: block;
}
.edit_mode.homepage .carousel-inner > .item .warning_message {
  position: absolute;
  right: 3%;
  top: 5%;
  z-index: 150;
  background: #fc2929;
  color: #fff;
  padding: 10px 20px 10px 40px;
  margin-top: 0px;
}
.edit_mode.homepage .carousel-inner > .item .warning_message:before {
  background-image: url('../img/icons.png');
  background-position: -175px -1px;
  background-size: 300px 300px;
  background-repeat: no-repeat;
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 7px;
  top: 5px;
}
.edit_mode.homepage .carousel {
  overflow: visible;
  height: auto;
}

.edit_mode .warning_message {
  position: relative;
  margin-top: 30px;
  z-index: 150;
  background: #fc2929;
  color: #fff;
  padding: 10px 20px 10px 40px;
}
.edit_mode .warning_message:before {
  background-image: url('../img/icons.png');
  background-position: -175px -1px;
  background-size: 300px 300px;
  background-repeat: no-repeat;
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 7px;
  top: 5px;
}

/* end edit mode */

body {
  background: #1c1c1c;
}
.wrapper {
  background: #f4f4f4;
  padding-bottom: 20px;
  padding-top: 96px;
}
/* iOS specific */
/* .ios #play_button {
  display: none;
}*/
.ios .twitter-typeahead {
  top: 3px;
}
.ios .header form fieldset {
    height: 32px;
}
.ios .header form fieldset input {
  width: 170px !important;
  padding: 7px 0px 7px 6px !important;
  height: 22px;
}
.ios .header form fieldset button[type="submit"] {
  background: url('../img/menu.png') right -297px no-repeat #d1d1d1 !important;
  height: 35px; 
  top: 1px;
}
.ios .header .navigation .filter-by ul li a.dropdown_btn {
  
}

/* development */
#screenSizeElem {
  background: #fff;
  border: 1px solid #ddd;
  bottom: 0;
  color: #333;
  height: 20px;
  right: 0;
  position: fixed;
  padding: 2px 4px;
  z-index: 999;
}
.randomImg {
  height: 100%;
  width: 100%;
}

/* ------------------ grief reporting -- */
body.grief {
  
}
.grief_msg, .grief_error {
  display: none;
  position: fixed;
  left: 50%;
  top: 20%;
  z-index: 1000;
  width: 600px;
  margin-left: -300px;
}
#grief_error_message {
  display: none;
}
#overlay_mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index:999;
  left: 0;
  top: 0;
}
.grief #overlay_mask { 
  display: block;
  position: fixed;  
}
.grief_msg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grief_msg ul li {
  clear: left;
}
.grief_msg h2 {
  position: relative;
  padding-left: 35px !important;
  background: #333 !important;
}
.grief_msg h2:before {
  content: " ";
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
  background-image: url('../img/icons.png');
  background-position: -277px -52px;
  background-size: 300px 300px;
  background-repeat: no-repeat;
}
.grief_msg p {
  clear: both;
  margin-top: 10px;
}
.grief_msg form {
  padding: 10px;
  background: #fff;
}
.grief_msg form .left_col,
.grief_msg form .right_col {
  float: left;
  width: 50%;
}
.grief_msg label {
  float: left;
}
.grief_msg input[type="radio"] {
  margin-top: 3px;
  margin-right: 5px;
  float: left;
}
#close_grief,
#grief_success_message {
  display: none;
}

/* ------------------ defaults -- */
.cf:before,
.cf:after {content: " "; /* 1 */display: table; /* 2 */}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/* Show and Hide classes */
.hide {
  display: none;
}
.show {
  display: block;
}

/* HTML elements */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
}
a {
  color: #333;
}
p {
  margin: 0;
}

/* ------------------ header -- */
/* header is the container for the page title and the navigation */
.header,
.header.span7 {
  padding: 20px 0 10px 0;
  position: relative;
  margin-left: 0;
}
.header .heading {
  float: left;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 2em;
  margin: 0;
}
.header .navigation {
  clear: left;
  /* margin-top: 60px; */
}
.header .navigation .order-by {
  float: left;
}
.header .navigation .filter-by {
  float: right;
}
.header .navigation .order-by ul,
.header .navigation .filter-by ul {
  float: left;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.header .navigation .order-by ul li,
.header .navigation .filter-by ul li {
  float: left;
  font-family: 'Graphik-Extralight', sans-serif;
  margin-left: 10px;
  position: relative;
}
.header .navigation .order-by ul li:first-child {
  margin-left: 0;
}
.header .navigation .order-by ul li a,
.header .navigation .filter-by ul li a {
  background: #fff;
  color: #333;
  padding: 8px 20px;
  display: block;
}
.header .navigation .order-by ul li a.selected {
  background: #FF4337;
  color: #fff;
}
.header .navigation .filter-by ul li a.dropdown_btn {
  background: url('../img/menu.png') right top no-repeat #fff;
  padding: 9px 50px 7px 20px;
}
.header .navigation .filter-by ul li a.dropdown_btn.selected {
  background: url('../img/menu.png') right top no-repeat #FF4337;
  color: #fff;
}
.header .navigation .filter-by ul li a:hover {
  background-image: none;
}
.header .navigation .order-by ul li a:hover,
.header .navigation .filter-by ul li a:hover {
  background: #FF4337;
  color: #fff;
  text-decoration: none;
}
.header .navigation .filter-by ul li a.dropdown_btn:hover {
  background: url('../img/menu.png') right -74px no-repeat #FF4337;
}
.header .navigation .filter-by ul li ul {
  margin: 0;
  position: absolute;
  top: 36px;
  z-index: 900;
  display: none;
}
.header .navigation .filter-by ul li ul.selected {
  display: block;
}
.header .navigation .filter-by ul li ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header .navigation .filter-by ul li ul li a {
  background: #eee;
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 11px 0px 11px 20px;
  width: 100%;
  text-align: left;
}
.header .navigation .filter-by ul li ul li a:hover,
.header .navigation .filter-by ul li ul li a.selected {
  background: #FF4337;
  color: #fff;
}
.header .navigation .filter-by ul li a.dropdown_btn.active,
.header .navigation .filter-by ul li a.dropdown_btn.active:hover {
  background: url('../img/menu.png') right -111px no-repeat #FF4337;  
  color: #fff;
}
.header #search {
  margin-top: 0;
}
.twitter-typeahead .tt-dropdown-menu {
  background: #eee;
  width: 182px;
}
.twitter-typeahead .tt-dropdown-menu .tt-suggestion {
  padding: 10px 10px 2px 10px;
}
.header .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active {
  background: #FF4337;
  color: #fff;
}
.twitter-typeahead .tt-dropdown-menu .tt-suggestion p {
  font-family: 'Graphik-Extralight', sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  white-space: nowrap !important;
}
.twitter-typeahead .tt-dropdown-menu .tt-is-under-cursor {
  background: #FF4337;
  color: #fff;
}
.twitter-typeahead .tt-hint {
  color: #bbb;
}
.header form {
  margin: 10px 0 0 0;
  float: right;
}
.header form fieldset {
  position: relative;
}
.header form fieldset input {
  background: #fff !important;
  border-radius: 0;
  border: 0;
  font-family: 'Graphik-Extralight', sans-serif;
  padding: 9px 10px 7px 10px;
  margin: -9px -3px 0 0;
  width: 160px;
  color: #000;
}
.header form fieldset input.selected {
  background-color: #FF4337 !important;
  color: #fff;
}
.header form fieldset button[type="submit"] {
  background: url('../img/menu.png') right -296px no-repeat #d1d1d1;
  border: #d1d1d1;
  height: 36px;
  position: relative;
  top: 0px;
  text-indent: -101px;
  width: 36px;
}
.header form fieldset button[type="submit"]:hover {
  background: url('../img/menu.png') right -333px no-repeat #d1d1d1;
}
.communityPage .header form fieldset input {
  margin-top: -2px;
}

/* ------------------ alphabet -- */
.alphabet {
  margin: 0 0 10px 0;
}
.alphabet li {
  float: left;
  width: 3.223%;
  margin-left: 0.5%;
}
.alphabet li:first-child {
  margin-left: 0;
}
.alphabet li a {
  color: #333;
  font-family: 'Graphik-Light', sans-serif;
  margin: 4px;
  padding: 2px;
  position: relative;
  text-align: center;
}
.alphabet li a:after {
  background: #555;
  border-radius: 10px;
  content: " ";
  display: block;
  height: 5px;
  left: 29px;
  position: absolute;
  top: 10px;
  width: 5px;
}
.alphabet li:last-child a:after {
  display: none;
}
.alphabet li.selected a,
.alphabet li.selected a:hover {
  background: #FF4337;
  color: #fff;
}
.alphabet li a:hover {
  color: #FF4337;
  background: transparent;
}

/* ------------------ row -- */
.row {
  background: #fff;
  clear: both;
  margin-left: 0;
  position: relative;
  z-index: 10;
}
/* last row is the second 
row of the singstore */
.row.last-row {
  margin-bottom: 40px;
  z-index: 9;
}
/* red 'tag' containing the 
alphabetical letter on the
singstore */
.row .letter {
  background: #FF4337;
  color: #fff;
  font-family: 'Graphik-Medium';
  font-size: 2.4em;
  height: 56px;
  left: -56px;
  line-height: 1.7em;
  padding-left: 16px;
  position: absolute;
  width: 40px;
}
.row .letter:after {
  border-width: 0 18px 18px 0;
  border-style: solid;
  border-color: transparent #FF4337;
  content: " ";
  display: block;
  height: 0px;
  left: 18px;
  position: absolute;
  top: 56px;
  width: 20px;
}
.row .span2-5,
.row .span2-5 img {
  margin-left: 0px;
  width: 204px;
}
.row .span2-5 .crop {
  display: block;
  width: 204px;
  height: 204px;
}
.row .span2-5 .track .info {
  padding: 2% 2% 6% 2%;
}
.row .span2-5:last-child .track .info {
  border-right: none;
}
.singStorePage .row {
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
}
.more-link {
  background: #FF4337;
  color: #fff;
  float: right;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 10px;
}
.more-link:hover {
  color: #fff;
}

/* ------------------ branding -- */
.promo_details .singstar_logo {
  background: url('../img/singstar_logo_pink.png') 57% 51% #FF4337 no-repeat;
  background-size: 80px;
  color: #fff;
  display: block;
  float: left;
  height: 100px;
  margin-right: 0px;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 100px;
}
.promo_details .singstar_logo:after {
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent #FF4337;
  content: " ";
  display: block;
  height: 0px;
  left: 0px;
  position: absolute;
  top: 100px;
  width: 20px;
}
.promo_details.theme1 .singstar_logo {
  background: url('../img/singstar_logo_blue.png') 57% 51% #0098c9 no-repeat;
  background-size: 80px;
}
.promo_details.theme1 .singstar_logo:after {
  border-color: transparent #0098c9;  
}
.homepage .carousel .item .promo_details.theme1 h1 span {
  background: #0098c9;
  color: #fff;
}
.homepage .carousel .item .promo_details.theme1 h2 span {
  color: #0098c9;
  background: #fff;
}

.promo_details.theme2 .singstar_logo {
  background: url('../img/singstar_logo_blue.png') 57% 51% #b22583 no-repeat;
  background-size: 80px;
}
.promo_details.theme2 h1 span {
  background: #b22583;
}
.promo_details.theme2 .singstar_logo:after {
  border-color: transparent #b22583;  
}
.homepage .carousel .item .promo_details.theme2 h1 span {
  background: #b22583;
  color: #fff;
}
.homepage .carousel .item .promo_details.theme2 h2 span {
  color: #b22583;
  background: #fff;
}


.homepage .carousel .item .container h2 span {
  background: #fff;
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.6em;
  padding: 10px;
}

/* ------------------ homepage -- */
.homepage h2.page_title {
  clear: left;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.4em;
}
.homepage h2.page_title a {
  color: #FF4337;
  font-weight: bold;  
}
.homepage .charts > h2.page_title {
  background: none;
  padding-left: 0;
}
.homepage .wrapper {
  padding-top: 0px;
}
.homepage .carousel {
  height: 574px;
  margin-bottom: 0;
  overflow: hidden;
  top: 40px;
}
.homepage .carousel #close_button {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background: black;
  color: #fff;
  z-index: 102;
  padding: 5px 8px;
  cursor: pointer;
  display: none;
}
.homepage .carousel.active #close_button {
  display: block;  
}
.homepage .carousel #play_button {
  position: absolute;
  width: 10%;
  height: auto;
  left: 47%;
  top: 30%;
  z-index: 101;
  opacity: 0.8;
}
.homepage .carousel #play_button:hover {
  opacity: 1;
  cursor: pointer;
}
.homepage .carousel .item .container {
  left: 56px;
  margin: 0;
  position: absolute;
  top: 56px;
  z-index: 100;
}
.homepage .carousel .item .container h1 {
  clear: left;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.homepage .carousel .item .container h2 {
  clear: left;
  float: left;
  margin-top: 7px;
  width: 100%;
}
.homepage .carousel .item .container h1 span {
  background: #FF4337;
  color: #fff;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 2.2em;
  padding: 10px;
}
.homepage .carousel .item .container h2 span {
  background: #fff;
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.6em;
  padding: 10px;
}
.homepage .carousel .item .container h1 a:hover,
.homepage .carousel .item .container h2 a:hover {
  text-decoration: none;
}
.homepage .carousel .item video {
  width: 100%;
  display: block;
}
.homepage .carousel .carousel-indicators {
  bottom: 21px;
  bottom: 150px;
  right: 40%;
  top: 92%;
  z-index: 150;
}
.homepage .carousel .carousel-indicators li {
  background-color: #676767;
  border-radius: 7px;
  height: 14px;
  margin-left: 10px;
  opacity: 0.8;
  width: 14px;
}
.homepage .carousel .carousel-indicators li.active {
  background-color: #FF4337;
}
.homepage .carousel-control {
  top: 92%;
  z-index: 200;
}
/* homepage carousel button
could be more generic */
.homepage .carousel .button {
  background: #20ffa0;
  clear: left;
  color: #000;
  float: left;
  margin-top: 3px;
  padding: 10px;
}
/* homepage track */
.homepage .track {

}

#facebook {
  border: 2px solid red !important;
}
#facebook img.img {
  width: 150px;
  height: 150px;
}
#facebookLike {
  background: url('../img/facebook-btn.png') 0px 0px transparent no-repeat;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
.fbLike, .twLike {
  float: left;
  margin-right: 10px;
}
#facebookLikeBtn img {
  width: 48px;
  height: 48px;
}

/* FIXED NAV BAR AT TOP OF PAGE */

/* homepage variant */
.homepage {
  position: relative;
}
.homepage .navbar {
  position: absolute;
  top: 396px;
  margin-right: 56px;
}
.homepage .navbar.fixedNavbar {
  position: fixed;
  top: 40px;
}

.status_bar {
  position: fixed;
  height: 40px;
  width: 100%;
  background: #333333;
  color: #fff;
  font-family:  'Graphik-Extralight', sans-serif;
  top: 0px;
  z-index: 800;
}
.status_bar .user_image {
  width: auto;
  height: 30px;
  margin: 5px 10px 5px 5px;
  float: left;
}
.status_bar .user_name {
  float: left;
  margin-top: 10px;
  font-size: 1.1em;
  color: #fff;
}
.status_bar .register_link,
.status_bar .sign_out {
  font-size: 1.1em;
  color: #fff;
  padding: 0px 10px;
  float: left;
  margin: 10px 10px 10px 10px;
  border-left: 1px solid #fff;
}
/* logged in/out */
.status_bar .sign_out,
.loggedIn .status_bar .sign_in,
.loggedIn .status_bar .register_link {
  display: none;
}

.loggedIn .status_bar .sign_out {
  display: block;
}

.navbar {
  background: #fff;
  height: 56px;
  list-style: none;
  margin-bottom: 0;
  position: fixed;
  top: 40px;
  z-index: 998;
}
.navbar .navbar-inner {
  background: none;
  border: 0;
  margin-left: 56px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-inner .nav-collapse {
  background: #fff;
  clear: left;
  float: left;
  width: 100%;
}
.homepage .navbar.fixedNavbar .navbar-inner .homelink,
.navbar .navbar-inner .homelink {
  left: 0;
  position: absolute;
  top: 0;
  background: url('../img/home.png');
  background-repeat: no-repeat;
  background-size: 52px !important;
  background-color: #d1d1d1;
  background-position: 2px;
  height: 56px;
  width: 56px;
}
.homepage .navbar .navbar-inner .homelink {
  left: 0;
  position: absolute;
  top: 0;
  background: url('../img/singstar_logo_pink.png') 3px 21px no-repeat #FF4337;
  height: 56px;
  width: 56px;
}

.navbar .navbar-inner .nav {
  float: left;
  width: 100%;
}
.navbar .navbar-inner .nav li {
  width: 16.66666%;
}
.navbar .navbar-inner .nav li a {
  border-right: 1px solid #ddd;
  font-family:  'Graphik-Extralight', sans-serif;
  font-size: 1.2em;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
  text-shadow: none;
}
.navbar .navbar-inner .nav li:last-child a {
  border-right: 0;
}

.navbar .navbar-inner .nav li a.external span {
  background-image: url('../img/external.png');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right 0px;
  height: 17px;
  padding-right: 29px;
}
.navbar .navbar-inner .nav li a.external:hover span {
  background-position: right -56px;
}

.navbar .navbar-inner .nav li a.selected,
.navbar .nav li a:hover,
.navbar .nav li.active a:hover {
  background: #FF4337;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

/* no results */
.no_results {
  margin: 10px 0;
  background: #fff;
  padding: 20px;
}


/* temps */
.songDetailPage .container,
.singStorePage .container,
.newsPage .container,
.newsArticle .container,
.communityPage .container,
.communityUserPage .container {
  margin-top: 0px;
}
.homepage-wrapper {
  margin: 0;
}

.warning_message p {
  margin: 0;
}

/* ------------------ song detail page -- */
.songDetailPage .span6 {
  margin-left: 2%;
  width: 49%;
}
.songDetailPage .span6:first-child {
  margin-left: 0;
}
.songDetailPage .span3:first-child {
  margin-left: 0;
}
.songDetailPage .span3 {
  margin-bottom: 10px;
  margin-left: 1%;
  width: 24%;
}
.songDetailPage .available-PS3,
.songDetailPage .available-PS4 {
  border: 0;
  width: 70px;
  height: 20px;
  float: left;
  background-image: url('../img/available-PS4.png');
  text-indent: -9999px;
  overflow: hidden;
  background-size: 70px 20px;
}
.songDetailPage .available-PS3 {
  background-image: url('../img/available-PS3.png');
}

/* generic video */
video,
.video {
  width: 100%;
  height: auto !important;
}
.video video {
  float: left; 
  width: 99.9%;
}
.videoDetails {
  padding-top: 5px;
}

.songDetail {
  background: #fff;
}

/* generic song details, used on several pages */
.songDetails h3 {
  font-family: 'Graphik-Extralight', sans-serif;
}
.songDetailPage h2 {
  background: #FF4337;
  color: #fff;
  margin-top: 30px;
  padding: 0 10px;
  font-family: 'Graphik-Extralight', sans-serif;
}
.songDetails {
  padding: 20px 20px 0px 0px;
}
.songDetails dl {
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  margin: 0;
}
.songDetails dl dt,
.songDetails dl dd {
  border-bottom: 1px solid #ddd;
  float: left;
  margin: 0;
  padding: 5px 0;
  width: 50%;
}
.songDetails .buyNowBtn1 {
  background-image: url('../img/buy_button4.png');
  background-position: 5px 0px;
  background-size: 22px 28px;
  background-repeat: no-repeat;
  float: left;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.songDetails .buyNowBtn1 > a {
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.4em;
  margin-left: 30px;
  background: #f83028;
  border-radius: 4px;
  color: #fff;
  padding: 5px 6px 2px 6px;
  text-transform: uppercase;
  float: left;
}
.songDetails .buyNowBtn1 > a:hover {
  text-decoration: none;
}
.songDetails .buyNowBtn1 > p {
  color: #bebdcb;
  font-size: 0.6em;
  text-align: center;
  clear: left;  
}

.pegi {
  float: left;
  margin-top: 5px;
}
.pegi img {
  vertical-align: top;
}

/* ------------------ chart -- */
.charts {
  margin: 40px 0 0 0;
}
.charts h2 {
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.4em;
  padding-left: 10px;
}
.charts h2.page_title {
  background: #676767;
  color: #fff;
}

.charts .row-fluid .span4:first-child h2,
.charts .row-fluid .span4:last-child h2 {
  background: #FF4337;
  color: #fff;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.4em;
  padding-left: 10px;
  color: #fff !important;
} 

.charts .span4 {
  float: left;
  margin-left: 0;
  width: 33.33333333%;
}
.charts .gotoSingStore {
  background: #fff;
}
.charts .gotoSingStore .click {
  background: url('../img/up-down-arrow.png') 50% -25px no-repeat #fff;
  border-bottom: 1px solid #e5e5e5;
  clear: left;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  text-indent: -9999px;  
}
.charts .gotoSingStore.active .click {
  background: url('../img/up-down-arrow.png') 50% 13px no-repeat #fff;
}
.charts .gotoSingStore h4 {
  display: none;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  clear: both;
  font-family: 'Graphik-Extralight', sans-serif;
}
.charts .gotoSingStore h4 a {
  color: #FF4337;
}
.charts .gotoSingStore.active h4 {
  display: block;
}
.charts .goto-singstore a {
  border-bottom: 10px solid blue;
  clear: both;
  color: #FF4337;
  display: block;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.4em;
  padding: 20px 0;
  text-align: center;
}

/* chart list */
.chart .chart-list {
  list-style: none;
  margin: 0;
}
.chart .chart-list li {
  border-bottom: 1px solid #e5e5e5;
}
.chart .gotoSingStore {
  background: #fff;
}

/* chart list, 2 column, news and generic article pages */
.newsArticle .article .chart .chart-list li,
.genericArticle .article .chart .chart-list li {
  width: 50%;
  float: left;
}

/* ------------------ twitter -- */
.twitter {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 2% 2% 0 2%;
  background: #fff;
}

/* ------------------ facebook -- */
.facebook {
  background: url('../img/find_us_on_facebook.png') left top no-repeat #fff;
  background-size: 100%;
  border: 1px solid #e5e5e5;
  border-right: none;
  padding: 10px;
}
.facebook .inner {
  background: rgba(255,255,255,0.9);
  padding: 10px;
  margin-top: 100px;
}
.facebook .btn {
  margin: 0 auto;
  background: url('../img/facebook_logo.png') 3px 3px no-repeat #45619d;
  padding: 5px 11px 5px 34px;
}
.facebook .button {
  text-align: center;
}

/* ------------------ community -- */
.community {
  background: #fff;
  margin-left: 0 !important;
  position: relative;
}
.community a {
  display: block;
  width: 25%;
  float: left;
  position: relative;
}
.community a span {
  position: absolute;
  background-image: url('../img/play_button_small.png');
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 10px;
  right: 10px;
  width: 12%;
  height: 14%;
}
.community .community_content a:first-child {
  width: 50%;
  overflow: hidden;
}
.community .community_content a:first-child span {
  background-image: url('../img/play_button.png');
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.8;
  bottom: 35%;
  right: 35%;
  width: 30%;
  height: 30%;
}
.community .community_content a:first-child img {
  width: 100%;
  margin-top: -0.5%;
}
.community .ugc-video-unavailable {
  min-height: 330px;
  width: 100%;
  display: table; 
  overflow: hidden;
}
.community .ugc-video-unavailable > p {
  display: table-cell; 
  vertical-align: middle;
  background: #e6e6e6;
  tex-align: center;
}
.community-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.community-tabs li a {
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: none;
  display: block;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.2em;
  padding: 10px 2%;
  float: left;
  width: 29.137%%;
}
.community-tabs li:first-child a {
  border-left: 1px solid #e3e3e3;
}
.community-tabs li a.active {
  background: #fff;
  color: #FF4337;
}
.community_content {
  display: none;  
}
.community_content.active {
  display: block;
}
.community .gotoCommunity {
  background: #fff;
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.community .gotoCommunity a {
  width: 100%;
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
}


/* ------------------ pagination -- */
.pagination {
  text-align: center;
  margin: 40px 0 0 0;
}
.pagination .previous {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .previous a,
.pagination .previous a:hover {
  background: url('../img/menu.png') left -370px no-repeat #FF4337;
  padding: 7px 20px 7px 50px;
  color: #fff;
}
.pagination .next a,
.pagination .next a:hover {
  background: url('../img/menu.png') right -186px no-repeat #FF4337;
  padding: 7px 50px 7px 50px;
  color: #fff;
}

/* ------------------ track -- */
.track,
.user {
  background: #fff;
  position: relative;
}
.track .info,
.user .info {
  border-right: 1px solid #f4f4f4;
  font-size: 0.95em;
  padding: 2% 2% 0% 2%;
}
.user .info > a:hover,
.track .info > a:hover {
  color: #ec1954;
  text-decoration: none;
}
.track .info .track_artist,
.track .info .track_title,
.user .info .user_name,
.user .info .track_artist,
.user .info .track_title {
  clear: left;
  display: block;
  margin: 0;
  overflow: hidden;
  padding-left: 1%;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
}
.user .info .user_name {
  font-family: 'Graphik-Extralight', sans-serif;
}

.user .info .video_icon,
.user .info .photo_icon {
  background-image: url('../img/icons.png');
  background-position: 18px -50px;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  clear: left;
  float: right;
  overflow: hidden;
  padding: 8px 0;
  text-indent: -999px;
  width: 24%;
}
.user .info .photo_icon {
  background-position: 18px -99px;
}
.track .info .track_artist,
.user .info .track_artist {
  font-weight: bold;
}
.track .info .buy {
  background: url('../img/buy_button4.png') right top no-repeat transparent;
  background-size: 27px 36px;
  clear: left;
  float: right;
  overflow: hidden;
  padding: 10px 0;
  text-indent: -999px;
  width: 24%;
}
.video .track .info .buy,
.user_profile .track .info .buy {
  background-size: 40%;
  padding: 20px 0;
}
.track .corner {
  width: 56px;
  height: 56px;
  position: absolute;
  background: #FF4337;
}
.track .corner span {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 1100;
  color: #fff;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.5em;
  width: 53px;
  text-align: center;
}
.track .corner:after {
  border-width: 0 0 11.2px 11.2px;
  border-style: solid;
  border-color: transparent #FF4337;
  content: " ";
  display: block;
  height: 0px;
  left: 0px;
  position: absolute;
  top: 56px;
  width: 20px;
  z-index: 10;
}
.chart .track,
.songDetail .track,
.user_profile .track {
  clear: both;
}
.chart .track .crop img,
.songDetail .track .crop img,
.user_profile .track .crop img {
  float: left;
  width: 15%;
  margin-top: 0;
}
.chart .track .info,
.songDetail .track .info,
.user_profile .track .info {
  border: 0;
  float: left;
  width: 76%;
}

/* ---- year & date ---- */
.year .date {
  background: #FF4337;
  color: #fff;
  font-family:  'Graphik-Extralight', sans-serif;
  font-size: 3em;
  height: 105px;
  padding-top: 99px;
  position: relative;
  text-align: center;
}
.year .date:after {
  border-width: 0 0 41px 41px;
  border-style: solid;
  border-color: transparent #FF4337;
  content: " ";
  display: block;
  height: 0px;
  left: 0px;
  position: absolute;
  top: 204px;
  width: 20px;
  z-index: 10;
}

/* --------- user profile --------- */
.user_profile .span3,
.user_profile .span9 {
  background: #fff;
}
.communityUserPage h2 {
  background: #FF4337;
  color: #fff;
  margin-top: 20px;
  padding: 0 10px;
  font-family: 'Graphik-Extralight', sans-serif;
}
.user_details {
  padding: 5px 10px 0 0;
}
.user_details hr {
  margin: 15px 0;
}
.user_details .uploaded,
.user_details .views,
.user_details .likes,
.user_details .btn.rate,
.user_details .btn.report,
.user_comments .btn.report,
.btn.previous,
.btn.next {
  font-family: 'Graphik-Extralight', sans-serif;
  margin: 5px 0;
  padding-left: 35px;
  position: relative;
}
  .user_comments .btn.report,
  .user_details .btn.report {
    background: #dbdbdb;
    color: #333 !important;
    padding-right: 10px;
  }
  .user_comments .btn.report {
    float: right;
    margin-right: 10px;
  }
  .btn.previous {
    padding-right: 10px;
    padding-left: 25px;
  }
  .btn.next {
    padding-left: 5px;
    padding-right: 0px;
    width: 60px;
  }
.user_details .uploaded:before,
.user_details .views:before,
.user_details .likes:before,
.user_details .btn.rate:before,
.user_details .btn.report:before,
.user_comments .btn.report:before,
.btn.previous:before,
.btn.next:before {
  background-image: url('../img/icons.png');
  background-position: -52px -202px;
  background-size: 300px 300px;
  background-repeat: no-repeat;
  content: " ";
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
}
.user_details .views:before {
  background-position: -52px -152px;
}
.user_details .likes:before {
  background-position: -101px -152px;
}
.user_details .btn.rate:before {
  background-position: -270px -2px;
}
.user_comments .btn.report:before,
.user_details .btn.report:before {
  background-position: 5px -153px;
}
.user_details .ugc_options a {
  width: 100%;
  padding: 7px 0 !important;
}
.btn.previous:before {
  background-position: -224px -102px;
}
.btn.next:before {
  background-position: -282px -102px;
  position: relative;
  float: right;
  width: 20px;
}
.user_comments.span9 {
  float: right !important;
  margin-top: 20px;
  margin-left: 0px;
  font-family: 'Graphik-Extralight', sans-serif;
}
.user_comments .comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user_comments .comments > p {
  padding: 10px 10px 0 10px;
}
.user_comments .comments .comment {
  clear: left;
  border-bottom: 1px solid #f4f4f4;
}
.user_comments .comments .comment a {
  color: #ec1954;
}
.user_comments .comments .comment p {
  margin: 0;
  padding: 10px 10px 0 10px;
}
.user_comments .comments .comment .comment_details {
  /* float: left; */
}
.user_comments .comments .comment .crop {
  float: left;
  width: 10%;
  height: 10%;
  margin-right: 10px;
}
.user_comments .comments .comment img {
  float: left;
}
.user_comments #show_more_comments {
  background: url('../img/up-down-arrow-pink.png') 50% -29px no-repeat #ddd;
  float: left;
  display: none;
  padding-top: 10px;
  text-indent: -9999px;
  width: 100%;
}
.user_comments #show_more_comments.active {
  background: url('../img/up-down-arrow-pink.png') 50% 8px no-repeat #ddd;
}

.user_media .user_media_sort,
.user_media .user_media_filter {
  float: left;
  margin: 10px 0;  
}
.user_media .user_media_filter {
  float: right;
}
.user_media .btn.selected {
  background: #fff;
  color: #333;
}
.user_media .btn.video_media,
.user_media .btn.snapshot_media {
  position: relative;
  padding-left: 35px;
}
.user_media .btn.video_media:before,
.user_media .btn.snapshot_media:before {
  background-image: url('../img/icons.png');
  background-position: -170px -53px;
  background-size: 300px 300px;
  background-repeat: no-repeat;
  content: " ";
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
}
.user_media .btn:hover.video_media:before,
.user_media .btn.video_media.selected:before {
  background-position: 5px -203px;
}
.user_media .btn.snapshot_media:before {
  background-position: -170px -103px;
}
.user_media .btn:hover.snapshot_media:before,
.user_media .btn.snapshot_media.selected:before {
  background-position: 5px -252px;
}
.user_comments h3 {
  background: #FF4337;
  color: #fff;
  padding-left: 10px;
}

.user_profile .user_profile_pic {
  width: 204px;
}
.user_profile .user_media_item,
.user_profile .user_comments {
  width: 789px;
}
.user_profile .user_profile_pic .user_info p {
  font-family: 'Graphik-Extralight', sans-serif;
  padding: 10px;
  margin: 0;
}

/* --- button --- */
.btn {
  background: #FF4337;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
  color: #fff;
  padding: 5px 20px;
  text-shadow: none;
}
.btn.active {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* ------------------ news articles index page -- */
.newsPage h2.page_title,
.newsArticle h2.page_title {
  clear: left;
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.4em;
}
.newsPage .row-fluid > .span4,
.newsArticle .row-fluid > .span4 {
  margin-top: -40px;
}
.homepage .news_articles,
.newsPage .news_articles,
.newsPage .store_updates,
.newsArticle .news_articles,
.learnMorePage .article,
.errorPage .error_page,
#newsPage .hero {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 10px 10px 10px;
}
.homepage .news_articles {
  padding: 0 10px 0 0px;
}
.homepage .news_articles ul li {
  padding: 0px !important;  
}
.homepage .news_articles ul li h4 {
  margin-top: 10px;
}
#newsPage .hero {
  margin-bottom: 40px;
  padding-top: 10px;
  position: relative;
}
.homepage .news_articles ul,
.newsPage .news_articles ul,
.newsPage .store_updates ul,
.newsArticle .news_articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homepage .news_articles ul li,
.newsPage .news_articles ul li,
.newsPage .store_updates ul li,
.newsArticle .news_articles ul li {
  border-bottom: 1px solid #e5e5e5;
  clear: left;
  padding: 10px 0;
}
.homepage .news_articles ul li:last-child,
.newsPage .news_articles ul li:last-child,
.newsPage .store_updates ul li:last-child,
.newsArticle .news_articles ul li:last-child {
  border-bottom: none;
}
.newsPage .news_articles ul li.hero img,
.homepage .news_articles ul li.hero img,
.newsPage .hero img {
  width: 30%;
}
.newsPage .hero img {
  width: 200px; 
  float: left;
  margin-right: 10px;
}
.newsPage .hero h4 {
  margin-top: 10px;
}
.newsPage .store_updates ul li.hero img {
  width: 100%;
}
.homepage .news_articles ul li img,
.newsPage .news_articles ul li img,
.newsPage .store_updates ul li img {
  padding-right: 10px;
  width: 30%;
  float: left;
}
.newsPage .store_updates ul li img {
  width: 20%;
}
.news_articles a,
.newsPage .store_updates ul li a,
.newsPage .hero a {
  font-family: 'Graphik-Extralight', sans-serif;
}
.newsPage .news_articles h4 a,
.newsPage .hero h4 a {
  font-family: 'Graphik-Extralight', sans-serif;
  color: #000;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.newsArticle .news_articles ul li img {
  padding: 0 10px 0 0;
  width: 20%;
  float: left;
}
.newsArticle .news_articles ul li h4 {
  font-family: 'Graphik-Extralight', sans-serif;
}
.newsArticle .news_articles ul li h4 a {
  /* color: #FF4337; */  
}
.homepage .news_articles ul li a {
  font-size: 1.4em;
  line-height: 1.1em;
}
.homepage .news_articles ul li a.full-article-link {
  background-image: url('../img/full-article-arrow.png');
  background-position: right -1px;
  background-size: 17px 23px;
  background-repeat: no-repeat;
  padding: 4px 16px 4px 0px;
  float: right;
  right: 10px;
  bottom: 10px;
  font-size: 0.9em;
}
.homepage .news_articles ul li .date {
  font-weight: bold;
  font-size: 0.8em;
}
.news_articles p {
  color: #999;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 0.9em;
}
.news_articles ul li {
  position: relative;
}

.news_articles .full-article-link, .newsPage .hero .full-article-link {
  background-image: url('../img/full-article-arrow.png');
  background-position: right top;
  background-size: 17px 23px;
  background-repeat: no-repeat;
  padding: 1px 16px 2px 0px;
  float: right;
  right: 10px;
  bottom: 10px;
}


.errorPage .error_page h2 {
  font-family: 'Graphik-Extralight', sans-serif;
  color: #FF4337;
}
.error_page .item {
  position: relative;
  padding-top: 10px;
}
.error_page .item .container {
  left: 56px;
  margin: 0;
  position: absolute;
  top: 56px;
  z-index: 100;
}
.error_page .item .container h1 {
  clear: left;
  float: left;
  margin-top: 50px;
}
.error_page .item .container h2 {
  clear: left;
  float: left;
  margin-top: 7px;
}
.error_page .item .container h1 span {
  background: #FF4337;
  color: #fff;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 2.2em;
  padding: 10px;
}
.error_page .item .container h2 span {
  background: #fff;
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
  font-size: 1.6em;
  padding: 10px;
}




/* news article */
.newsArticle .article,
.genericArticle .article {
  border: 1px solid #e5e5e5;
  margin-left: 0;
  background: #fff;
  padding: 10px;
}
.newsArticle .date {
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
  text-align: right;
}
.newsArticle a {
  cursor: pointer;
  color: #FF4337;
}
.newsArticle .track img, 
.genericArticle .track img {
  margin-right: 0;
}
.newsArticle .chart-list a,
.genericArticle .chart-list a {
  color: #333;
}
.newsArticle .article video {
  width: 100%;
}
.newsArticle .article .video-container,
.genericArticle .article .video-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden; 
} 
.newsArticle .article .video-container iframe, 
.newsArticle .article .video-container object, 
.newsArticle .article .video-container embed,
.genericArticle .article .video-container iframe, 
.genericArticle .article .video-container object, 
.genericArticle .article .video-container embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.newsArticle .article h2,
.genericArticle .article h2 {
  clear: both;
}

/* Generic article */
.genericArticle .article img {
  float: left;
  margin-right: 10px;
}
.genericArticle .article img.float_right,
.newsArticle .article img.float_right {
  float: right;
  margin-left: 2%;
  margin-right: 0;
}
.genericArticle .article h2 {
  clear: both;
  font-size: 1.6em;
}
.genericArticle video {
  width: 100%;
}
.genericArticle .article_paragraph {
  clear: both;
  margin-bottom: 20px;
}
.genericArticle .article_paragraph hr {
  margin: 0;
  clear: both;
}
.newsArticle .article_paragraph h2,
.genericArticle .article_paragraph h2 {
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
}
.newsArticle .article_paragraph > img,
.genericArticle .article_paragraph > img {
  float: left;
  padding: 0;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.newsArticle .article_paragraph > p,
.genericArticle .article_paragraph > p {
  clear: none;
}
.newsArticle .article_paragraph > h2,
.genericArticle .article_paragraph > h2 {
  
  clear: none;
} 

/* ------------------ learn more page -- */
.learnMorePage .article {
  clear: left;
}
.learnMorePage .article h2 {
  color: #FF4337;
  font-family: 'Graphik-Extralight', sans-serif;
}
.learnMorePage .article .row-fluid {
  margin: 30px 0;
}
.learnMorePage .article img {
  margin-top: 10px;
}

/* ------------------ companion app -- */
.companion_app {
  background: url('../img/companion_app.jpg') left 20px no-repeat #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
  min-height: 180px;
  background-size: 100%;
}

/* ------------------ footer -- */
footer {
  background: url('../img/footer.jpg') 50% 50% no-repeat;
  color: #fff;
  font-size: 0.8em;
  margin-top: 0px;
  padding: 40px;
  text-align: center;
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #FF4337;
}
.logos{
  overflow: hidden;
  position: relative;
  padding: 18px 0 0;
  width: 100%;
}
.logos div{
  float: left;
  left: 50%;
  position: relative;
  text-align: center;
}
.logos ul{
  float: left;
  left: -50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.logos li {
  float: left;
  overflow: hidden;
  padding: 0 23px;
  text-indent: -9999px;
}
.logos li.rating {
  text-indent: 0px;
}
.logos a {
  display: block;
  margin-top: 12px;
}
.london-studio a {
  background: url('../img/logos/logo-london-studio.png') no-repeat;
  height: 55px;
  width: 90px;
}
footer .ps2 a{
  background: url('../img/logos/logo-play-station2.png') no-repeat;
  height: 42px;
  width: 75px;
}
footer .pegi a {
  background: url('../img/logos/logo-pegi.gif') no-repeat;
  height: 24px;
  margin: 8px 0 0;
  width: 24px;
}
footer .esrb a {
    background: url('../img/logos/logo-esrb2.gif') no-repeat;
    height: 143px;
    width: 200px;
    background-size: 170px 120px;
}
footer .dejus a {
    background: url('../img/logos/logo-brazil-rating.jpg') no-repeat;
    height: 71px;
    width: 100px;
    background-size: 85px 60px;
}
footer .ps-com a {
  background: url('../img/logos/logo-ps-com.png') no-repeat;
  height: 43px;
  width: 91px;
  /* margin-top: 32px; */
}
footer .sony-com a {
  background: url('../img/logos/logo-sony-com.png') no-repeat;
  height: 40px;
  width: 30px;
}
footer .ps3 a {
  background: url('../img/logos/logo-ps3.png') no-repeat;
  height: 43px;
  width: 73px;
}
footer .ps4 a {
  background: url('../img/logos/logo-ps4.png') no-repeat;
  height: 43px;
  width: 90px;
  background-size: 90px 19px;
  background-position: 0 10px;
}

/* ------------------ PS3 specific styles */
.ps3 .navbar .navbar-inner .nav li a.external span { 
  background-image: url('../img/external_small.png');  
  background-position: right -1px;
}
.ps3 .navbar .navbar-inner .nav li a.external:hover span {
  background-position: right -52px;
}

.ps3 .navbar .navbar-inner .homelink {
  background: url('../img/singstar_logo_pink_small.png') 3px 21px no-repeat #FF4337;
}

.ps3 .promo_details .singstar_logo {
  background-image: url('../img/singstar_logo_pink_medium.png');
}

.ps3 .carousel .item .container h1 span,
.ps3 .carousel .item .container h2 span {
  font-size: 1em;
}

.ps3 .carousel-control {
  font-size: 40px;
}

.ps3 .user .info .video_icon, 
.ps3 .user .info .photo_icon {
  background-image: url('../img/icons_small.png');
}

.ps3 .track .info .buy {
  background: url('../img/buy_button4_small.png') right top no-repeat transparent;
}

/* PS4 specifics */
.ps4 .carousel-control {
  line-height: 24px;
}
.ps4 .navbar .navbar-inner .homelink {
  background: url('../img/singstar_logo_pink_medium.png') 3px 21px no-repeat #FF4337;
}

/* ------------------------------------------ responsive media queries */

@media (min-width: 1200px) {

  body .container, .navbar {
    width: 1020px;
  }

  .homepage .navbar {
    top: 470px;
  }
  
}

@media (max-width: 1200px) and (min-width: 980px) {

  body .container, .navbar {
    width: 817px;
  }
  
  #videoSrc {
    height: 460px;
  }

  /* .row .span2-5 {
    width: 188px;
  } */

  .homepage .carousel {
    height: 461px;
  }

  .homepage .carousel-control {
    top: 94%;
  }

  .row .span2-5 {
    width: 163.4px;
  }
  
  .row .span2-5 .crop {
    display: block;
    width: 163.4px;
    height: 163.4px;
  }
  
  .year .date {
    height: 83px;
    padding-top: 80px;
  }
  .year .date:after {
    border-width: 0 0 32px 32px;
    top: 163px;
  }
  
  .header .navigation .filter-by ul,
  .header .navigation .order-by ul {
    margin: 0;
  }
  .header .navigation .filter-by ul li:first-child {
    margin-left: 0;
  }

  .header .navigation .order-by ul li a {
    padding: 8px 10px;
  }
  
  .header .navigation .filter-by ul li a {
    padding: 10px;
  }
  
  .header .navigation .filter-by ul li a.dropdown_btn {
    padding: 10px 50px 6px 10px;
  }
  
  .header .navigation .filter-by ul li input {
    padding: 8px 10px;
    margin-top: -9px;
  }
  
  .header .navigation .filter-by ul li ul li a {
    padding: 9px 0px 9px 9px;
  }
  
  .user .info .video_icon, 
  .user .info .photo_icon {
    /* background-size: 40px 51px; */
    padding: 4px 0;
  }
  .user .info .photo_icon {
    background-position: 11px -99px;
  }
  
  .community-tabs li a {
    width: 29.092%;
  }

  .user_profile .user_profile_pic {
    width: 163.4px;
  }
  .user_profile .user_media_item,
  .user_profile .user_comments {
    width: 636px;
  }
  .user .info .video_icon {
    background-position: 13px -50px;
  }

  .alphabet li a:after  {
    left: 22px;
  }
  
  .genericArticle .article_paragraph img {
    width: 38%;
  }
  
  .homepage .charts .chart-list .track .crop img {
    width: 20%;
  }

  .navbar .navbar-inner .nav li a {
    font-size: 1em;
  }

}

@media (max-width: 1024px) and (min-width: 1024px) { 
  
  /* ipad portrait specific video dimensions */
  .user_media_item video,
  .songDetailPage video {
    width: 354px;
    height: 200px !important;
  }
  .navbar .navbar-inner .nav li a {
    font-size: 1em;
  }
  .navbar .navbar-inner .nav li a.external span {
    background-image: url('../img/external.png');
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right 4px;
    height: 17px;
    padding-right: 25px;
    padding-top: 5px;
  }
  
}

@media (max-width: 979px) and (min-width: 768px) {

  body .container, .navbar {
    width: 724px;
  }
  
  .homepage .navbar {
    position: relative;
    top: 40px;
  }

  .homepage .carousel {
    height: 407px;
    margin-bottom: 0;
    overflow: hidden;
    top: 0;
    margin-top: 40px;
  }
  
  .homepage .carousel .carousel-indicators,
  .homepage .carousel-control {
    top: 90%;
  }
  
  .homepage .charts {
    margin-top: 0px;
  }
  
  .navbar .navbar-inner .nav li a {
    font-size: 1em;
  }
  
  .navbar .navbar-inner .nav li.nav_forum span {
    background-size: 20px;
    padding-right: 25px;
    padding-top: 1px;
  }
  .navbar .navbar-inner .nav li.nav_forum a:hover span {
    background-position: right -44px;
  }

  .homepage .charts .chart-list .track .crop img {
    width: 25%;
  }
  .homepage .chart .track .info {
    width: 74%;
    padding: 1% 0 0 1%;
  }

  #videoSrc {
    height: 408px !important
  }

  .row [class="span2-5"]:first-child {
    
  }

  .row .span2-5 {
    width: 144.8px;
  }
  
  .row .span2-5 .crop {
    display: block;
    width: 144.8px;
    height: 144.8px;
  }
  
  .homepage .carousel-control {
    top: 48%;
  }
  
  .homepage .carousel .carousel-indicators {
    right: 44%;
    top: 80%;
  }
  
  .homepage .carousel .item .promo_details {
    width: 610px;
  }
  
  .year .date {
    height: 79px;
    padding-top: 66px;
  }
  .year .date:after {
    border-width: 0 0 29px 29px;
    top: 145px;
  }

  .header .navigation .filter-by ul,
  .header .navigation .order-by ul {
    margin: 0;
  }
  
  .header .navigation .filter-by ul li:first-child {
    margin-left: 0;
  }
    
  .header .navigation .filter-by ul li a.dropdown_btn {
    padding: 8px 45px 7px 10px;
    font-size: 90%;
  }
  
  .header .navigation .order-by ul li a {
    font-size: 90%;
    padding: 8px 10px;
  }
  
  .header .navigation .filter-by ul li input {
    padding: 8px 10px;
    margin-top: -9px;
    width: 100px;
  }
  
  .user .info .video_icon, 
  .user .info .photo_icon {
    padding: 4px 0;
  }
  .user .info .photo_icon {
    background-position: 5px -99px;
  }
  .user_details .btn.report {
    background-color: #eee;
    padding-left: 22px;
    padding-right: 5px;
  }
  .user_details .btn.report:before {
    background-size: 200px 200px;
    background-position: 3px -99px;
  }
  
  .user_profile .user_comments {
    width: 100%;
  }
  
  .community-tabs li a {
    width: 29.057%;
  }
  
  .user_profile .user_profile_pic {
    width: 144.8px;
  }
  .user_profile .user_media_item,
  .user_profile .user_comments {
    width: 559px;
  }
  
  .navbar .navbar-inner .nav li a.external span {
    background-position: right 3px;
    padding: 6px 29px 6px 0px;
  }
  
  .navbar .navbar-inner .nav li a.external:hover span {
    background-position: right -53px;
  }
  
  .user .info .video_icon {
    background-image: url('../img/icons_small.png');
    background-position: 7px -50px;
  }
  
  .alphabet li a:after  {
    left: 20px;
  }
  
  .genericArticle .article_paragraph img {
    /* width: 39%; */
  }
  .user_media_item video,
  .songDetailPage video {
    width: 354px;
    height: 200px !important;
  }
  .navbar .navbar-inner .nav li a {
    font-size: 0.85em;
  }
  
}

@media (max-width: 768px) and (min-width: 768px) {
  
  /* ipad portrait specific video dimensions */
  .video video {
    width: 354px;
    height: 200px;
  }
  
  .navbar .navbar-inner .nav li a {
    font-size: 0.85em;
  }
  
}

@media (max-width: 767px) {

  body {
    padding: 0px !important;
  }
  
  .navbar {
    width: 100%;
  }
  
  .error_page .item .container {
    left: 23px;
    top: 30px;
  }
  .error_page .item .singstar_logo,
  .homepage .carousel .item .singstar_logo {
    background-size: 60px;
    width: 80px;
    height: 80px;
  }
  .error_page .item .singstar_logo:after,
  .homepage .carousel .item .singstar_logo:after {
    top: 80px;
  }
  .error_page .item .container h2,
  .homepage .carousel .item .container h2 {
    margin-top: 5px;
  }
  .error_page .item .container h1 span,
  .error_page .item .container h2 span,
  .homepage .carousel .item .container h1 span,
  .homepage .carousel .item .container h2 span {
    font-size: 1.6em;
  }
  
  .homepage .carousel {
    height: auto;
  }
    
  .header {
    padding-top: 10px;
  }

  .homepage {
    margin-top: 56px;
  }

  .homepage .navbar {
    position: fixed;
    top: 40px;
  }

  .homepage .navbar .navbar-inner {
    background: #fff;
    box-shadow: none;
    height: 56px;
  }
  
  .homepage .carousel .item .container {
    top: 25px;
  }

  .singStorePage .container {
    margin-left: 0;
  }

  .homepage .carousel .carousel-indicators {
    bottom: 50px;
  }

  .homepage .charts .chart-list .track .crop img {
    width: 25%;
  }
  
  .homepage .charts .chart-list .track .info {
    width: 65%;
  }

  body > .container {
    
  }

  .header .navigation {
    margin-top: 46px;
  }
    
  .header .navigation .order-by,
  .header .navigation .order-by ul {
    width: 100%;
    
  }
    .header .navigation .order-by ul li {
      width: 23.5%;
      margin-left: 2%;
    }
      .header .navigation .order-by ul li a {
        padding: 8px 0;
      }
  
  .header .navigation .filter-by,
  .header .navigation .filter-by ul {
    width: 100%;
  }
    .header .navigation .filter-by ul li {
      width: 32%;
      margin-left: 1.9%;
    }
    .header .navigation .filter-by ul li:first-child {
      margin-left: 0;
    }
      .header .navigation .filter-by ul li a.dropdown_btn {
        padding: 8px 50px 8px 10px;
      }

  .row {
    box-shadow: none;
  }

  .track {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }

  .track .info {
    float: left;
    border: none;
    width: 80%;
  }

  .track .corner {
    position: relative;
    width: 100%;
  }

  .span2-5 .track img {
    float: left;
  }

  .track .info .artist_link,
  .track .info .songtitle_link,
  .track .info .buy_link {
    float: left;
    clear: left;
  }
  
  .span2-5 .track .crop,
  .span2-5 .user .crop {
    width: 20%;
    height: auto;
    float: left;
  }
  
  .span2-5 .track .info,
  .span2-5 .user .info {
    border-right: 0;
    float: left;
    width: 76%;
    padding-bottom: 4%;
  }
  .span2-5 .user {
    border-bottom: 1px solid #e5e5e5;
  }
  .user .info .video_icon, 
  .user .info .photo_icon {
    background-position: right top;
  }
  .songDetailPage .container {
    /* margin-right: 10px;
    margin-left: 10px; */
  }
  .songDetailPage .header {
    padding: 20px 0 20px 0;
  }
  .songDetailPage .span6 {
    width: 100%;
    margin-left: 0;
  }
  .songDetailPage video {
    width: 354px;
    height: 200px;
  }
  
  .row {
    box-shadow: none !important;  
  }
  .row.last-row {
    margin-bottom: 0;
  }

  .row .span2-5 {
    width: 100%;
    clear: left;
  }

  /* taken from bootstrap-responsive, line #1090 - menu collapses too early */
  body {
      padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
      position: static;
  }
  .navbar-fixed-top {
      margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
      margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
      padding: 5px;
  }
  .navbar .container {
      width: auto;
      padding: 0;
  }
  .navbar .brand {
      padding-right: 10px;
      padding-left: 10px;
      margin: 0 0 0 -5px;
  }
  .nav-collapse {
      clear: both;
  }
  .nav-collapse .nav {
      float: none;
      margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
      float: none;
  }
  .nav-collapse .nav > li > a {
      margin-bottom: 0px;
  }
  .nav-collapse .nav > .divider-vertical {
      display: none;
  }
  .nav-collapse .nav .nav-header {
      color: #777777;
      text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
      padding: 9px 15px;
      font-weight: bold;
      color: #777777;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
  }
  .nav-collapse .btn {
      padding: 4px 10px 4px;
      font-weight: normal;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
      margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
      background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
      background-color: #111111;
  }
  .nav-collapse.in .btn-group {
      padding: 0;
      margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      display: none;
      float: none;
      max-width: none;
      padding: 0;
      margin: 0 15px;
      background-color: transparent;
      border: none;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
      display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
      display: none;
  }
  .nav-collapse .dropdown-menu .divider {
      display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
      float: none;
      padding: 10px 15px;
      margin: 10px 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
         -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
              box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #111111;
      border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
      height: 0;
    overflow: hidden;
  }
  .nav-collapse .nav {
    margin: 0;
  }
  .navbar .btn-navbar {
    background-color: #FF4337;
    background-image: none;
    border-color: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    display: block;
    margin: 11px 11px 0 0;
    padding: 5px;
  }
  .navbar .btn-navbar .icon-bar {
    width: 30px;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 5px;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar .navbar-inner {
    margin-left: 0;
  }

  .navbar .navbar-inner .nav-collapse {
    margin-top: 13px;
  }

  .navbar .navbar-inner .nav li {
    width: 100%;
  }

  .navbar .navbar-inner .nav li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    text-align: left;
    text-shadow: none;
  }
  
  .newsPage .row-fluid > .span4,
  .newsArticle .row-fluid > .span4 {
    margin-top: 0px;
  }
  
  .communityUserPage .header {
    float: left;
  }
  .communityUserPage .header .heading {
    margin: 10px 0 10px 10px;
  }
  .communityUserPage .user_profile_pic {
    float: right;
    width: 20%;
  }
  .communityUserPage .user_profile .user_profile_pic {
    float: left;
    clear: left;
    width: 100%;
  }
  .communityUserPage .user_profile .user_profile_pic img {
    float: left;
    width: 20%;
  }
  .communityUserPage .user_profile .user_profile_pic .user_info {
    float: left;
    width: 80%;
  }
  .communityUserPage .user_profile .user_media_item,
  .communityUserPage .user_profile .user_comments {
    width: 100%;
  }
  .communityUserPage  .user_profile .user_profile_pic .user_info p {
    padding: 0 10px;
    font-size: 0.9em;
  }
  
  .grief_msg form .left_col, 
  .grief_msg form .right_col {
    float: left;
    width: 100%;
    clear: left;
  }
  
  .grief_msg {
    display: none;
    left: 10%;
    top: 10%;
    margin-left: 0%;
    z-index: 1000;
    width: 80%;
  }
  
  .alphabet li a:after  {
    background: none;
  }
  
  .songDetails .buyNowBtn1 {
    position: relative;
    clear: both;
    float: right;
    margin-top: 30px;
  }
  
}


@media (max-width: 500px) {

  .carousel {
    /* display: none; */
  }
  
  .homepage .carousel-control {
    top: 86%;
  }
  
  .homepage .carousel .item .container {
    left: 0px;
  }
  
  .homepage .carousel #play_button {
    width: 20%;
    left: 40%;
  }
  
  .homepage .charts {
    margin-top: 0px;
  }

  .news_headlines ul .article .news_headline, 
  .news_headlines ul .article .article_copy,
  .news_headlines ul .article.selected img {
    width: 100%;
    clear: left;
    margin-left: 0;
  }
  .news_headlines ul .article.selected img {
    position: relative;
  }
  .news_headlines ul .article.selected .crop {
    min-height: 150px;
  }
  .community-tabs li a {
    font-size: 0.9em;
    width: 29%;
  }
  
  .featured .track .crop {
    max-height: 150px;
  }
  .charts .span4 {
    width: 100%;
  }
  .charts .span4 .track {
    border-bottom: none;
  }
  .newsArticle .article .chart .chart-list li,
  .genericArticle .article .chart .chart-list li {
    width: 100%;
  }
  
  .promo_details .singstar_logo {
    display: none;
    background: url('../img/singstar_logo_pink.png') 3px 21px no-repeat #FF4337;
    background-size: 52px;
    height: 56px;
    width: 56px;
  }
  .promo_details .singstar_logo:after {
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent #FF4337;
    content: " ";
    display: block;
    height: 0px;
    left: 0px;
    position: absolute;
    top: 56px;
    width: 20px;
    z-index: 10;
  }
  .user_comments .comments .comment {
    font-size: 0.9em;
  }
  .user_comments .comments .comment .crop {
    width: 15%;
  }
  .user_details .btn.next {
    float: right;
  }
  .user_profile .user_details {
    padding-right: 0px;
  }
  .user_details hr {
    margin: 0;
  }
  
  .communityPage .header .navigation .filter-by ul li:first-child {
    width: 100%;
  }
  
  .genericArticle .article_paragraph .article_paragraph_copy,
  .genericArticle .article_paragraph img,
  .newsArticle .article_paragraph .article_paragraph_copy,
  .newsArticle .article_paragraph img {
    width: 100%;
  }
  
  .news_articles .full-article-link {
    position: relative;
    bottom: 0px;
    right: 0px;
    float: right;
  }

}

@media (max-width: 401px) {

  .header {
    padding: 10px 0 0 0;
  }
  
  .homepage .carousel {
    top: 0px;
    margin-top: 40px;
  }
  
  .homepage .carousel .item video {
    /* height: 180px !important; */
  }
  
  .homepage .carousel .item .container h1 {
    margin-top: 70px;
  }
  
  .homepage .carousel .item .container h2 {
    margin-top: 0px;
  }
    
  .homepage .carousel .item .container h1 span,
  .homepage .carousel .item .container h2 span {
    font-size: 1.2em;
  }
  
  .header .heading {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 1.4em;
    margin: 0;
    line-height: 1.4em;
  }
  
  .songDetailPage .header {
    padding: 0;
  }
  
  .header form {
    width: 100%;
  }

  .header form fieldset input {
    width: 263px;
  }
  
  .header .navigation .order-by {
    margin: 5px 0 0 0;
  }
  
  .header .navigation .order-by ul {
    margin: 0;
  }
  
  .header .navigation .order-by ul li {
    width: 50%;
    margin-left: 0%;
  }
      
  .header .navigation .order-by ul li a {
    font-size: 14px;
  }
  
  .header .navigation .filter-by ul {
    margin: 5px 0 0 0;
  }
  
  .header .navigation .filter-by ul li {
    width: 50%;
    margin: 0;
  }
  
  .header .navigation .type-filter ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .header form {
    position: relative;
  }
  
  .header form fieldset .twitter-typeahead,
  .header form fieldset input {
    width: 96%;
  }
  
  .header form #submitBtn {
    position: absolute;
    top: -5px;
    right: 0px;
  }
  
  .header .twitter-typeahead .tt-dropdown-menu {
    width: 320px;
    left: -160px !important;
  }
  
  .communityPage .header form fieldset #submitBtn {
    top: -1px;
  }
  
  .communityPage .header form fieldset input {
    width: 93%;
  }
      
  .navbar h1 {
    font-size: 2em;
  }

  .navbar .nav > li {
    margin-right: 0px;
  }

  .navbar .search {
    width: 161px;
    padding: 15px 14px 14px 44px;
  }
  
  .span2-5 .track .crop {
    width: 25%;
  }
  
  .span2-5 .track .info {
    width: 70%;
  }

  .span2-5 .track .info .buy {
    background-size: 37px 49px;
    padding: 16px 0;
  }

  .span2-5 .user .info {
    line-height: 1.4em;
    padding: 1% 2% 0 2%;
  }

  .homepage .charts .chart-list .track .crop img {
    width: 20%;
  }
  
  #videoSrc {
    z-index: 10000;
  }
  
  .video .track .crop {
    width: 25%;
  }
  
  .video .track .info {
    width: 70%;
    padding: 0% 2% 0% 2%;
  }
  
  .video .track .info .buy {
    background-size: 69%;
    padding: 13px 0;
    margin-top: 5px;
  }
  
  .news_headlines .article img {
    position: relative;
    width: 100%;
  }
  
  .homepage .news_articles ul li img, 
  .newsPage .news_articles ul li img, 
  .newsPage .store_updates ul li img,
  .homepage .news_articles ul li.hero img, 
  .newsPage .news_articles ul li.hero img {
    width: 25%;
  }
  
  .news_headlines .article .news_headline, 
  .news_headlines .article .article_copy {
    margin-left: 0;
  }
  
  .homepage .charts .chart-list .track .info {
    width: 75%;
    padding: 2% 2% 4% 2%;
  }
  
  #homepage_video_container #play_button {
    display: none;
  }
  
  .songDetails {
    padding: 0;
  }
  
  .songDetailPage h2 {
    margin-top: 0px;
  }
  
  .grief_msg {
    left: 5%;
    width: 90%;
    position: absolute;
  }
  
  .grief_msg form {
    padding: 5px 10px 0 10px;
  }
  
  .grief_msg label {
    float: none;
    margin-left: 20px;
  }
  
  .alphabet li {
    margin-left: 0px;
    width: 21px;
  }
  
  .alphabet li a {
    margin: 0px;
  }

  .error_page .item .container h1 {
    margin-top: 0;
  }
  
  .error_page .item .container h2 {
    margin-top: -3px;
  }
  
  .error_page .item .container h2 span {
    font-size: 0.8em;
    
  }
  
  .ios .header form fieldset input {
    width: 100% !important;
  }
  .header .navigation {
    margin-top: 0px;
  }
  .header #search {
    margin-top: 5px;
  }
  
  #filterToggleLink {
    margin: 10px 0 5px 0;
    width: 80%;
    padding: 3% 10%;
    background: #d1d1d1;
  }
  #filterToggleLink > span {
    background: url('../img/menu.png') right -43px no-repeat #d1d1d1;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 36px;
    margin: 0 auto;
    height: 26px;
  }
  #filterToggleLink.collapsed > span {
    background: url('../img/menu.png') right -5px no-repeat #d1d1d1;
  }
  
  .user_media_item video,
  .songDetailPage video {
    width: 320px;
    height: 180px !important;
  }
  
  .homepage.ios .carousel .item .container h1 {
    margin-top: 0px;
  }
  
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .header .navigation .filter-by {
    margin-bottom: 10px;
  }
  .ios .header form fieldset button[type=submit] {
    top: 0px;
  }
  .songDetails .buyNowBtn1 {
    position: relative;
    float: right;
    margin-top: 20px;
  }
  .songDetail .songDetails {
    padding-top: 0px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .header .navigation .filter-by {
    margin-bottom: 10px;
  }
  .ios .header form fieldset button[type=submit] {
    top: 0px;
  }
  .songDetails .buyNowBtn1 {
    position: relative;
    float: right;
    margin-top: 20px;
  }
}






