@font-face {  
  font-family: 'ChronoType';  
  src: url('../font/ChronoType.eot?#iefix') format("embedded-opentype"),
  url('../font/ChronoType.otf') format("opentype"),
   url('../font/ChronoType.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../font/ChronoType.woff') format("woff");
}

@font-face {  
	font-family: 'Flair';  
	src: url('../font/Flair Bold.eot.eot?#iefix') format("embedded-opentype"),
	url('../font/Flair Bold.otf') format("opentype"),
	 url('../font/Flair Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../font/Flair Bold.woff') format("woff");
  }

/* CookieBot */
#CybotCookiebotDialogBodyContentTitle {
	background-image: none;
    height: 100%;
}

/* reset */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, p, th, td, 
article, section, figure, img, ul, li {
	padding:0;
	margin:0;
	list-style: none;
	border: none;
}

body {
	background: #080808 ;
	overflow:auto;
}

header {
	position: relative;
	z-index: 9999;
	width: 855px;
}

h1 {
	position: relative;
	z-index: 9999;
	left: 0;
	right: 0;
	color: #e39a41;
	text-align: center;
	font-family: "ChronoType";
	font-size: 48px;
	line-height: 102px;
	height: 90px;
	width: 905px;
	background-image: url(../img/title.png);
	margin: -47px auto -51px auto;
}

h2 {
	position: relative;
	left: 0;
	right: 0;
	color: #bababa;
	text-align: center;
	font-family: "ChronoType";
	font-size: 42px;
	line-height: 68px;
	height: 56px;
	width: 855px;
	background-image: url(../img/h2title.png);
	margin: -56px 0 15px 0;
}

h3 {
	position: relative;
	left: 0;
	right: 0;
	color: #e39a41;
	font-family: "ChronoType";
	font-size: 32px;
	line-height: 56px;
	text-align: left;
	padding: 0 25px;
}

h4 {
	position: relative;
	left: 0;
	right: 0;
	color: #bababa;
	text-align: center;
	font-family: "ChronoType";
	font-size: 32px;
	line-height: 56px;
	text-align: left;
}

p {
  color: #eee;
  font-family: "Flair";
	font-size: 18px;
	line-height: 28px;
  position: relative;
  text-align: left;
	padding: 0;
	margin: 10px 0;
	width: 720px;
}

q {
	color: #cccccc;
	font-style: italic;
  font-family: "Flair";
	font-size: 16px;
	line-height: 14px;
  position: relative;
  text-align: left;
	background: #fff;
	padding: 5px;
}

td {
	color: #dedede;
  font-family: "Flair";
	font-size: 18px;
	line-height: 28px;
  position: relative;
	vertical-align: top;
	padding: 5px 25px;
	margin: 10px 0;
}

a {
	color: #e39a41;
	font-family: "Flair";
	text-decoration: none;
	font-style: normal;
}

:link { color: #e39a41; }
a:hover { color: #dedede; }

a img {
	transform: scale(1);
	transition: transform 0.1s ease-in;
	-moz-transition: transform 0.1s ease-in; /* Firefox 4 */
	-ms-transition: transform 0.1s ease-in; /* IE 9 */
	-webkit-transition: transform 0.1s ease-in; /* Chrome, Safari, Opera */
}

a img:hover {
	transform: scale(0.95);
}

label {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	font: 24px 'Flair';
	text-align: left;
	padding: 5px 0;
	width: 500px;
	margin: auto;
}

input {
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font: 18px 'Flair Bold';
	text-align: center;
	font-weight: 800;
	padding: 15px;
	width: 100%;
	margin: 15px 0;
	border: 0;
	background-color: rgba(120,120,120,0.2);
	transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in; /* Firefox 4 */
	-ms-transition: background-color 0.2s ease-in; /* IE 9 */
	-webkit-transition: background-color 0.2s ease-in; /* Chrome, Safari, Opera */
}

.form-submit input {
	background-color: rgb(118, 147, 0);
}

.form-submit input:hover {
	color: #333;
	background-color: rgb(255, 255, 255);
}

textarea {
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font: 18px 'Flair Bold';
	text-align: center;
	font-weight: 800;
	padding: 15px;
	width: 100%;
	margin: 15px 0;
	border: 0;
	background-color: rgba(120,120,120,0.2);
	transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in; /* Firefox 4 */
	-ms-transition: background-color 0.2s ease-in; /* IE 9 */
	-webkit-transition: background-color 0.2s ease-in; /* Chrome, Safari, Opera */
}

::placeholder {
	color: #491209;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #491209;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #491209;
}

input:focus {
	color: #ffffff;
	background-color: rgba(120,120,120,0.5);
	outline: none;
}

textarea:focus {
	color: #ffffff;
	background-color: rgba(120,120,120,0.5);
	outline: none;
}

.wpcf7-form label, .wpcf7-form input, .wpcf7-form textarea {
	margin: 5px 0 !important;
	width: 100% !important;
	text-align: left;
}

.wpcf7-list-item input {
	width: 20px !important;
}

.wpcf7-not-valid-tip {
	font-family: "Flair";
    font-size: 16px !important;
}

.wpcf7 form .wpcf7-response-output {
	font-family: "Flair" !important;
    margin: 0 !important;
    padding: 10px !important;
	border-width: 4px !important;
	text-align: center !important;
	font-size: 18px !important;
	color: #ffffff !important;
}

.wpcf7-submit {
	text-align: center !important;
}

/* The container */
.promotions {
  display: block;
  position: relative;
	padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.promotions input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
	background-color: #eee;
	transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
.promotions:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.promotions input:checked ~ .checkmark {
	background-color: #e39a41;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.promotions input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.promotions .checkmark:after {
  left: 0px;
  top: -10px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

button {
	cursor: pointer;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 32px 'ChronoType';
	line-height: 16px;
	color: #fff;
	width: 339px;
	padding: 23px 20px;
	margin: 10px auto 20px auto;
	height: 58px;
	background: url(../img/button.png);
	border: none;
	transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in; /* Firefox 4 */
	-ms-transition: all 0.15s ease-in; /* IE 9 */
	-webkit-transition: all 0.15s ease-in; /* Chrome, Safari, Opera */
}

#gallery button {
	height: 50px;
	padding: 0;
	margin: 0;

}

button:hover {
	font-size: 30px;
	line-height: 18px;
	color: #111 !important;
	background: url(../img/button_hover.png);
}

#startRegister {
	display: none;
}

#registerForm {
	display: none;
	width: 80%;
}

#signup .number {
	z-index: 200;
	color: #666;
	
}

.progress {
	position: relative;
	top: 54px;
	z-index: 200;
	background-color: rgba(94,20,9,1);
	width: 70%;
	height: 4px;
	margin: auto;
}

#registerForm .progressBar {
	position: relative;
	top: 0px;
	left: 0;
	z-index: 200;
	background-color: #a7f80a;
	width: 0%;
	height: 4px;
}

#accountCreated .progressBar {
	position: relative;
	top: 0px;
	left: 0;
	z-index: 200;
	background-color: #a7f80a;
	width: 50%;
	height: 4px;
}

#registerForm p {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding: 5px 0;
	width: 500px;
	margin: auto;
}

#signinForm {
	display: none;
}

#signinForm p {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding: 5px 0;
	width: 500px;
	margin: auto;
}

#forgotPasswordForm {
	display: none;
}

#forgotPasswordForm p {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding: 5px 0;
	width: 500px;
	margin: auto;
}

#accountCreated {
	display: none;
	width: 80%;
}

.show {
	display: inline !important;
}

.showsignup {
	display: flex !important;
}

.toogleClose {
	transform: rotate(-45deg) !important;
}

.widget-area {
	z-index: 99999;
	position: fixed;
	background: #1e1e1e;
	width: 100vw;
	border-bottom: #e39a41 1px solid;
}

.current-menu-item a {
	color: #FFF !important;
}

.menu-navigation-container a {
	color: #666666;
	font-family: "ChronoType";
	font-size: 24px;
	transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out; /* Firefox 4 */
	-webkit-transition: color .1s ease-in-out; /* Safari and Chrome */
	-ms-transition: color .1s ease-in-out; /* IE 9 */
}

.menu-navigation-container a:hover {
	color: #FFF;
}

.menu-navigation-container ul {
	margin: auto;
}


.menu-navigation-container ul li {
	float: left;
	padding: 8px 0px 8px 20px;
}

.menu-navigation-container li {
    position: relative;
}

.menu-navigation-container ul ul {
    display: none;
	display: none;
	position: absolute;
	top: 38px;
	left: 16px;
	z-index: 99999;
	width: 200px;
	background: #e39a41;
}

.menu-navigation-container ul ul li {
	float: left;
	padding: 8px 8px 8px 16px;
}

.menu-navigation-container ul ul a {
	color: #fff;
}

.menu-navigation-container ul ul a:hover {
	color: #333333;
}

.menu-navigation-container ul li:hover > ul {
    display: block;
}

.anchor {
	height: 40px;
}

#menu-item-1424 {
	float: right;
    padding: 8px 28px 8px 0px;
}

#navigation {
	position: fixed;
	z-index: 500;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	top: 620px;
	left: 0;
	right: 0;
	width: 200px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .2s ease-in-out; /* Safari and Chrome */
	-ms-transition: all .2s ease-in-out; /* IE 9 */
}

#navigation .mobile-menu {
	display: none;
	background-image: url(../img/menu.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul {
	position: relative;
	margin: 0 0 0 0;
}

#navigation li {
	font-size: 18px;
	line-height: 24px;
	position: relative;
	padding-left: 1.8em;
}

#navigation li a {
	font-family: "ChronoType";
	transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out; /* Firefox 4 */
	-webkit-transition: color .1s ease-in-out; /* Safari and Chrome */
	-ms-transition: color .1s ease-in-out; /* IE 9 */
}

#navigation li::before {
	content: '';
	position: absolute;
	width: 2em;
	height: 36px;
	top: 0;
	left: 0;
	background-image: url(../img/bullet.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
}

#navigation  li li::before {
	content: '';
	position: absolute;
	width: 2em;
	height: 36px;
	top: 0;
	left: 0;
	background-image: url(../img/bullet_sub.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
}

#navigation .active {
	color: #fff;
}

.sticky {
	top: 50px !important;
}

.media {
	position: fixed;
	z-index: 100;
	right: 20px;
	top: 620px;
	width: 40px;
	margin: 8px 8px 2px 0;
	opacity: 1;
	visibility: visible;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .4s ease-in-out; /* Safari and Chrome */
	-ms-transition: all .4s ease-in-out; /* IE 9 */
}

.social {
	padding: 3px;
	transform: scale(1);
	transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out; /* Firefox 4 */
	-webkit-transition: transform .2s ease-in-out; /* Safari and Chrome */
	-ms-transition: transform .2s ease-in-out; /* IE 9 */
	}

.social:hover {
	transform: scale(0.9) !important;
}

#arrow {
	display: none;
	position: relative;
	height: 40px;
	width: 100%;
	animation: MoveUpDown 3s ease-in-out infinite;
  left: 0;
	bottom: 0;
	margin-top: 10px;
}

#arrow p {
	font-size: 18px;
	margin-top: -15px;
	padding: 0;
	width: 100% !important;
}

#arrow div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/scrollDownButton.png);
	width: 40px;
	height: 40px;
}


@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0px;
  }
  50% {
    bottom: 20px;
  }
}

#wrapper {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
}

#titleBackground {
	height: 40vh;  
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
  align-items: center;
}


#background-image {
	position: absolute;
	transform-style: preserve-3d;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(33,10,10,1) 0%,rgba(33,10,10,0) 33%), url(../img/logo_background.png) no-repeat top center fixed; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#characters {
	position: absolute;
	transform-style: preserve-3d;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../img/characters.png) no-repeat top center fixed; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

iframe {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	top: 0;
	margin: 0 auto 25px auto;
	z-index: 50;
	width: 720px;
	height: 405px;
}

#titleLogo {
	position: relative;
	top: 0;
	left: 0;
	z-index: 150;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	transform: scale(0.5);
	transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in; /* Firefox 4 */
	-ms-transition: all 0.1s ease-in; /* IE 9 */
	-webkit-transition: all 0.1s ease-in; /* Chrome, Safari, Opera */
}

#titleLogo .logo {
	transform-style: preserve-3d;
	transform: translateZ(50px);
}

#titleLogo .background {
	transform-style: preserve-3d;
	background: url(../img/rotmg_logo_background.png) no-repeat center center; 
}

#titleLogoDownload {
	position: relative;
	top: 0;
	left: 0;
	z-index: 150;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	transform: scale(0.75);
	margin: -80px;
	transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in; /* Firefox 4 */
	-ms-transition: all 0.1s ease-in; /* IE 9 */
	-webkit-transition: all 0.1s ease-in; /* Chrome, Safari, Opera */
}

#titleLogoDownload .logo {
	transform-style: preserve-3d;
	transform: translateZ(50px);
}

#titleLogoDownload .background {
	transform-style: preserve-3d;
	background: url(../img/rotmg_logo_background.png) no-repeat center center; 
}

#signup {
	position: relative;
	height: 100%;
	z-index: 50;
	margin: 0 auto 0 auto;
	padding: 50px 0 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	border-top: rgba(72,72,72,1) solid 12px;
	background: #210a0a url(../img/whitePattern.png);
	transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out; /* Firefox 4 */
  -webkit-transition: height .5s ease-in-out; /* Safari and Chrome */
	-ms-transition: height .5s ease-in-out; /* IE 9 */
}

.bottom-align {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	position: absolute;
	padding-bottom: 400px;
	bottom: 0;
	left: 0;
	right: 0;
}

#blog-title {
	position: relative;
	z-index: 50;
	margin: 20px auto 0 auto;
	padding: 5px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
}

#beta-signup {
	position: fixed;
	z-index: 9999;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 24px;
	width: 400px;
	right: 32px;
	top: 2.5px;
}

#beta-signup p {
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin: -2px auto 0 auto;
	width: 100%;
}

#beta-signup a {
	position: relative;
	font-size: 40px; 
	line-height: 22px; 
	margin: 0 5px 0 5px;
	font-family: "ChronoType";
	transition: transform .05s ease-in-out;
  -moz-transition: transform .05s ease-in-out; /* Firefox 4 */
  -webkit-transition: transform .05s ease-in-out; /* Safari and Chrome */
  -ms-transition: transform .05s ease-in-out; /* IE 9 */
}

#beta-signup a:hover {
	color: #fff;
}

#blog-article {
	position: relative;
	z-index: 50;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

.post-thumbnail {
	text-align: center;
}

#blog-post {
	position: relative;
	z-index: 50;
	margin: 0 auto 0 auto;
	padding: 100px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#blog-article ul, #blog-post ul {
	position: relative;
	margin: 10px;
}

#blog-article li, #blog-post li {
	font-family: "Flair";
	text-align: left;
	color: #bababa;
	font-size: 16px;
	line-height: 22px;
	position: relative;
	padding-left: 1.8em;
	padding: 5px 0 5px 1.8em;
}

#blog-article li::before, #blog-post li::before {
	content: '';
	position: absolute;
	width: 2em;
	height: 36px;
	top: 0;
	left: 0;
	background-image: url(../img/bullet.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
}

#blog-article li::before, #blog-post li li::before {
	content: '';
	position: absolute;
	width: 2em;
	height: 36px;
	top: 0;
	left: 0;
	background-image: url(../img/bullet_sub.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
}



.byline {
	display: none;
}

.posted-on {
	margin-right: 10px;
}

.updated {
	display: none;
}

.cat-links {
	display: none;
}

.tags-links {
	display: none;
}

svg.svg-icon {
	display: none;
}


#blog-article h3, #blog-post h3 {
	position: relative;
	left: 0;
	right: 0;
	color: #dedede;
	font-family: "Flair" !important;
	font-size: 32px;
	line-height: 48px;
	text-align: left;
	padding: 0;
}

#blog-article h4, #blog-post h4 {
	position: relative;
	left: 0;
	right: 0;
	color: #cccccc;
	text-align: center;
	font-family: "Flair" !important;
	font-size: 24px;
	line-height: 32px;
	text-align: left;
}

#blog-article h5, #blog-post h5 {
	position: relative;
	left: 0;
	right: 0;
	color: #bababa;
	text-align: center;
	font-family: "Flair" !important;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

#blog-article h6, #blog-post h6 {
	position: relative;
	left: 0;
	right: 0;
	color: #555;
	text-align: center;
	font-family: "Flair" !important;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

#blog-article .entry-content, #blog-post .entry-content {
	width: 720px;
	margin: auto;
	color: #999999;
  font-family: "Flair";
	font-size: 14px;
	line-height: 28px;
  position: relative;

}

#blog-post .post {
	width: 855px;
}


#facts {
	position: relative;
	z-index: 50;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#description {
	position: relative;
	z-index: 50;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#history {
	position: relative;
	z-index: 50;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#moreHistory {
	display: none;
}

#readMore {
	display: none;
}

#customContent {
	position: relative;
	z-index: 50;
	margin: 0 auto 0 auto;
	height: 100%;
	width: 100%;
	padding: 50px 0 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	border-top: rgba(42,42,42,1) solid 12px;
	background: #210a0a url(../img/whitePattern.png);
}

#customContent ul {
	width: 1000px;
	height: 100%;
	list-style-type: none;
	width: 720px;
}

#customContent li {
	color: #e39a41;
	font-family: "ChronoType";
	font-size: 24px;
	line-height: 32px;
	position: relative;
	padding-left: 1.8em;
}

#customContent li::before {
	content: '';
	position: absolute;
	width: 2em;
	height: 32px;
	top: 0;
	left: 0;
	background-image: url(../img/bullet.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
}

#features {
	position: relative;
	z-index: 50;
	margin: 0 auto 0 auto;
	height: 100%;
	width: 100%;
	padding: 50px 0 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	border-top: rgba(42,42,42,1) solid 12px;
	background: #210a0a url(../img/whitePattern.png);
}

.list-container {
	margin-top: 20px;
}

#features ul {
	width: 1000px;
	height: 100%;
	list-style-type: none;
	-moz-column-count: 2;
	-moz-column-gap: 0;
	-webkit-column-count: 2;
	-webkit-column-gap: 0;
	column-count: 2;
	column-gap: 0;
}

#features p {
	margin: 0;
	text-align: center;
}

#features li {
	color: #e39a41;
	font-family: "ChronoType";
	font-size: 32px;
	line-height: 36px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 1.5em;
}

#features li p {
	padding: 5px;
	margin: 0;
	width: 100%;
	text-align: left;
}

#features li:nth-child(1) { animation-delay: 0.3s }
#features li:nth-child(2) { animation-delay: 0.7s }
#features li:nth-child(3) { animation-delay: 0.5s }
#features li:nth-child(4) { animation-delay: 0.9s }

#community {
	position: relative;
	z-index: 50;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#community .quotes {
	margin-top: 25px;
}

#community p {
	text-align: center;
}

#community p:nth-child(1) { animation-delay: 0.3s }
#community p:nth-child(2) { animation-delay: 0.4s }
#community p:nth-child(3) { animation-delay: 0.5s }
#community p:nth-child(4) { animation-delay: 0.6s }
#community p:nth-child(5) { animation-delay: 0.7s }
#community p:nth-child(6) { animation-delay: 0.8s }
#community p:nth-child(7) { animation-delay: 0.9s }
#community p:nth-child(8) { animation-delay: 1s }


#videos {
	position: relative;
	z-index: 50;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 660px;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#videos h3 {
	text-align: center !important;
}

#videos .info {
	position: relative;
	top: 480px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

#videos p {
	text-align: center;
}

#videos button {
	margin: 10px auto 20px 0;
}

#videos .siema {
	margin: auto;
	width: 50%;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 50px;
}

#videos .prev {
	position: absolute;
	z-index: 60;
	width: 50px;
	height: 45px;
	top: 40%;
	transform: translateY(-50%);
	left: 21%;
	font-size: 32px !important;
	
	background-image: url(../img/prev.png);
}

#videos .next {
	position: absolute;
	z-index: 60;
	width: 50px;
	height: 45px;
	top: 40%;
	transform: translateY(-50%);
	right: 21%;
	font-size: 32px !important;
	
	background-image: url(../img/next.png);
}

#mc_embed_signup {
	display: none;
	position: fixed;
	z-index: 500000;
	top: 48px;
	right: 5px;
	background-color: #fff;
	box-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
	margin: 0 auto 0 auto;
	padding: 15px 0 10px 0;
	flex-flow: column wrap;
	align-items: center;
	height: 70px;
	width: 310px;
}

.button {
	border: none;
	color: #fff;
	background-color: #e39a41;
}

#screenshots {
	position: relative;
	height: 100%;
	z-index: 25;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	text-align: center;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#screenshots p {
	text-align: center;
}

#screenshots ul {
	width: 960px;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
	margin-bottom: 20px;
}

#screenshots ul li {
	width: 100%;
	padding: 0 0 5px 0;
}

#screenshots img {
	width: 100%;
	height: 100%;
}

.lb-data .lb-caption {
	font-family: "ChronoType";
	font-size: 32px !important;
	line-height: 42px !important;
}

.lb-data .lb-number {
	font-family: "ChronoType";
	font-size: 24px !important;
	line-height: 32px !important;
}

#logos {
	position: relative;
	z-index: 50;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#logos p {
	text-align: center;
}

#extra {
	position: relative;
	z-index: 50;
	margin: 40px auto 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	border-top: rgba(42,42,42,1) solid 8px;
	background: #210a0a url(../img/whitePattern.png);
}

#extra p {
	text-align: center;
}

#comments {
	position: relative;
	z-index: 50;
	margin: 0 auto 0 auto;
	padding: 100px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	height: 100%;
	width: 100%;
}

#comments .comments-title, #comments .comment-notes {
	text-align: center;
}

#comments .comment-respond {
	margin: 0 64px;
}

#comments small {
	padding-left: 10px;
	font-family: "Flair";
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
}

#comments label {
	display: block;
	
	color: #FFF;
	font: 16px 'Flair';
	text-align: left;
	padding: 0;
	width: 500px;
	margin: 0;
}

#comments time {
	color: #666666;
	font-family: "Flair";
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}

#comments .comment {
	
	margin: 40px 0 0 0;
}

#comments .comment .children {
	margin: 0 0 0 32px;
}

#comments .comment-body, #comments .comment-reply-link {
	margin-left: 16px;
}

#wp-comment-cookies-consent {
	display: block;
	margin: 20px 0 0 0;
	float: left;
	width: 32px;
}

#reply-title {
	
	color: #ffffff;
	font-family: "Flair";
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	padding: 0;
}

#comments .depth-1, 
#comments .depth-2, 
#comments .depth-3, 
#comments .depth-4, 
#comments .depth-5,
#comments .depth-6,
#comments .depth-7,
#comments .depth-8,
#comments .depth-9,
#comments .depth-10 {
	border-left: 1px solid #333;
}

#comments .fn {
	color: #ffffff;
	font-family: "Flair";
	text-decoration: none;
	font-style: normal;
}

#comments .avatar {
	margin-right: 10px;
	border-radius: 100px;
}

/* ------------------------ */
/*          Footer          */
/* ------------------------ */

#footer {
	color: #fff;
	background: #111 url(../img/backgroundPattern.gif);
	position: relative;
	z-index: 100;
	float: left;
	height: 360px;
	width: 100%;
	border-top: rgba(72,72,72,1) solid 8px;
}

#footer .logo {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin:auto;
  display: inline-block;
  width: 240px;
  height: 94px;
  transform: scale(0.8);
  background: url(../img/logo.png) no-repeat 0 0;
  transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out; /* Firefox 4 */
  -webkit-transition: transform .2s ease-in-out; /* Safari and Chrome */
  -ms-transition: transform .2s ease-in-out; /* IE 9 */
}

#footer .logo:hover {
	transform: scale(0.78);
	background: transparent url(../img/logo.png) no-repeat 0 -188px;
}

#footer .logo:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: transparent url(../img/logo.png) no-repeat;
	background-position:  0 -188px;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out; /* Firefox 4 */
	-webkit-transition: opacity .2s ease-in-out; /* Safari and Chrome */
	-ms-transition: opacity .2s ease-in-out; /* IE 9 */
	}

#footer	.logo:hover:after {
	opacity: 1;
	}

#footer .copy {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: bottom;
}

#footer h3 {
  font-family: "ChronoType";
  font-size: 18px;
  line-height: 18px;
  
  color: #fff;
  text-align: center;
}

#footer a {
  font-family: "ChronoType";
  line-height: 32px;
  height: 32px;
  text-decoration: none;
  vertical-align: center;
  text-align: center;
  padding: 5px;

}

#footer a:hover {
  color: #fff !important;
}

/* ------------------------ */
/*       Media Queries      */
/* ------------------------ */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}

@media only screen and (max-width: 320px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

	#titleLogo {
		top: -50px;
		transform: scale(0.22) !important;
	}

	#navigation ul {
		display: none;
	}

	.media {
		display: none;
	}

	h1 {
		margin: -100px auto -120px auto;
		width: 260px;
		line-height: 32px;
		background-image: none;
	}

	h2 {

		margin: 0px auto 15px auto;
		width: 260px;
		line-height: 24px;
		background-image: none;
	}

	p {
		width: 260px !important;
	}

	iframe {
		width: 260px;
		height: 146px;
	}

	header {
		width: 260px;
	}

	table {
		margin: 0 !important;
		width: 280px;
	}

	td {
		padding: 5px 0;
		margin: 0;
	}

	#signup {
		padding-top: 120px;
	}

	#signup button {
		display: none !important;
	}

	#beta-signup {
		width: 50px;
		right: -20px !important;
	}

	#beta-signup p {
		opacity: 0 !important;
	}

	#beta-signup a {
		right: 265px;
	}

	#features ul {
		width: 260px;
		list-style-type: none;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}

	#features li {
		padding-left: 0;
	}

	#features p {
		padding-top: 90px;
	}

	#videos {
		height: 820px;
	}

	#videos .siema {
		width: 320px;
	}

	#videos .prev {
		left: -3%;
	}

	#videos .next {
		right: -3%;
	}

	#screenshots ul {
    width: 260px;
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    margin-bottom: 20px;
	}

	#blog-article .post {
    width: 260px;
	}

	#blog-post .post {
    width: 260px;
	}

	#blog-article .entry-content, #blog-post .entry-content {
    width: 260px;
	}


}

@media only screen and (min-width: 321px) and (max-width: 767px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

	#titleLogo {
		top: -50px;
		transform: scale(0.23) !important;
	}

	#navigation ul {
		display: none;
	}

	#navigation .mobile-menu {
		display: block;
	}

	.media {
		display: none;
	}

	h1 {
		margin: -100px auto -120px auto;
		width: 320px;
		line-height: 32px;
		background-image: none;
	}

	h2 {
		margin: 0px auto 0px auto;
		width: 320px;
		line-height: 32px;
		background-image: none;
	}

	p {
		width: 320px !important;
	}

	iframe {
		width: 320px;
		height: 180px;
	}

	header {
		width: 320px;
	}

	table {
		margin: 0 !important;
		width: 340px;
	}

	td {
		padding: 5px 0;
		margin: 0;
	}

	#signup {
		padding-top: 120px;
	}

	#signup button {
		display: none !important;
	}

	#beta-signup {
		right: -5px !important;
		width: 50px;
	}

	#beta-signup p {
		opacity: 0 !important;
	}

	#beta-signup a {
		right: 310px;
	}

	#features ul {
		width: 320px;
		list-style-type: none;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}

	#features li {
		padding-left: 0;
	}

	#features p {
		padding-top: 90px;
	}

	#videos {
		height: 780px;
	}

	#videos .siema {
		width: 320px;
	}

	#videos .prev {
		left: -3%;
	}

	#videos .next {
		right: -3%;
	}

	#screenshots ul {
    width: 320px;
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    margin-bottom: 20px;
	}

	#blog-article .post {
    width: 320px;
	}

	#blog-post .post {
    width: 320px;
	}

	#blog-article .entry-content, #blog-post .entry-content {
    width: 320px;
	}

}

@media only screen and (min-width:768px) and (max-width: 1023px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

	iframe {
		width: 420px;
		height: 236px;
	}

	#navigation ul {
		display: none;
	}

	.media {
		display: none;
	}


}

@media only screen and (min-width:1024px) and (max-width: 1280px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

}

@media only screen and (min-width:1281px) and (max-width: 1440px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

}

@media only screen and (min-width:1441px) and (max-width: 1920px) {
	* { 
	margin: 0; 
	border: 0; 
	padding: 0; 
	}

	body { 
	-webkit-text-size-adjust: none; 
	}

}

@media (prefers-color-scheme: ) {
	body {
		background: #1e1e1e ;
		overflow:auto;
	}
	
	h1 {
		color: #e39a41;
	}
	
	h2 {
		color: #bababa;
		background-image: url(../img/h2title_dark.png);
	}

	h3 {
		color: #bbb;
	}

	h4 {
		color: #bababa;
	}
	
	p {
		color: #eee;
	}
	
	td {
		color: #eee;
	}
	
	a {
		color: #e39a41;
	}

	q {
		color: #cccccc;
		background: #000;
	}
	
	:link { color: #e39a41; }
	a:hover { color: #fff; }

	input {
		color: #dedede;
		border: rgba(0,0,0,1) 1px solid;
		background-color: rgba(25,25,25,1);
	}
	
	::placeholder {
		color: #999;
	}
	
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
			color: #999;
	}
	
	::-ms-input-placeholder { /* Microsoft Edge */
			color: #999;
	}
	
	input:focus {
		color: #cccccc;
		background-color: rgba(15,15,15,1);
	}

	#navigation .active { color: #fff; }

	#arrow div {
		background: url(../img/scrollDownButton_dark.png) !important;
	}

	#signup {
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#videos {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#facts {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#features {
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#description {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#history {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#community {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#screenshots {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#logos {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#mc_embed_signup {
		background-color: #000 !important;
	}

	#extra {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#blog-article {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#blog-post {
		border-top: rgba(24,24,24,1) solid 8px !important;
		background: #242424 url(../img/blackPattern.png) !important;
	}

	#blog-article li, #blog-post li {
		color: #bababa !important;
	}

	#blog-article h3, #blog-post h3 {
		color: #dedede !important;
	}
	
	#blog-article h4, #blog-post h4 {
		color: #cccccc !important;
	}
	
	#blog-article h5, #blog-post h5 {
		color: #bababa !important;
	}
	
	#blog-article h6, #blog-post h6 {
		color: #ababab !important;
	}
}