/* == Global == */
html {
    background-color: #2E2E2E;
    background: url(../img/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Open Sans', Helvetica, sans-serif, serif;
    background-color: transparent;
}

/* == Banner == */
.banner {
    text-align: center;
    padding: 70px 0 10px 0;
    color: #f5f5f5; 
}

.banner h1 {
    font-family: 'Open Sans', Helvetica, sans-serif, serif;
    text-shadow: 2px 1px 6px rgba(0, 0, 0, 1);
    font-size: 28px;
    line-height: 33px;
    max-width: 800px;
    margin: 0 auto;
}

.banner img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.banner .btn-ip {
    margin-top: 50px;
    font-size: 16px;
    background-color: rgba(0,0,0,0.12);
    color: #fff;
    border: 1px solid #fff;
    text-shadow: 0 0 8px #000;
}

.banner .btn-ip:hover {
    cursor: pointer;
}


/* Tooltip */
.test + .tooltip > .tooltip-inner {
    background-color: rgba(0,0,0,0.12);
    color: #FFFFFF; 
    border: 1px solid #fff;
    padding: 5px;
    font-size: 12px;
    text-shadow: 0 0 8px #000;
}


/* == icons == */
.icons {
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
}

.icons a {
    padding: 3px;
    background-color: rgba(0,0,0,0.2);
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-bottom: 4px;
}

.icons a:hover {
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.icons .indicator {
    color: #fff;
    text-shadow: 0 0 10px #000;
}

/* == footer == */
.footer {
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
/* == base social icon styles == */  
  .social_block {
    position: fixed;
    right: 0px;
    top: 50px;
  }
  
  .social_icon a,
  .social_icon a:hover {
    color: white !important;
  }
  
  .social_icon {
    background-color: #555;
    padding: 10px;
    display: block;
    margin-top: 5px;
    margin-right: -120px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.5s ease-in-out;
    /** Opera **/
  }
  .social_icon.yt {
    color: #e52d27;
  }
  .social_icon.ig {
    color: #9e6f4f
  }
  .social_icon.fb {
    color: #3B5998;
  }
  .social_icon.dis {
    color:  #7289da;
  }
  .social_icon:hover{
    color:  #FFFFFF;
  }
  .social_icon:hover {
    transform: translate(-120px, 0);
    -webkit-transform: translate(-120px, 0);
    /** Safari & Chrome **/
    -o-transform: translate(-120px, 0);
    /** Opera **/
    -moz-transform: translate(-120px, 0);
    /** Firefox **/
  }
  
  .social_inner {
    display: inline-block;
    height: 15px;
  }
  .social_icon i {
    font-size: 25px;
    margin-right: 20px;
    float: left;
  }
  
  .info_social {
    float: right;
  }
  
  .social_icon.fb i {
    margin-top: -2px;
    margin-left: 3px;
  }
  
  .social_icon.ig i {
    margin-top: -2px;
  }
  
  .social_icon.yt i {
    margin-top: -2px;
  }
  
  .social_icon.dis img {
    max-width: 25px;
    margin-top: -2px;
    margin-left: -2px;
    margin-right: 20px;
  }

  /*color hover effects*/
  .social_icon.yt i{
    color: #e52d27;
  }
  .social_icon.ig i{
    color: #9e6f4f
  }
  .social_icon.fb i{
    color: #3B5998;
  }
  .social_icon.dis {
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    /** Chrome & Safari **/
    -moz-transition: all 0.6s ease-in-out 0s;
    /** Firefox **/
    -o-transition: all 0.6s ease-in-out 0s;
    /** Opera **/
  }
  .social_icon.dis img{
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out 0s;
    /** Chrome & Safari **/
    -moz-transition: all 0.6s ease-in-out 0s;
    /** Firefox **/
    -o-transition: all 0.6s ease-in-out 0s;
    /** Opera **/
    color:  #7289da;
    content:url("http://skull-craft.com/img/discord-icon-2.png");
  }
  .social_icon i {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.5s ease-in-out;
    /** Opera **/
  }  
  .social_icon:hover i {
    color: white;
  }  
 .social_icon.dis:hover img{
    content:url("http://skull-craft.com/img/discord-icon.png");
  }
  
  .social_icon.yt:hover {
    background-color: #e52d27;
  }
  .social_icon.ig:hover {
    background-color: #9e6f4f;
  } 
  
  .social_icon.fb:hover {
    background-color: #3B5998;
  }

  .social_icon.dis:hover {
    background-color: #7289da;
  }