/*
Title: 	Reset default browser styles
Author:	http://meyerweb.com/eric/tools/css/reset/
			v2.0 | 20110126
			edited by ForbiddenToast.com
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, /*table /* [FT] messes up table center ,*/ caption, tbody, tfoot, thead, th, /*td /* [FT] removes inline padding ,*/ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/ /*[FT] messes up Dreamweaver design view*/
	/*vertical-align: baseline;*/ /*[FT] moves table content to the bottom*/
}

img, iframe {
	border: 0; /*[FT]*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* = General
-----------------------------------------------------------------------------*/

.panel,
.docSize {
    width: 300px;
}

.panel {
    height: 250px;
}

.panel {
    overflow: hidden;
}

#banner,
#banner div,
#banner img,
#banner object,
#banner canvas,
#banner textarea {
    position: absolute;
}

#banner {
    background-color: #000;
}

img,
video,
svg,
object {
    display: block;
    /* now it doesn't adhere to line-height anymore */
}

.frame {
    box-sizing: border-box;
    border: 1px solid #1120c6;
    pointer-events: none;
    /* IE11+ */
    cursor: default;
}

.gen_loader {
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    display: none;
}

.shadow1 {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .1);
    /*x,y,blur,strength,(color,alpha)*/
}

.shadow2 {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .2);
    /*x,y,blur,strength,(color,alpha)*/
}

.displayNone {
    display: none;
}

.opacity0 {
    opacity: 0;
}

.pointerNone {
    pointer-events: none;
    /* IE11+ */
}

.end_texture {
    display: none;
}

.gradient {
    /*for FPO*/
    /*background: linear-gradient(to right,
	rgba(0,0,0,0) 0%,
	rgba(0,0,0,1) 50%);*/

    /* horizontal */
    /*background: linear-gradient(to right,
	rgba(255,255,255,0) 0%,
	rgba(255,255,255,1) 50%);*/

    /* radial */
    background: radial-gradient(ellipse at center,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 66%);

    /* diagonal */
    /*background: linear-gradient(145deg,
	rgba(255,236,132,0) 33%,
	rgba(255,236,132,1) 50%,
	rgba(255,236,132,0) 66%);*/
}

.blendScreen {
    mix-blend-mode: screen;
}

.glow1 {
 box-shadow: 0px 0px 10px 10px rgba(243,210,43, 1);
  /* in order: x offset, y offset, blur size, spread size, color */
}



/* ----- General Navigation ----- */

.mainClickTag {
    cursor: pointer;
    cursor: hand;
    background-color: black;
    opacity: 0;
    /*IE 10 make clickable fix*/
}


/* remove standard iOS video play button */
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

/* video play icon (for iOS <=9 only) */
.gen_overlayPlayBtn {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    display: none;
}

.gen_overlayPlayIcon {
    position: relative;
    top: 17px;
    left: 35%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid rgba(111, 111, 111, 0.8);
}





/* VID Panel
-----------------------------------------------------------------------------*/

#vid_panel {
    background-color: #000;
    visibility: hidden;
    /* Firefox fix: "display:none" not working for svg/tweenmax */
}

#vid_ttCont{
    right: 6px;
    bottom: 4px;
}


/* VIDEO player
-----------------------------*/

#vid_vidCont {
    background-color: #000;
    /*border-bottom: 1px solid #2d2d2d;*/
   /* border: 2px solid #fdb927;*/
}

:root {
    --vidCont_top: 0px;
    --vidCont_left: 0px;
    --vidBtn_scale: scale(.425);
    --vidBtn_size: 75px;
}

#vid_vidCont,
#vid_soundBtn {
    top: var(--vidCont_top);
    left: var(--vidCont_left);
}

#vid_vidNav {
    top: calc(var(--vidCont_top) + 2px);
    left: calc(var(--vidCont_left) + 2px);
}

#vid_vidNav,
.videoObj {
    display: none;
}

#vid_pauseBtn,
#vid_playBtn,
#vid_audioOffBtn,
#vid_audioOnBtn,
#vid_soundBtn {
    width: var(--vidBtn_size);
    height: var(--vidBtn_size);
    background: url("vid_buttons.svg") no-repeat;
    cursor: pointer;
    cursor: hand;
    transform: var(--vidBtn_scale);
    shape-rendering: crispEdges;
    transform-origin: top left;
}

svg { Fill: #ff57b2; }

#vid_audioOnBtn {
    background-position: -2px -4px;
}

#vid_audioOffBtn {
    background-position: -2px -88px;
}

#vid_playBtn,
#vid_pauseBtn {
    left: calc(var(--vidBtn_size) * var(--vidBtn_scale));
}

#vid_playBtn {
    background-position: -82px -88px;
    visibility: hidden;
}

#vid_pauseBtn {
    background-position: -82px -5px;
}

#vid_soundBtn {
    width: 250%;
    height: 66px;
    /*background-size: 150px;*/
    background-position: var(--vidBtn_size) -179px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
		top:0px;
}

#vid_audioOnBtnXl {
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#vid_fpo {
    font-family: arial;
    font-size: 20px;
    color: white;
    opacity: .3;
    right: 10px;
    bottom: 10px;
    /*display: none;*/
}

/*#vid_progressBar {
top: 210px;
width: 0px;
height: 3px;
background-image: url(vid_bar.jpg);
}*/

#vid_replayBtn {
    bottom: -22px;
    right: -22px;
    width: var(--vidBtn_size);
    height: var(--vidBtn_size);
    background: url("vid_buttons.svg") no-repeat;
    cursor: pointer;
    cursor: hand;
    background-position: 0px -258px;
    transform: scale(.375);
}

/* /VIDEO Panel */



/* END Panel
-----------------------------------------------------------------------------*/

#end_panel {
    /*background-color: #000;*/
    display: none;
}

/* Sliced bg
-----------------------------*/

#end_bgCont {
    top: 0px;
}


/* /END Panel */
