/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1.0,1.0);
	}

	10% {
		-webkit-transform: scale(0.98,0.98);
	}

	20% {
		-webkit-transform: scale(1.0,1.0);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1.0,1.0);
	}

	10% {
		-moz-transform: scale(0.98,0.98);
	}

	20% {
		-moz-transform: scale(1.0,1.0);
	}
}

@-o-keyframes pulse {
	0% {
		-o-transform: scale(1.0,1.0);
	}

	10% {
		-o-transform: scale(0.98,0.98);
	}

	20% {
		-o-transform: scale(1.0,1.0);
	}
}

@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1.0,1.0);
	}

	10% {
		-ms-transform: scale(0.98,0.98);
	}

	20% {
		-ms-transform: scale(1.0,1.0);
	}
}

@keyframes pulse { 
	0% {
		transform: scale(1.0,1.0);
	}

	40% {
		transform: scale(0.98,0.98);
	}

	80% {
		transform: scale(1.0,1.0);
	}
}

* {
	font-family: 'Montserrat', sans-serif;
}

html, body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	background-color: #050505;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(114,114,114,0.3);
	border-radius: 10px;
	background-color: #050505;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #050505;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(64,64,64,0.3);
	background-color: #151515;
}

.bumper {
	width: 100%;
	padding: 70px 0px;
	margin-bottom: 0px;
}

.bumper:nth-child(odd) {
	background-color: #050505;
}

.bumper:nth-child(even) {
	background-color: #101010;
}

footer {
	background-color: #00a9e8;
	padding: 40px 10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
	text-decoration: none;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.videocontainer {
	margin: 20px 0 30px 0;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: none;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}



.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("../img/play-btn.png") no-repeat;
	cursor: pointer;
}

.resize {
	width: auto;
	max-width: 100%;
}

a {
	color: 	#ffffff;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a:hover, a:focus, a:active {
	color: #00a9e8;
	text-decoration: underline;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

li a {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;

}

.center {
	text-align: center;
}

.jumbotron {
	padding: 0;
	margin-bottom: 0;
	background: rgb(0, 0, 0);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron h1, .jumbotron h2 {
	font-size: 100px;
	color: #ffffff;
	line-height: 1.3;
	letter-spacing: -4px;
	filter: drop-shadow(0 0 1rem black);
	font-weight: 850;
	margin-top: 50px;
	margin-bottom: 25px;
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
}

.jumbotron p {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 5px;
}

.indoorled {
	background: url("../img/background1.jpg");
	background-position: left center;
	background-size: cover;
	color: #ffffff;
}

.outdoorled {
	background: url("../img/background2.jpg");
	background-position: left center;
	background-size: cover;
	color: #ffffff;
}

.rentalled {
	background: url("../img/background3.jpg");
	background-position: left center;
	background-size: cover;
	color: #ffffff;
}

.teambg {
	background: url("../img/team-bg.jpg");
	background-position: left center;
	background-size: cover;
	color: #ffffff;
}

.bannerblock {
	background-color: #eeeeee!important;
	padding: 0;
}

.nav-consideration {
	margin-top: 80px;
}

p {
	color: #ffffff;
	padding: 8.5px;
	font-size: 1pt;
	line-height: 1.5;
}

.spacer {
	padding: 20px;
	text-align: left;
}

.navbar {
	min-height: 80px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-toggle {
	background: none;
	margin-top: 18px;
	padding: 14px 10px !important;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #00a9e8;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #003f57;
}

.navbar-default {
	background: rgba(01, 01, 01, 01);
	border: 0;
	padding: 0px 0;
	box-shadow: 0px 0px 10px #000000;
}

.navbar-fixed-top { 
	background-color: rgba(01, 01, 01, 01);
}

.navbar-fixed-top #mainlogo {
	background-image: url("../img/logo.png");
}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin: 14px 0 0 5px;
	text-align: center;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color: #0f0f0f;
	background-color: rgba(0, 169, 232, 1);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	color: #0f0f0f;
	background-color: rgba(0, 169, 232, 1);
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}

#mainlogo {
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 190px;
	height: 0;
	padding-top: 30%;
}

.tab-content {
	padding: 50px;
	background-color: #0f0f0f;
}

.nav-tabs {
	margin-top: 40px;
}

.nav-tabs > li > a {
	font-weight: bold;
	color: #aaaaaa;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	color: #00a9e8;
}

.dropdown-menu {
	background-color: #00a9e8;
	text-align: center;
	top: 80px;
	border-radius: 25px;
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	border: 0;
}

.my_list {
	display: flex;
	flex-direction: row;
}

.dropdown.open .dropdown-menu {
	max-height: 400px;
	opacity: 1;
}

.dropdown-menu li {
	margin: 0px 0px;
	color: #ffffff;
}

.dropdown-menu > li > a {
	display: block;
	padding: 10px 10px;
	clear: both;
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	background-color: #0f0f0f;
	color: #ffffff!important;
	white-space: break-spaces;
}

.dropdown-menu .dd-two {
	background-color: #0f0f0f;
	border-top:0px solid rgba(255, 255, 255,0.5);;
}

.dropdown-menu .dd-three {
	background-color: #0f0f0f;
	border-top:0px solid rgba(255, 255, 255,0.5);;
}

.dropdown-menu > li > a:hover {
	background-color: #00a9e8;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	background-color: #00a9e8;
}

.ticklist {
	list-style: none;
	color: #ffffff;
	font-weight: 600;
	text-align: left;
	padding-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.ticklist > li {
	color: #ffffff;
	margin-bottom: 10px;
}

.ticklist > li:before {
	color: #ffffff;
	content: '✓';
	text-align: left;
	margin-left: -20px; 
	margin-right: 30px; 
} 

p {
	color: #ffffff;
	padding: 9px;
	font-size: 11pt;
	line-height: 2;
}

hr {
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2 {
	color: #00a9e8;
	font-weight: 600;
	font-size: 25pt;
	margin-bottom: 25px;
}

h3 {
	color: #ffffff;
	font-weight: 600;
	font-size: 18pt;
	line-height: 1.5;
	margin-bottom: 25px;
}

h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 14pt;
	line-height: 1.5;
	margin-bottom:25px;
	margin-top: 25px;
}

h5 {
	color: #ffffff;
	font-size: 15pt;
	margin-top: 15px;
	margin-bottom: 50px;
	line-height: 1.3;
}

h6 {
	color: #ffffff;
	font-weight: 800;
	line-height: 3;
	font-size: 7.5pt;
	margin-bottom: 30px;
}

.btn {
	margin: 5px;
	border-radius: 0;
	padding: 10px 20px;
	display: inline-block;
	font-weight: bold;
}

.wifo-btn, .wifo-btn:active, .wifo-btn:focus {
	background-color: #00a9e8;
	color: #ffffff;
	border: 3px solid #00a9e8;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifo-btn:hover {
	background-color: #003f57;
	border: 3px solid #00a9e8;
	color: #00a9e8;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifo-btn-inverse, .wifo-btn-inverse:active, .wifo-btn-inverse:focus {
	background-color: #ffffff;
	color: #00a9e8;
	border: 3px solid #ffffff;
}

.wifo-btn-inverse:hover {
	background-color: #00a9e8;
	color: #ffffff;
	border: 3px solid #00a9e8;
}

.nopadding {
	padding: 0px;
	background-color: #070707!important;
}

.fullwidth {
	width: 100%;
}

.line {
	height:20px;
	vertical-align:bottom;
}

.icon-size {
	width: 90%;
	max-width: 76px;
}

.hide {
	opacity: 0;
}

.show {
	opacity: 1;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.heightspacer {
	height: 10px;
}

.pulse:hover {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out, ease-in-out;
	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out, ease-in-out;
	-o-animation-name: pulse;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out, ease-in-out;
	-ms-animation-name: pulse;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out, ease-in-out;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out, ease-in-out;
}

.modal-content {
	background: rgba(0, 169, 232, 0.9);
	color: #ffffff;
	border-radius: 35px;
	padding: 15px 30px;
} 

.modal-header h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}

.modal-header .close {
	margin-top: -42px;
	font-size: 45px;
	margin-bottom: -30px;
}

.modal-dialog {
	width: 700px;
	margin: 5% auto;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:focus {
	background-color: transparent;
	color: #00a9e8;
	font-weight:bold;
	border: 2px solid #00a9e8;
	-webkit-transition: border-bottom 0.1s linear;
	-moz-transition: border-bottom 0.1s linear;
	-o-transition: border-bottom 0.1s linear;
	-ms-transition: border-bottom 0.1s linear;
	transition: border-bottom 0.1s linear;
}

.btn-secondary:hover {
	background-color: #ffef10;
	color: #00a9e8;
	border: 2px solid #ffef10;
	-webkit-transition: border-bottom 0.1s linear;
	-moz-transition: border-bottom 0.1s linear;
	-o-transition: border-bottom 0.1s linear;
	-ms-transition: border-bottom 0.1s linear;
	transition: border-bottom 0.1s linear;
}

.btn-secondary {
	visibility: hidden;
	display: none;
}

.noscriptmsg {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.item p {
	line-height: 1.4;
	font-size: 11px;
}

.vendorlogo {
	margin-top: 20px;
	margin-bottom: 10px;
}

.nav-pills {
	width: 100%;
	margin: 1px auto;
}

.nav-pills > li {
	display: inline-block;
	min-width: 210px;
	float: none;
}

.nav-pills > li > a {
	margin: 10px 5px 5px 5px;
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #00a9e8;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
	color: #00a9e8;
	background-color: #003f57;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
	color: #ffffff;
	background-color: #00a9e8;
}

#carousel-default .carousel-inner .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-position: top center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;
    padding: 12vh 0;
}

.slideone {
	background-image: url("../img/carousel-slide-one.jpg");
}

.slidetwo {
	background-image: url("../img/carousel-slide-two.jpg");
}

.slidethree {
	background-image: url("../img/carousel-slide-three.jpg");
}

.fade-in {
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
  animation: fadeIn ease 0.5s;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


@media (max-width: 991px) {
	.forcewidth {
		width: 95%;
	}

	.modal-dialog {
		width: 90%;
	}
}

@media (max-width: 900px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		margin: auto 30px;
		font-size: 14px;
	}

	.dropdown .dropdown-menu {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		margin: auto 30px;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, 
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 15px;
	}

	.mobpadding {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.mobileshow {
		display: inline-block;
		visibility: visible;
	}

	.jumbotron h1, .jumbotron h2 {
		font-size: 70px;
	}

	#myVideo {
		display: none;
	}

	.modal-content {
		padding: 15px 10px;
	}

	.modal-dialog {
		width: 90%!important;
	}

	#featureblock1, #featureblock2, #featureblock3, #featureblock4, #featureblock5, #featureblock6, #featureblock7, #featureblock8 {
		max-width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.card {
		max-width: inherit;
	}
}

@media (max-width: 600px) {
	.container {
		padding-right: 0px;
		padding-left: 0px; 
	}

	.btn {
		margin: 10px auto;
	}

	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media (max-width: 400px) {
	.modal-header .close {
		visibility: hidden;
		display: none;
	}

	.btn-secondary {
		visibility: visible;
		display: inline-block;
	}
}