body {
    width: 100%;
    height: 100%;
    font-family: Hind,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
}

html {
    width: 100%;
    /*height: 100%;*/
    position: relative;
    will-change: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #3079BF;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #3079BF;
    outline:none;
}

.light {
    font-weight: 400;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-brand {
    background:url('../img/logo.png') no-repeat;
    text-indent: -999px;
    margin:0 20px;
    width:82px;
    background-size: 82px 23px;
    background-position: center 13px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left:20px;}
.navbar-header .navbar-brand {
    float:none;
    position: absolute;
    top:2px;
    left:50%;
    margin-left:-50px !important;
}
.navbar-collapse .navbar-brand {display:none;}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    padding:4px 10px;
    border-radius:6px;
    -webkit-border-radius:6px;
    margin:10px 20px 6px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.current {
    outline: 0;
}

.navbar-custom .nav li.current a {
    background-color: #A62826;
    border-radius:6px;
    -webkit-border-radius:6px;
}

.navbar-custom .nav li.current a:hover {
    color: #fff;
}

.img-rounded {
    border-radius: 5px;
}

.steam, a.steam {
    background-color:#779704;
    color:#D2E885;
    font-size:13px;
    position: absolute;
    top:14px;
    left:20px;
    text-transform: none;
    border-radius:6px;
    -webkit-border-radius:6px;
    padding:4px 8px;
    text-decoration: none;
}

.steam p {
    font-size:13px;
    text-transform: none;
}
.steam a {color:#D2E885;}
a.steam:hover,.steam a:hover {color:#fff;}
.steam .hidden-xs {display:inline-block;}

@media(min-width:768px) {
    .navbar-header .navbar-brand {
        display:none;
    }

    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #000;
        border-bottom:0;
    }

    .navbar-collapse .navbar-brand {
        width:190px;
        background:url('../img/logo.png') no-repeat;
        background-size: 153px 43px;
        background-position: center center;
        position: relative;
        top:auto;
        left:auto;
        margin-left:0;
        display:block;
    }

    .top-nav-collapse .navbar-brand {
        width:82px;
        background-size: 82px 23px;
        background-position: center 13px;
    }
    .steam, a.steam {
        left:auto;right:20px;top:0px;
        border-radius:0 0 6px 6px;
        -webkit-border-radius:0 0 6px 6px;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:0px 2px 4px rgba(0,0,0,0.45);
    position: relative;
    min-height: 100vh;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body h1 {
    font-size: 30px;
    margin-bottom:0;
}

.intro .intro-body h5 {
    margin-bottom:10px;
    font-size: 12px;
}

.intro .video {
    display:block;
}

.intro .btn-circle {
    position: absolute;
    bottom:30px;
    left:50%;
    margin-left:-35px;
    transform:scale(0.6,0.6);
    -webkit-transform:scale(0.6,0.6);
}

.page-heading {
    background: url(../img/updates-bg.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:100px 0 30px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.45);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    margin-bottom: 30px;
}

.page-heading h1 {
    font-size:26px;
    margin-bottom:0;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body h1 {
        font-size: 60px;
        margin-bottom:20px;
    }

    .intro .intro-body h5 {
        font-size: 14px;
    }

    .intro .btn-circle {
        transform:scale(1,1);
        -webkit-transform:scale(1,1);
        margin-left:-30px;
    }

    .page-heading {
        padding:130px 0 90px;
    }

    .page-heading h1 {
        font-size:36px;
    }
}

@media(min-width:992px) {
    .page-heading {
        padding:140px 0 100px;
    }
}
@media(min-width:1200px) {
    .page-heading {
        padding:180px 0 140px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.fixed-bg {
    margin-top:50px;
}

.overlay {
    background:url('../img/overlay.jpg') no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:150px;
}

.features h2 {
    color:#A52726;
    text-transform: none;
}

.update {margin-bottom:30px;}
.updates {margin-bottom:60px;}
.updates > .update {margin-bottom:80px;}

.update h2 {text-transform: none;color:#307AC1;margin-bottom:20px;}
.update h4 {text-transform: none;margin-bottom:10px;}

.update p {margin:15px 0;font-size:16px;}
p.meta {margin-bottom:10px;color:#999;}
p.update .small {font-size:14px;}
.link-spacer {margin:0 8px;}

.sidebar h5 {margin:10px 0 20px;}
.sidebar .item {margin-bottom:50px;}

.sidebar ul {margin:0;padding:0;}
.sidebar li {
    list-style: none;
    margin:0 0 15px;
    padding:0;
    font-size:16px;
}
.sidebar p {font-size:16px;}

.features .col-lg-6 {
    margin:50px 0;
    text-align:center !important;
}

.features img {width:90%;}

.content-section {
    padding-top: 100px;
}

.subscribe-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: #307AC1 url(../img/subscribe-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.subscribe-section .btn-sm {
    display:inline-block;
    margin:4px;
    text-transform: none;
    font-size:15px;
}

form {margin-bottom:30px;vertical-align: top;}
form input.input-lg {width:200px;}
form .btn {
    vertical-align: top;
    margin-left:10px;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-red, input {
    color: #fff;
    background-color: #C04240;
    border-radius: 0 !important;
    -webkit-border-radius:0 !important;
    font-size: 14px;
    padding: 12px 16px;
}

.btn-red:hover,
.btn-redt:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #a62826;
    background-color: #fff;
}

.btn-default, input, textarea {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 0 !important;
    -webkit-border-radius:0 !important;
    font-size: 14px;
    padding: 12px 16px;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #3079BF;
    background-color: #fff;
}

.btn-sm {
    padding:6px 8px;
    font-size:13px;
}

@media(min-width:992px) {
    .content-section {
        padding-top: 150px;
    }

    .subscribe-section {
        padding: 100px 0;
    }

    .features .col-lg-6 {
        margin:50px 0;
        text-align:left !important;
    }

    .features img {
        width:auto;
    }

    form input.input-lg {width:400px;}

    .overlay {
        height:450px;
        background-size: 100% 100%;
    }
}

footer {
    padding: 50px 0;
    color:#888;
}

footer p {
    margin: 0;
    font-size:14px;
}

footer p.small {
    margin-bottom:20px;
}

footer a {
    color:#fff;
    text-transform: uppercase;
}

footer ul {
    margin:20px 0;
}

footer li {
    list-style: none;
    display:inline-block;
}

footer li:after {
    content:" | ";
    color:#444;
    margin:0 10px;
}

footer li:last-child:after {content:"";}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
.close {
    margin:-20px 0 0 0;
    background-color:#fff !important;
    color:#222;
    width:30px;
    height:30px;
    border-radius:15px;
    -webkit-border-radius:15px;
    opacity:1;
    padding:0;
    margin:0 0 10px 0;
    float:none;
}

@media only screen and (max-width: 641px) {
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }
    .modal:before {
        height: 50%;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nanos {
    width: 300px;
    height: auto;
}

.extra {
    margin-bottom: 40px;
}

h3 .right {
    float: right;
}

.panel {
    background: none;
}

.btn-width {
    width: 100%;
}

.panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.spacer {
    margin-bottom: 15px;
}

.serverimage {
}

.serverimage img {
    width: 100%;
    height: auto;
}

.serverimage span {
    color: white;
    top: 0;
}

.table-hover>tbody>tr:hover {
    background: rgba(255, 255, 255, 0.1);
}

td[colspan="4"] {
    text-align: center;
}

.center {
    text-align: center;
}

.serverimage .authkeys {
    position: relative;
    display: table;
    width: 100%;
    background: url('/img/img-01.jpg') no-repeat top center ;
    background-size: cover;
}

.serverimage .masterlist {
    position: relative;
    display: table;
    width: 100%;
    background: url('/img/img-02.jpg') no-repeat top center ;
    background-size: cover;
}

.serverimage .hosts {
    position: relative;
    display: table;
    width: 100%;
    background: url('/img/img-03.jpg') no-repeat top center ;
    background-size: cover;
}

.serverimage .overlay {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0,0,0,0.7);
}

.serverimage .overlay p {
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: lighter;
    padding: 0 10%;
}

ul li a span {
    color: #eea900;
}

.top-nav-collapse .by-nanos {
    display: none;
}

.top-nav-collapse ul li {
    margin-top: 10px;
}

.top-nav-collapse ul li.brand {
    margin-top: 0;
}

li.brand {
    margin-left: -30px;
}

.top-nav-collapse li.brand {
    margin-left: 20px;
}

body > .container {
    padding-top: 20px;
}

.background-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background: #272628 url('../img/subtle_grunge.png') repeat;
    filter: brightness(1.7) saturate(1.5);
    will-change: top;
}

.md-container table tbody tr:hover {
    background: rgba(0, 0, 0, 0.2);
}

section#about, section#features {
    padding-top: 80px;
}

.checkboxText label {
    margin: 0;
    display: inline;
    padding-left: 10px;
    font-size: 1.2em;
    font-weight: normal;
}

.checkboxText label a {
    font-weight: bold;
    color: white;
}

.controlled-download {
    transition: .25s;
}

.controlled-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.indent {
    margin-left: 25px;
}

#social {
    z-index: 9998;
    position: fixed;
    left: 0;
    top: 35vh;
}

#social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#social a {
    background: #222;
    color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    font-size: 20px;
}

/* Hover colors taken from forums */
#social a:hover {
    transition: 0.5s;
}

#social a[class*="forum"]:hover {
    background: #eea900;
}

#social a[class*="facebook"]:hover {
    background: #304c87;
}

#social a[class*="twitter"]:hover {
    background: #0097d3;
}

#social a[class*="instagram"]:hover {
    background: #a06b53;
}

#social a[class*="youtube"]:hover {
    background: #cc332d;
}

#social a[class*="twitch"]:hover {
    background: #6441a5;
}

#social a[class*="discord"]:hover {
    background: #7289DA;
}

#social span {
    display: none;
    opacity: 0;
    position: relative;
    margin-top: -30px;
    text-shadow: 1px 1px 2px black;
}

#social a:hover span {
    display: block;
    opacity: 1;
    left: 50px;
}
