html,body{
    font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
    width: auto !important;
    overflow-x: hidden !important;
}
a {
    color: #FFF;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa {
  margin-right: 8px;
}
.no-padding{
    padding: 0;
}
@media (min-width:1px){
        #header{
        background-color: #2E2E2E;
        background: url('http://www.skull-craft.com/img/bg.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: auto;
    }
}
@media (min-width:768px){
        #header{
        background-color: #2E2E2E;
        background: url('http://www.skull-craft.com/img/bg.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 190px;
    }
}
.navbar-nav > li > a {
    padding-top:10px !important; 
    padding-bottom:10px !important;
    font-size: 14px;
    color: #c8c8c8;
}
.navbar {
    min-height:40px !important
}
.navbar-custom {
    border: 0;
    background-color: rgb(37, 38, 38);
}
.navbar-custom .navbar-toggle,
.navbar-custom .nav .open>a, .navbar-custom .nav .open>a:hover, .navbar-custom .nav .open>a:focus {
   background-color:transparent;
}
.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a:focus {
    color: #ffffff;
}
.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover {
    color: #ffffff;
}
.nav-active > a{
    color: #ffffff !important;
}
.nav-text-colour > a{
    color: #b2b2b2;
}
.splitter-bar{
    height: 40px;
    background-color: #ececec;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/* Panel */
.panel-holder{
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.panel-header{
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: rgb(33, 33, 33);
    background-color: #ececec;
    padding: 10px 0px 10px 10px;
}
.panel-content{
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    border-color: #ececec; 
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    padding: 10px 10px 10px 10px;
}
#first-voter{
    text-align: center;
    padding: 20px 0px 0px 10px
}
.voter-box{
    height: 50px;
    width: 100%;
    padding: 0px 40px 40px 10px;
}
.voter-head{
    float: left;
}
.voter-text{
    float: right;
}
.footer{
    background-color: rgb(33, 33, 33);
    margin-top: 10px;
    width:100%;
    height:30px;
}
::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #D6D6D6;
}

::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #D6D6D6;
}
.panel-staff {
    box-shadow: none
}
.panel-staff>.panel-body {
    background: #FFF;
    text-align: center
}
.panel-staff>.panel-body>img {
    max-width: 100%;
    width: 100%
}
.panel-staff>.panel-body>h3 {
    margin-top: 15px;
    font-size: 15px
}
.h3-smaller{
    font-size: 12px !important;
}
.panel-staff>.panel-body>h4 {
    margin-bottom: 0;
    font-size: 14px
}
.rank {
    padding: 5px;
    margin-top: 10px;
    color: #FFF
}
.rank-owner {
    background: #c55a5a
}
.rank-developer {
    background: #795ac0
}
.rank-webdeveloper {
    background: #AF1E60
}
.rank-admin {
    background: #d4814e
}
.rank-mod {
    background: #426fb2
}
.rank-helper {
    background: #61b865
}
.panel-default.panel-admin {
    border: none;
    border-radius: 0
}
.panel-body.panel-nav {
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid transparent
}
.panel-nav.panel-active {
    border-bottom: 2px solid #31c8c6
}
.panel-main {
    border: none
}
.panel-main>.panel-heading {
    font-size: 20px;
    border-bottom: 0
}

.footer{
    margin-top: 10px;
    width:100%;
    height:auto;
}
.topFooter{
    height: 75px;
    padding-top: 20px;
    background-color: rgb(37, 38, 38);
}
.bottomFooter{
    height: 40px;
    background-color: rgb(33, 33, 33);
    padding-top: 10px;
}
.footer > .topFooter > .footerText{
    float: left;
    font-size: 13px;
}
.footerLinks > li{
    list-style-type: none;
    display: inline;
}
.footerLinks{
    float: right;
}
.footerContainer{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
@media (min-width:768px){
    .footerContainer{width:750px}
    }
@media (min-width:992px){
    .footerContainer{
        width:970px
    }
}
@media (min-width:1200px){
    .footerContainer{
        width:1170px
        }
    }
.footer a, .footer a:visited {
    color: rgb(150,150,150);
    text-decoration: none;
}
.footer a, .footer a:hover {
    color: rgb(255,255,255);
    text-decoration: none;
}
.footerText > p {
    font-size: 13px;    
    line-height: 1.28;
    margin-left: -5px;
    color: rgb(158, 158, 158);
}
.footer li a {
    margin-left: 10px;
}
.footerLinks{
    font-size: 12px;
}
.mod-information-list>ul>li:nth-child(odd) {
}
.mod-information-list>ul>li {
    padding: 10px 15px;
}
.mod-information-list>ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.mod-information-list>ul>li>i.fa-times {
    color: #c65353;
    margin-top: 3px;
}
.mod-information-list>ul>li>i.fa-check {
    color: #7fbd63;
    margin-top: 3px;
}
.mod-information-content {
    padding: 10px 15px;
}
.banned{
    color: #c65353;
}
.approved>a{
    color: #7fbd63 !important;
    background-color: transparent;
}

.mod-section-links {
    padding: 7px 15px;
    background: #F9F9F9;
}
.mod-section-links>a{
    color: #337ab7;
    text-decoration: none;
}
.mod-section-content>p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    text-align: justify;
}
.mod-section-content{
    background-color: #fff;
    padding: 10px 15px;
}
.mod-section-image>img {
    max-width: 100%;
    width: 100%;
    height: 230px;
}

.mod-section-details>p {
    font-size: 18px;
    margin: 0;
}
.mod-section-details {
    padding: 10px 15px;
    background: #F4F4F4;
}
.mod-section{
    margin-top: 10px
}