@font-face {
	font-family:'SamsungSharp';
	src: url("../fonts/SamsungSharpBold.ttf") format("truetype");
}

@font-face {
	font-family:'SamsungOne';
	src: url("../fonts/SamsungOneRegular.ttf") format("truetype");
	font-weight: normal;
}

@font-face {
	font-family:'SamsungOne';
	src: url("../fonts/SamsungOneBold.ttf") format("truetype");
	font-weight: bold;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1.0,1.0);
	}

	10% {
		-webkit-transform: scale(0.95,0.95);
	}

	20% {
		-webkit-transform: scale(1.0,1.0);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1.0,1.0);
	}

	10% {
		-moz-transform: scale(0.95,0.95);
	}

	20% {
		-moz-transform: scale(1.0,1.0);
	}
}

@-o-keyframes pulse {
	0% {
		-o-transform: scale(1.0,1.0);
	}

	10% {
		-o-transform: scale(0.95,0.95);
	}

	20% {
		-o-transform: scale(1.0,1.0);
	}
}

@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1.0,1.0);
	}

	10% {
		-ms-transform: scale(0.95,0.95);
	}

	20% {
		-ms-transform: scale(1.0,1.0);
	}
}

@keyframes pulse { 
	0% {
		transform: scale(1.0,1.0);
	}

	10% {
		transform: scale(0.95,0.95);
	}

	20% {
		transform: scale(1.0,1.0);
	}
}

* {
	font-family: 'SamsungOne', 'Arial', sans-serif;
}

body {
	background-color: #f7f7f7;
}

::-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: #00b3e3;
}

.bumper {
	width: 100%;
	padding: 100px 0px;
	margin-bottom: 0px;
	color: #000000;
}

.bumper:nth-child(even) {
	background-color: #f4f4f4;
}

.bumper:nth-child(odd) {
	background-color: #ffffff;
}

.nopadding {
	padding: 0;
}

.resources {
	background-color: #f4f4f4;
	border: 1px solid #C0C0C0;
	background-clip: padding-box;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.greyit {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	background-clip: padding-box;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer {
	background-color: #363636;
	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;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.resize {
	width: auto;
	max-width: 100%;
}

a {
	color: #00b3e3;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #1428a0;
	text-decoration: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.jumbotron {
	padding: 7% 0;
	margin: 0;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/hero.jpg");
}

.jumbotron h1 {
	font-size: 40pt;
	line-height: 1.2;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 20px;
}

.jumbotron h3 {
	color: #ffffff;
}

#hero1 {
	background-image: url("../img/hero.jpg");
}

p {
	padding: 0 0 10px 0;
	font-size: 11pt;
	line-height: 1.6;
}

.product-image {
	margin-top: 25px;
}

.product-title {
	font-size: 16pt;
}

.product-sku {
	color: #aaa;
	font-weight: 800;
	padding: 0;
}

.btn {
	margin: 5px 5px 15px 0px;
	padding: 15px 35px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bolder;
	justify-content: center;
	text-align: center;
	font-size: 10pt;
	letter-spacing: 3px;
	text-transform: uppercase;
}

hr {
	border-top: 1px solid #dddddd;
	margin-top: 60px;
	margin-bottom: 60px;
}

.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: 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: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #777777;
}

.navbar-default {
	background: rgba(255, 255, 255, 0.99);
	border: 0;
	padding: 0px 0;
	box-shadow: 0px 0px 10px #000000;
}

.navbar-fixed-top { 
	background-color: rgba(255, 255, 255, 0.99);
}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #777777;
	text-decoration: none;
	font-weight: 500;
	margin: 14px 0 0 5px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #000000;
	border-bottom: 2px solid #1428a0;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #000000;
	border-bottom: 2px solid #1428a0;
}

.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: none;
	color: #000000;
	border-bottom: 2px solid #1428a0;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}


h1, h2, h3, h4, h5 {
	font-family: 'SamsungSharp', Arial, sans-serif;
}

h1 {
	font-size: 40pt;
	padding-bottom: 20px;
}

h2 {
	font-size: 30pt;
	line-height: 1.3;
	margin-bottom: 30px;
}

h3 {
	line-height: 1.2;
	font-size: 24pt;
	margin: 20px 0;
}

h4 {
	font-size: 18pt;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 20px;
}

h5 {
	font-size: 14pt;
	line-height: 1.5;
	font-weight: 300;
	padding: 0;
}

h6 {
	font-size: 8pt;
	line-height: 1.5;
}

.splash1 {
	background-color: #0e0e0e!important;
	background-image: url("../img/splash1.jpg")!important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	padding: 4% 0;
	color: #ffffff;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
	-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-color: #000000;
	color: #ffffff;
	-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: none;
	color: #ffffff;
	border: 1px solid #ffffff;
	-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: #ffffff;
	color: #000000;
	-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;
}

.btn:focus,.btn:active {
	outline: none !important;
	box-shadow: none;
}

.white {
	color: #ffffff;
}

video {
	outline: none;
	clip-path: inset(1px 1px);
}

.videocontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#video {
	background-color: #000;
}

#video h5{
	color: #fff;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.bullets {
	margin-top: 15px;
	margin-bottom: 30px;
}

.bullets > li {
	padding-left: 25px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 10px;
	font-size: 13px;
	text-align: left;
}

.video-left {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(0) translateY(-50%);
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
	background-size: cover;
}

.video-right {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(0) translateY(-50%);
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
	background-size: cover;
}

.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;
}

.mobile-show {
	visibility: hidden;
	display: none;
}

.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;
}


@media (max-height: 1050px) and (min-width: 991px) {
	.jumbotron h1 {
		padding-top: 40px;
	}
}

@media (max-height: 1000px) and (min-width: 991px) {
	.jumbotron h1 {
		padding-top: 60px;
	}
}

@media (max-height: 950px) and (min-width: 991px) {
	.jumbotron h1 {
		padding-top: 40px;
	}
}

@media (max-width: 1280px) {
	.jumbotron h1 {
		font-size: 30pt;
	}
}

@media (max-width: 990px) {
	.jumbospacer {
		height: 20px;
	}

	.spacer {
		text-align: center;
	}

	.jumbotron h1 {
		padding-top: 60px;
		font-size: 27pt;
	}

	.jumbotron {
		padding: 0px 0px 70px 0px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}

	.mobnopadding {
		width: 98%;
	}

	.mobile-show {
		visibility: visible;
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.navbar-fixed-top {
		box-shadow: 0px 0px 10px #aaaaaa;
		transition: box-shadow 0.5s ease 0s;
	}

	.navbar-default .navbar-nav > li > a {
		margin: 2px 10%;
		text-align: center;
	}
	.mobile-show {
		visibility: visible;
		display: inline-block;
	}

	.splash1 {
		background-size: cover;
		background-position: center;
	}
}

@media (max-width: 388px) {
	.jumbotron h1 {
		font-size: 20pt;
		padding-top: 60px;
	}

	.mobile-show {
		visibility: visible;
		display: inline-block;
	}
}

/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	min-width: 100% !important;
	color: #4A4A4A !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !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: #4A90E2 !important;
	border-radius: 5px !important;
	color: #ffffff !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 **/

