@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:1.5;
	background-color:#000;
	color:#fff;
	overflow-y:scroll;
	min-height:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	height:100%;
}

body {
	overflow-x:hidden;
	min-height:100%;
	height:auto;
	position:relative;
	margin:0;
}

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

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


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

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

dfn {
	font-style:italic;
}

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

small {
	font-size:80%;
}

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

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
	max-width:100%;
	font-style:italic;
	vertical-align:middle;
}

figure {
	margin:1em 40px;
}

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

pre {
	overflow:auto;
}

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

button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,select {
	text-transform:none;
}

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

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

input {
	line-height:normal;
}

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

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

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

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

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

textarea {
	overflow:auto;
	max-width:100%;
	height:50px;
}

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

td,th {
	padding:0;
}

body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,ol,ul,form,fieldset,legend,figure,table,th,td,caption,hr {
	margin:0;
	padding:0;
}

abbr[title],dfn[title] {
	cursor:help;
}

u,ins {
	text-decoration:none;
}

ins {
	border-bottom:1px solid;
}

ul {
	list-style:none;
	list-style-type:none;
}

.gm-style img,img[width],img[height] {
	max-width:none;
}

a, a:hover, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
p {
	margin-bottom: 30px;
}
.strong {
	font-weight: 700;
}
.mt {
	margin-top: 30px;
}

.container {
	min-height: 100vh;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}
.wrap--big {
	max-width: 1020px;
	margin:0 auto;
	padding: 20px 10px;
}
.wrap {
	max-width:680px;
	margin:0 auto;
}

.layout__item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
one-whole {
	width: 100%;
	line-height: 40px;
}

.content {
	padding: 30px 10px;
	text-align: center;
}
.page-title{
	margin: 0 0 30px 0;
	font-size: 42px;
}
.sub-title {
	font-size: 24px;
	margin: 0 0 5px 0;
}
.poweredby {
	text-align: center;
}
.nav {
	margin-top: 30px;
	text-align: center;
}
.nav a {
	margin: 0 5px;
}

.nav-active, .nav a:hover {
	border-bottom: 2px solid #fff;
}

/* .logo {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto 30px auto;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	-webkit-background-size: 120px 120px;
	background-size: 120px 120px;
	background-position: center center;
} */
.btn {
	width: 289.2px;
	height: 75.2px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 289.2px 75.2px;
	background-size: 289.2px 75.2px;
	background-position: center center;
	border-radius: 11px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
  }

.btn-imessage {
	background-image: url("https://demo.crafture.com/buttons/btn_iMessage_white_01.png");
}
.btn-whatsapp {
	background-image: url("https://demo.crafture.com/buttons/btn_WHATSAPP.png");
}
.btn-facebook {
	background-image: url("../img/btn-facebook.png");
}
.btn-twitter {
	background-image: url("https://demo.crafture.com/buttons/btn_TWITTER_send.png");
}

.btn-trailer {
	background-image: url("../img/btn-trailer.png");
}

.btn-tickets {
	background-image: url("../img/btn-tickets.png");
}

.btn-instagram {
	background-image: url("../img/btn-instagram.png");
}

.btn:hover {
	opacity: 0.9;
}

.about-livecrowd {
	margin-top: 30px;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.6);
}

.popup h2 {
	margin-top: 0;
	text-align: center;
	color: #333;
}
.popup .close {
	position: absolute;
	top: 0px;
	right: 10px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #333;
}
.popup .pop-up__text {
	max-height: 30%;
	padding: 30px 0px;
	overflow: auto;
	color: #333;
	text-align: center;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
	display: none;
}
.overlay:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 9;
}
.overlay .popup {
	background: #000;
    border-radius: 5px;
    width: 90%;
    position: fixed;
    top: 20%;
    left: 5%;
    padding: 25px;
    margin: 0;
    z-index: 10;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.overlay:target .popup {
	top: -100%;
}

a.pop-up__btn {
	width: 100%;
	padding: 20px 5px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	background-color: #eee;
	color: #222;
}

a.pop-up__btn:hover {
	background-color: #ddd;
}

.pop-up__events {
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.pop-up__link {
	color: #141251;
	text-decoration: underline;
}
.pop-up__link:hover {
	color: #141251;
	text-decoration: none;
}
.pop-up__link.white.small {
	color: white;
	font-size: bolder;
	font-size: 12px;
}
.pop-up__text.relative {
	background: rgba(241, 241, 241, 0.39);
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
    text-align: center;
    word-break: break-word;
    padding: 10px;
    overflow: auto;
    max-height: 240px;
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
	.overlay .popup {
		width: 400px;
		left: 30%;
		top: 20%;
	}
}

@media screen and (min-width: 1140px) {
	.overlay .popup {
		width: 530px;
		left: 30%;
		top: 20%;
	}
}

@media screen and (max-height: 400px ) {
	.overlay .popup {
		top: 5%;
	}
	.pop-up__text.relative {
		max-height: 135px;
	}
}

@media screen and (min-width: 560px) {
	.one-half {
		width: 50%;
		line-height: 40px;
	}
	.content {
		padding: 80px 10px;
		text-align: center;
	}
	.poweredby {
		text-align: left;
	}
	.nav {
		margin-top: 0px;
		text-align: right;
	}
	.page-title{
		margin-bottom: 60px;
		font-size: 72px;
	}
	.btn {
		width: 361.5px;
		height: 94px;
		margin: 0 auto;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		-webkit-background-size: 361.5px 94px;
		background-size: 361.5px 94px;
		background-position: center center;
	}
	.about-livecrowd {
		margin-top: 80px;
	}
}