article>h1 {
	background-image: url(../img/technology/bg-tec.png);
}
h2 {
	padding-top: 90px;
	padding-bottom: 60px;
	text-align: left;
}
h3 {
	padding-top: 90px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
table {
	margin-top: 40px;
}
table th {
	color: #6ee6f8;
	padding: 30px;
	line-height: 2em;
}

table td {
	color: #6ee6f8;
	line-height: 1.8em;
	color: #000;
}

table.pra {
	margin-top: 40px;
	width: 100%;
}
table.pra th {
	color: #6ee6f8;
	padding: 30px;
	line-height: 2em;
	text-align: center;
	width: 50%;
}

table.pra td {
	color: #6ee6f8;
	line-height: 1.8em;
	color: #000;
	padding-right: 100px;
	width: 50%;
}


.leftbox {
	width: 410px;
	float: left;
	margin-bottom: 30px;
}
.rightbox {
	width: 410px;
	float: right;
	margin-bottom: 30px;
}

.leftbox img,
.rightbox img {
	margin-top :20px;
	margin-bottom: 20px;
}
.leftbox p,
.rightbox p {
	line-height: 2em
}
p {
	line-height: 2em;
}
p.title {
	color: #6ee6f8;
	font-size: 120%;
}

















@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

.column {
	padding: 0;
	width: 320px;
}
.column:last-child {
	padding-bottom: 60px;
}

.column div {
	position: relative;
	width: 310x;
	float: left;
	height: 194px;
	margin: 0 0 20px;
	padding: 0;
}

.column div.right {
	position: relative;
	width: 310px;
	height: 194px;
	float: right;
	right: 0;
}

.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	top:100px;
	left: 25px;
	z-index: 999;
	display: block;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1;
}
figure {
	position: absolute;
	z-index: 1;
	width: 310px;
	height: 194px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	top:135px;
	left: 25px;
	opacity: 1;
}




/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	opacity: .5;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .8;
}
.hover03 figure {
	background: #333;
}

