body {
    min-height: 1024px;

    background-color: #000;

    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*____________________________________________________________________________*/
/*_______________________________BLOCKS_______________________________________*/
/*____________________________________________________________________________*/

#lowrate, #highrate {
    position: absolute;
    top: 70px;
    width: 401px;
    height: 650px;

    background-size: 100%;
    background-position: 100% 0px;
    background-repeat: no-repeat;

    box-shadow: 0px 0px 15px 0px rgba(70, 94, 138, 0.5), 0px 0px 0px 5000px rgba(255, 255, 255, 0);

    transition: -webkit-transform .6s, box-shadow .6s, z-index 0s, right .6s, left .6s, opacity 1s linear;

    -webkit-transform: rotate(0);

    z-index: 0;

    cursor: pointer;
}

#lowrate {
    font-family: 'chelsea_studioregular';
    font-size: 20px;
    color: #FFF;
    text-shadow: -1px 0 rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.5), 1px 0 rgba(255, 255, 255, 0.5), 0 -1px rgba(255, 255, 255, 0.5);
    right: 51.5%;
    opacity: 0.7;
    background-image: url(../images/lowrate.png);
}

#highrate {
    font-family: 'roman_sdregular';
    font-size: 20px;
	color: #FFF;
    text-shadow: -1px 0 rgba(255, 0, 0, 0.5), 0 1px rgba(255, 0, 0, 0.5), 1px 0 rgba(255, 0, 0, 0.5), 0 -1px rgba(255, 0, 0, 0.5), 0px 0px 2px rgb(255, 0, 214);
    left: 51.5%;
    opacity: 0.7;
    background-image: url(../images/highrate.png);
}

#lowrate:hover, #highrate:hover {
    -webkit-transform: scale(1.02);

    transition: -webkit-transform .25s, box-shadow .25s, z-index 0s, right .5s, left .5s, opacity 1s linear;

    z-index: 3;
}

#lowrate:hover {
    right: 52%;
    box-shadow: 0px 10px 40px 0px rgba(255, 255, 255, 0.5), 0px 0px 0px 5000px rgba(0, 0, 0, .8);
    opacity: 1;
}

#highrate:hover {
    left: 52%;
    box-shadow: 0px 10px 40px 0px rgba(190, 0, 0, 0.5), 0px 0px 0px 5000px rgba(0, 0, 0, .8);
    opacity: 1.0;
}

#lowrate.boost, #highrate.boost {
    box-shadow: 0px 10px 70px 5px rgba(0, 0, 0, 0), 0px 0px 0px 5000px rgba(255, 255, 255, 0);
    opacity: 1.0;
    transition: box-shadow .7s .3s ease-in, right .3s ease-out, left .3s ease-out;
}

#lowrate.boost {
    right: 50%;
}

#highrate.boost {
    left: 50%;
}

/*____________________________________________________________________________*/
/*_______________________________VOTE_________________________________________*/
/*____________________________________________________________________________*/

#vote {
    position: relative;
    font-family: 'caviar_dreamsregular';
    color: #fff;
    margin: 0px auto;
    width:  300px;
    height: 300px;
    margin-top: -170px;

    background-image: url(../images/vote.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-transform: rotateZ(45deg) translate(-20px,-20px);

    transition: -webkit-transform .7s;

    cursor: pointer;

    z-index: 6;
}

#vote:hover {
    -webkit-transform: rotateZ(45deg) translate(0,0) scale(.9);

    transition: -webkit-transform .3s;
}

#vote div:first-child {
    position: absolute;
    font-size: 20px;
	color: #FFF;
    width: 67%;
    text-align: center;

          transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
       -o-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);

    bottom: 38%;
    left: 22%;
    margin-top: 15px;
    text-shadow: 0px 0px 8px #AEC2FF;
    color: rgba(255, 255, 255, .5);

    transition: width .35s, bottom .35s, text-shadow .3s;
}

#vote:hover div:last-child {
    width: 63%;
    bottom: 19%;

    text-shadow: 0px 0px 3px #940000;
}

#vote div:last-child {
    position: absolute;
    font-family: 'roman_sdregular';
    font-size: 45px;
    width: 57%;
    text-align: center;

          transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
       -o-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);

    bottom: 21%;
    left: 40%;
    margin-top: 15px;
    text-shadow: 0px 0px 9px #FFF;

    transition: width .35s, bottom .35s, text-shadow .3s;
}

/*____________________________________________________________________________*/
/*_______________________________FORUM________________________________________*/
/*____________________________________________________________________________*/

#forum_wrapper {
    position: absolute;
    display: block;
    top: 785px;
    left: 0px;
    height: 0px;
    width: 100%;
    padding-bottom: 40px;

    z-index: 6;
}

#forum {
    font-family: 'roman_sdregular';
    margin: 0px auto;
    width: 200px;
    height: 60px;
	color: #FFF;
    margin-top: -100px;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    text-shadow: 0px 0px 6px #fff;

    background-image: url(../images/forum.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    transition: -webkit-transform .3s;

    cursor: pointer;
}

#forum:hover {
    -webkit-transform: scale(.92);
}

/*____________________________________________________________________________*/
/*_______________________________CONTENT______________________________________*/
/*____________________________________________________________________________*/

div.caption {
    position: absolute;
    top: 45px;
}

#lowrate div.caption {
    left: 0px;
    margin-left: 30px;
}

#highrate div.caption {
    right: 0px;
    margin-right: 30px;
}

div.divider {
    position: relative;
    top: 220px;
    height: 3px;
    width: 325px;

    background-size: 100% 100%;
    background-position: center;
    background-repeat: repeat-y;
}

#lowrate div.divider {
    left: 0px;
    background-image: url(../images/fader_white.png);

            transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#highrate div.divider {
    left: 75px;
    background-image: url(../images/fader_red.png);
}

#lowrate table {
    position: relative;
    top: 230px;
    right: 0px;
    width: 97%;
    margin-right: 3%;

    text-align: right;

    z-index: 2;
}

#highrate table {
    position: relative;
    top: 230px;
    left: 0px;
    width: 97%;
    margin-left: 3%;

    text-align: left;

    z-index: 2;
}

#lowrate table tr th:first-child {
    text-align: right;
    padding-right: 30px;
}

#highrate table tr th:last-child {
    text-align: left;
    padding-left: 30px;
}

table tr th, div.caption {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}

#lowrate table tr th, #lowrate div.caption {
    text-shadow: 0px 0px 15px white, -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#highrate table tr th, #highrate div.caption {
    text-shadow: 0px 0px 20px #F00, 0px 0px 15px rgba(255, 0, 0, 0.75), -1px 0 #69000a, 0 1px #69000a, 1px 0 #69000a, 0 -1px #69000a;
}

#lowrate table tr td:last-child {
    width: 25px;

    background-image: url(../images/arrow_white.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto;
}

#highrate table tr td:first-child {
    width: 25px;

    background-image: url(../images/arrow_red.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: auto;
}

tr {
    height: 40px;
}

th {
    height: 80px;
}

td, .divider {
    opacity: 0;

    transition: opacity .3s .2s;
}

div:hover table tr:nth-child(2) td {
    transition: opacity .7s .4s;
}

div:hover table tr:nth-child(3) td {
     transition: opacity .7s .9s;
}

div:hover table tr:nth-child(4) td {
    transition: opacity .7s 1.4s;
}

div:hover table tr:nth-child(5) td {
    transition: opacity .7s 1.9s;
}

div:hover table tr td, div.boost table tr td {
    opacity: 1;

    transition: opacity 1.5s .5s;
}

div:hover .divider, div.boost .divider {
    opacity: .5;

    transition: opacity 1.5s;
}

td div {
    display: inline;
    font-family: 'caviar_dreamsregular';
    font-weight: bold;
    margin-left: 0px;
}

div.divider.short {
    width: 150px;
    margin-top: 20px;
}

#lowrate div.divider.short {
    left: 175px;
}

div.image {
    position: absolute;
    bottom: 0px;
    height: 400px;
    width: 224px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    z-index: 1;
}

#lowrate div.image {
    bottom: -40px;
    left: -110px;
    background-image: url(../images/image_white.png);

    transition: left 1s ease-in-out;
}

#highrate div.image {
    bottom: -40px;
    left: 300px;
    background-image: url(../images/image_red.png);

    transition: left 1s ease-in-out;
}

#lowrate:hover div.image {
    left: -150px;

    transition: left .3s;
}

#highrate:hover div.image {
    left: 340px;

    transition: left .3s;
}

#lowrate.boost div.image {
    left: -60px;
}

#highrate.boost div.image {
    left: 250px;
}

/*____________________________________________________________________________*/
/*_______________________________FACEBOOK_____________________________________*/
/*____________________________________________________________________________*/

#fb_redlight {
    position: fixed;
    right: -410px;
    top: 10%;
    width: 410px;
    background-color: white;

    border-radius: 3px;

            transition: right 1s .5s;
    -webkit-transition: right 1s .5s;
       -moz-transition: right 1s .5s;
        -ms-transition: right 1s .5s;
         -o-transition: right 1s .5s;

    z-index: 10;
}

#fb_xiuonline {
    position: fixed;
    left: -410px;
    top: 10%;
    width: 410px;
    background-color: white;

    border-radius: 3px;

            transition: left 1s .5s;
    -webkit-transition: left 1s .5s;
       -moz-transition: left 1s .5s;
        -ms-transition: left 1s .5s;
         -o-transition: left 1s .5s;

    z-index: 10;
}

#fb_redlight:hover {
    right: -5px;

            transition: right .4s;
    -webkit-transition: right .4s;
       -moz-transition: right .4s;
        -ms-transition: right .4s;
         -o-transition: right .4s;
}

#fb_xiuonline:hover {
    left: -5px;

            transition: left .4s;
    -webkit-transition: left .4s;
       -moz-transition: left .4s;
        -ms-transition: left .4s;
         -o-transition: left .4s;
}

#fb_redlight iframe {
    float: left;
}

#fb_xiuonline iframe {
    float: right;
    margin-right: 5px;
}

#fb_redlight > div {
    position: absolute;
    height: 60px;
    width: 60px;
    left: -70px;

    background-image: url(../images/fb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    -webkit-transition: -webkit-transform .2s 2.3s;
}

#fb_xiuonline > div {
    position: absolute;
    height: 60px;
    width: 60px;
    right: -70px;

    background-image: url(../images/fb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    -webkit-transition: -webkit-transform .2s 2.3s;
}

#fb_xiuonline:hover div, #fb_redlight:hover div {
    -webkit-transform: scale(0);

    -webkit-transition: -webkit-transform .2s .5s;
}

#fb_redlight div div {
    position: absolute;
    font-family: 'roman_sdregular';
    font-size: 20px;
    color: #FFF;
    right: 0px;
    top: 110%;
}

#fb_xiuonline div div {
    position: absolute;
    font-family: 'chelsea_studioregular';
    font-size: 20px;
    color: #FFF;
    left: 0px;
    top: 110%;
}

/*____________________________________________________________________________*/
/*_______________________________LEGALS_______________________________________*/
/*____________________________________________________________________________*/

#legals {
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 25px;
    margin-right: 10px;

    font-family: 'caviar_dreamsregular';
    font-size: 14px;

    color: #fff;

    cursor: default;
}

#legals span {
    display: inline;

    margin: 5px;

    cursor: pointer;
}

#legals span.copyright {
    color: #888;
    text-shadow: 0px 0px 15px white, -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

    cursor: default;
}

#agb_cover {
    position: fixed;
    width: 0px;
    height: 0px;
    top: 100%;
    left: 95%;

    background-color: rgba(120, 120, 120, .95);

    box-shadow: 0px 0px 0px 5000px #000, 0px 0px 100px 80px rgba(255, 255, 255, .5) inset;

    -webkit-transition: opacity .5s, width .5s, height .5s, top .5s, left .5s;

    opacity: 0;

    z-index: 8;
}

#agb_cover.visible {
    width: 30%;
    height: 90%;
    top: 5%;
    left: 40%;

    opacity: 1;
}

#close {
    position: absolute;
    top:   -5px;
    left: -5px;
    height: 25px;
    width:  25px;

    font-size: 11px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 4px black, 0px 0px 1px white;

    border-radius: 13px;

    background-color: #000;
    box-shadow: -11px 17px 50px -8px #888 inset, 0px 0px 16px -3px rgba(255, 0, 0, 1), 0px 0px 6px 2px rgba(255, 255, 255, 1);

    -webkit-transition: box-shadow .3s;

    cursor: pointer;

    z-index: 5;
}

#close:hover {
    text-shadow: 0px 0px 4px #f00, 0px 0px 1px white;
    box-shadow: -11px 17px 50px -8px #888 inset, 0px 0px 16px -3px #f00, 0px 0px 6px 2px rgba(255, 255, 255, 0);
}

#content_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

    direction: ltr;
    overflow-y: auto;
    overflow-x: visible;
}

#content {
    margin: 0px auto;
    width: 80%;
    max-width: 600px;

    font-family: 'kontrapunktlight';

    padding: 50px;
}

.invisible {
    display: none;
    height: 0px;
    width: 0px;
}