/*
 * Table of contents:
 * 
 * 1.Preloader
 * 2.Primary style
 * 3.Popover
 * 4.Social fixed & logo
 * 5.Countdown
 * 6.Pages
 * 7.Media
 *
 */
 .nav-link .live {
	animation: live 0.8s infinite alternate;
 }

 @keyframes live {
	from {opacity:0;}
	to {opacity: 1;}
}

 .cover-sponsor.sponsor4 {
	height: 65px;
    margin-top: 10px;
 }

 .cover-sponsor.sponsor1 {
	height: 25px;
    margin-top: 15px;
 }

 .cover-sponsor.sponsor6 {
	height: 25px;
    margin-top: 15px;
 }

 .cover-sponsor.sponsor2 {
	height: 35px;
    margin-top: 15px;
 }

 .cover-sponsor.sponsor5 {
	height: 45px;
    margin-top: 5px;
 }

.cover-logo {
	height: 45px;
}

.navbar-sponsor {
	width: 60%;
}

.cover-sponsor {
	height: 70px;
	margin: 0px 5px;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #FFF;
}

.form-control {
	color: #007bff;
	border: 1px solid #007bff;
}

.input-group-text {
	color: #f8f9fa;
	background-color: #007bff;
    border: 1px solid #007bff;
}

b, strong {
    font-weight: bold !important;
}
#ticket-wrap a.login {
	background-color: #6c757d;
}

.headerX {
	display: none;
}

#particles-js {
	width: 100%;
	height: 100%;
	background: linear-gradient(220deg, rgb(10 10 10 / 11%), rgb(255 255 255 / 55%));
}

.navbar-expand-lg .navbar-nav .dropdown-menu-right {
	top: 75px;
	border-radius: 0.5rem;
	right: auto;
}

.dropdown-menu.dropdown-menu-right::after {
	content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 6px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    top: -6px;
    left: 25px;
}

.dropdown-menu.dropdown-menu-right.end::after {
    left: 115px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e01a3f;
}

.mascot-logo {
	text-align: center;
  width: 500px;
	bottom: 19px;
	cursor: pointer;
	margin-top: 25px;
}

.navbar {
	z-index: 16;
    position: absolute;
    width: 100%;
}

.dropdown-toggle.up::after {
	transform: rotatex(180deg);
}

.navbar-toggler {
	color: #e01a3f;
	font-size: 30px;
}

.navbar-nav {
	font-size: 20px;
}

.navbar-nav li {
	margin-right: 20px;
}

.nav-link:focus, .nav-link:hover {
	color: var(--color-link-hover);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
	color: #FFF;
	border-bottom: solid transparent;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.efek::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: var(--color-link-hover);
    transition: width .3s;
}

.efek:hover::after {
    width: 100%;
}

.title-event {
	position: relative;
	width: 80%;
	font-size: 18px;
	background: linear-gradient(45deg, rgb(205, 16, 76), rgb(110, 16, 16));
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    top: 10px;
    z-index: 1;
    margin: 0 auto;
    padding: 5px;
	font-weight: bold;
	/* margin-bottom: 2px; */
}

/* #ticket-wrap a.login:hover {
	background-color: #6c757d;
} */
.container .row .day-pass h4 span.live {
	background-color: rgba(0, 0, 0, 0.15);;
    color: #af1f2c;
    font-size: 15px;
    padding: 1px 6px;
    border-radius: 3px;
    vertical-align: text-top;
}

.container .row .day-active h4 span.live {
	background-color: #35dc42;
    color: #FFF;
    font-size: 15px;
    padding: 1px 6px;
    border-radius: 3px;
    vertical-align: text-top;
	animation: live 0.8s infinite alternate;
}
@keyframes live {
    from {opacity:0;}
    to {opacity: 1;}
}
.container .row .day-active h4,
.container .row .day-active h5,
.container .row .day-active h6,
.container .row .day-active p {
	color: #f7e800;
}
.container .row .day-pass h4,
.container .row .day-pass h5,
.container .row .day-pass h6,
.container .row .day-pass p {
	color: rgba(0, 0, 0, 0.15);
}
.container .row .card {
	background-color: transparent !important;
	border: 5px solid rgba(255,255,255,.5);
    border-radius: 5px;
    margin-bottom: 10px;
}
a.card-link, a.card-link {
	color: var(--color-link);
    outline: none;
}
a.card-link:hover, a.card-link:focus {
	color: #000;
    outline: none;
}
/* .collapse.show {
	background: linear-gradient(45deg, rgba(255,255,255,.04), rgba(255,255,255,.3));
} */
.card-header {
	background: linear-gradient(45deg, #de2d3e, #88949e) !important;
}
.header {
	animation: fadeout 2s backwards;
  	background-color:rgba(34, 34, 34, 0);
}

.header.active {
	width: 100%;
    position: absolute;
    height: 80px;
	z-index: 9999;
	animation: fadein 1s ease-in;
  	background-color:rgba(34, 34, 34, 1);
}

@keyframes fadein {
    from {background-color:rgba(34, 34, 34, 0);}
    to {background-color:rgba(34, 34, 34, 1);}
}

@keyframes fadeout {
    from {background-color:rgba(34, 34, 34, 1);}
    to {background-color:rgba(34, 34, 34, 0);}
}

.modal {
	color: #2f2f2f;
	top: 60px;
}

.modal-header h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #2f2f2f;
}

h5.modal-title {
	color: #2f2f2f;
}



/* Page Loader */
.loader {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.loader__figure {
	content: '';
	position: fixed;
	z-index: 100001;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	border: 4px solid #de2d3e;
	background: transparent;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


body{
	font-family: 'Baloo 2', sans-serif;
	font-weight: 300;
	font-size: .95rem;
	line-height: 1.55;
	color: #f1f1f1;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Baloo 2', sans-serif;
	font-weight:400;
	margin-bottom: 0;
	line-height: 1.25;
	color: #fff;
}
h1, .h1 {
	font-size: 6rem;
	font-weight:500;
	letter-spacing: 2px;
	line-height: 1;
}
h2, .h2 {
	font-size: 4.5rem;
	letter-spacing: 2px;
	line-height: 1;
}
h3, .h3 {
	font-size: 3.75rem;
	letter-spacing: 1px;
	line-height: 1;
}
h4, .h4 {
	font-size: 2.4rem;
	line-height: 1.1;
}
h5, .h5 {
	font-size: 1.6rem;
	font-weight:500;
}
h6, .h6 {
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing: 1px;
}
::selection {
	background-color: rgba(0,0,0,0.7);
}
::-moz-selection {
	background-color: rgba(0,0,0,0.7);
}

::selection {
	color: #fff;
}
::-moz-selection {
	color: #fff;
}
mark{
	color:#fff;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* #Primary style
================================================== */

.section {
  position: relative;
	width: 100%;
	margin: auto;
	display: block;
	margin-top: 30px;
}
.relative {
    position: relative;
}
.over-hide{
	overflow: hidden;
}
.over-y-scroll{
	overflow-y: scroll;
	z-index: 2099;
}
.full-height {
	height: 100vh;
}
.half-height {
	height: 50vh;
}
.big-55-height {
	height: 55vh;
}
.big-60-height {
	height: 60vh;
}
.big-65-height {
	height: 65vh;
}
.big-70-height {
	height: 70vh;
}
.big-75-height {
	height: 75vh;
}
.big-80-height {
	height: 80vh;
}
.max-width-80 {
	max-width: 80%;
}
.background-white {
	background-color: #ffffff;
}
.background-grey {
	background-color: #fbfbfb;
}
.background-grey-1 {
	background-color: #f9f9f9;
}
.background-dark {
	background-color: #212121;
}
.background-dark-1 {
	background-color: #323232;
}
.background-dark-2 {
	background-color: #1b1b1b;
}
.background-black {
	background-color: #000000;
}
.img-wrap  {
	position:relative;
	width:100%;
}
.img-wrap img {
	width:100%;
	display:block;
}
.z-bigger  {
	z-index:10;
}
.padding-page-top {
	padding-top: 180px;
}
.padding-top-bottom {
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding-top {
	padding-top: 80px;
}
.padding-bottom {
	padding-bottom: 80px;
}
.padding-top-bottom-big {
	padding-top: 110px;
	padding-bottom: 110px;
}
.padding-top-big {
	padding-top: 110px;
}
.padding-bottom-big {
	padding-bottom: 110px;
}
.padding-top-bottom-small {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-small {
	padding-top: 50px;
}
.padding-bottom-small {
	padding-bottom: 50px;
}

/* #Popover
================================================== */

#ticket-wrap{
	display: none;
	padding: 10px;
}
#ticket-wrap p{
	color: #fff;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
}
#ticket-wrap p em{
	opacity: 0.3;
}
#ticket-wrap p span:first-of-type{
	color: #e86c9a;
	font-weight: 400;
	font-size: 18px;
}
#ticket-wrap p span:nth-of-type(2) {
	color: #07d89d;
	font-weight: 400;
	font-size: 18px;
}
#ticket-wrap p span:nth-of-type(3) {
	color: #f8ae2c;
	font-weight: 400;
	font-size: 18px;
}
#ticket-wrap p span:nth-of-type(4) {
	color: #de2d3e;
	font-weight: 400;
	font-size: 18px;
}
#ticket-wrap a{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 3px;
	padding: 11px 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 3px;
	background-color: #e01a3f;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
#ticket-wrap a:hover{
	text-decoration: none;
	background-color: #971622;
}

#ticket-wrap a.login:hover{
	text-decoration: none;
	background-color: #313435;
}

.webui-popover {
	top: 70px !important;
	left: auto !important;
	right: 30px;
	background-color: #212121 !important;
	border: 1px solid transparent !important;
}


/* #Social fixed & logo
================================================== */


.logo {
	position: absolute;
	top: 10px;
	left: 40px;
	display: block;
	z-index: 3002;
}
.logo img {
	display: block;
	width: auto;
	height: 55px;
}
a.ticket-link .pulse{
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
a.ticket-link:hover .pulse{
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
	color: #f8ae2c;
}
a.ticket-link:focus .pulse,
a.ticket-link:active .pulse{
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
	color: #f8ae2c;
}
.ticket{
	position: absolute;
	top: 22px;
	right: 40px;
	display: block;
	z-index: 3002;
	height: 36px;
	line-height: 36px;
}
.ticket p{
	line-height: 36px;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 36px;
	vertical-align: top;
	margin-right: 10px;
}
.ticket:hover{
	color: #fff;	
}
.ticket svg *{
	fill: none;
	stroke: currentColor;
}
.pulse {
	display: inline-block;
	height: 36px;
	-webkit-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}
@keyframes pulse {
 0% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }
 50% {
    -webkit-transform: scale(0.9);
   	-moz-transform: scale(0.9);
   	-o-transform: scale(0.9);
   	-ms-transform: scale(0.9);
   	transform: scale(0.9);
 }
 100% {
    -webkit-transform: scale(0.95);
   	-moz-transform: scale(0.95);
   	-o-transform: scale(0.95);
   	-ms-transform: scale(0.95);
   	transform: scale(0.95);
 }

}
@-webkit-keyframes pulse {
 0% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -webkit-transform: scale(0.9);
   transform: scale(0.9);
 }
 100% {
   -webkit-transform: scale(0.95);
   transform: scale(0.95);
 }

}
.sponsorship {
	left: 50%;
	z-index: 5;
	bottom: 5px;
	display: block;
	margin-right: -50%;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.sponsorship span {
    font-size: 10px;
    position: relative;
}
.social-fixed {
	bottom: 0px;
	display: block;
	z-index: 3001;
	position: absolute;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.social-fixed a{
	position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 0;
    padding-left: 3px;
    padding-right: 1px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.social-fixed a:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 3px;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(45deg, #0c2b79, #20aafb);	
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.social-fixed a:hover:after{
	width: 100%;
}
.social-fixed a:hover{
	text-decoration: none;
	color: #fff;
}
.social-fixed a:nth-child(2):after {
	background: linear-gradient(45deg, #6b037d, #eca11c);
}
.social-fixed a:nth-child(3):after {
	background: linear-gradient(45deg, #ffffff, #af1f2c);
}
.social-fixed a:nth-child(3):after {
	background: linear-gradient(45deg, #ffffff, #af1f2c);
}
.social-fixed a:nth-child(4):after {
	background: linear-gradient(45deg, #10481d, #2de056);
}
.social-fixed a:nth-child(5):after {
	background: linear-gradient(45deg, #28a745, #f8f9fa);
}
/* .social-fixed a i.fa {
	transform: rotate(90deg);
} */

.location-fixed {
	position: absolute;
    bottom: 0px;
    margin-right: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 3001;
    writing-mode: horizontal-tb;
}
.location-fixed p {
	position: relative;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}
.location-fixed p:before {
	position: absolute;
    content: '';
    left: -25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url(../img/pin.svg);
    width: 20px;
    height: 20px;
    z-index: 1;
}


body {
	min-height: 100vh;
	color: #fff;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Color schemes */
.aoide {
	--color-text: #fff;
	--color-bg: #000;
	--color-link: #e01a3f;
	--color-link-hover: #9f9f9f;
	--color-info: #5d5050;
	--color-menu: #fff;
	--color-menu-hover: #fff;
	--color-title: #fff;
	--color-subtitle: #ededed;
	--color-deco: #161616;
}

/* Fade effect */

.js body {
	opacity: 0;
	transition: opacity 0.3s;
}

.js body.render {
	opacity: 1;
}



a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}
a:hover {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #bdbdbd;
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

main {
	position: relative;
	width: 100%;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/1.jpg');
}
.content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	height: 100vh;
	overflow: hidden;
}

.content--reveal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	width: 100%;
	pointer-events: none;
}

.content__inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
.js .content__inner {
	opacity: 0;
	transition: opacity 0.3s;
}

.content__title {
	width: 100%;
	margin: 0;
	color: var(--color-title);
	text-transform: lowercase;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: left;
}

.content__subtitle  {
	text-align: justify;
	font-size: 1.25em;
	line-height: 1.25;
	font-weight: 400;
	margin: 0 auto;
	color: var(--color-subtitle);
}
.content__close {
	position: absolute;
	top: 90px;
	left: 40px;
	overflow: hidden;
	background-color: transparent;
	color: var(--color-link);
	padding: 0;
	display: block;
	width: 48px;
	height: 48px;
	opacity: 0;
	cursor: pointer;
	z-index: 4003;
	border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.content__close:focus {
	outline: none;
}
.content__close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-image: url('../img/arrow.svg');
	background-size: 48px 48px;
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.content__close:hover:before {
	left: -100%;
	opacity: 0;
}
.content__close:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: url('../img/arrow.svg');
	background-size: 48px 48px;
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.content__close:hover:after {
	left: 0;
	opacity: 1;
}

.deco-title {
	font-size: 50vw;
	margin: 0;
	pointer-events: none;
	position: absolute;
	color: var(--color-deco);
}

/* Scene */
.scene {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	z-index: 3;
}

.scene .blob-1 path {
	fill: #af1f2c;
}

.scene .blob-2 path {
	fill: #65727d;
}

.scene .blob-3 path {
	fill: #a0a9b3;
}

.scene .blob-4 path {
	fill: #8a131e;
}

.scene .blob-5 path {
	fill: #af1f2c;
}

.scene .blob-6 path {
	fill: #af1f2c;
}

.scene .blob-7 path {
	fill: #af1f2c;
}

.scene path:first-of-type {
	fill-opacity: 0.1;
}

.scene path:nth-of-type(2) {
	fill-opacity: 0.2;
}

.scene path:nth-of-type(3) {
	fill-opacity: 0.3;
}

.scene path:nth-of-type(4) {
	fill-opacity: 0.4;
}

.scene path:nth-of-type(5) {
	fill-opacity: 0.5;
}

.scene path:nth-of-type(6) {
	fill-opacity: 0.6;
}

.empty-space{
	color: transparent;
}
.menu {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	margin: 0 40vw 0 0;
	font-size: 2.8vw;
	padding: 0;
	margin-top: -50px;
	align-items: flex-start;
}
.menu__item {
	color: var(--color-menu);
	line-height: 1.1;
	text-transform: lowercase;
	letter-spacing: -0.025em;
	text-indent: -0.025em;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding:0;
	margin: 12px 0;
}
.menu__item:hover,
.menu__item:focus {
	color: var(--color-menu-hover);
}

.menu__item::before {
	content: '';
	width: 40%;
	height: 10px;
	background: linear-gradient(45deg, #af1f2c, #495057);
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: 0 0;
	transform: scale3d(0,1,1);
}
.menu__item--showDeco:hover::before {
    transition: transform 0.8s cubic-bezier(0.2,1,0.3,1);
    transform: scale3d(2.5,1,1);
}
.menu__item--showDeco::before {
    transition: transform 0.8s cubic-bezier(0.2,1,0.3,1);
    transform: scale3d(1,1,1);
}


.menu__item span {
	display: block;
	position: relative;
}

.event-time {
	position: absolute;
	z-index: 4;
	top: 50%;
	/* left: 50%; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-main-title{
	position: absolute;
    width: 90%;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 2px;
    font-weight: 600;
    color: #e01a3f;
    z-index: 4;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 15%;
    margin-right: -50%;
}
.hero-title{
	position: relative;
	width: 100%;
	/* max-width: 440px; */
	display: block;
	text-align: center;
	font-size: 23px;
	line-height: 1;
	font-weight: 600;
	color: #ef4688;
	z-index: 2;
	margin-top: 10px;
}
.hero-subtitle{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 4vw;
	line-height: 0.8;
	font-family: 'Pinyon Script', cursive;
	font-weight: 400;
	z-index: 1;
    -webkit-transform: translate(-3px, -10px);
    -ms-transform: translate(-3px, -10px);
    transform: translate(-3px, -10px);
}
.hero-subtitle span{
	background: linear-gradient(45deg, #f19872, #e86c9a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.hero-subtitle span:nth-child(2) {
	background: linear-gradient(45deg, #0947db, #07d89d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.hero-subtitle span:nth-child(3) {
	background: linear-gradient(45deg, #ee2d29, #f8ae2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.hero-subtitle span:nth-child(4) {
	background: linear-gradient(45deg, #3a3d98, #6f22b9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}


/* #Countdown
================================================== */

ul.countdown {
	position: relative;
	width: 100%;
	max-width: 360px;
	list-style: none;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	padding-bottom: 0;
	padding-top: 20px;
	display: block;
	text-align: center;
	border-radius: 10px;
	background: linear-gradient(45deg, rgb(135, 135, 135), rgb(82, 82, 82));
	box-shadow: 1px 6px 5px rgba(0,0,0,0.3);
}
ul.countdown:after {
  content: '';
  display: block;
  clear: both;
}
ul.countdown li {
	position: relative;
	float: left;
	display: inline-block;
	width: 80px;
	min-height: 1px;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
    transition: all 300ms linear;
}
ul.countdown li span {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 0.9;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	/* -webkit-text-fill-color: transparent; */
	background: -webkit-linear-gradient(transparent, transparent), url('../img/let.jpg') repeat;
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	background-clip: text;
	background-position: center center;
	background-size: cover;
	transition: all 300ms linear;
}
ul.countdown li p {
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.06);
	padding: 0;
	margin: 0;
	margin-top: 0px;
}

/* #Pages
================================================== */
/* #Speakers
================================================== */

.speaker-image  {
	position: relative;
	width: 100%;
}
.speaker-image img {
	width: 100%;
	max-width: 150px;
	border: 5px solid rgba(255,255,255,0.5);
	height: auto;
	display: block;
	border-radius: 50%;
	box-shadow: 1px 6px 5px rgba(0,0,0,0.1);
}
.speaker-image h6 {
	position: absolute;
	top: 0;
	left: -10px;
	background-color: #212121;
	padding: 14px 6px;
	border-radius: 3px;
	margin: 0;
	display: block;
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	z-index: 4;
}

.title-page-line {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}


.social-team {
	position: relative;
	display: block;
}
.social-team a{
	position: relative;
	text-align: center;
	min-width: 30px;
	margin-right: 15px;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0 5px; 
	color: #fff;
	display: inline-block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.social-team a:after{
	position: absolute;
	content: '';
	height: 3px;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.social-team a:hover:after{
	height: 100%;
}
.social-team a:hover{
	text-decoration: none;
	color: #fff;
}
.social-team a:first-of-type:after {
	background: linear-gradient(45deg, #5e4fe3, #ccc);	
}
.social-team a:nth-of-type(2):after {
	background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}
.social-team a:nth-of-type(3):after {
	background: linear-gradient(45deg, #3a3d98, #6f22b9);
}
.social-team a:nth-of-type(4):after {
	background: linear-gradient(45deg, #9d316e, #de2d3e);
}
.social-team a:nth-of-type(5):after {
	background: linear-gradient(45deg, #00ac53, #23c3e0);
}

/* #Schedule & pass
================================================== */

.schedule-time {
	position: relative;
	display: block;
}
.schedule-place p,
.schedule-time p {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 35px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.schedule-place p:before,
.schedule-time p:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url('../img/time.svg');
	width: 24px;
	height: 24px;
	z-index: 1;
}
.schedule-place p {
	text-transform: none;
}
.schedule-place p:before {
	background-image: url('../img/pin.svg');
}

.pass-wrap {
	position: relative;
	display: block;
	border-radius: 5px;
	border: 5px solid rgba(255,255,255,.5);
	padding: 30px;
	background: linear-gradient(45deg, rgba(255,255,255,.04), rgba(255,255,255,.3));
}
.pass-wrap p{
	position: relative;
	display: block;
	padding-left: 35px;
}
.pass-wrap p em{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 100%;
	background-image: url('../img/yes.svg');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center center;
}
.pass-wrap p em.no{
	background-image: url('../img/no.svg');
}
.pass-wrap a{
	position: absolute;
	display: block;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	padding: 7px 22px;
	border-radius: 3px;
	background: linear-gradient(45deg, #0947db, #07d89d);
	box-shadow: 1px 4px 3px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.pass-wrap a:hover{
	color: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.pass-wrap a.btn-pass-2{	
	background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}
.pass-wrap a.btn-pass-3{	
	background: linear-gradient(45deg, #3a3d98, #6f22b9);
}
.pass-wrap a.btn-pass-4{	
	background: linear-gradient(45deg, #9d316e, #de2d3e);
}
.socgfg{	
	background: linear-gradient(45deg, #00ac53, #23c3e0);
}

/* #Gallery & sponsors
================================================== */

.gallery {
	position: relative;
	display: block;
	cursor: pointer;
}
.gallery:after{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-image: url('../img/gallery.svg');
	opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.gallery:hover:after{
	opacity: 1;
}

.sponsors {
	position: relative;
	display: block;
}
.sponsors img {
	height: auto;
	width: calc(25% - 10px);
	display: inline-block;
	float: left;
	padding: 10px;
	border: 4px solid rgba(255,255,255,.2);
	border-radius: 3px;
	margin-right: 10px;
}

/* #Press
================================================== */

/* #Blog
================================================== */

.blog-wrap{
	position: relative;
	width: 100%;
	display: block;
	border-radius: 5px;
	border: 5px solid rgba(255,255,255,.5);
	background: linear-gradient(45deg, rgba(255,255,255,.04), rgba(255,255,255,.3));
}
.blog-wrap img{
	width: 100%;
	display: block;
	height: auto;
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
    transition: all 200ms linear;
}
.blog-wrap img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.blog-wrap a h6{
    transition: all 200ms linear;
}
.blog-wrap a:hover{
    text-decoration: none;
}
.go-post{
	position: relative;
	display: inline-block;
}
.go-post i{
	position: relative;
	display: block;
	color: #f8ae2c;
	font-family: FontAwesome;
	font-size: 24px;
	text-align: left;
    transition: all 200ms linear;
}

/* #Contact Page
================================================== */
 
#ajax-form {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	line-height:14px;
	color:#fff;
	margin: 0 auto;
	text-align: left;
}
#ajax-form label {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height:30px;
}
#ajax-form input{
	position:relative;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	border:none;
	color: #fff;
	text-align: left;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	text-align: left;
	background:transparent;
	height:100px;
	border:none;
	color: #fff;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {	
	border-bottom:1px solid rgba(255,255,255,.7);
}
.error {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height:30px;
	letter-spacing:1px;
	display: none;
	color: #ff5353;
	font-weight: 400;
	text-align: left;
}
#ajaxsuccess {
	background: #f2f2f2;
	color:#101010;
	font-family: 'Poppins', sans-serif;
	line-height:60px;
	height:60px;
	display: none;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#ajax-form textarea:active,
#ajax-form input:active {	
	color: #ccc;
}
#ajax-form textarea:active,
#ajax-form input:hover {	
	color: #ccc;
}
#ajax-form textarea:focus,
#ajax-form input:focus {	 
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#ccc;
}
#ajax-form input::-moz-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#ccc;
}
#ajax-form input:-moz-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#ccc;
}
#ajax-form input::-webkit-input-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#ccc;
}
#ajax-form textarea:-ms-input-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#ccc;
}
#ajax-form textarea::-moz-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#ccc;
}
#ajax-form textarea:-moz-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#ccc;
}
#ajax-form textarea::-webkit-input-placeholder  {
	font-size: 12px;
	letter-spacing:1px;
	color:#ccc;
}
#ajax-form button {
	position: relative;
	color:#fff;
	cursor: pointer;	
	font-size:14px;
	border-radius: 3px;
	padding: 12px 35px;
	letter-spacing: 1px;
	background-color: #212121;
	border:none;
	outline:none;
	margin: 0;
	text-align: left;
	display: inline-block;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
#ajax-form button:focus,
#ajax-form button:active {
	border:none;
	outline:none;
}
#ajax-form button:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
#ajax-form textarea:focus,
#ajax-form input:focus,
#ajax-form textarea:active,
#ajax-form input:active,
.subscribe input:active,
.subscribe input:focus {	
	border-bottom:1px solid #f8ae2c;
}
#ajax-form button:hover{
	background-color: #f8ae2c;
}
.subscribe{
	position:relative;
	width: 100%;
	display:block;
}
.subscribe input{
	position:relative;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	text-align: left;
	border:none;
	color: #fff;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
.subscribe input {	
	border-bottom:1px solid rgba(255,255,255,.2);
}
.subscribe input:focus {	 
    outline: none !important;
}
.subscribe input:focus {	 
    outline: none !important;
}
.subscribe input:-ms-input-placeholder  {
	font-size: 14px;
	letter-spacing:1px;
	color:#ccc;
	opacity:.5;
}
.subscribe input::-moz-placeholder  {
	font-size: 14px;
	letter-spacing:1px;
	color:#ccc;
	opacity:.5;
}
.subscribe input:-moz-placeholder  {
	font-size: 14px;
	letter-spacing:1px;
	color:#ccc;
	opacity:.5;
}
.subscribe input::-webkit-input-placeholder  {
	font-size: 14px;
	letter-spacing:1px;
	color:#ccc;
	opacity:.5;
}
.subscribe button{
	position:absolute;
	font-family: 'FontAwesome';
	width:30px;
	right:0;
	top:0;
	height:30px;
	font-size: 26px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	background-color:transparent;
	padding: 0;
	margin:0;
	border:none;
	cursor:pointer;
	color: #fff;
	z-index:2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.subscribe button:hover{
	color: #f8ae2c;
}
.subscribe button:focus,
.subscribe button:active {
	border:none;
	outline:none;
}
.subscribe-text{
	position:relative;
	width: 100%;
	display:block;
	padding-top:10px;
}
.subscribe-text p{
	text-align: left;
	font-size: 13px;
	line-height:23px;
	opacity:.7;
	font-weight:400;
}
.sponsor {
	background-image: url("./../img/DQLab-wh.png");
}


/* #Footer
================================================== */

.footer {
	margin: 0 auto;
	text-align: center;
}
.footer img{
	display: block;
	height: 70px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.footer p small {
	letter-spacing: 1px;
	font-weight: 300;
}	
.footer .title-page-line	{
	opacity: 0.6;
}
	

/* #Media
================================================== */

@media (min-width: 1501px) { 
	.modal.show .modal-dialog.modal-xl {
		max-width: 70%;
	}
	.content__close {
		top: 90px;
		left: 40px;
	}
}

@media (max-width: 1500px) { 
	.modal.show .modal-dialog.modal-xl {
		max-width: 70%;
	}
}

@media (max-width: 1300px) {
	.social-fixed,
	.location-fixed{
		z-index:15;
	}
	.modal.show .modal-dialog.modal-xl {
		max-width: 70%;
	}
}

@media (max-width: 1199px) { 
	.modal.show .modal-dialog.modal-xl {
		max-width: 70%;
	}
	h1, .h1 {
		font-size: 4rem;
	}
	h2, .h2 {
		font-size: 2.5rem;
	}
	h3, .h3 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.8rem;
	}
	h5, .h5 {
		font-size: 1.3rem;
	}
	.hero-main-title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.hero-title{
		max-width: 330px;
	}
	.hero-subtitle{
		max-width: 330px;
		font-size: 6vw;
	}
	ul.countdown {
		max-width: 330px;
		padding: 15px;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	ul.countdown li {
		width: 75px;
		padding-bottom: 10px;
	}
	ul.countdown li span {
		font-size: 25px;
		line-height: 0.9;
		font-weight: 500;
	}
	ul.countdown li p {
		font-size: 11px;
		line-height: 11px;
		font-weight: 300;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	/* .scene .blob-1,
	.scene .blob-2,
	.scene .blob-3,
	.scene .blob-4,
	.scene .blob-5,
	.scene .blob-6{
		opacity: 0;
	} */
	.content__inner {
		background-color: #af1f2c;
	}
}

@media (min-width: 992px) {
	.hero-main-title {
		top: 14%;
	}
}

@media (max-width: 991px) { 
	.modal.show .modal-dialog.modal-xl {
		max-width: 95%;
	}
	.hero-subtitle{
		font-size: 8vw;
	}
	.menu {
		margin: 0 0 0 0;
		font-size: 4vw;
		margin-top: -160px;
		align-items: center;
	}
	.menu__item {
		line-height: 1;
		margin: 10px 0;
	}
	.menu__item::before {
		width: 100%;
		transition: all 300ms linear;
	}
	.menu__item--showDeco:hover::before {
		transform: scale3d(1,-1.4,1);
	}
	.content__close:before {
		background-size: 36px 36px;
	}
	.content__close:after {
		background-size: 36px 36px;
	}
	.nav-item {
		padding: 5px;
	}
	.efek:hover::after {
		width: 30%;
	}
	/* .event-time {
		position: absolute;
		left: 50%;
		top: 38%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	} */
	.collapse.show {
		background: #171717;
		border-radius: 0.85rem;
		box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.55);
		margin-top: 10px;
		transition:height 2s ease !important;
		width: 100%;
	}
	.navbar-nav li {
		margin-right: 0px;
	}
	.nav-link:focus, .nav-link:hover, a {
		color: #fff;
	}
}

@media (max-width: 767px) {
	.menu {
		font-size: 6vw;
	}
	.menu__item {
		margin: 5px 0;
	}
	.ticket p {
		display: none;
	}
	.sponsors img {
		width: calc(50% - 10px);
	}

	.content__subtitle {
		font-size: 0.8em;
	}

	.logo img {
		height: 45px;
	}

	.header.active {
		height: 70px;
	}

	.content__close {
		top: 75px;
		left: 40px;
		margin-left: -18px;
		width: 36px;
		height: 36px;
	}
	.cover-logod {
		height: 35px;
	}
}

@media (max-width: 575px) {
	.pass-wrap a{
		left: 30px;
		right: auto;
	}
	.pass-wrap {
		padding-bottom: 45px;
	}
	/* .social-fixed {
		position: absolute;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		bottom: 35%;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.social-fixed a {
		padding-left: 7px;
    	padding-right: 10px;
	}
	.social-fixed a:after {
		width: 5px;
		padding-left: 15px;
	}
	.social-fixed a i.fa {
		transform: rotate(0deg);
	}
	.location-fixed{
		display: none;
	} */
	.live b {
		display: none;
	}
	.navbar-brand {
		width: 75%;
	}
	.cover-logo {
		width: 100%;
	}
	/* .mascot-logo {
		text-align: center;
		width: 60%;
		bottom: 19px;
		margin-top: 60px;
		left: 50%;
		position: relative;
		transform: translate(-50%, 10%);
	} */
	.mascot-logo {
		width: 100%;
	}
}

@media (max-width: 350px) {
	.logo {
		top: 16px;
		left: 16px;
	}

	.logo img {
		height: 35px;
	}

	.ticket {
		right: 5px;
	}
	.hero-main-title {
		width: 310px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.hero-title {
		font-size: 15px;
    	line-height: 2;
	}
	.title-event {
		font-size: 10px;
		width: 80%;
	}
	ul.countdown {
		max-width: 310px;
	}
	ul.countdown li {
		width: 70px;
    	padding-bottom: 15px;
	}
	ul.countdown li p {
		font-size: 10px;
		line-height: 11px;
		margin-top: 5px;
	}
	.location-fixed p {
		font-size: 9px;
	}
	.location-fixed p:before {
		left: -15px;
		background-size: 15px 15px;
		width: 15px;
    	height: 15px;
	}
}

/* @media (max-width: 430px) {
	.cover-sponsor {
		height: 25px;
	}
} */

@media (max-height: 569px) {
	.content .sponsorship {
		bottom: -5px;
	}
	.cover-sponsor {
		height: 25px;
	}
	.event-time {
		position: absolute;
		left: 50%;
		top: 38%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.mascot-logo {
		text-align: center;
		/* width: 60%; */
		bottom: 19px;
		margin-top: 60px;
		left: 50%;
		position: relative;
		transform: translate(-50%, 10%);
	}
	.sponsorship span {
		bottom: -15px;
	}

	.cover-sponsor.sponsor4 {
		height: 50px;
		margin-top: 20px;
	}
	
	.cover-sponsor.sponsor1 {
		height: 15px;
		margin-top: 15px;
	}
	
	.cover-sponsor.sponsor2 {
		height: 25px;
		margin-top: 15px;
	}
	
	.cover-sponsor.sponsor2 {
		height: 25px;
		margin-top: 15px;
	}
	
	.cover-sponsor.sponsor3 {
		height: 30px;
		margin-top: 0px;
	}

	.cover-sponsor.sponsor6 {
		height: 15px;
		margin-top: 15px;
	}
}


@media (max-height: 735px) {
	.sponsorship {
		bottom: 5px;
	}
	.cover-sponsor {
		height: 70px;
		margin: 5px 5px;
	}
	.sponsorship span {
		bottom: -10px;
	}
	.mascot-logo {
		text-align: center;
		/* width: 80%; */
		bottom: 19px;
		margin-top: 90px;
		left: 50%;
		position: relative;
		transform: translate(-50%, 10%);
	}
	ul.countdown {
		padding-bottom: 0px;
		padding-top: 20px;
	}
	ul.countdown li {
		padding-bottom: 10px;
	}
	.event-time {
		top: 39%;
	}
	.hero-title {
		font-size: 15px;
	}
	.hero-main-title {
		font-size: 17px;
	}
	.cover-sponsor.sponsor1, .cover-sponsor.sponsor2, .cover-sponsor.sponsor6 {
		margin-top: 0px;
	}

	.cover-sponsor.sponsor5 {
		height: 45px;
		margin-top: -10px;
	}

	.title-event {
		font-size: 12px;
	}
}

@media (min-height: 736px) {
	.event-time {
		/* top: 39%; */
	}
}

@media (min-height: 800px) {
	.event-time {
		/* top: 43%; */
	}
}
	
/* @media (max-height: 770px) {
	.sponsorship {
		bottom: 35px;
	}
	.sponsorship span {
		bottom: 0px;
	}
} */


@media (min-height: 885px) {
	.section {
		width: 100%;
	}
	.sponsorship {
		bottom: 10px;
	}
	.hero-title {
		margin-top: 30px;
	}
	ul.countdown {
		padding-top: 45px;
	}
	ul.countdown li {
		padding-bottom: 30px;
	}
	ul.countdown li span {
		font-size: 40px;
	}
	ul.countdown li p {
		margin-top: 15px;
	}
}

@media (min-height: 950px) {
	.sponsorship {
		bottom: 30px;
	}
}

button:focus {
	outline: none;
}

.navbar-collapse .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.9rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: normal;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #eceaea;
  &:last-child {
	border-bottom: 0;
  }
  &:hover {
	background: #e01a3f;
	color: #fff;
  }
}

