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 !important;
    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;
}
.footer{
    background-color: rgb(33, 33, 33);
    margin-top: 10px;
    width:100%;
    height:30px;
}
@media (min-width:768px){
    ::-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-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;
}

.news-block{
    margin: 5px 15px 5px 15px; 
}
.news-panel-holder{
    width: 100%;
    height: auto;
}
.news-panel-header{
    width: 100%;
    max-height: 70px;
    min-height: 70px;
    background-color: rgb(37,38,38);
    color: rgb(158, 158, 158);
}
.news-panel-header-content{
    width: 100%;
    height: auto;
    padding: 5px 0px 5px 5px;
}
.news-panel-header-buttons{
    width: 20px;
    height: 60px;
    float: left;
    margin-left: 5px;
}
.news-panel-header-buttons>.fa{
    margin-left: 1px; 
    margin-top: -1px;
    font-size: 20px;
}
.news-panel-header-author{
    max-width: 60px;
    max-height: 60px;
    float: left;
}
.news-panel-header-author>img{

}
.news-panel-header-text{
    float: left;
    height: 100%;
    margin-left: 5px;
}
@media (min-width:1px){
        .post-title{
        font-size: 20px;
        padding-top: 5px;
    }
}
@media (min-width:768px){
        .post-title{
        margin-top: -5px;
        font-size: 28px;
    }
}
@media (min-width:1px){
        .post-info{
        font-size: 15px;
        font-style: italic; 
    }
}
@media (min-width:768px){
        .post-info{
        font-size: 18px;
        font-style: italic;
    }
}
.news-panel-content{
    padding: 5px;
    border-style: solid;
    border-width: 0px 5px 5px 5px;
    border-color: rgb(37,38,38);
}
.new-panel-bottom{
    background-color: rgb(37,38,38);
    text-align: right;
}
.new-panel-bottom>.fa{
    margin-right: 5px;
    margin-bottom: 5px;
    color: rgb(158, 158, 158);
}
.new-panel-bottom>.fa:hover{
    margin-right: 5px;
    margin-bottom: 5px;
    color: rgb(211,221,202);
}
.copyip{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: auto;
    background-color: rgb(254,253,254);
    margin: 3px 1px 5px 1px; 
    text-align: center;
    color: rgb(158, 158, 158);
    border-style: solid;
    border-color: gray;
    border-size: 1px;
}
.copyip>.fa{
    padding-left: 10px;
}
.copyip>.fa:hover{
    padding-left: 10px;
    color: rgb(211,221,202);
}
.server-box{
    padding-bottom: 15px;
}
.server-status{
    text-align: center;
    width: 100%;
    height: auto;
    margin: 1px;
}
.server-name{
    padding-top: 2px;
    font-weight: bold;
    font-size: 16px;
}
.server-info{
    padding-bottom: 2px;
    font-size: 10px;
}   
.players-online{
    margin-top: 1px;
    height: auto;
    width: auto;
}
.players{
    margin-top: 5px;
    margin-left: 5px;
}
.online{
    background-color: rgb(39,231,39);
    color: rgb(0,120,0);
}
.offline{
   background-color: rgb(182,32,32);
   color: rgb(255,94,94);
}
.social-buttons{
    text-align: center;
}
#facebook{
    color: rgb(74,110,170);
}
#facebook:hover{
    color: rgb(51,51,51);
}
#youtube{
    color: rgb(236,74,68);
}
#youtube:hover{
    color: rgb(51,51,51);
}
#instagram{
    color: rgb(178,155,130);
}
#instagram:hover{
    color: rgb(51,51,51);
}
.bold-text{
    font-weight: bold;
}
.red{
    background-color: red;
}
.green{
    background-color: green;
}



