/* CSS Document */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow: hidden;
	margin: 0;
	padding: 0;
/*	background-color:transparent !important;*/
	font-family: Roboto, "Roboto Light";
	font-size: 1.45em;
	color:#444;
	/*
background:url(../images/scene.jpg) no-repeat;
	background-position:center center;
	background-size:contain;*/


}

.bgimg{
	margin:0; padding:0;
	width:100vw; height:100vh;
	background:url(../images/scene.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
}

/*Love And HatE*/
a:link, a:visited{
	text-decoration: none;
	color:#053896;
}
a:hover{
	text-decoration: none;
	color: #05a7f5;
}
a:active {
	text-decoration: none;
	color: #053896;
}
#logotext{
	width: 50vw;
  vertical-align: central;
/*  z-index: 100;*/
  margin: 0 auto;
  background-color: transparent !important;
  top: -26px;
  position: absolute;
  top: 3%;
  left: 50%;
  margin-left: -25%;
}
#headerbar{
	width:100vw;
	height:5em;
	position:absolute;
	bottom:1.375em;
	left:0;
	background:rgba(255,255,255,.8);
  -webkit-box-shadow: 0 2px 9px 0 #001394;
  -moz-box-shadow: 0 2px 9px 0 #001394;
  box-shadow: 0 2px 9px 0 #001394;
  /*border-bottom: 1px solid #500095;*/
/*	-webkit-filter: drop-shadow(3px 3px 1px rgba(0,15,72,0.45));
	-ms-filter: drop-shadow(3px 3px 1px rgba(0,15,72,0.45));
	-o-filter: drop-shadow(3px 3px 1px rgba(0,15,72,0.45));
	filter: drop-shadow(3px 3px 1px rgba(0,15,72,0.45));*/
	z-index:100;
	}
.topzero{ top:0;}	
#mainMenu{
/*	background-color:#CCC;*/
	height:100%;
	padding:0;
	/*overflow:hidden;*/
	}
#mainMenu  a{
	display:block;
	width:100%;
	height:100%;
	}
#mainMenuList, mainSecondMenuList{
	margin:0;
	padding:0;
	}
#mainMenuList li, mainSecondMenuList li{
/*	background-color:#999;*/
	font-weight:500;
	width:auto;	
	height:5em;
/*	padding:5px 0;*/
padding: 5px 5px;
	margin:0 10px;
	}
#mainMenuList li span, mainSecondMenuList li span, #socialMenu li span{
	display:block;
	text-align:center;
	font-size:2em;
	}

#socialMenu{
/*	background-color:#CCC;*/
	height:100%;
	width:auto;
	padding:0;
	overflow:hidden;
	display:none !important;
}
#socialMenu li{
  line-height: .8em;
  padding: 1em 10px 0 10px;
  border-radius: 100%;
  /* background-color: aqua; */
  width: 4em;
  margin: 0 0.5em;
  top: 1em;
  position: relative;
  -webkit-box-shadow: #001394 2px 2px 5px inset;
  /* border-bottom: 1px solid #500095; */
  height: 4em;
  font-size: .8em;
}	
#socialMenu li:last-child{ }
.counterstyle{ height:100%; width:auto; line-height:.8em;}
.currentmenu span, .currentmenu a {
	color: #05a7f5!important;
}
.currentmenu::after {
	content: "";
	height:5px;
	background-color:#05a7f5;
	display: block;
	left:0;
	bottom:-5px;
	position:relative;
	width:auto;
	z-index: 99;
	  -webkit-box-shadow: 0 2px 5px 0 #001394;
  -moz-box-shadow: 0 3px 5px 0 #001394;
  box-shadow: 0 2px 5px 0 #001394;

}
	
	
/*============================================================= Footer*/	
.bottomFooter {
	background-color: rgba(255,255,255,0.7);	
	height: 1.5em;
	width: 100vw;
	position: fixed;
	z-index: 500;
	bottom: 0;
	left: 0;
	font-size: .9em;
	-webkit-box-shadow: 0 -1px 9px 0 #001394;
  -moz-box-shadow: 0 -1px 9px 0 #001394;
  box-shadow: 0 -1px 9px 0 #001394;
  /* border-bottom: 1px solid #500095; */
}
.bottomFooter span {
	color: #1669b2;
	font-size: .1em;
	line-height: .3em;
	padding-left: 10px!important;
}

h4, h5{ margin-top:0 !important;}
/*h4, h5{ font-weight:600;}*/



.MainContent {
	height: 80vh;
	margin-top: 20px;
	background: rgba(255,255,255,0.9) url(../images/bg-logo.png) no-repeat;
	background-position:center center;
	background-size:48%;
	background:rgba(255,255,255,.8);
  -webkit-box-shadow: 0 2px 9px 0 #001394;
  -moz-box-shadow: 0 2px 9px 0 #001394;
  box-shadow: 0 2px 9px 0 #001394;
  		overflow:hidden;
}
.MainContent #homepage {
/*	position: absolute;*/
	top: 0;
	left: 0;
	margin:30px 0 0 0;
	padding:0 0 30px 0;
	width: 100%;
	overflow: hidden;
	height:92%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
/*	overflow-y:scroll;*/
}
.MainContent section article p, .MainContent section article table, .MainContent section article ol li, .MainContent section aside p{
	text-align: justify;
	padding-bottom: 10px;
	font-size: .9em;
/*	text-indent: 2.8em;*/
	line-height: 2em;}
	
section#homepage aside, #products aside {
	height: 100%;
	padding: 0 30px 10px 50px;
}
	
section#homepage article, section#products article {
/*	height: 100%;
	padding: 50px 50px 10px 50px;*/
}
section#homepage article p, section#homepage aside p, #products article p, #products aside p {
/*	text-align: justify;
	padding-bottom: 10px;
	font-size: .9em;
	text-indent: 2.8em;
	line-height: 2em;*/
}
section#homepage article h4, section#homepage aside h4, #products article h4, #products aside h4, #workfilter h4 {
/*	margin-bottom: 20px;
	margin-top: 20px;*/
}
table td{ padding-left:3em;}

.post-title-portfolio{ height:10px; position:relative;}

.post-subtitle-portfolio{ color:#000;}

.image-block:hover .post-title-portfolio{ z-index:5000;}

/**** PORTFOLIO STYLES*****/
/*.portfolio-categ{margin-bottom:30px;}
.portfolio-categ li{display:inline;margin-right:10px;}*/
.image-block{ display:block;position: relative;}
.image-block img{border: 1px solid #d5d5d5; border-radius: 4px 4px 4px 4px;background:#FFFFFF;padding:10px;}
.image-block img:hover{border: 1px solid rgb(50, 167, 224);box-shadow:0 0 5px rgb(50, 167, 224); opacity:.7;}
.portfolio-area li{float: left;margin: 0 12px 20px 0;overflow: hidden;width: 245px;padding:5px;}
.home-portfolio-text{margin-top:10px;}
.active{ text-decoration:none; border-bottom:2px solid rgb(50, 167, 224); width:100%;}
/**** END PORTFOLIO STYLES*****/

.testimonials li{ display:block; text-align:center; margin:5px 0; }
.testimonials img{ width:70%; box-shadow:0 2px 2px 2px rgba(0, 19, 148, 0.12); }

.visitorcounter{  vertical-align: middle;
  position: absolute; 
  width: 8%;
  margin-top: 1.8em;}
.hideLogo{ display:none;}
.artisys{
    position: absolute;
    line-height: 1.8em !important;
    font-size: 11px !important;
    text-align: right;
    bottom: 0;
    right: 30px;
	}