/*@import url('http://getbootstrap.com/dist/css/bootstrap.css');*/

html, body, .container-table 
{
    height: 100%;
    background-color:#000;
}
.container-table 
{
    display: table;
}
.vertical-center-row 
{
    display: table-cell;
    vertical-align: middle;
}

.text-center {
    height:300px;
    background-color:red;
}

.content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.stage
{
     height:150px;
     width:380px;
     /*border:1px solid white;*/
     background-image:url('../../assets/images/gekka_logo_notrademark.png');
     background-position: 80px -12px,center;
     background-repeat: no-repeat;
}

.center{
    position: absolute;
    height: 150px;
    width: 400px;
    /*background:red;*/
    top:calc(40% - 150px/2);
    left:calc(50% - 400px/2);
    background-image:url('../../assets/images/gekka_logo_notrademark.png');
    background-position-x: 100px;
    background-position: 100px 0px,center;
    background-repeat: no-repeat;
}

.footer{
    margin-left:20px;
    width:400px;
    color:#eee;
    font-family:verdana;
    font-size:10px;
    letter-spacing: 3px;
    white-space: nowrap;
    margin-top:40px;
}

.footer a{
    color:#09ba08;
    text-decoration:none;
}

.btn{
    letter-spacing: 0px;
}

.footer a:hover{
    color:#01ff00;
    
}

.social-facebook
{
    cursor: pointer;
    background-image:url('../../assets/images/social_facebook.png');
    background-repeat:no-repeat;
    height:32px;
    width:32px;
}
.social-twitter
{
    cursor: pointer;
    background-image:url('../../assets/images/social_twitter.png');
    height:32px;
    width:32px;
}
.social-youtube
{
    cursor: pointer;
    background-image:url('../../assets/images/social_youtube.png');
    height:32px;
    width:32px;
}