/*
____________________________________________________________________________
CSS DOCUMENT ***

 * Authored by Brad Shaw
 * brad@directmediaworks.com
 * www.directmediaworks.com

 * Copyrights, credits and inspiration are noted in the humans.txt file

____________________________________________________________________________
CONTENTS ***

____________________________________________________________________________
COLOUR PALETTE ***

 * #XXXXXX = primary light
 * #XXXXXX = primary dark
 * #XXXXXX = secondary light
 * #XXXXXX = secondary dark
 * #XXXXXX = tertiary light
 * #XXXXXX = tertiary dark


/*
____________________________________________________________________________
GRID ***/

/* uncomment to turn on outlining on all elements for debugging purposes */
/** {
	outline: 1px dotted red;
}*/

/* uncomment to turn on highlighting on all equal height elements for debugging purposes */
/*.equal {
	background: rgba(255,0,0,.25);
}*/

/*
____________________________________________________________________________
END GRID ***/

/*
____________________________________________________________________________
TYPOGRAPHY ***/

html {
	height: 100%;
}

body {
	min-height: 100%;
	font: 18px/1.5 sans-serif;
	color: #999;
	background: #222 url(../img/logo-dj-charts.png) center center no-repeat;
}

/*
____________________________________________________________________________
Headings */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: sans-serif;
	color: rgb(247,147,30);
}

h1 {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 16px;
}

h3, h4, h5, h6 {
	margin-bottom: 10px;
}

h4, h5, h6 {
	color: #666;
}

small {
	font-size: 65%;
}

.attention {
	color: #ff0000;
}

p {
	margin-bottom: 20px;
}

p + h2, p + h3, ul + h2, ul + h3, ol + h2, ol + h3 {
	margin-top: 40px;
}

table h2, table h3 {
	margin-bottom: 0;
}

/*
____________________________________________________________________________
Ampersands */

.amp {
}

/*
____________________________________________________________________________
Links */

a, a:active {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

/*
____________________________________________________________________________
Blockquotes */

blockquote {
	margin: 40px 0;
	padding: 0;
	border: none;
}

blockquote:before {
	float: left;
	margin: 0 20px 40px 0;
	font-family: FontAwesome;
	font-size: 48px;
	line-height: 1;
	color: #ccc;
	content: "\f10d";
}

/*
____________________________________________________________________________
List Styles */

ul {
	margin: 0 0 20px 24px;
	padding: 0;
	list-style: disc outside;
}

ol {
	margin: 0 0 20px 24px;
	padding: 0;
	list-style: decimal outside;
}

li ul,
li ol {
	margin-bottom: 0;
}

.plain {
	list-style: none;
	margin: 0 0 20px 0;
}

.latin {
	list-style-type: lower-latin;
}

.roman {
	list-style-type: lower-roman;
}

.bullets li {
	margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(../img/bullet-round-blue.png) 0 0 no-repeat;
}

.squares li {
	margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(../img/bullet-square-blue.png) 0 0 no-repeat;
}

.arrows li {
	margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(../img/bullet-arrow.png) 0 0 no-repeat;
}

.stars li {
	margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(../img/bullet-star.png) 0 0 no-repeat;
}

.smallchecks li {
	margin: 0 0 0 -16px;
	padding: 0 0 0 16px;
	list-style: none;
	background: url(../img/bullet-checkmark-green-small.png) 0 0 no-repeat;
}

.largechecks li {
	margin: 0 0 0 -22px;
	padding: 0 0 0 22px;
	font-family: source-sans-pro, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	list-style: none;
	background: url(../img/bullet-checkmark-green-large.png) 0 0 no-repeat;
}

.color {
	color: #ee0000;
}

.color_bullets {
	color: #333;
}

.media-list {
	margin-left: 0px;
}

.media-list li {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.byline {
	font-size: 14px;
}

.byline .author {
	font-weight: 700;
}

/*
____________________________________________________________________________
END TYPOGRAPHY ***/

/*
____________________________________________________________________________
STRUCTURE ***/

/*
____________________________________________________________________________
Vertical Align Center */

.vertical-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.vertical-center {
	display: table-cell;
	vertical-align: middle;
}

.vertical-bottom {
	display: table-cell;
	vertical-align: bottom;
}

/*
____________________________________________________________________________
Preheader */

.preheader {
	position: relative;
	width: 100%;
	padding: 10px 0;
	background: rgb(247,147,30);
}

.preheader h3, .preheader h4 {
	margin: 0;
	color: #fff;
}

.preheader a {
	color: #fff;
}

.preheader form {
	margin: 0;
}

/*
____________________________________________________________________________
Main Header */

.navbar-brand {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
____________________________________________________________________________
Navigation */

/*
____________________________________________________________________________
Subheader */

/*
____________________________________________________________________________
Breadcrumbs */

/*
____________________________________________________________________________
Feature */

.video-wrapper {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
____________________________________________________________________________
Footer */

footer {
	width: 100%;
}

/*
____________________________________________________________________________
Prefooter */

.prefooter {
	padding: 60px 0;
	background: rgb(247,147,30);
}

.prefooter h3, .prefooter a {
	color: #fff;
}

/*
____________________________________________________________________________
Main Footer */

.footer {
	padding: 60px 0;
	color: #fff;
	background: rgb(6,35,77);
}

/*
____________________________________________________________________________
Subfooter */

.subfooter {
	padding: 20px 0;
	color: #ccc;
	background: #000;
}

.copyright {
	text-align: left;
}

.terms {
	text-align: right;
}

/*
____________________________________________________________________________
END STRUCTURE ***/

/*
____________________________________________________________________________
FORMS ***/

/*
_____________________________________________________________________________
Buttons */

.btn {
	font-family: sans-serif;
}

.social {
	font-size: 44px;
	text-align: center;
}

.fa-soundcloud:hover {
	color: rgb(255,85,0);
}

.fa-mixcloud:hover {
	color: rgb(255,255,255);
}

.fa-facebook:hover {
	color: rgb(59,89,152);
}

.fa-x-twitter:hover {
	color: rgb(255,255,255);
}

.fa-youtube-square:hover {
	color: rgb(238,45,67);
}

.fa-pinterest-square:hover {
	color: rgb(203,32,39);
}

.fa-linkedin-square:hover {
	color: rgb(9,119,181);
}

.fa-instagram:hover {
	color: rgb(193,53,132);
}

.btn-read-more {
	border: 2px;
	background: none;
}

/*
____________________________________________________________________________
END FORMS ***/

/*
____________________________________________________________________________
MEDIA QUERIES ***/

/*
____________________________________________________________________________
Global Transitions */

.fa, .nav a {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

/* styles for mobile */
@media screen and (max-width: 768px) {

	.copyright,
	.terms {
		text-align: center;
	}

}

/*
____________________________________________________________________________
END MEDIA QUERIES ***/


/*
____________________________________________________________________________
END CSS DOCUMENT ***/