.root-screen {
	position: relative;
	width:auto;
	height:747px;
	background-image: url('../style/root_screen/root_screen.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	color:white;
	/*background-size: contain;*/
	/*background-attachment: local;*/
}

.root-content {
	position: relative;
	width:960px;
	height:747px;
	padding: 0px;
	margin:0px auto;
	/*outline: 3px dotted orange;*/
}

/*Geolex*/
.root-content h1 {
	font-family: 'EuropeExtendedCBold';
	color:rgb(255,255,255);
	display: block;
	position: absolute;
	font-size: 100px;
	font-weight: bold;
	left:0px;
	top:132px;
	margin: 0px;
	padding: 0px;
}

/*PROFESSIONAL*/
.root-content h2 {
	font-family: 'EuropeExtendedCBold';
	color:rgb(255,255,255);
	display: block;
	position: absolute;
	left:0px;
	top:220px;
	font-size: 49px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

/* 6 points of navigation menu */
.root-content ul {
	/*font-family: "MagistralCRoman", serif;*/
	font-family: "xolonium-regular";
	position: absolute;
	left:0px;
	top:285px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.root-content ul li {
	display: block;
	width:295px;
	height: 42px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin:10px 0px 0px;
	overflow: hidden;
	/*transition: width .4s;*/
}

.root-content ul li:hover {
	box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
	/*width:320px;*/
}

.root-content ul li a {
	color:white;
	text-decoration: none;
	display:block;
	width: 295px;
	height: auto;
	background-color: #03204d;
	background-image: none;
	padding: 14px 20px;
	margin: 0px 0px 10px;
	transition: color .5s;
	cursor: pointer;
}

.root-content ul li a:hover {
	background-image: url("../style/root_screen/root_select.png");
	background-repeat: repeat-x;
	color:#007dd9;
}

/* Text on the right side of the screen*/
.root-text {
	position: absolute;
	width:285px;
	height:auto;
	right:0px;
	top:130px;
}

.root-text a {
	color:white;
}
.root-text a {
	cursor: pointer;
}

.root-text h3 {
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	/*text-shadow: 2px 2px 5px rgba(0,0,0,.5);*/
}
.root-text h3 a {
	text-decoration: underline;
	/*font-family: 'xolonium-regular';
	font-weight: normal;
	font-size: 14px;*/
}

.root-text p {
	font-size: 15px;
	font-weight: normal;
	/*letter-spacing: .8px;*/
	/*word-spacing: .2em;*/
}

/* central image */
.root-img {
	position: absolute;
	left:360px;
	top:280px;
	width:258px;
	height:468px;
}

/*==== BANERA ====*/

.root-adv-side-baner {
	display: block;
	position: absolute;
	right: 0px;
	top: 150px;
	width:280px;
	max-width:280px;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.root-adv-side-baner a {
	
}

.root-adv-side-baner img {
	display: block;
	position:relative;
	margin:0 0 16px;
	padding:0;
	width:100%;
	height: auto;
}

.root-adv-side-baner h3 {
	margin: 0 0 10px;
	font-family: "Arial";
	font-size: 19px;
	line-height: 20px;
	font-weight: normal;
}

.root-adv-side-baner p {
	margin: 0 0 10px;
	font-family: "Arial";
	font-size: 15px;
	font-weight: normal;
}

.root-adv-side-baner h3 a, .root-adv-side-baner p a {
	color: #fff;
	text-decoration: none;
	/*text-shadow: 2px 2px 10px #06386d;*/
}