/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 24, 2017 */

@font-face {
	font-family: "texgyreadventor";
	src: url("../fonts/texgyreadventor-bold-webfont.eot");
	src: url("../fonts/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "texgyreadventor";
	src: url("../fonts/texgyreadventor-regular-webfont.eot");
	src: url("../fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgyreadventor-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.btn-list,
.awards-holder .awards-list,
.partners-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.btn-list:after,
.awards-holder .awards-row:after,
.awards-holder .awards-list:after,
.partners-list:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #000;
	font: 16px/1.25 "texgyreadventor", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #e1c942;
	text-decoration: none;
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear;
}

a:hover {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	outline: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
	border: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
}

.promo-box {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.promo-block {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0 0 39px;
	height: 700px;
}

.promo-block .promo-holder {
	display: table-cell;
	vertical-align: middle;
}

.sponsor {
	width: 413px;
	margin: 20px auto 0 auto;
}
.logo {
	width: 900px;
	margin: 0 auto;
}

.caption-block {
	padding: 0 81px;
	margin-top: 0;
	display: none;
}

.caption-block .title {
	display: block;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 33px;
	text-shadow: 0px 0px 10px #000;
}

.btn-list {
	text-align: center;
}

.btn-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 5px;
}

.btn-list li a {
	display: block;
	min-width: 240px;
	background: #000;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	padding: 20px 10px 26px;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-list li a:hover {
	background: #e1c942;
}

.tuned-block {
	background: #000;
	padding: 41px 0 49px;
	text-align: center;
}

.tuned-block .title {
	display: block;
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 11px;
	text-transform: uppercase;
	color: #e1c942;
}

.tuned-block .sub-text {
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 29px;
}

.sponsor-block {
	background: #000;
	padding: 41px 0 40px;
	text-align: center;
}

#presenting.sponsor-block {
	background: #000 url(../images/presentingsponsor-bg.jpg);
	background-size: cover;
}

.sponsor-block {}

.sponsor-block .title {
	display: block;
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #e1c942;
}

.sponsor-block .sub-text {
	color: #d8d8d8;
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 30px 0 29px 0;
}

.signup-form {
	max-width: 600px;
	margin: 0 auto;
}

.signup-form .form-group {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.signup-form button[type="submit"] {
	position: absolute;
	width: 152px;
	background: #FF3BBA;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	font-size: 24px;
	line-height: 28px;
	padding: 14px 10px 18px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	border: 0;
	top: 0;
	right: 0;
	font-weight: 700;
	border-radius: 0 10px 10px 0;
	white-space: normal;
}

.signup-form button[type="submit"]:hover {
	background: #b28e14;
}

input[type="email"] {
	display: block;
	width: 100%;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	color: #a5a5a5;
	padding: 0 172px 0 20px;
	border-radius: 10px;
	border: 0;
}

input[type="email"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #a5a5a5;
}

input[type="email"]:-moz-placeholder {
	color: #a5a5a5;
}

input[type="email"]:-ms-input-placeholder {
	color: #a5a5a5;
}

input[type="email"].placeholder {
	color: #a5a5a5;
}

h1 {
	margin: 0 0 20px;
}

h1 a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
	color: #FF3BBA;
}

h1 a:hover {
	color: #FF3BBA;
}

.location-holder {
	position: relative;
	background: #000;
}

.location-holder .container {
	max-width: 1400px;
	padding: 0;
}

.location-holder .visual-holder {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50%;
	padding: 40px 30px;
}

.location-holder .visual-holder.alignright {
	left: auto;
	right: 0;
}

.location-holder .col-wrap {
	float: right;
	display: table;
	height: 500px;
	width: 50%;
	padding: 40px;
}

.location-holder .col-wrap.alignleft {
	float: left;
}

.location-holder .col-wrap .text-wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.location-holder .video-holder {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 640px;
	width: 100%;
}

.location-holder .text-block {
	padding: 0 0 0 3px;
}

.location-holder .text-col {
	max-width: 604px;
	font-size: 20px;
	line-height: 30px;
}

.location-holder p {
	margin: 0;
}

.video-holder .video-block {
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.video-holder .video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100% !important;
	width: 100% !important;
	border: 0;
}

.business-holder {
	background: #000;
}

.business-holder .text-block {
	padding: 0 0 0 17px;
}

.business-holder p {
	margin-bottom: 38px;
}

.business-holder .btn-info {
	min-width: 240px;
	border: 3px solid #888;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	padding: 13px 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: border-color .3s linear, color .3s linear;
	transition: border-color .3s linear, color .3s linear;
}

.business-holder .btn-info:hover {
	color: #e1c942;
	border-color: #e1c942;
}

.awards-holder {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 614px;
	padding: 53px 0 48px;
	text-align: center;
}

.awards-holder h1 {
	margin: 0 0 49px;
}

.awards-holder .awards-row {
	margin: 0 -64px 0 0;
}

.awards-holder .awards-row .awards-col {
	float: left;
	width: 55.9%;
	padding: 0 64px 0 0;
}

.awards-holder .awards-row .awards-col + .awards-col {
	width: 44.1%;
}

.awards-holder .awards-list {
	font-size: 24px;
	line-height: 28px;
	text-align: left;
}

.awards-holder .awards-list li {
	padding: 0 0 0 29px;
	position: relative;
	margin-bottom: 12px;
}

.awards-holder .awards-list li:before {
	content: "";
	background: url(../images/ico-trophy2.png) no-repeat;
	left: 0;
	top: 50%;
	width: 16px;
	height: 34px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.awards-holder .awards-list a {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}

.awards-holder .awards-list a:hover {
	color: #e1c942;
}

.magazine-holder {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 562px;;
	text-align: center;
	padding: 53px 0 60px;
}

.magazine-holder h1 {
	margin-bottom: 46px;
}

.magazine-carousel {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.magazine-carousel.not-enough-slides .btn-next,
.magazine-carousel.not-enough-slides .btn-prev {
	display: none;
}

.magazine-carousel .magazine-wrap {
	overflow: hidden;
}

.magazine-carousel .mask {
	position: relative;
	overflow: hidden;
	margin: 0 -25px;
}

.magazine-carousel .mask .slideset {
	width: 100% !important;
	float: left;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	position: relative;
}

.magazine-carousel .mask .slide {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
}

.magazine-carousel .mask .slide a {
	display: block;
}

.magazine-carousel .mask .slide img {
	width: 100%;
}

.magazine-carousel .btn-prev,
.magazine-carousel .btn-next {
	position: absolute;
	top: 50%;
	left: -40px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.magazine-carousel .btn-prev:hover,
.magazine-carousel .btn-next:hover {
	opacity: .8;
}

.magazine-carousel .btn-next {
	left: auto;
	right: -40px;
}

#footer {
	padding: 59px 0 40px;
	color: #3b3b3b;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

#footer p {
	margin-bottom: 56px;
}

.sponsor-list {
	margin: 0 -10px;
	letter-spacing: -5px;
}

.sponsor-list li {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 0;
	padding: 0 50px 25px 0;
}

.sponsor-list a:hover {
	opacity: .8;
}

.partners-holder {
	padding: 0 33px 21px;
	text-align: left;
}

.partners-list {
	margin: 0 -10px;
	letter-spacing: -5px;
}

.partners-list li {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 0;
	padding: 0 8px 12px;
}

.partners-list a:hover {
	opacity: .8;
}

.footer-logo {
	margin: 0 auto;
	width: 91px;
}

.copyright-wrap {
	color: #343537;
	font-size: 14px;
	line-height: 18px;
	margin: -2px 0 0;
}

.copyright-wrap a {
	color: #343537;
}

.copyright-wrap a:hover {
	color: #e1c942;
}

@media (max-width: 1199px) {
	h1 a {
		font-size: 40px;
		line-height: 50px;
	}

	.awards-holder {
		min-height: 595px;
		padding: 50px 0;
	}

	.magazine-holder {
		padding: 50px 0;
	}
}

@media (max-width: 1023px) {
	.promo-block {
		height: 548px;
	}
	
	.sponsor {
		width: 300px;
	}

	.logo {
		width: 700px;
	}

	.caption-block {
		margin-top: -30px;
	}

	.caption-block .title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 24px;
	}

	.btn-list li a {
		font-size: 26px;
		line-height: 30px;
		padding: 20px 10px;
	}

	.tuned-block {
		padding: 40px 0;
	}

	.tuned-block .title {
		font-size: 30px;
		line-height: 34px;
	}
	
	.sponsor-presenting img {
		width: 700px;
	}
	
	#premier.title {
		font-size: 24px;
		margin-top: 20px;
	}
	.sponsor-premiere img {
		width: 450px;
	}
	.sponsor-block .sub-text {
		margin: 15px 0 20px 0;
	}

	h1 a {
		font-size: 32px;
		line-height: 46px;
	}

	.location-holder .text-col {
		font-size: 18px;
		line-height: 28px;
	}

	.business-holder h1 {
		margin-bottom: 20px;
	}

	.business-holder .btn-info {
		font-size: 22px;
		line-height: 26px;
		padding: 10px;
	}

	.awards-holder h1 {
		margin-bottom: 20px;
	}

	.awards-holder .awards-row {
		margin: 0 -50px 0 0;
	}

	.awards-holder .awards-row .awards-col {
		padding: 0 50px 0 0;
	}

	.awards-holder .awards-list li {
		margin-bottom: 25px;
	}

	.awards-holder .awards-list a {
		font-size: 18px;
		line-height: 22px;
	}

	.magazine-holder {
		min-height: 446px;
	}

	.magazine-holder h1 {
		margin-bottom: 20px;
	}

	.magazine-carousel {
		max-width: 664px;
	}

	#footer {
		padding: 38px 0;
	}

	#footer p {
		margin-bottom: 30px;
	}

	.partners-holder {
		padding: 0 2px 20px;
	}
}

@media (max-width: 767px) {
	.promo-block {
		height: 480px;
		padding-bottom: 25px;
	}
	
	.sponsor {
		width: 250px;
	}

	.logo {
		width: 500px;
	}

	.caption-block {
		margin: 0;
		padding: 0 40px;
	}

	.caption-block .title {
		font-size: 20px;
		line-height: 30px;
	}

	.btn-list li a {
		font-size: 22px;
		line-height: 24px;
		min-width: 200px;
	}

	.tuned-block .title {
		font-size: 26px;
		line-height: 30px;
	}
	
	.sponsor-block .title {
		font-size: 26px;
		line-height: 30px;
	}
	
	.sponsor-presenting img {
		width: 90%;
	}
	#premiere.title {
		font-size: 20px;
		margin-top: 30px;
	}
	.sponsor-premiere img {
		width: 55%;
	}
	
	.sponsor-block .sub-text {
		font-size: 16px;
	}

	h1 a {
		font-size: 26px;
		line-height: 36px;
	}

	.location-holder .visual-holder {
		height: 300px;
		position: static;
		width: 100%;
		padding: 30px;
	}

	.location-holder .col-wrap {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 10px;
	}

	.location-holder .col-wrap.alignleft {
		float: none;
	}

	.location-holder .video-holder {
		max-width: 350px;
	}

	.location-holder .text-block {
		padding: 0;
	}

	.location-holder .text-col {
		max-width: none;
		font-size: 16px;
		line-height: 26px;
	}

	.business-holder .text-block {
		padding: 0;
	}

	.business-holder h1 br {
		display: none;
	}

	.awards-holder {
		padding: 30px 0;
	}

	.awards-holder .awards-row {
		margin: 0 -30px 0 0;
	}

	.awards-holder .awards-row .awards-col {
		width: 50%;
		padding: 0 30px 0 0;
	}

	.awards-holder .awards-row .awards-col + .awards-col {
		width: 50%;
	}

	.awards-holder .awards-list a {
		font-size: 16px;
		line-height: 20px;
	}

	.magazine-holder {
		min-height: 447px;
		padding: 30px 0;
	}

	.magazine-carousel {
		max-width: 500px;
	}

	.copyright-wrap {
		margin: 0;
	}
}

@media (max-width: 639px) {
	.promo-block {
		height: auto;
	}
	
	.sponsor {
		width: 200px;
	}

	.logo {
		width: 450px;
		margin-top: 25px;
	}

	.caption-block {
		padding: 0;
	}

	.caption-block .title {
		font-size: 16px;
		line-height: 26px;
	}

	.btn-list li {
		display: block;
		width: 100%;
		padding: 0 0 15px;
	}

	.tuned-block .sub-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	
	.sponsor-block .sub-text {
		display: none;
	}

	.signup-form button[type="submit"] {
		position: static;
		display: block;
		width: 100%;
		border-radius: 10px;
		padding: 14px 10px;
		font-size: 20px;
		line-height: 24px;
	}

	input[type="email"] {
		margin-bottom: 15px;
		padding: 0 20px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
	}

	.location-holder .visual-holder {
		height: 250px;
	}

	.awards-holder .awards-row {
		margin: 0;
	}

	.awards-holder .awards-row .awards-col {
		float: none;
		width: 100%;
	}

	.awards-holder .awards-row .awards-col + .awards-col {
		width: 100%;
	}

	.magazine-carousel {
		max-width: 350px;
	}

	.magazine-carousel .mask .slide {
		width: 50%;
	}

	.partners-holder {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.magazine-carousel {
		max-width: 250px;
	}

	.magazine-carousel .btn-prev,
	.magazine-carousel .btn-next {
		left: -27px;
	}

	.magazine-carousel .btn-next {
		left: auto;
		right: -27px;
	}
	
	.awards-holder .awards-list {
		font-size: 12px;
		line-height: 1px;
	}
}

