@font-face {
  font-family: robotoCondensedReg;
  src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
}

@font-face {
  font-family: robotoCondensedBold;
  src: url(../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);
}
    
@font-face {
  font-family: robotoCondensedLight;
  src: url(../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf);
}
    
@font-face {
  font-family: robotoCondensedLightItalic;
  src: url(../fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf);
}

@font-face {
  font-family: sourceCodeProReg;
  src: url(../fonts/Source_Code_Pro/SourceCodePro-Regular.ttf);
}

@font-face {
  font-family: sourceCodeProLight;
  src: url(../fonts/Source_Code_Pro/SourceCodePro-Light.ttf);
}

@font-face {
  font-family: sourceCodeProExLight;
  src: url(../fonts/Source_Code_Pro/SourceCodePro-ExtraLight.ttf);
}
    
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;   
}

html{
     min-width: 1024px;
}

body{
    background: black;
    overflow-y: hidden;
    font-family: sourceCodeProExLight, sans-serif;
    text-align: left;
    overflow-x: hidden;
}

canvas, a-scene{
    border-right: 0px ridge white;
    cursor: pointer;
    z-index: 998;
    
}

video, svg, img {
    max-width:100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

video:focus {
    border: 0px;
    outline: 0px;
}

.vPlayer, .start{
    width:100%;
    /*max-width: 787px;
    max-height: 576px;*/
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#vPlayer1 video {
    height:100%;
}



.start{
    /*position:absolute;*/
    width:787px;
}

.overlay, #help{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: transparent;
}

#overlay3 {
    background: url(../images/PNGs/dotScreen.png);
    background-size: 30px; 
    border-right: 0px ridge white;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.57);
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.2);
    cursor: pointer;
    transform:translateZ(2000px);
    -webkit-transform:translateZ(2000px);
}

#overlay4 {
    background: white;
    width: 25%;
    /*height: 50%;*/
    margin: 0 0 0 75%;
    
}

#container {
    width: 90%;
    height: 100%;
    margin: auto;
    border-left: 2px solid black;
    border-right: 2px solid black;
    background: white;
}

#subContainer {
    position: relative;
    width: 81%;
    height: 100%;
    float: left;
    margin: 0 0 0 0;
    left: 0;
    top: 0;
    right: 0;
    text-align: left;
    padding: 0 0 0 0;
  
}

.mastHead {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    top: 6%;
    width: 72.7%;
    height: auto;
    /*margin: 0 0 0 0%;*/
    padding: 0.6% 0 0.6% 10%;
    background: white;
    border-bottom: 2px solid black;
}

#inventoryPage .mastHead {
    padding: 0 0 0 0;
}

.topMargin {
    width: 100%;
    height: 6%;
    border-bottom: 2px solid black;
}

.topMarginSpacer {
    width: 15.2%;
    height: 100%;
    margin: 0 0 0 3.75%;
}

.asideLeft, .asideRight {
    width: 4%;
    float: left;
    height: 100%;
}

.asideRight {
    border-left: 2px solid black;
}

#startBtn {
    width:100px;
    height:100px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: black;
    cursor: pointer;

}

#filters2, #filters {
    width:22%;
    height:60%;
    position:absolute;
    padding:0 2% 0 2%;
    right:0;
    top:2%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    color:white;
    font-size: 1.7vh;
    line-height: 1.5;
    text-align: right;
}

#filters {
    left:0;
    text-align: left; 
}

.filtersItem, .showAllFilter{
    height:5%;
    width:100%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 0 2% 0;
    padding: 2% 5% 0 2%; 
    font-family: sourceCodeProReg;
    border-radius: 3px;
}

.showAllFilter{
    color: #dd5d45;
    text-transform: uppercase;
}

#help {
   background: rgba(0, 0, 0, 0.8); 
}

#instructions{
    position: absolute;
    width: 75%;
    height: 60%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*border-left: 3px solid #dd5d45;*/
    color: white;
    /*display: flex;
    flex-flow: row wrap;*/ 
}

#instructions div:nth-child(4){
        padding: 0 0 5% 0;
}
    
.insTxtWrapper {
    width:85%;
    display: block;
    height: auto;
    float: left;
    font-size: 1.7vw;
    margin: 0 0 2% 0;
}

.insIconWrapper {
    float: left;
    width: 15%; 
    padding: 0.5% 5% 0 5%;
}

.insContainer {
    width:100%;
    padding: 0 0 10% 0;
    border-left: 3px solid #dd5d45;
        /*height: 100px*/
}

/*#insTxtWrapper0 {
    height: 50%;
    padding: 1.2% 0 0 0;
}
#insTxtWrapper1 {
    padding: 0 0 0 0;
    margin: -1.25% 0 0 0;
}
#insTxtWrapper2 {
    height:50%;
    padding: 1% 0 0 0;
    margin: -1.75% 0 0 0;
}
#insTxtWrapper3 {
    padding: 0 0 0 0;
}*/

/*.insIconWrapper {
    float: left;
    width: 14%;
    height: 100%;
    padding: 1% 5% 1% 5%;
    margin: 0 0 0 0; 
}*/

/*#insIconWrapper0 {
    padding: 1.25% 4% 0 5%;
}
#insIconWrapper2 {
    padding: 2.5% 5% 1% 5%;
    height: 65%;
    margin: -1% 0 0 0;
}
#insIconWrapper3 {
    padding: 2.5% 4% 1% 4%;
    height: 60%;
    margin: -1% 0 0 0;
}*/
.expanded{
    position:absolute;
    width:33.3%;
    left:20%;
}

.pTitle, .logoTitleContainer, .startLogoContainer, .startTitle, .flipIconContainer {
    float: left;
    color: white;
    width: auto;
    font-family: robotoCondensedReg;
    font-size: 24px;
}

.pTitle, .startTitle {
    margin: 2.1% 0 0 0;
}

.logoTitleContainer {
    width: 45px;
    padding: 0 2% 0 0;
    margin: 6px 0 0 0;
    cursor: pointer;
}

.flipIconContainer {
    width: 45px;
    margin: 0 0 0 0%;
    padding: 0 1.5% 0 0;
    cursor: pointer;
}


#logoContainer {
    position: absolute;
    right: 2.5%;
    bottom: 2.5%;
    z-index: 999;
}

/**/
#startScreen {
    background: black;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    overflow: auto;
    z-index: 1010;
}

.spinner{
    /*margin: 0 50px 0 0;*/
}

#spinlogo {

    position: absolute;
}

.logoTitleStart {
    /*position: absolute;*/
    width:100%;
    display: table-cell;
    top: 0;
    
}

.startTitle, .startLogoContainer, .logoTitleContainer {
    font-size: 3vw;
    margin: 0 0 0 1.5%;
    padding: 2% 0 0 1.5%;
}

.startLogoContainer {
    position: relative;
    width: 12%;
    padding: 0;
    cursor: pointer;
}

.startLogoContainer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-image: url('../images/logos/AWElogo_white_20x17.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

#startLoaderContainer {
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    left: 0;
    top 0;
    margin: auto;
    width: 65%;
    display: table-cell;
}

.spans *{
    float: left;
    margin 0 0 0 1px;    
}

#inventoryPage{
   margin-top: 42px;
}

#screenContainer{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 990;
    top: 0;
}

#screen {
    width: 300%;
    height: 500%;
    position:absolute;
    left: -100%;
    top: -200%;
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#screen::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(127, 127, 127, 0.5);
	background-image: radial-gradient(#dd5d45 33%, transparent 33%);
	background-size: 9px 9px;
    background-color: white;
}

.subPage::-webkit-scrollbar  {
    width: 2%;
    border-left: 2px solid black;

}

.subPage::-webkit-scrollbar-track {
	border-left: 2px solid black;
	/*background-color: #F5F5F5;*/
}

.subPage::-webkit-scrollbar-thumb {
	background-color: #dd5d45;
    height: 50px;
    border-left: 2px solid black;
}

.subPage {
    position: absolute;
    width: 100%;
    height: 90%;
    margin: 5% 0 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 5%;
   
}

#subCPage1 .entrantContext {
    width: 100%
}

/*INVENTORY PAGE START*/
.inv-flex-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width:100%;
    border-bottom: 2px solid black;
}

.inv-flex-container h3 {
        font-family: sourceCodeProLight;
        padding: 8px 5px 5px 8%;
        margin: 0 0 0 -4.5%;
        font-size: 0.9vw;
        /*font-size: 11px;*/
        border-bottom: 2px solid black;
        /*height: 2%;*/
    }
    
.descTxt, .keywordTxt {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5px 5px 5px 4%;
    /*margin: 0 0 0 7%;*/
    float: left;
    font-size: 0.9vw;
    /*font-size: 12px; */
    display: block;
}

.descTxt p {
    padding: 0 0 2% 0;
    line-height: 1.5;
}


.keywordTxt {
    height: auto;
    float: left;
    border-top: 0px solid black;
    color: #dd5d45;
}

.invPgeThumb {
        width: 25%;
        /*max-width: 200px;*/
        height: auto;
        border-right: 2px solid black;
        background: white;
    }
    
.invPgeThumb img {
        width: 100%;
        cursor: pointer;
    }
    
.invPgeNumb{
    width: 3%;
    text-align: center;
    padding: 8px 0 0 1%;
    font-size: 0.9vw;
    /*font-size: 12px;*/
    font-family: sourceCodeProReg;
}
    
.invPgeTxt{
        width: 72%;
        
    }
    
.vRule, #vRule1, #vRule2{
    position: absolute;
    border-right: 2px solid black;
    height: 125%;
    left: 30%;
    margin: -5% 0 0 0;
    z-index: 1001;
}

.inv-flex-container .vRule {
   /* left: 30.3%;*/
}

#vRule1 {
    margin: 0 0 0 10.1%;
    top: 5.7%;
}

/*INVENTORY PAGE END*/
    
.entrant, .entrantNumberLabel, .entrantDescLabel, .entrantContext {
    /*display: inline-block;*/
    width: 24.6%;
    /*max-width: 200px;*/
    height: auto;
    margin: 0 0 0 0;
    padding: 2px 0 2px 0;
    border-right: 2px solid black;
    text-align: center;
    line-height: 2.7;
    /*font-size: 1.25vw;*/
    font-size: 13px;
    font-family: sourceCodeProReg;
}

.entrantContext {
    border-right: 0px solid black;
    width: 50%;
    text-align: left;
    padding: 0 0 0 1%;
}

.entrantNumberLabel {
    width: 5.2%;
    padding: 0 0 0 5px;
}

.entrantDescLabel {
    width: 70.5%;
    border-right: 0px solid black;
}

.entrantLabel {
    width: 90%;
}
.entrantNumber {
    height: 4%;
    max-height: 160px;
    width: 7%;
    float:left;
    text-align: left;
    padding: 1% 1% 1% 1%;
    margin: 0 0 0 0;
    font-size: 1.5vw;
}

#infoPageNav {
    width: 15%;
    height: 150%;
    margin: -10% 0 0 0;
    float: left;
    padding: 10% 0 0 0;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

#infoPageSubNav {
    position: absolute;
    width: 17.5%;
    height: auto;
    top: 32%;
    left: 21%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    z-index: 1006;
    background: white;
}

.navItem {
    /*float: left;*/
    display: table;
    width: 100%;
    height: 7%;
    max-height: 100px;
    min-height: 50px;
    text-align: center;
    padding: 0 0 0 0;
    cursor: pointer;
    font-size: 1vw;
    border-bottom: 2px solid black;
    text-transform: uppercase; 
    font-family: sourceCodeProReg;
}

.navItemTxt {
    display: table-cell;
    vertical-align: middle;
}

.subMenuBtn {
    display: table-cell;
    vertical-align: middle;
}

.subMenuBtn::after {
   content: ">" 
}

.logoContainer {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*margin: 10% auto 10% auto;*/
    padding: 25%;
    border-bottom: 2px solid black;
    cursor: pointer;
    
}

.logoContainer img {
    width: 70%;    
}

/*!!!BUTTONS AND INVENTORY NAV!!!*/

/*#mainMenu, #socialMenu,*/ .menu {
    display: flex;
    flex-wrap: none;
    justify-content: center;
    position: absolute;
    width: auto;
    height: 50px;
    left: 2%;
    bottom: 1%;
    cursor:pointer;   
}

#socialMenu, #cCommons {
    display: flex;
    flex-wrap: none;
    justify-content: center;
    align-items: center;
    height: 10%;
    cursor:default;
    /*position: relative;
    width: 100%;
    left: 0;
    top: 2.5%;*/
    /*border-bottom: 2px solid black;*/
    /*padding: 25% 0 25% 0;*/
    /*bottom: 10%;*/
}

#socialMenu img {
    width: 35px;
}

#cCommons {
    padding: 25% 0 15% 0;
    border-bottom: 0px solid black;
}

.menu img, #mainMenu img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#filterBtn, #helpBtn, #infoBtn, #clipInfoBtn, #skipBtn, #muteBtn, #flipBtn, #fbBtn, #twBtn, #igBtn, #hamburger, #mMenuCloseBtn, #invPlayerCloseBtn, #mLogo {
    width: 30px;
    background: transparent;  
    margin: 0 8px 0 0;
    padding: 5px 2px 2px 4px;
    border-radius: 1px;
}

#hamburger, #mMenuCloseBtn, #invPlayerCloseBtn, #mLogo {
    /*position: relative;*/
    min-width: 32px;
    float: right;
    margin: 2px 10px 0 0px;
    z-index: 1007;
    display: none;
    /*left: 45%*/
}

#mMenuCloseBtn {
    margin: 5px 14px 0 0px;
}

#invPlayerCloseBtn {
    position: absolute;
    top: 0px;
    right: 32px;
    float: none;
    z-index: 1012;
}

#mLogo {
    margin: 7px 0 0 3px;
    /*width: 46px;*/
    /*left: 50%;*/
}

#infoBtn/*, #fbBtn, #twBtn, #igBtn*/ {
    
    position: relative;
    width: 45px;
}

/*#fbBtn,*/ #twBtn, #igBtn  {
    min-width: 35px;
    margin: 0px 2px 0 0px;
}

#fbBtn {
    background-image: url(../images/icons/social/facebook.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 30%;
    /*width:2%;*/
    min-width: 31px;
    max-width: 37px;
    min-height: 31px;
    /*width:31px;*/
    margin: 2.5% 0 0 3px;

}

#fbBtn > div {
    opacity: 0.01;
    min-width: 25px;
    min-height: 25px;
}

#muteBtn, #flipBtn{
    padding: 5px 0 0 3px; 
    width: 35px;
}

#skipBtn, #flipBtn {
    width:40px;
    padding: 2px 0 0 2px;
    margin-left: 5px;
}

/*!!!VIDEO OVERLAY STYLES START!!!*/
.playerKeywords, .playerDesc, .playerPlayer H2, .playerEntNum {
    color: white;
    width: 90%;
    margin: auto;
    padding: 20px 0 0 0;
    word-spacing: -5px;
    font-size: 22px;
    
}

.playerPlayer h2 {
    font-family: sourceCodeProReg;
}
    
.playerKeywords, .playerEntNum {
    color: #dd5d45;
    font-size: 18px;
    
}

.playerEntNum {
    font-family: sourceCodeProReg;
  /* padding: 30px 0 0 0; */
}
.playerDesc {
    padding: 0 0 0 0;
    display: table;
    height: 400px;
    /*height: 300px; SUPERCALIFRAG...*/
}

.playerDesc span{
    display: table-cell;
    vertical-align: middle;
}
    
.playerPlayer{
    position: absolute;
    width: 720px;
    height: 576px;
   
}

.playerPlayerOverlay, .playerPlayerUnderlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid white;
}
   
.playerPlusBtn, .playerCloseBtn {
    position: absolute;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 0 0 0;
    border: 0px;
    padding: 15px;
    font-size: 36px;
    cursor: pointer;
    z-index: 1006;
} 
    
.playerCloseBtn {
    color: white;
    font-size: 30px;
    margin: -2% 0 0 0;
    left: 101%;
    top: 0;
}

/*!!!VIDEO OVERLAY STYLES END!!!*/

/*!!!INVENTORY VIDEO PLAYER START!!!*/

#inventoryPlayer {
    z-index: 1010;
    background: white;
    margin: 0 0 0 0;
    height: 120%;
    font-size: 12px;
}
    
.inventoryPlayerLeftSpacer, .inventoryPlayerRightSpacer {
    position: absolute;
    width: 5%;
    height: 1000px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    z-index: 1006;
        
    }

.inventoryPlayerRightSpacer {
    position: absolute;
    margin: 0 0 0 95.2%;
    border-right: 0px;
}
    
.inventoryPlayerContainer{
    position: relative;
    width: 100%;
}
.inventoryPlayerWrapper{
    position: relative;
    float:left;
}
    
.infoWrapper, .playerWrapper {
    float:left;
    width:50%;
    height: auto;
}
    
.playerWrapper video {
    width: 100%;
}
    
.infoWrapper{
    padding: 0 0 0 0;
    width: 50%;
    
}
    
.invPlayerInfoHead {
    float:left;
    width:100.5%;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    
}
    
#invPlayerDescTxt, #invPlayerKeywordTxt, #PDFLink {
    width: 90%;
    height: auto;
    text-align: left;
    padding: 2% 2% 2% 12%;
    float: left;
    /*font-size: 1.5wh;*/
    display: block;
}

#PDFLink {
    width: 100%;
    padding: 2% 2% 2% 2%;
    text-decoration: none;
    color: #dd5d45;
    display: flex;
    align-items: center;
}

.PDFLink img {
    width: 37px;
    margin: 0 5px 0 0;
}

.PDFLink span {
    line-height: 1px;
}

.invPgeTxt .PDFLink {
    padding: 2% 2% 2% 3.75%; 
}

#invPlayerKeywordTxt {
    height: auto;
    float: left;
    color: #dd5d45;
    color: #dd5d45;
    padding: 3% 0 0 12%;
    }
    
#invPlayerEntNumber, #invPlayerEntTitle {
    width: 80%;
    height: auto;
    padding: 2% 0 2% 2%;
    float: left;
    border: 0;
    text-align: left;
    font-family: sourceCodeProReg;
        
}
    
#invPlayerEntNumber {
    width: 10%;
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding: 2% 0 0 0.5%;
    text-align: center;      
}
    
#inventoryPlayerCloseBtn{
    width: 100%;
    text-align: center;
    padding: 25% 0 0 0;
    cursor: pointer;
    font-family: sourceCodeProReg;
}

/*!!!INVENTORY VIDEO PLAYER END!!!*/

.hRule {
    width: 110%;
    height: 0;
    border-bottom: 2px solid black;
    float: left;
}

#enter, #overlay2 {
    background-image: url("../images/PNGs/ScreenShot2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; 
    font-family: robotoCondensedReg, sans-serif;
    /*font-size: 1.4em;*/
    font-size: 1.25vw;
    line-height: 1.5;
    color: white;
}

#enterInlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
    
#sobersQuote {
    position: absolute;
    top: 10%;
    left: 65%;
    width: 30%;
    height: auto;
    
}
    
#molloyQuote{
    position: absolute;
    top: 40%;
    left: 55%;
    width: 30%;
    height: auto;  
}

.quoter{
    color: #dd5d45;
    text-align: right;
}
    
.role{
    color: #dd5d45;
    font-size: 0.75vw;
    text-align: right;
}
    
#enterInfo{
    position: absolute;
    bottom: 10%;
    left: 7.5%;
    width: 35%;
    height: auto;
    font-size: 1.75vw;
}
    
.enterInfoLogo{
     width: 25%   
}
    
.presents {
    font-size: 1.5vw;
    color: #dd5d45;
    margin: 1% 0 2% 0;
}

.lighter {
    font-family: robotoCondensedLight;
}
    
.enterItalic {
    font-family: robotoCondensedLightItalic;
    margin: -1.5% 0 2% 0;
    
}
    
.enterHighlight {
    display: block;
    font-family: robotoCondensedReg;
    font-size: 1.5vw;
    background: #dd5d45;
    width: 22%;
    padding: 0 0 0 0;
    margin: 2.5% 0 0 0;
    text-align: center;
    /*cursor: pointer;*/
}
    
.enterRule {
    width: 50%;
    margin: 5% 0 0 0; 
}
    
.enterRuleLogo{
    width: 100%; 
}

.loadLight {
    height: 3px;
    width:100%;
    background: linear-gradient(270deg, #dd5d45, #ffffff, #dd5d45, #dd5d45, #dd5d45, #dd5d45, #dd5d45, #dd5d45);
    background-size: 90% 10%;
    -webkit-animation: simpleLoadBar 2s ease infinite;
    -moz-animation: simpleLoadBar 2s ease infinite;
    animation: simpleLoadBar 1s ease infinite;
}
    
@-webkit-keyframes simpleLoadBar {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes simpleLoadBar {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes simpleLoadBar { 
    0%{background-position:0% 50%}
    /*25%{background-position:125% 50%}*/
    50%{background-position:250% 50%}
    /*75%{background-position:375% 50%}*/
    100%{background-position:500% 50%}
}

.loaded {
    height: 2px;
    width:100%;
    background: #dd5d45;
}

/*!!!PRESS PAGE STYLES START HERE!!!*/
#pressPage .pressPgeEntry {
    margin-bottom: 60px;
}

.pgeTitle {
    font-family: sourceCodeProLight;
    margin: 1% 0 1% 15%;
    
}
.pressPgeEntry, .cFooter {
    width: 70%;
    margin: 5% 0 0 15%;
}
.pressPgeEntry > div {
    padding: 0;

}
.pressPgeEntry a:link, .pressPgeEntry a:visited {
    color: #dd5d45;
    text-decoration: none;
}

.pressPgeEntryBold {
    font-family: sourceCodeProReg;
}
/*!!!PRESS PAGE STYLES END HERE!!!*/
.cFooter{
    font-size: 10px;
    /*border-top: 1px solid black;*/
}

.reddy {
    color: #dd5d45;
}



.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media only screen and (max-width: 768px) {
    
    /*#hamburger, #mMenuCloseBtn, #invPlayerCloseBtn, #mLogo {
        display: block;
    }
    
    #subContainer {
        width:95.9%;
    }
    
    .subPage {
        margin: 4% 0 0 0;
        border-left: 0px;
        width:104.5%;
    }*/

    /*.mastHead {
        width: 90.7%;
        border-right: 0;
        margin: 0 0 0 0;
    }*/
    
    /*.topMargin {
        min-height: 25px;
    }*/
    
    /*.asideLeft {
        display:none;
    }*/
    
    /*.descTxt {
        font-size: 10px; 
    }*/
    
    .entrant {
        width:24.45%;
    }
    
    /*.entrantContext {
        width:100%;
        margin:0 0 0 3.5%;
        border: 0;
        font-size: 1.7vh;
        
    }*/
    
    /*.entrantDesclabel {
        width:60%;
    }*/

    /*.entrantlabel {
        font-size: 1.4vh;
    }*/
    
    .entrantNumberLabel {
    width: 4.8%;
    }
    
    /*#infoPageNav {
        position: absolute;
        right: 4.5%;
        background: white;
        width: 25%;
        height: 53%;
        padding: 10px 0 0 0;
        visibility: hidden;
        border-bottom: 1px solid black;
    }*/
    
    /*.logoContainer{
        display: none;
    }*/
    
    /*.navItem {
        height: 4%;
        font-size: 2vw;
        border-bottom: 1px solid black;
    }*/
    
    /*.hRule, .topMargin, .mastHead, .inv-flex-container, .inv-flex-container h3, .hRule, .invPlayerInfoHead {
        border-bottom: 1px solid black;
    }
    
    #container, .inventoryPlayerLeftSpacer, .inventoryPlayerRightSpacer, #infoPageNav, #invPlayerEntNumber {
        border-left: 1px solid black;
        border-right: 1px solid black;
    }*/
    
    /*.vRule, #vRule1, #vRule2,  .entrant, .entrantNumberLabel, .invPlayerInfoHead, .invPgeThumb {
        border-right: 1px solid black;
    }
    
    .asideRight, .subPage::-webkit-scrollbar, .subPage::-webkit-scrollbar-track, .subPage::-webkit-scrollbar-thumb  {
        border-left: 1px solid black;
    }
    
    #instructions .vRule {
        border-left: 3px solid #dd5d45; 
    }
    
    .subPage::-webkit-scrollbar  {
        width: 3.5%;
    }*/
    

   /* #infoPageSubNav {
        border: 1px solid black;
        width: 25%;
        left:52%;
        top: 20%;
    }
    
    
   .inventoryPlayerLeftSpacer,  .inventoryPlayerRightSpacer {
     display:none
        
    }

    .inventoryPlayerContainer{
        position: relative;
        width: 100%;
    }
 
    .infoWrapper, .playerWrapper {
        float:none;
        width:100%;
        height: auto;
    }

    .playerWrapper video {
        width: 100%;
    }

    .infoWrapper{
        padding: 0 0 0 0;
        width: 100%;
    }

    .invPlayerInfoHead {
        float:left;
        width:100.5%;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
    }
    
    #invPlayerDescTxt, #invPlayerKeywordTxt, #PDFLink {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 2% 2% 2% 3%;
        float: none;
        font-size: 0.9vw;
        display: block;
    }
    
    #invPlayerKeywordTxt{
         padding: 9% 2% 2% 3%;
    }
    
    #invPlayerEntNumber {
        height: 4.5%;
    }*/
 
}

@media only screen and (min-width: 1080px and max-width: 1400px) {
    
    .entrant {
       width: 24.5%;
    }
        
}

@media only screen and (min-width: 1400px) {
    
    .entrant {
       /*width: 24.5%;*/
    }
    .entrantNumberLabel {
        width: 5.1%;
        padding: 0 0 0 5px;

    }

}
