/*
Theme Name: Unknown Worlds
Text Domain: uw
*/


@font-face {
    font-family: 'MicrogrammaBold';
    src: url('assets/css/fonts/microdbe2-webfont.eot');
    src: url('assets/css/fonts/microdbe2-webfont.eot?#iefix') format('embedded-opentype'),
    url('assets/css/fonts/microdbe2-webfont.woff') format('woff'),
    url('assets/css/fonts/microdbe2-webfont.ttf') format('truetype'),
    url('assets/css/fonts/microdbe2-webfont.svg#MicrogrammaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MicrogrammaReg';
    src: url('assets/css/fonts/microdme-webfont.eot');
    src: url('assets/css/fonts/microdme-webfont.eot?#iefix') format('embedded-opentype'),
    url('assets/css/fonts/microdme-webfont.woff') format('woff'),
    url('assets/css/fonts/microdme-webfont.ttf') format('truetype'),
    url('assets/css/fonts/microdme-webfont.svg#MicrogrammaReg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*================================================
/* CSS Document Content
/*
/* 1. Reset the styles
/* 2. Wrapper
/* 3. Header
    - 3.1. Navigation
/* 4. Main content
   - 4.1. Games Page
   - 4.2. Join us Page
   - 4.3. About Page
   - 4.4. Decoda Page?
/* 5. Footer
/* 6. CLEAR
================================================*/
/*================================================
1. BEGIN Reset the styles
================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background: transparent
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block
}
nav ul {
    list-style:none
}
blockquote, q {
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none
}
fieldset {
    border:none;
}
table {
    border-collapse:collapse;
    border-spacing:0
}
p, h1, h2, h3, h4, h5, h6, blockquote {
    line-height: 20px;
}
/*Default styles*/
a {
    outline: none;
    text-decoration: none;
    color: #38b2ff;
}
a:hover {
    color: #38b2ff;
    text-decoration: underline;
}
/*a:visited, a:active  {
    color: #fff;
}*/

img {
    border: 0;
}
p, address, blockquote {
    margin: 0 0 20px;
}
del, ins {
    text-decoration: none;
}
hr {
    border: 0 hidden;
    clear: both;
    height: 0;
}
/** ul ol li **/
ul {
    margin: 0 0 10px 0;
    padding:0 0 0 15px;
}
ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
li ul, li ol {
    margin: 0 0 10px 0;
}
li ul li {
    padding-left: 10px;
}
li ol li {
    padding-left: 0;
    background: none;
}
li ol ul li {
    padding-left: 10px;
}
ol {
    margin: 0 0 10px 0;
    padding:0 0 0 20px;
}
ol li {
    margin:0;
    padding: 0;
    vertical-align: top;
    display: list-item;
}
input:focus, textarea:focus, select:focus, div:focus {
    outline: none;
}
/**  h1 ... h4 **/
h1 {
    font-size: 20px;
    font-family: 'MicrogrammaBold', Arial,sans-serif;
    color: #fff;
    line-height: 25px;
    font-weight: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2 {
    font-size: 16px;
    font-family: 'MicrogrammaBold', Arial,sans-serif;
    color: #c3cbd2;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 15px;
    letter-spacing: 1px;
}
h3 {
    font-size: 16px;
    color: #c3cbd2;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'MicrogrammaBold', Arial,sans-serif;
    font-weight: normal;
    margin: 0 0 15px;
    letter-spacing: 1px;
}
h4 {
    font-size: 14px;
    color: #C3CBD2;
    font-family: 'MicrogrammaBold', Arial,sans-serif;
    margin: 5px 0 10px;
    font-weight: normal;
    letter-spacing: 1px;
}
h5 {
    font-size: 12px;
    margin: 5px 0 10px;
    font-weight: normal;
}
h6 {
    font-size: 10px;
    margin: 5px 0 10px;
    font-weight: normal;
}
h1 + h2, h2 + h2, h1 + h3, h2 + h3, h3 + h3 {
    margin-top: 0;
}
/*================================================
1. END Reset the styles
================================================*/

/*================================================
2. BEGIN Wrapper
================================================*/
html{
    height: 100%;
    font-size: 100.01%;
}
body {
    font-size: 14px;
    font-family: Arial, sans-serif;
    min-width: 1050px;
    height: 100%;
    color: #89939c;
    background: #000 url("assets/img/bg/body-black-bg.png") repeat 0 0;
}
div.global-wrapper {
}
div.global-inner-wrapper {
    background: url(assets/img/bg/main-bg-rep.png) repeat 0 0;
}
div#wrapper {
    position: relative;
    background: url(assets/img/bg/global-wrapper-bg.jpg) no-repeat 50% 0;
}
#layout {
    position: relative;
}
/*================================================
2. END Wrapper
================================================*/

/*================================================
3.BEGIN Header
================================================*/
header.front-page {
    background: #000;
}
/*topBox*/
.topBox {
    background: url("assets/img/bg/top-rep-bg.png") repeat-x 0 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.top-box-hold {
    background: url("assets/img/bg/menu-bar-bg.png") no-repeat 462px 0;
    min-height: 105px;
    margin: 0px auto;
    width: 1200px;
    position: relative;
}
.top-box-inner {
    min-height: 105px;
    background: url("assets/img/bg/logo-top-bg.png") no-repeat 0 0;
}
/*logo*/
#logo-uw {
    float: left;
    margin: 15px 0 0 140px;
}
#logo-uw a, .logo a {
    display: block;
}
.logo {
    position: absolute;
    left: 50%;
    margin-top: -15px;
    z-index: 50;
    margin-left: -100px;
    top: 100px;
}
/*------------sliderBox---------*/
/*------------sliderBox---------*/
.box_skitter {
    width: 100%;
    height: 485px;
    overflow: hidden;
    position: relative;
    margin-top: -106px;
    background: url("assets/img/bg/slider-bot-bg.png") repeat-x 0 100%;
    padding-bottom: 6px;}
.box_skitter img {
    /*width:1900px!important;*/
}
/* Tip for stildv */
.box_skitter ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display:none;
}
.box_skitter .container_skitter {
    overflow:hidden;
    display:block;
    /*width:100%!important;*/
    margin:0px auto;
    position:relative;
    width:1254px !important;
}
.box_skitter .image {
    overflow:hidden;
    text-align: center;
}
.box_skitter .image img {
    display:none;
    z-index:1;
}
/* =Box clone
-------------------------------------------------------------- */
.box_skitter .box_clone {
    position:absolute;
    top:0;
    left:0;
    width:100px;
    overflow:hidden;
    display:none;
    z-index:1;
}
.box_skitter .box_clone img {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
/* =Navigation
-------------------------------------------------------------- */
.box_skitter .prev_button,.box_skitter .next_button  {
    display:none!important;
}
/* =Dots
-------------------------------------------------------------- */
.box_skitter .info_slide_dots {
    background: url(assets/img/bg/slider-counter-bg.png) 0 0 no-repeat;
    width: 134px;
    height: 35px;
    bottom: 0px;
    left: 50%!important;
    position: absolute;
    z-index: 999;
    padding:0 0 0 50px;
    overflow:hidden;
    margin:0 0 0 -67px;
}
.box_skitter .info_slide_dots .image_number {
    display: block;
    border-radius:10px;
    width:22px;
    height:3px;
    float:left;
    margin:10px 10px 0 0;
    cursor:pointer;
    text-indent:-9999em;
    overflow:hidden;
    -moz-box-shadow: 0 0 5px #191c20;
    -webkit-box-shadow: 0 0 5px #191c20;
    box-shadow: 0 0 5px #191c20;
}
.box_skitter .info_slide_dots .image_number:hover {
    -moz-box-shadow: 0 0 10px #38e6ff;
    -webkit-box-shadow: 0 0 10px #38e6ff;
    box-shadow: 0 0 10px #38e6ff;
}
.box_skitter .info_slide_dots .image_number_select {
    float:left;
    margin:10px 10px 0 0;
    border-radius:10px;
    width:22px;
    height:3px;
    -moz-box-shadow: 0 0 10px #38e6ff;
    -webkit-box-shadow: 0 0 10px #38e6ff;
    box-shadow: 0 0 10px #38e6ff;
}
.progressbar {
    position:absolute;
    top:481px;
    left:50%;
    height:3px;
    border-radius:2px;
    width:105px;
    background:#38e6ff;
    opacity:1;
    -moz-box-shadow: 0 0 10px #38e6ff;
    -webkit-box-shadow: 0 0 10px #38e6ff;
    box-shadow: 0 0 10px #38e6ff;
    z-index:9999;
    margin-left:-25px;
}
/* =Loading
-------------------------------------------------------------- */
.loading {
    position:absolute;
    top:50%;
    right:50%;
    z-index:10000;
    margin:-16px -16px;
    color:#fff;
    text-indent:-9999em;
    overflow:hidden;
    background:url(assets/img/bg/ajax-loader.gif) no-repeat left top;
    width:32px;
    height:32px;
}
/*================================================
3.1. BEGIN Navigation
================================================*/
/*nav-box*/
.nav-box ul.main {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.nav-box ul.main li {
    float: left;
}
.nav-box ul.main li a {
    display: block;
    text-indent: -9999px;
    text-align: center;
    background: url(assets/img/elem/menu-item.png) no-repeat 0 0;
    margin-top: 7px;
    height: 96px;
}
/*home*/
.nav-box ul.main li a.home {
    width: 145px;
    height: 103px;
    margin: 0px;
    background-position: -166px -295px;
}
.nav-box ul.main li a:hover.home, .nav-box ul.main li.current a.home {
    background-position: -166px -192px;
}
/*games*/
.nav-box ul.main li a.game {
    background-position: 0px -287px;
    width: 151px;
    margin-left: -62px;
}
.nav-box ul.main li a:hover.game, .nav-box ul.main li.current a.game  {
    background-position: 0px -192px;
}
/*about*/
.nav-box ul.main li a.about {
    background-position: 0px -95px;
    width: 151px;
    margin-left: -43px;
}
.nav-box ul.main li a:hover.about, .nav-box ul.main li.current a.about  {
    background-position: 0px 0px;
}
/*store*/
.nav-box ul.main li a.store{
    background-position: 0px -479px;
    width: 151px;
    margin-left: -45px;
}
.nav-box ul.main li a:hover.store, .nav-box ul.main li.current a.store {
    background-position: 0px -384px;
}
/*jobs*/
.nav-box ul.main li a.jobs {
    background-position: -166px -96px;
    width: 145px;
    margin-left: -25px;
}
.nav-box ul.main li a:hover.jobs, .nav-box ul.main li.current a.jobs  {
    background-position: -166px 0px;
}
/*================================================
3.1. END Navigation
================================================*/

/*================================================
3.END Header
================================================*/

/*================================================
4. BEGIN  Main content
================================================*/
#content-holder {
    overflow: hidden;
}
#content-holder.main {
    background: url(assets/img/bg/global-wrapper-bg.jpg) no-repeat 50% 0;
    min-height: 500px;
}
#content-holder.main .content-holder-inner {
    width: 983px;
}
.content-holder-inner {
    width: 980px;
    margin: 0px auto 25px auto;
}
/*left-column/right-column*/
#left-column {
    width: 655px;
    float: left;
}
#right-column {
    width: 320px;
    float: right;
    margin-left: 5px;
}
/*---------news-box--------*/
/*title-box*/
.news-box .title-box, .social .title-box {
    margin-left: -33px;
    margin-bottom: 4px;
}
.news-box .title-box h2 {
    background: url(assets/img/bg/latest-news-bg.png) no-repeat 0 0;
    width: 259px;
    height: 40px;
    margin: 0px;
    line-height: 34px;
    text-align: center;
}
/*article-hold*/
.article-hold {
    margin-top: 10px;
}
.article-hold.first {
    margin-top: 0px;
}
.news-detail {
    background: url(assets/img/bg/news-detail-bg.png) no-repeat 0 0;
    min-height: 28px;
    padding: 10px 0px 0px 10px;
}
.news-detail h3 {
    color: #38b2ff;
    font-size: 16px;
    font-family: Arial,sans-serif;
    background: url("assets/img/elem/blue-bullet.png") no-repeat scroll 0 0 transparent;
    text-transform: none;
    margin: 0px;
    padding: 0px 0px 2px 27px;
    line-height: 25px;
    float: left;
    max-width: 410px;
    max-height: 25px;
    overflow: hidden;
}
.news-detail h3 a:hover {
    text-decoration: none;
    color: #fff;
}
.date-box {
    float: right;
    color: #555c63;
    font-size: 12px;
    padding: 3px 36px 0px 0px;
}
.date-box span {
    padding: 0px 8px;
}
.date-box a.comment {
    background: url("assets/img/elem/comment-icon.png") no-repeat scroll 0 -5px transparent;
    padding: 4px 0px 7px 30px;
    margin-left: 5px;
}
.date-box a.comment:hover {
    text-decoration: none;
    color: #fff;
    background-position: 0 -39px;
}
/*news-desc*/
.news-desc {
    background: url(assets/img/bg/news-bg.png) no-repeat 0 0;
    min-height: 131px;
    padding: 22px 18px 12px;
}
.news-desc .img-hold {
    margin-right: 25px;
    float: left;
    position: relative;
}
.news-desc .img-hold .bg-hover {
    position: absolute;
    left: -9px;
    top: -11px;
    width: 234px;
    height: 141px;
}
.news-desc .img-hold a:hover .bg-hover{
    background: url(assets/img/bg/news-img-hov.png) no-repeat 0 0;
    cursor: pointer;
}
.news-desc .img-hold img {
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px 2px #232426;
    max-width: 215px;
}
.news-desc .text-hold {
    float: left;
    width: 365px;
    padding-top: 7px;
}
.news-desc .text-hold-full {
    float: left;
    padding-top: 7px;
}
.news-desc .text-hold p {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}
.news-desc .text-hold a {
    text-decoration: underline;
}
.news-desc .text-hold a.read-more {
    font-size: 13px;
}
.news-desc .text-hold a:hover {
    text-decoration: none;
}
/*pagination-box*/
.pagination-box {
    background: url(assets/img/bg/pagination-bg.png) no-repeat 0 0;
    width: 465px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    margin: -3px auto 0px auto;
}
.pagination-box a {
    display: inline-block;
    color: #4b4b51;
    font-size: 10px;
    font-family: 'MicrogrammaBold', Arial,sans-serif;
}
.pagination-box a.prev {
    padding-left: 25px;
}
.pagination-box a.next {
    padding-right: 25px;
}
.pagination-box a.next, .pagination-box a.prev {
    background: url(assets/img/elem/nav-arrows.png) no-repeat 100% 0;
    height: 15px;
    padding-top: 6px;
    margin-top: 3px;
}
.pagination-box a.prev {
    background-position: 0 -22px;
}
.pagination-box a.archive {
    background: url(assets/img/elem/archive-icon.png) no-repeat 0 0;
    padding: 8px 0 5px 27px;
    margin: 0px 27px;
}
.pagination-box a:hover {
    text-decoration: none;
    color: #fff;
}
/*---------social/ aside----------*/
.social .title-box h2 {
    background: url(assets/img/bg/social-bg.png) no-repeat 0 0;
    width: 208px;
    height: 40px;
    line-height: 34px;
    text-align: center;
}
/*social-box*/
.social-box, aside .menu-social-navigation-container {
    background: url(assets/img/bg/social-icon-bg.png) no-repeat 0 0;
    width: 320px;
    height: 60px;
    margin: -9px 0px 3px 0px;
}
.social-box ul, aside .menu-social-navigation-container ul {
    list-style-type: none;
    margin: 0px 0px 0px 4px;
    padding: 0px;
}
.social-box ul li, aside .menu-social-navigation-container li {
    float: left;
    margin-top: 1px;
    margin-right: 2px;
}
.social-box ul li a, aside .menu-social-navigation-container li a {
    display: block;
    height: 58px;
    background: url(assets/img/icons/social-icon.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -2000px;
}
.social-box ul li a.twitter-icon, aside .menu-social-navigation-container  li.twitter-icon a{
    width: 77px;
    background-position: 0 0;
}
.social-box ul li a.twitter-icon:hover, aside .menu-social-navigation-container  li.twitter-icon a:hover {
    background-position: 0 -63px;
}
.social-box ul li a.facebook-icon, aside .menu-social-navigation-container  li.facebook-icon a {
    width: 77px;
    background-position: -78px 0px;
}
.social-box ul li a.facebook-icon:hover, aside .menu-social-navigation-container  li.facebook-icon a:hover{
    background-position: -78px -63px;
}
.social-box ul li a.googleplus-icon, aside .menu-social-navigation-container  li.googleplus-icon a {
    width: 77px;
    background-position: -156px 0px;
    margin-right: 0px;
}
.social-box ul li a.googleplus-icon:hover, aside .menu-social-navigation-container  li.googleplus-icon a:hover {
    background-position: -156px -63px;
}
.social-box ul li a.youtube-icon, aside .menu-social-navigation-container  li.youtube-icon a {
    width: 77px;
    background-position: -234px 0px;
    margin-right: 0px;
}
.social-box ul li a.youtube-icon:hover, aside .menu-social-navigation-container  li.youtube-icon a:hover {
    background-position: -234px -63px;
}


aside .menu-social-navigation-container  li.twitter-icon,
aside .menu-social-navigation-container  li.facebook-icon,
aside .menu-social-navigation-container  li.googleplus-icon,
aside .menu-social-navigation-container  li.youtube-icon{
    width: auto;
    height: auto;
}

/*-----twitter-box-----*/
.twitter-box {}
.twitter-panel {
    width: 320px;
    padding-top: 5px;
}
#twitter-panel-top{
    width: 320px;
    height:26px;
    background: url(assets/img/bg/twitter-bg-top.png) no-repeat 0 0;
}
.twitter-panel-tweets {
    padding: 5px 20px;
    background: url(assets/img/bg/twitter-bg-center.png) repeat-y;
}
#twitter-panel-bottom{
    width: 320px;
    height:23px;
    background: url(assets/img/bg/twitter-bg-bottom.png) no-repeat 0 0;
}
.twitter-timeline a {
    margin: 20px;
}
.twitter-follow {
    background: url(assets/img/bg/twitter-title-bg.png) no-repeat 0 0;
    width: 320px;
    height: 37px;
    padding: 4px 0px 0px 70px;
}
.twitter-icon {
    background: url(assets/img/icons/twitter-icon.png) no-repeat 0 -4px;
    width: 111px;
    display: block;
    height: 32px;
    text-indent: -9999px;
    float: left;
}
.follow {
    background: url(assets/img/elem/nav-arrows.png) no-repeat 100% 0px;
    color: #4b4b51;
    text-transform: uppercase;
    font-size: 10px;
    float: left;
    display: block;
    padding: 6px 18px 7px 0px;
    font-family: 'MicrogrammaBold', Arial,sans-serif;
    margin: 1px 0px 0px 6px;
}
.follow:hover {
    text-decoration: none;
    color: #fff;
}
/*twiiter widget*/
#twtr-widget-1.twtr-widget.twtr-widget-profile {
    font-size: 12px !important;
    font-family: Arial, sans-serif !important;
}
.twtr-hd {
    display: none;
}
#twtr-widget-1.twtr-widget.twtr-widget-profile .twtr-doc {
    background-color: transparent !important;
}
.twtr-ft {
    display: none;
}
.twtr-widget .twtr-tweet {
    border-bottom: 1px dashed #38e6ff !important;
    margin: 0px 30px;
}
.twtr-widget .twtr-tweet-wrap {
    padding: 14px 0px !important;
}
.twtr-widget em, .twtr-widget .twtr-new-results {
    font-size: 10px !important;
}
.twtr-widget em, .twtr-widget .twtr-new-results {
    margin-top: 4px !important;
}
.twtr-widget .twtr-tweet-text p {
    line-height: 1.35em !important;
}
.twtr-widget .twtr-tweet-text p a {
    text-decoration: underline !important;
}
.twtr-widget .twtr-tweet-text p a:hover {
    text-decoration: none !important;
}
.twtr-widget .twtr-tweet-text p em a {
    text-decoration: none !important;
}
.twtr-widget .twtr-tweet-text p em a:hover {
    text-decoration: underline !important;
}
.twtr-widget .twtr-tweet:last-child {
    border-bottom-width: 0 !important;
}
/*================================================
4.1. BEGIN Games Page
================================================*/
.feature-game {
    width: 980px;
    border: 1px solid #1f2024;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 376px;
    margin: 25px  0px;
}
.feature-game .img-box {
    position: relative;
    max-width: 650px;
    overflow: hidden;
    float: left;
    padding: 1px;
}
.feature-game .img-box img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.feature-game .img-box .logo {
    margin: 0px;
    left: 87px;
    top: 200px;
}
.feature-game .textBox {
    float: right;
    width: 251px;
    height: 290px;
    overflow: hidden;
    padding: 44px 38px;
    background: url(assets/img/bg/feature-txt-bg.png) no-repeat 0 0;
}
.feature-game .textBox h2 {
    margin-bottom: 10px;
}
/*previous-games-box*/
.previous-games-box {}
.previous-games-box .title {
    margin-bottom: 23px;
    overflow: hidden;
}
.previous-games-box .title h3 {
    color: #2c3037;
    margin: 0px 37px;
    float: left;
}
.previous-games-box .line {
    background: url("assets/img/bg/line-shadow.png") repeat-x 0 0;
    width: 376px;
    height: 2px;
    float: left;
    margin-top: 9px;
}
/*list-box-games*/
.list-box-games {}
.list-box-games .self-game-box {
    width: 480px;
    height: 424px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #1f2024;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(69,72,77);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}
.list-box-games .self-game-box.last {
    margin-right: 0px;
}
.list-box-games .game-img-hold {
    max-height: 237px;
    overflow: hidden;
    padding: 1px 1px 0px;
}
.list-box-games img {
    max-width: 480px;
}
.list-box-games .text-desc-game {
    background: url("assets/img/bg/game-bg.png") repeat 0 0;
    padding: 22px 28px 2px;
    box-shadow: 0px 0px 8px 3px black inset;
    min-height: 140px;
}
/*================================================
4.2. END Games Page
================================================*/

/*================================================
4.2 BEGIN Join-us Page
================================================*/
.page-template-page-jobs .global-inner-wrapper {
    background: url("assets/img/bg/jobs-background.jpg") top center no-repeat,
    url("assets/img/bg/jobs-stripes.jpg") top center repeat-x;

    min-height: 2633px;
}

.page-template-page-jobs #wrapper {
    background: none;
}

.page-template-page-jobs .content-holder-inner {
    font-size: 16px;
    color: #fff;
}

.page-template-page-jobs .column {
    float: left;
    width: 450px;
    min-height: 250px;
}

.page-template-page-jobs h2, .page-template-page-jobs h1 {
    font-size: 30px;
    line-height: 1 !important;
    padding: 50px 0 25px 0;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.page-template-page-jobs p {
    padding-bottom: 30px;
    margin: 0;
    line-height: 25px;
}

#jobsBox1 {
    height: 459px;
}

#jobsBox1 iframe {
    margin: 25px 0 0 10px;
    box-shadow: 0 0 5px #000;
}

#jobsBox1 h1 {
    font-size: 45px;
    text-align: center;
    padding-top: 180px;
}

#jobsBox2 {
    height: 400px;
}

#jobsBox2 h2 {
    padding-top: 90px;
    padding-bottom: 40px;
}

#jobsBox3 {
    height: 400px;
}

#jobsBox3 h2 {
    padding-top: 70px;
}

#jobsBox3 .left {
    height: 400px;
}

#jobsBox4 {
    height: 400px;
}

#jobsBox5 {
    height: 400px;
    text-align: center;
}

#jobsBox5 p {
    width: 360px;
    margin: 0 auto;
}

#jobsBox5 h2 {
    padding: 90px 0 30px 0;
}

#jobsBox5 h3 {
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 5px #000;
}

#jobsBox5 a {
    display: block;
    margin: 10px auto 0;
    height: 45px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    width: 210px;
    background: #0094df;
    border-bottom: 4px solid #006091;
    border-radius: 3px;
    font-family: "MicrogrammaBold",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

#jobsBox5 a:hover {
    background: #235d7b;
    border-bottom: 4px solid #173d50;
}

#jobsBox5 .center {
    width: 450px;
    min-height: 250px;
    margin: 0 auto;
    text-align: center;
}





.description-box.join-us {
    min-height:419px;
    background: url("assets/img/bg/soldiers.png") 0 0 no-repeat;
    position:relative;
    margin:-12px 0 0 -198px;
}
.description-box.about {
    min-height:290px;
    background: url("assets/img/elem/logo-about.png") 0 0 no-repeat;
    position:relative;
}
.description-box.about .text-box {
    padding:66px 0 0 0;
}

.grid-list h4 {
    line-height: 20px;
    text-transform: uppercase;
    margin: 4px 0 1px 0;
}
.text-box,.description-box  {
    display:block;
}
.text-box  {
    float:right;
    width:650px;
    min-height:265px;
    padding:46px 0 0 0;
    line-height:20px;
}
.text-box  p {
    color:#89939c;
}
.grid-inner {
    display:block;
    width:481px;
}
.name-holder,.grid-top,.grid-center,.grid-bottom  {
    display:block;
}
.wrapper-column {
    display:block;
    padding-bottom:30px;
    overflow:hidden;
}
.grid-top {
    width:481px;
    height:8px;
    background: url("assets/img/bg/top-box.png") 0 0 no-repeat;
}
.grid-center {
    background: url("assets/img/bg/center-box.png") repeat-y 0 0;
    width:473px;
    min-height:637px;
    overflow: hidden;
    padding:8px;
}
.grid-center  ul{
    list-style:bullet;
}
.grid-center  li {
    padding:0 0 0 10px;
    margin:0;
}
.grid-bottom {
    background: url("assets/img/bg/bottom-box.png") 0 0 no-repeat;
    width:481px;
    height:8px;
}
.grid-list {
    padding:0;
    list-style:none;
}
.grid-list li {
    background: url("assets/img/elem/bullet-list.png") 0 16px no-repeat;
    display:block;
    padding:12px 0 0 0;
    margin:0 30px 0 30px;
    color:#89939c;
}
.grid-list li  span {
    background: url("assets/img/bg/line-shadow.png") repeat-x bottom left;
    display:block;
    min-height:19px;
    padding:0 0 9px 22px;
}
.grid-list li:first-child {
    background:none;
}
.button-apply {
    display:block;
    margin:0 15px 25px 0;
}
.button-apply a {
    width:421px;
    height:60px;
    display:block;
    background: url("assets/img/btn/button-apply.png") 0 0 no-repeat;
    margin:0 0 0 30px;
}
.button-apply a:visited{
    background: url("assets/img/btn/button-apply.png") 0 0 no-repeat;
}
.button-apply a:hover {
    background: url("assets/img/btn/button-apply-hover.png") 0 0 no-repeat;
}
.text-box-full {
    display:block;
    margin:5px 0 40px 5px;
}
.text-box-full p {
    color:#89939c;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
/*================================================
4.2 END Join-us Page
================================================*/

/*================================================
4.3 BEGIN About Page
================================================*/
.tech-support-info {
    text-align: center;
    margin-bottom: 30px;
}
.text-about-box {
    display:block;
    min-height:50px;
    padding:0 0 15px 0;
}
.left-box-about {
    width:275px;
    margin:10px 0 0 5px;
}
.right-box-about {
    width:695px;
}
.list-about-holder {
    min-height:330px;
    display:block;
    margin:0 0 40px 0;
    box-shadow: 0px 0px 8px 4px #000 inset;
    border:1px solid #1b1c20;
    border-radius:3px;
    background: url("assets/img/bg/game-bg.png") repeat 0 0;
}
.inner-list-about  {
    width:405px;
}
.inner-list-about ul {
    list-style:none;
    margin:0;
    padding:0;
}
.inner-list-about li {
    background: url("assets/img/bg/line-shadow.png") left bottom repeat-x;
    display:block;
    padding:0;
}
.inner-list-about li span {
    min-height:20px;
    display:block;
    padding:13px 0 7px 24px;
    background: url("assets/img/elem/bullet-list.png") 2px 17px no-repeat;
}
.inner-list-about.fl {
    margin:28px 0 30px 40px;
}
.inner-list-about.fr {
    margin:28px 40px 30px 0;
}
li.last-bottom-border {
    background:none;
}
.list-about li {
    margin:0 0 15px 0;
    padding:0;
}
.list-about-top {
    background: url("assets/img/bg/about-top-holder.png") 0 0 no-repeat;
    display:block;
    height:8px;
    width:981px;
}
.list-about-center {
    background: url("assets/img/bg/about-center-holder.png") repeat-y 0 0;
    display:block;
    min-height:254px;
    width:981px;
    overflow:hidden;
}
.left-holder {
    margin:26px 0 0 35px;
}
.left-holder-inner {
    background:#000;
}
.left-holder-inner img {
    border-radius:2px;
    padding:1px;
    border:1px solid #191b1d;
    width:200px;
}
ul.right-holder-inside {
    display:block;
    min-height:28px;
    width:640px;
    padding:20px 35px 0 0;
    list-style:none;
    margin:0;
}
.right-holder-inside  li h3 {
    margin:0;
}
.right-holder-inside  li {
    float:right;
}
.right-holder-inside  li:first-child{
    float:left;
    margin:5px 0 0 0;
    max-width:500px;
}
.right-holder-inside  li a {
    float:left;
}
a.mail-to {
    width:39px;
    height:28px;
    background: url("assets/img/elem/mail-to.png") 0 0 no-repeat;
    background-position:bottom;
}
a.mail-to:hover {
    background: url("assets/img/elem/mail-to.png") 0 0 no-repeat;
    background-position:top;
}
a.twitter {
    width:39px;
    height:31px;
    background: url("assets/img/elem/twitter-icon.png") 0 0 no-repeat;
    background-position:bottom;
}
a.twitter:hover {
    background: url("assets/img/elem/twitter-icon.png") 0 0 no-repeat;
    background-position:top;
}
.text-holder-about {
    display:block;
    width:640px;
    padding:0 35px 10px 0;
}
.list-about-bottom {
    background: url("assets/img/bg/about-bottom-holder.png") 0 0 no-repeat;
    display:block;
    height:8px;
    width:981px;
}
.list-about {
    min-height:575px;
    list-style:none;
    padding:0;
}
.wrapper-about {
    position:relative;
    display:block;
    overflow:hidden;
}
/*================================================
4.3 END About Page
================================================*/


/*================================================
4. BEGIN  Main Game-1
================================================*/
#content-holder {
    overflow: hidden;
}
#content-holder.main {
    background: url(assets/img/bg/global-wrapper-bg.jpg) no-repeat 50% 0;
    min-height: 500px;
}
#content-holder.main .content-holder-inner {
    width: 983px;
}
.content-holder-inner {
    width: 980px;
    margin: 0px auto 25px auto;
}
.banner {
    margin:20px 0 0 0;
    background:#000;
    border-radius:5px;
    border:1px solid #1f2024;
}
.banner a {
    font-size: 1px;
}
.banner img {
    border-radius:5px;
    margin-bottom: -2px;
    overflow:hidden;
}
.decoda .banner img {
    margin-bottom: -3px;
}
.decoda .inner-nav {
    width:100%;
    min-height:50px;
    padding:0 0 20px 0;
    display:block;
}
ul.block-nav {
    list-style:none;
    height:50px;
    padding:0;
    margin:0;
    display:block;
    position:relative;
    z-index:10;
    display:block;
    background: url(assets/img/bg/uw-nav.png) no-repeat 0 0;
}
ul.block-nav li {
    margin:0;
    padding:0;
    float:left;
}
ul.block-nav li:first-child {
    background:url(assets/img/icons/home-button.png) no-repeat 15px 3px;
}
ul.block-nav li:first-child a {
    padding:15px 31px 33px 36px;
    background:url(assets/img/bg/arow-nav.png) no-repeat right 0;
}
ul.block-nav li a{
    padding:15px 23px 17px 21px;
    margin:1px 0 0 0;
    float:left;
    color:#cccbcb;
    background:url(assets/img/bg/arow-nav.png) no-repeat right 0;
}
ul.block-nav li a:hover,a.selected-block {
    color:#fd8300!important;
    text-decoration:none;
}
ul.sub-nav {
    clear:both;
    position:relative;
    z-index: 9;
    list-style: none;
    padding: 12px 0 0px 0;
    top:-20px;
    background: black;
    border-radius: 5px;
    height: 26px;
    width: 978px;
    display: block;
}
ul.sub-nav li {
    background:url(assets/img/btn/sub-bullet.png) no-repeat 22px 5px;
    float:left;
    padding:0 0 0 36px;
}
ul.sub-nav li a{
    color:#cccbcb;
    font-size:12px;
}
ul.sub-nav li a:hover,a.selected-subnav {
    color:#fd8300!important;
    text-decoration:none;
}
.lcont-game {
    /*margin:15px 0 0 0;*/
    width:630px;
    float:left;
}
.holder-gname {
    display:block;
    padding:5px 0 10px 0;
    background:url(assets/img/btn/line-border.jpg) repeat-x left bottom;
}
.holder-gname h5 {
    color:#fd8300;
    font-size:20px;
    font-family:"Times New Roman",Times,serif;
}
ul.social-target {
    position:absolute;
    width:160px;
    height:60px;
    right:-20px;
    top:0;
    list-style:none;
    padding:0;
    margin:0;
}
ul.social-target li {
    float:left;
}
li.digg-social {
    background:url(assets/img/icons/digg-social.png) no-repeat bottom left;
    width:65px;
    height:50px;
    z-index:9;
}
li.digg-social a {
    width:65px;
    height:50px;
    float:left;
}
li.digg-social:hover {
    background:url(assets/img/icons/digg-social.png) no-repeat 0 2px;
    z-index:10;
}
li.mail-social {
    background:url(assets/img/icons/mail-icon.png) no-repeat 0 -52px;
    width:58px;
    height:50px;
    z-index:9;
    margin:0 0 0 -10px;
}
li.mail-social a {
    float:left;
    width:58px;
    height:50px;
}
li.mail-social:hover {
    background:url(assets/img/icons/mail-icon.png) no-repeat 0 6px;
    z-index:10;
}
li.face-social {
    background:url(assets/img/icons/facebook-icon.png) no-repeat 0 2px;
    width:55px;
    height:50px;
    margin:0 0 0 -11px;
}
li.face-social a{
    float:left;
    width:55px;
    height:50px;
}
li.face-social:hover {
    background:url(assets/img/icons/facebook-icon.png) no-repeat 0px -53px;
}
li.twitter-social {
    background:url("assets/img/icons/twitter-icon2.png") no-repeat 0 2px transparent;
    width:55px;
    height:50px;
    margin:0 0 0 -11px;
}
li.twitter-social a{
    float:left;
    width:55px;
    height:50px;
}
li.twitter-social:hover {
    background:url(assets/img/icons/twitter-icon2.png) no-repeat 0px -53px;
}
li.google-social {
    background:url("assets/img/icons/google-icon.png") no-repeat 0 2px transparent;
    width:55px;
    height:50px;
    margin:0 0 0 -11px;
}
li.google-social a{
    float:left;
    width:55px;
    height:50px;
}
li.google-social:hover {
    background:url(assets/img/icons/google-icon.png) no-repeat 0px -53px;
}
.holder-gdate {
    padding:18px 0 18px 0;
    position:relative;
    display:block;
    background:url(assets/img/btn/line-border.jpg) repeat-x left bottom;
}
.holder-gdate p {
    color:#5b5f67;
    margin:0;
}
.holder-gcontent {
    min-height:245px;
    display:block;
    padding:20px 0 0 0;
}
.holder-for-game {
    border-radius:5px;
    box-shadow: inset 0px 0px 25px rgba(0,0,0,1);
    border:1px solid #1a1c1f;
    margin:0 0 20px 0;
}
.holder-for-game img {
    border-radius:5px;
    max-width:628px;
}
.content-gview {
    background:url(assets/img/btn/line-border.jpg) repeat-x left top;
    display:block;
    min-height:40px;
    padding:10px 0 15px 0;
}
.content-gview span {
    background:url(assets/img/btn/line-border.jpg) repeat-x left bottom;
    display:block;
    float:left;
    width:100%;
}
.content-gview a {
    color:#ed6400;
    background:url(assets/img/icons/tip.png) no-repeat -5px -5px;
    min-width:150px;
    max-width:630px;
    float:left;
    min-height:22px;
    font-family: Tahoma, Geneva, sans-serif;
    padding:15px 0 12px 50px;
}
.content-gview a:hover {
    text-decoration:none;
    background:url(assets/img/icons/tip.png) no-repeat -5px -61px;
    color:#fff;
}
.rcont-game {
    min-height:460px;
    width:320px;
    float:right;
}
ul.rgame-inner {
    width:320px;
    /*min-height:455px;*/
    border:1px solid #1a1c1f;
    border-radius:5px;
    margin:0;
    padding:3px 0 3px 0;
    list-style:none;
    box-shadow: inset 0px 0px 25px rgba(0,0,0,1);
    background:url(assets/img/bg/back-forgame.jpg) repeat 0 0;
    position:relative;
}
ul.rgame-inner li {
    display:block;
    margin:0;
    background:url(assets/img/btn/line-border.jpg) repeat-x left top;
    text-align:center;
}
ul.rgame-inner li:first-child {
    background:none;
}
ul.rgame-inner li h5 {
    padding: 10px 0 7px 0;
    margin:0;
    min-height:15px;
    color:#fff;
    font-size:20px;
    font-family:"Times New Roman",Times,serif;
    letter-spacing:0.3em;
}
ul.rgame-inner li a {
    color:#fd8300;
    padding:11px 0 10px 0;
    min-height:11px;
    display:block;
}
ul.rgame-inner li a:hover {
    text-decoration:none;
    color:#fff;
}
li#rss-feeds{
    min-height:36px;
}
li#rss-feeds a{
    height:26px;
    display:block;
    background:url(assets/img/icons/rss-feeds.png) no-repeat 70px -77px;
    padding:19px 0 5px 40px;
}
li#rss-feeds a:hover {
    background:url(assets/img/icons/rss-feeds.png) no-repeat 70px -4px;
}
/*================================================
4. END  Game-1
================================================*/

/*================================================
4. END  Game-2
================================================*/
.game-decoda .block-nav a:hover,.game-decoda a.selected-block{
    color:#38b2ff!important;
}
.game-decoda .block-nav li:first-child {
    background:url(assets/img/icons/home-decoda.png) no-repeat 17px 10px;
}
li#bt-buynow, li.bt-buynow {
    float:right;
    width:194px;
    height:47px;
    margin:2px 0 0 0;
}
li#bt-buynow a, li.bt-buynow a{
    height:47px;
    padding:0;
    margin:0;
    width:194px;
    background:url(assets/img/btn/buynow-button.png) no-repeat bottom left;
}
li#bt-buynow a:hover, li.bt-buynow a:hover {
    background:url(assets/img/btn/buynow-button.png) no-repeat top left;
}
li#bt-demo, li.bt-demo {
    float:right;
    width:128px;
    height:47px;
    margin:2px 0 0 0;
}
li#bt-demo a, li.bt-demo a {
    background:url(assets/img/btn/demo-button.png) no-repeat bottom left;
    width:128px;
    height:47px;
    margin:0;
    padding:0;
}
li#bt-demo a:hover, li.bt-demo a:hover {
    background:url(assets/img/btn/demo-button.png) no-repeat top left;
    margin:-1px 0 0 0;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.grid-1 {
    width:480px;
    min-height:226px;
    margin:0 0 20px 0;
}
.cont-dec .grid-1 {
    border-radius:5px;
    box-shadow: inset 0px 0px 25px rgba(0,0,0,1);
    background:url(assets/img/bg/back-forgame.jpg) repeat 0 0;
    border:1px solid #1a1c1f;
}
.cont-dec .grid-1 img {
    font-size: 1px;
    padding: 1px;
    display: block;
    border-radius:8px;
    max-width:478px;
    max-height:224px;
}
.cont-dec span {
    color:#fff;
}
.cont-dec .grid-1 p {
    padding:30px 30px 10px 35px;
}
.cont-dec .grid-1 .mh {
    padding:30px 30px 0px 35px;
}
.cont-dec .grid-1 p.mailchimp {
    padding:0px 30px 10px 35px;
}
#mc_signup {
    padding: 15px 30px 30px 30px;
}
#mc_signup_form .mc_input {
    background: none repeat scroll 0 0 #2E2E2F;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    height: 28px;
    margin-left: 25px;
    text-align: center;
    width: 200px;
}
#mc_signup_form .field-group {
    display: inline-block;
}
ul.mc_list li {
    display: inline-block;
    font-size: 12px;
    width: 70px;
    text-align: center;
    line-height: 22px;
}
#mc_signup .mergeRow {
    margin: 15px 0px 10px 0px;
}
ul.mc_list input[type=radio] {
    margin: 0px auto;
}

#mc_signup_form .mc_var_label, .mergeRow > label {
    display: inline-block;
    width: 125px;
}
#mc_signup_submit {
    width: 189px;
    height: 49px;
    background:url(assets/img/btn/button-subscribe.png) no-repeat;
    border: 0px;
    cursor: pointer;
    margin: 0 auto;
}
#mc_unsub_link a {
    margin-top: 5px;
    font-size: 12px;
}
#mc_message {
    padding-bottom: 15px;
}
.grid-2 {
    width:920px;
    margin:0 0 20px 0;
    min-height:166px;
}
.cont-dec .grid-2 {
    padding:30px 30px 0 30px;
    border-radius:5px;
    box-shadow: inset 0px 0px 25px rgba(0,0,0,1);
    background:url(assets/img/bg/back-forgame.jpg) repeat 0 0;
    border:1px solid #1a1c1f;
}
.cont-dec .grid-2 h3 {
    display:block;
    padding:0 0 2px 0;
}
.cont-dec .grid-2-postmortem {
    padding:0px;
    width: 980px;
    margin-top: 15px;
}
.cont-postmortem {
    min-height: 0px !important;
    background: none !important;
    margin: 0px !important;

}
.cont-dec .grid-2-postmortem .text {
    padding:20px;
    width: 280px;
}
.postmortem-images {
    background:#1d2021;
    box-shadow: 0 0 25px #000000 inset;
}
.postmortem-images a {
    padding: 15px;
    display: inline-block;
}
.postmortem-companies {
    padding: 0px !important;
    width: 980px;
}
.padding30px {
    padding: 30px;
}
.grid-4 {
    width:450px;
    min-height:150px;
}
.cont-dec .grid-4 ul {
    padding:0;
    margin:0;
}
.cont-dec .grid-4 li {
    list-style:none;
    background:url(assets/img/btn/bullet-list.png) no-repeat 0px 5px;
    padding:0 0 25px 20px;
    line-height:20px;
    margin:0;
}
.cont-dec .grid-4 li  span, .cont-dec .grid-4 li  strong {
    display:block;
    color: #FFF;
    font-weight: normal;
}
.name-holders {
    display:block;
    margin:0 0 20px 0;
    text-align:center;
    position:relative;
}
.name-holders h3 {
    color:#fff;
    margin: 0px 37px;
    float: left;
}
.name-holders .line {
    background: url("assets/img/bg/line-shadow.png") repeat-x 0 0;
    width: 376px;
    height: 2px;
    float: left;
    margin-top: 9px;
}
.grid-5 {
    width:730px;
    min-height:540px;
}
.grid-6 {
    width:220px;
    min-height:495px;
}
.ncont {
    min-height:568px;
    display:block;
    margin:0 0 40px 0;
    background: url("assets/img/bg/line-shadow.png") repeat-x bottom left;
}
.ncont .grid-6 {
    border-radius:5px;
    box-shadow: inset 0px 0px 25px rgba(0,0,0,1);
    background:url(assets/img/bg/back-forgame.jpg) repeat 0 0;
    border:1px solid #1a1c1f;
}
.name-nw {
    min-height:53px;
    display:block;
    padding:0 0 10px 0;
    margin:0 0 15px 0;
    background: url("assets/img/bg/line-shadow.png") repeat-x bottom left;
}
.name-nw h5 {
    color:#fff;
    font-size:19px;
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
}
.grid-nw h5{
    color:#fff;
    font-size:14px;
    margin:0 0 15px 0;
}
.grid-nw ul {
    padding:0 0 10px 0;
    margin:0;
    list-style:none;
}
.grid-nw ul li {
    list-style:none;
    display:block;
    background:url(assets/img/btn/bullet-list.png) no-repeat 0px 4px;
    padding:0 0 20px 20px;
}
.ncont .grid-6 ul {
    margin:0;
    padding:0;
}
.ncont .grid-6 ul li {
    margin:0;
    padding:0;
    min-height:51px;
    color:#fff;
    display:block;
    text-align:center;
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    background: url("assets/img/bg/line-shadow.png") repeat-x bottom left;
}
.ncont .grid-6 ul li:first-child {
    padding:18px 0 5px 0;
    min-height:28px;
}
li.mailto a {
    padding:18px 0 5px 20px;
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    background: url("assets/img/icons/soc-hover-2.png") no-repeat 32px 11px;
}
li.mailto a:hover {
    background: url("assets/img/icons/soc-hover-1.png") no-repeat 32px 11px;
}
li.diggto a {
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    padding: 18px 0 5px 25px;
    background: url("assets/img/icons/soc-hover-2.png") no-repeat 35px -40px;
}
li.diggto a:hover {
    background: url("assets/img/icons/soc-hover-1.png") no-repeat 35px -40px;
}
li.commentsto {
    background:none!important;
}
li.commentsto a {
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    padding:18px 0 15px 25px;
    background: url("assets/img/icons/soc-hover-2.png") no-repeat 35px -86px;
}
li.commentsto a:hover {
    background: url("assets/img/icons/soc-hover-1.png") no-repeat 35px -86px;
}
li.face-decoda a {
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    padding: 18px 0 5px 25px;
    background: url("assets/img/icons/decoda-face.png") no-repeat 0px 2px;
}
li.face-decoda a:hover {
    background: url("assets/img/icons/decoda-face.png") no-repeat 0px -53px;
}
li.twitter-decoda a {
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    padding: 18px 0 5px 25px;
    background: url("assets/img/icons/decoda-twitter.png") no-repeat 0px 2px;
}
li.twitter-decoda a:hover {
    background: url("assets/img/icons/decoda-twitter.png") no-repeat 0px -53px;
}
li.google-decoda a {
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    padding: 18px 0 5px 25px;
    background: url("assets/img/icons/decoda-google.png") no-repeat 0px 2px;
}
li.google-decoda a:hover {
    background: url("assets/img/icons/decoda-google.png") no-repeat 0px -53px;
}
.ncont .grid-6 ul li a {
    display:block;
    height: 25px;
}
/*================================================
4. END  Game-2
================================================*/

/*================================================
4. END  Main content
================================================*/

/*================================================
5. BEGIN Footer
================================================*/
footer {
    border-top: 1px solid #1b1c20;
    background: url(assets/img/bg/footer-shadow.png) repeat-x 0 0;
    padding-bottom: 5px;
}
.footer-inner  {
    width: 980px;
    margin: 0px auto;
}
/*foot-nav*/
nav.foot-nav {
    overflow: hidden;
    float: left;
    margin-top: 12px;
}
nav.foot-nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
nav.foot-nav ul li {
    float: left;
    background: url("assets/img/elem/footer-divide.png") no-repeat 0 5px;
}
nav.foot-nav ul li:first-child {
    background: none;
}
nav.foot-nav ul li a {
    font-size: 11px;
    padding: 0px 14px 0px 15px;
}
/*foot-bottom-hold*/
.foot-bottom-hold {
    clear: both;
    margin-top: 7px;
}
#foot-logo {
    float: left;
    margin-right: 13px;
}
#foot-logo a {
    display: block;
}
.design-by {
    float: left;
    font-size: 11px;
    margin-top: 13px;
}
.design-by{
    color: #47505a;
}
.design-by {
    float: right;
}
.design-by .logo-illustrated {
    background: url("assets/img/elem/logo-illustrated.png") no-repeat 100% 0;
    padding: 2px 35px 2px 0px;
    display: inline-block;
}
/*================================================
5. END Footer
================================================*/

/*================================================
6. BEGIN CLEAR
================================================*/
.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{}
/* Clearfix */
.clearfix { display: inline-block; }

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}
.clearfix { display:block; }
/*================================================
6. END CLEAR
================================================*/

/*================================================
7. Start about page map
================================================*/

#aboutMap {
    height: 330px;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: 'Verdana', sans-serif;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

/*================================================
7. End about page map
================================================*/


form input, form textarea { display: block;}
form textarea {resize: none;}


.holder-gcontent {
    padding: 20px 0px !important;
}

.page-template-page-game-layout-two-php  .lcont-game a, .page-template-page-game-layout-two-default-php  .lcont-game a {
    color: #FD8300;
}

.wp-caption {
    margin: 0px auto;
}

p.wp-caption-text {
    text-align: center;
    font-style: italic;
}



#postmortem-signup h2 {
    margin-top: 25px;
}
#postmortem-signup .email {
    background: none repeat scroll 0 0 #2E2E2F;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    height: 28px;
    margin: 15px auto;
    text-align: center;
    width: 200px;
}



.ngg-gallery-thumbnail img {
    background-color: #525252;
    border: 1px solid #525252;
}

.ngg-gallery-thumbnail img:hover {
    background-color: #FD8300;
    border: 1px solid #FD8300;
}


/*
* BLOG POST
*/
.blog-banner {
    position: relative;
}

.blog-banner h1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 0 5px 5px 0;
    bottom: 30px;
    left: 0;
    padding: 20px 20px 20px 50px;
    position: absolute;
}

.news-box {
    margin-top: 20px;
}

.news-box blockquote {
    padding-left: 25px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}