/*FONTS*/

@font-face {
    font-family:'heroic_condensedregular';
    src:url('../fonts/heroiccondensed-regular-webfont.eot');
    src:url('../fonts/heroiccondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/heroiccondensed-regular-webfont.woff') format('woff'), url('../fonts/heroiccondensed-regular-webfont.ttf') format('truetype'), url('../fonts/heroiccondensed-regular-webfont.svg#heroic_condensedregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*Footer*/

.footer .nav > li > a:hover, .footer .nav > li > a:focus {
	text-decoration: none;
	background: none;
	color: #FFF;
	float: left;
}
.footer {
    background-color:#2c2c2c;
	margin-top: 30px;
	clear: both;
}
.footer a {
	color: #b0b0b0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight:400;
    font-size:14px;
}
.footer a:hover, a:focus {
	color: #FFF;
	text-decoration: underline;
}
.footer-logo {
	max-width: 130px;
}

.fade-logo {
	float: right;
	margin-top: 100px;
}
@media screen and ( max-width: 700px ) {
.fade-logo {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
}
.copyright {
	color:#808080;
	font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight:400;
    font-size:13px;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: 5px;
}

/*Responsive Youtube Video*/

.flex-video {
    position:relative;
    padding-top:25px;
    padding-bottom:67.5%;
    height:0;
    margin-bottom:16px;
    overflow:hidden;
}

.flex-video.widescreen {
    padding-bottom:57.25%
}
.flex-video.vimeo {
    padding-top:0
}
.flex-video iframe,.flex-video object,.flex-video embed {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}

@media only screen and (max-device-width:800px), only screen and (device-width:1024px) and (device-height:600px), only screen and (width:1280px) and (orientation:landscape), only screen and (device-width:800px), only screen and (max-width:767px) {
.flex-video {
    padding-top: 0 }
}

/*Carousel*/

.carousel {
	margin-bottom:30px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
}
.carousel-control.left {
    background: none;
	}
.carousel-control.right {
    background:none;
	}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left:10%;
	}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right:10%;
}
	
/*Bootstrap Grid*/

.row {
	margin: 0;
	padding: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}

#main-content {
	margin-top: -320px;
}
@media screen and ( max-width: 700px ) {
#main-content {
	margin-top: 20px;
}
}


/*Global Styles*/

.section-title {
    color:#585858;
    font-weight:400;
    font-size:20px;
    margin-bottom:1em;
}
.title, .title a {
    color:#707070;
    font-size:14px;
    margin-bottom:1em;
	margin-top: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Lato, Helvetica, Arial, sans-serif;
	line-height: 1em;
}
.title a:hover {
    color:#000;
}
.artist, .artist a {
    color:#dd4023;
    font-size:14px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Lato, Helvetica, Arial, sans-serif;
	line-height: 1em;
}
.artist a:hover {
    color:#000;
}

/*Jumbotron*/

.jumbotron {
    background-image:url('../img/header-background.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    padding:20px 0 20px 0;
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	background-color: #d83e18;
	min-height: 430px;
 }
 @media screen and ( max-width: 700px ) {
 .jumbotron {
	min-height: 200px;
  }
}

/*Navigation*/

.navbar {
	height: 55px;
	border: none;
	margin: 0;
	z-index: 999;
}
.navbar-default .navbar-nav > li > a {
	color: #787878;
	background-color: #FFF;
}
.navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .navbar .nav > li > a {
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -ms-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
}
 #social-nav a {
	max-height: 55px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	margin:0;
 }
 
 .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #000000;
	background-color: #ececec;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	color: #FFF;
	background-color: #d83e18;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FFF;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-toggle {
	position: relative;
	float: left;
	margin-left: 15px;
	padding: 0;
	margin-top: 10.5px;
	margin-bottom: 10.5px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-brand {
	float: left;
	padding: 20px 0 10px 1px;
	font-size: 19px;
	line-height: 0px;
}
.nav-pills > li a{
  margin: 0;
  padding: 0 5px 0 5px;
}

.navbar-nav > li a {
	padding: 17px 7px 17px 7px;
	font-size: 14px;
}
.navbar-nav {
	margin: 0px -15px 0 -15px;
	border-bottom: 1px solid #d83e18;
 }
.navbar-default .navbar-toggle .icon-bar {
	background-color: #d83e18;
	width: 40px;
	padding: 3px;
	margin-bottom: 5px;
}

/*Header*/

.newsletter {
	float: right;
	margin-top: 5px;
}
@media screen and ( max-width: 700px ) {
.newsletter {
	float: left;
	margin-top: 8px;
	margin-left: -2px;
}
}

.headline {
    color:#FFCC00;
	font-family:'heroic_condensedregular';
    font-size:22px;
	margin-top: 45px;
	margin-left: 0px;
	float: left;
}
@media screen and ( max-width: 700px ) {
.headline {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
}
.logo {
	margin-bottom: 20px;
	float: left;
	margin-right: 40px;
}

/*Twitter*/

.tweet {
	margin-bottom: 20px;
	font-size:16px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
.tweet-date {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 10px;
	color: #000;
	font-family: Lato, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}

/*Buttons*/

.buy-itunes {
margin-top: 10px;
margin-bottom: 10px;
}

.btn-default {
	font-size: 11px;
	margin-bottom: 30px;
	color: #FFF;
	background-color: #dd4023;
	border-color: #dd4023;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #dd4023;
	background-color: #FFF;
	border-color: #d4d2d2;
}

.btn-buy-now {
	font-size: 11px;
	margin-bottom: 0px;
	color: #dd4023;
	background-color: #FFF;
	border-color: #d4d2d2;
}
.btn-buy-now:hover,
.btn-buy-now:focus,
.btn-buy-now:active,
.btn-buy-now.active,
.open .dropdown-toggle.btn-buy-now {
	color: #FFF;
	background-color: #dd4023;
	border-color: #dd4023;
}
.btn-buy-now:active,
.btn-buy-now.active,
.open .dropdown-toggle.btn-buy-now {
  background-image: none;
}
.btn-buy-now.disabled,
.btn-buy-now[disabled],
fieldset[disabled] .btn-buy-now,
.btn-buy-now.disabled:hover,
.btn-buy-now[disabled]:hover,
fieldset[disabled] .btn-buy-now:hover,
.btn-buy-now.disabled:focus,
.btn-buy-now[disabled]:focus,
fieldset[disabled] .btn-buy-now:focus,
.btn-buy-now.disabled:active,
.btn-buy-now[disabled]:active,
fieldset[disabled] .btn-buy-now:active,
.btn-buy-now.disabled.active,
.btn-buy-now[disabled].active,
fieldset[disabled] .btn-buy-now.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/*Latest News*/

.news-item {
	margin-bottom: 40px;
}
.news-image img {
	margin: 0 20px 0 -10px;
}
.news-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: -5px;
	color: #d83e18;
	font-family: Lato, Helvetica, Arial, sans-serif;
}
.news-date {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Lato, Helvetica, Arial, sans-serif;
}
.news-content {
	font-size: 16px;
	margin-left: 10px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2em;
}
.news-column {
	margin-left: -10px;
}

/*Releases*/

@media screen and ( max-width: 700px ) {
 #best-sellers {
	clear: both;
  }
}