@font-face {
  font-family: 'flexslider-icon';
  font-weight: normal;
  font-style: normal;
  src: url('/_fonts/flexslider-icon.woff') format('woff'), url('/_fonts/flexslider-icon.svg#flexslider-icon') format('svg');
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%; }

html {
	background: #000000;
	line-height: 1;
}

body {
	color: #f9f9f9;
	font: 14px/1.7em "Open Sans",Arial,sans-serif;
	font-weight: 300;
}

i, em {
	font-style: italic;
}
a {
	color: #fbaf3f;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;	
}

a:hover, a:active {
	
}
a img {
	border: none; 
}
#mainContent a:hover img, a:active img, a.select img {
	opacity: 0.65;
    -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); 
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	padding-bottom: 10px;
	color: #f9f9f9;
	font-weight: 300;
	line-height: 1em;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

p {
	margin-bottom: 15px;
}
b, strong {
	font-weight: 700;
}

.button {
	color: white;
	display: inline-block;
	text-decoration: none;
	padding: .3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.button:hover {
	padding: .3em 2em .3em .7em;
	border: 2px solid transparent;
	background-color: rgba(255, 255, 255, .35);
}

.button:hover::after {
	position: absolute;
	margin-left: .4em;
	margin-top: -.1em;
	font-size: 34px;
	line-height: 1em;
	content: "›";
}

header {
	margin-bottom: 20px;
	position: fixed;
	height: 140px;
	width: 100%;
	top: 0px;
	z-index: 99999;
	background: #000000;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

header a#logo {
	display: block;
	margin: 30px auto 15px auto;
	max-width: 433px;
	height: auto;
	width: 90%;
	text-align: center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

header a#logo img {
	border: 0;
	max-width: 433px;
	height:  auto;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

header nav {
	width: 100%;
	text-align: center;
}
header nav a {
	display: inline-block;
	color: #ffffff;
	padding: 0 15px;
}
header nav a:hover {
	opacity: .7;
}
header nav a.select {
	color: #fbaf3f;
}

header.shrink { 
	height: 110px; }

header.shrink a#logo {
	margin: 15px auto 10px auto;
}
header.shrink a#logo img {
	max-width: 350px;
	margin: auto;
}
#mainContent {
	margin-top: 140px;
	overflow: hidden;
}
#contentContainer {
	max-width: 1080px;
	margin: auto;
	padding: 5% 5% 2% 5%;
}


img.itunesBtn {
	max-width: 110px;
	height: auto;
	border: 0;
}



footer {
	background-color: #4a1b0e;
}

footer p {
	width: 80%;
	max-width: 1080px;
	padding: 20px 0;
	margin: auto;
	color: #666666;
}

@media (max-width: 890px) {
	#contentContainer {
		padding: 2% 5%;
	}
		
}


@media (max-width: 640px) {
	header nav a {
		padding: 0 8px;
		font-size: 13px;
	}
}