* {
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}


/* HTML TAG STYLES
====================================== */
body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
}

h2, h3 {
	color: #000000;
}

h3 {
	font-size: 28px;
	line-height: 32px;
}

hr {
	margin: 40px 0 40px;
}

img {
	vertical-align: top;
}

p {
	margin: 0 0 20px;
}

section {
	padding: 60px 75px;
}

section>div {
	padding-bottom: 40px;
}

section>div:last-child {
	padding-bottom: 0;
}

section>h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 84px;
	line-height: 84px;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}


/* LINK STYLES
====================================== */
a {
	color: #033397;
}

a:focus, a:hover {
	color: #000000;
}

a img {
	border: 0;
}

#back-to-top {
	background-color: #033da0;
	background-image: url(../images/back-to-top.png);
	background-position: 50% 45%;
	background-repeat: no-repeat;
	border-radius: 20px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
	display: block;
	height: 40px;
	position: fixed;
	bottom: 20px;
	transition: right 0.3s ease-in-out;
	width: 40px;
	z-index: 1000;
}

#back-to-top.btt-hide {
	right: -50px;
}

#back-to-top.btt-show {
	right: 20px;
}

#back-to-top:hover {
	background-color: #000000;
}

.button {
	border: 1px solid #033da0;
	display: inline-block;
	margin: 0 14px;
	padding: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.button>span {
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	line-height: 32px;
	padding: 10px 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.button:focus, .button:hover {
	border: 1px solid #000000;
}

#photos h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 0 10px;
}

#photos li>a>img {
	
}

#photos li>a:focus>img,
#photos li>a:hover>img {
	opacity: 0.9;
}


/* SHELL STYLES
====================================== */
.main {
	margin: 0 auto;
	width: 1300px;
}

#home {
	background: url(../images/trailer-bkg.jpg);
	height: 844px;
	overflow: hidden;
	padding: 29px 20px;
	position: relative;
	text-align: left;
}

#home>#tagline {
	bottom: 0;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: bold;
	left: 0;
	letter-spacing: 0.01em;
	line-height: 1em;
	padding: 25px 48px;
	position: absolute;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	z-index: 10;
}

#home>header {
	min-height: 390px;
	padding: 0 0 0 20px;
}

#home>main {
	text-align: right;
}

#photos li {
	display: inline-block;
	padding: 0 1px 1px 0;
}

#photos ul {
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#trailerAwards {
	float: left;
	padding: 11px 0 0 26px;
	position: relative;
	width: 40.6%;
}

#trailerAwards>a {
	bottom: -42px;
	display: block;
	position: absolute;
	right: 0;
}

#trailerLogo {
	float: left;
	width: 59.4%;
}

#trailerLogo h2 {
	margin-top: -2px;
}


/* MISC. STYLES
====================================== */
header#site-header {
	position: fixed;
	text-align: left;
	top: 0;
	transition: top 0.3s ease-in-out;
	width: 100%;
	z-index: 900;
}

header#site-header.nav-hide {
	top: -80px;
}

header#site-header #social {
	float: right;
	padding: 9px 0 0;
	text-align: right;
}

header#site-header #social>ul {
	list-style-type: none;
	padding: 0;
}

header#site-header #social>ul>li {
	display: inline-block;
	padding-left: 8px;
}

header#site-header #social img {
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
}

header#site-header nav,
.button>span {
	background-color: #033da0;
	background-image: url(../images/nav-header-repeat.png);
	background-repeat: repeat-x;
}

#header-site-menu {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	padding: 0 10px;
}

#header-site-menu>li {
	display: inline-block;
	padding-right: 10px;
}

#header-site-menu>li>a {
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 25px;
	padding: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	text-transform: uppercase;
}

#header-site-menu>li>a:focus,
#header-site-menu>li>a:hover,
#header-site-menu>li.current-menu-item>a,
.button:focus>span,
.button:hover>span {
	color: #fce28e;
	text-shadow: 1px 1px 3px #000000;
}


/* MISC. STYLES
====================================== */
html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.3em;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.textcaps {
	text-transform: uppercase;
}

.textcenter {
	text-align: center;
}