@font-face {
	font-family: SansForgetica;
	src: url("../fonts/SansForgetica-Regular.otf") format("opentype");
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'Michroma';
	src: url("../fonts/Michroma-Regular.ttf") format("truetype");
}
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #9ba4c1;
	background-color: #000;
}

html {
	height: 100%;
 	scroll-behavior: smooth; 
}

body {
	position: relative;
	overflow-x: hidden; 
}

body.space_back {
	min-height: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	background-attachment: fixed;
}

.main_area {
	width: 100%;
	height: 100vh;
	background: #000;
	overflow: hidden;
	background-image: url(/img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.back_black{
	background-color: #000; 
}
.content_area {
	padding: 150px 0px;
}
body.space_back.home{
	padding-top: 0px; 
	padding-bottom: 0px;
}
.back_trans{
	position: relative;
}
.back_trans:before, 
.space_back:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 150px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
	top: 0px;
	z-index: 3;
}

.back_trans:after, 
.space_back:after {
	content: '';
	width: 100%;
	position: absolute;
	height: 150px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
	bottom: 0px;
	z-index: 3;
}

.space_back {
	background-image: url(/img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.hidden{
	display: none!important; 
}
.show{
	display: block!important; 
	visibility:visible!important;
	opacity: 1!important;
}

h1 {
	font-family: 'SansForgetica', sans-serif;
}

h3 {
	font-family: 'SansForgetica', sans-serif;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
	color: #518abc; 
}

.back_black h3{
	opacity: 0.7;
}

h3.mb_0{
	margin-bottom: 0px; 	
}

p {
	margin-bottom: 30px;
}

h3:after {
	padding: 0;
	margin: 0;
	content: "";
	width: 20%;
	height: 1.1px;
	/* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
	background-color: #9ba4c1;
	position: absolute;
	right: 40%;
	bottom: 0;
}

a {
	text-decoration: none;
	color: #9ba4c1;
	transition: all 300ms;
}

a:hover {
	color: white;
}

.text-right {
	text-align: right;
}

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

.container {
	width: 960px;
	margin: 0px auto;
	max-width: 82%;
}

.content_page  .btn, .btn {
	padding: 15px 20px;
	border: 1px solid #518abc;
	transition: all 300ms;
	display: inline-block;
	font-family: 'Michroma';
	background-color: transparent;
	color: #518abc;
	cursor: pointer;
	text-decoration: none;
}
.back_black .btn{
	opacity: 0.7;
}
.btn:hover {
	border: 1px solid #518abc;
	color: white;
	background-color: #518abc;
}

.content_page {
	background: rgba(16, 19, 23, 0.8);
	background: -moz-radial-gradient(center, ellipse cover, rgba(16, 19, 23, 0.8) 0%, rgba(31, 37, 45, 0.8) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(16, 19, 23, 0.8)), color-stop(100%, rgba(31, 37, 45, 0.8)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(16, 19, 23, 0.8) 0%, rgba(31, 37, 45, 0.8) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(16, 19, 23, 0.8) 0%, rgba(31, 37, 45, 0.8) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(16, 19, 23, 0.8) 0%, rgba(31, 37, 45, 0.8) 100%);
	background: radial-gradient(ellipse at center, rgba(16, 19, 23, 0.8) 0%, rgba(31, 37, 45, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101317', endColorstr='#1f252d', GradientType=1);
	-webkit-box-shadow: 5px 5px 15px 5px #000000;
	box-shadow: 5px 5px 15px 5px #000000;
	padding: 15px;
	width: 960px;
	max-width: 80%;
	margin: 0px auto;
	min-height: 500px;
}

.admin .content_page {
	width: 90%;
}
.content_page a,
small a,
.desc a,
.success a {
	text-decoration: underline;
	color: white;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.message {
	border: 1px solid white;
	padding: 20px;
	background-color: #ffffff26;
}

.mt_100 {
	margin-top: 100px;
}

.mb_50 {
	margin-bottom: 50px;
}

.footer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 2000;
}

.footer a {
	color: white;
	text-decoration: underline;
	font-family: 'Michroma';
}
#error-no-js {
    opacity: 1;
    display: block;
	z-index: 33;
    transition: opacity 1s;
    -moz-animation: cssAnimation 0s ease-in 10s forwards;
    -webkit-animation: cssAnimation 0s ease-in 10s forwards;
    -o-animation: cssAnimation 0s ease-in 10s forwards;
    animation: cssAnimation 0s ease-in 10s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


#error {
  opacity: 0;
  display: none;
  transition: opacity 1s;
}

#error.fade {
  opacity: 1;
  display: block;
}
.animateIn{
	opacity: 0;
	display: none;
	transition: opacity 1s;
}
.animateIn.fadeAnimation{
	opacity: 1;
	display: block;
}
.animateOut{
	opacity: 1;
	display: block;
	transition: opacity 1s;
}
.animateOut.fadeAnimation{
	opacity: 0;
	display: none;
}
.error {
	position: absolute;
	top: 150px;
	color: #d65f6a;
	background-color: #2f2f2f;
	border: 1px solid #d65f6a;
	padding: 20px;
	margin: 0px auto;
	left: 50%;
	transform: translateX(-50%);
}

a.scrowl_down {
    position: absolute;
    bottom: 0px;
    z-index: 30;
    opacity: 0.7;
    width: 120px;
    text-align: center;
    height: 120px;
	-webkit-filter: invert(52%) sepia(27%) saturate(884%) hue-rotate(166deg) brightness(93%) contrast(84%);
	filter: invert(52%) sepia(27%) saturate(884%) hue-rotate(166deg) brightness(93%) contrast(84%);
}
a.scrowl_down:hover {
    opacity: 1;
}

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
        opacity: 0;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
        opacity: 0;
    }
}
