
* {
	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: #f00000;
}

h1, h4 {
	font-weight: 600;
}

h1 {
	line-height: 1.3;
}

h2 {
	color: #401663;
	font-weight: 700;
}

h3, h4 {
	line-height: 1.3;
}

h6 {
	font-weight: 100
	line-height: 1.3;
	color: #ffffff!important;
}

.jumbotron h1 {
	color: #ffffff!important;
	font-size: 50px;
}

.jumbotron h4 {
	color: #ffffff!important;
}

p {
	padding: 5px;
	font-size: 12pt;
	line-height: 1.5;
}

.competition {
	background-image: linear-gradient(45deg,#e50007 12%,#4e006b 88%);
	-ms-background-image: linear-gradient(45deg,#e50007 12%,#4e006b 88%);
	-moz-background-image: linear-gradient(45deg,#e50007 12%,#4e006b 88%);
	-o-background-image: linear-gradient(45deg,#e50007 12%,#4e006b 88%);
	-webkit-background-image: linear-gradient(45deg,#e50007 12%,#4e006b 88%);
	background-color: #e50007;
}

.competition h2 {
	color: #ffffff;
	margin: 20px auto;
	padding: 0%;
}

#competition h2 {
	color: #e50007;
	margin: 20px auto;
	padding: 0 2%;
}

#competition h4 {
	margin-top: 25px;
}

#competition a {
	font-size: 12px;
	color: #4e006b;
	margin: 20px auto;
	padding: 0 2%;
	text-decoration: underline;
}

#myVideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	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: #47387d;
	background-size: cover;
}

.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: 150px;
    width: 150px;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
	position: absolute;
	background: url("../img/play-btn.png") no-repeat;
	cursor: pointer;
	filter: drop-shadow(0px 0px 50px #000);
	webkit-filter: drop-shadow(0px 0px 50px #000);
	moz-filter: drop-shadow(0px 0px 50px #000);
	ms-filter: drop-shadow(0px 0px 50px #000);
	o-filter: drop-shadow(0px 0px 50px #000);
	}

.bumper {
	width: 100%;
	padding: 40px 0px;
	margin-bottom: 0px;;
	background-position: center center;
	background-size: cover;
}

.bumper-comp {
	width: 100%;
	padding: 20px 0px 40px 0px;
}

.bumper:nth-child(even) {
	background-color: #ffffff;
	color: #333333;
}

.bumper:nth-child(odd) {
	background-color: #f3f3f3;
	color: #333333;
}

.encore3 {
	margin-bottom: 0px;
	background-image: url("../img/encore-3.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	color: #ffffff!important;
	background-size: cover;
}

.encore3 h2 {
	color: #ffffff;
}

.encore3 p {
	color: #ffffff;
}


#counter, .counter-value {
	display: inline;
}

.stats {
	font-size: 80pt;
	color: #ffffff;
}

.heightspacer {
	height: 200px;
}

.thumbnail-barco {
	margin: 0 auto!important;
	width:100%;
	max-width:1010px!important;
}

.thumbnail-barco img{
	margin: 0 auto 20px auto!important;;
}

.tech-trends {
	margin: 0 auto!important;
}

.tech-trends img {
	margin: 15px auto 25px auto!important;
	display:block!important;
	width:100%;
	max-width:500px!important;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
0% {
  opacity: 0;
  transform: translateY(70%);
} 
100% {
  opacity: 1;
  transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
  opacity: 0;
  -webkit-transform: translateY(70%);
} 
100% {
  opacity: 1;
  -webkit-transform: translateY(0%);
}
}


.resize {
	width: auto;
	max-width: 100%;
}

.dark {
	background-color: #401663!important;
	color: #ffffff!important;
}

.dark h2 {
	color: #ffffff;
}

ul > li {
	font-size: 16px;
	margin-bottom: 5px;
}

.list-inline-item {
	font-size: 12px;
	margin: 0;
}

a {
	color: #401663;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #401663;
	text-decoration: none;
	font-weight: bold;
}

hr {
	border-top: 1px solid #dadada;
	margin: 10px;
}

footer {
	background-color: #401663;
	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: 20px;
	background-color: #f5f5f5;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: #f00000;
}

.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;
}

.jumbotron {
	margin-top: 40px;
	margin-bottom: 0px;
	background-position: center bottom;
	background-size: cover;
	background-image: url("../img/hero.jpg");
}

.maintitle {
	padding-top: 70px;
}

.btn {
	margin: 5px 5px 5px 0px;
	padding: 15px 35px;
	border-radius: 15px;
	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: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default {
	background: rgba(56, 43, 106, 0.99);
	border: 0;
	padding: 0px 0;
	box-shadow: 0px 0px 10px #000000;
}

.navbar-fixed-top { 
	background-color: rgba(64, 22, 99, 0.99);
}

.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 #f00000;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #f00000;
}

.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 #f00000;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}

#mainlogo {
	background-image: url("../img/nav-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 215px;
	height: 0;
	padding-top: 34.96%;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
	background-color: #ffffff;
	color: #f00000;
	font-weight: bold;
	border: 0px;
}

.wifobtninverse:hover {
	background-color: #f00000;
	color: #ffffff;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	border: 0px;
	background-image: linear-gradient(45deg,#e50007 12%,#4e006b 88%);
	color: #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;
}

.wifobtn:hover {
	background-color: #4e006b;
	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;
}

.greyit {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	background-clip: padding-box;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bold h4 {
	font-weight: bold;
}

.white {
	color: #ffffff;
}

.float-right {
	float: right;
}

.modal-content {
	background: rgba(71, 56, 125, 0.9);
	color: #ffffff;
	border-radius: 35px;
	padding: 15px 30px;
} 

.modal-header h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}

.modal-header .close {
    font-size: 45px;
    margin-bottom: -30px;
}

.modal-dialog {
    width: 700px;
    margin: 5% auto;
}

.btn-secondary {
	color: #333333;
}

.halfimg2 {
	margin-bottom: 0px;
	background-image: url("../img/projector.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	color: #ffffff!important;
}

.halfimg2 h2 {
	color: #ffffff;
}

.halfimg2 p {
	color: #ffffff;
}

.halfimg3 {
	margin-bottom: 0px;
	background-image: url("../img/image-processing.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	color: #ffffff!important;
}

.halfimg3 h2 {
	color: #ffffff;
}

.halfimg3 p {
	color: #ffffff;
}

.clickshare {
	margin-bottom: 0px;
	background-image: url("../img/clickshare.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	color: #ffffff!important;
}

.clickshare h2 {
	color: #ffffff;
}

@media (max-width: 990px) {
	.jumbotron {
		background: #47387d;
		height: auto;
	}

	.modal-dialog {
		width: 90%;
	}

	.float-right {
		float: none;
	}
}

@media (max-width: 970px) {
	.forcewidth {
		width: 95%;
	}

	#myVideo {
		display: none;
	}

	.maintitle {
		padding-top: 20px;
	}

	.navbar-fixed-top { 
		background-color: rgba(56, 43, 106, 0.99);transition: background-color 0.5s ease 0s;
	}

	.navbar-fixed-top.opaque {
		background-color: rgba(56, 43, 106, 0.99);transition: background-color 0.5s ease 0s;
	}

	#mainlogo {
		background-image: url("../img/nav-logo.png");
	}
}

@media (max-width: 790px) {
	.navbar-default .navbar-nav > li > a, 
	.navbar-fixed-top .navbar-nav > li > a {
		font-size: 12px;
	}

	.jumbotron {
		padding: 50px 0;
	}

	.jumbotron h1 {
		font-size: 30px;
	}

	.modal-content {
		padding: 15px 10px;
	}
}

/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	max-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 **/

