/*!
 * 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; }

* {
	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: #ffffff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #6debe6;
}

h1 {

	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.3;
}

.jumbotron h2 {
	margin-top:0;
}

h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 35px;
	margin-top: 30px;
}

#offer h2, #offer h4 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

#offer h5 {
	line-height: 1.4;
	margin: 20px auto;
	max-width: 1000px;
}

h3 {
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 40px;
}

#benefits h3 {
	color: #00aaa6!important;
}

h4 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}

.intro h4 {
	margin-bottom: 25px;
}

.features {
	margin-top: -20px;
}

h5 {
    display: inline-block;
    background-color: #6debe6;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 5px 20px 5px;
    padding: 10px;
}

#benefits ul {
	    padding-left: 20px;
}

#benefits li {
	text-align: left!important;
}

#benefits h5 {
    background-color: transparent;
    color: #00aaa6;
    font-size: 20px;
    display: block;
    font-weight: 600;
    margin: 20px auto 10px auto;
    padding: 0px;
}

#benefits .led-stats {
	padding: 20px;
	min-height:450px;
}

.benefits-img {
	margin-top: 18px;
	background-color: #080808;
    border-radius: 20px;
    min-height: 450px;
}

h6 {
	line-height: 1.8;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 20px;
}

p {
	font-size: 16px;
	line-height: 1.6;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

li span {
	font-weight: 700;
}

.call-to-action {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}

.bumper {
	width: 100%;
	padding: 70px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

#offer {
	background-color: #6debe6;
	color: #ffffff;
}

.bumper {
	background-color: #ffffff;
	color: #333333;
}

#details-100, #details-110, #benefits {
	background-color: #efefef!important;
	color: #333333;
}

.led-100 {
	background-image: url("../img/led-bg.jpg")!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000!important;
	color: #ffffff!important;
}

.led-110 {
	background-image: url("../img/led-bg.jpg")!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #131313!important;
	color: #ffffff!important;
}

#contact {
	background-image: url("../img/hisense-bg.jpg")!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #067977!important;
	color: #ffffff!important;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	color: #ffffff;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #6debe6;
}

.resize {
	width: auto;
	max-width: 100%;
}

.nomargin {
	margin: 0;
}

#video-bars img {
	mix-blend-mode: darken!important;
}

a {
	color: #6debe6;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #6debe6;
	text-decoration: none;
	font-weight: bold;
}

.feature-columns {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
}

.bullets {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
  margin: 0;
}

.bullets > li {
  margin-bottom: 10px;
  font-size: 12pt;
  text-align: left;     /* <-- force left-alignment */
}

.features .content {
}

.led-stats {
	background-color: #ffffff;
	border-radius: 20px;
	color: #000000;
	display: block;
	width: 47%;
	margin: 1.5%;
	min-height: 200px;
	vertical-align: middle;
	padding: 2.5%;
}

.led-stats:hover, .led-stats-small:hover, .benefits-img:hover {
	filter: drop-shadow(6px 6px 10px rgb(6 121 119 / 70%));
    left: -5px;
    top: -5px;
}

.led-stats-small {
	background-color: #ffffff;
	border-radius: 10px;
	color: #000000;
	display: block;
	width: 30.333%;
	margin: 1.5%;
	min-height: 290px;
	vertical-align: middle;
	padding: 2.5%;
}

footer {
	background-color: #000000;
	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;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.fullwidth {
	width: 100%;
}

.jumbotron {
	background-position: 110% 0%;
	background-repeat: no-repeat;
	background-size: 95%;
	background-color: #131313!important;
	position: relative;
	padding: 7%;
	background-image: url("../img/hero.jpg");
	color: #ffffff;
	margin-bottom: 0;
}

.jumbotron h1 {
	font-size: 50px;
}

.jumbotron h1::after {
  content: '';
  margin: 0 auto;
    margin-top: 0px;
  width: 100px;
  display: block;
  height: 6px;
  border-radius: 0;
  background: #6debe6;
  margin-top: 20px;
}

.bar {
	max-width: 650px;
}

.btn {
	margin: 10px 10px 10px 0;
	padding: 15px 35px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bolder;
	justify-content: center;
	text-align: center;
}

.details {
	padding-top: 0px!important;
}

.nopadding {
	padding: 0;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.nav-consideration {
	margin-top: 80px;
}

.navbar {
	min-height: 80px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-toggle {
	background-color: rgba(0,0,0,0);
	margin-top: 18px;
	padding: 14px 10px !important;
	border-radius: 0;
	border: none;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background-color: #6debe6;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default {
	background: rgba(0, 0, 0, 1);
	border: 0;
	padding: 0px 0;
	box-shadow: 0px 0px 10px #000000;
}

.navbar-fixed-top { 
	background-color: rgba(0, 0, 0, 1);
}

.navbar-fixed-top #mainlogo {
	background-image: url("../img/logo.png");
}

.navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
	font-weight: bold;
	font-size: 12px;
	margin: 14px 0 0 5px;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #00aaa6;
	color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background-color: #00aaa6;
	color: #ffffff;
}

.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 {
	background-color: #00aaa6;
	color: #ffffff;
}


#mainlogo {
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 190px;
	height: 50px;
	padding-top: 34.96%;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #6debe6;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {

    background: #00aaa6;
    background-size: 200%;
	color: #ffffff;
	border: 0;
	font-weight: bold;
	-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;
}

.wifobtn:hover {
    background: #6debe6;
    background-size: 200%;
	border: 0;
	-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;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
	background-color: #ffffff;
	color: #333333;
	border: solid 1px #ffffff;
	font-weight: bold;
	-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;
}

.wifobtninverse:hover {
	background-color: #333333;
	color: #ffffff;
	border: solid 1px #333333;
	-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;
}

.modal-content {
	background: rgba(222, 0, 0, 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;
}

	.float-right {
		float: right;
	}

.videocontainer {
	max-width:600px;
    margin:0px auto;
}

.youtube-player {
	position: relative;
	padding-bottom: 55.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;
}

.btn-secondary {
	color: #333333;
}

.mobile-show {
	display: none;
	visibility: hidden;
}

.board-stats {
	margin-top: 50px;
}

.board-image {
	margin-top: -50px;
}


@media (max-height: 600px) {
	.force-width {
		width: 100%!important;
	}
}

@media (max-width: 992px) {
	.fa-2x {
		font-size: 1em;
	}

	.modal-dialog {
		width: 90%;
	}

	.row-eq-height {
		display: initial;
	}

	.force-width {
		width: auto;
	}

	.totalwidth {
		width: 98%;
	}

	.board-stats {
		margin-top: 0px;
	}

	.board-image {
		margin-top: 0px;
	}

	.led-stats, .led-stats-small {
    width: 95%;
    margin: 2.5%;
    min-height: 100px;
	}

	#benefits .led-stats {
    width: 100%;
    margin: 0 auto;
    min-height: 100px;
    border-radius: 0px 0px 20px 20px;
	}

	.benefits-img {
		border-radius: 20px 20px 0px 0px;
	}

	.float-right {
		float: none;
	}

	.jumbotron {
    background-position: -10% 100%;
    background-repeat: no-repeat;
    background-size: 120%;
	}

	.jumbotron h1 {
    font-size: 38px;
    width: 70%;
    margin-top:  15px;
            filter: drop-shadow(2px 2px 6px black);
}

h2 {
    font-size: 25px;
    margin-top: 30px;
            filter: drop-shadow(2px 2px 6px black);
    }

h3 {
	font-size: 28px;
}

}

@media (max-width: 970px) {
	#mainlogo {
		background-image: url("../img/logo.png");
	}

	.social-icons {
		margin-bottom: 5px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 9px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		margin: 2px 0;
		font-size: 12px;
	}

	.modal-content {
		padding: 15px 10px;
	}

	.mobile-show {
		display: inline-block;
		visibility: visible;
	}

	.mobile-hide {
		display: none;
		visibility: hidden;
	}

	.jumbotron h1 {
		font-size: 30px;
	}
}

@media (max-width:  600px) {

	.jumbotron {
		        padding: 10px 20px 130px 20px;
    background-position: 50% 130%;
    background-repeat: no-repeat;
    background-size: 150%;
	}

	.jumbotron h1 {
    width: 90%;
        margin-left: 5%;
        margin-right: 5%;
	}

	h2 {
		width: 70%;
        margin: 20px auto;
	}

	.bumper {
    	width: 100%;
    	padding: 50px 0px;
	}
}

@media (max-width: 430px) {

	.jumbotron {
        background-position: 70% 105%;
    	padding: 0px 10px 190px 10px;
    }

    h2 {        
    	width: 90%;
    }
}

@media (max-width: 400px) {
	.modal-header .close {
        visibility: hidden;
        display: none;
    }
}

/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	min-width: 100% !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 3rem;
    background-color: #292929!important;
}
.freeprivacypolicy-com---palette-light .cc-nb-title, .freeprivacypolicy-com---palette-light .cc-nb-text {
    color: #ffffff!important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
 {
	    background-color: #6debe6 !important;
    border-radius: 5px !important;
    color: #000000 !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-nb-changep:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
	opacity: 75%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
    opacity: 0%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a {
    pointer-events: none;
    cursor: default;
}
/** /Cookie Consent **/



