@font-face {
    font-family: gothic;
    src: url(font/showg.woff);
}

@font-face {
    font-family: 'socicon';
    src: url('font/socicon-webfont.eot');
    src: url('font/socicon-webfont.eot#iefix') format('embedded-opentype'),
    url('font/socicon-webfont.woff') format('woff'),
    url('font/socicon-webfont.ttf') format('truetype'),
    url('font/socicon-webfont.svg#socicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***post font color**/
.home .post  h1 a{
color:#000
}
.home .post  h1 a:hover{
color:#FFF
}
/*end post font color*/

.junkie-pagination .page-numbers, .junkie-pagination a:link, .junkie-pagination a:visited {
    height: 15px;
    display: inline-block;
    width: 13px;
    margin-bottom: 3px;
    padding-top: 5px;
}

.slovo-0-9 {
    width: 25px !important;
}

/*
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */



/* ---------------------------------------------
   Shortcode Styles
------------------------------------------------*/

/* =Columns
----------------------------------------------- */
.one_half {
    width: 48%;
}
.one_third {
    width: 30.66%;
}
.two_third {
    width: 65.33%;
}
.one_fourth {
    width: 22%;
}
.three_fourth {
    width: 74%;
}
.one_fifth {
    width: 16.8%;
}
.two_fifth {
    width: 37.6%;
}
.three_fifth {
    width: 58.4%;
}
.four_fifth {
    width: 67.2%;
}
.one_sixth {
    width: 13.33%;
}
.five_sixth {
    width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    float: left;
    position: relative;
    margin-right: 4%;
    margin-bottom: 20px;
}
.column-last {
    clear: right;
    margin-right: 0 !important;
}

/* =Button
----------------------------------------------- */
a.button,
a:hover.button {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    line-height: 12px;
    margin: 0 5px 20px 5px;
    padding: 8px 10px 0 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
a.button.large {
    padding: 11px 10px 0 10px;
    font-size: 14px;
    height: 24px;
    line-height: 14px;
}
a:hover.button {
    background-position: 0 -28px;
}
a:hover.button.large {
    background-position: 0 -35px;
}
a.button.white {
    background-image: url(images/shortcodes/buttons/button_white.png);
    border: 1px solid #d3d3d3;
    color: #555555!important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}
a.button.large.white {
    background-image: url(images/shortcodes/buttons/button_white_large.png);
}
a:hover.button.white {
    border: 1px solid #c4c4c4;
}
a.button.grey {
    background-image: url(images/shortcodes/buttons/button_grey.png);
    border: 1px solid #b5b5b5;
    color: #555555!important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.grey {
    background-image: url(images/shortcodes/buttons/button_grey_large.png);
}
a:hover.button.grey {
    border: 1px solid #989898;
}
a.button.red {
    background-image: url(images/shortcodes/buttons/button_red.png);
    border: 1px solid #df6f8b;
    color: #913944!important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}
a.button.large.red {
    background-image: url(images/shortcodes/buttons/button_red_large.png);
}
a:hover.button.red {
    border: 1px solid #c36079;
}
a.button.orange {
    background-image: url(images/shortcodes/buttons/button_orange.png);
    border: 1px solid #f5b74e;
    color: #996633!important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.orange {
    background-image: url(images/shortcodes/buttons/button_orange_large.png);
}
a:hover.button.orange {
    border: 1px solid #d29a3a;
}
a.button.green {
    background-image: url(images/shortcodes/buttons/button_green.png);
    border: 1px solid #adc671;
    color: #5d7731!important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.green {
    background-image: url(images/shortcodes/buttons/button_green_large.png);
}
a:hover.button.green {
    border: 1px solid #8bb14d;
}
a.button.teal {
    background-image: url(images/shortcodes/buttons/button_teal.png);
    border: 1px solid #90c6c8;
    color: #437b7d;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.teal {
    background-image: url(images/shortcodes/buttons/button_teal_large.png);
}
a:hover.button.teal {
    border: 1px solid #7db9bb;
}
a.button.blue {
    background-image: url(images/shortcodes/buttons/button_blue.png);
    border: 1px solid #8dc5da;
    color: #42788e !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.blue {
    background-image: url(images/shortcodes/buttons/button_blue_large.png);
}
a:hover.button.blue {
    border: 1px solid #7caec0;
}
a.button.navy {
    background-image: url(images/shortcodes/buttons/button_navy.png);
    border: 1px solid #a2afb8;
    color: #515f6a!important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.navy {
    background-image: url(images/shortcodes/buttons/button_navy_large.png);
}
a:hover.button.navy {
    border: 1px solid #8996a0;
}
a.button.purple {
    background-image: url(images/shortcodes/buttons/button_purple.png);
    border: 1px solid #bc9db9;
    color: #7b5777!important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.purple {
    background-image: url(images/shortcodes/buttons/button_purple_large.png);
}
a:hover.button.purple {
    border: 1px solid #a482a0;
}
a.button.black {
    background-image: url(images/shortcodes/buttons/button_black.png);
    border: 1px solid #4c4c4c;
    color: #ffffff!important;
    text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}
a.button.large.black {
    background-image: url(images/shortcodes/buttons/button_black_large.png);
}
a:hover.button.black {
    border: 1px solid #2c2c2c;
}

/* =Alert
----------------------------------------------- */
.alert {
    padding: 12px 5% 12px 5%;
    font-family: "Raleway", serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}
.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}
.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}
.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}
.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}
.alert.yellow {
    background: #ffff66;
    border-top: 1px solid #ffff00;
    border-bottom: 1px solid #ffff00;
    color: #5f8b33;
}
.alert.black {
    background: #000000;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    color: #ffffff;
}

/* =Tabs
----------------------------------------------- */
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}
.tabs {}
.tabs ul.tab-nav {
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs ul.tab-nav li {
    background: none;
    border: none;
    border-right: 1px solid #e9e8e8;
    border-top: 1px solid #e9e8e8;
    float: left;
    position: relative;
    padding: 0;
    margin: 0 0 -1px 0;
    z-index: 10;
    line-height:21px
}
.tabs ul.tab-nav li a {
    border-bottom: none;
    display: block;
    overflow: hidden;
    padding: 5px 10px 0 10px;
    margin: 0;
    height: 24px;
    background: #FBFBFB;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.tabs ul.tab-nav li.ui-tabs-selected a {
    height: 25px;
}
.tabs .tab {
    padding: 10px; clear:left; border:solid 1px #e9e8e8
}
.tabs ul.tab-nav li.first { border-left:solid 1px #e9e8e8}
/* =Toggle
----------------------------------------------- */
.toggle {
    border: 1px solid #e9e8e8;
    margin: 0 0 20px 0;
}
.toggle h4 {
    border-bottom: 1px solid #e9e8e8;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    margin: 0;
}
.toggle-inner {
    padding: 10px;
    border-top: none;
}
.toggle .ui-icon {
    background: url(images/shortcodes/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}
.toggle .ui-state-active .ui-icon {
    background: url(images/shortcodes/toggles/toggle-open.png) no-repeat
}


/******* SINGLE POST ************/
.single #content {
    width: 660px;
    padding: 0px 10px 30px;
}

.single #sidebar {
    width: 260px;
}

.single .padded {
    padding-left: 20px;
    padding-right: 20px
}

.single .entry-title {
    font-size: 20px
}

.entry-header {
    border-bottom: 1px dashed #eeeeee;
}

.single-thumb {
    text-align: center
}

.single-thumb img {
    border-radius: 3px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.gameinfo h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

/*** GAME PAGE ****/
.single .rateit {
    margin-top:12px;
}

.single .rateit img {
    height: 32px;
    width: 32px;
}

#game-left {
    width: 160px;
    float: left;
}

#game-right {
    width: 160px;
    float: left;
}

#content.game-middle {
    width: 660px;
    padding: 0 20px 0 20px;
}

#content.game-middle .post-ratings {
    text-align: center;
}

/******* Homepage *********/
.junkie-pagination a.current {
    background: #88d082;
    color: #ffffff;
}

/*******  CAROUSEL ********/
.carouselHolder {
    background: none repeat scroll 0 0 #191919;
    margin: -25px 0 5px;
    /* padding: 0 2px; */
    overflow: hidden;
    height: 265px;
}

/*#prev3 .icon-angle-left:before, #next3 .icon-angle-right:before  {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    height: auto;
    line-height: normal;
    margin-top: 0;
    vertical-align: baseline;
    width: auto;
    padding: 10px 8px;
}*/

.fa-angle-left:before, .fa-angle-right:before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    height: auto;
    line-height: normal;
    margin-top: 0;
    vertical-align: baseline;
    width: auto;
    padding: 10px 8px;
}

.prev3, .next3 {
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    height: 60px;
    width: 30px;
    border-radius: 3px;
    background-color: #252525;
    opacity: 0.6;
}

.prev3 {
    left: -50px;
    top: 70px;
}

.next3 {
    right: -50px;
    border-radius: 3px;
    top: 70px;
}
.list_carousel {
    margin: 0 0 30px 0;
    width: auto;
    padding-top: 5px;
    border: 3px solid black;
    border-radius: 20px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    /*background-color: #eee;*/
    width: 240px;
    height: 220px;
    padding: 0 20px;
    margin: 6px 5px;
    display: block;
    float: left;
    position: relative;
}

.list_carousel li img {
    width: 200px;
    height: 150px;
}

.list_carousel li span {
    /*position: absolute;
    bottom: 5px;
    left: 5px;*/
    margin-top: 5px;
    font-size: 17px;
    line-height: 120%;
    /* background: red;
     color: white;*/
    text-align: center;
}

.prev3 span:before, .next3 span:before {
    background: none repeat 0 0;
    height: auto;
    line-height: normal;
    margin-top: 3px;
    vertical-align: baseline;
    width: auto;
    display: inline-block;
    /*padding: 10px 8px!important;*/
}

/*malo opet ja*/
.list_carousel li {
    font-size: 20px;
    height: 230px;
}

.caroufredsel_wrapper ul {
    height: 192px;
}

.carouselHolder a {
    color: #F5F5F5;
}

.carouselHolder a:hover {
    color: #999999;
}

#header .fa-user {
    margin-right: 7px;
}
#header .fa-user .online-user {
    font-family: "Raleway", serif;
    margin: 0 0 0 5px;
}
#header .header-facebook-logo {
    padding: 7px 0px 0;
}
.right-header-element {
    display: inline-block;
    vertical-align: top;
}

.logo-search input[type="text"] {
    border-radius: 15px 0 0 15px;
    margin: 0;
    width: 210px;
}

.reklama {
    background: none repeat scroll 0 0 #494949;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
    padding: 8px;
    position: relative;
    width: 728px;
}

.short {
    width: 730px;
    margin-left: 120px;
    margin-bottom: 20px;
}

.single-thumb img {
    background: none repeat scroll 0 0 #494949 !important;
}

#footer-columns .widget li {
    font-size: 13px;
}


/*Floating Shit*/
.social-buttons {
    position: fixed;
    top: 275px;
    width: 45px;
    z-index: 9999;
}
.button-left {
    left: 0;
}
.button-right {
    right: 0;
}

.social-buttons a:hover .social-text {
    display: block;
}
.button-left .social-icon {
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}
.button-left .social-text {
    display: none;
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin: 11px 40px 11px 0px;
    white-space: nowrap;
}
.button-right .social-icon {
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}
.button-right .social-text {
    display: none;
    float: left;
    font-size: 80%;
    font-weight: bold;
    margin: 16px 0 11px 50px;
    white-space: nowrap;
}
.social-buttons .social-text {
    color: #FFFFFF;
}
/*End floating shit*/

.header-ad {
    background: inherit;
    width: 728px;
    height: 120px;
    margin: 20px auto;
}

.logo-search {
    /*background:#fff*/
    margin: 0px auto 30px;
}

.single .logo-search {
    /*border-bottom: solid 2px #000;*/
}

.single #main {
    /*border: solid 5px #aaa;*/
    border-radius: 3px;
    /*padding-top:0;*/
    background: #fff;
    padding-right: 10px;
}

/*novo*/
a.button.large {
    font-size: 17px;
    height: 25px;
    line-height: 15px;
    padding: 11px 25px 0;
}

.logo-search button#submit {
    background: none repeat scroll 0 0 #252525;
    border: 1px solid #191919;
    border-radius: 0 15px 15px 0;
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 8px;
    cursor: pointer;
}

.logo-search button#submit:hover {
    color: #999999 !important;
    background: #252525 !important;
}

.text {
    background: none repeat scroll 0 0 #252525;
    bottom: 0;
    height: 25px;
    left: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    opacity: 0.8;
    padding: 5px;
    position: absolute;
    width: 162px;
}

.post-thumb:hover {
    background-color: #757575;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.proba {
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    padding: 10px 10px;
}

.list_carousel {
    height: 192px;
}

.search-form {
    text-align: right;
}

.entry-meta .post-ratings span {
    display: none;
}

#footer-columns .footer-column-1, #footer-columns .footer-column-2, #footer-columns .footer-column-3 {
    width: 280px;
}

#footer-columns .footer-column-4 {
    padding-right: 0 !important;
    width: 300px;
}

.jwsharethis {
    margin-right: 4%;
    padding-left: 20px;
    padding-right: 20px;
}

.sharing-play {
    position: absolute;
    width: 100%;
    bottom: 5px;
    margin-left: -20px;
    padding: 0 10px;
    background-color: #000;
}

.js-toggle.share:before {

}

.sharing-play .cv-social-media {
    width: 59%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.playgame .rateit span {
    display: none;
}

/** HEADER **/
#header {
    height: 40px;
}

.nav {
    margin-top: 5px;
}

.nav li ul { 
float: left; 
left: -999em; 
position: absolute; 
width: 180px; 
padding-top: 12px; 
z-index: 3000; 
}


#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    min-height: 140px;

    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    max-height: 90%;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#modal-close {
    font-size: 20px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background: black;
    color: white;
    border-radius: 12px;
    padding: 2px 12px;
    z-index: 1000;
}

#modal-background.active, #modal-content.active {
    display: block;
}

.randgames {
    margin: 10px -10px
}

.randgames .wtbgame2 {
    background: none repeat scroll 0 0 #494949;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
    padding: 8px;

    float: left;
    height: 140px;
    width: 135px;
    margin-right: 12px;
    text-align: center;

    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.randgames .wtbgame2:hover {
    background: #ccc;
}

.randgames .wtbgame2 img {
    margin-bottom: 5px;
}

.randgames .wtbgame2 a {
    color: #fff
}

.randgames .wtbgame2.game3 {
    margin-right: 0;
}

.text2 {
    margin: 0 auto;
    display: block;
    background: none repeat scroll 0 0 #494949;
    height: 25px;
    width: 77%;
    margin-top: -45px;
    opacity: 0.8;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

.text2:hover {
    font-weight: bold;
}

.search .container, .archive .container {
    width: 1000px;
}

.search #content, .archive #content {
    width: 720px !important;
}

.search-no-results #content {
    width: 660px !important;
}

.widget_ratings-widget img {
    width: 15px;
    vertical-align: text-top;
}

.post-thumb .post-ratings img {
    width: 15px;
    vertical-align: text-top;
}

@media only screen and (max-width: 480px) {
    .btn-comment {
        margin: 0 auto;
        width: 80%;
    }

    .comment p.right {
        margin: 5px 5px 0 0 !important;
    }

    .carouselHolder .text {
        width: 140px;
        font-size: 14px;
    }

    .hidden-phone {
        display: none;
    }

    .btn-nav-right {
        margin-right: 0 !important;
        top: 5px;
        width: 90%
    }

    #header {
        margin-bottom: 0px;
    }

    .logo-search input[type="text"] {
        width: 150px;
    }

    .junkie-pagination {
        margin: 0;
    }

    .junkie-pagination .page-numbers, .junkie-pagination a:link, .junkie-pagination a:visited {
        height: 18px;
        display: inline-block;
        width: 15px;
        margin-bottom: 3px;
    }

    .short {
        float: left;
        margin-right: 20px;
        width: 220px;
        margin-left: 0 !important;
    }

    #footer-columns .footer-column-1 {
        width: 100%;
        padding: 0;
    }

    #footer-columns .footer-column-2 {
        width: 100%;
        padding: 0;
    }

    #footer-columns .footer-column-4 {
        width: 100%;
        padding: 0;
    }

    .one_half {
        width: 100%;
        float: none;
    }

    .column-last {
        margin-right: 4% !important;
    }

    .one_half img {
        /*max-width: 100px !important;*/
    }

    .text2 {
        display: none
    }

    .single #content {
        padding: 0 0 30px;
        box-shadow: 0 0 0 rgba(0, 0, 0, .08)
    }

    .one_half a.button.large {
        font-size: 14px;
    }

    .one-col, #content {
        width: 220px !important;
    }

    .social_widget_main {
        display: none !important;
    }

    .playgame {
        max-width: 100%;
    }

    .search #content, .archive #content {
        max-width: 220px !important;
    }

    .search .container, .archive .container {
        max-width: 100%;
    }

    #sidebar {
        display: block;
        float: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 649px) {
    .carouselHolder .text {
        width: 100px;
        font-size: 14px;
    }

    .btn-comment {
        margin: 0 auto;
        width: 89%;
    }

    .comment p.right {
        margin: 5px 5px 0 0 !important;
    }

    .carouselHolder .list_carousel {
        height: 150px;
        border: 3px solid black;
        border-radius: 20px;
    }

    .prev3, .next3 {
        top: 30px;
    }
    .foo4 li img {
        /* width:300px!important;*/
        height: 100px !important;
    }

}

@media only screen and (min-width: 650px) and (max-width: 799px) {
    .foo4 li img {
        /* width:300px!important;*/
        height: 130px !important;
    }

    .carouselHolder .text {
        width: 133px;
        font-size: 14px;
    }

    .carouselHolder .list_carousel {
        height: 160px;
    }

	.prev3, .next3 {
        top: 50px;
    }
    .btn-comment {
        margin: 0 auto;
        width: 89%;
    }

    .comment p.right {
        margin: 5px 5px 0 0 !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 799px) {
    #content .post-thumb img.entry-thumb {
        width: 100% !important;
        height: auto !important;
    }

    .hidden-phone {
        display: none;
    }

    .btn-nav-right {
        margin-right: 0 !important;
        top: 5px;
        width: 30%;
        left: 10px;
    }

    #header {
        margin-bottom: 0px;
    }

    .junkie-pagination {
        margin: 0;
    }

    .junkie-pagination .page-numbers, .junkie-pagination a:link, .junkie-pagination a:visited {
        height: 18px;
        display: inline-block;
        width: 15px;
        margin-bottom: 3px;
    }

    .short {
        width: auto;
        margin-left: 0 !important;
    }

    .logo-search .right {
        float: left;
    }

    .search-form {
        text-align: left;
    }

    .btn-nav-right {
        margin-right: -60px;
    }

    #footer-columns .footer-column-1 {
        width: 100%;
    }

    #footer-columns .footer-column-2 {
        width: 100%;
    }

    #footer-columns .footer-column-3 {
        width: 100%;
    }

    .one_half {
        width: 100%;
        float: none;
    }

    .column-last {
        margin-right: 4% !important;
    }

    .single #content {
        padding: 0 0 0px;
        box-shadow: 0 0 0 rgba(0, 0, 0, .08);
        width: 100% !important;
    }

    .search #content, .archive #content {
        max-width: 220px !important;
    }

    .search .container, .archive .container {
        max-width: 100%;
    }

    #sidebar {
        display: block;
        float: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
    #content .post-thumb img.entry-thumb {
        width: 100% !important;
        height: 230px !important;
    }

    .carouselHolder .text {
        width: 133px;
        font-size: 14px;
    }
    a.btn-comment {
        display: none;
    }
}

@media only screen and (min-width: 800px) and (max-width: 959px) {
    .hidden-tablet {
        display: none;
    }

    .btn-nav-right {
        margin-right: 0 !important;
        top: 5px;
        width: 30%;
        left: 10px;
    }

    #header {
        margin-bottom: 0px;
    }

    .junkie-pagination {
        margin: 0;
    }

    .junkie-pagination .page-numbers, .junkie-pagination a:link, .junkie-pagination a:visited {
        height: 18px;
        display: inline-block;
        width: 15px;
        margin-bottom: 3px;
    }

    .short {
        width: auto;
        margin-left: 0 !important;
    }

    #footer-columns .footer-column-1 {
        width: 48%;
    }

    #footer-columns .footer-column-2 {
        width: 48%;
    }

    .one_half {
        width: 100%;
        float: none;
    }

    .column-last {
        margin-right: 4% !important;
    }

    .single #content {
        padding: 0 0 0px;
        box-shadow: 0 0 0 rgba(0, 0, 0, .08);
        width: 100% !important;
    }

    .text2 {
        display: none;
    }

    .randgames {
        width: 400px;
    }

    .content-loop .last-post {
        margin-right: 30px;
    }

    .search .container, .archive .container {
        width: 640px;
    }

    #sidebar {
        display: block;
        float: none;
    }
}

@media only screen and (min-width: 960px) {
    .one_half img {
        width: 80% !important;
    }
    a.btn-comment {
        display: none;
    }
}

@media only screen and (min-width: 960px)  and (max-width: 1050px) {

	.prev3 {
        left: 0px;
        top: 60px;
        z-index: 5001;
    }

    .next3 {
        right: 0px;
        top: 60px;
        z-index: 5001;
    }
}

@media only screen and (min-width: 1020px) {
    .single #main {
        width: 1020px;
    }

    .single #content {
        width: 740px;
        padding: 0px 10px 30px;
    }

    .randgames .wtbgame2 {
        width: 145px;
        height: 150px;
        margin-right: 20px
    }

    .randgames .wtbgame2 img {
        width: 145px;
        height: 125px;
    }
}

@media only screen and (min-width: 1050px) {
    .single #sidebar, .page #sidebar , .search #sidebar, .archive #sidebar{
        width: 300px;
    }

    .single #main, .page #main, .search #main, .archive #main {
        width: 1060px;
    }

    .page #content{
        width:680px;
    }

  .single_content{
        width: 728px;
        height: 90px;
    }
}

.sidebar_add {
    width: 300px;
    height: 250px;
    clear: both;
}

.default_sidebar{
    width: 300px;
}

@media only screen and (max-width: 320px){
    .sidebar_add {
        width: 200px!important;
    }
    .default_sidebar{
     width: 300px; 
     clear: both;
    }
}
@media only screen and (min-width:321px) and (max-width: 480px){
           .sidebar_add {
		width: 240px!important;
		}
	    .default_sidebar {
		width: 230px; 
		clear: both;
		}
	    .single #sidebar {
		width: 230px;
		clear: both;
		}

    .search #content, .archive #content {
        max-width: 220px !important;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    #footer-columns .footer-column-2,    #footer-columns .footer-column-1 {
        width: 90%;
        margin: 0 auto;
        padding:5%;
    }
}
@media only screen and (min-width:481px) and (max-width: 600px){
            .sidebar_add {
		  width: 360px!important;
	      }
	    .default_sidebar {
		  width: 360px;
		  clear: both;
	      }
	    .single #sidebar {
	      width: 360px;
	      clear: both;
	      }
    #footer-columns .footer-column-4,    #footer-columns .footer-column-2,    #footer-columns .footer-column-1 {
        margin: 0 auto;
        padding:5%;
    }
    .search #content, .archive #content {
        max-width: 360px !important;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
}
@media only screen and (min-width:601px) and (max-width: 768px){
    #sidebar{
        width:360px!important;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .sidebar_add {
	      width: 360px!important;
	      }
	  .default_sidebar {
	      clear: both;
	      width: 360px;
	      }
	  .single #sidebar {
	      width: 360px;
	      clear: both;
	      }
    .search #content, .archive #content {
        max-width: 360px !important;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    #footer-columns .footer-column-4,  #footer-columns .footer-column-2,    #footer-columns .footer-column-1 {
        width: 90%;
        margin: 0 auto;
        padding:5%;
    }
      
}
@media only screen and (min-width:769px) and (max-width: 800px){
.search #content, .archive #content {
    max-width: 360px !important;
    text-align: center;
    float: none;
    margin: 0 auto;
}
    #footer-columns .footer-column-4,  #footer-columns .footer-column-2,    #footer-columns .footer-column-1 {
        width: 90%;
        margin: 0 auto;
        padding:5%;
    }
}
@media only screen and (min-width:800px) and (max-width: 1024px){
         .sidebar_add {
		  width: 460px!important;
		}
	.default_sidebar {
		  width: 460px; 
		  clear: both;
		}
	.single #sidebar {
	      width: 460px;
	      clear: both;
		}
}

span.read-more {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

footer#footer {
    margin-top: 20px;
}

/** Dave's WordPress Live Search CSS **/
ul.ui-autocomplete
{
    display: block;
    background-color:#fff;
    width:250px;
    max-height: 500px;
    position:absolute;
    top:20px;
    left:0px;
    overflow:auto;
    overflow-x: hidden;
    z-index: 9999;

    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;

    padding: 0px;
    margin: 0px;

    -moz-box-shadow: 5px 5px 3px #222;
    -webkit-box-shadow: 5px 5px 3px #222;
    box-shadow: 5px 5px 3px #222;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

ul.ui-autocomplete li
{
    display: block;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    text-align: left;

    color: #000;
    background-color: #ddd;
    text-decoration: none;

}

ul.ui-autocomplete li:hover
{
    background-color: #fff;
}

ul.ui-autocomplete li a, ul.ui-autocomplete li a:visited
{
    display: block;
    color: #000;
    margin-left: 0px;
    padding-left: 0px;
    text-decoration: none;
    font-weight: bold;
}
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('spinner.gif') right center no-repeat !important;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
/* END post thumbnails */

/* BEGIN post excerpt */
ul.ui-autocomplete .excerpt, ul.ui-autocomplete .meta
{
    font-size: 75%;
    width: 100%;
}
/* END post excerpt */

ul.ui-autocomplete .clearfix
{
    float: none !important;
    clear: both !important;
}

ul.ui-autocomplete li.ui-autocomplete-footer {
    background-color: #888;
    width: 100%;
    text-align: right;
    padding: .5em 0;
    font-size: .9em;
}

ul.ui-autocomplete li.ui-autocomplete-footer a,
ul.ui-autocomplete li.ui-autocomplete-footer a:visited {
    color: #fff;
    margin-right: 1em;
}

#search_results_activity_indicator{
    z-index:999999;
}

/** POST RATINGS **/
.post-ratings {
    width:100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    /* background-color: #ffffff; */
}
.post-ratings-loading {
    display: none;
    height: 16px;
    text-align: left;
}
.post-ratings-image {
    border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
    font-weight: normal;
    font-style: italic;
}

/*Floating Shit*/
.social-buttons {
    position: fixed;
    top: 255px;
    width: 45px;
    z-index: 9999;
}

.button-left {
    left: 0;
}

.button-right {
    right: 0;
}

.social-buttons #SMS-btn .social-icon,
.social-buttons #GBA-btn .social-icon,
.social-buttons #DOS-btn .social-icon,
.social-buttons #FLASH-btn .social-icon,
.social-buttons #SNES-btn .social-icon,
.social-buttons #NES-btn .social-icon,
.social-buttons #ATARI-btn .social-icon,
.social-buttons #MSX-btn .social-icon,
.social-buttons #TG16-btn .social-icon,
.social-buttons #NEOGEO-btn .social-icon,
.social-buttons #Genesis-btn .social-icon {
    background-color: #33353B;
    /*background-image: url(http://www.8bbit.com/mas-icons.png);*/
}

.button-left #SMS-btn span {
    background-position: right 10px;
}

.button-left #GBA-btn span {
    background-position: right -35px;
}

.button-left #DOS-btn span {
    background-position: right -127px;
}
.button-left #FLASH-btn span {
    background-position: right -80px;
}

.button-left #SNES-btn span {
    background-position: right -80px;
}

.button-left #NES-btn span {
    background-position: right -80px;
}
.button-left #ATARI-btn span {
    background-position: 11px -177px;
}

.button-left #TG16-btn span {
    background-position: 11px -177px;
}

.button-left #NEOGEO-btn span {
    background-position: 11px -177px;
}
.button-left #MSX-btn span {
    background-position: 11px -177px;
}

.button-left #Genesis-btn span {
    background-position: 11px -223px;
}

.button-right #SMS-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/sms.png);
}

.button-right #GBA-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/gba.png);
}

.button-right #DOS-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/dos.png);
}

.button-right #SNES-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/snes.png);
}

.button-right #FLASH-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/flash.png);
}

.button-right #NES-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/nes.png);
}
.button-right #ATARI-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/atari.png);
}

.button-right #TG16-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/tg16.png);
}

.button-right #NEOGEO-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/neogeo.png);
}
.button-right #MSX-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/msx.png);
}

.button-right #Genesis-btn span.social-icon {
    background-image: url(http://www.xtdos.com/icons/genesis.png);
}

.social-buttons #SMS-btn:hover .social-icon {
    background-color: #3B5998;
}

.social-buttons #GBA-btn:hover .social-icon {
    background-color: #62BDB2;
}

.social-buttons #DOS-btn:hover .social-icon {
    background-color: #DB4A39;
}

.social-buttons #SNES-btn:hover .social-icon {
    background-color: #FF8B0F;
}
.social-buttons #FLASH-btn:hover .social-icon {
    background-color: #FF8B0F;
}

.social-buttons #NES-btn:hover .social-icon {
    background-color: #FF8B0F;
}

.social-buttons #ATARI-btn:hover .social-icon {
    background-color: #D43638;
}

.social-buttons #TG16-btn:hover .social-icon {
    background-color: #D43638;
}

.social-buttons #NEOGEO-btn:hover .social-icon {
    background-color: #D43638;
}

.social-buttons #MSX-btn:hover .social-icon {
    background-color: #D43638;
}

.social-buttons #Genesis-btn:hover .social-icon {
    background-color: #C4302B;
}

.social-buttons a:hover .social-text {
    display: block;
}

.button-left .social-icon {
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}

.button-left .social-text {
    display: none;
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin: 11px 40px 11px 0px;
    white-space: nowrap;
}

.button-right .social-icon {
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}

.button-right .social-text {
    display: none;
    float: left;
    font-size: 80%;
    font-weight: bold;
    margin: 16px 0 11px 50px;
    white-space: nowrap;
}

.social-buttons .social-text {
    color: #FFFFFF;
}

/* Color */
a:link,
a:visited,
a:hover,
.entry-title a:link,
.entry-title a:visited,
#sidebar .widget a:hover { color:#4083a9; }

.entry-title a:hover {
    color: #205f82;
}
/* Background */

.nav li ul li a,
.nav li ul li a:visited,
.nav li.current_page_item li a,
.nav li ul li a:hover {
    background: #393939;
}

/*End floating shit*/

/** RATEIT STARS **/
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(images/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

div.bigstars div.rateit-selected
{
    background: url(images/star-gold32.png);
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(images/star-white32.png);
}


.rateit button.rateit-reset
{
    display: none;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}

div.bigstars div.rateit-range
{
    background: url(images/star-white32.png);
    height: 32px;
}

div.bigstars div.rateit-hover
{
    background: url(images/star-red32.png);
}



/** GAME PLAY **/
body.game-page #main, body.game-page #content {
    background-color: #f8f8f8;
    box-shadow: none;
}
.play-game {
    border-radius: 10px;
    margin: 0 auto 30px;
    height: 600px;
    background-color: #000000;

}
.play-game-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 65px;
    background-color: #a9a9a9;
    width: 100%;
    border-bottom: solid 7px white;
}
div.game {
    width: 650px;
    padding: 0 20px;
    margin: 0 auto;
    height: 530px;
    position: relative;
}
.play-game h3.white {
    color: #FFFFFF;
    margin-top:10px;
    font-family: gothic;
    font-size: 25px;
 }
.js-game-scroller li a {
    color: #FFFFFF;
    font-family: gothic;
    font-size: 20px;
    float:left;
    margin: 10px -1px -3px;
    padding: 0 8px;
    z-index: 100;
    border: 3px solid black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.js-game-scroller li.active a {
    border-bottom-color: transparent !important;
}
.js-game-scroller{
    padding-left: 50px;
    position: relative;
    z-index: 1000;
}


.tag-block {
    display: inline-block;
    background-color: #E2E2E2;
    padding: 3px 5px;
    margin: 2px 2px;
    border-radius: 3px;
}

.comment {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 70px;
}
.comment hr {
    margin: 0 0 5px 0;
    -webkit-margin-before: 0px;
}

.comment form textarea {
    width: 94%;
    margin-bottom: 5px;
    padding-left: 0px;
    border: none;
    overflow: auto;
    outline: none;
    resize: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.comment-readonly div.readonly {
    padding-left: 30px;
}
p.comment-created {
    color: #ccc;
    font-size: 11px;
    margin-top: 3px;
    margin-right: 10px;
}
.feed-item p.comment-text {
    margin-top: 5px;
    word-wrap: break-word;
    text-align: justify;
    width: 94%;
}

.comment-textarea {
    padding: 7px 10px 2px;
}
.comment-readonly {
    padding: 2px 0;
    margin-bottom: 20px;
}
.comment-readonly hr {
    margin-top: 2px;
}
.comment-readonly h4 {
    margin-top: 2px;
}

.comment h4 a {
    color: #000;
}
.comment .author {
    margin-right: 5px;
}
.comment p.right {
    margin: 2px 0 0 0;
}

.comment form a {
    font-size:24px;
    color: #444444;
    margin: 5px 0 0 5px;
}
.comment form a:hover {
    color:#4083a9;
}

span.negative_votes {
    color: #a94442;
}
span.positive_votes {
    color: green;
}

.feed-load-more {
    text-align: center;
    font-size: 15px;
    width: 100%;
    display: inline-block;
}
ul.tools-footer {
    margin: 0 0 0 0;
}
ul.tools li {
    display: inline-block;
    margin-right: 7px;
    margin-top: -5px;
}
ul.tools li:last-child {
    margin-right: 0;
}

ul.tools li a {
    color: #444444;
}
ul.tools li a:hover {
    color:#4083a9;
}

.redactor-editor b {
    font-weight: bold;
}
.redactor-editor ul {
    list-style: initial;
}

@media only screen and (min-width: 1050px) {
    .play-game {
        padding: 0 50px;
    }
    .play-game-footer {
        padding: 5px 50px 0;
        margin-left: -50px;
    }
}
 /*Ads*/
.position_page_sidebar {
    margin-bottom: 30px;
}

.previous-post-link {
    margin-bottom: 20px;
}
.next-post-link {
    margin-bottom: 20px;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
}
.btn-link {
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    text-decoration: none;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.login-content {
    margin:20px 0;
}
div.login-form input {
    width: 300px;
    margin: 10px 0 0;
}
input.login-btn {
    margin: 20px 0;
    width: 300px;
}

div.login-form {
    width: 300px;
    padding-right: 25px;
    border-right: 1px solid #ccc;
}

div.or-login {
    background: #fff;
    margin-top: 102px;
    margin-left: 310px;
    position: absolute;
    padding: 10px;
}

div.social-login-button {
    width: 230px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 30px 0;
    line-height: 47px;
}

div.social-login-button:first-child {
    margin: 23px 0 30px;
}

div.login-content div.logo {
    height: 45px;
    width: 45px;
    font-family: "socicon";
    display: inline-block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-right: 25px;
    margin-top: -1px;
    margin-left: -1px;
    padding-bottom: 2px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
div.social-login-button p {
    position: absolute;
    display: inline-block;
    color: #000;
    font-size: 15px;
}
div.login-content div.logo-facebook {
    background-color: #3b5999;
}
div.login-content div.logo-google {
    background-color: #D73D32;
}
div.login-content div.logo-twitter {
    background-color: #4099FF;
}
div.login-content div.logo-facebook:before {
    content: "b";
}
div.login-content div.logo-google:before {
    content: "c";
}
div.login-content div.logo-twitter:before {
    content: "a";
}

#search-users-form input[type=text]{
    width: 280px;
}

#search-users-form input{
    padding: 8px 10px 8px 11px;
    margin-right: 15px;
}
#search-users-form input[type=checkbox]{
    margin-right: 70px;
}
#search-users-form button{
    margin-top: 20px;
}
div.formatted-table table {
    width: 100%;
}
div.formatted-table table td {
    text-align: center;
}

div.odd-other-color table tbody tr:nth-child(odd) {
    background-color: #dfdfdf;
}

div.th-dark table th {
    background-color: #dfdfdf;
}


div.user-list table
{
    border-collapse:separate;
    border-spacing:0 5px;
}

div.user-list table td {
    text-align: center;
    vertical-align: middle;
}

div#profile .nav-tabs li a {
    color: #000;
}
div#profile .nav-tabs li {
    border: #eef1f1 solid 1px;
    border-bottom: none;
    border-radius: 2px;
}
div#profile .nav-tabs li a:hover {
    background-color: #fbfbfd;
}
div#profile .nav-tabs li.active a {
    background-color: #fbfbfd;
}

div#profile .tab-pane {
    padding: 10px;
    background-color: #fbfbfd;
}

div.tab-pane div.profile-info {
     max-width: 520px;
     padding-left: 20px;
}

div.tab-pane div.profile-picture {
     max-width: 180px;
     text-align: center;
}
div.tab-pane div.profile-picture img {
    margin-bottom: 15px;
}
div.tab-pane div.profile-picture .connections {
     text-align: left;
    overflow: visible;
}
div.tab-pane div.profile-picture .connections img {
    margin: 1px 1px;
}
div#edit-profile div.profile-picture {
    max-width: 200px;
    text-align: center;
}
div#edit-profile div.profile-info {
    max-width: 500px;
}

div.tab-pane div.profile-info p {
    margin-bottom: 5px;
}

div.tab-pane div.profile-picture a.btn {
    margin-top: 15px;
    padding: 2px 12px;
}
div#edit-profile div.profile-info {
    width: 100%;
}
div.profile-info input, div.profile-info select, div.profile-info textarea {
    width: 100%;
}
ul#feed-tab {
    margin-top: 25px;
}
div.feed-item {
    padding: 5px;
}
div.feed-item img.profile-img {
    margin-top:5px;
    display: inline-block;
    float: left;
}

div.feed-item div.feed-message {
    border: #eef1f1 solid 1px;
    border-radius: 5px;
    margin-left: 45px;
    padding: 2px 10px;
    background-color: #fff;
    position: relative;
}
div.feed-item div.feed-message.new-message {
    border: #949797 solid 1px;
}
.close {
    font-size: 18px;
    margin: -5px 0;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.user-row {
    height: 25px;
    margin-bottom:5px;
}
.user-row a.btn {
    padding: 1px 4px;
}

.user-row div.center {
    width: 100%;
}

.user-row div.center p {
    text-align: center;
    line-height: 25px;
}
#modal-body .connections {
  max-height: 400px;  
  overflow-y: auto;
}

.feed-item .tools {
}

div.feed-item div.comment {
    min-height: 50px;
}
div.feed-item div.comment textarea {
    padding-left: 0;
}

div.reply-margin {
    margin-left:50px;
}

div.reply-margin textarea {
    width: 90%;
}

.hidden {
    display: none;
}

form#contact-form input[type="text"], form#contact-form input[type="password"], form#contact-form textarea {
    width: 100%;
}
div.round {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin: 0 auto;
}

div.red {
    background-color: red;
}
div.green {
    background-color: green;
}

img.profile-img {
    border: 2px solid #aaa;
    border-radius: 5px;
}
/* hide under game screen buttons */
@media all and (max-width: 999px) {
ul.game-links  {

  display: none !important;
  visibility: hidden;
  
  }
}
/* end hide under game screen buttons */

ul.game-links {
    text-align: center;
}

ul.game-links li {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 30px;
}

@-moz-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

@-webkit-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

@-o-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

ul.game-links a.round {
    line-height: 50px;
}

ul.game-links a.round, ul.game-links span.round {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
    letter-spacing: -.035em;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 2px 2px 7px rgba(0,0,0,.2);
    border-radius: 100px;
    z-index: 1;
    border-width: 4px;
    border-style: solid;
}

ul.game-links li span.round:hover {
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    font-size: 14px;
    padding-top: 1px;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    z-index: 2;
    border-size: 5px;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}


a.green {
    background-color: rgba(89,89,89,89);
    color: rgba(1,1,1,1);
    border-color: rgba(58,58,58,58);
}

a.green:hover {
    color: rgba(239,57,50,1);
}

ul.game-links li a.round span.round {
    z-index: 100;
    display: block;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 1px;
    border: none;
    color: #fff;
    padding-top:15px;
    line-height: 16px;
    height: 49px;
}

ul.game-links li a.round span:hover {
    opacity: .85;
    font-size: 13px;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -o-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}


.green span {
    background: rgba(44,44,44,44);
}

div.user-list .fa-thumbs-down:before {
    color: #4083a9;
}
div.user-list .fa-thumbs-up:before {
    color: #4083a9;
}
div.game-title-bar {
    display: block;
}

span.red-bubble {
    padding: 0 3px;
    border: 1px solid #ca0000;
    border-radius:4px;
    background-color:#e10000;
    color:#FFF;
}

div#modal-body p.entry-title {
    font-size: 2em;
    font-weight: 700;
}

.emoji {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
}
.select-emoji {
    margin-bottom: 5px;
}

.select-emoji img.emoji {
    cursor: pointer;
    display: none;
}
.select-emoji :first-child {
    display: inline-block !important;
}
div.feed-item div.feed-message.admin-message {
    background-color: #FDEEF4;
}

.login-overlay {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.login-overlay h3 {
    color: #000000;
    margin-top: 25%;
    margin-left: 25%;
    font-family: gothic;
    font-size: 25px;
}
/* register - login */


.rw-words-1 a{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: rotateWord 14s linear infinite 0s;
    -ms-animation: rotateWord 14s linear infinite 0s;
    animation: rotateWord 14s linear infinite 0s;
    transition-duration: 14s
}
.rw-words-1 a:nth-child(2) {
    -webkit-animation-delay: 7s;
    -ms-animation-delay: 7s;
    animation-delay: 7s;
}


@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: rotate(0deg); }
    5% { opacity: 1; -webkit-transform: rotate(0deg);}
    17% { opacity: 1; -webkit-transform: rotate(0deg); }
    50% { opacity: 1; -webkit-transform: rotate(0deg); }
    55% { opacity: 0; -webkit-transform: rotate(0deg); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: rotate(0deg); }
    5% { opacity: 1; -ms-transform: rotate(0deg);}
    17% { opacity: 1; -ms-transform: rotate(0deg); }
    50% { opacity: 1; -ms-transform: rotate(0deg); }
    55% { opacity: 0; -ms-transform: rotate(0deg); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    5% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg);}
    17% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    50% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    55% { opacity: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    80% { opacity: 0; }
    100% { opacity: 0; }
/*login -register end*/
