/* -----------------------------

Structure

----------------------------- */

body {
    background: url('../img/bg.jpg');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#container {
    position: relative;
    margin: auto;
    width: 50rem;
    height: 40rem;
    padding: 10px 0px 10px 0px;
}

.common {
    margin-top: 10px;
    background: #727272;
}

#resourceContainer {
    position: relative;
    width: 100%;
    height: 5%;
    margin-right: 10%;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
}

#gameScreen {
    position: relative;
    width: 100%;
    height: 50%;
    margin-right: 10%;
    padding-top: 5px;
    border: 1px solid black;
    border-radius: 10px;
}

.catCont {
    position: relative;
    display: inline-block;
    width: 32%;
    height: 100%;
    margin-left: 3px;
}

.catInfo {
    position: relative;
    width: 100%;
    height: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
}

.contTitle {
    text-align: center;
    margin-bottom: 2px;
}

.catImg {
    position: relative;
    background-size: cover;
    min-width: 100%;
    height: 150px;
    border: 1px solid black;
    border-radius: 100px;
    margin-bottom: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

#catImg1 {
    background-image: url("../img/marx.jpg");
    background-position: 60%;
}

#catImg2 {
    background-image: url("../img/starwarscat.jpg");
    background-position: 60%;
}

#catImg3 {
    background-image: url("../img/kitten1.jpg");
    background-position: 60%;
}

#choiceContainer {
    position: absolute;
    width: 100%;
    height: 30%;
    margin-right: 10%;
    border: 1px solid black;
    border-radius: 10px;
}

#currentPol {
    position: relative;
    float: left;
    background-size: 100% 100%;
    border: 1px solid black;
    margin-left: 2%;
    margin-top: 1%;
    width: 25%;
    height: 90%;
    background-color: #FFF;
}

#globalProd {
    color: orange;
}

#prodInfo {
    color: orange;
}

#sacrifice {
    position: relative;
    float: right;
    margin-right: 5%;
    margin-top: -15%;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    height: 50%;
    background: #9cedef;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#151818', endColorstr='#7ce7ea');
    /*  IE */
    
    background: -webkit-gradient(linear, left top, left bottom, from(#151818), to(#283535));
    /*  WebKit */
    
    background: -moz-linear-gradient(top, #151818, #283535);
    color: #FFF;
    text-shadow: 0 1px 0 #283535;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
}

#sacrifice:hover {
    background: #9fedf0;
    border-color: #7db9bb #6bb2b5 #5dacaf;
    text-shadow: 0 1px 0 #c5f4f6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    cursor: pointer;
}

#title {
    text-align: center;
    border-radius: 10px;
}

.resource {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    margin-top: 5px;
}

.howMuch {
    color: #FFF;
}
/* -----------------------------

Buttons

----------------------------- */

.choice {
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 30%;
    padding-top: 5px;
    width: 40%;
    height: 20%;
    background: #455D6A;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#455D6A', endColorstr='#455D6A');
    /*  IE */
    
    background: -webkit-gradient(linear, left top, left bottom, from(#455D6A), to(#455D6A));
    /*  WebKit */
    
    background: -moz-linear-gradient(top, #455D6A, #455D6A);
    color: #FFF;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px #8A7C0D, inset 0 1px 0 #8A7C0D;
    -moz-box-shadow: 0 1px 1px #8A7C0D, inset 0 1px 0 #8A7C0D;
    box-shadow: 0 1px 1px #8A7C0D, inset 0 1px 0 #8A7C0D;
}

.choice:hover {
    background: #0F0F0F;
    color: #8A7C0D;
    -webkit-box-shadow: 0 1px 1px #0F0F0F, inset 0 1px 0 #0F0F0F;
    -moz-box-shadow: 0 1px 1px #0F0F0F, inset 0 1px 0 #0F0F0F;
    box-shadow: 0 1px 1px #0F0F0F, inset 0 1px 0 #0F0F0F;
    cursor: pointer;
}

.choice:nth-of-type(1) {
    margin-top: 200px;
}

.choice-popup {
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 35%;
    width: 30%;
    height: 10%;
    background: #455D6A;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#455D6A', endColorstr='#455D6A');
    /*  IE */
    
    background: -webkit-gradient(linear, left top, left bottom, from(#455D6A), to(#455D6A));
    /*  WebKit */
    
    background: -moz-linear-gradient(top, #455D6A, #455D6A);
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    -webkit-box-shadow: 0 1px 1px #8A7C0D, inset 0 1px 0 #8A7C0D;
    -moz-box-shadow: 0 1px 1px #8A7C0D, inset 0 1px 0 #8A7C0D;
    box-shadow: 0 1px 1px #8A7C0D, inset 0 1px 0 #8A7C0D;
}

.choice-popup:hover {
    background: #0F0F0F;
    color: #8A7C0D;
    -webkit-box-shadow: 0 1px 1px #0F0F0F, inset 0 1px 0 #0F0F0F;
    -moz-box-shadow: 0 1px 1px #0F0F0F, inset 0 1px 0 #0F0F0F;
    box-shadow: 0 1px 1px #0F0F0F, inset 0 1px 0 #0F0F0F;
}
/* -----------------------------

Pop Up

----------------------------- */

#popup_img {
    position: relative;
    margin-left: 10%;
    width: 50%;
    height: 50%;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.popup_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 30%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 5px solid darkgreen;
    background-color: darkgray;
    z-index: 1002;
    overflow: auto;
    text-align: center;
    border-radius: 20px;
}

.popup_content img {
    border-radius: 20px;
}
/* -----------------------------

ALL TEXTS

----------------------------- */

* {
    font-family: 'Exo 2', sans-serif;
    color: #FFF;
}