html { padding: 0; margin: 0; }

body {
  background: url('back.jpg') no-repeat #000;
  background-size: cover;
  background-attachment: fixed;
  padding: 0; margin: 0;
  counter-reset: results;
}

h1 { margin-top: 10px; }

.container.main { padding-bottom: 5em; }

.topline {
  width: 100%;
  position: absolute;
  top: 0;
  /*background: rgba(0,0,0,0.5);*/
  background-color: #396a94;
  font-size: 0.8em;
  padding: 1.2em;
  font-family: sans-serif;
  color: #fff;
  height: 3.8em; 
}

nav ul {
  padding: 0;
  min-height: 34px;
}

nav ul li {
  list-style: none;
}

nav ul li:first-child { float: left; }
nav ul li:last-child { float: right; }

nav li.btn {
  width: 100%;
  padding: 0.3em 2em 0em 2em;
  padding-left: 2.5em;
  text-align: center;
}

nav li.btn .btn {
  padding: 0.25em 1em;
  font-size: 1.8em;
  background-color: #88ba2a;
  border-color: #88ba2a;
  color: #fff;
  z-index: 21;
}

nav li.btn .btn span {
  top: 4px;
  margin-right: 10px;
}

.new .btn span {
  top: 2.5px;
  margin-right: 2px;
}

.new .btn {
  z-index: inherit;
}

.fright { float: right; }
.fleft { float: left; }  

.chatpanel {
  width: 90%;
  margin: 0 auto;
  height: 200px;
  background: rgba(0,0,0,0.69);
  position: absolute;
  top: -50px;
  color: #eee;
  padding: 4px;
  font-size: 0.9em;
  font-family: monospace;
  overflow: hidden;
}

.chatpanel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  overflow: hidden;
}

.chatpanel li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
}

.chatpanel #enter {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #ccc;
  border: none;
  border-top: 2px solid #333;
  padding: 5px 10px;
  color: #000;
}

.chatpanel li.info { color: #999; }

.chatpanel li span.time { float: left; width: 69px; }
.chatpanel li span.msg { float: left; width: auto; max-width: 71%; }

.chatpanel li {
  opacity: 0;
  transform: rotateY(-90deg);
  transition: all 0.5s cubic-bezier(.36,-0.64,.34,1.76);
}

.chatpanel li.show {
  opacity: 1;
  transform: none;
  transition: all 0.5s cubic-bezier(.36,-0.64,.34,1.76);
}

.player {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  background-color: #eee;
  border: 6px solid #333;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1em;
}

.player.medium {
  width: 64px;
  height: 64px;
  border-width: 2px;
  border-radius: 64px;
}

.player.small {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border-width: 3px;
}

#dialog-add_player .player {
  float: left;
  margin-right: 0.6em;
}

#dialog-add_player hr {
  clear: both;
}

.player[data-prefixletter]:after {
  content:attr(data-prefixletter);
  font-size: 3.8em;
  color: #999;
  font-family: monospace;
  text-align: center;
  display: block;
  margin-top: 7px;
  opacity: 0.5;
  filter: blur(0.5px);
}

.userlist .player[data-prefixletter]:after {
  content:attr(data-prefixletter);
  opacity: 1;
  filter: none;
  background-position: 20px 83px;
  z-index: 2;
  margin-top: 7px;
  height: 117px;
  background-size: 49px 33px;
  text-shadow: 0px 0px 2px rgba(100,100,100,0.4);
}

.estimatedtime {
  display: block;
  width: 100%;
  height: 2em;
  background: #efefef;
  font-size: 0.7em;
  padding: 3px;
  color: #666;
}

.player.medium[data-prefixletter]:after {
  font-size: 2em;
}

.textabitdown {
  padding-top: 1em;
}

.photos > a {
  margin-right: 1em;
  border: 1px solid #fff !important;
}

.photos > a:last-child {
  margin-right: 0;
}

.userlist .player:hover:before {
  content: "";
  background: url("ball.png");
  background-repeat: no-repeat;  
  position: absolute;
  top: 0;
  left: 15px;
  width: 100px;
  height: 100px;
  z-index: 1000;
  background-size: contain;
  transform: rotate(-90deg);
  opacity: 0.3;
}

.userlist .player:after {
  content: "";
  background: url(untersetzer.png);
  background-repeat: no-repeat;
  position: relative;
  width: 89px;
  height: 33px;
  background-size: contain;
  z-index: -1;
  margin: 90px auto 0 auto;
  display: inline-block;
  background-position: center;
}

#function_list > div {
  margin-bottom: 1em;
  height: 100px;
}

#function_list > div .sub_point {
  margin-top: 0.2em;
}

#function_list > div .kill {
  position: absolute;
  padding-top: 10px;
  background: #3676cd;
  border-color: #437bc7;
  right: 4.6px;
  margin-top: -44.7px;
}

#function_list > div .remove_player {
    position: absolute;
    right: 4px;
    margin-top: -44px;
    background: #333;
    border-color: #555;
    padding-left: 15px;    
}

#allachievements {
    list-style: none;
    padding: 0;
    margin: 0;
}

#allachievements li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
    margin-bottom: 3px;
}

.ui-dialog-titlebar-close:after {
    content: "x";
    font-size: 18px;
    position: absolute;
    top: -7px;
    left: 2px;
    color: #666;
}

.notification {
    position: absolute;
    opacity: 0;
    width: 100%;
    background-image: url('achievement.png');
    z-index: 1000;
    font-size: 1.3em;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    height: 93px;
    padding-left: 91px;
    padding-top: 9px;
    padding-right: 35px;
    padding-bottom: 13px;
    bottom: 60px;
    font-weight: normal;
}

.achievementicon {
    width: 28px;
    height: 28px;
    float: left;
    display: inline-block;
    background-size: 18px;
    background-color: #000;
    border-radius: 28px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    margin-right: 1px;
    margin-left: -12px;
    color: #fff;
    padding: 3px 0 0 0;
    text-align: center;
}

.achievementblades {
   margin-left: 22px;
}

.achievements .achievementicon {
    margin-left: -24px;
}

.achievementicon.small {
  display: inline-block;
  float: none;
  margin-left: 10px;
  margin-top: 4px;
  width: 18px;
  height: 18px;
  margin-bottom: -4px;
  font-size: 8px;
  padding-top: 1.5px;  
}

.achievementicon.level0 {
    color: #FFDC00;        
    border-color: #FFDC00;
}

.achievementicon.level1 {
    color: #FF851B;        
    border-color: #FF851B;
}

.achievementicon.level2 {
    color: #2ECC40;        
    border-color: #2ECC40;
}

.listlevelcontainer {
    padding-left: 3em;
}

.listlevelcontainer .singleachievement {
    height: 2.5em;
    width: 100%;
    padding-top: 5px;
}

.listlevelcontainer .singleachievement label {
    padding-top: 5px;
    padding-left: 5px;
}

.achievementblade {
    display: block;
    height: 2em;
}

#allachievements li input {
  margin-top: 7px;
  display: block;
  float: left;
  width: 30px;
  height: 19px;
  display: none;
}

#allachievements li span { font-size: 0.96em; }

.new header { padding-top: 0.5em; }
.userlist header { padding-top: 0.5em; }

.headcontainer { 
  background-color: #333;
  border-bottom: 2px solid #999;
  margin-bottom: 1em;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.footcontainer { 
  z-index: 100;
  background-color: #333;
  border-top: 2px solid #999;
  margin-top: 1em;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footcontainer > div {
  padding: 0.5em;
}

.main {
  padding-top: 69px;
  padding-bottom: 69px;
}

.points {
  position: absolute;
  width: 1.95em;
  margin-left: 75px;
  background: #fff;
  border-radius: 100%;
  padding: 5px 8px;
  margin-top: 62px;
  font-size: 1.3em;
  text-align: center;
}

.place:after {
  content:'.';
}

.place {
  height: 117px;
  padding-top: 30px;
  color: #fff;
  font-size: 2em;
}

.stats,
.edituser {
  color: #fff;
}

.edituser input {
  color: #333;
  padding: 2px;
}

.edituser label {
  padding: 3px;
} 

.edit,
.certificatebtn {
  color: #000;
}

.certificatebtn > a {
 margin-right: 1em;
 background-color: buttonface;
 color: #000 !important;
 font-size: 14px
 display: inline-block;
 padding: 6px 12px;
 line-height: 1.42857143;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 border: 1px solid transparent;
 border-radius: 4px;    
}

.certificatebtn > a span {
 color: #000; 
}

h1 {
  font-size: 20px;
}

small { color: #888 }

a,a:link,a:visited,a:hover,a:active {
  color: #ddd;
  border-bottom: 1px dotted #666;
  text-decoration: none;
}

.footcontainer button { color: #333; }

.footcontainer button span {
  color: #333;
  top: 2px;
}

.oneplayer,
.onegame,
.onerang,
.results {
  background: rgba(0,0,0,0.4);
  margin: 4px -15px;
  padding: 6px 0 0 0;
  opacity: 1;
  cursor: pointer;
}

.onerang .rang {
  position: absolute;
}

.onerang .rang span {
  font-size: 1.1em;
  margin: 3px 0 0 -2px;
  background: #fff;
  color: #333;
  border-radius: 100%;
  width: 1.4em;
  display: block;
  height: 1.4em;
  text-align: center;
  font-weight: bold;
  padding: 0.5px 0 0 0;
} 

.oneplayer + .row {
  background: rgba(0,0,0,0.4);
  margin-top: -4px;
  padding: 1em;
  padding-top: 0;
  margin-bottom: 1em;
}

.onerang:hover,
.onegame:hover {
  background: rgba(100,100,100,0.4);
}

.userlist .achievementblade {
  float: left;
  width: 2em;
  margin-right: 3px;
}

.userlist .oneplayer {
  padding: 4px 0 24px 0;
}

.userlist,
.gameslist {
  color: #fff;
}

.userlist .main,
.gameslist .main,
.stats .main,
.edituser .main {
  padding-top: 0;
}

.stats > .container.main > .row,
.edituser > .container.main > .row {
  background: rgba(0,0,0,0.4);
  margin: 4px 0px;
  padding: 4px 0;  
}

#tablecount {
  color: #fff;
  width: 96%;
}

.gameslist .results {
  margin: 4px -15px 4px 0px;
}

.tendence > span {
  position: absolute;
  top: 43px;
  font-weight: bold;
}

.tendence > span.glyphicon-chevron-up { color: lime; }
.tendence > span.glyphicon-chevron-down { color: red; }

.onegame + .results,
.onerang + .results {
  display:none;
}

.onerang.fadeout,
.onegame.fadeout {
  opacity: 0.1;
  transition: all 1s;
}

.onerang + .results>strong:before,
.onegame + .results>strong:before {
  counter-increment: results;                 
  content: counter(results) ". ";
}

.btn-group-lg>.btn, .btn-lg { padding: 9px 14px; margin: 7px 3px 0px 0px; }

/* ----------------------------------- */

body {
  background: #337ab7; /* url('gras.png') no-repeat  #e7fcff */
  background-size: contain;
  background-attachment: fixed;
  /*background-position: 0% 92%;*/
  background-position: center bottom;
  min-height: 520px;
}

body.beginning { background-position: 0 107%; }
.beginning > header { margin-top: 4em; margin-bottom: 4em; }
body.new { background: url('back.jpg') no-repeat #000; background-size: cover; background-attachment: fixed; }

.btn.active, .btn:active { box-shadow: none; }

.userlist h1, .gameslist h1 {
  color: #333;
}

nav li.btn .btn {
  cursor: pointer;
}

.new .container.main > row {
  background: rgba(2, 10, 12, 0.4);
  padding-top: 12px;
}

.balljump {
  background: url('ball.gif');
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -579px 0px;
  z-index: -1;
}

.planecontainer {
  position: fixed;
  top: 50px;
  left: -200px;
  width: 100%;
  z-index: -1;
}

.planecontainer .sprechblase {
  display: none;
  background: #fff;
  border: 1px solid #999;
  border-radius: 40px;
  height: 4em;
  width: 12em;
  padding: 0.5em;
  color: #333;
  text-align: center;
}

.stats > .container.main > .row,
.edituser > .container.main > .row {
 background: rgba(0,0,0,0.5);
}

.pony {
  background: url('twilight_sparkle.gif');
  width: 100px;
  height: 100px;
  position: fixed;
  right: -200px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -10px;
}

.planecontainer .plane {
  background: url('plane.png');
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
}

.pony .flyer {
  border-radius: 39px;
  height: 38px;
  width: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 9px;
  margin-left: 2.5px;
  border: 3px solid #d7a2eb;
}

.pony .sprechblase {
  background: #fff;
  border: 1px solid #999;
  border-radius: 40px;
  height: 4em;
  width: 12em;
  padding: 0.5em;
  color: #333;
  text-align: center;
  margin-top: -7em;
}

.planecontainer .flyer {
  width: 30px;
  height: 50px;
  background-size: contain;
  border-radius: 93px;
  background-repeat: no-repeat;
  margin: 19px 0px 0px 61px;
  position: absolute;
  z-index: -1;
}

.main_window{
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  z-index: -1;
}
div{
  margin: 0px;
  padding: 0px;
}

.cloud{
  width: 200px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);   
  border-radius: 30px;
  position: absolute; 
  top:100;
}

[data-type=white_1]:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  top: -20px;
  left: 20px;
  background-color: rgba(255,255,255,0.4);   
  border-radius: 30px;
  position: absolute;
  box-shadow: 80px 0 0 10px #fff, 40px 0 0 20px #fff, 110px 0 0 -5px #fff;  
}

[data-type=white_2]:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  top: -20px;
  left: 25px;
  background-color: rgba(255,255,255,0.5);   
  border-radius: 30px;
  position: absolute;
  box-shadow: 40px -10px 0 20px #fff, 80px -10px 0 10px #fff, 115px -5px 0 -10px #fff;
}

[data-type=white_3]:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  top: -20px;
  left: 25px;
  background-color: rgba(255,255,255,0.6);   
  border-radius: 30px;
  position: absolute;
  box-shadow: 40px -10px 0 15px #fff, 90px 0px 0 15px #fff;
}

[data-type=white_4]:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  top: -20px;
  left: 20px;
  background-color: rgba(255,255,255,0.7);   
  border-radius: 30px;
  position: absolute;
  box-shadow: 80px 0 0 10px #fff, 40px 0 0 20px #fff, 110px 0 0 -5px #fff,
              80px 25px 0 10px #fff, 40px 25px 0 20px #fff, 0 40px 0 -5px #fff;
}

[data-type=white_5]:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  top: -20px;
  left: 25px;
  background-color: rgba(255,255,255,0.8);   
  border-radius: 30px;
  position: absolute;
  box-shadow: 40px -10px 0 20px #fff, 80px -10px 0 10px #fff, 115px -5px 0 -10px #fff,
              20px 30px 0 20px #fff, 70px 30px 0 10px #fff, 105px 40px 0 -10px #fff;
}

[data-type=white_6]:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  top: -20px;
  left: 25px;
  background-color: rgba(255,255,255,0.9);   
  border-radius: 30px;
  position: absolute;
  box-shadow: 40px -10px 0 15px #fff, 90px 0 0 15px #fff,
              20px 30px 0 15px #fff, 80px 40px 0 15px #fff;
}

@-webkit-keyframes linemove
{
from {left:-200px;}
to {left:1456px;}
}
@-moz-keyframes linemove
{
from {left:-200px;}
to {left:1456px;}
}
@-ms-keyframes linemove
{
from {left:-200px;}
to {left:1456px;}
}
@-o-keyframes linemove
{
from {left:-200px;}
to {left:1456px;}
}
@keyframes linemove
{
from {left:-200px;}
to {left:1456px;}
}


[data-speed="1"]{
  animation: linemove 44.01936s;
  -webkit-animation: linemove 44.01936s;

}
[data-speed="2"]{
  animation: linemove 28.67113s;
  -webkit-animation: linemove 28.67113s;

}
[data-speed="3"]{
  animation: linemove 36.99853s;
  -webkit-animation: linemove 36.99853s;

}
[data-speed="4"]{
  animation: linemove 22.6682s;
  -webkit-animation: linemove 22.6682s;

}
[data-speed="5"]{
  animation: linemove 21.20363s;
  -webkit-animation: linemove 21.20363s;

}
[data-speed="6"]{
  animation: linemove 36.46404s;
  -webkit-animation: linemove 36.46404s;

}
[data-speed="7"]{
  animation: linemove 45.58272s;
  -webkit-animation: linemove 45.58272s;

}
[data-speed="8"]{
  animation: linemove 31.02697s;
  -webkit-animation: linemove 31.02697s;

}
[data-speed="9"]{
  animation: linemove 23.79332s;
  -webkit-animation: linemove 23.79332s;

}
[data-speed="10"]{
  animation: linemove 35.69691s;
  -webkit-animation: linemove 35.69691s;

}
[data-speed="11"]{
  animation: linemove 36.87823s;
  -webkit-animation: linemove 36.87823s;

}
[data-speed="12"]{
  animation: linemove 20.158s;
  -webkit-animation: linemove 20.158s;

}
[data-speed="13"]{
  animation: linemove 17.34752s;
  -webkit-animation: linemove 17.34752s;

}
[data-speed="14"]{
  animation: linemove 22.19251s;
  -webkit-animation: linemove 22.19251s;

}
[data-speed="15"]{
  animation: linemove 25.91683s;
  -webkit-animation: linemove 25.91683s;

}
[data-speed="16"]{
  animation: linemove 17.46605s;
  -webkit-animation: linemove 17.46605s;

}
[data-speed="17"]{
  animation: linemove 22.15188s;
  -webkit-animation: linemove 22.15188s;

}
[data-speed="18"]{
  animation: linemove 27.5939s;
  -webkit-animation: linemove 27.5939s;

}
[data-speed="19"]{
  animation: linemove 40.26929s;
  -webkit-animation: linemove 40.26929s;

}
[data-speed="20"]{
  animation: linemove 12.73873s;
  -webkit-animation: linemove 12.73873s;

}
[data-speed="21"]{
  animation: linemove 11.34359s;
  -webkit-animation: linemove 11.34359s;

}
[data-speed="22"]{
  animation: linemove 24.98947s;
  -webkit-animation: linemove 24.98947s;

}
[data-speed="23"]{
  animation: linemove 43.17049s;
  -webkit-animation: linemove 43.17049s;

}
[data-speed="24"]{
  animation: linemove 28.77146s;
  -webkit-animation: linemove 28.77146s;

}
[data-speed="25"]{
  animation: linemove 19.03643s;
  -webkit-animation: linemove 19.03643s;

}
[data-speed="26"]{
  animation: linemove 44.53789s;
  -webkit-animation: linemove 44.53789s;

}
[data-speed="27"]{
  animation: linemove 26.64436s;
  -webkit-animation: linemove 26.64436s;

}
[data-speed="28"]{
  animation: linemove 41.99245s;
  -webkit-animation: linemove 41.99245s;

}
[data-speed="29"]{
  animation: linemove 18.44574s;
  -webkit-animation: linemove 18.44574s;

}
[data-speed="30"]{
  animation: linemove 19.09319s;
  -webkit-animation: linemove 19.09319s;

}
[data-speed="31"]{
  animation: linemove 34.62887s;
  -webkit-animation: linemove 34.62887s;

}
[data-speed="32"]{
  animation: linemove 33.08773s;
  -webkit-animation: linemove 33.08773s;

}
[data-speed="33"]{
  animation: linemove 10.0134s;
  -webkit-animation: linemove 10.0134s;

}
[data-speed="34"]{
  animation: linemove 39.82966s;
  -webkit-animation: linemove 39.82966s;

}
[data-speed="35"]{
  animation: linemove 36.10109s;
  -webkit-animation: linemove 36.10109s;

}
[data-speed="36"]{
  animation: linemove 47.62616s;
  -webkit-animation: linemove 47.62616s;

}
[data-speed="37"]{
  animation: linemove 39.53287s;
  -webkit-animation: linemove 39.53287s;

}
[data-speed="38"]{
  animation: linemove 21.86695s;
  -webkit-animation: linemove 21.86695s;

}
[data-speed="39"]{
  animation: linemove 48.20212s;
  -webkit-animation: linemove 48.20212s;

}
[data-speed="40"]{
  animation: linemove 26.6844s;
  -webkit-animation: linemove 26.6844s;
}

.cloud{
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  -webkit-animation-delay: -50s;
}

#timediv > span {
  position: absolute;
  color: #fff;
  font-size: 1.5em;
  padding: 3px 0px 0px 0px;
  margin-left: 12%;
}

#timediv:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../icons/clock.png') no-repeat transparent;
  background-size: contain;
  position: absolute;
  left: 22%;
  top: 13px;
}

.order_year {
  
}

.order_month {
  display: none;
}

.order_month > .container { max-widtH: 100%; }

.order_year > .order_month > .container {
  display: none;
}

.order_year > .clk {
  background: rgba(0,0,0,0.6);
  padding: 5px 15px;
  font-weight: bold;
}

.order_month > .clk {
  background: rgba(0,0,0,0.5);
  padding: 5px 15px;
}

.certificate {
  background: url(./cert_1.png) no-repeat;
  background-size: contain;
  width: 1234px;
  height: 870px;
}

.certificate .footcontainer {
  display: none;
}

.achievementpoints {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  background: #666;
  padding: 1em 0.5em 0.5em 0.5em;
  border-radius: 50%;
  margin-top: 26px;
  border: 3px solid #fff;
  height: 64px;
  width: 64px;
  color: #fff;
}

.achievementpoints:after {
  content: " Punkte";
  font-size: 11.5px;
  margin-top: -7px;
  position: relative;
  display: block;
  color: #aaa;
}

.infosign {
  font-size: 1.8em;
  float: right;
  margin-top: -1.3em;
}

.gallery .photo {
  width: 23%;
  height: 300px;
  float: left;
  background-size: cover;
  background-position: center;
  margin: 1%;
  cursor: pointer;
}

.gallery .photo .caption {
  background-color: rgba(0,0,0,0.4);
  padding: 4px;
  margin-top: 272px;
}

.loginbox {
  min-height: 180px;
  background: #ffffff;
  margin: 2rem auto;
  border: 5px solid #e7fcff;
  padding: 0.5em 1.5em;
}

.loginbox h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  margin-bottom: 1em;
}

.loginbox h2 {
  font-size: 1.15em;
  font-weight: bold;
}

#mainfooter {
  background: #0000007a;
  margin: 0rem auto;
  padding: 1em 1.5em;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  color: #eee;
  font-size: 12px;
  border-top: 0.5px solid #0000002e;
  z-index: 100;
}

#mainfooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainfooter ul li {
  float: left;
  width: 23%;
  padding: 0;
}

span.red { color: #e600ff !important; }

#mainfooter ul li a,
#mainfooter ul li a:link,
#mainfooter ul li a:active,
#mainfooter ul li a:hover,
#mainfooter ul li a:visited,
#mainfooter ul li small {
  color: #eee;
  font-size: 12px;
  border-bottom: none;
}

.text-muted {
    color: #7779;
}

@media only screen and (max-width: 992px) {
  .gallery .photo {
    width: 98%;
  }
  
  .loginbox {
    width: 90%;
  }
  
  .grass { display: none; }
  
  .onerang>div:nth-child(2) {
    white-space: nowrap;
  }
}


@media only screen and (min-width: 992px) {
  .grass > div {
    animation:breeze 8s cubic-bezier(.8,-0.5,.25,1.5) infinite;
    background-color:#0b0;
    border-right:solid 5px #0c0;
    border-top-right-radius:100%;
    bottom:0;
    position:absolute;
    transform-origin:bottom;
    transition:all 100ms ease-in-out;
    width:3px;
    z-index: 1;
    overflow: hidden;
  }
  
  @keyframes breeze {
    0%, 100% {
      transform:auto;
    }
    50% {
      transform:rotate(5deg);
    }
  }
}

.btn { z-index: 100000; }