body {
	padding-top: 10px;
	background-color: #000;
	color: #fff;
	font-family: 'Rubik', sans-serif;
}

.tiny {
	font-size: 0.6em;
}

nav a:link, a:visited, a:active {
	text-decoration: none !important;
}

.container a:link, a:visited, a:active {
	color: #d63344;
	text-decoration: underline;
}

.container a:hover {
	color: #d22027;
	text-decoration: none;
}

#carouselExampleControls1 a:link {
	text-decoration: none !important;
}

#carouselExampleControls2 a:link {
	text-decoration: none !important;
}

.btn-link {
	color: #d63344 !important;
}

.bg-black {
	background-color: #000;
}

.border {
	background-color: #fff;
	color: #000;
	border: 2px solid #ddb425 !important;
	padding: 10px;
}

.border-between h4 {
	color: #d1d1d1;
}

.border-between [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

.break {
	min-height: 25vh;
	font-size: 1.3em;
}

.btn-lg2 {
    padding: 18px 28px;
    font-size: 2em;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.card-body {
	color: #000;
}

.container-fluid {
	min-height: 50vh;
}

h2 {
	font-size: 1.1em;
	color: #fff;
}

.popup {
	position: absolute;
	top: 60px;
	left: 60px;
	background-color: #d63344;
	z-index: 100;
	width: 300px;
	height: 200px;
}

h3 {
	font-size: 2em;
	color: #fff;
}

p {
	font-size: 1.2em;
	font-weight: 100;
}

.full-height {
	height: 100vh;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
	.form-control-sm {
	width: 25%;
}
	.mapouter{
		text-align:right;height:500px;width:500px;
	}
	.gmap_canvas {
		overflow:hidden;background:none!important;height:500px;width:500px;
	}

}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }

.form-control-sm {
	width: 25%;
}
}


@media (max-width: 767px) {
	  .fullscreen-bg {
		background: url('http://content.jwplatform.com/thumbs/Rq3mbYpa-1920.jpg') center center / cover no-repeat;
	  }

	  .fullscreen-bg__video {
		display: none;
	  }
	  
	.form-control-sm {
		width: 50%;
	}
	
	.popup {
	display: none;
	}
	
	.gmap_canvas {
	display: none;
}

	#faqs .btn-link {
		font-size: 0.5rem;
	}
	
	.mobile-hide {
		display: none;
	}
}

.gold {
	background-color: #fab01b;
	color: #000;
}

.gold2 {
	height: 166px;
	background-image: url("images/transition.jpg");
	}

h1 {
	font-size: 3em;
	color: #ffdb6f;
	letter-spacing: 0.15em;
}

.speakers {
	max-width: 300px;
}

.title {
	line-height: 1em;
	font-size: 3em;
	background-color: #fff;
	color: #000;
	float: right !important;
}

.timer {
	color: #fff;
	font-size: 0.8em;
	}
	
#time ul {
	margin: 10px;
	position: relative;
	left: 50%;
    transform: translateX(-50%);
}

#time li {
	background-color: #fff;
	display: inline-block;
	width: 15%;
	padding: 5px;
	margin: 0px;
	color: #000;
	font-size: 0.8em;
	text-align: center;
}

.navbar {
	margin-bottom: 0;
	background-color: #000;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.5 !important;
	letter-spacing: 4px;
	border-radius: 0;
	min-height: 60px !important;
	vertical-align: middle;
	text-transform: uppercase; 
}

.navbar-brand img {
	padding: 0;
	margin: 0;
	height: 30px;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

.stats {
	cursor: default;
}

.stats p {
	font-size: 1.2em;
	line-height: 1.2em;
}

.stats strong {
	color: #ffcc00;
	font-size: 5em;
	font-weight: 800;
	}

.transition {
	background: url("images/transition.jpg");
	background-size: cover;
	height: 166px;
}

.v-center {
	position: relative;
	transform: translateY(50%);
}