body {
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 50px;
}

.hide {
	display: none !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-heavy {
	font-weight: 700 !important;
}

.roboto {
	font-family: 'Roboto' !important;
}

.font-headline {
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 700;
}

.slick-next, .slick-prev {
	display: none !important;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.no-text-decoration {
	text-decoration: none !important;
}

.tv-icon {
	font-size: 5em !important;
	text-shadow: none !important;
	color: rgba(255,255,255,0.8);
}

.text-transparent {
	opacity: 0.8;
}

.fade-bg {
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

.square-fade {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
}

.fade-circle {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.fade-circle2 {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 64%, rgba(0,0,0,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 64%,rgba(0,0,0,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 64%,rgba(0,0,0,1) 100%);
}

.tnav {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%);
}

.drop-shadow-1 {
  -webkit-filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.drop-shadow-2 {
  -webkit-filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.drop-shadow-3 {
  -webkit-filter: drop-shadow(0 6px 14px rgba(0,0,0,0.5));
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.5));
}

.logo-shadow {
  -webkit-filter: drop-shadow(0 3px 7px rgba(0,0,0,1));
  filter: drop-shadow(0 3px 7px rgba(0,0,0,1));
}

.topfade {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
}

.tile, .tile-text {
	transition: 0.4s all;
}

.tile:hover, .tile-text:hover {
	transition: 0.4s all;
	z-index: 100;
}

.tile {
	outline: 0px solid #FFF;
	transition: 0.1s all;
	border-radius: 5px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tile:hover {
	outline: 0px solid #FFF;
	transition: 0.1s all;
	-moz-transform: scale(1.05) translateY(-3px);
	-webkit-transform: scale(1.05) translateY(-3px);
	-o-transform: scale(1.05) translateY(-3px);
	-ms-transform: scale(1.05) translateY(-3px);
	transform: scale(1.05) translateY(-3px);
	box-shadow: 0 5px 50px 0 rgba(0,0,0,0.5);
}

.new-icon {
	font-size: 1rem !important;
	position: absolute;
	top: 5px;
	display: none;
	right: 5px;
	border: 1px solid #FFF;
	border-radius: 2px;
	font-family: "Roboto";
	background: rgba(255,255,255,0.25);
	color: #FFF;
	margin: 0;
	padding: 2px 10px 0 10px;
}

.db-icon {
	font-size: 32px !important;
	position: absolute;
	bottom: 0px;
	left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0 10px;
}

.db-author {
	font-size: 20px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(255,255,255,0.7);
}

.teleport {
	font-size: 18px !important;
	position: absolute;
	top: 5px;
	left: 17px;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}

.yes {
	opacity: 1;
}

.no {
	opacity: 0.4;
}

.no-shadow {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.no-opacity {
	opacity: 0 !important;
}

.no-text-shadow {
	text-shadow: none !important;
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5) !important;
}

.text-shadow-title {
  text-shadow: 0 2px 30px rgba(0,0,0,1) !important;
}

.codeblock {
	color: #333;
	border: 1px solid #FFF;
	padding: 1px 15px;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	font-family: "Roboto";
}

.atvtop {
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: -5;
	box-shadow: 0 30px 50px 5px rgba(0,0,0,0.05), inset 0 -100px 200px -100px rgba(0,0,0,0.1);
}

.atvtopf {
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: -5;
	box-shadow: 0 30px 50px 5px rgba(0,0,0,0.1), inset 0 -200px 200px -100px rgba(0,0,0,0.1);
	text-align: center;
	padding: 7% 3%;
}

.atvnav {
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: -4;
	box-shadow: 0 5px 50px 0 rgba(0,0,0,0.3), inset 0 -30px 50px -10px rgba(0,0,0,0.2);
}

.atvfeatured {
	background: #eee;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 20;
	box-shadow: 0 30px 100px 20px rgba(0,0,0,0.1), inset 0 -100px 200px -100px rgba(0,0,0,0.1);
}

.tc-apps {
background: #1c67ff;
background: -moz-linear-gradient(top,  #1c67ff 0%, #0a2760 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c67ff), color-stop(100%,#0a2760));
background: -webkit-linear-gradient(top,  #1c67ff 0%,#0a2760 100%);
background: -o-linear-gradient(top,  #1c67ff 0%,#0a2760 100%);
background: -ms-linear-gradient(top,  #1c67ff 0%,#0a2760 100%);
background: linear-gradient(to bottom,  #1c67ff 0%,#0a2760 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c67ff', endColorstr='#0a2760',GradientType=0 );
}

.oliver1 {
	height: 256px;
	top: 50%;
	margin-top: -128px;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  padding: 3px 12px;
  border-radius: 4px;
  background-color: #FFF;
}

.chip-dark {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #333;
}

.chip-status {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 0px;
  background-color: #2196F3;
  position: absolute;
  top: 10px;
  right: 10px;
}

.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.tile-icon {
	position: absolute;
	top: 10px;
	left: 10px;
}

.tab-shadow {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
}

.headliner {
  font-weight: bold;
  font-family: Montserrat !important;
  text-transform: uppercase;
}

.normal-text {
  text-transform: none !important;
}

.text-glow-white {
  text-shadow: 0 0 20px #FFF;
}

.vcenter {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature-icon {
  -moz-transform: scale(1) rotate(-10deg);
  -webkit-transform: scale(1) rotate(-10deg);
  -o-transform: scale(1) rotate(-10deg);
  -ms-transform: scale(1) rotate(-10deg);
  transform: scale(1) rotate(-10deg);
  font-size: 200px !important;
}

.bg-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.fbanner-fade {
  background: -moz-linear-gradient(left,  rgba(255,235,59,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,235,59,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,235,59,1) 0%, rgba(255,255,255,0) 100%);
}

.png-shadow {
  -webkit-filter: drop-shadow(0 2px 5px rgba(0,0,0,0.4));
}

.no-background {
  background: none !important;
}

.navbg {
	background: rgb(226,0,0);
	background: -moz-linear-gradient(top,  rgba(226,0,0,1) 0%, rgba(124,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(226,0,0,1) 0%,rgba(124,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,0,0,1) 0%,rgba(124,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20000', endColorstr='#7c0000',GradientType=0 );
	background-size: cover;
}

.navbg2 {
	background: rgb(0,200,83);
background: -moz-linear-gradient(top,  rgba(0,200,83,1) 0%, rgba(0,122,48,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,200,83,1) 0%,rgba(0,122,48,1) 100%);
background: linear-gradient(to bottom,  rgba(0,200,83,1) 0%,rgba(0,122,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c853', endColorstr='#007a30',GradientType=0 );
}

.menuborder {
	padding: 10px;
	margin: 20px 0;
	transition: 0.2s all;
	color: #2ecc71 !important;
	font-family: 'Quicksand';
	text-transform: uppercase;
	font-weight: 700 !important;
	letter-spacing: 10px;
}

.menuborder:hover {
	transition: 0.2s all;
	color: #fff !important;
}

.comfortaa {
	font-family: 'Comfortaa';
	font-weight: 300 !important;
}

.quicksand {
	font-family: 'Quicksand';
	font-weight: 400 !important;
}

.clip-top {
	-webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
}

.clip-btm {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
}

.clip-circle {
	border-radius: 50%;
}

.btn-block {
	width: 100%;
}

.clip-lozenge {
	-webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0);
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0);
}

.clip-title {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

.slidetitle {
	-moz-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.slide-tagline {
	position: absolute;
	top: 40px;
	left: 110px;
	line-height: 40px;
	font-size: 50px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #FFF;
	opacity: 1;
	text-shadow: 1px 1px 5px #000,1px 1px 5px #000;
	z-index: -1;
	text-align: left;
}

.slide-bigtext {
	line-height: 40px;
	font-size: 50px;
	font-weight: 700;
	color: #FFF;
	opacity: 1;
	text-shadow: 1px 1px 5px #000,1px 1px 5px #000;
	z-index: -1;
	text-align: left;
}

.slide-subtitle {
	letter-spacing: -3px !important;
	color: #FFF;
}

.rubik {
	font-family: 'Rubik' !important;
}

.rubik-heavy {
	font-family: 'Rubik' !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.sectitle {
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 30%;
	padding: 10px;
	width: 40%;
	border-bottom: 2px solid rgba(255,255,255,0.5);
}

.index-caption {
	background: #ecf0f1;
	color: #2c3e50;
	position: absolute;
	bottom: 75px;
	left: 75px;
	padding: 20px 30px 25px 30px;
	border: 3px solid #fff;
	border-radius: 5px;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	max-width: 80%;
}

.scroll-hint {
	position: absolute;
	top: 430px;
	right: 80px;
	max-width: 200px;
	font-weight: 400;
	padding: 10px 15px;
	background: #ecf0f1;
	color: #2c3e50;
}

.topfade2 {
	/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); */
	background: rgba(0,0,0,0.5);
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;
}

.sectitle2 {
	font-family: 'Rubik';
	font-weight: 700;
	text-transform: uppercase;
}

.fixedbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -2;
}

.specialbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

.bodypanel-container {
	width: 100%;
	margin-top: 20px;
}

.bodypanel-inner {
	width: 100%;
	padding: 10px 15px;
	background: rgba(0,0,0,0.5);
}

.bodypanel-top {
	width: 100%;
	padding: 10px 15px;
	background: rgba(0,0,0,0.5);
	border-radius: 5px 5px 0 0;
}

.bodypanel-btm {
	width: 100%;
	padding: 10px 15px;
	background: rgba(0,0,0,0.5);
	border-radius: 0 0 5px 5px;
}

.bodypanel-text {
	font-size: 20px;
	margin: 0;
}

.uppercase {
	text-transform: uppercase !important;
}

.navbar-back {
	background: rgba(0,0,0,0.7);
}

.navbar-btm {
	background: rgba(0,0,0,0.7);
	border-radius: 0 0 5px 5px;
	height: 5px;
}

.dropdown-content li>a {
	color: #616161;
}

.toplights {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(../img/assets/divider.png) repeat-x;
	background-size: contain;
}

.navlink {
	text-shadow: none;
	transition: 0.2s;
	padding: 0 25px;
	border-right: 0px solid #000;
	background: none;
}

.navlink:hover {
	text-shadow: 0 0 10px #fff,0 0 10px #fff;
	transition: 0.2s;
	background: none;
}

.material-tooltip {
  padding: 10px 15px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 5px;
  color: #333;
	font-family: 'rubik';
	font-weight: 700;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
}

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #FFF;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity; }

.icon-divider {
  box-sizing: content-box;
  height: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	margin: 10px 20%;
}

/* .bevel-top {
	border-radius: 5px 5px 0 0;
}

.bevel-btm {
	border-radius: 0 0 5px 5px;
} */

.backgif {
	background: url(img/bg/bw.jpg) no-repeat;
  background-size: cover;
	position: absolute;
	margin-top: 20px;
	left: 0;
	width: 100%;
	height: 400px;
}

.link-underline {
	text-decoration: none;
}

.link-underline:hover {
	text-decoration: underline;
}

.caption-big {
	color: #fff;
	position: absolute !important;
	left: 0% !important;
	top: 0% !important;
	width: 100% !important;
	padding: 0 25px 150px 25px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
}

.slider-small {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider-small .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

.slider-small .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider-small .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider-small .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider-small .slides li .caption p {
  color: #e0e0e0;
}

.slider-small .slides li.active {
  z-index: 2;
}

.slider-small .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider-small .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider-small .indicators .indicator-item.active {
  background-color: #4CAF50;
}

.index-img {
	object-fit: cover;
	height: 300px;
	width: 100%;
	outline: 5px solid transparent;
	transition: 0.2s all;
}

.index-img:hover {
	outline: 5px solid #fff;
	transition: 0.2s all;
}

.fancygrid {
	object-fit: cover;
	height: 300px;
	width: 100%;
	border: 10px solid #263238;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2, .popover-content {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0;
}

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #444;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #444;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #555;
  cursor: not-allowed;
  background-color: transparent;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #444;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-toggle::after {
	display: none;
}

.iconlink {
	text-shadow: none;
	transition: 0.2s all;
}

.iconlink:hover {
	text-shadow: 0 0 10px #fff;
	transition: 0.2s all;
}

.iconlink:focus {
	text-shadow: 0 0 10px #fff,0 0 10px #fff;
	transition: 0.2s all;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 20px 0;
  text-align: center;
  width: 100%;
}

.karla {
	font-family: 'Karla' !important;
	font-weight: 400 !important;
}

.karla-heavy {
	font-family: 'Karla' !important;
	font-weight: 700 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.btn-outline-secondary {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-secondary:hover {
  color: #222 !important;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #222 !important;
  background-color: #fff;
  border-color: #fff;
}

.champion {
	color: #FFC107;
	font-weight: bold;
	font-size: 3em;
	text-shadow: 0 1px 0 #E65100, 0 2px 0 #E65100, 0 3px 0 #E65100, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.black-transparent {
	background: rgba(0,0,0,0.5);
}
