
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
form  {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
    font-weight: 500;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

a {
  color: #D49802;
  background-color: transparent;
}

a:hover {
  color: #D59516;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.grey {
	color: #CCCFD3;
}
	
.no-js {
  display:none;
}
#foo {
  display: block;
}
#foo.no-js {
  display: none;
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}
	
.btn-infinity{color:#fff;background-color:#D59516;border-color:#D59516}

.btn-infinity:hover{color:#fff;background-color:#D59516;border-color:#D59516}
.btn-infinity:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}
.btn-infinity.disabled,.btn-infinity:disabled{color:#fff;background-color:teal;border-color:#005a5a}
.btn-infinity:not(:disabled):not(.disabled):active,.btn-infinity:not(:disabled):not(.disabled).active,.show>.btn-infinity.dropdown-toggle{color:#fff;background-color:#00b3b3;border-color:#000}
.btn-infinity:not(:disabled):not(.disabled):active:focus,.btn-infinity:not(:disabled):not(.disabled).active:focus,.show>.btn-infinity.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}

.form-control {
  height: 48px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #7971ea; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  background-color : #3E4152; 
  border-color: #3E4152;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
input[type=radio] {
    bottom: 2px;
}

body {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 40rem;
  width: 100%;
  overflow: hidden;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}

body video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

body .container {
  position: relative;
  z-index: 2;
}

.brand-logo { max-width: 400px; }

.social-icons {
    margin: 0;
	width: 100%;
  }

.social-icons ul > li {
  margin-right: 0px;
  display: inline-block;
}

.social-icons ul > li > a {
  display: block;
  color: white;
  font-size: 1.5rem;
  line-height: 4rem;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 768px) {
	h1 { font-size: 3.5rem; }
}

@media (max-width: 575px) {
	h1 { font-size: 2rem; }
	.brand-logo {
		padding-top: 2rem;
	}
	.btn-xs-block {
		width: 100% !important;
        display: block !important;
	}
	body, html { overflow-x:hidden; }
	body { min-height: 100vh; }
	body video {
		width: 100%;
	}
}

@media (pointer: coarse) and (hover: none) {
  body {
    background: #181920 no-repeat center center scroll;
	background-position: cover;
	overflow-y: scroll;
  }
}

#html5Loader{
	top:0;
	left:0;
	background-color:black;
	background-color:rgba(0,0,0,0.95);
	position:fixed;
	z-index:99;
}
#html5Loader .fallback {
	top:50%;
	position:absolute;
	text-align:center;
	width:100%;
	color:white;
	vertical-align: middle;
	display: block;
	font-style: normal;
}
div#wrapper > * {
	width:400px;
}