
* {
	font-family: 'Montserrat', 'Arial', 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: #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: #ffce00;
}

h1, h4 {
	font-weight: 400;
}
h1 {
	line-height: 1.1;
	color: #ffffff;
}

h1 span {
	font-weight: 600;
	color: #ffce00;
	display: inline-block;
}

h2 {
	color: #ffce00;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 25px;
}

h3 {
	padding-bottom: 0px;
	font-weight: 600;
}

h4 {
	line-height: 1.2;
	padding-bottom: 15px;
}

.jumbotron {
	margin-bottom: 0px;
	background-image: url(../img/hero.jpg)!important;
	background-position: 50% 50%;
	background-size: 100%;
	padding: 100px 0 40px 0;
	text-align: left!important;
	background-color:#000000;
}

.jumbotron h1 {
	color: #ffffff!important;
	font-size: 50px;
	margin-top:20px;
	width: 70%;
    max-width: 370px;
}

.jumbotron h3 {
	margin: 20px 0px 30px 0px;
	font-size: 20px;
	color: #fff;
	width: 90%;
	font-weight: 300;
}

.jumbotron h3 span{
	font-weight: 600;
	display: inline;
}

.jumbotron .btn {
    margin: 5px 15px 5px 0px;
}

.threesixty img {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}


hr {
	border-color: #ffce00;
	background-color: #000000;
	margin-top: 60px;
	margin-bottom: 60px;
    padding-left:200px ;
    padding-right:200px ;
}

.item img {
	width: 90%;
	max-width: 480px;
	margin:  0 auto;
}

.surge-container {
    max-width: 1400px;
    width: 100%;
}

.surge {
	margin: 10px auto 25px auto;
	display: block;
}

.surge .btn {
	margin-bottom: 40px;
}

.surgex-3col {
	width: 30%;
    padding: 1%;
	margin:  0 auto;
	display: inline-block;
	vertical-align: top;
}

#products h2 {
	color:#000!important;
}

.about h2 {
	color:#000!important;
}

.about h4 {
	color:#555!important;
	font-weight: 400!important;
}

.surgex-3col p {
	color:#555!important;
	font-weight: 400!important;
}

.surgex-3col img {
	/*---webkit-filter: drop-shadow(2px 5px 5px #999);
	filter: drop-shadow(2px 5px 5px #999);---*/
}

.dash:after {
    content: '';
    margin: 0 auto;
    width: 80px;
    display: block;
    height: 5px;
    background: #ffce00;
    margin-top: 15px;
}

.about img {
	-webkit-filter: drop-shadow(0px 0px 10px #ddd);
	filter: drop-shadow(0px 0px 10px #ddd);
}


p {
	padding: 5px;
	font-size: 13pt;
	line-height: 1.4;
	color:#c7c7c7;
	margin-bottom:20px;
}

#products p {
	font-size: 11pt;
}

#myVideo, #myVideo2 {
	position: fixed;
    top: 29%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 111%;
    height: auto;
    z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #101010;
	background-size: cover;
}

#myVideo2 {
	display:none;
}


.bumper-black {
	background-color: #000000;
	color: #ffffff;
	padding:60px 60px;
	border:0;
	
}

.bumper {
	width: 100%;
	padding: 60px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	border:0;
}

.bumper-light {
	background-color: #fff;
	color: #000;
	padding:60px 60px;
	border:0;
	
}




.bumper-dark {
	background-color: #000;
	color: #ffffff;
	padding:60px 60px;
	border:0;
	background-image: url(../img/wave-bg-black.svg)!important;
	background-position: 50% bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

#buy .row, #callback .row  {
	display: block;
    width: 100%;
    max-width: 800px!important;
    margin: 0 auto;
}

.list-inline-item  {
	color: #000000!important;
}

.resize {
	width: auto;
	max-width: 100%;
}



.ticks {
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 20px;
}

.ticks > li {
	margin-bottom: 10px;
	padding-left: 10px;
	list-style-type: '✔';
  	padding-inline-start: 1ch;

}

.list-inline-item {
	font-size: 12px;
	margin: 0;
}

a {
	color: #ffce00;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #ffce00;
	text-decoration: none;
	font-weight: bold;
}

footer {
	background-color: #ffce00;
	padding: 40px 10px;
	color: #ffffff;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
}

.nav-pills {
	width: 90%;
	margin: 10px auto;
}

.nav-pills > li > a {
	margin: 10px 15px 0 15px;
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #ffce00;

}

.nav-pills > li > a:focus {
	color: #ffffff;
    background-color: #ffce00;

}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: #ffce00;
}

.heightspacer {
	height: 20px;
}

.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;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.maintitle {
	padding-top: 70px;
}

.btn {
	margin: 25px 15px 5px 15px;
	padding: 15px 35px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bolder;
	justify-content: center;
	text-align: center;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.strapline {
	padding-top: 20px;
}

.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: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffce00;
}

.navbar-default {
	background: transparent;
	border: 0;
	padding: 0px 0;
}

.navbar-fixed-top { 
	background-color: rgba(16, 16, 16, 0);
	min-height: 80px;
	padding-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.navbar-fixed-top.opaque {
	background-color: rgba(16, 16, 16, 0.99);
	min-height: 80px;
	padding-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	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: #ffffff;
	border-bottom: 2px solid #ffce00;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #ffce00;
}

.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: #ffffff;
	border-bottom: 2px solid #ffce00;
}

.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: 215px;
	height: 0;
	padding-top: 34.96%;
}

.jowobtninverse, .jowobtninverse:active, .jowobtninverse:focus, .jowobtn3:hover {
	background-color: #ffffff;
	color: #000000;
	border: 3px solid #ffffff;
	font-weight: bold;
	border:3px solid #fff;
}

.jowobtn2, .jowobtn2:active, .jowobtn2:focus {
	background-color: #ffce00;
	border: 3px solid #ffce00;
	color: #000000;
	font-weight: bold;
}

.jowobtninverse:hover, .jowobtn2:hover, .jowobtn3, .jowobtn3:active, .jowobtn3:focus {
	background-color: #000000;
	border: 3px solid #000000;
	color: #ffce00;
}

.jowobtn, .jowobtn:active, .jowobtn:focus {
	background-color: #ffce00;
	color: #000000;
	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;
}

.jowobtn: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-secondary {
	color: #ffffff;
	background-color: #000000;
}

.pop-up {
	color:#fff;
}

.bold h4 {
	font-weight: bold;
}

.white {
	color: #ffffff;
}

.modal-content {
	background: rgba(255, 205, 0, 0.95);
	color: #ffffff;
	border-radius: 35px;
	padding: 15px 30px;
} 

.modal-header h2 {
	color:#000000!important;
	font-size: 24px;
	margin: 0;
}

.modal-header .close {
    margin-top: -42px;
    font-size: 45px;
    margin-bottom: -30px;
}

.modal-dialog {
    width: 700px;
    margin: 5% auto;
}

.nopadding {
	padding: 0;
}

.pop-up h4 {
	color:#000000!important;
	font-weight: 700;
}

.pop-up p {
	color:#000000!important;
	font-weight: 400;
}

.column-align {
	margin: 0 auto;
	float: none;
}

#technology h2 {
	margin-bottom: 25px;
}

.float-right {
	float:right;
}


.shadow {
	text-shadow: 0px 0px 20px #000000;
	-ms-text-shadow: 0px 0px 20px #000000;
	-moz-text-shadow: 0px 0px 20px #000000;
	-webkit-text-shadow: 0px 0px 20px #000000;
}

.box-shadow {
	box-shadow: 0px 0px 20px #000000;
	-ms-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
}

.strip {
	width:100%;
	display:block;
	background-color: #ffce00;
	padding:1% 0%;
	display:none;
	margin-bottom: -10px;
}

.strip h4{
	color:#fff;
	font-size:16px;
	padding:0px;
}


.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

#carousel-default {
	margin-top:0px;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10%;
	color: #fff;
	text-align: center;
	opacity: .5;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-image: none;
	background-size: auto;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}}

@media (max-width: 1500px) {
	.jumbotron {
		background-size: 120%;
	}
}

@media (max-width:  1300px) {
	.jumbotron {
		background-size: 165%;
	}
}

@media (max-width:1200px) {

	.jumbotron {
		padding: 25px 0;
	}

	.roundal {
	float: right;
    width: 150px;
    margin-top: -115px;
    margin-right: 30px;
	}

	.hero {
	width: 100%;
    max-width: 480px;
    margin: 0 auto;
	}

	.jumbotron {
		padding: 75px 0 40px 0px;
	}
}

@media (max-width: 1000px) {

	.modal-dialog {
		width: 90%;
	}

	#myVideo {
    top:18%;
	}

	
	.modal-dialog {
		width: 90%;
	}

	#myVideo {
		width: 130%;
	}

	.maintitle {
		padding-top: 20px;
	}

	.navbar-fixed-top { 
		background-color: rgba(44, 47, 52, 0.99);transition: background-color 0.5s ease 0s;
	}

	.navbar-fixed-top.opaque {
		background-color: rgba(44, 47, 52, 0.99);transition: background-color 0.5s ease 0s;
	}

	#mainlogo {
		background-image: url("../img/logo.png");
	}

	.jumbotron {
		padding: 95px 0 50px 0px;
		margin-bottom: 0px;
		background-image: url(../img/hero-vertical.jpg)!important;
		background-position: 50% 50%;
		background-size: 105%;
	}

	.jumbotron h1 {
		width: 95%;
    	max-width: 690px;
	}

	.jumbotron img {
		margin: 35px auto 0 auto;
		display:block;
		/*---webkit-filter: drop-shadow(0px 0px 15px #111);
    	filter: drop-shadow(0px 0px 15px #111);--*/
	}

	.item img {
    	width: 90%;
    	max-width: 440px;
	}

	img {
		width: 95%;
		max-width: 500px;
	}

	.surgex-3col {
	width: 47%;
	}

	.bumper {
		background-size: 200%!important;
	}


}

@media (max-height: 600px) {
	.force-width {
		width: 100%!important;
	}
}


@media (max-width: 850px) {

	#myVideo {
    top:21%;
	}

	.float-right {
	float:none!important;
}
}

@media (max-width: 790px) {

	.bumper {
		padding: 45px 0px;
	}

	.navbar-default .navbar-nav > li > a, 
	.navbar-fixed-top .navbar-nav > li > a {
		font-size: 12px;
	}

	.hero {
		max-width: 378px;
	}

	#myVideo {
		width: 130%;
		top: 23%;
	}

	.jumbotron h1 {
		font-size: 40px;
	}

	.modal-content {
		padding: 15px 10px;
	}

	.btn {
    	margin: 5px 15px 15px 15px;
	}

	.container {
		padding: 0 5%;
	}
}

@media (max-width:700px) {
	.surgex-3col {
	width: 90%;
	max-width: 450px;
	}

	.jumbotron h3 {
    margin: 15px 0px 20px 0px;
	}
}

@media (max-width:550px) {

	#myVideo {
    	width: 153%;
    	top: 33%;
	}

	.jumbotron {
		background-position: 50% 60%;
    	background-size: 140%;
	}

	.bumper {
		background-size: 280%!important;
	}
	
}

@media (max-width: 420px) {

	.jumbotron {
		padding: 80px 0 40px 0;
	}

	.jumbotron img {
   	 	margin: 20px auto 0 auto;
    }

	.jumbotron h1 {
		width: 80%;
	}

	.jumbotron h3 {
		font-size: 18px;
    	color: #ffffff;
    	width: 95%;
    	margin: 15px 0px 15px 0px;
    }

	.bumper {
		padding: 30px 0px;
	}

	.modal-header .close {
        visibility: hidden;
        display: none;
    }

    h3 {
    	font-size:22px;
    }

    p {
    	padding: 5px;
    	font-size: 11pt;
    	line-height: 1.4;
    }

 }

 /** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	min-width: 100% !important;
	color: #d9f0f8 !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 3rem;
    background-color: #d9f0f8!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: #00b4f0!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 **/
