html, body { height: 100%; }

body {
	height: 100%;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 13px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	text-rendering: optimizeLegibility;
	background: #000 url('../../images/bg_main_new.jpg') no-repeat 50% 0;
}

a img { border: 0; }

/* Main wrapper styles
----------*/
#main-wrapper {}


/* Main header styles
----------*/
@keyframes backgroundPan {
	0%   { background-position: 50% 0; }
    50%  { background-position: 50% 50%; }
    100% { background-position: 50% 0; }
}

#main-header-wrapper {
	color: #d2d2d2;
	/* background: #000 url('../../images/bg_main_new.jpg') no-repeat 50% 0; */
	min-height: 400px;
	min-width: 1024px;

	/* animation: backgroundPan 80s infinite;
	animation-timing-function: linear; */
}

#main-header {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

/* Header side-panel styles
----------*/
#header-side-panel {
	width: 356px;
	height: 397px;
	background: rgba(0,0,0,0.2);
	padding-top: 41px;
}
#header-side-panel .main-logo {
	display: block;
	width: 248px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -999px;
	background: url('../../images/pages/home/main_logo.png') no-repeat 0 0;
	margin-bottom: 26px;
}
#header-side-panel > p {
	margin: 10px 18px;
	color: #cccccc;
	font-style: italic;
	font-size: 17px;
    text-shadow: 1px 1px 4px #000;
}

/* Login form styles. */
#header-side-panel .login-form {
    margin: 14px 18px 10px 18px;
}
#header-side-panel .login-form:after {
	content: '';
	display: block;
	margin: 11px 0;
	border-bottom: 1px solid rgba(204, 204, 204, 0.27);
}

#header-side-panel .login-form > .row {
    margin-bottom: 10px;
}
#header-side-panel .login-form > .row > .ui-text,
#header-side-panel .login-form > .row > .ui-password {
    width: 100%;
	box-sizing: border-box;
}

#header-side-panel .login-form > .row > .ui-text:-webkit-autofill,
#header-side-panel .login-form > .row > .ui-password:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F4F4F4 inset;
    box-shadow: 0 0 0 1000px #F4F4F4 inset;
	border-left: 4px solid #5264AE;
}

#header-side-panel .login-form > .row > .ui-checkbox-label {
    color: #cccccc;
    font-size: 16px;
}
#header-side-panel .login-form > .row.remember-me {
    padding-top: 8px;
}

#header-side-panel .login-form > .button-wrapper {
    text-align: right;
    margin-top: -38px;
}
#header-side-panel .login-form > .button-wrapper > .submit-btn {
    margin: 0;
}

#header-side-panel .register-btn {
	display: block;
	width: 320px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 5px;
	background: url('../../images/pages/home/sign-up-btn2.gif') no-repeat;
	box-shadow: 0 0 9px rgb(226, 138, 70);
}

/* Screenshot pane styles
----------*/
#screenshots-pane {
	position: absolute;
	top: 43px;
	right: 0;
	left: 399px;
	background: rgba(0,0,0,0.2);
	bottom: 43px;
}
#screenshots-pane .screenshot-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#screenshots-pane > h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	margin: 0;
	background: rgba(0,0,0,0.7);
	color: white;
	padding: 10px;
}
#screenshots-pane .screenshot-list {
	width: 100%;
	margin: 0;
	box-shadow: 0 0 10px black;
	list-style: none;
	padding: 0;
	height: 100%;
	position: relative;
}
#screenshots-pane .screenshot-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms linear, visibility 500ms linear;
}
#screenshots-pane .screenshot-item.active {
	opacity: 1;
	visibility: visible;
}
#screenshots-pane .arrow-btn {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background: rgba(0,0,0,0.4);
	border: 0;
	width: 60px;
	height: 60px;
	padding: 0;
	font-size: 51px;
	color: white;
	cursor: pointer;
	transition: background-color 100ms linear;
}
#screenshots-pane .arrow-btn:hover {
	background-color: rgba(0,0,0,0.8);
}
#screenshots-pane .arrow-btn:active {
	background-color: rgba(0,0,0,0.9);
	color: #CCCCCC;
}
#screenshots-pane .arrow-btn.left {
	left: 0;
}
#screenshots-pane .arrow-btn.right {
	right: 0;
}
#screenshots-pane .screenshot-item img {
	width: 100%;
}

#screenshots-pane .screenshot-item .info-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	color: white;
	padding: 10px;
}
#screenshots-pane .screenshot-item .info-bar > h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#screenshots-pane .screenshot-item .info-bar a {
	color: white;
	text-decoration: none;
}

/* Main page styles
----------*/
#page-wrapper {
    color: #cccccc;
	min-width: 1024px;
	padding-bottom: 10px;
	background: rgba(0,0,0,0.5);
}
#page-content {
	width: 1024px;
	margin: 0 auto;
}

/* Main anchor styles. */
#page-content a {
	color: #438dbf;
	font-weight: normal;
	text-decoration: none;
}

/* Shared widget layout styles
----------*/
#page-content .widget-wrapper {
	display: table;
	width: 100%;
}
#page-content .widget-wrapper .column {
	display: table-cell;
	width: 33%;
	vertical-align: top;
}
#page-content .widget-wrapper .column.middle {
	padding: 0 10px;
}

/* Shared widget box styles
----------*/
#page-content .widget-box {}
#page-content .widget-box > h1 {
	margin: 15px 0 10px 0;
	line-height: 35px;
	font-size: 27px;
}

/* "What Is FutureRP" box styles
----------*/
#page-content .widget-box.what-is {}
#page-content .widget-box.what-is .description {
	padding: 1px;
	margin-top: 10px;
	background-color: rgba(87, 87, 87, 0.1);
}
#page-content .widget-box.what-is .description > p {
	margin: 9px;
}

/* Newsletter box styles
----------*/
#page-content .widget-box.newsletter {}
#page-content .widget-box.newsletter .news-wrapper {
	height: 286px;
	overflow-x: auto;
	scrollbar-color: #66666670 #0000;
}

#page-content .widget-box.newsletter .news-article {
	padding: 1px 10px;
	margin: 0 0 10px 0;
	background-color: rgba(87, 87, 87, 0.1);
}
#page-content .widget-box.newsletter .news-article:last-child {
	margin: 0;
}
#page-content .widget-box.newsletter .news-article > h2 {
	margin-top: 5px;
}
#page-content .widget-box.newsletter .news-article > h2 a {
	font-size: 16px;
	color: white;
	font-weight: bold;
}
#page-content .widget-box.newsletter .more-news {
	padding: 4px 10px;
	margin: 10px 0 10px 0;
	background-color: rgba(87, 87, 87, 0.1);
	text-align: right;
}

/* More Info box styles
----------*/
#page-content .widget-box.more-info {}
#page-content .widget-box.more-info > ul {
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	background-color: rgba(87, 87, 87, 0.1);
}
#page-content .widget-box.more-info > ul > li:before {
    background: url('../../images/pages/home/bullet.png') no-repeat 0 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 12px;
}
#page-content .widget-box.more-info > ul > li {
    position: relative;
    padding: 0 0 0 21px;
    margin: 5px 0;
}

/* Follow Us box styles
----------*/
#page-content .widget-box.follow-us {}

/* Social icon styles. */
#page-content .widget-box.follow-us .social-icons {
	margin: 0;
	padding: 20px 41px 2px 41px;
	list-style: none;
	background-color: rgba(87, 87, 87, 0.1);
}
#page-content .widget-box.follow-us .social-icons:after {
    content: '';
    display: block;
    clear: left;
}

#page-content .widget-box.follow-us .social-icons li {
	float: left;
	display: block;
	width: 37px;
	height: 38px;
	margin: 0 18px 18px 0;
	background: #4d4d4d;
	/* box-shadow: 0 0 14px rgba(81, 81, 81, 0.85); */
}
#page-content .widget-box.follow-us .social-icons li:hover {
	opacity: 0.8;
}
#page-content .widget-box.follow-us .social-icons li:nth-child(5n) {
	margin-right: 0;
}
#page-content .widget-box.follow-us .social-icons li > a {
	background: url('../../images/icons/social_sprite.png') no-repeat top right;
	display: block;
	width: 37px;
	height: 38px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#page-content .widget-box.follow-us .social-icons li.facebook > a {
	background-position: 0 0;
}
#page-content .widget-box.follow-us .social-icons li.twitter > a {
	background-position: -37px 0;
}
#page-content .widget-box.follow-us .social-icons li.youtube > a {
	background-position: -74px 0;
}
#page-content .widget-box.follow-us .social-icons li.tumbler > a {
	background-position: -111px 0;
}
#page-content .widget-box.follow-us .social-icons li.rss > a {
	background-position: -148px 0;
}
#page-content .widget-box.follow-us .social-icons li.zazzle > a {
	background-position: -185px 0;
}
#page-content .widget-box.follow-us .social-icons li.googleplus > a {
	background-position: -222px 0;
}
#page-content .widget-box.follow-us .social-icons li.ello > a {
	background-position: -259px 0;
}
/*#page-content .widget-box.follow-us .social-icons li.blank > a {}*/


/* Main footer styles
----------*/
#main-footer {
	text-align: center;
	margin: 20px 0 0 0;
}

#main-footer .tagline-bar {
    background-color: rgba(0,0,0,0.5);
    padding: 0;
    text-align: center;
    color: #444444;
    line-height: 43px;
    font-size: 13px;
}
#main-footer .copyright-text {
	margin: 10px;
	display: block;
	color: #ABABAB;
}

#main-footer .tagline-bar a {
	display: inline-block;
    width: 140px;
    height: 24px;
    vertical-align: middle;
    padding: 0;
    text-indent: -9999px;
    background: url('../../images/footer_logo.png') no-repeat 0 0;
}

/* Override standard ui  basic styles for home page
----------*/
.ui-table-basic {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	background-color: rgba(87, 87, 87, 0.1);
}
.ui-table-basic tr th {
    height: 30px;
    margin: 0;
    padding: 0 10px 0 10px;
    font-weight: normal;
    text-align: left;
    /* border-bottom: 1px solid #e8e8e8; */
    background-color: rgba(87, 87, 87, 0.2);
}
.ui-table-basic tr td {
	padding: 5px 10px;
}
.ui-table-basic tr:nth-child(odd) {
	background: rgba(87, 87, 87, 0.15);
}
