/* #### Reset Styles #### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #### END Reset Styles #### */

/* #### Typeography Styles #### */

@font-face {
	font-family: 'Universe';
	src: url('fonts/UniversLTStd-UltraCn.eot');
	src: url('fonts/UniversLTStd-UltraCn.eot?#iefix') format('embedded-opentype'),
		url('fonts/UniversLTStd-UltraCn.woff') format('woff'),
		url('fonts/UniversLTStd-UltraCn.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBook';
	src: url('GothamBook.eot');
	src: url('GothamBook.eot?#iefix') format('embedded-opentype'),
		url('GothamBook.woff') format('woff'),
		url('GothamBook.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* #### END Typeography Styles #### */

body {
	background-color: #000;
	color: #ffffff;
	font-family: arial, sans-serif;
}

.container {
	min-width: 320px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.video {
	position: relative;
	padding-bottom: 49%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

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

/* #### Media Queries #### */

/* Smartphones */
@media only screen and (min-width: 320px) {
	
	.full {
		display: none;
	}
	
	.container {
		background-image: url(../images/bond/bond_mobile_background.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		padding-bottom: 10%;
	}

	.content {
		margin: 37% auto 0 auto;
		width: 90%;
	}

	.video {
		margin: 0 0 5% 0;
	}
	
	.badges {
		margin: 0 auto 5% auto;
		width: 80%;
	}
	
	.badges .badge {
		display: block;
		padding: 0;
	}
	
	.badges .badge.last {
		margin-top: 5%;
	}
	
	.press_kit {
		width: 80%;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	
	.press_kit a.button {
		padding: 10px 15px;
		border: 1px solid #fff;
		border-radius: 8px;
		color: #fff;
		text-transform: uppercase;
		background-color: #f83143;
	}
	
	.press_kit a.button:hover {
		color: #f83143;
		background-color: #fff;
		border: 1px solid #f83143;
	}
	
	.bonus {
		width: 100%;
	}
	
	.bonus .welcome {
		margin: 0 auto 5% auto;
	}
	
	.bonus .share {
		width: 85%;
		margin: 0 auto 5% auto;
	}
	
	.bonus .share .social_link {
		display: inline;
		float: left;
		width: 50%;
		text-align: center;
	}
	
	.bonus .share .social_link.facebook {
		top: -1%;
	}

	.footer {
		width: 100%;
		margin: 2% auto;
	}
	
	.footer .follow {
		margin: 0 auto 2% auto;
		text-transform: uppercase;
		font-family: "GothamBook", sans-serif;
		text-align: center;
	}
	
	.footer .follow .text {
		font-size: 1.3em;
		font-size: 4vw;
		margin: 0 0 2% 0;
	}
	
	.footer .follow .social_logo {
		width: 8%;
	}
	
	.footer .follow .social_logo.first {
		margin-right: 3%;
	}
	
	.footer .legal.mobile {
		width: 90%;
		margin: 0 auto;
		text-align: center
	}
	
	.footer .legal.mobile .logos img{
		width: 15%;
	}
	
	.footer .legal.mobile .legal_text {
		font-family: "Arial Narrow", arial, sans-serif;
		font-size: .8em;
		font-size: 2.4vw;
		margin-top: 2%;
	}
}

/* Tablets and Up */
@media only screen and (min-width: 750px) {
	
	.mobile {
		display: none;
	}
	
	.full {
		display: block;
	}

	.container {
		background-image: url(../images/bond/bond_full_background.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	
	.content {
		margin: 17% auto 0 auto;
		width: 80%;
	}
	
	.video {
		margin: 0 auto 3% auto;
		width: 80%;
		padding-bottom: 40%;
	}

	.badges {
		margin: 0 auto 5% auto;
		width: 65%;
		clear: both;
	}

	.badges .badge {
		width: 45%;
		float: left;
	}
	
	.badges .badge.last {
		margin: 0 0 0 10%;
	}
	
	.bonus {
		clear: both;
		margin: 0 0 3% 0;
	}
	
	.bonus .welcome {
		width: 100%;
		margin: 0 auto 3% auto;
	}
	
	.bonus .share {
		width: 50%;
		margin: 0 auto 1% auto;
		text-align: center;
	}
	
	.bonus .share img {
		width: 30%;
		margin: 0 auto;
	}
	
	.bonus .share img.fb {
		margin-right: 6%;
	}
	
	.footer {
		width: 100%;
		margin: 0px auto;
	}
	
	.footer .follow .text {
		font-size: 1.1em;
		font-size: 2vw;
		margin: 0 0 1% 0;
	}
	
	.footer .follow .social_logo {
		width: 4%;
	}
	
	.footer .follow .social_logo.first {
		margin-right: 2%;
	}
	
	.footer .legal.full {
		width: 85%;
		margin: 0 auto 5% auto;
	}
	
	.footer .legal.full .logo {
		width: 5%;
		float: left
	}
	
	.footer .legal.full .legal_text {
		width: 80%;
		float: left;
		margin: 0 5%;
		font-family: "Arial Narrow", arial, sans-serif;
		color: #fff;
		font-size: .8em;
		font-size: 1.2vw;
		text-align: center;
	}
}
