/*!
 * 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', '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: #f00000;
}

.bumper {
	width: 100%;
	padding: 80px 0px;
	margin-bottom: 0px;;
	background-position: center center;
	background-size: cover;
}

.bumper-comp {
	width: 100%;
	padding: 20px 0px 40px 0px;
}

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

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

h1, h4 {
	font-weight: 600;
}

h1 {
	line-height: 1.3;
}

h2 {
	color: #401663;
	font-weight: 700;
	margin-bottom: 20px;
}

h3, h4 {
	line-height: 1.3;
	margin-bottom: 20px;
}

h6 {
	font-weight: 100;
	line-height: 1.3;
}

p {
	padding: 5px;
	font-size: 12pt;
	line-height: 1.5;
}

.jumbotron h1 {
	color: #ffffff!important;
	font-size: 50px;
}

.jumbotron h4 {
	color: #ffffff!important;
}

#connected {
	background-color: #233332;
}

#connected h2, #connected h6, #connected p {
	color: #ffffff;
}

.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: 100px;
	width: 100px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	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);
}

.fullwidth {
	width: 100%;
}

#counter, .counter-value {
	display: inline;
}

.benefits {
	display: inline-block!important;
	background: linear-gradient(45deg,#ee0002 12%,#510069 88%);
	color:#ffffff!important;
}

.benefits h2 {
	color:#ffffff;
}

.benefits h4 a{
	font-size: 10pt!important;
	color: #003f5a!important;
	display:block;
}

.benefits h4{
	color: #ffffff;
	font-weight: 600;
	padding: 15px 5% 5px 5%;
	line-height: 1.2;
}

.benefits p{
	color: #ffffff;
	font-weight: 300;
	padding: 5px 5% 25px 5%;
	line-height: 1.2;
}

.benefits img{
	padding-top:30px;
	width:90px;
}

.bullets {
	text-align: left;
	margin-left: 20px;
	font-size: 13px;
	margin-top: 20px;
}

.bullets > li {
	padding-left: 10px;
	margin-bottom: 10px;
}

#showmore1 .container {
	max-width: 2000px;
}

#showmore1 h2 {
	margin-bottom: 20px;
}

.stats {
	font-size: 80pt;
	color: #ffffff;
}

.heightspacer {
	height: 200px;
}

.thumbnail-barco {
	margin: 0 auto!important;
	width:100%;
	max-width:1010px!important;
}

.resources-barco img{
	margin: 0 auto -41px 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;
}

.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: 40px;
}

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;
	padding-top: 100px;
	padding-bottom: 100px;
	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/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;
}

.wifobtninverse:hover {
	background-color: #f00000;
	color: #ffffff;
}

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

.bold h4 {
	font-weight: bold;
}

.white {
	color: #ffffff;
}

.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/gradient.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	color: #ffffff!important;
}

.halfimg2 h2 {
	color: #ffffff;
}

.halfimg2 p {
	color: #ffffff;
}

.innovation-house {
	margin-bottom: 0px;
	background-image: url("../img/innovation-house.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	color: #ffffff!important;
}

.innovation-house h2 {
	color: #ffffff;
}

.innovation-house p {
	color: #ffffff;
}

@media (max-width: 1200px) {
	.greyit {
		min-height: 525px;
	}
}

@media (max-width: 992px) {
	.jumbotron {
		background: #47387d;
		height: auto;
	}

	.modal-dialog {
		width: 90%;
	}

	.greyit {
		min-height: auto;
	}
}

@media (max-width: 970px) {
	.forcewidth {
		width: 95%;
	}

	#myVideo {
		display: none;
	}

	.maintitle {
		padding-top: 20px;
	}

	#mainlogo {
		background-image: url("../img/logo.png");
	}
}

@media (max-width: 767px) {
	.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;
	}

	h4 {
		margin-top: 30px;
	}
}



/** 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 **/