@charset "utf-8";
/* CSS Document */

/*
@font-face {
    font-family: 'BebasRegular';
    src: url('font/BEBAS___-webfont.eot');
    src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BEBAS___-webfont.woff') format('woff'),
         url('font/BEBAS___-webfont.ttf') format('truetype'),
         url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

html, body {
	/*font-family: 'BebasRegular';
	font-family: 'Arial';*/
	font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
	width: 100%;
	height: 100%;
	z-index: 1;
}

:target:before {
	content:"";
	display:block;
	height:70px; /* fixed header height*/
	margin:-70px 0 0; /* negative fixed header height */
}

ul {
	list-style-type: none;
	padding-left: 10px;
	margin: 0px;
}

ul li {
	background-image: url(../img/arrowsm.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 0px center; 
	padding-left: 22px;
	line-height: 20px;
}

.link_blue{
	color: #00ffff;
}

.link_dblue{
	color: #0066ff;
}

.link_orange{
	color: #ffaa00;
}

.link_dorange{
	color: #ff7e00;
}

.navigation{
	position: fixed;
	z-index: 1;
	top: 80px;
}

.navigation li{
	color: #ffffff;
	display: block;
	padding: 0 20px;
	line-height: 30px;
	font-size: 1.2vmax;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom: 1px solid white;
	text-align: left;
	width: 53px;
}

.navigation li:hover,.active{
	font-size: 1.4vmax;
	font-size: 18px;
	cursor: pointer;
	width: 100px!important;
}

.sidemenu {
	position:absolute; 
	top: 90px; 
	left: 0px; 
	height: 170px; 
	width: 160px; 
}

.slide{
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3);
}

.bottom{
	background-attachment: fixed;
	width: 100%;
	position: relative;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3);
}

.wrapper{
	width: 960px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

.slideno{
	position:absolute;
	bottom:250px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}

.button{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	right: 1%;
	background-color: #333333;
	background-image: url(../img/arrow.png);
}

.button:hover{
	background-color: #494949;
	cursor: pointer;
}

.slide_content h1 {
	line-height: 3.0vmax;
	font-size: 30px;
	font-size: 2vmax;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0.6vmax;
	margin: 6px 0px;
}

.slide_content h2 {
	font-size: 24px;
	font-size: 1.6vmax;
	text-align: left;
}

.slide_content h3 {
	font-size: 14px;
	font-size: 1.2vmax;
	font-weight: 100;
	text-align: center;
	margin: 0px 50px;
}

.slide_content h4 {
	font-size: 1.0vmax;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: center;
	margin: 4px 0px;
}

.slide_content p,ul {
	font-size: 12px;
	text-align: left;
	margin: 10px 0px;
}

.box {
	top: 40%;
	height: 55%;
	width: 20%; 
}

.box h4 {
	font-size: 14pt;
	font-size: 1.3vmax;
	/*font-weight: bold;*/
	text-align: center;
	margin: 0.5vmax 6px;
	padding: 0px 5px;
}

.box p {
	font-size: 14px;
	font-size: 1.1vmax;
	text-align: left;
	margin: 4px 4px;
	padding: 0px 5px;
}

span.copyr {
	font-size: 14px;
	padding: 14px 0px;
}

/******************************
 Main menu 
*******************************/

.menu_links {
	position: fixed;
	z-index: 2;
	top: 20px;
	left: 66%;
	width: 34%;
}

a.mlink {
	color: #ffffff;
	margin: 4px 4%;
	text-decoration: none;
}

a.mlink:hover {
	color: rgb(254,153,0);
}


/******************************
 Sub Pages 
*******************************/

.page_content {
	position: static;
	margin: 0 15%;
	padding: 20px 0;
}

.page_content h1 {
	line-height: 40px;
	font-weight: 300;
	font-size: 40px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 16px; 
	color: #0038aa;
}

.page_content h2 {
	line-height: 30px;
	font-weight: 100;
	font-size: 24px;
	text-align: left;
	color: #0068ea;
}

.page_content h3 {
	line-height: 26px;
	font-weight: 100;
	font-size: 20px;
	text-align: left;
	margin: 4px 0px;
}

.page_content h4 {
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0px;
}

.page_content p, ul {
	font-size: 16px;
	/*line-height: 18px;*/
	text-align: left;
	margin: 10px 0px;
}


/******************************
 Sub-Page 2 
*******************************/

#page2 h1 {
	color: #aa0000;
}

#page2 h2 {
	color: #ee6600;
}

#page2 h3 {
	color: rgb(255,170,0); /*rgba(252,3,66,1);*/
}

#title_img2 {
	background-image: url(../img/net2.jpg);
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	background-size: cover;
	position: static;
	z-index: 1;
	margin-top: 60px;
	height: 100px;
	width: 100%;
}


/******************************
 Sub-Menu
*******************************/

#distancer {
	position: static; 
	height: 60px; 
	width: 100%;
	display: block;
}

#submenuhome {
	position: static; 
	width: 70%;
	padding: 2px 15%;
}

.submenu {
	position: static;
	left: 0px;
	background-color: rgba(50,50,150,1);
	padding: 2px 15%;
	color: #ffffff;
}

.subcontainer {
	display: inline-block;
	width: 100%;
}

.smcol {
	float: left;
	width: 20%;
	font-size: 12px;
	background-color: rgba(50,50,150,1);
	line-height: 16px;
	text-align: left;
	margin: 6px 25px 0px 0px; 
}

.smcol h3 {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin: 6px 0px;
	border-bottom: dotted 1px #dddddd;
}

.smcol p {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin: 6px 0px;
}

a.sml {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin: 3px 0px; 
	color: #ffffff;
	text-decoration: none;
}

a.sml:hover {
	color: rgb(254,153,0);
}

/******************************
 Footer
*******************************/

#footerhome {
	left: 0px;
	width: 70%;
}

.footer {
	position: static;
	left: 0px;
	height: auto;
	background-color: #ee6600; /* rgba(220,120,0,1); */
	padding: 2px 15%;
	color: #ffffff;
}

.footer p {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin: 6px 0px; 
}


.textlogo {
	font-size: 26px;
	color: #f06000;
}

.charBig {
	font-size: 32px;
	font-weight: bolder;
	color: #ff9900;
}
