/*!
* 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; }

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1.0,1.0);
	}

	10% {
		-webkit-transform: scale(0.98,0.98);
	}

	20% {
		-webkit-transform: scale(1.0,1.0);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1.0,1.0);
	}

	10% {
		-moz-transform: scale(0.98,0.98);
	}

	20% {
		-moz-transform: scale(1.0,1.0);
	}
}

@-o-keyframes pulse {
	0% {
		-o-transform: scale(1.0,1.0);
	}

	10% {
		-o-transform: scale(0.98,0.98);
	}

	20% {
		-o-transform: scale(1.0,1.0);
	}
}

@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1.0,1.0);
	}

	10% {
		-ms-transform: scale(0.98,0.98);
	}

	20% {
		-ms-transform: scale(1.0,1.0);
	}
}

@keyframes pulse { 
	0% {
		transform: scale(1.0,1.0);
	}

	40% {
		transform: scale(0.98,0.98);
	}

	80% {
		transform: scale(1.0,1.0);
	}
}

* {
	font-family: 'Montserrat', sans-serif;
}

body {
	background-color: #f7f7f7;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(164,104,41,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(164,104,41,0.3);
	background-color: #00b4f0;
}

.bumper {
	width: 100%;
	padding: 90px 0px;
	margin-bottom: 0px;
}

.bumper:nth-child(odd) {
	background-color: #ffffff;
}

.bumper:nth-child(even) {
	background-color: #f6f7fb;
	background: url("../img/pattern-topright.png") top right no-repeat, url("../img/pattern-bottomleft.png") bottom left no-repeat;
}

.blueblock {
	background-color: #043c7c!important;
	color: #ffffff!important;
}

.rental-team {
	background: url("../img/rental-team.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 250px 0;
}

.solutions {
	background: url("../img/virtual-production.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.demos-and-testing {
	background: url("../img/demos-and-testing.jpg")!important;
	background-size: cover!important;
	background-position: right!important;
	background-attachment: fixed!important;
	color: #ffffff!important;
}

.gradient-text {
	background: -webkit-linear-gradient(0deg, #61489d, #00aeef);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
}

#contact {
	padding: 60px 0;
}

/* ANIMATED X */
.navbar-toggler.x {
	border: none;
}

.navbar-toggler.x:focus {
	outline: none;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
	width: 26px;
	display: block;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

footer {
	background-color: #181d21;
	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;
	text-decoration: none;
}

.list-inline {
	margin: 0;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.bullets {
	margin-top: 15px;
	margin-bottom: 20px;
}

.bullets li {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}

.videocontainer {
	margin: 15px 0 15px 0;
}

.youtube-player {
	position: relative;
	padding-bottom: 46.23%;
	height: 0;
	overflow: hidden;
	max-width: 85%;
	background: none;
	margin: 5px auto;
}

.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;
}

.resize {
	width: auto;
	max-width: 100%;
}

a {
	color: #00b4f0;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a:hover, a:focus, a:active {
	color: #a5a5a5;
	text-decoration: underline;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

li a {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.jumbotron {
	height: 90vh;
	padding: 26vh 0;
	margin-bottom: 0;
	background: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron h1 {
	font-size: 36px;
	color: #ffffff;
	line-height: 1.3;
	margin-top: 0;
}

.jumbotron p {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 5px;
}

.small-logo {
	transform: scale(0.9);
	margin-top: -25px;
	margin-bottom: -5px;
}

.white-block {
	background-color: #ffffff;
	padding: 30px 50px;
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
}

.white-block img {
	padding: 15px;
}

.product-block {
	background-color: #ffffff;
	padding: 30px 20px;
	margin-top: 20px;
	box-shadow: 0 0 5px 2px #eee;
}

.nav-consideration {
	margin-top: 80px;
}

p {
	padding: 5px;
	font-size: 11pt;
	line-height: 1.6;
}

.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: #00b4f0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111111;
	height: 3px;
}

.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-fixed-top #mainlogo {
	background-image: url("../img/logo.png");
}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #111111;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin: 14px 0 0 5px;
	text-align: center;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
	background-color: #00b4f0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.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 {
	color: #ffffff;
	background-color: #00b4f0;
}

.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: 190px;
	height: 0;
	padding-top: 30%;
}

.tab-content {
	padding: 50px;
	background-color: #ffffff;
}

.nav-tabs {
	margin-top: 40px;
}

.nav-tabs > li > a {
	font-weight: bold;
	color: #aaaaaa;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	color: #00b4f0;
}

.dropdown-menu {
	background-color: #00b4f0;
	text-align: center;
	top: 80px;
	border-radius: 25px;
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	border: 0;
}

.dropdown.open .dropdown-menu {
	max-height: 400px;
	opacity: 1;
}

.dropdown-menu li {
	margin: 0px 0px;
	color: #ffffff;
}

.dropdown-menu > li > a {
	display: block;
	padding: 10px 10px;
	clear: both;
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	background-color: #00b4f0;
	color: #ffffff!important;
	white-space: break-spaces;
}

.dropdown-menu .dd-two {
	background-color: #4da57c;
	border-top:0px solid rgba(255, 255, 255,0.5);;
}

.dropdown-menu .dd-three {
	background-color: #409a70;
	border-top:0px solid rgba(255, 255, 255,0.5);;
}

.dropdown-menu > li > a:hover {
	background-color: #5edea4;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	background-color: #00b4f0;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #ddd;
}

h1 {
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-weight: 400;
	font-size: 22pt;
	margin-bottom: 25px;
	line-height: 1.4;
}

h3 {
	font-weight: 600;
	font-size: 16pt;
	line-height: 1.4;
	margin-bottom: 15px;
}

h4 {
	font-weight: 600;
	font-size: 14pt;
	line-height: 1.4;
	margin-bottom: 15px;
}

h5 {
	font-weight: 700;
	font-size: 15pt;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5;
}

h6 {
	font-weight: 400;
	line-height: 1.5;
	font-size: 10pt;
	margin-bottom: 0px;
}

.btn {
	margin: 5px;
	border-radius: 0;
	padding: 10px 20px;
	display: inline-block;
	font-weight: bold;
}

.wifo-btn, .wifo-btn:active, .wifo-btn:focus {
	background-color: #00b4f0;
	color: #ffffff;
	border: 3px solid #00b4f0;
	-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;
}

.wifo-btn:hover {
	background-color: #ffffff;
	border: 3px solid #00b4f0;
	color: #00b4f0;
	-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;
}

.wifo-btn-inverse, .wifo-btn-inverse:active, .wifo-btn-inverse:focus {
	background-color: #ffffff;
	color: #00b4f0;
	border: 3px solid #ffffff;
}

.wifo-btn-inverse:hover {
	background-color: #00b4f0;
	color: #ffffff;
	border: 3px solid #00b4f0;
}

.nopadding {
	padding: 0px;
	background-color: #ffffff!important;
}

.fullwidth {
	width: 100%;
}

.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;
}

.modal-content {
	background: rgba(255, 255, 255, 1);
	color: #000000;
	border-radius: 35px;
	padding: 15px 30px;
} 

.modal-header h2 {
	color: #00b4f0;
	font-size: 24px;
	margin: 0;
}

.modal-header .close {
	margin-top: -42px;
	font-size: 45px;
	margin-bottom: -30px;
}

.modal-dialog {
	width: 90%;
	max-width: 1024px;
	margin: 4% auto;
}


.slideshow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 90vh;
	overflow: hidden;
}
.slideshow .slider {
	width: 100vw;
	height: 90vh;
	z-index: 2;
}
.slideshow .slider * {
	outline: none;
}
.slideshow .slider .item {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	border: none;
}
.slideshow .slider .item .text {
	display: none;
}
.slideshow .slider .item img {
	min-width: 101%;
	min-height: 101%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
	position: absolute;
	z-index: 100;
	width: 40px;
	height: auto;
	bottom: auto;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	left: auto;
	color: #fff;
	display: block;
}
.slideshow .slick-dots li {
	display: block;
	width: 100%;
	height: auto;
}
.slideshow .slick-dots li button {
	position: relative;
	width: 20px;
	height: 15px;
	text-align: center;
}
.slideshow .slick-dots li button:before {
	content: "";
	background: #fff;
	color: #fff;
	height: 2px;
	width: 20px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
	width: 40px;
	opacity: 1;
}
.slideshow.slideshow-right {
	left: 0;
	z-index: 1;
	width: 50vw;
	pointer-events: none;
}
.slideshow.slideshow-right .slider {
	left: 0;
	position: absolute;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:focus {
	background-color: transparent;
	color: #00b4f0;
	font-weight:bold;
	border: 2px solid #00b4f0;
	-webkit-transition: border-bottom 0.1s linear;
	-moz-transition: border-bottom 0.1s linear;
	-o-transition: border-bottom 0.1s linear;
	-ms-transition: border-bottom 0.1s linear;
	transition: border-bottom 0.1s linear;
}

.btn-secondary:hover {
	background-color: #ffef10;
	color: #00b4f0;
	border: 2px solid #ffef10;
	-webkit-transition: border-bottom 0.1s linear;
	-moz-transition: border-bottom 0.1s linear;
	-o-transition: border-bottom 0.1s linear;
	-ms-transition: border-bottom 0.1s linear;
	transition: border-bottom 0.1s linear;
}

.btn-secondary {
	visibility: hidden;
	display: none;
}

.noscriptmsg {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

fieldset {
  padding: 20px 10px;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
}

div#contact_form {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  padding: 10px 20px 10px 10px;
}

div.input-box {
  display: flex;
  margin: 10px 20px 10px 0;
  flex-wrap: wrap;
}

div.input-box label {
  display: inline-block;
  margin: 10px 10px 10px 0;
  width: 20%;
}

label {
  font-size: 14px;
}

div.input-box input {
  font-size: 1.5rem;
  border: 1px solid #ccc;
  padding: 4px 8px;
  flex: 1;
}

div.input-box input.error {
  border: 2px dashed red;
  background: #fee;
}

div.input-box label.error {
  color: red;
  font-size: 1rem;
  text-align: right;
  width: 100%;
  margin: 10px 0;
}

input[type=radio],
input[type=checkbox] {
  margin: 12px 9px 15px 30px;
}

.nowrapblock {
  white-space: nowrap;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
  width: 78%;
  padding: 15px;
}

@media (max-width: 991px) {
	.forcewidth {
		width: 98%;
	}

	.modal-dialog {
		width: 90%;
	}
}

@media (max-width: 910px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		margin: 1px 30px;
		font-size: 14px;
	}

	.jumbotron h1 {
		font-size: 28px;
	}

	.modal-content {
		padding: 15px 10px;
	}

	.modal-dialog {
		width: 90%!important;
	}

	.slideshow .slick-dots {
		display: none;
		visibility: hidden;
	}

	.bumper {
		padding: 50px 0px;
	}

	.bumper:nth-child(even) {
		background: #f6f7fb;
	}

	.demos-and-testing {
		background-position: center!important;
	}
}

@media (max-width: 600px) {
	.container {
		padding-right: 0px;
		padding-left: 0px; 
	}

	.btn {
		margin: 10px auto;
	}

	.nav-pills > li {
		float: none;
	}

	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media (max-width: 400px) {
	.modal-header .close {
		visibility: hidden;
		display: none;
	}

	.btn-secondary {
		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 **/
