/* Container and Element Setup */
/*****************************************************************/
.pf-container
{
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #000;
    height:100%;
    width:100%;
    overflow: hidden;
}
.pf-video
{
	position: relative;
	background-color: #000;
	width: 100%;
	height: 100%;
    cursor:pointer;
}
.pf-360error-container {
    display:none;
    position: absolute;
	left: -10px;
	top: 0;
	width: 100%;
	height: 100%;
    z-index: 3;
    pointer-events:none;
}
.pf-360error-container .message {
    position: absolute;
	left: 50%;
	top: 50%;
	width: 45%;
	margin: -10px 0 0 -22.5%;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
    .pf-360error-container .x-close {
        cursor:pointer;
        float:right;
        margin-right:10px;
        pointer-events:all;
    }
.pf-canvas-container {
    position: absolute;
    top: 0px;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index:0;
}
.pf-canvas-container > canvas {
    z-index:0;
}
.pf-canvas-container > .pf-360-controls {
    position: absolute;
    top: 12px;
    left: 12px;
    opacity: .6;
    cursor: pointer;    
}
.pf-canvas-container > .pf-360-controls .pf-pad-controls, .pf-canvas-container > .pf-360-controls .pf-cardboard-controls {
    width: 50px;
    height: 50px;
}
.pf-canvas-container > .pf-360-controls:hover {
    opacity:1;
}
.pf-canvas-container  > .pf-360-controls .pf-cardboard-controls svg {
    display:none;
}
.pf-static
{
	width: 100%;
	height: 100%;
}
.pf-hyperlinks
{
	background-color: transparent;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Times New Roman;
}

.pf-container.ads
{
	pointer-events: auto;
}

.pf-ads-flash-vpaid, .pf-ads-js-vpaid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:none;
}

.pf-ads-js-vpaid-video {
    height: 100%;
    width:100%;
}

.pf-container .pf-skip-ads {
    display: none;
}

.pf-container .clear {
    clear: both;
}

.pf-container .inline {
    display: inline-block;
}

* { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}