
@font-face {
    font-family: 'BrownStd-Regular';
    src: url('BrownStd-Regular.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrownStd-Bold';
    src: url('BrownStd-Bold.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}

body { padding: 0; margin: 0 }
#unity-container 
{ 
	position: absolute;
	background-color: #024289;	
}
#unity-container.unity-desktop { left: 0%; top: 0%; width: 100%; height: 100%}
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #ffffff }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar 
{ 
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#unity-logo { width: 800px; height: 350px; background: url('kingspan-logo.png') no-repeat center }
#unity-spinner {position: absolute; transform: translate(-50%, 0%); left: 50%; top: 100%; width: 400px; height: 198px; background: url('spinner.gif') no-repeat center }
#unity-progress-bar-empty { width: 700px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-light.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-light.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#b2c-container { position:absolute; display: none; width: 500px; height: 500px; margin-left: calc( 50% - 250px ); top: calc(50% - 250px); }
#b2c-iframe
{
	display: inline;
	position: absolute;
	width: 100%;
	height: 100%;
}
#b2c-close-container
{
	display: inline;
	color: red;
	height: 30px;
	width: 100%;
	/*background: #024289;*/
	margin-left: 0;
	position: absolute;
	z-index: 1;
	/*top: -30px;*/
}

#b2c-close-button
{
	margin-left: calc( 100% - 30px );
	background: #024289;
}

#video-container { position:absolute; display: none; width: 980px; height: 560px; margin-left: calc( 50% - 490px ); top: calc(50% - 245px); }
#video-iframe
{
	display: inline;
	position: absolute;
	width: 100%;
	height: 100%;
}


#splash-container
{
	width: 100%;
	height: 100%;
	z-index: 1;
	position:absolute;
	background: white;
}

#splash-logo
{
	width: 100%;
	height: 36%;
}


#covolve-logo-img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-height: 75px;
    margin-bottom: 18px;
}


#splash-logo-img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-height: 350px;
}

#splash-loading-bar
{
	width: 100%;
	height: 13%;
}


#splash-carousel
{
	width: 100%;
	height: 30%;	
}


#covolve-text
{
    color: #002af4;
    font-size: 20;
    font-family: 'Montserrat';
    /* text-align: center; */
    width: 100%;
    line-height: normal;
    padding-top: 22px;
    /* padding-left: 10%; */
    left: 1%;
    position: fixed;
    font-weight: bold;
}


#carousel-container
{
	display:block;
	background: #004289;
}


#carousel
{
  width: 80%;
  left: 10%;
  height: 300px;
  position: relative;
  overflow: hidden; /* <===  */
  /*border-radius: 15px;*/
}

.carousel-slide
{
  width: 33%;
  max-width: 33%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
  
  /*border: red;*/
  /*border-width: medium;
  border-style: dashed;*/
}


.carousel-slide-img-container
{
	/*background: red;*/
	margin: 0 auto;
}


.carousel-slide-img
{
	max-width: 200px;
	max-height: 200px;
	width: auto;
	height: auto;
	display: block;
	/* Center vertically and horizontally */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px; /* Apply negative top and left margins to truly center the element */
	border-radius: 0.8em;
	transition: all 0.5s;
}

#carousel-header
{
    color: white;
    font-size: 28;
    font-family: 'BrownStd-Bold';
    text-align: center;
    width: 100%;
    line-height: normal;
	padding-top:2%;
	
}



.carousel-slide-text
{
	/* Center vertically and horizontally */
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	line-height: normal;
	transform: translate3d(-50%,-50%,0);
	
	color: white;
	font-size: 24;
	font-family: 'BrownStd-Bold';
}

#progress-text
{
	text-align: center;
	margin: 10px;
	font-size: 20px;
	font-family: 'BrownStd-Bold';
	color: #C7A56E;
}


#progress-bar-container
{
	width: 200px;
	height: 6px;
	background: #E8DAC5;
	border-radius: 6px;	
	margin-left: calc( 50% - 100px );
}

#progress-bar 
{
  height: 8px;
  background: #C7A56E;
  box-shadow: 2px 14px 15px -7px rgba(30, 166, 250, 0.36);
  border-radius: 8px;
  transition: all 2s;
  width: 0%;
  transform: translateY( -1px );
}


