/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */


html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
	display:block;
    height: 18em;
	transition: all 0.4s ease 0s;
	background: url(../images/bg.png);
	background-attachment: fixed
}

body {
    font-family: 'Open Sans', sans-serif;
	background: transparent;
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
}

*.icon-blue {color: #0088cc}
*.icon-grey {color: grey}
i {
    text-align:center;
    vertical-align:middle;
    position: relative;
}
	
.badge {
	background-color:white;
}

.badge:after{
    content:"10";
    position: absolute;
    background: red;
    height:2rem;
    top:2.0rem;
    right:1rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid #e50000;
}

/* Header */
header.top {
    /*background: url(../images/header.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	display:block;
	height:100%;
	width:100%;
	max-width:1920px;
	position: relative;
	border-bottom: 1px solid;
	border-color: #ababab;
	background: white;
}

.navbar.transparent.navbar-inverse .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

/* CSS for smaller view spaces */
@media screen and (max-width: 768px) {

    /* hide table headings */
    .jim-table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .jim-table-responsive table tr {
        display: block;
        border-top: 2px solid lightgray; /* separate row data with thicker line */
        margin-top: 5px;
    }

    /* treat columns like divs */
    .jim-table-responsive table td {
        display: block;
        text-align: right; /* text to right */
    }

    /* this part is ugly, but necessary to show label on left */
    .jim-table-responsive table td:before {
        content: attr(data-label);
        float: left; /* label to left */
        font-weight: 700;
    }
}

#divNextPages {
	float: right;
}

#getApplicationForm {
	left: 0;
}

#download,
#about,
#netplay,
#tags,
#games,
#addPlatforms,
#addEmulators,
#search_games,
#register,
#internal,
#profile,
#messages,
#settings,
#tools,
#friends {
	border: thin solid white;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding-left: 10px;
}

#addEmulators {
	position: fixed;
	right: 10px;
	bottom: 10px;
	border: solid black 1px;
	z-index: 20;
}

div h1 {
    text-align: left;
    margin-top: -10px;
	margin-left: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

div h1 span {
    color: white;
    background-color: #fe961e;
	border-radius: 2px;
	padding: 2px 8px 2px 8px;
}

div h2 {
    line-height:25px;
	font-size: 14px;
}

div h2 span {
    font-weight: bold;
    background-color: transparent;
}

div.scrollmenu {
    background-color: transparent;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

div.scrollmenu button:hover {
}

.btn-secondary {

}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #0495c9;
    border-color: #357ebd;
}

footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.container {
	  margin: 0 auto;
  padding-top: 64px;
  max-width: 1024px;
  width: 94%;
}

@media screen and (max-width: 920px) {
	.container { width:85%; }
}

.nav {
    top: 0;
	margin-left: 0px;
	z-index: 21;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
}

#content {
	background: transparent;
}

/* Side Menu */

#menu-toggle {
    position: fixed;
    top: 0;
    right: 0;
	z-index: 21;
	outline:0;
}

#menu-close {
    z-index: 22;
}

.sidebar-wrapper {
position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
	background: rgba(0,0,0,0.9);
    transition: all 0.4s ease 0s;
	z-index: 20;
}

.sidebar-wrapper .active {
    right: 250px;
    width: 250px;
	margin-right: 0;
    transition: all 0.4s ease 0s;
	z-index: 21;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #efefef;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #efefef;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.toggle {
    margin: 5px 5px 0 0;
}

.table {
  background-color: #efefef !important;
}


#about {
	border-radius: 10px;
}
#why > div {
	text-align: left;
}

#why .fa {
	color: white;
	background-color:#00adef;
}

#why .config .fa { 		background-color:#ababab; }
#why .ui .fa { 			background-color:#ababab; }
#why .customizable .fa { 	background-color:#ababab; }
#why .bro .fa { 	background-color:#ababab; }

#config {		color:#ababab; }
#ui {			color:#ababab; }
#customizable {	color:#ababab; }
#bro {		color:#ababab; }

.service-item { transition:all .1s ease-in-out; }
.service-item:hover { transform:scale(1.1); }
.service-item p { color:#555!important }

.service-item.config:hover .fa-gear 	{ background-color:#ad00ef!important; }
.service-item.config:hover  			{ color:#ad00ef; }
.service-item.config:hover  p 		{ color:black; }

.service-item.ui:hover .fa-windows 	{ background-color:#00adef!important; }
.service-item.ui:hover  			{ color:#00adef; }
.service-item.ui:hover  p 		{ color:black; }

.service-item.customizable:hover .fa-edit 	{ background-color:#efad00!important; }
.service-item.customizable:hover  			{ color:#efad00; }
.service-item.customizable:hover  p 		{ color:black; }

.service-item.bro:hover .fa-users 	{ background-color:#00ad00!important; }
.service-item.bro:hover  			{ color:#00ad00; }
.service-item.bro:hover  p 		{ color:black; }

.service-item {
	margin-bottom: 20px;
}

#screenshots > div {
	text-align: left;
}

.img-block {
	display: block;
	width: 100%;
	max-width: 100%;
}

section { margin-bottom:42px; } 


#download > div {
	color:#222222;
}

#about > div {
	color:#222222;
}

#tools > div {
	color:#222222;
}

#emulators > div {
	color:#222222;
}

#emulators .table {
	color: black;
	background-color: #646464;
}

.contact {
	background-color: #DAE3E8;
}

.title-logo:hover,
.title-logo:focus,
.title-logo:active {
}

.title-logo {
	padding: 15px;
	position: absolute;
}
.title-logo.old {
	padding: 15px;
	display:block;
	width: 512px;
	max-width: 80%;
	margin:0 auto;
	position: absolute;
	top: 50%;
	left:50%;	
	transform: translate(-50%,-50%);
}

.table tbody>tr>td.vert-align {
	vertical-align: middle;
}

.table-hover tbody tr:hover td {
	background-color: #F5ECCE;
}


/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #FEFCFF;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #FEFCFF;
    background-color: rgba(0,0,0,0.3);
}

.btn-light {
    border-radius: 0;
    color: #efefef;
    background-color: rgba(0,0,0,0);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #FEFCFF;
    background-color: rgba(0,0,0,0.0);
}

/* Custom Horizontal Rule */
hr {
	border-color:black;
}

hr.small {
    max-width: 100px;
}

.text-vertical-center {
	color:#222;
}

.lb-container {
	background-color: rgba(0,0,0,0.8);
}

.fa-facebook-official {
    color:#3b5998;
}

.fa-twitter {
    color:#00aced;
}

.fa-youtube {
    color:#dd4b39;
}

.fa-reddit-square {
	color:#ff4200;
}

.fa-github {
	color:#444444;
}

.fa-google-plus-square {
    color:#dd4b39;
}