/*----------Main---------------------*/

@font-face {
    font-family: 'Arial-Black';
    src: url('../fonts/arial-black.woff');
}

@font-face {
    font-family: 'WOODIE';
    src: url('../fonts/woodie2.eot');
    src: url('../fonts/woodie2.eot') format('embedded-opentype'),
         url('../fonts/woodie2.woff') format('woff'),
         url('../fonts/woodie2.ttf') format('truetype'),
         url('../fonts/woodie2.svg#WOODIE?') format('svg');
}

body {
	color: #000;
	line-height: 1.2;
	font-family: 'Lato', sans-serif; 
}

.container {
	max-width: 960px;
}

.rel {
	position: relative;
}

.center {
	text-align: center;
}

/*----------Header-------------------*/

.header-holder {
	background: #000 url(../img/head-bg.jpg) center center no-repeat;
	background-size: cover;
}

.header-slogan {
	font-size: 40px;
	text-align: center;
	font-family: 'Arial-Black', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin: 105px 0 150px 0;
}

.seriously {
	background: #fff;
	color: #000;
	padding: 0 5px;
	max-width: 280px;
	margin: 10px auto;
}

.subheader {
	color: #fff;
}

.subtext {
	padding: 0 35px 0 65px;
	font-size: 18px;
	line-height: 23px;
}

.get-it-holder {
	font-size: 30px;
	font-style: italic;
	font-family: 'Times New Roman', sans-serif;
	margin-top: 53px;
}

	.get-it-holder a {
		margin-left: 10px;
	}

.get-it {
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	background-color: #ef5e17;
	padding: 7px 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
}

	.get-it:hover {
		text-decoration: none;
		background-color: #fff;
		color: #ef5e17;
	}

.player {
	background-color: #000;
	padding: 70px 0;
}

/*----------Content------------------*/

.subscribe {
	background: #000 url(../img/meshok.png) center center repeat-x;
    background-size: 100% auto;
    padding: 25px 0;
}

.subscribe-txt {
	color: #000;
	font-size: 45px;
	text-transform: uppercase;
	padding: 60px 0;
	font-family: 'WOODIE';
	letter-spacing: 4px;
	
}

.testimonial {
	background: #000;
	color: #fff;
	padding: 90px 0 110px 0;
}

.test-phot {
	text-align: right;
}

.test-text {
	font-style: italic;
	font-weight: 300;
	padding: 15px 0;
}

	.test-text h3 {
		font-weight: 600;
		font-size: 21px;
	}

.test-content {
	font-size: 21px;
}

.formwrapper input[type="email"] {
	height: 40px;
	font-size: 20px;
	padding: 5px;
	float: left;
	border-radius: 5px 0 0 5px;
	border: 1px #777 solid;
}

.sbs-smb {
	border-radius: 0 5px 5px 0;
	height: 40px;
	background-color: #ef5e17;
	border: 1px #777 solid;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 0 20px;
}

	.sbs-smb:hover {
		color: #000;
	}
	
.mailform {
	padding: 60px 0;
}

.orange-download {
	background-color: #ef5e17;
	padding: 65px 0 50px 0;
}

.black {
	background: #000;
	color: #fff;
	margin: -2px 11px 0 0;
	display: block;
	float: right;
}

	.black:hover {
		background: #fff;
		color: #000;
	}
	
.circ-img {
	margin: -3px 20px 0 0;
}
	
.dd-holder {
	font-size: 38px;
	line-height: 1;
	font-style: italic;
	font-family: 'Times New Roman', sans-serif;
	color: #fff;
	text-align: right;
	margin-right: 50px;
}

.songs {
	padding: 70px 0 0;
}

	.songs ul li {
		font-family: 'WOODIE';
		font-size: 38px;
		color: #fff;
		letter-spacing: 2px;
        text-transform:uppercase;
/*		text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);*/
	}
	
.cloud {
	position: absolute;
	top: -60px;
	right: -50px;
}

.jerry-bio {
	padding: 80px 0 0;
}

.jerry-img {
	margin: 30px 0 50px 0;
}

.twitter {
	max-width: 302px;
}

	.twitter iframe {
		max-height: 317px;
	}

.jerry-header {
	font-size: 75px;
	font-family: 'WOODIE';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 35px;
}

.bio-text {
	font-size: 17px;
}

	.bio-text p {
		margin-bottom: 25px;
	}
	
.b-text {
	color: #000;
}

.org {
	margin: -2px 11px 0 0;
	display: block;
	float: right;
}

	.org:hover {
		background: #000;
		color: #fff;
	}
	
.white-get {
	margin: 130px 0;
}

.studio {
	margin-bottom: 50px;
}

.subheader-tnx {
	padding-bottom: 70px;
}

/*----------Footer-------------------*/

.footer {
	background-color: #dddddd;
	text-align: center;
	padding: 25px 0 50px 0;
}

.social-icons {
	margin: 30px 0 50px 0;
}

.social-icons img {
	margin-right: 70px;
}

.no-marg {
	margin: 0 !important;
}

.hide-on-desc {
	display: none;
}

/*----------Media Queries------------*/

@media (max-width:767px){
	.header-slogan {
		font-size: 27px;
		margin: 30px 0;
	}
	.subtext {
		padding: 0;
	}
	.get-it-holder {
		font-size: 24px;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 30px;
	}
	.subscribe {
		background-size: auto;
		padding: 0;
	}
	.subscribe-txt {
		padding: 50px 0 0;
		font-size: 22px;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-size: 17px;
		letter-spacing: 0;
	}
	.mailform {
		padding: 0 0 50px;;
	}
	.formwrapper input[type="email"] {
		height: 35px;
		max-width: 150px;
	}
	.sbs-smb {
		height: 35px;
	}
	.test-phot {
		text-align: center;
	}
	.dd-holder {
		margin: 0;
		text-align: center;
	}
	.mob-top {
		margin: 20px auto 0 auto;
		max-width: 230px;
	}
	.cloud {
		display: none;
	}
	.jerry-header {
		margin: 35px 0;
	}
	.white-get {
		margin: 30px 0;
	}
	.jerry-bio {
		padding: 20px 0 0;
	}
	.social-icons img {
		margin-right: 30px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.header-slogan {
		font-size: 35px;
	}
	.header-slogan {
		margin: 105px 0;
	}
	.subtext {
		font-size: 12px;
	}
	.hide-on-mid {
		display: none;
	}
	.hide-on-desc {
		display: block;
	}
	.subscribe-txt {
		font-size: 38px;
		padding: 50px 0;
	}
	.mailform {
		padding: 50px 0;
	}
	.formwrapper input[type="email"] {
		height: 35px;
		max-width: 150px;
	}
	.sbs-smb {
		height: 35px;
	}
	.subscribe {
		padding: 0;
	}
	.test-text {
		padding: 0;
	}
	.dd-holder {
		font-size: 35px;
	}
	.black {
		margin: 0;
	}
	.cloud {
		position: absolute;
		top: -35px;
		right: -60px;
		width: 150px;
	}
	.twitter iframe {
		max-height: 518px;
	}
	.org {
		margin: -2px 0px 0 0;
	}
	.white-get {
		margin: 60px 0;
	}
	.songs ul {
		margin: 0;
	}
	.songs ul li {
		font-size: 33px;
	}
}