html, body {
  font-family:Arial;
  font-size:22px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color:#000000;
  overflow: hidden;
  font-family: dax-mediumregular;
}
body{
	min-width: 800px;
}
a{
	color:#000000;
	text-decoration: none;
}
a img{
	border:none;
}
.window{
  position:relative;
  display: block;
  width: 100%;
  height:100%;
  background-size: auto 80%;
  background-position: bottom left;
}
.dummy-page{
	position: relative;
	min-height:200px;
}
.white{

	background-color: white;
}
.black{
	background-color: black;
}
/*** ************************************************************************************************************************************/
#background{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	z-index: -1;
}
#background-content{
	position:relative;
	width:200%;
	height:inherit!important;
  	background-position:left bottom;
  	background-size: 100% auto;
	background-repeat:no-repeat;
	background-image: url(../img/site-backgound.png);
}
body.white #background-content{
}
body.black #background-content{
}
#background-left,
#background-right{
  position:relative;
  top:0;
  width: 50%;
  background-repeat:no-repeat;
  background-color:transparent;
  height:inherit!important;
}
#background-left{
  float:left;
  left:0px;
  background: url(../svg/site1.svg);
  background-position:left bottom;
  background-size:cover;
}
#background-right{
  float:right;
  right:0px;
  background: url(../svg/site2.svg);
  background-position:right bottom;
  background-size:cover; 
}
/*** ************************************************************************************************************************************/
.slimScrollRail{
	opacity: 0.4!important;
	z-index: 10000!important;
}
.slimScrollBar{
	z-index: 10001!important;
}

/*** ************************************************************************************************************************************/
#under-contruction{
	position: fixed;
	text-align:center;
	font-style:italic;
	font-size:1.5em;
	opacity: 0.8;
	color:#ffffff;
	background-color:#000000;
	z-index:999999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow: #da007f 0px 2px 4px;
}
#under-contruction a{
	color:#ffffff;
}
/*** ************************************************************************************************************************************/
#footer{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	padding:5px 0;
	opacity:0.85;
	padding-right:20px;
	text-align: right;
	background-color:#ffffff;
	display: block;
	box-shadow: #dadada 0px -2px 4px;
}
#footer img{
	max-height: 100%;
	margin-right: 20px;
}
/*** ************************************************************************************************************************************/
#logo{
	position:fixed;
	margin-top:20px;
	margin-right:20px;
	top:0px;
	right:0px;	
	z-index:-1;
	display:none;
}
#logo img{
	width: 100%;
}
/*** ************************************************************************************************************************************/
#menu{
	position:fixed;
	top:5px;
	left:5px;
	width:190px;
	text-align: right;	
	padding:4px 0;
	display:none;
	z-index:90000;
}
#menu a{
	display: inline-block;
	color:#000000;
	font-size:1.8em;
	font-weight: bold;
	line-height:1.8em;
	z-index: 99999;
	opacity: 1;
	text-align: right;
	width:90%;
	margin-right:5%;
}
#menu #menu-bar{
	position: absolute;
	left:0;
	bottom:0;
	width: 20px;
	height: 100%;
	z-index: -1;
}
#menu #menu-bar #menu-bar-slider{
	position: absolute;
	background-color:#da007f;
	width:100%;
	height:20%;
	top:0;
	opacity:0.85;
	z-index: -1;
}
/*** ************************************************************************************************************************************/
#slim-scrollbar{
	position:fixed;
	width:100%;
	height:100%;
	overflow: hidden;
	display: block;
	z-index: 9000;
}

/*** ************************************************************************************************************************************/
#pages{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
}
#pages .page{
	min-height: 100%;
}
/*** ************************************************************************************************************************************/
.box-content{
	position: relative;
	top:0;
	width:70%;
	padding: 1em;
	opacity: 0.9;
	color:#ffffff;
	background-color:#da007f;
	z-index: -1;
	box-shadow: #da007f 0px 2px 4px;
	text-align: center;
	font-size:1.2em;
}
.box-content.left{
	left:0px;
	float: left;
}
.box-content.right{
	right:0px;
	float: right;
}
.box-title{
	background-color: #da007f;
	padding: 1%;
	margin: 0 0 2% 0;
	color:#ffffff;
}
.box-text{
	position: relative;
	text-align:left;
}
.box-content.left .box-text{
	margin: 0 10%;
}
.box-content.right .box-text{
	margin: 0 10%;
}
body.white .box-content{
	box-shadow: #000000 2px 2px 8px;
}
body.black .box-content{
	box-shadow: #ffffff 2px 2px 8px;
}
.box-content a{
	color:#ffffff;
}
/*** ************************************************************************************************************************************/
#home-content{
	text-align:left;
	margin:0;
	padding:0;
	border:1px solid red;
	background-color: transparent;
	box-shadow:none;
	border:none;
	opacity: 0.85;
	color:#000000;
	font-size: 2em;
}
#home-content img{
	margin-left:20%;
	width:60%;
	max-width: 800px; /*581px;*/
}
#company-content{
}
#challenge-content{
}
#work-content{
}
#contacts{
}

/*** ************************************************************************************************************************************/
@media screen and (max-height: 320px) {
	body{
		font-size: 0.7em;
	}
	#menu{
		width: 125px;
	}
	#menu #menu-bar{
		width: 10px;
	}
	#footer{
		height: 25px;
	}
	.box-content{
		width: 65%;	
	}
	#contacts{
		margin-bottom: 150px;
	}
}
@media screen and (min-height: 321px) and (max-height: 480px) {
	body{
		font-size: 0.9em;
	}
	#menu{
		width: 175px;
	}
	#contacts{
		margin-bottom: 150px;
	}
}




