@import url("res_1500.css");
@import url("res_1180.css");
@import url("res_920.css");
@import url("res_720.css");
@import url("res_560.css");
@import url("res_440.css");
@import url("res_350.css");

@font-face {
    font-family: "My_font";
    src: url( ../estre.ttf) format("truetype");
}

#myImg:hover {opacity: 0.5;}

a { text-decoration: none; }

body {
    margin: 0;
	background-color: #131721;
	background-image: url( ../images/background.jpg);
	background-position: center top;
    background-repeat: repeat;
	/*	background: #484848*/
}

.cp_name /* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 4.7em;
	color: #FFFFFF;
	margin-top: 100.6%;
}

.oxbody
{
	max-width: 1500px;
  	margin: auto;
	position: relative;
}

.head_text 
{
	position: relative;
	margin-left: -45%;
	margin-top: 1.6%;
}

.head_text a
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 1.5em;
	color: #FFFFFF;
	margin-left: 4%;
}

.social_icons 
{
	position: relative;
	margin-left: 73%;
	margin-top: -1.8%;
}

.facebook_small { margin-left: 8%; }
.twitter_small { margin-left: 8%; }
.youtube_small { margin-left: 8%; }

.first_container
{
	position: relative;
	margin-right: 46%;
	margin-top: 10%;
}

.pj_logo { margin-left: -20%; }

.cp_desc
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 2.0em;
	color: #FFFFFF;
	text-align: left;
	margin-left: 13%;
	margin-top: -4%;
}

.head_buttons { margin-right: 12%; }

.second_container
{
	position: relative;
	margin-top: 0%; 
}

.project_article
{
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 6%;
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 1.7em;
	color: #FFFFFF;
	text-align: left;
}

.third_container 
{ 
	position: relative;
	margin-top: 10%;
	display: flex;
	height: 250px;
}

.s_date
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 2.2em;
	color: #FFFFFF;
}

.s_article
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 1.4em;
	color: #FFFFFF;
	margin-top: -6.0%;
	max-width: 70%;
}

.first_article 
{ 
	float: left;
	max-width: 33.3%;
}
.second_article 
{ 
	float: left;
	max-width: 33.3%;	
}

.third_article 
{
	float: left;
	max-width: 33.3%;
}

.fourth_container
{
	position: relative;
	margin-top: 11.5%; 
	height: 480px;
}

.f_container
{
	float: left;
	max-width: 40%;
	margin-left: 3%;
	margin-top: -2.5%;
}

.f_head
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 2.2em;
	color: #FFFFFF;
	text-align: left;
	margin-left: 5%;
}

.f_article
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: left;
	margin-top: -0.0%;
	margin-left: 5%;
	margin-right: 0%;
}

.trailer-video
{
	float: right;
	margin-right: 5%;
}

.screens-row
{
	margin-right: 4.6%;
}

.prev_img
{
	margin-top: 2.0%;
	margin-left: 1.3%;
}

img.prev_img {
  transition: 0.3s
}

.prev_img:hover {
  opacity: 0.6;
}

.fifth_container 
{ 
	position: relative;
	margin-top: 13%;
	display: flex;
	height: 250px;
}

.img-build { margin-top: 5%; }
.img-manage { margin-top: 5%; }
.img-diag { margin-top: 2%; }

.sixth_container
{ 
	position: relative;
	max-width: 75%;
	margin-top: 27%; 
}

.contact_article
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 2.5em;
	color: #FFFFFF;
	margin-top: 6%; 
}

.contact_mail
{
	margin-top: 2%; 
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 1.9em;
	color: #FFFFFF;
}

.steam_icon { margin-top: 2%; }

.contact_icons { margin-top: 3%; }
.facebook { margin-left: 1%; }
.twitter { margin-left: 2%; }
.youtube { margin-left: 2%; }

.s_buttons
{
	margin-top: 6%;
}

.about_cp
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 1.2em;
	color: #FFFFFF;
	float: left;
	margin-left: -9%;
	margin-top: 8%;
}

.about_copyright
{
	font-family: "My_font", "Helvetica", "sans-serif";
	font-size: 1.2em;
	color: #FFFFFF;
	float: right;
	margin-right: -9%;
	margin-top: 8%;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */



.button_trailer {
    margin-right: 5%;
	background-color: #FFFFFF;
    border: none;
    color: white;
    padding: 2.6% 12.5%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_steam {
	background-color: #00aaff;
    border: none;
    color: white;
    padding: 2.6% 9%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_screens {
	background-color: #00aaff;
    border: none;
    color: white;
    padding: 3% 11%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_screens_white {
	margin-right: 8%;
	background-color: #00aaff;
    border: none;
    color: white;
    padding: 3% 11%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_video {
	background-color: #00aaff;
    border: none;
    color: white;
    padding: 3% 17%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_info {
	background-color: #00aaff;
    border: none;
    color: white;
    padding: 3% 14%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_mailing {
	margin-right: 9%;
	background-color: #00aaff;
    border: none;
    color: white;
    padding: 1.7% 6%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_forum {
	margin-right: 8%;
	background-color: #00aaff;
    border: none;
    color: white;
    padding: 1.7% 8%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_press {
	background-color: #00aaff;
    border: none;
    color: white;
    padding: 1.7% 7%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.b_blue {
    background-color: #FFFFFF;
    color: black; 
    border: 2px solid #FFFFFF;
}
.b_blue:hover {
    background-color: transparent;
    color: white;
}
.b_white {
    background-color: transparent; 
    color: white; 
    border: 2px solid #FFFFFF;
}
.b_white:hover {
    background-color: #FFFFFF;
    color: black;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* The Modal (background) */
.modal {
  z-index: 500;
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  	position: relative;
  	background-color: #fefefe;
  	margin: auto;
  	padding: 0;
  	width: 90%;
  	max-width: 1200px;
  	bottom: 30px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
 	display: none;
  	background: #000000;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  opacity: 0.6;
}

/* //LOADER////////////////////////////////////////////////////////////////////////////////////////////////////// */

#cover {
  	position: absolute;
	z-index: 1;
	background-color: #0c1016;
	width: 100%;
  	height: 100%;
}

#loader {
  	position: absolute;
	z-index: 2;
  	left: 50%;
  	top: 50%;
  	margin: -75px 0 0 -50px;
  	border: 8px solid #f3f3f3;
  	border-radius: 50%;
  	border-top: 8px solid #029be9;
  	width: 60px;
  	height: 60px;
  	-webkit-animation: spin 1s linear infinite;
  	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  	0% { -webkit-transform: rotate(0deg); }
  	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  	0% { transform: rotate(0deg); }
  	100% { transform: rotate(360deg); }
}

.anim_cover {
	-webkit-animation-name: animatecover;
  	-webkit-animation-duration: 1s;
  	animation-name: animatecover;
  	animation-duration: 1s;
}

@-webkit-keyframes animatecover {
  	from { opacity:1 } 
  	to { opacity:0 }
}

@keyframes animatecover { 
  	from{ opacity:1 } 
  	to{ opacity:0 }
}

#id_head {
  	display: none;
}





