/* RESET */
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
/* CUSTOM */
@font-face {
  font-family: Akz;
  font-style: normal;
  src: url("../fonts/AkzidenzGrotesk-Regular.otf");
}
@font-face {
  font-family: Akz-Light;
  font-style: normal;
  src: url("../fonts/AkzidenzGrotesk-Light.otf");
}
@font-face {
  font-family: DidotItalic;
  font-style: normal;
  src: url("../fonts/ufonts.com_didot-italic.ttf");
}
@font-face {
  font-family: DidotBold;
  font-style: normal;
  src: url("../fonts/ufonts.com_didot-bold.ttf");
}
@font-face {
  font-family: Didot;
  font-style: normal;
  src: url("../fonts/ufonts.com_didot.ttf");
}
[ng:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
display none !important,
html {
  -webkit-text-size-adjust: 100%;
}
a {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #fff;
}
body {
  font-family: Akz;
  background: #000;
  color: #ccc;
}
header {
  max-width: 100%;
  height: 40px;
  background: #595959;
  font-size: 12px;
  padding-right: 10px;
}
@media only screen and (max-width: 450px) {
  header {
    font-size: 10px;
    height: 30px;
  }
}
header h1 {
  position: relative;
  float: right;
  letter-spacing: 4px;
  margin-right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 450px) {
  header h1 {
    letter-spacing: 3px;
    margin-right: 5px;
  }
}
header .animation-group {
  height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 450px) {
  header .animation-group {
    height: 30px;
  }
}
header .social-icon {
  position: relative;
  float: right;
  margin-right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .social-icon:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
@media only screen and (max-width: 450px) {
  header .social-icon {
    max-height: 15px;
    margin-right: 15px;
  }
}
header .social-follow,
header .social-share {
  padding-top: 20px;
  margin-right: -10px;
  float: right;
}
@media only screen and (max-width: 450px) {
  header .social-follow,
  header .social-share {
    padding-top: 15px;
    padding-right: 5px;
  }
}
header .social-follow-btn,
header .social-share-btn {
  margin-right: 10px;
}
header .social-close {
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .social-close img {
  position: relative;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .social-close:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
header .divider {
  margin-right: 10px;
}
header .divider-social {
  position: relative;
  float: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 450px) {
  header .divider-social {
    height: 15px;
  }
}

.pad {
  width: 100px;
  height: 10px;
  min-height: 500px;
}

@media only screen and (max-width:1024px){
  .pad {
    min-height: 10px;
  }
}
.content {
  *zoom: 1;
  width: auto;
  max-width: 1024px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
/*+below(700px)
		-scale(0.9)
		center(560px)
		margin-bottom -70px
	+below(570px)
		-scale(0.8)
		center(500px)
		margin-bottom -120px
	+below(500px)
		-scale(0.7)
		center(440px)
		margin-bottom -200px
	+below(440px)
		-scale(0.6)
		center(350px)
		margin-bottom -260px
	+below(400px)
		-scale(0.5)
		center(320px)
		margin-bottom -330px*/
}
.content:before,
.content:after {
  content: '';
  display: table;
}
.content:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .content {
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .content:before,
  .content:after {
    content: '';
    display: table;
  }
  .content:after {
    clear: both;
  }
}
.content .formPad {
  display: none;
}

.figure {
  top: 40px;
}

@media only screen and (max-width: 1024px) {
  .content .formPad {
    display: inline-block;
    position: inherit;
    height: 20px;
    width: 100%;
  }
}
.content .figure {
  position: fixed;
  width: 456px;
  margin-left: -50px;
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .content .figure {
    position: inherit;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.content .figure img {
  max-width: 100%;
}
.content .figure .own-it {
  position: relative;
  font-family: Didot;
  color: #fff;
  text-align: right;
  font-size: 22px;
  width: 265px;
  left: 105px;
  top: -70px;
  z-index: 1;
/*h2
				text-align center
				font-family DidotBold
				font-size 24px
				margin-bottom 10px
			h3
				margin-bottom 5px*/
}
.content .figure .own-it img {
  position: relative;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .content .figure .own-it {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
  }
}
@media only screen and (max-width: 504px) {
  .content .figure .own-it {
    margin-top: -40px;
  }
}
.content .figure .own-it .button {
  display: table;
  position: relative;
  width: 191px;
  height: 45px;
  border: 1px solid rgba(255,255,255,0.3);
  left: 45px;
  top: 20px;
  cursor: pointer;
}
.content .figure .own-it .button h2 {
  display: table-cell;
  vertical-align: middle;
  font-family: Akz;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}
.content .figure .own-it .button a {
  color: #fff;
}
.content .figure .own-it .button a:hover {
  color: #b2b2b2;
}
.content .figure .own-it .own-it-callout {
  color: #b2b2b2;
}
@media only screen and (max-width: 815px) {
  .content .figure {
    margin-left: 0;
    z-index: 2;
  }
}
.content .figure img {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .content .secondary {
    margin-top: 20px;
  }
}
.content .title {
  position: relative;
  margin-left: 310px;
  padding-top: 460px;
  text-align: center;
  width: 218px;
}
@media only screen and (max-width: 1024px) {
  .content .title {
    margin-left: 475px;
    padding-top: 460px;
  }
}
@media only screen and (max-width: 815px) {
  .content .title {
    margin-left: 285px;
  }
}
.content .title h1 {
  margin-top: 20px;
  font-size: 15px;
  width: 200px;
  white-space: nowrap;
  width: 218px;
  color: #e50b14;
}

.content .menu {
  position: absolute;
  z-index:100;
  margin-top:20px;
  margin-left: 370px;
  top: 0px;
  white-space: nowrap;
  width: 640px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .content .menu {
    position: inherit;
    margin-left: 275px;
    top: 0px;
    width: 100%;
    margin: 0 auto;
  }
}
.content .menu img {
  margin-right: 5px;
}
.content .menu a:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.content .video-wrapper {
  position: absolute;
  margin-left: 365px;
  top: 80px;
}
@media only screen and (max-width: 1024px) {
  .content .video-wrapper {
    position: inherit;
    margin: 0 auto;
    width: 100%;
    top: -50px;
  }
}
.content .video-wrapper .video {
  z-index: 1;
  width: 640px;
  height: 360px;
  border: 2px solid #646464;
  background: #000;
  -webkit-transform: scale(1.26);
  -moz-transform: scale(1.26);
  -o-transform: scale(1.26);
  -ms-transform: scale(1.26);
  transform: scale(1.26);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
/*
		.tickets
			position absolute
			z-index 0
			width 640px
			+below(1024px)
				width 438px
			.tickets-text
				display table
				margin -10px auto
				padding-left 20px
				padding-right 20px
				background black
				&:hover
					img
						opacity hoverOpacity
				p
					position relative
					float left
					margin 10px 2px -10px 2px
					font-size 12px
					letter-spacing 2px
					top 50%
					transform translateY(-50%)
				.bigger
					font-size 18px
			.hr
				width 100%
				height 1px
				background #646464
				margin-top 385px
				+below(1024px)
					margin-top 268px
					
*/
footer {
  position: relative;
  width: 100%;
  font-family: Arial;
  font-size: 12px;
  color: #595959;
  background: #000;
}
@media only screen and (max-width: 815px) {
  footer {
    position: relative;
    font-size: 10px;
  }
}
footer a {
  color: #595959;
}
footer a:hover {
  color: #fff;
}
footer .logos {
  padding: 20px 0 0 20px;
}
@media only screen and (max-width: 700px) {
  footer .logos {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: -10px;
  }
}
footer .logos img {
  margin-right: 10px;
}
footer .copyright {
  display: table;
  margin: 10px 0;
  padding-left: 20px;
}
footer .legal {
  margin: -3px 0 10px 0;
  padding-left: 20px;
}
footer .legal li {
  list-style-type: none;
  display: inline;
  font-family: Arial;
  font-size: 9px;
  margin-right: 3px;
}
footer .legal li:before {
  content: " | ";
  margin-right: 3px;
}
footer .legal li:first-child:before {
  content: none;
}
.form {
  position: relative;
  color: #fff;
  left: 465px;
  top: 420px;
  width: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .form {
    position: inherit;
    margin: 0 auto;
    width: 100%;
  }
}
.form h1 {
  font-family: Akz-Light;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}
.form .hr {
  width: 450px;
  height: 1px;
  background: #646464;
  margin: 2px 0;
}
@media only screen and (max-width: 1024px) {
  .form .hr {
    width: 100%;
  }
}
.form ul {
  width: 100%;
  margin-left: 0px;
}
.form li {
  display: inline-block;
  color: #ccc;
  margin-right: 9px;
  margin-left: 0px;
}
.form input {
  background-color: #252525;
  outline: none;
  border: none;
  color: #fff;
  width: 138px;
  font-family: Akz;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 550px) {
  .form input {
    text-align: center;
  }
}
.form input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form #input-fields {
  width: 460px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .form #input-fields {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .form #input {
    display: block;
    text-align: center;
    margin: 2px 5%;
    background: #252525;
    height: 25px;
  }
}
.form .buttons {
  width: 100%;
  text-align: center;
}
.form .buttons button {
  background: transparent;
  font-family: DidotBold;
  font-size: 12px;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 2px 10px;
}
.form .buttons button:hover {
  color: #ccc;
}
.form .buttons button img {
  margin-right: 5px;
  margin-bottom: -2px;
}
