

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
/*-----Slot Machine Basics-----*/
    .slotMachineNoTransition {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
/*
    .slotMachineBlurFast {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .slotMachineBlurMedium {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    .slotMachineBlurSlow {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .slotMachineBlurTurtle {
        -webkit-filter: blur(1px);
        filter: blur(1px);
    }
*/
    /*.slotMachineGradient {
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,1)), color-stop(75%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)) );
        -webkit-mask: url("data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"><mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"><linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"><stop stop-color="white" stop-opacity="0" offset="0"></stop><stop stop-color="white" stop-opacity="1" offset="0.25"></stop><stop stop-color="white" stop-opacity="1" offset="0.75"></stop><stop stop-color="white" stop-opacity="0" offset="1"></stop></linearGradient><rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"></rect></mask></svg>#slotMachineFadeMask");
        mask: url("data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"><mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"><linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"><stop stop-color="white" stop-opacity="0" offset="0"></stop><stop stop-color="white" stop-opacity="1" offset="0.25"></stop><stop stop-color="white" stop-opacity="1" offset="0.75"></stop><stop stop-color="white" stop-opacity="0" offset="1"></stop></linearGradient><rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"></rect></mask></svg>#slotMachineFadeMask");
    }*/

/*-----Slot Machine Formatting-----*/
    .slotMachine .slot{
        height: 16.3vw;
        width: 16.3vw;
        background-size: cover;
        background-origin: content-box;
        padding-bottom: 2.1vw;
        padding-top: 1.066vw;
        padding-left: 1.183vw;
        padding-right: 1.77vw;
        background-repeat: no-repeat;
        display: none;
        border-bottom: 1px solid grey;
        border-top: 1px solid grey;
    }

    .slot1 {
    background-image: url("../../Images/slot1.png");
    }

    .slot2 {
    background-image: url("../../Images/slot2.png");
    }

    .slot3 {
    background-image: url("../../Images/slot3.png");
    }

    .slot4 {
    background-image: url("../../Images/slot4.png");
    }

    .slot5 {
    background-image: url("../../Images/slot5.png");
    }

    .slot6 {
    background-image: url("../../Images/slot6.png");
    }

    .slot7 {
    background-image: url("../../Images/slot7.png");
    }

    .slot8 {
    background-image: url("../../Images/slot8.png");
    }
    /*#casino {
        zoom: .85;
        }*/

    #casino .content:nth-child(1) {
        text-align: center;
        /*background: url('../img/machine.png') no-repeat 50% 80px;
        background-position-x: calc(50% + 30px);*/
        }

    #casino .content > div {
        width: 83.3vw;
        margin: 0 auto;
        transform: translateX(5.5vw);
        }

    .slotMachine{
        width: 20%;
        border: 2px solid #C31321;
        border-bottom: 6px solid #C31321;
        border-top: 6px solid #C31321;
        height: 50vw;
        display: inline-block;
        background-image: url("../../Images/Support/IconBack.jpg");
        }
    
    .slotMachine:nth-child(1){
        border-left: 6px solid #C31321;
    }
    .slotMachine:nth-child(5){
        border-right: 6px solid #C31321;
    }

    #casino .btn-group {
        margin-top: 10px;
        transform: translateX(-25px);
        }

    #casino .btn-group .btn {
        border: none;
        background-color: rgb(209, 79, 119);
        }

    #casino .btn-group .btn:hover, .btn-group .btn:focus {
        background-color: rgb(180, 75, 119);
        }

    .Line {
        height: 5px;
        background: #CF5178;
        width: 97.55%;
        opacity: .65;
        position: relative;
        transform: translateX(-4.37vw);
    }
    .Reward {
        left: 82.5vw;
        top: -.78vw;
        position: absolute;
        font-weight: 900;
        font-style: italic;
        font-size: 10px;
        color: black;
        text-align: left;
    }
    #Line1 {
        top: -42.05vw;
    }
    #Line2 {
        top: -26.5vw;
    }
    #Line3 {
        top: -11.2vw;
    }
    .Triangle {
        opacity: .65;
        position: absolute;
    }
    #Line5.Triangle{
        width: 200px
    }
    .Triangle line{
        stroke:url(#linear0);
        stroke-width: 5px;
    }
    #DownTri{
        top: 1vw;
        left: -4.3vw
    }
    #UpTri{
        top: 8vw;
        left: -4.3vw
    }
    .TriangleHolder .Reward{
        left: 78.1vw;
        opacity: .65;
        position: fixed;

    }
    #Line4 .Reward{
        top: .5vw
    }
    #Line5 .Reward{
        top: 47.7vw
    }

    


    
    #SleighMenu{
        padding: 3px;
    }
    #MenorahMenu{
        padding: 3px;
        filter: grayscale(0);
    }
    #ToyStoreMenu{
        padding: 4px;
        filter: grayscale(0);
    }
    #NewYearMenu{
        padding: 5px;
        filter: grayscale(0);
    }
    .MainButtonHolder{
        width: 100vw;
        text-align: center;
    }
    .MainButtonHolder button{
        width: 125px;
        border-radius: 10%;
        height: 55px;
        font-weight: bold;
        margin: 5px;
        margin-top: 10px;
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #fff;
        text-shadow: 0 0 10px #000;
        background: url("../../Images/Support/NGback.png");
        background-size: cover;
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px #999;
    }
    .MainButtonHolder button:disabled{
        /*background: grey;*/
        filter: grayscale(.75);
        text-shadow: none;
        box-shadow: 0 0px #666;
    }
    .MainButtonHolder button:active:not(:disabled) {
        box-shadow: 0 1px #666;
        transform: translateY(3px);
    }

/*-----Menu Customizations-----*/
    #ToyStorePopup .MenuOverview, #MenorahPopup .MenuOverview, #NewYearPopup .MenuOverview{
        margin-left: 5%;
        margin-right: 5%;
        font-size: 13px;
    }
    #WorkshopPopup,#SleighPopup,#ToyStorePopup,#InfoPopup,#MenorahPopup,#NewYearPopup{
        height: 90vh;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    /*-----Believer Menu-----*/
        .BelUpgradeHolder{
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 5px;
            margin-left: 5px;
        }
        #SleighPopup .StoreOverview{
            margin-top: 10px
        }
    /*-----Store Menu-----*/
        input[type=number]{
            width: 25px;
            border: none;
            height: 20px;
            outline: none;
            font-size: 12px;
            caret-color: transparent;
            -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
            -khtml-user-select: none; /* Konqueror HTML */
            -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
        }
            input[type=number]::-webkit-inner-spin-button, 
            input[type=number]::-webkit-outer-spin-button {  
                opacity: 1;
            }
            input[type=number]::selection {
                background: none;
                }
            input[type=number]::-moz-selection {
                background: none;
                }
        #MenorahPopup label,#NewYearPopup label{
            font-size: 14px;
            font-style: italic;
        }

        #NewGame .MultiLabel{
            font-size: 11px;
            font-style: normal
        }
        /*#NewGame.EmpireUpgrade{
            background-image: url("../../Images/Support/NGback.png");
            background-size: cover;
            text-shadow: 0 0 15px #000;
        }*/
        #DisclaimerHolder{
            margin-top: 10px
        }



body {
    background: #efefef;/*#bcbcbc;*/
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.DarkMode{
    background-image: url("../../Images/Support/Snowy.jpg");
    background-size: cover;
    background-origin: content-box;
    color: white;
    height: 100vh
}

#MainBody {
    width: 100vw;
    text-align: center
}

.sButton {
    width: 125px;
    border-radius: 10%;
    height: 40px;
    font-weight: bold;
    padding: 10px;
    font-size: .9em;
    margin-top: 10px;
}

#HeaderHolder {
    width: 100vw;
    text-align: center;
    margin-bottom: 15px;
    height: 50px;
    padding-top: 12px;
    background-image: url("../../Images/Menu/MenuHeader.png");
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#Header {
    font-size: 24px;
    font-family: 'casino';
    color: white
}

#AutoSpinCheckHolder {
    font-style: italic;
    padding-top: 20px;
}
.PayoutDis{
}

#AutoSpinCheck {
    height: 15px;
}
#ASCtext{
    position: relative;
    top: -2px;
    text-align: center;
    
}
#BottomButtons{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, rgb(114, 228, 158), rgb(54, 162, 94));/*rgb(25,44,87));rgb(9,73,118));*/
    position: fixed;
    bottom: 0;
}
.bButtonHolder{
    width: 19%;
    height: 50px;
    display: inline-block;
    text-align: center;
}
.BottomButton{
    max-width:100%;
    height:auto;
    width: 50px;
    height: 50px;
}
.PopupHolder{
    background-color: rgba(105, 105, 105,.6);;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
}
.Popup{
    position: fixed;
    background-color: white;
    height: 80vh;
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 10vh;
    margin-bottom: 10vh;
    border-radius: 10px;
}
.PopHead{
    background-image: url("../../Images/Menu/MenuHeader.png");
    height: 50px;
    color: white;
    font-style: italic;
    font-family: "Calibri";
    text-align: center;
    font-size: 25px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}
.Close{
    background-image: url("../../Images/Menu/Close.png");
    Top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    background-size: cover;
    position: absolute
}
.PopBody{
    text-align: center;
    width: 100%
}
.Upgrade{
    width: 125px;
    border-radius: 10%;
    height: 40px;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
    
}
.Upgrade:disabled{
    background-color: grey;
    box-shadow: 0 0px #666;
}
.Upgrade:active:not(:disabled) {
    background-color: #3e8e41;
    box-shadow: 0 1px #666;
    transform: translateY(3px);
  }
.UpgradeHolder{
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 5px;
    margin-left: 5px;
}
.Upgrade.TwoLine{
    padding: 0px;

}
.CostLabel{
    padding-top: 5px;
    font-size: 14px;
    font-style: italic
}
#Stats{
    text-align: center;
    margin-bottom: 5px;
}
#TotalPoints,#TotalIncome{
    font-weight: bold;
    font-style: italic;
    color:rgb(25,44,87);
}
#TotalIncome{
    font-weight: bold;
    font-style: italic;
    color:green
}
#Results{
    position: absolute;
    top: 45%;
    left: 37.5%;
    background-image: linear-gradient(to bottom, rgb(85,225,152), rgb(26,146,83));
    color: White;
    font-style: italic;
    width: 25%;
    height: 10%;
    text-align: center;
    padding: 1%;
}
.Prestige{
    width: 125px;
    border-radius: 10%;
    height: 40px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #853e8e;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
    
}
.Prestige:disabled{
    background-color: grey;
    box-shadow: 0 0px #666;
}
.Prestige:active:not(:disabled) {
    background-color: #853e8e;
    box-shadow: 0 1px #666;
    transform: translateY(3px);
  }
.Donation{
    width: 130px;
    border-radius: 10%;
    height: 40px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
    
}
.Donation:disabled{
    background-color: grey;
    box-shadow: 0 0px #666;
}
.Donation:active:not(:disabled) {
    background-color: #3e8e41;
    box-shadow: 0 1px #666;
    transform: translateY(3px);
}
.DonationHolder{
    margin-bottom: 7px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
}
.Donation.TwoLine{
    padding: 0px;
}
.DonationHolder .CostLabel{
    font-weight: bold
}
.MenuCurrency{
    font-weight: bold;
    font-style: italic;
    color:rgb(25,44,87)
}
#LoyaltyPopup .MenuCurrency{
    color: purple
}
.MenuOverview{
    font-style: italic;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1%;
    margin-bottom: 3%;
}
#InfoPopup .MenuOverview{
    margin-left: 5%;
    margin-right: 5%;
    font-size: 13px;
}
.PostHeader{
    margin-bottom: 5%;
}
.SectionHead{
    font-weight: bold;
    margin-bottom: 1%;
}
#UpgradePopup .SectionHead{
    color: rgb(25,44,87);
}
#LoyaltyPopup .SectionHead{
    color: purple;
}
#InfoPopup .SectionHead{
    color: rgb(25,44,87);
}
.Info.SectionHead{
    color: rgb(25,44,87);
}
.dCurrent{
    font-size: 12px;
}
.InfoButton{
    width: 125px;
    border-radius: 10%;
    height: 40px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: rgb(19,148,194);
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
    
}
.InfoButton:disabled{
    background-color: grey;
    box-shadow: 0 0px #666;
}
.InfoButton:active:not(:disabled) {
    background-color: rgb(25,44,87);
    box-shadow: 0 1px #666;
    transform: translateY(3px);
}
#InfoPopup .ScrollBod .InfoButton{
    width: 97px;
    height: 31px;
    margin-top: 11.5px;
    font-size: 9px;
}
#InfoPopup .ScrollBod .SubLabel{
    font-size: 10.5px;
    margin-top: 1px;
}
#InfoPopup .ScrollBod .DonationHolder{
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px
}
.SectionHead.Info{
    margin-bottom: -5px;
}
.PayoutHolder{
    background-color: rgba(105, 105, 105,.6);;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
}
#PayoutPopup{
    height: 40vh;
    width: 40vw;
    margin-left: 30vw;
    margin-right: 30vw;
    margin-top: 30vh;
    margin-bottom: 30vh;
    border-radius: 15px;
    font-size: 14px;
}
.PayoutBody{
    text-align: center;
    width: 100%
}
.PayoutsList{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%
}
@media screen and (min-height: 750px) {
    .Popup{
        height: 70vh;
        margin-top: 15vh;
        margin-bottom: 15vh;
    }
    #PayoutPopup{
        height: 60vh;
        margin-top: 20vh;
        margin-bottom: 20vh;
    }
    #InfoPopup .MenuOverview{
        margin-left: 5%;
        margin-right: 5%;
        font-size: 14px;
        
    }
}
@media screen and (max-height: 620px) {
    .Popup{
        height: 85vh;
        margin-top: 7.5vh;
        margin-bottom: 7.5vh;
        
    }
    .PopBody{
        zoom: .9;
        -moz-transform: scale(.9);
        -moz-transform-origin: top;
    }
    #InfoPopup .MenuOverview{
        margin-left: 5%;
        margin-right: 5%;
        font-size: 13px;
    }
}
.Disclaimer{
    font-size: 12px;
    font-style: italic
}
button{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
}

/*-----Store Stuff-----*/
    #StoreIcon{
        max-width:100%;
        height:auto;
        width: 50px;
        height: 50px;
        margin-top: 0px;
    }
    .BuyStoreHolder{
        margin-top: -10px;
    }
    .BuyStoreButton{
        width: 135px;
        border-radius: 10%;
        height: 80px;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #fff;
        background-color: #853e8e;
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px #999;
        padding-top: 5px;
    }
    .BuyStoreButton:disabled{
        background-color: grey;
        box-shadow: 0 0px #666;
    }
    .BuyStoreButton:active:not(:disabled) {
        background-color: #853e8e;
        box-shadow: 0 1px #666;
        transform: translateY(3px);
    }
    .ScrollBody{
        overflow-y: scroll;
        height: 230px;
        padding-left: 10px;
    }
    .StoreOverview{
        font-style: italic;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 5%;
        font-size: 13px;
        margin-bottom: -10px;
    }
    #StoreMenu{
        filter: grayscale(100%)
    }
    .StoreHolder{
        display: inline-block;
        margin-bottom: 7px;
        margin-right: 5px;
        margin-left: 5px;
    }
    #StorePopup .MenuOverview{
        margin-left: 5%;
        margin-right: 5%;
        font-size: 13px;
    }
/*-----Company-----*/
    #CompanyMenu{
        height: 40px;
        width: 40px;
        margin: 5px;
        filter: grayscale(1)
    }
    #CompanyPopup .MenuOverview{
        font-style: italic;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 13px;

    }
    #CompanyPopup .SectionHead{
        margin-top: 50px;
        font-style: italic
    }
    #CompanyIcon{
        max-width:100%;
        height:auto;
        width: 50px;
        height: 50px;
        margin-top: 0px;
    }
    .BuyCompanyHolder{
        margin-top: -10px;
    }
    .BuyCompanyButton{
        width: 155px;
        border-radius: 10%;
        height: 80px;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #fff;
        background-color: #3e898e;
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px #999;
        padding-top: 5px;
        background-image: url("../../Images/Support/HanBack.png");
        background-size: cover;
        text-shadow: 0 0 10px #000;
        padding-top: 10px
    }
    .BuyCompanyButton:disabled{
        background-color: grey;
        box-shadow: 0 0px #666;
        background-image: none;
        text-shadow: none;
        padding-top: 5px
    }
    .BuyCompanyButton:active:not(:disabled) {
        box-shadow: 0 1px #666;
        transform: translateY(3px);
    }
    .CompanyUpgrade{
        width: 125px;
        border-radius: 10%;
        height: 65px;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #fff;
        background-color: #3e898e;
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px #999;
        background-image: none;
        text-shadow: none;
        padding-top: 0px
    }
    .CompanyUpgrade:disabled{
        background-color: grey;
        box-shadow: 0 0px #666;
        background-image: none;
        text-shadow: none;
        padding-top: 0px
    }
    .CompanyUpgrade:active:not(:disabled) {
        box-shadow: 0 1px #666;
        transform: translateY(3px);
    }
    .CompanyHolder{
        display: inline-block;
        margin-bottom: 7px;
        margin-right: 10px;
        margin-left: 20px;
    }
    #MenorahPopup .SectionHead{
        margin-top: -5px;
        margin-left: 5px;
        font-style: normal
    }
    #CompanyPopup,#InfoPopup,#NewYearPopup{
        height: 90vh;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    
    
 /*Achievements*/
    #AchievePopup .MenuOverview{
        font-style: italic;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 13px;

    }
    #ACHsub{
        font-size: 12.5;
        font-style: normal
    }
    #ACHemp{
        font-size: 12.5;
        font-style: italic
    }
    #Achievements{
        overflow-y: scroll;
        margin-top: 5px;
        height: 350px;
        margin-right: 15px;
        
    }
    .Achieve{
        padding-top: 2px;
        padding-left: 5px;
        margin-left: 15px;
        text-align: left;
        font-style: italic;
        height: 30px;
        padding: 5px;
        border: 1px solid rgba(156, 114, 114, 0.509)
    }
    .Achieve.Unearned{
        background-color: rgba(156, 114, 114, 0.35);
        color: rgba(0, 0, 0, 0.5);
        opacity: .75
    }
    .Achieve.Earned{
        background-color: rgba(76, 175, 79, 0.729);
        color: rgb(74, 105, 74);
        border: none;
    }
    .CheckMark{
        margin-right: 5px;
        font-style: normal
    }
    .AchieveTip2{
        background-color: grey;
        color: #fff;
        text-align: center;
        padding: 5px;
        border-radius: 6px;
    }
    .AchieveTip2::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 10%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: grey transparent transparent transparent;
        }
    .Achieve:hover .AchieveTip{
        visibility: visible;   
    }
    .AchieveTip2{
        display: none;
        position: fixed;
        z-index: 1
    }
    .Achieve.Partial{
        /*background-color: rgba(76, 175, 79, 0.729);*/
        color: rgba(0, 0, 0, 0.5);
        opacity: .75;
        border: 1px solid rgba(156, 114, 114, 0.2)
    }
    .achieve{
        position: fixed;
        top: 50px;
        right: -3px;
    }
    .WaitingACH{
        position: absolute;
        top: 1px;
        right: 5px;
        padding: 2px 4.5px;
        border-radius: 50%;
        background: green;
        color: white;
        font-size: 8px;
    }
    #AchieveMenu{
        height: 45px;
        width: 45px;
    }
    .bButtonHolder.achieve{
        width: 45px;
        margin-right: 0px;
    }
    .BasicPopHolder{
        background-color: rgba(105, 105, 105,.6);;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0px;
        z-index: 3;
    }
    #BasicPopup,#BasicConfirm{
        height: 30vh;
        width: 50vw;
        margin-left: 25vw;
        margin-right: 25vw;
        margin-top: 35vh;
        margin-bottom: 35vh;
        border-radius: 15px;
        font-size: 14px;
    }
    #BasicPopup .DonationHolder{
        bottom:   20px;
        left: -6px;
        width: 100%;
        text-align: center;
        position: absolute;
    }
    /*Fix Mobile*/
/*Empire*/
    .bButtonHolder{
        width: 15.5%;
    }
    #EmpireMenu{
        width: 40px;
        height: 40px;
        margin: 5px;
        filter: grayscale(1)
    }
    #NewYearPopup .MenuOverview{
        font-style: italic;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 13px;
    }
    #NewYearPopup .StoreOverview{
        font-style: italic;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 13px;
    }
    #EmpireIcon{
        max-width:100%;
        height:auto;
        width: 50px;
        height: 50px;
        margin-top: 0px;
    }
    .MergeEmpireHolder{
        margin-top: -10px;
    }
    .MergeEmpire{
        width: 210px;
        border-radius: 10%;
        height: 90px;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #fff;
        text-shadow: 0 0 10px #000;
        background: url("../../Images/Support/NewYearBack.jpg");
        background-size: cover;
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px #999;
        padding-top: 5px;
    }
    .MergeEmpire:disabled{
        background: grey;
        text-shadow: none;
        box-shadow: 0 0px #666;
    }
    .MergeEmpire:active:not(:disabled) {
        box-shadow: 0 1px #666;
        transform: translateY(3px);
    }
    #NewYearPopup .ScrollBody{
        height: 235px;
        padding-left: 15px;
    }
    .EmpireUpgrade{
        width: 125px;
        border-radius: 10%;
        height: 55px;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #fff;
        text-shadow: 0 0 10px #000;
        background: url("../../Images/Support/NewYearBack2.jpg");
        background-size: cover;
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px #999;
    }
    .EmpireUpgrade:disabled{
        background: grey;
        text-shadow: none;
        box-shadow: 0 0px #666;
    }
    .EmpireUpgrade:active:not(:disabled) {
        box-shadow: 0 1px #666;
        transform: translateY(3px);
    }
    .EmpireHolder{
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }
    #BasicConfirm .DonationHolder{
        display: inline-block;
        bottom: 20px;
        left: 5%;
        width: 40%;
        text-align: center;
        position: absolute;
    }
    #BasicConfirm .DonationHolder#PopConfirm{
        display: inline-block;
        bottom: 20px;
        left: 50%;
        width: 40%;
        text-align: center;
        position: absolute;
    }
    #BasicConfirm .InfoButton#PopCancel{
        background-color: grey
    }
    #BasicConfirm .InfoButton#PopConfirm{
        background-color: #4CAF50
    }
    .UpgradeHolder .SubLabel,.BelUpgradeHolder .SubLabel,.Money .SubLabel,.CompanyHolder.Multi .SubLabel,.EmpireHolder.Multi .SubLabel,.GridLabel{
        font-size: 11px;
        font-style: normal
    }
    #UpgradePopup .SectionHead{
        margin-bottom: 0;
    }
    .SH{
        margin-bottom: 1.5%;
    }
    #LoyaltyPopup .SectionHead:not(.LoyaltyPrestige){
        margin-bottom: 0;
    }
    #UpgradePopup .SH{
        color: rgb(25,44,87)
    }
    #LoyaltyPopup .SH{
        color: purple
    }
    #InfoPopup .ScrollBod{
        height: 250px;
        /*zoom: .78;
        -moz-transform: scale(.78);
        -moz-transform-origin: top;*/
    }
    .Cloud .InfoButton{
        background: url("../../Images/Support/Cloud.png");
        background-size: cover;
    }
    #InfoPopup .DonationHolder{
        margin-bottom: 5px;
        margin-right: 10px;
        margin-left: 10px;
        display: inline-block;
    }
    #InfoPopup .Setting{
        margin-bottom: 4px;
        margin-right: 5px;
        margin-left: 5px;
        display: inline-block;
    }


/*iPhone
#BottomButtons{
    height: 65px;
}
#HeaderHolder{
    height: 65px;
    background-size: 100% 100%;
    padding-top: 30px;
}*/
.SubLabel{
    font-size: 14px;
    font-style: italic
}
.GridLabel{
    font-size: 11px;
}
.HeadsUp{
    font-size: 14px;
    font-style: italic
}
/*Kongregate*/
    #Results{
        padding: 10px;
    }
    .Popup{
        height: 85vh;
        margin-top: 7.5vh;
        margin-bottom: 7.5vh;
        width: 60vw;
        margin-left: 20vw;
        margin-right: 20vw;
    }
    #HeaderHolder{
    background-size: 100% 100%;
    }