html, body 
{ 
	color: #fff; 
	/*font-family: "Gotham SSm A", "Gotham SSm B";*/
	font-family: 'Montserrat', sans-serif;
	margin: 0; 
	padding: 0;
	border: 0;
	overflow: hidden; 
	text-align: center; 
	vertical-align: baseline;
}

a 
{ 
	color: #fff;
}

a img {
    border: 0;
}

video::-webkit-media-controls-start-playback-button 
{
  display: none !important;
}

.page
{
	width: 100%;
	height: 100%;
}

.bg
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #131313;
}

.bg.transprnt
{
	background-color: transparent;
}

.vorbHeader
{
	width: 100%;
	height: 60px;
	color: #4ec1c1;
	z-index: 10;
	font-size: 28pt;
}

.vorb
{
	float: left;
	margin-left: 20px;
	display: inline-block;
	width: 112px;
}

.vorb img
{
	margin-top: 12.5px;
	height: 35px;
	padding-bottom: 12.5px;
}

.strapline
{
	font-size: 14pt;
	padding-left: 10px;
	margin-bottom: 10px;
}

.vorbTitle
{
	line-height: 60px;
	font-size: 1.2rem;
	float: left;
	margin-left: 20px;
	text-align: left;
	white-space: nowrap;
	font-weight: 300;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vorbControls
{
	float: right;
	/*width: 180px;*/
	margin-right: 0px;
	margin-top: 15px;
	font-size: 12px;
	display: none;
}

.vorbControl
{
	float: right;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	cursor: pointer;
	background-size: cover;
	background-color: transparent;
	border: 0px;
	text-decoration: none;
	outline: 0px solid transparent;
	/*margin-top: 10px;
	font-size: 12px;
	display: none;*/
}

.fullScreenButton
{
	background-image: url(/image/fullScreen.svg)
}

.nextButton
{
	background-image: url(/image/next.svg)
}

.previousButton
{
	background-image: url(/image/next.svg);
	transform: scaleX(-1);
}

.helpButton
{
	background-image: url(/image/help.svg)
}

.soundControl
{
	background-image: url(/image/audioOff.svg)
}


.soundControl.playing
{
	background-image: url(/image/audioOn.svg)
}

.dropdownButton
{
	background-image: url(/image/menuButton.svg)
}

.mainDropdown
{
    position: relative;
	float: right;
    display: inline-block;
	z-index: 100;
}

.mainDropdownContents
{
	display: none;
    position: absolute;
	top: 45px;
	right: 0px;
	background-color: black;
	padding-top: 10px;
    border-radius:5px ;
}

.dropdownItem  .loadReport
{
	margin-top: 0px;
	color: white;
}

.dropdownItem
{
	width: 100px;
	height: 20px;
	display: block;
	background-color: black;
	padding: 10px;
}

.vorbControls input[type='checkbox']
{
	font-size: 12px;
}

.vorbControls select
{
	margin-left: 10px;
	background-color: #131313;
	color: #4ec1c1;
	border: 0px;
	border-radius: 5px;
	font-size: 12px;
}

.weeping
{
	background: url(https://upload.wikimedia.org/wikipedia/commons/7/7d/Frenchmanweeps1940.jpg) no-repeat;
	background-size: cover;
	width: 300px;
	height: 200px;
	margin: 0 auto;
}

.fullscreen, .screenshot, .vrButton, .helpmenuitem
{
	color: #4ec1c1;
	cursor: pointer;
}

.displayInput
{
	width: 80px;
}

.vorbComplexity
{
	margin-top: 5px;
	width: auto;
	float: right;
	clear: both;
}

.clearer
{
	clear: both;
}

.dropdownItem.double
{
	height: 40px;
}

.pass
{
	width: 90px;
}

.platforms
{
	width: 200px;
	margin: 0 auto;
	border-radius: 10px;
	font-size: 16px;
	padding-top: 0px;
}

.platforms img
{
	width: 60px;
	height: 60px;
	border: 0;
}


.infoWrapper
{
	position: absolute;
	top: 60px;
	right: 0px;
	width: 300px;
	z-index: 10;
}

.info
{
	float: right;
	width: 300px;
	height: 150px;
	font-size: 16px;
	text-align: right;
	margin-right: 20px;
	color: #4ec1c1;
}

.globeWrapper
{
	position: absolute;
	width: 100%;
	height: auto;
	top: 60px; 
	bottom: 0px;
	background-color: transparent;
}

.bground
{
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top: 60px; 
	left: 0px;
	/* Img with empty src has white background whatever you do.... so hide it at first */
	display: none;
}

.icon
{
	position: absolute;
	width: 100px;
	height: 100px;
	background-size: cover;
	z-index: 10;
	display: none;
	margin: 20px;
}

.fullScreenLogo
{
	position: absolute;
	height: 50px;
	z-index: 10;
	display: none;
	margin: 20px;
	top: 0px;
	left: 0px;
}

#fullScreenHeader
{
	/*position: absolute;*/
	/*height: 50px;*/
	z-index: 10;
	display: none;
	margin: 20px;
	/*top: 0px;*/
	/*left: 0px;*/
}

.fullScreenTitle
{
	position: absolute;
	height: 50px;
	z-index: 10;
	display: none;
	margin: 20px;
	top: 0px;
	left: 0px;
}

.periodicMessageWrapper
{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px; 
	bottom: 0px;
	z-index: 9;
	display: none;
	background-color: #131313;
}

.periodicMessage
{
	text-align: center;
	position: absolute;
	height: 400px;
	width: 100%;
	top: 200px;
	margin: 0 auto;
	font-size: 20px;
}

.periodicMessageIdent
{
	color: #4ec1c1;
	font-size: 90px;
}

.periodicMessageLogo
{
	height: 100px;
}

.periodicMessageHeader
{
	color: #4ec1c1;
	font-size: 30px;
	margin-top: 20px;
}

.periodicMessageText
{
	width: 800px;
	margin: 0 auto;
}

.vorbInteractURL
{
	color: #4ec1c1;
	font-size: 25px;
}

.globe
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 1;
}

.clickMessages
{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.clickMessage 
{
	border-top: 1px solid white;
	width: 100%;
	height: 50px;
	background: #41c1c1;
	display: none;
}

.clickMessage div
{
	position: relative;
	color: white;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.closeClickMessage 
{
	margin-left: 20px;
}

.progress-wrapper {
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 144px;
    height: 144px;
    overflow: hidden;

    margin-top: -72px;
    margin-left: -72px;
    /*pointer-events: none;*/
}

.spinner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 144px;
    height: 144px;
    overflow: hidden;

    margin-top: -72px;
    margin-left: -72px;

}

.sprite-spinner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.sprite-spinner img, .sprite-spinner button {
    width: 100%;
    left: 0;

}

.yourId
{
	/*width: 400px;
	margin: 0 auto;*/
    display: none;
	padding-top: 20px;
}

.debug
{
	float: left;
}

.enterIdWrapper
{
}

.enterId
{
	width: 80px;
	border-radius: 10px;  
}

.infoLinkWrapper
{
	position: relative;
	float: right;
}

.instainfolink {
	width: 20px;
	height: 20px;
    background-color: #fff;
	color: #000;
	border-radius: 10px;
}

.instainfo {
    display: none;
	position: absolute;
	font-size: 11pt;
}
    
.instainfolink:hover + .instainfo {
    display: block;
	width: 200px;
	height: 100px;
	top: -40px;
	left: 30px;
}

.testButton
{
    display: none;
}



.logo
{
	width: 80px;
	padding-top: 20px;
	margin: 0 auto;
}

.logo img
{
	width: 80px;
	height: 80px;
}

.reloadButton
{
	width: 60px;
	margin: 0 auto;
	border-radius: 10px;
	font-size: 10px;
}

.platforms a
{
	outline: 1px solid transparent;
}

.instagramButton
{
	background-image: url(https://vorb.me/image/twitter.png);
}

.twitterButton
{
	background-image: url(https://vorb.me/image/instagram.png);
}

.platformButton
{
	width: 60px;
	height: 60px;
	float: left;
	background-size: cover;
	background-color: transparent;
	border: 0px;
	text-decoration: none;
	outline: 1px solid transparent;
}

.loginPlatforms
{
	text-align: center;
	position: absolute;
	height: 300px;
	width: 100%;
	top: 400px;
	margin: 0 auto;
}

.alternativeVideoWrapper
{
	width: 480px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	display: none;
	margin: 0 auto;
	z-index: 100;
}

.alternativeWrapper
{
	position: relative;
}

.videoAndButtonWrapper
{
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}

.playAlternativeVideoButton
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 150px;
	height: 150px;
    display: none;
	background: url(/image/play.svg); 
	background-size: contain;
	border: none;
	outline: 0;
	z-index: 101;
}

.alternativeVideo, .alternativePoster
{
	border-radius: 5px;
	width: 100%;
}

.alternativePoster
{
	display: none;
}

.posterForEmbedded
{
	display: none;
	width: 90%;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	max-width: 300px;
}

.iconInAlternativeVideo
{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	border-radius: 30px;
}

.browserAdvice
{
	display: none;
}

.badParametersAdvice
{
}

.badParametersAdvice h1
{
	text-align: center;
	color: #4ec1c1;
	font-size: 20px;
}

.advice
{
	text-align: center;
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	z-index: 100;
	padding-right: 5%;
	padding-left: 5%;
}

.advice p
{
	padding-top: 1rem;
}

.postDiv
{
	display: none;
	position: absolute;
	text-align: left;
	background-color: black;
	color: white;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	font-size: 9pt;
	max-width: 300px;
	z-index: 100;
}

.vorbVideo
{
	position: fixed;
	width: 90%;
	height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	margin: 0 auto;
	z-index: 5;
	pointer-events: none;
}

.blendedVideo
{
	mix-blend-mode: multiply;
}

.vorbVideoPlayButton
{
	background: url(/image/play.svg); 
	background-size: contain;
	position: fixed;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	margin: 0 auto;
	z-index: 6;
	border: 0;
}

.videoControls
{
	position: fixed;
	display: none;
	height: 30px;
	z-index: 10;
	background-color: rgba( 255, 255, 255, 0.9 );
	padding: 5px;
	border-radius: 5px;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	white-space: nowrap;
}


.videoControl
{

	display: inline-block;
	white-space: normal;
	margin-right: 10px;
	height: 30px;
	min-width: 30px;
	vertical-align: middle;
}

.videoControls a
{
	text-decoration: none;
}

.videoControls div
{
	background-size: contain;
}


.videoControl a
{
	line-height: 30px;
	height: 30px;
}

.platformName
{
	width: auto;
	height: 30px;
	color: #4ec1c1;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	text-align: left;
}

.controlSpacer
{
	width: 20px;
	height: 30px;
}

.playPause
{
	background-image: url(/image/play.svg);
}

.playPause.playing
{
	background-image: url(/image/pause.svg);
}

.videoStop
{
	background-image: url(/image/stop.svg);
}

.videoShare
{
	background-image: url(/image/share.svg);
}

.smPost, .centredInfoDialogue
{
	position: fixed;
	width: 400px;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	border-radius: 5px;
	z-index: 101;
	display: none;
	background-color: #4ec1c1;
	font-size: 12px;
}

.centredInfoDialogue.helpVorb
{
	text-align: left;
}

.smPostiFrame
{
	width: 360px;
	height: 360px;
}

.copyLink
{
	/*height: 120px;*/
	height: auto;
	margin-top: -60px;
}

.copyShareLink
{
	margin-top: 20px;
	width: 60px;
}

.socialMediaButton
{
	height: 20px;
	display: inline-block;
	vertical-align: text-bottom !important;
}

.socialMediaButton iframe 
{
	vertical-align: text-bottom;
}

.socialMediaButton div span 
{
	vertical-align:text-bottom !important;
}

.fb-share-button
{
	width: 60px;
}

.fb_iframe_widget iframe {
 	width: 100px !important;
	height: 20px !important;
    position: absolute;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    vertical-align: text-bottom !important;
    width: 60px !important;
    height: 20px !important;
}

.

.showScreenshot, .reportVideo
{
	height: auto;
	margin-top: -60px;
}

.screenshotPreview
{
	max-width: 400px;
	width: 90%;
	height: auto;
}

.reportVideo p
{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 300px;
	margin: 0 auto;
}

.report
{
	resize: vertical;
	width: 300px;
	margin: 0 auto;
}

.reportSubmit
{
	margin-top: 20px;
	width: 60px;
}

.userInfo
{
	height: auto;
	margin-top: -60px;
}

.confirmReportVideo
{
	height: auto;
	margin-top: -60px;
}

.centredInfoDialogueHeader
{
	color: 0x121212;
	width: 100%;
	border-color: 0x121212;
	border-style: solid;
	border-width: 0 0 1px 0;
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}

.dismissCentredInfoDialogue
{
	float: right;
}

.platformLogoInInfoDialogue
{
	float: left;
	height: 20px;
	width: 20px;
	background-color: white;
	background-size: 20px 20px;
}

.userPicInInfoDialogue
{
	height: 100px;
	padding-bottom: 20px;
}

.copyLinkUrl
{
	width: auto;
	font-size: 12px;
	margin-bottom: 15px;
}

.backButton
{
	width: 50px;
	margin: 0 auto;
	border-radius: 10px;
	font-size: 10px;
}


.loadReport
{
	margin-top: 20px;
	font-size: 12px;
}

.playMosaicButton
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	width: 100px;
	height: 100px;
    display: none;
	background: url(/image/playWhiteCircle.svg); 
	background-size: contain;
	border: 0;
	outline: none;
	z-index: 101;
	opacity: 0.8;
}

.playMosaicButton::-moz-focus-inner
{
	border: 0;
}

.playMosaicButton:active, .playMosaicButton.pressed
{
	background: url(/image/playLighter.svg); 
	background-size: contain;
}

.playMosaicProgress
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
    display: none;
	background: url(https://client.nthscreen.tv/Client/Specific/Vorb/image/image_965480.gif); 
	background-size: contain;
	border: none;
	z-index: 101;

}


@media screen and ( max-width: 720px ) 
{
	.platforms
	{
		width: 150px;
		font-size: 12px;
		padding-top: 0px;
	}
	
	.playMosaicButton 
	{
		margin-left: -60px;
		margin-top: -60px;
		width: 120px;
		height: 120px;
	}
	
	.icon
	{
		width: 50px;
		height: 50px;
	}
	
	.platformName
	{
		width: 100px;
		font-size: 14px;
	}

	.centredInfoDialogue
	{
		width: 300px;
	}
	
	.controlSpacer
	{
		width: 0px;
	}

	.copyLinkUrl
	{
		width: 280px;
		font-size: 11px;
	}

	.videoControls
	{
		font-size: 10px;
	}
	
	.vorbControls
	{
		margin-top: 5px;
	}

	.vorbControl
	{
		width: 30px;
		height: 30px;
	}
	
	.loadReport
	{
		margin-top: 0px;
		font-size: 10px;
	}
	
	.vorb
	{
		width: 96px;
		margin-left: 10px;
	}
	
	.vorb img
	{
		margin-top: 5px;
		height: 30px;
	}
	
	.vorbHeader
	{
		height: 40px;
	}

	.infoWrapper
	{
		top: 40px;
	}
	
	.globeWrapper
	{
		top: 40px; 
	}

	.bground
	{
		top: 40px; 
	}

	.vorbTitle
	{
		line-height: 40px;
		height: 40px;
		font-size: 1.0rem;
		margin-left: 10px;
		max-width: 300px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

}

@media screen and ( max-width: 480px ) 
{

	.playMosaicButton
	{
		margin-left: -40px;
		margin-top: -40px;
		width: 80px;
		height: 80px;
	}

	.centredInfoDialogue
	{
		width: 300px;
		bottom: 40px;
	}

	.screenshotPreview
	{
		max-width: 200px;
	}	
		
	.icon
	{
		width: 40px;
		height: 40px;
		margin: 10px;
	}
	
	.alternativeVideoWrapper, .alternativeVideoWrapper.isMobile
	{
		width: 240px;
	}
	
	.alternativeVideoWrapper p
	{
		font-size: 0.7rem;
		margin-top: 0px;
	}

	.iconInAlternativeVideo
	{
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.playAlternativeVideoButton
	{
		width: 100px;
		height: 100px;
	}

}

@media screen and ( max-width: 360px ) 
{
	.vorbControls
	{
		margin-top: 10px;
		width: 200px;
	}
	
	.vorbControl
	{
		width: 20px;
		height: 20px;
	}
	
}

@media screen and ( device-width: 320px ) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)
{
	.vorbTitle
	{
		max-width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.weeping
	{
		width: 250px;
		height: 170px;
	}

}

