h1{
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 900;
  color: #ec6726;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align:center;
  width: 100%;
  margin: 10px 5px;
}

.cms{
    padding: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
}

.stars {
    background: #000 url(../img/stars.png) repeat top center;
    z-index: 1;
}

.twinkling {
    background: transparent url(../img/twinkling.png) repeat top center;
    z-index: 2;
    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;
}

.stars, .twinkling, .clouds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.enter {
    color: white;
    height: 30%;
    cursor: pointer;
    position: relative;
    clear: both;
    display: block;
    width: 100%;
}


.enter img {
    display: block;
    clear: both;
    z-index: 3;
    position: relative;
    left: 50%;
    transform: translate(-50%,50%);
    position: absolute;
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.logotop{
    height: 50px;
    margin-top: 11px;    
    display: inline-block;
}
.orange{
    background-color:#ec6726;
    height:10px;
    width: 100%;
}

.blue {
    background-color:  #157fcc;
    height:75px;
    width: 100%;
}
.blue a{
color: white;
    float: right;
    width: 20px;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 5px;
}
.modal-backdrop {
    position: inherit;
}

.content-visible{
background-color: rgb(39 137 208 / 9%)!important; margin-bottom: 20px !important;
}

.indexnum{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    background-color: #ec6726;
    color: white;
    text-align: center;
    width: 100%;
    padding:0px 5px;
    margin-bottom: 50px;
}
.up,.down{
    margin-left: 2px;
    border-radius: 5px;
    background-color: #4e5359;
    border: none;
    color:white;

}
.del{
    margin-left: 5px;
    border-radius: 5px;
    background-color: #4e5359;
    border: none;
    color:white;
}

form{
        display: inline-block;
}

#imgeditor,button,#wtoadd,#back,#delb,#rld,#reload,.Warning{
    background-color:#157fcc;
    border: none;
    color: white;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;

}
#imgeditor{
width: 100%;
}
.cms button, .cms form,#wtoadd,#back,#delb,#rld,#reload,.Warning{
   width: 100%;
   text-align: left;
}

button:hover,#wtoadd:hover,#back:hover,#delb:hover,#rld:hover,#reload:hover{
background-color: #ec6726;
}

.Warning{
    padding: 10px 5px;
    background:url(../img/mark.png);
    background-position: 50% 92%;
    background-color:#157fcc;
    background-repeat: no-repeat;
    height: 240px;
    line-height: 15px;
    font-size: 14px;
    text-align: left;

}

hr{
    margin:10px 0;
    border-top: 1px solid #ec6726 !important;
}
#wtoadd,#rld{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
.white{
    color:white;
    font-weight: bold;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
.cd-faq-categories a {
    width: 49%;
    float: left;
    margin-left: 0.5%;
    margin-top: 0.5%;
}
.cd-faq {    width: 95%;    margin: 0.5em auto;}
.cd-faq-content{    display: none;}
.cd-faq-trigger {    margin: 0.2em 0 .4em;}
.cd-faq-items {    padding: 0 1em;    display: block;    transform: none;}
.cd-faq-group {    display: block;}
.selected{      text-decoration: underline;     }

}
