
::-webkit-scrollbar-thumb {
    background-color: #2d2d2d;
}

/*************************/

.stat-panel {
    pointer-events: none;
}

.unclickable {
    pointer-events: none;
}

.stat-panel-container {
    top: -15px;
    margin-left: -271px;
    padding-top: 20px;

}

.upload-logo-btn {
    position: absolute;
    left: 550px;
    top: 35px;
    z-index: 50;
}

.currency-panel {
    background: url(/images/menu/hood-bg.png) no-repeat right top;
    top: -15px;
    width: auto;
    height: 62px;
    position: absolute;
    padding-top: 25px;
    color: #fff;
    padding-right: 20px;
    padding-left: 10px;
}

.currency-panel.garmons { top:27px; }

.currency-panel span {
    line-height: 100%;
    display: block;
    margin-top: -30px;
    position: inherit;
    margin-left: 50px;
    font-size: 14px;
    color: #fff;
}

.currency-panel div {
    display: inline-block;
    height: 45px;
    overflow: hidden;
    
}


.currency-panel .separator {
    display: inline-block;
    height: 45px;
    overflow: hidden;
    line-height: 200%;
    margin: 0 9px;
    color: #898989;
}

.currency-panel .currency-img {
    width: 35px;
    display: inline-block;
}

.body {margin:0px; padding: 0px; overflow-x:hidden;}


.newdiz {}

.lvl-span-lbl {
    top: 10px;
    position: absolute;
}


.level {
    cursor: pointer;
    pointer-events: all;
    background: #14191c;
    width: 34px;
    height: 16px;
    left: calc(50% - 25px);
    font-size: 1.2em;
    line-height: 100%;
    color: #666c6f;
    border: solid 2px #25292c;
    position: fixed;
    top: 3px;
    display: table;
    border-radius: 500px;
    font-weight: bold;
    text-align: center;
    padding: 10px 3px;
    margin: 0 auto;
    z-index: 1;
}

.newdiz .round{    
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
  }

.newdiz h1 {
    color: #fff;
    z-index: 999;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 4%;
  }


.newdiz h2 {
    color: #ffffff;
    letter-spacing: 0;
    font-size: 1.7em;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0 0 5px;
    margin: 0 auto;
    text-align: center;
}

.danger {
    color: red !important;
}

.location {
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 500px;
    left: 50%;
    pointer-events: none;
    margin-left: -230px;
    margin-top: 10%;
    text-transform: uppercase;
    text-align: center;
}

.clan-ava {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -5px;
    margin-left: -10px;
}


.colony-tooltip {
    width: 25px;
    right: 10px;
    float: right;
    margin-left: 5px;
}

.create-colony {
    padding-bottom: 40px !important;
}

.colony-info {
    top: 150px;
    width: 730px;
    position: absolute;
    margin-bottom: 0;
    border: none;
    border-radius: 10px;
    padding-left: 30px;
    margin: 0 0px;
    float: left;
    height: 50px;
    background: #171717;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.change-alias-container {
    padding-bottom: 40px !important;
}

.social-settings-label {
    padding-right: inherit;
    color: gray;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
}


.change-alias-price,
.create-colony-price {
    padding-right: inherit;
    color: darkslategray;
    position: absolute;
    margin-top: 60px;
    width: 100%;
    text-align: center;
    left: 0px;
}

.create-request-price {
    padding-right: inherit;
    color: darkslategray;
    margin-top: 60px;
    width: 100%;
    text-align: center;
    left: 0px;
    margin-left: 20px;
}

.clan-title-item {
    margin-left: 30px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

/*STATS*/

.newdiz .my-stats {color: #fff; position: relative; margin: 0 7%;}

.daily-menu-btn-img {
    width: 24px;
    margin-left: 8px;
    margin-top: 4px;
}

.hamburger-menu-btn {
    position: fixed;
    right: -30px;
    top: 5px;
}

.fullscreen-menu-btn {
    position: absolute;
    right: 80px;
    top: 5px;
    width: 37px;
}

.daily-bonus {
    border-radius: 50%;
    background: #00adf1;
    height: 40px;
    float: right;
    margin-right: 70px;
    width: 40px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 100px;
}
.slidecontainer {
    width: 100%;
  }
  
  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
.zoomslider {
    position: absolute;
    right: 110px;
    z-index: 999;
    top: 100px;
}

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
  }

.menu-buttons{
    width: 50px;
    position: absolute;
    display: block;
    z-index: 9;
    margin-top: 10%;
    right: 10px;
    text-align: center;
}

.menu-buttons div.ui {
    margin-top:7px;
    right: auto;
}

.menu-btn, .menu-nav-btn {
    position: initial;
    margin-top: 10px;
    float: initial;
}

.close-menu-btn {
    position: absolute;
    right: 11px;
    top: 20px;
    float: right !important;
    margin-right: 10px;
}

.newdiz .my-stats:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff36;
    top: 23px;
    z-index: -1;
}

.newdiz .hidden {display: none;}

.newdiz .my-stats .box, .newdiz .my-points .list ul li i {
    display: inline-block;
    background: #ccc;
    vertical-align: middle;
    padding: 5px;
    margin-left: 5px;
    font-size: 1em;
}

.newdiz .my-stats .box span {}

.newdiz .my-stats .box span, .newdiz .my-stats .box i, .newdiz .my-stats .box b {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.newdiz .my-stats .box.hp{ background:#300604; margin-left:0px; }
.newdiz .my-stats .box.hp b {background: #5e0403;}

.newdiz .my-stats .box.ep{ background:#021a1f;}
.newdiz .my-stats .box.ep b {background: #012b3f;}

.newdiz .my-stats .box.int{ background:#220325;}
.newdiz .my-stats .box.int b {background: #410247;}

.newdiz .my-stats .box.lvl {
    background: #0a1f02;
    padding-left: 15px;
    float: right;
    top: 2px;
    position: relative;
    min-width: 125px;
    height: 32px;

}

.newdiz .my-stats .box.lvl b {
    background: #297c00;
    width: 40px;
    height: 22px;
    font-size: 1.5em;
    line-height: 100%;
    padding: 10px 1px;
    margin: 0;
    border: solid 2px #44d000;
    position: relative;
    top: -7px;
}

.newdiz .my-stats .box i {
    width: 37px;
    margin-right: 15px;
}

.newdiz .my-stats .box i img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: -4px;
}

.newdiz .my-stats .box b {
    width: 37px;
    padding: 3px 5px;
    margin: 0 5px;
    margin-left: 15px;
    background: #000;
    text-align: center;
    float: right;
    margin-top: 5px;
}

.canvas-wrapper.newdiz {
    width: 100%;
    margin: 0 auto;
    background: #000000;
    position: relative;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    padding-top: 0%;
}

.canvas-wrapper.newdiz.margin-top {
    padding-top: 3% !important;
}

/*POINTS*/

.newdiz .my-points {
  margin: 0 7%;
  margin-top: 5%;
  color: #fff;
}



.newdiz .my-points h2{
  color: #a6ffb9;
  font-weight: 100;
  text-align: left;
}

.newdiz .my-points h2 b {
    font-size: 1em;
    background: #a6ffb9;
    line-height: 0%;
    color: #15341b;
    padding: 0 18px;
}

.newdiz .my-points .list {
-webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin: 2% 0%;
display: inline-table;
  width: 47.5%;
  }


.newdiz .my-points .list.red {  
  background-color: #0f0203;
  border: solid 2px #460605;
  margin-right:3%; 
}
.newdiz .my-points .list.red ul li {border-bottom:1px solid #4d3134;}

.newdiz .my-points .list.green {
  background-color: #051003;
  border: solid 2px #033b01;
}

.newdiz .my-points .list.green ul li {border-bottom:1px solid #273024;}


.newdiz .my-points .list ul,
.newdiz .my-points .list ul li {
    padding: 0; 
    margin: 0; 
    list-style-type: none;
}

.newdiz .my-points .list ul {margin:0 0px; }
.newdiz .my-points .list ul li {padding:0px; position: relative;}
.newdiz .my-points .list ul li:last-child { border-bottom: none;}

.newdiz .my-points .list ul li i img{width: 100%;}
.newdiz .my-points .list ul li i {width: 35px; background: none;}
.newdiz .my-points .list ul li span, .newdiz .my-points .list ul li b {margin:0 5%; }

.newdiz .my-points .list ul li span {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.newdiz .my-points .list ul li a {
    float: right;
    font-weight: bold;
    color: #686868;
    text-decoration: none;
    font-size: 21px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 50%;
    background-color: #000000;
    border: solid 2px #37373787;
    padding: 2px 10px;
    line-height: initial;
    margin-right: 8px;
    margin-top: 6px;
}
.newdiz .my-points .list ul li a:hover {
    background-color: #042c0d;
    border: solid 2px #39e930;
    color: #39e930;
}



.newdiz .colony-outer {margin: 0 auto; max-width:950px; }


/*********************SKILS************************************/

.skills {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.skills-list {
    height: 700px;
    overflow-y: scroll;
    width: 100%;
}

.skill-container {
    width: 110px;
    min-height: 400px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 0px;
    display: inline-table;
    background: #14191a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    margin: 10px 10px;
}



.skill-container .corner {
    display: inline-block;
    position: absolute;
    width: 40%;
    text-align: center;
    font-size: 12px;
    color: orange;
    font-weight: bold;
    margin-left: 0;
    margin-top: -16px;
}

.skill-container .skill-item-img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 75px;
    height: auto;
}

.skill-container .corner.key {
    right: 0;
    background: #355840;
    position: absolute;
    top: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 40px;
    width: 35px;
    color: #daffe6;
    text-align: center;
    line-height: 205%;
    font-weight: bold;
    font-size: 21px;
    cursor: pointer;
    z-index: 9;
}

.skill-container .corner.key input {
    width: 28px;
    position: absolute;
    top: 5px;
    left: 43px;
    border: 0;
    border-radius: 5px;
    font-size: 25px;
    text-align: center;
}


.skill-container p {
    margin-bottom: 20px !important;
    font-size: 14px;
    color: #9ea2a2;
    text-align: center;
}


.skill-container .text {position: relative;
    min-height: 170px;}

.skill-container .button {text-align: center;}
.skill-container .button input {
    background: #49adda;
    border: none;
    border-radius: 5px;
    padding: 15px 10px;
    font-size: 43px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 99px;
    line-height: 0;
    height: 50px;
    width: 50px;
    color: #003953;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.radar-glowing {
    -webkit-animation: glowing 500ms infinite;
    -moz-animation: glowing 500ms infinite;
    -o-animation: glowing 500ms infinite;
    animation: glowing 500ms infinite;
    border-radius: 50px;
}

.but-glowing {
    -webkit-animation: glowing 500ms infinite;
    -moz-animation: glowing 500ms infinite;
    -o-animation: glowing 500ms infinite;
    animation: glowing 500ms infinite;
    border-radius: 20px;
}

.but-glowing-slow {
    -webkit-animation: glowing 2000ms infinite;
    -moz-animation: glowing 2000ms infinite;
    -o-animation: glowing 2000ms infinite;
    animation: glowing 2000ms infinite;
    border-radius: 20px;
}

.effect-glowing {
    -webkit-animation: glowing2 2500ms infinite;
    -moz-animation: glowing2 2500ms infinite;
    -o-animation: glowing2 2500ms infinite;
    animation: glowing2 2500ms infinite;
    border-radius: 20px;
    border: dotted;
    width: 25px;
}


.haz-glowing {
    -webkit-animation: glowing3 2500ms infinite;
    -moz-animation: glowing3 2500ms infinite;
    -o-animation: glowing3 2500ms infinite;
    animation: glowing3 2500ms infinite;
    border-radius: 20px;
    border: dotted;
    width: 25px;
}

.stat-glowing {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% { background-color: #49adda; -webkit-box-shadow: 0 0 3px #49adda; }
    50% { background-color: #72b7d4; -webkit-box-shadow: 0 0 40px #72b7d4; }
    100% { background-color: #49adda; -webkit-box-shadow: 0 0 3px #49adda; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #49adda; -moz-box-shadow: 0 0 3px #49adda; }
    50% { background-color: #72b7d4; -moz-box-shadow: 0 0 40px #72b7d4; }
    100% { background-color: #49adda; -moz-box-shadow: 0 0 3px #49adda; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #49adda; box-shadow: 0 0 3px #49adda; }
    50% { background-color: #72b7d4; box-shadow: 0 0 40px #72b7d4; }
    100% { background-color: #49adda; box-shadow: 0 0 3px #49adda; }
  }
  
  @keyframes glowing {
    0% { background-color: #49adda; box-shadow: 0 0 3px #49adda; }
    50% { background-color: #72b7d4; box-shadow: 0 0 40px #72b7d4; }
    100% { background-color: #49adda; box-shadow: 0 0 3px #49adda; }
  }


  @-webkit-keyframes glowing2 {
    0% { background-color: #da4949; -webkit-box-shadow: 0 0 3px #da4949; }
    50% { background-color: #d47272; -webkit-box-shadow: 0 0 40px #d47272; }
    100% { background-color: #da4949; -webkit-box-shadow: 0 0 3px #da4949; }
  }
  
  @-moz-keyframes glowing2 {
    0% { background-color: #da4949; -moz-box-shadow: 0 0 3px #da4949; }
    50% { background-color: #d47272; -moz-box-shadow: 0 0 40px #d47272; }
    100% { background-color: #da4949; -moz-box-shadow: 0 0 3px #da4949; }
  }
  
  @-o-keyframes glowing2 {
    0% { background-color: #da4949; box-shadow: 0 0 3px #da4949; }
    50% { background-color: #d47272; box-shadow: 0 0 40px #d47272; }
    100% { background-color: #da4949; box-shadow: 0 0 3px #da4949; }
  }
  
  @keyframes glowing2 {
    0% { background-color: #da4949; box-shadow: 0 0 3px #da4949; }
    50% { background-color: #d47272; box-shadow: 0 0 40px #d47272; }
    100% { background-color: #da4949; box-shadow: 0 0 3px #da4949; }
  }


  
  @-webkit-keyframes glowing3 {
    0% { background-color: orangered; -webkit-box-shadow: 0 0 3px orangered; }
    50% { background-color: orange; -webkit-box-shadow: 0 0 40px orange; }
    100% { background-color: orangered; -webkit-box-shadow: 0 0 3px orangered; }
  }
  
  @-moz-keyframes glowing3 {
    0% { background-color: orangered; -moz-box-shadow: 0 0 3px orangered; }
    50% { background-color: orange; -moz-box-shadow: 0 0 40px orange; }
    100% { background-color: orangered; -moz-box-shadow: 0 0 3px orangered; }
  }
  
  @-o-keyframes glowing3 {
    0% { background-color: orangered; box-shadow: 0 0 3px orangered; }
    50% { background-color: orange; box-shadow: 0 0 40px orange; }
    100% { background-color: orangered; box-shadow: 0 0 3px orangered; }
  }
  
  @keyframes glowing3 {
    0% { background-color: orangered; box-shadow: 0 0 3px orangered; }
    50% { background-color: orange; box-shadow: 0 0 40px orange; }
    100% { background-color: orangered; box-shadow: 0 0 3px orangered; }
  }

.skill-container .button input:hover {background: #51c7fe;}

.skill-container .corner.key:hover {background: #4f9164;}


.skill-container .button input.disabled {color: #14191a; background: #353636;}

.skill-container .corner.key .hidden .arrow-left {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    position: absolute;
    top: 11px;
    left: 33px;
}

.skill-container .bar {
    display: block;
    position: relative;
    background: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 20px;
    width: 135px;
    height: 18px;
    padding-top: 1px;
}
.skill-container .lvl-up {
    background: #419f14;
    display: inline-block;
    width: 20px;
    text-align: center;
    height: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #153b04;
    font-weight: bold;
    font-size: 25px;
    line-height: 80%;
    position: absolute;
    top: -1px;
    right: -5px;
    cursor: pointer;
}
.skill-container .lvl-up:hover {background: #82f64a;}
.skill-container .lvl-up:hover .belok {
    display: block;
    top: -35px;
    position: absolute;
    background: url(img/dna.png) #0f1212 no-repeat;
    font-size: 14px;
    color: #fff;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-size: 20px;
    padding-left: 25px;
    background-position: center left;
    margin-left: -25px;
}
.skill-container .lvl {
    background: #297c00;
    margin: 0;
    border: solid 2px #44d000;
    position: absolute;
    width: 15px;
    text-align: center;
    height: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    line-height: 79%;
    padding: 6px;
    padding-right: 13px;
    top: -6px;
    margin-left: -25px;
}
.skill-container .progress {
    background: #44cd00;
    width: 70%;
    height: 11px;
    margin: 3px 5px;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.skill-container h5 {
    margin-bottom: 0;
    padding: 0;
    margin-top: 23px;
    min-height: 47px;
}

.settings-container{
    margin-bottom: 30px;
    padding-top: 10px;
    padding: 20px 20px;
    width: 500px;
    border-radius: 10px;
    border: 1px solid #161718;
    background: #080809;
    margin-left: -275px;
    left: 50%;
    display: block;
    top: 0px;
}

.button-container {
    width: 550px;
    margin: 0 auto;
    margin-top: -10px;
}


.settings-container .button-base, .upload-logo-btn {
    border-radius: 10px;
    margin-left: 9px;
    height: 50px;
    width: 160px;
}

.settings-container .button-base.green-button, .upload-logo-btn {background:#186e7e;} 
.settings-container .button-base.green-button:hover, .upload-logo-btn:hover {background:#3595a7;} 
.settings-container .change-password {
    margin-top: 0px;
}
.settings-container .button-base.change-password-btn {
    width: 100%;
    background: #355840;
    color: #fff;
    margin-top: 10px;
}

.settings-menu input {
     margin-left: 0px; 
}

.settings-container .alias-input, .settings-container .new-password-input, .settings-container .old-password-input {
    width: 370px;
    margin-bottom: 0;
    border: none;
    border-radius: 10px;
    padding: 0 0px;
    margin: 0 0px;
    float: left;
    height: 50px;
    background: #171717;
    color: #fff;
    font-size: 18px;
}
.settings-container .alias-input:first-child {margin-right: 20px;padding: 0 3%; width: 320px;}

.social-setting-group,
.social-setting-invite {
    width: 97% !important;
    margin-top: 35px !important;
    margin-left: 0px !important;
}

.settings-container .alias-input {padding: 0 3%;}

.colony.settings-container .alias-input {margin-right: 20px;}
.colony.cancel.settings-container .change-alias-btn {width: 185px;}

.settings-container .new-password-input, .settings-container .old-password-input {
    width: 100%;
    margin-bottom: 15px;
    background: #171717;
    color: #fff;
    padding: 0 3%;
}



.settings-container .new-password-input::-webkit-input-placeholder,.settings-container .old-password-input::-webkit-input-placeholder,
.settings-container .alias-input::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: #525252;
}

.settings-container .new-password-input::-moz-placeholder,.settings-container .old-password-input::-moz-placeholder,
.settings-container .alias-input::-moz-placeholder  { /* Firefox 19+ */
  color: #525252;
}

.settings-container .new-password-input:-ms-input-placeholder,.settings-container .old-password-input,
.settings-container .alias-input:-ms-input-placeholder { /* IE 10+ */
  color: #525252;
}

.settings-container .new-password-input:-moz-placeholder,.settings-container .old-password-input:-moz-placeholder,
.settings-container .alias-input:-moz-placeholder { /* Firefox 18- */
  color: #525252;
}



.settings-container .old-password-input, .settings-container .new-password-input {
    margin-top: 0;
}


.settings-container .button-base, .upload-logo-btn {
    border-radius: 10px;
    margin-left: 0;
    margin-bottom: 0;
}




.colony.settings-container, .colony.settings form, .colony-inner{
    width: 890px;
    margin: 0 auto;
    left: auto;
    margin-bottom: 30px;
}



.colony.cancel.settings-container .button-base{ background: #252525;}


.colony.cancel.settings-container .button-base:hover{ background: #494949;}

.colony.cancel.settings-container .alias-input {
    width: 630px;
    margin-right: 20px;
}
.colony.cancel.settings-container .alias-input {
    line-height: 267%;
    vertical-align: middle;
    color: #7f7f7f;
}

.colony.cancel.settings-container .alias-input a {
	color: #239c22;
}

.choose-bone {
    left: 35%;
    position: relative;
}

.colony-list, .colony-list li { padding: 0; margin: 0; }

.bone-item-img {
    width: 10px;
}

.material-bone-item {
    margin-right: 15px;
}

.bone-materials {
    margin-top: 5px;
}

.bone-materials span{
    color: cyan;
    font-size: 14;
}

.bone-materials li{
    cursor: pointer;
}

.colony-list {
    width: 300px;
    margin-bottom: 30px;
    border: 1px solid #161718;
    padding: 0px;
    border-radius: 10px;
    background: #080809;
    display: block;
    color: #fff;
    margin-top: 5px;
    display: inline-table;
    margin-right: 17px;
}

.colony-list:last-child {margin-right: 0;}

.colony-list li {
	list-style:none; 
	
	border-top: 1px solid #1f1f1f;
}

.colony-list li:first-child {border-top: none;}

.colony-list li span {display: block;padding: 13px 15px; 
    min-width: 230px;
    min-height: 20px;
    padding-right: 5px; font-size: 14px !important;}

.colony-list .add {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    background: #080809;
    width: 20px;
    height: 20px;
    text-align: center;
    float: right;
    border: 2px solid #373737;
    font-size: 21px;
    color: #7f7f7f;
    line-height: 92%;
    cursor: pointer;
}

.colony-list li .add .minus{ display: none; }

.colony-list .add span {font-size:21px;}

.colony-list span:hover .add {background: #292929; cursor: pointer;
} 



.colony-list li.active span{color: #239c22;}
.colony-list li.active .add{color: #239c22;     background: #11260f;
   
    border: 2px solid #239c22;
    cursor: pointer;
}
}

.colony-list li.active:hover span {
    color: #ff3232;
}
.colony-list li.active:hover .minus{ display: block; cursor: pointer;
}
}
.colony-list li.active:hover .plus{ display: none;
}
.colony-list li.active:hover .add {
    color: #ff3232;
    background: #260f0f;
    border: 2px solid #f81111;
}





.colony-inner,
.colony-inner h1,
.colony-inner h2 {
	text-align: left;
}

.colony-inner {position: relative; margin-top:0%; height: 100vh; }

.colony-inner .side {
    display: block;
    margin-top: 100px !important;
    margin: 30px;
}
.colony-inner .side.list {
    position: absolute;
    top: 125px;
    left: 370px;
}
.colony-inner ul {border: none; background: none;}
.colony-inner li a {padding-left:0; padding-right: 0;}

.colony-inner .zajavka a {color: #ffea00;}

.clan-logo {
    background: #080b0c;
    width: 570px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    padding-left: 130px;
}

.colony-title {
    max-width: 370px;
}

.clan-logo h2 {
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clan-logo .holder {
    border-radius: 100px;
    background: #000;
    width: 70px;
    height: 70px;
    padding: 10px;
    margin-right: 25px;
    position: absolute;
    top: 20px;
    left:20px;
}

.clan-logo:after {
    display: block;
    content: '';
    height: 40px;
    width: 40px;
    background: #080b0c;
    position: absolute;
    right: -16px;
    top: 40px;
    transform: rotate(45deg);
}

.clan-logo .holder img { width: 100%; }

.clan-logo .exit {
    font-size: 16px;
    color: #545454;
}


.colony-inner .plus, .colony-inner .minus {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    background: #080809;
    width: 20px;
    height: 20px;
    text-align: center;
    float: right;
    border: 2px solid #373737;
    font-size: 21px;
    color: #7f7f7f;
    line-height: 92%;
    margin: 0 2px;
    cursor: pointer;

}

.colony-inner .plus:hover, .colony-inner .minus:hover {opacity: 0.7;}

.global-chat-img {
    width: 16px;
}

.global-chat-btn {
    bottom: 6px;
    left: 250px;
    position: absolute;
}

.is-sound-container, .is-music-container {
    width: 219px;
    position: relative;
    color: #fff;
    display: inline-block;
    background: #171717;
    padding: 0;
    border-radius: 10px;
    margin-right: 23px;
    padding: 15px 20px;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 0;
}

.is-sound-container {margin-right:0px; }

.is-sound-container input, .is-music-container input {
    position: relative;
    height: 25px;
    width: 20px;
    text-align: center;
    right: 20px;
    top: 25px;
}

.is-sound-container img, .is-music-container img {
    vertical-align: inherit;
    margin-right: 25px;
}

.canvas-wrapper.newdiz.settings form {margin-top:12%; }


.tutorial-common {
    color: white;
    padding: 10PX 15px;
    position: absolute;
    background-color: rgba(55, 84, 88, 0.75);
    border-radius: 10px;
    height: auto;
    z-index: 995;
}

.tutorial-menu {
    left: calc(50% - 18px);
    width: 250px;
    height: 70px;
    top: 23%;
    transform: translateX(-50%);
}


.synthesis {  }
.synthesis br {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
}

.synthesis h3{color: #ffc600; text-align: center; font-size: 21px; font-weight: normal; margin-top: 30px;}

.synthesis ul, .synthesis li {padding: 0; margin: 0; text-align: center; list-style: none;}
.synthesis ul.materials li {
    display: inline-block;
    text-align: center;
    background: #040607;
    margin: 10px 20px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #3f3f3f;
    cursor: pointer;
}

.synthesis ul.materials li img {width: 60px;}
.synthesis ul.materials li span {display:block; color: #62676a;}
.synthesis ul.materials li.active {background: #1a1f22;border:1px solid #1a1f22;}
.synthesis ul.materials li.active span{color: #fff;}

.synthesis ul.materials li:hover {
    background: #1a1f22;
    border: 1px solid #1a1f22;
}

.synthesis ul.materials li:hover span {color: #fff;}

.synthesis .holder {
    width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    background: #080b0c;
    border-radius: 7px;
    padding: 20px;
    padding-bottom: 30px;
    position: relative;
}
.synthesis .holder .title { color: #fff; }
.synthesis .holder .title h2 {
    display: inline-block;
    width: 19%;
    text-align: left;
    vertical-align: text-top;
    font-size: 18px;
    font-weight: bold;
}
.synthesis .holder .title span {
    display: inline-block;
    text-align: left;
    width: 80%;
    vertical-align: text-top;
    font-size: 14px;
    color: #737381;
    min-height: 60px;
}
.synthesis .holder .creature {
    width: 290px;
    padding: 5% 0;
    text-align: center;
    border: 1px solid #272a2a;
    border-left: none;
    border-right: none;
    min-height: 120px;
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
}
.synthesis .button {
    background: #44cd00;
    text-align: center;
    width: 250px;
    padding: 10px 10px;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.synthesis .button:hover {background: #4fe305;}
.synthesis .button span {font-size: 21px; color: #236a00; margin-right: 5px;}
.synthesis .button b {font-size: 25px; color: #fff;}
.synthesis .button span, 
.synthesis .button b {
vertical-align: super; font-weight: bold;}

.synthesis .button img {width: 30px;}


.synthesis .holder .side {color: #fff; width: 200px;  position: absolute; top: -80px;}

.synthesis .holder .side ul {
    border-radius: 7px;
    overflow-y: scroll;
    height: 310px;
}
.synthesis .holder .side ul li {
    text-align: left;
    margin: 14px 10%;
    border-bottom: 1px solid #202122;
}
.synthesis .holder h3 {
    margin-bottom: 23px;
    font-weight: bold;
    font-size: 23px;
}
.synthesis .holder .side ul li:last-child { border:none; }
.synthesis .holder .side ul li img{ width: 70px; margin-left: 5%;}
.synthesis .holder .side ul li span {
    vertical-align: top;
    margin-top: 17px;
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 27px;
    margin-right: 5px;
    font-weight: bold;
}
.synthesis .holder .bonus {left: -220px; color:#83daff;}
.synthesis .holder .bonus ul {border:1px solid #00adf1;}
.synthesis .holder .bonus h3 {
    color: #00adf1;
}
.synthesis .holder .need { right: -220px; color:#e24b38; }
.synthesis .holder .need ul {border:1px solid #e24b38;}
.synthesis .holder .need h3 {
    color: #e24b38;
}

.synthesis .arrows {
    background: #0e0e0e;
    width: 50px;
    height: 50px;
    border: 1px solid #202122;
    color: #797979;
    font-size: 37px;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    bottom: 31px;
    cursor: pointer;
}

.synthesis .arrows.left {left:31px;}
.synthesis .arrows.right {right:31px;}



.newdiz .hint { color: #00adf1; text-align: center; width: 500px; position: relative;margin:0 auto;  }

.riddle p{color: #737381;}

.riddle h1 {
    margin-top: 0px;
    font-size: 2em;
    margin-bottom: -7px;
}

.riddle.settings-container {
    width: 485px;
    padding: 50px 50px;
    margin-bottom: 20px;
}

.riddle.settings-container .button-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: contents;
    position: relative;
    top: initial;
}

.riddle.settings-container .alias-input {
    width: 94%;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    z-index: 999;
}

.riddle.settings-container .button-base {
    border-radius: 5px;
    margin-left: 0;
    margin-bottom: 0;
    width: 47.4%;
    position: initial;
    display: inline-block;
    margin-top: 20px;
    margin-right: 4.14%;
    background: #00adf1;
}

.riddle.settings-container .button-base.hidden {display: none !important;}

.riddle.settings-container .button-base.buy {
background: #262b2c;
color: #f3b701;
}

.riddle.settings-container .button-base.degrode-btn, .transmute-btn {
    width: 100%;
}

.riddle.settings-container .button-base.buy:hover {opacity: 0.7;}

.riddle.settings-container .button-base.hint {
    background: #262b2c;
    color: #fff;
    position: relative;
    padding-left: 35px;
}

.riddle.settings-container .button-base.hint img {
    width: 40px;
    position: absolute;
    left: 10px;
    top: 5px;
}


.riddle.settings-container .riddle-container{margin-top: 30px;}

.riddle.settings-container .riddle-box {
    display: inline-block;
    border: 5px solid #1d2122;
    width: 28.685%;
    text-align: center;
    border-radius: 5px;
    background: #080b0c;
    position: relative;
    margin-right: 3%;
}

.riddle.settings-container .riddle-box:last-child {margin-right: 0;}

.riddle.settings-container .riddle-box img {
    width: 40px;
    position: absolute;
    top: -16px;
    right: -16px;
}

.riddle.settings-container .riddle-box .number {
    color: #f3b701;
    font-size: 65px;
    font-weight: bolder;
    line-height: 100%;
    margin-bottom: -5px;
    margin-top: 7px;
}

.riddle.settings-container .riddle-box .voices {
    background: #029bb7;
    border-radius: 5px;
    color: #fff;
    padding: 5px 0;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
        cursor: pointer;
}


.riddle.settings-container .riddle-box .voices:hover  { opacity: 0.7; }

.riddle.settings-container .button-base:last-child {margin-right: 0;}

.bet-content {
    display: inline-block !important;
    margin-right: 10px;
    width: 42%;
}

.riddle.settings-container .hint-container {
    border: 2px solid #e0ab06;
    color: #e0ab06;
    border-radius: 5px;
    padding: 15px 15px;
    text-align: center;
    margin-top: 25px;
}


.cube-bet-container {
    border: 2px solid #297c00;
    color: #297c00;
    border-radius: 5px;
    padding: 15px 15px;
    text-align: center;
    margin-top: 25px;
}

.error-container {
    color: #e0ab06;
    border-radius: 5px;
    padding: 15px 15px;
    text-align: center;
    margin-top: 25px;
}









/*************************choice******************/
.choice-holder .holder {
    width: 1000px;
    margin: 0 auto;
    margin-top: 300px;
}
.choice, .vs {
    display: inline-block;
    width: 36%;
    text-align: center;
    position: initial;
    vertical-align: middle;
}
.choice img {
    width: 100%;
    margin-top: -250px;
    /* display: block; */
    position: initial;
}
.vs {
    width: 20%;
    padding: 0 3%;
}
.vs img {
    width: 100%;
    margin-top: -300px;
    margin-left: -20px;
}

.choice {
    background: #080b0c;
    margin-top: 6%;
    color: #fff;
    padding: 0%;
        border-radius: 10px;

}

.choice .text {
    margin: 20px 10%;
    font-size: 19px;
}

.choice button {
    background: #00adf1;
    border: none;
    line-height: 100%;
    margin: 0;
    height: 65px;
    width: 90%;
    border-radius: 10px;
    color: #fff;
    padding: 7% 0px;
    display: inline-block;
    position: relative;
    margin-top: 40px;
    margin: 5%;
        font-size: 21px;
            text-transform: inherit;
}

.choice button:hover {
background: #44cd00; }


.create-colony-title.alias-input {

    width: 670px !important;
    }








/**********************harmons*******************/
.harmon-box { width: 1200px; margin: 0 auto; padding: 0%;  margin-top: 5%; }

.harmon-box .harmon, .harmon-box .harmon-hint {
    margin-bottom: 30px;
    padding-top: 10px;
    padding: 0%;
    width: 90%;
    border: 3px solid #222b34;
    border-radius: 10px;
    background: #080809;
    display: block;
    margin: 0 auto;
    text-align: left;
    position: relative;
    min-height: 120px;
    margin-top: 20px;

}

.harmon-box .harmon-hint { color: #fff; padding: 3%; width: 84%; text-align: center; border:none; }
.harmon-box .harmon-hint h3 { font-size: 2.5em; }
.harmon-box .harmon-hint p { font-size: 1.2em; color: #737381;}


.harmon-box .harmon.active { border-color: #5acfe5; }


.harmon-box .harmon img {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    max-width: 200px;
    width: 25%;
}


.harmon-box .harmon .text {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.harmon-box .harmon .btn-holder {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    padding: 0 2%;
}

.harmon-box .harmon .btn-holder span {
    color: #fff;
    text-align: center;
    padding-top: 7px;
    display: block;
}

.harmon-box .harmon .btn-holder span b { color: #f3b701; }

.harmon-box .button-base {
    height: 50px;
    width: 100%;
    margin: 0;
    border-radius: 5px;
background: rgb(2,155,183);
background: -moz-linear-gradient(180deg, rgba(2,155,183,1) 0%, rgba(2,125,173,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(2,155,183,1) 0%, rgba(2,125,173,1) 100%);
background: linear-gradient(180deg, rgba(2,155,183,1) 0%, rgba(2,125,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#029bb7",endColorstr="#027dad",GradientType=1);
color: #fff;
}

.harmon-box .harmon h2, .harmon-box .harmon p {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}


.harmon-box .harmon h2{
    margin-top: 0px;
    font-size: 2em;
    margin-bottom: 5px;
    font-weight: bold;
}

.harmon-box .harmon p, .harmon-box .harmon .checkbox {
    color: #737381;
    font-size: 18px;
}


.harmon-box .harmon .checkbox {margin-top: 10px; vertical-align: middle;}

.harmon-box .harmon .timer {
    color: #fff;
    background: #022633;
    border: 5px solid #05435b;
    border-radius: 5px;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
}











/*****************************bonuses*****************************/

.bonus-box {
    width: 98%;
    margin: 0 auto;
    padding: 0%;
    text-align: center;
}

.bonus-box .bonus, .bonus-box .bonus-hint {
    margin-bottom: 30px;
    padding-top: 10px;
    padding: 0%;
    width: 270px;
    border: 3px solid #222b34;
    border-radius: 10px;
    background: #080809;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    position: relative;
    margin-top: 20px;
    vertical-align: middle;
    padding: 2%;
    padding-bottom: 1%;
}

.bonus-box .bonus-hint { color: #fff; width: 90%; text-align: center; border:none;}
.bonus-box .bonus-hint h3 { font-size: 2.5em; }
.bonus-box .bonus-hint p { font-size: 1.2em; color: #737381;}


.bonus-box .bonus.active { border-color: #5acfe5; }


.bonus-box .bonus img {
    vertical-align: middle;
    display: block;
    text-align: center;
    margin: 0 auto;
}


.bonus-box .bonus .text {
    text-align: center;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 0px;
}

.bonus-box .bonus .btn-holder {


    vertical-align: middle;
    text-align: center;
    padding: 0 2%;
}

.bonus-box .bonus .btn-holder span {
    color: #fff;
    text-align: center;
    padding-top: 7px;
    display: block;
    margin-top: 10px;
}

.bonus-box .bonus .btn-holder span b { color: #f3b701; }

.bonus-box .button-base {
    height: 50px;
    width: 100%;
    margin: 0;
    border-radius: 5px;
background: rgb(2,155,183);
background: -moz-linear-gradient(180deg, rgba(2,155,183,1) 0%, rgba(2,125,173,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(2,155,183,1) 0%, rgba(2,125,173,1) 100%);
background: linear-gradient(180deg, rgba(2,155,183,1) 0%, rgba(2,125,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#029bb7",endColorstr="#027dad",GradientType=1);
color: #fff;
}

.bonus-box .bonus h2, .bonus-box .bonus p {

    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}


.bonus-box .bonus h2{
    margin-top: 0px;
    font-size: 2em;
    margin-bottom: 5px;
    font-weight: bold;
}

.bonus-box .bonus p, .bonus-box .bonus .checkbox {
    color: #737381;
    font-size: 18px;
}


.bonus-box .bonus .checkbox {margin-top: 10px; vertical-align: middle;}

.bonus-box .bonus .timer {
    color: #fff;
    background: #022633;
    border: 5px solid #05435b;
    border-radius: 5px;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.bonus {
    max-width: 170px;
}

.bonus-margin {
    margin-left: 45px !important;
}

.bonus-active {
    border: 3px solid #f3b701 !important;
}

.bonus-box .bonus .bonus-gift {
    border: 3px solid #333300;
    border-radius: 10px;
    margin: 20px 0;
    padding: 10px;
    width: 31%;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.bonus-box .bonus .bonus-gift.padding{ margin-right: 7%; }


.bonus-box .bonus .bonus-gift img{
width: 100%;
}
















/************************* RESPONSIVE ************************/


@media screen and (max-width: 1350px) {

    .newdiz .my-points .list ul li span {
    width: 40%;
    display: inline-block;
}

}



@media screen and (max-width: 1100px){

.synthesis .holder .creature {margin-top: 15px; border: none; }
.synthesis .holder {
    width: 65%;
    padding: 5%;
    margin: 0 auto;
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 30px;
}

.synthesis .holder .bonus {left: 20px;color:#83daff;}
.synthesis .holder .need {right: 20px;color:#e24b38;}

.synthesis .holder .bonus span {color:#83daff;}
.synthesis .holder .need span {color:#e24b38;}

.synthesis .holder .side {
    color: #fff;
    width: 120px;
    position: absolute;
    top: -65;
    bottom: 150px;
}
.synthesis .holder .side ul {
    border-radius: 7px;
    height: 194px;
}

.synthesis .holder .side ul li {
    text-align: left;
    margin: 10px 5%;
    border-bottom: 1px solid #202122;
}

.synthesis .holder .side ul li img {
    width: 40px;
    margin-left: 5%;
}

.synthesis .holder .side ul li span {
    margin-top: 5px;
        font-size: 21px;
    margin-right: 0px;
}
.synthesis .holder .title h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 21px;
}


.synthesis .holder .title span { text-align: center; width: 100%; }

}

@media screen and (max-width: 1015px) {


.harmon-box .harmon .btn-holder span {
    text-align: left;
}

.harmon-box .harmon .btn-holder span b {display: block;}

.harmon-box .harmon { padding: 15px 0;}
.harmon-box .harmon .text {
    width: 49%;
}

.harmon-box { width: 100%;}


    .newdiz .my-stats:before { }

    .newdiz .my-stats .box.lvl {
      position: absolute;
      right: 0;
      top: -7px;
    }
    .newdiz .my-stats .box {
        display: block;
        margin: 9px 0;
        max-width: 230px;
    }



.choice-holder .holder {
    width: 90%;
    margin: 0 auto;
    margin-top: 30%;
}

.choice .text {
    margin: 20px 10%;
    font-size: 18px;
}






 }


 @media screen and (max-height: 900px) {
    .choice-holder .holder {
        margin-top: 13% !important;
    }

    
    .choice img {
        width: 250px !important;
        margin-top: -115px !important;
    }
}
 

@media screen and (max-height: 800px) {
    .choice-holder .holder {
        margin-top: 10% !important;
    }
    .vs img {
        margin-top: -220px !important;
    }
    .choice-holder h1 {padding-top: 0% !important;}
}

@media screen and (max-height: 700px) {
    .choice-holder .holder {
        margin-top: 6% !important;
    }


}

 @media screen and (max-height: 600px) {

 .canvas-wrapper.newdiz,
 .choice .text {
    font-size: 16px !important;
}



 }
 @media screen and (max-width: 640px) {

    .colony-inner .side.list {
        position: absolute;
        top: 125px;
        left: 230px !important;
    }

    .colony-list li span {
        min-width: 170px;
    }

    }

 @media screen and (max-height: 500px) {
    .choice-holder .holder {
        margin-top: 17% !important;
    }
    .choice img {
        margin-top: -115px !important;
        width: 170px !important;
    }
    .choice {
        margin-top: -2%;
    }

    .choice .text {
        font-size: 13px !important;
    }
}
   

@media screen and (max-height: 440px) {
    .choice-holder .holder {
        margin-top: 10% !important;
    }
    .choice img {
        margin-top: -60px !important;
        width: 100px !important;
    }
    .vs img {
        margin-top: -160px !important;
    }
}

@media screen and (max-width: 890px) {
    .tree-container {
        margin-left: 20px;
        zoom: 0.7em;
        width: calc(100% - 50px);
    }
    .tutorial-arrow-left-up {
        position: absolute;
        right: 0px;
        width: 45px !important;
        mix-blend-mode: lighten;
    }
    .clan-logo {
        width: 55%;
    }
    .upload-logo-btn {
        position: absolute;
        left: 120px;
        top: 35px;
        z-index: 50;
    }
.colony-inner .side.list {
    position: absolute;
    top: 125px;
    left: 320px;
}
    .clan-logo h2 {
        margin-left: 160px;
    }
.colony-info {
    width: 90%;
    margin: unset;
    margin-left: 30px;
}

    .settings-container .alias-input:first-child {
        width: 100% !important;
    }

    .colony.cancel.settings-container .alias-input {
        line-height: 350%;
        min-width: 350px;
        font-size: 14px;
    }
    .colony.cancel.settings-container .change-alias-btn {
        width: 100% !important;
    }
    .riddle.settings-container {
        width: 415px;
        margin-top: 25px;
        padding: 0px;
    }
    .colony-request-title {
         max-width: 90%; 
    }
    .harmon-box .harmon .text {
        width: 42%;
    }
    .harmon-box .harmon .timer {
        font-size: 16px;
    }
    .harmon-box .harmon, .harmon-box .harmon-hint {
        width: 90%;
    }

    .harmon-box .button-base {
        font-size: 11px;
        width: 140%;
    }
    .newdiz h1 {
        padding-top: 8%;
    }

    .harmon-box .harmon p, .harmon-box .harmon .checkbox {
        font-size: 13px;
    }

.choice img {
    width: 100%;
    margin-top: -170px;
    /* display: block; */
    position: initial;
}


.canvas-wrapper {
    overflow-y: auto;
}

h1 {
    color: #fff;
    font-size: 1.7em;
}

.menu-buttons {
    width: 300px;
    position: absolute;
    display: block;
    z-index: 9;
    margin-top: 0;
    right: 30%;
    text-align: center;
    margin: 0 auto;
}

.menu-btn, .menu-nav-btn {
    position: absolute;
    margin-top:0px;
    float: none;
    margin-right: 0px;
}

.close-menu-btn {
    top: 9px;
}

.menu-buttons div.ui {
    margin-top: 10px;
    display: inline-block;
}


.hamburger-menu-btn {
    right: 10px;
    top: 5px;
}


.fullscreen-menu-btn {
    position: absolute;
    right: 37px;
    top: 5px;
    width: 37px;
}


    .newdiz .my-points .list {width: 99%; margin: 2% 0;}
    .synthesis .holder .bonus {left: 0px;}
    .synthesis .holder .need {right: 0px;}

.synthesis .holder .side { zoom:0.8;     bottom: 240px;}




.colony.settings-container, .colony.settings form, .colony-inner {
	width: 100%;
}


.settings-container .alias-input, .settings-container .new-password-input {width: 34%;}
.settings-container .button-base {width: 23%;}
.colony-list {width: 30%; margin-left: 10px;}


.settings-container .old-password-input{
    width: 62%;
    margin-right: 4%;
}

.create-colony-title.alias-input {
width: 31% !important;
margin-right: 4%!important;
width: 100% !important;
}

.newdiz .skill-container {
height: 270px;
}
.skill-container .bar {width: 90%;}
.skill-container .button input {
    font-size: 21px;
    height: 30px;
    width: 30px;
}

.settings-container .button-base, .settings-container .button-base.change-password-btn {
    margin-left: 9px;
    height: 50px;
    width: 98%;
    margin-top: 15px;
}
.change-alias-price, .create-colony-price {
    margin-top: 75px;
}

}

@media screen and (max-width: 540px) {

    .menu-buttons {
        right: 20%;
    }

}
@media screen and (max-width: 700px) {
    .settings-container {
        padding-top: 10px;
        width: 82%;
        border: 1px solid #161718;
        border-radius: 10px;
        background: #080809;
        margin-left: 0;
        left: inherit;
        display: block;
        margin: 0 auto;
        margin-bottom: 25px;
    }


        

    .settings-container .alias-input:first-child {
        width: 100%;
    }



    .buttons-container {
        width: 300px !important;
    }
        
    .is-sound-container, .is-music-container {
        width: 82%;
        position: relative;
        color: #fff;
        display: block;
        background: #171717;
        padding: 0;
        border-radius: 10px;
        margin-right: 23px;
        padding: 15px 20px;
        font-size: 18px;
        margin-top: 0;
        margin: 10px;
    }

}


@media screen and (max-width: 485px) {


.settings-container .alias-input:first-child {
    width: 100%;
}


    .newdiz h1 {
        font-size: 2.0em;
        margin:10%; 
    }

    .newdiz .my-points h2 {
        font-size: 2.0em;
        text-align: center;
    }

    .newdiz .my-stats .box {
        max-width: 100%;
    }

    .newdiz .my-stats .box.lvl {
        position: relative;
        right: initial;
        left: initial;
        float: inherit;
        top:0px;
        margin-top: 50px;
    }


    .newdiz .my-stats .box, .newdiz .my-points .list ul li i {margin: 0; margin-right: 10px;}
    .newdiz .my-points .list ul li span {
        margin: 2%;
    }

    .newdiz .my-points .list ul li a {
      padding: 0px 10px;
      line-height: 125%;
      margin-top: 4px;
  }




.settings-container.hidden {display: none;}



.canvas-wrapper.settings.newdiz h1{ 
	margin-bottom: 10%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3%;
    margin-top: 12%;
}



.settings-container .alias-input, .settings-container .new-password-input, .settings-container .old-password-input {
    width: 100%;
}


.button-container {
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
}


}
