/* Global */

@font-face {
    font-family: 'tug_chatregular';
    src: url('http://www.nerdkingdom.com/fonts/tug_chat_0-webfont.eot');
    src: url('http://www.nerdkingdom.com/fonts/tug_chat_0-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.nerdkingdom.com/fonts/tug_chat_0-webfont.woff') format('woff'), url('http://www.nerdkingdom.com/fonts/tug_chat_0-webfont.ttf') format('truetype'), url('http://www.nerdkingdom.com/fonts/tug_chat_0-webfont.svg#tug_chatregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATElEQVQYV2N8+e7jfwYoEBfiZ4SxYTRMnhFZIUgSl2IMhbgUg61CNxWbYribCClGcTw+xTh9iex7kAcxFOJyM9jX+MIPZjI8eAgpBgAi7zbuVcN9gQAAAABJRU5ErkJggg==) repeat;
}

h1 {
    font-size: 2rem;
    font-weight: 900;
}

.fullwidth {
    width: 100%;
    max-width: 100%;
}

.fullwidth .column,
.fullwidth .columns {
    padding: 0;
}

.invisible-hr {
    background-color: transparent;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 60px
}

.content-block {
    background: #fff;
    padding: 1em;
    margin-top: 3em;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.content-block-invisible {
    background: none;
    padding: 4em 0;
    margin-top: 0;
    box-shadow: none;
}

.content-block-subsection {
    border-top: 3px solid #f3ed95;
    padding-top: 2rem;
    display: inline-block;
}

.section-header {
    background: #d7e1e7;
    margin-bottom: 1em;
    padding: 0;
    text-align: center
}

.slide {
    float: left;
}

.highlighted {
    box-shadow: 0 0 1px 2px gold, 0 0 8px 4px orange, 0 0 8px 12px lemonchiffon
}

body {
    padding-bottom: 130px;
}


/* Navigation */

.topnav,
.topnav .dropdown {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
}

.topnav,
.topnav nav,
.topnav ul,
.topnav a {
    background: #175ba5 !important;
}

.topnav a:hover {
    background: #033d7e !important;
}

.topnav .has-logo a {
    background: transparent;
}

.topnav .has-logo a img {
    margin-top: -3px;
}


/* backgrounds /  banners / headers */

.banner h2,
.banner h3 {
    color: #fefde7;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, .8)
}

.nk-banner {
    background: url(http://tugfiles.nerdkingdom.com/www/img/banner-main.jpg) center top no-repeat;
    background-size: cover;
}

.nk-banner h2 {
    font-weight: 900;
}

.tug-banner {
    background: url(http://tugfiles.nerdkingdom.com/www/img/banner-main.jpg) center top no-repeat;
    background-size: cover;
    border-bottom: 10px solid #f3ed95;
}

.tug-banner .banner-text {
    text-align: center;
}

.tug-banner h2 {
    font-family: "tug_chatregular", "Times New Roman", serif;
    font-size: 1.8em;
    font-weight: 200;
}

.tug-banner .flex-video {
    box-shadow: 0 0 24px rgba(0, 0, 0, .8);
}

.tug-section-header {
    background: url(http://tugfiles.nerdkingdom.com/www/img/header.png) center top no-repeat;
}

.tug-section-header h1 {
    color: #fefde7;
    font-family: "tug_chatregular", "Times New Roman", serif;
    font-size: 1.8rem;
    padding: 20px 0!important;
    text-align: center;
}

.tug-keyfeatures {
    background: transparent;
    border-bottom: 10px solid #f3ed95;
}

.tug-releasedfeatures {
    background: #d7c789 url(http://tugfiles.nerdkingdom.com/www/img/banner-feature.jpg) center top no-repeat;
    background-size: cover;
    border-bottom: 10px solid #f3ed95;
}

.tug-upcomingfeatures {
    background: transparent;
    border-bottom: 10px solid #f3ed95;
}

.tug-game {
    background: #d7c789 url(http://tugfiles.nerdkingdom.com/www/img/banner-game.jpg) center top no-repeat;
    background-size: cover;
    border-bottom: 10px solid #f3ed95;
}

.tug-world {
    background: #d7c789 url(http://tugfiles.nerdkingdom.com/www/img/banner-world.jpg) center top no-repeat;
    background-size: cover;
    border-bottom: 10px solid #f3ed95;
}

.tug-community {
    background: #d7c789 url(http://tugfiles.nerdkingdom.com/www/img/bg.jpg) center no-repeat fixed;
    background-size: cover;
}


/*content blocks*/

.info-list {
    margin-bottom: 2rem;
}

.info-item {
    padding: 0 .5rem 0!important
}

.info-item p {
    background: #fefde7;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    font-size: .8rem;
    line-height: 1.4;
    padding: .75rem;
    margin-bottom: .8rem;
    width: 100%;
}

.info-item.key-feature p {
    background: #5b5a4d;
    color: #fefde7;
}

.info-item.current-feature p {
    background: #5b5a4d;
    color: #fefde7;
}

.info-item.upcoming-feature p {
    background: #fefde7;
    color: #5b5a4d;
}

.info-card {
    background: #fefde7;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    text-align: center;
    padding: .75rem;
    margin-bottom: .8rem;
}

.info-card h2 {
    background: #5b5a4d;
    color: #fefde7;
    padding: .75rem 0;
}

.info-card img {
    text-align: center;
    margin: .25rem auto;
}

.info-card p {
    font-size: .8rem;
    line-height: 1.4;
    text-align: left;
}


/*/
.info-card-small { background:rgba(254,253,231,.5); display:inline-block; text-align:left; padding:.75rem; margin-bottom:.8rem; }
.info-card-small p { font-size:.8rem; line-height:1.4; text-align:left; }
*/

.widget-panel {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d7e1e7;
    margin-bottom: 1rem;
}

.widget-panel h5 {
    background-color: #d7e1e7;
    margin: 0;
    padding: .5rem 1rem;
}


/* Tumblr Syndication */

.newsfeed h2 {
    background: #d7e1e7;
    padding: .5rem 1rem;
    font-size: 1.8rem;
}

.newsfeed #tumblr-badge .post {
    padding: .5rem 1rem;
    margin: 1rem 0;
    border: 1px solid #d7e1e7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.newsfeed #tumblr-badge ul {
    margin-left: 0;
}

.newsfeed #tumblr-badge ul li {
    list-style: none;
}

.newsfeed #tumblr-badge h3 {
    border-bottom: 1px solid #d7e1e7;
    padding-bottom: .5rem;
    font-weight: 900;
    font-size: 1.4rem;
}


/* Footer */

.footer {
    background: #d7e1e7;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 9999;
}

.footer p {
    color: #474542
}

.footer .content-block-invisible {
    padding: 0 0 1rem 0;
}

.footer img {
    margin-top: -3em;
    float: right;
}

footer {
    height: 50px!important;
}

footer .content-block {
    margin-top: 0px!important;
}

footer,
footer .row {
    background: #d7e1e7;
    color: #333;
}

footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 125px;
    text-align: center;
    -webkit-box-shadow: 0px -2px 36px -5px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px -2px 36px -5px rgba(0, 0, 0, 0.58);
    box-shadow: 0px -2px 36px -5px rgba(0, 0, 0, 0.58);
}

footer .content-block {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

footer ul {
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    margin: 5px;
}

footer img {
    margin-top: -9em;
    float: right;
}


/* misc tweaks */

body.tug {
    background: #d7c789 url(http://tugfiles.nerdkingdom.com/www/img/bg.jpg) center no-repeat fixed;
    background-size: cover;
}

body.tug h2 {
    font: 1.1em/1.3 "tug_chatregular", "Times New Roman", serif;
}

body.tug h3 {
    font: 1.2em/1 "tug_chatregular", "Times New Roman", serif;
}

body.tug .button {
    background: #5b5a4d !important;
    color: #fefde7 !important;
    font: 1.2em/1 "tug_chatregular", "Times New Roman", serif;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, .1);
}

body.tug .button:hover {
    background: #1972a4 !important;
    color: #fefde7 !important;
    box-shadow: none;
}

.cta-image {
    box-shadow: 2px 3px 0 rgba(0, 0, 0, .1)
}

.modal {
    display: none;
    width: 800px;
    height: 600px;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../img/close.png) no-repeat 0 0;
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 20%;
    left: 30%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(spinner.gif) #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.dropdown.button.small {
    width: 227px!important;
}

.team-list li {
    cursor: pointer;
}

@media only screen and (max-width: 930px) {
    .small-12 {
        position: relative;
        width: 100%!important;
    }
}
