@charset "utf-8";
body {
	background-image: url(images/innowork_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.innowork {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.innowork_head {
	float: left;
	width: 100%;
	position: relative;
}

.logo_ {
	float: left;
	height: 61px;
	width: 209px;
	margin-top: 20px;
	margin-left: 20px;
}
.lang_ {
	float: right;
	width: 270px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}
.lang_ a {
	color: #000;
	text-decoration: none;
}
.lang_ img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 3px;
}
.lang1_ {
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}
.lang1_ a {
	color: #000;
	text-decoration: none;
}
.lang1_ img {
	border:#81ccf1 solid 1px;
	margin: 3px;
}

.top_menu {
	float: right;
	width: 600px;
	font-size: 1em;
	color: #999;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}
.top_menu a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: baseline;
}
.top_menu a:hover {
	color: #a6be4b;
}



.innowork_content {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 0.9em;
/*	line-height: 1.4em; */
}
.innowork_content h1 {
	font-size: 2.1em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 30px;
}
.innowork_content h2 {
	font-size: 1.3em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}
.innowork_content p {
	margin-top: 0px;
	margin-bottom: 10px;	
}
.innowork_content a {
	color: #0080C0;
	
}

.innowork_bottom {
	float: left;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #81ccf1;
	font-size: 0.7em;
	color: #333;
	position:relative;
}

.layer1_left {
	background-image: url(images/layer1_left.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -175px;
	top: 200px;
	height: 90px;
	width: 180px;
	z-index: 1000;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
	padding-top: 20px;
	padding-left: 5px;
}
.layer2_left {
	background-image: url(images/layer2_left.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -175px;
	top: 300px;
	height: 90px;
	width: 180px;
	z-index: 1000;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
	padding-top: 20px;
	padding-left: 5px;	
}

.layer3_left {
	background-image: url(images/layer3_left.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -175px;
	top: 100px;
	height: 90px;
	width: 180px;
	z-index: 1000;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
	padding-top: 20px;
	padding-left: 5px;	
}



.layer1_right {
	background-image: url(images/linkin.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -56px;
	top: -56px;
	height: 57px;
	width: 56px;
	z-index: 1000;
	cursor: pointer;
}


.line_ {
	width: 860px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #81ccf1;
	position: absolute;
	bottom: 0px;
	left: 20px;
	top: 100px;
}
.list_ {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 0.9em;
}
.list_ h2 {
	margin-left: 130px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #333;
}
.list_ p {
	margin-top: 0px;
	margin-left: 130px;	
}
.list_ img {
	float: left;
	width: 100px;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #81CCF1;
	padding: 3px;
}

.list1_ {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 0.9em;
}
.list1_ h2 {
	margin-left: 230px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #333;
}
.list1_ p {
	margin-top: 0px;
	margin-left: 230px;	
}
.list1_ img {
	float: left;
	width: 400px;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #81CCF1;
	padding: 3px;
}
.list2_ {
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 0.9em;
}
.list2_ h2 {
	margin-left: 230px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #333;
}
.list2_ p {
	margin-top: 0px;
	margin-left: 230px;	
}
.list2_ img {
	float: left;
	width: 400px;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #81CCF1;
	padding: 3px;
}





/**
 * CSS3 Tooltips
 * Created by Martin Ivanov
 * http://wemakesites.net
 */
  
/* the tooltip will be applied to any element, containing data-title attribute */
[data-title]
{
    position: relative;
    padding: 0;
}
 
[data-title]::before,
[data-title]::after
{
    position: absolute;
    left: 60%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background: #333;
	
    
     
   
}
 
[data-title]:hover::before,
[data-title]:hover::after
{
    opacity: 1;
    visibility: visible;
}
 
/* the tooltip */
[data-title]::before
{
    content: attr(data-title);
    width: 28px;
    padding: 4px;
    margin: -20px 0 0 -20px;
    font: normal 11px/16px Arial, Sans-serif;
    color: #fff;
    cursor: default;
    border-radius: 2px;
	text-align:center;
	
	
}
 
/* the pointer */
[data-title]::after
{
    content: "";
    width: 8px;
    height: 8px;
    margin: -1px 0 0 -6px;
	
     
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}






.left_ {
	width: 560px;
	float: left;
}

.contact_form {
	background-color: #CCC;
	float: right;
	width: 220px;
	padding: 20px;
	font-size: 0.9em;
}

.path_ {
	width: 90%;
	float: left;
	margin-bottom: 10px;
	margin-left: 35px;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

.path_ a {
	color: #666;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}

.path_ a:hover {
	color: #d92009;
	text-decoration: underline;
}

.test h1 {
	font-size: 16px;
	font-weight: bold;
}
.test h2 {
	font-size: 14px;
	font-weight: bold;
}
.test p {
	padding:10px;	
}


.box {
  cursor: pointer;
  height: 205px;
  position: relative;
  overflow: hidden;
  width: 205px;
  float:left;
  margin-left:7px;
  margin-right:6px;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
  background-color: #304562;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 190px;
  height: 205px;
  padding: 50px 10px;
}

.box:hover .overbox { opacity: 1; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
  font-size: 14px;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}