/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
input {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol, li {
	list-style-type: none;
}
input, textarea {
	outline: none;
}
strong {
	font-weight: bold;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.cb {
	clear: both;
}
a {
	text-decoration: none;
}
p a, span a, h5 a {
	color: #4599c8;
}
p a:hover, span a:hover, h5 a:hover {
	color: #2b3039;
}
.fancy-hr {
	border: none;
	height: 1.5px;
	background: #e4e4e4;
	-webkit-box-shadow: 0px 0px 7px #d7d7d7;
	box-shadow: 0px 0px 7px #d7d7d7;
	margin: 1em 0;
}
.aboutMe-hr {
	border: none;
	height: 2px;
	background: #e4e4e4;
}
/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */
/* ---------- GENERAL ---------- */
body {
	font: 14px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5b5b5b;
/* 	background: transparent url('../images/main-bg.png') 0 0; */
}
p, ul, ol {
	margin-bottom: 1.5em;
}
p a, h5 a {
	color: #4599c8;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
hr {
	border: none;
	height: 1px;
	border-top: 1px solid #e4e4e4;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	color: #2b3039;
	line-height: 1.5em;
	margin-top: 0.4em;
	margin-bottom: 1.5em;
}
h1 {
	font-size: 32px;
	font-family: "Bree Serif", Arial, sans-serif;
}
h2 {
	color: black;
	font-size: 26px;
	font-family: "Bree Serif", Arial, sans-serif;
}
h3 {
	font-size: 25px;
	font-family: "Bree Serif", Arial, sans-serif;
}
h4 {
	color: black;
	display: block;
	float: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer h4 {
	color: white;
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}
h5 {
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	line-height: 0.4em;
}
h6 {
	color: #c9c9c9;
	font-size: 12px;
}
/* ---------- HEADER ---------- */
.main-header {
	background: #72c8c6;
	border-bottom: 1px solid #72c8c6;
	-webkit-box-shadow: inset 0px -2px 0px #72c8c6, 0px 0px 2px #72c8c6;
	box-shadow: inset 0px -2px 0px #72c8c6, 0px 0px 2px #72c8c6;
	margin-bottom: 0.5em;
}
/* ---------- HEADER OF HOME---------- */
.main-header-home {
	background: white;
}
/* ---------- TOP NAV ---------- */
.top-menu-container {
	background: #2C2C33;
	margin-left: -102px;
	padding-top: 0.5em;
	padding-bottom: 0.56em;
}
.top-menu-container .top-menu-navigation ul {
	z-index: 999999;
}
.top-menu-container .top-menu-navigation ul > li {
	float: left;
	position: relative;/*	font-weight: bold;*/
}
.top-menu-container .top-menu-navigation ul > li a {
	color: #EDFFFF;
	display: inline-block;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	position: relative;
	padding-left: 0.2em;
	padding-right: 1.3em;
	font-weight: 300;
}
.top-menu-container .top-menu-navigation ul > li a:hover {
	color: white;
}
.top-menu-container .top-menu-navigation ul > li a::before {
	content: '|';
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0px;
	color: #EDFFFF;
}
.top-menu-container .top-menu-navigation ul > li ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	background: #2d2d2d;
	background-color: rgba(15,46,61,0.95);
	border: 0px solid #414856;
	border-bottom: 0;
	position: absolute;
	left: -1em;
	font-weight: 200;
}
.top-menu-container .top-menu-navigation ul > li ul li {
	float: none;
	white-space: nowrap;
	border-bottom: 0px solid #414856;
	position: relative;
}
.top-menu-container .top-menu-navigation ul > li ul li a {
	padding-left: 2em;
	padding-right: 2em;
	margin-left: auto;
	margin-right: auto;
}
.top-menu-container .top-menu-navigation ul > li ul li a::before {
	content: '';
}
.top-menu-container .top-menu-navigation ul > li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	position: absolute;
	left: 100%;
	top: -1px;
}
.top-menu-container .top-menu-navigation ul > li:hover > ul {
	opacity: 50;
	background: #2C2C33;
	margin-left: auto;
	filter: alpha(opacity=100);
	visibility: visible;
}
.top-menu-container .top-menu-navigation ul > li:hover > a, #top a.thispage {
	color: #61D2FF;
}
/* ---------- HOME Sections ---------- */
.home {
	min-height: 300px;
}
.home div {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}
.home h1{
	font-size: 38px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 0.1em;
}
.home h2{
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
}
.home h3{
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 10px;
}
.home p {
	font-size: 17px;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.5em;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.home a {
	width: 100px;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: lighter;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 6px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.home-logo { 
	float: left;
	width: 88%;
	margin-left: 0px;
}
.home-logo img {
	display: block;
	width: 32px;
	height: auto;
	margin-left: 47px;
	margin-top: 6px;
}
.home-descrip {
	display: block;
}
.home-descrip p {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 2px;
}
.xComp-descrip {
	display: block;
}
.xComp-descrip p{
	margin-top: 5px;
	margin-bottom: 15px;
}
.home-mainImage { 
	float: left;
	width: 100%;
	margin-bottom: -20px;
	border-radius: 8px;
	background: #FAFAFA;
}
.home-mainImage img {
	display: block;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.home-DLP {
	display: block;
}
.home-DLP p {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.home-DLP h1 {
	width: 80%;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
}
.home-DLP a {
	margin-left: 10px;
}
.home-DLP img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: 0px;
	background-color: transparent;
}
.home-image { 
	float: right;
	width: 100%;
	border-radius: 8px;
}
.home-image-left {
	float: left;
}
.home-image img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}

/* ---------- DATA Sections ---------- */
.home-green {
	background: #D7F4FF;
}
.home-green h1{
	color: #0194A6;
}
.home-green h2{
	color: #206f6c;
}
.home-green h3{
	color: #206f6c;
}
.home-green p{
	color: #666666;
}
.home-green a{
	color: #0194A6;
	background-color: #FFFFFF;
}
.home-green a:hover, .home-green a:active, .home-green a:focus {
	color: white;
	background-color: #0194A6;
}
.home-green-img {
	background-color: #D7F4FF;
}
.home-green-img img{
}
.green-hr {
	border: none;
	height: 2px;
	background: #67bcba;
}
/* ---------- NET Sections ---------- */
.home-gold {
	background: #FFEDD5;
}
.home-gold h1{
	color: #C24F4A;
}
.home-gold h2{
	color: #C24F4A;
}
.home-gold h3{
	color: #C24F4A;
}
.home-gold p{
	color: #666666;
}
.home-gold a{
	color: #C24F4A;
	background-color: #FFFFFF;}
.home-gold a:hover, .home-gold a:active, .home-gold a:focus {
	color: white;
	background-color: #C24F4A;
}
.home-gold-img {
	background-color: #FFEDD5;
}
.home-gold-img img{
}
.gold-hr {
	border: none;
	height: 2px;
	background: #67bcba;
}
/* ---------- TRAIN Sections ---------- */
.home-train {
	background: #EDF6E9;
}
.home-train h1{
	color: #39789B;
}
.home-train h2{
	color: #39789B;
}
.home-train h3{
	color: #39789B;
}
.home-train p{
	color: #666666;
}
.home-train a{
	color: #39789B;
	background-color: #FFFFFF;}
.home-train a:hover, .home-train a:active, .home-train a:focus {
	color: white;
	background-color: #39789B;
}
.home-train-img {
	background-color: #EDF6E9;
}
.home-train-img img{
}
.train-hr {
	border: none;
	height: 2px;
	background: #67bcba;
}
/* ---------- DEPLOY Sections ---------- */
.home-deploy {
	background: #DFEBFF;
}
.home-deploy h1{
	color: #4364A1;
}
.home-deploy h2{
	color: #4364A1;
}
.home-deploy h3{
	color: #4364A1;
}
.home-deploy p{
	color: #666666;
}
.home-deploy a{
	color: #4364A1;
	background-color: #FFFFFF;}
.home-deploy a:hover, .home-deploy a:active, .home-deploy a:focus {
	color: white;
	background-color: #4364A1;
}
.home-deploy-img {
	background-color: #DFEBFF;
}
.home-deploy-img img{
}
.deploy-hr {
	border: none;
	height: 2px;
	background: #67bcba;
}
/* ---------- DATA PAGE ---------- */
.data div {
	padding-top: 0.8em;
	padding-bottom: 0.5em;
}
.data {
	min-height: 300px;
	background: #D7F4FF
}
.data h1{
	color: #0194A6;
	font-size: 38px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -10px;
	margin-bottom: 0px;
}
.data h2{
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
	color: #58782e;
}
.data h3{
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 10px;
	color: #58782e;
}
.data p{
	color: white;
	font-size: 17px;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.5em;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.data-img {
	display: block;
	float: center;
	width: 90%;
	height: auto;
	border-radius: 20px;
	background-color: transparent;
}
.data-img img {
	display: block;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}
.data-hr {
	border: none;
	height: 2px;
	background: #85A853;
}
.data a{
	float: center;
/* 	width: 100px; */
	font-size: 20px;
/* 	display: block; */
	text-align: center;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	color: #0194A6;
	background-color: transparent;
}
.data a:hover, .data a:active, .data a:focus {
	color: #0194A6;
	text-decoration: underline;
	background-color: transparent;
}
/* ---------- Classification Sections ---------- */
.data-classification {
	min-height: 300px;
	background: #FAFAFA
}
.data-classification div {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}
.data-classification h1 {
	color: #0194A6;
	font-size: 32px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
.data-classification h2 {
	color: #454545;
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
}
.data-classification h3 {
	color: #454545;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 5px;
}
.data-classification p {
	color: #666666;
	width: 90%;
	font-size: 17px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.55em;
	margin-bottom: 15px;
	margin-right: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.data-classification a {
	color: #757575;
	background-color: #d1d1d1;
	width: 100px;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: 200;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 6px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.data-classification a:hover, .data-classification a:active, .data-classification a:focus {
	color: white;
	background-color: #454545;
}
.data-classification-img { 
	background: transparent;
	float: center;
	width: 98%;
	border-radius: 0px;
	margin-bottom: -10px;
}
.data-classification-img img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
.data-classification-hr {
	border: none;
	height: 2px;
	background: #e5e5e5;
}
/* ---------- Segmentation Sections ---------- */
.data-segmentation {
	min-height: 300px;
	background: #FFFFFF
}
.data-segmentation div {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}
.data-segmentation h1 {
	color: #0194A6;
	font-size: 32px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
.data-segmentation h2 {
	color: #454545;
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
}
.data-segmentation h3 {
	color: #454545;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 5px;
}
.data-segmentation p {
	color: #666666;
	width: 90%;
	font-size: 17px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.6em;
	margin-bottom: 15px;
	margin-right: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.data-segmentation-img { 
	background: transparent;
	float: center;
	width: 98%;
	border-radius: 0px;
	margin-bottom: -10px;
}
.data-segmentation-img img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
.data-segmentation-hr {
	border: none;
	height: 2px;
	background: #f0f0f0;
}
/* ---------- NET PAGE ---------- */
.net div {
	padding-top: 0.8em;
	padding-bottom: 0.5em;
}
.net {
	min-height: 300px;
	background: #FFEDD5
}
.net h1{
	color: #C24F4A;
	font-size: 38px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -10px;
	margin-bottom: 0px;
}
.net h2{
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
	color: #58782e;
}
.net h3{
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 10px;
	color: #58782e;
}
.net p{
	color: white;
	font-size: 17px;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.5em;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.net-img {
	display: block;
	float: center;
	width: 100%;
	height: auto;
	border-radius: 20px;
	background-color: transparent;
}
.net-img img {
	display: block;
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}
.net-hr {
	border: none;
	height: 2px;
	background: #85A853;
}
.net a{
	float: center;
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	color: #C24F4A;
	background-color: transparent;
}
.net a:hover, .net a:active, .net a:focus {
	color: #C24F4A;
	text-decoration: underline;
	background-color: transparent;
}
/* ---------- Net Construction Sections ---------- */
.net-construction {
	min-height: 300px;
	background: #FAFAFA
}
.net-construction div {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}
.net-construction h1 {
	color: #C24F4A;
	font-size: 32px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
.net-construction h2 {
	color: #454545;
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
}
.net-construction h3 {
	color: #454545;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 5px;
}
.net-construction p {
	color: #666666;
	width: 90%;
	font-size: 17px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.55em;
	margin-bottom: 15px;
	margin-right: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.net-construction a {
	color: #757575;
	background-color: #d1d1d1;
	width: 100px;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: 200;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 6px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.net-construction a:hover, .net-construction a:active, .net-construction a:focus {
	color: white;
	background-color: #454545;
}
.net-construction-img { 
	background: transparent;
	float: center;
	width: 100%;
	border-radius: 0px;
	margin-bottom: -10px;
}
.net-construction-img img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
.net-construction-hr {
	border: none;
	height: 2px;
	background: #e5e5e5;
}
/* ---------- Segmentation Sections ---------- */
.net-operation {
	min-height: 300px;
	background: #FFFFFF
}
.net-operation div {
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}
.net-operation h1 {
	color: #C24F4A;
	font-size: 32px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
.net-operation h2 {
	color: #454545;
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
}
.net-operation h3 {
	color: #454545;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 5px;
}
.net-operation p {
	color: #666666;
	width: 90%;
	font-size: 17px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.6em;
	margin-bottom: 15px;
	margin-right: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.net-operation-img { 
	background: transparent;
	float: center;
	width: 100%;
	border-radius: 0px;
	margin-bottom: -10px;
}
.net-operation-img img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
.net-operation-hr {
	border: none;
	height: 2px;
	background: #f0f0f0;
}
/* ---------- TRAIN PAGE ---------- */
.train div {
	padding-top: 0.8em;
	padding-bottom: 0.5em;
}
.train {
	min-height: 300px;
	background: #EDF6E9
}
.train h1{
	color: #39789B;
	font-size: 38px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -10px;
	margin-bottom: 0px;
}
.train h2{
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
	color: #58782e;
}
.train h3{
	display: block;
	float: left;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #39789B;
}
.train p{
	color: #666666;
	float: left;
	font-size: 17px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.3em;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.train-img {
	display: block;
	float: center;
	width: 90%;
	height: auto;
	border-radius: 20px;
	background-color: transparent;
}
.train-img img {
	display: block;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.train-hr {
	border: none;
	height: 2px;
	background: #85A853;
}
.train a{
	float: center;
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	color: #0194A6;
	background-color: transparent;
}
.train a:hover, .train a:active, .train a:focus {
	color: #0194A6;
	text-decoration: underline;
	background-color: transparent;
}
/* ---------- DEPLOY PAGE ---------- */
.deploy div {
	padding-top: 0.8em;
	padding-bottom: 0.5em;
}
.deploy {
	min-height: 300px;
	background: #DFEBFF
}
.deploy h1{
	color: #4364A1;
	font-size: 38px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -10px;
	margin-bottom: 0px;
}
.deploy h2{
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
	color: #4364A1;
}
.deploy h3{
	display: block;
	float: left;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #4364A1;
}
.deploy p{
	color: #666666;
	float: left;
	font-size: 17px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.3em;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.deploy-img {
	display: block;
	float: center;
	width: 90%;
	height: auto;
	border-radius: 20px;
	background-color: transparent;
}
.deploy-img img {
	display: block;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.deploy-hr {
	border: none;
	height: 2px;
	background: #85A853;
}
.deploy a{
	float: center;
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	color: #0194A6;
	background-color: transparent;
}
.deploy a:hover, .deploy a:active, .deploy a:focus {
	color: #0194A6;
	text-decoration: underline;
	background-color: transparent;
}
/* ---------- Tutorial Sections ---------- */
.tutorial {
	min-height: 300px;
	background: #FFFFFF;
}
.tutorial div {
	padding-top: 1em;
	padding-bottom: 1em;
	background: #FFFFFF
}
.tutorial h1 {
	color: #333333;
	font-size: 38px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-weight: 800;
	margin-top: -10px;
	margin-bottom: 0.8em;
	line-height: 1.3;
}
.tutorial h2 {
	color: #333333;
	font-size: 34px;
	font-weight: 600;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
}
.tutorial h3 {
	color: #333333;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-top: -5px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.tutorial h4 {
	color: #333333;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-top: -5px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.tutorial h5 {
	color: #333333;
	width: 90%;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.55em;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 1px;
	margin-left: 30px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.tutorial li {
	color: #333333;
	width: 90%;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.55em;
	margin-bottom: 12px;
	margin-right: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.tutorial p {
	color: #333333;
	width: 100%;
	font-size: 17px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.55em;
	margin-bottom: 15px;
	margin-right: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.tutorial a {
	color: #333333;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-top: -5px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.tutorial a:hover, .tutorial a:active, .tutorial a:focus {
	color: #333333;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-top: -5px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.tutorial-img { 
	background: transparent;
	float: center;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 0px;
}
.tutorial-img img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	margin-bottom: 1px;
}
.tutorial-hr {
	border: none;
	height: 1px;
	background: #e5e5e5;
}
.content-img { 
	display: block;
	background: transparent;
	float: center;
	width: 60%;
	border-radius: 0px;
	margin-bottom: 0px;
	margin-left: 20%;
	margin-right: 20%;
}
.content-img img {
	display: block;
	float: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 2px;
}
.content a {
	font-weight: 200;
	text-decoration: underline;
	border-bottom-color: #111111;
}
.content a:hover, .content a:active, .content a:focus {
	font-weight: 200;
	text-decoration: underline;
}
.catalog a {
	font-weight: 200;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}
.catalog a:hover, .catalog a:active, .catalog a:focus {
	font-weight: 200;
}
#tutorial-1 div {
	padding-top: 1.5em;
}
/* ---------- Installation PAGE ---------- */
/* ---------- Ubuntu Sections ---------- */
#preface h4 {
	color: #454545;
	font-size: 20px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 10px;
}
#ubuntu p{
	margin-bottom: 8px;
}
#ubuntu a{
	display: inline;
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	color: #C24F4A;
	background-color: transparent;
}
#ubuntu a:hover, #ubuntu a:active, #ubuntu a:focus {
	color: #C24F4A;
	text-decoration: underline;
	background-color: transparent;
}
#mac {
	background: #FFFFFF
}
#mac a{
	float: center;
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	color: #C24F4A;
	background-color: transparent;
}
#mac a:hover, #mac a:active, #mac a:focus {
	color: #C24F4A;
	text-decoration: underline;
	background-color: transparent;
}

/* ---------- DARK Sections ---------- */
@font-face {
  font-family: Avenir-light;
  src: url(font/Avenir 35 Light.otf);
}
@font-face {
  font-family: Avenir-bold;
  src: url(font/Avenir-Medium.otf);
}
netdesign {
  color: white;
  font-size: 38px;
  font-family: Avenir-light;
  margin-left: 10px;
}
redefined {
  color: white;
  font-size: 38px;
  font-family: Avenir-bold;
  margin-left: 10px;
}
.home-dark {
	background: #2C2C33
}
.home-dark h1{
	font-size: 60px;
	font-weight: bold;
	color: #61D2FF;
}
.home-dark h3{
	color: #454545;
}

.home-dark p{
  color: white;
  font-family: Avenir-light;
}
.home-dark a{
	width: 120px;
	font-size: 15px;
	display: block;
	text-align: center;
	font-weight: lighter;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	color: white;
	background-color: #0375D0;
}
.home-dark a:hover, .home-dark a:active, .home-dark a:focus {
	background-color: #0263B0;
}
.home-dark-img {
/* 	opacity: inherit; */
	background-color: transparent;
}
.home-dark-img img{
}
/* ---------- WHITE Sections ---------- */
.home-white {
	background: white;
}
.home-white h1{
	color: #454545;
}
.home-white h2{
	color: #454545;
}
.home-white h3{
	color: #454545;
}
.home-white p{
	color: #666666;
}
.home-white a{
	color: #757575;
	background-color: #d1d1d1;
}
.home-white a:hover, .home-white a:active, .home-white a:focus {
	color: white;
	background-color: #454545;
}
.home-white-img {
	background-color: #eaeaea;
}
.home-white-img img{
}
.home h1{
	font-size: 38px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 0.5em;
}
.home h2{
	font-size: 34px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: 4px;
	margin-bottom: 16px;
}
.home h3{
	font-family: "Arial", Helvetica, Arial, sans-serif;
	margin-top: -5px;
	margin-bottom: 10px;
}
.home p{
	font-size: 17px;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.5em;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
#xComposite h1{
	font-size: 38px;
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 27px;
/* 	text-align: center; */
	text-align: -webkit-center;
}
#xComposite h2 {
	font-size: 30px;
	color: #999999;
/* 	font-family: "Arial", Helvetica, Arial, sans-serif; */
	margin-top: 1px;
	margin-bottom: 15px;
	margin-left: 27px;
}
#xComposite p {
	color: #454545;
	font-size: 16px;
/* 	font-family: "Arial", Helvetica, Arial, sans-serif; */
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#xComposite a {
	color: #FAFAFA;
	background-color: white;
	margin-top: 1px;
	margin-bottom: 25px;
	margin-left: 27px;
	font-size: 14px;
	display: -webkit-inline-box;
	text-align: -webkit-center;
	border-radius: 4px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
#xComposite a:hover, #xComposite a:focus {
	color: #FAFAFA;
	background-color: #0683E2;
}
/* -------- Publication Sections -------- */
#publication p{
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.5em;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
#publication a{
	color: white;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.5em;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
#publication a:hover, #publication a:active, #publication a:focus {
	color: #ae4d29;
}
#contact img{
/* 	clear: left; */
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 4px;
	width: 19px;
	float: left;
	margin-top: 2px;
	padding-bottom: 20px;
/* 	max-width: 100%; */
}
#contact p {
	padding-top: -2em;
	padding-left: 30%;
}
#skills p {
	line-height:18px;
	padding-left: 20px;
}
#skills h6 {
	padding-left: 20px;
	margin-top: 4px;
}
#skills table{
	color: #454545;
	margin-left: 30%;
	margin-top: 10px;
	margin-left: 20px;
	width: 90%;
}
/* ---------- DOWNLOAD ---------- */
dow {
	color: #0683E2;
}
#download {
	background: #FAFAFA;
	min-height: 20px;
	position: relative;
	clear: left;
}
#download div {
	padding-top: 0.25em;
	padding-bottom: 0.5em;
}
#download p {
	color: #454545;
	margin-top: 8px;
	margin-bottom: 5px;
	font-family: "Arial", Helvetica, Arial, sans-serif;
}
#download h2 {
	font-size: 38px;
	color: #0683E2;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-weight: 100;
	margin-top: 15px;
	margin-bottom: 15px;
}
#download h3 {
	color: #0683E2;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: 80;
	margin-top: 5px;
	margin-bottom: 3px;
}
#download h1{
	margin-top: 10px;
	margin-bottom: 20px;
}
#download a {
	color: #0683E2;
	background-color: transparent;
	display: block;
	width: 40%;
	border-style: solid;
	border-radius: 6px;
	border-width: thin;
	border-color: #0683E2;
	border-collapse:collapse;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 200;
	text-align: -webkit-center;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
#download a:hover, #download a:focus {
	color: #FAFAFA;
	background-color: #0683E2;
}
#email a {
	color: #0683E2;
	background-color: transparent;
	display: inline;
	width: 40%;
	border-style: none;
	font-size: 21px;
	font-weight: 200;
	text-align: -webkit-center;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
#email a:hover, #email a:active, #email a:focus {
	font-weight: 200;
	text-decoration: underline;
}
.download-bot {
	float: right;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 12px;
	background-color: #FAFAFA;
}
.download-bot p {
	color: #777779;;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	padding-top: -20px;
	padding-left: 60%;
	margin-top: -40px;
	line-height:15px;
}
.download-bot img {
	display: block;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.download-bot h3 {
	padding-bottom: 4px;
}
em {
	color: #676767;
	font-style: italic;
}
em2 {
	color: #84b24f;
	font-style: italic;
	font-weight: 400;
}
em3 {
	font-size: 17px;
	font-weight: 400;
}
.author {
	color: #676767;
	float: left;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
}
/* ---------- COLORS ---------- */
/* ----Yellow---- */
yel {
	color: #fee49e;
}
/* ----Red---- */
red {
	color: #C25258;
}
/* ----Yellow---- */
yel2 {
	color: #EEB03B;
}
/* ----Green---- */
gre {
	color: #83b348;
}
/* ----Orange---- */
org {
	color: #f27d51;
}
/* ----Blue---- */
blu {
	color: #0f7776;
}
/* ----Blue2---- */
blu2 {
	color: #4FC0DE;
}
/* ----Blue3---- */
blu3 {
	color: #0175AE;
}
/* ----Purble---- */
pur {
	color: #46a19f;
}
/* ----SOFT Green---- */
sfg {
	color: #84AE9B;
}
/* ----White---- */
wht {
	color: #F9F9F9;
}
/* ---------- ARTICLES ---------- */
.articles {
	padding-top: 0;
	padding-bottom: 0;
	background: white;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
	box-shadow: inset 5px 5px 0px #fafafa, inset -5px -5px 0px #fafafa, 0px 0px 5px #d7d7d7;
	margin-bottom: 0.5em;
}
.articles article {
	padding: 0 2em;
	margin-top: 3em;
	margin-bottom: 0;
	padding-bottom: 0em;
}
.articles article .article-meta-categories {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.articles article .article-meta-categories a {
	color: #c9c9c9;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
}
.articles article header h1 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 21px;
}
.articles article h1 a {
	color: #2b3039;
}
.articles article h1 a:hover {
	color: #4599c8;
}
.articles article header h2 {
	color: #454545;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: -8px;
	margin-bottom: 10px;
	line-height: 30px;
}
.articles article h2 a {
	color: #2b3039;
}
.articles article h2 a:hover {
	color: #4599c8;
}
.articles article .article-meta-extra {
	font-size: 12px;
	color: #c9c9c9;
	height: 14px;
	line-height: 14px;
	font-style: italic;
	padding-bottom: 20px;
}
.articles article .article-meta-extra a {
	font-weight: normal;
}
.articles article h1 + .article-meta-extra {
	height: 42px;
	line-height: 42px;
}
.articles article .article-meta-comments {
	float: right;
	background: transparent url('../images/comments-base-out.png') center center no-repeat;
	width: 42px;
	height: 46px;
	color: white;
	text-align: center;
	padding-top: 11px;
	margin-top: 42px;
}
.articles article .article-meta-comments:hover {
	background: transparent url('../images/comments-base-over.png') center center no-repeat;
}
.articles article .article-preview-content {
	float: left;
	margin-left: 1px;
}
.articles article .article-preview-image {
	float: left;
	margin-top: 0.1em;
	margin-bottom: 1.5em;
	margin-left: 1px;
	margin-right: 5px;
}
.articles article ul li {
	width: 90%;
	float: left;
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom: 0em;
}
.articles article a{
	width: 100px;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: lighter;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 6px;
	color: #f47d4a;
	background-color: #f1f1f1;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.articles article a:hover, .articles article a:active, .articles article a:focus {
	color: white;
	background-color: #f47d4a;
}
.articles article .article-preview-image img {
	width: 90%;
	border: 1px solid #d7d7d7;
}
.articles article .article-preview-image-shadowed img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 5px #d7d7d7;
	box-shadow: 0px 0px 5px #d7d7d7;
}
.articles .post-format-quote {
	float: right;
	width: 42px;
	height: 42px;
	background: transparent url('../images/quote-format-icon.png') center center no-repeat;
	margin-top: 15px;
}
.articles .quote-container {
	background: #fafafa;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 5px #d7d7d7;
	box-shadow: 0px 0px 5px #d7d7d7;
	text-align: center;
	padding: 3em;
}
.articles .quote-container blockquote {
	font: 21px Georgia, serif;
	color: #2b3039;
	font-style: italic;
	background: transparent;
	padding: 0;
	margin: 0;
}
.articles .quote-container cite {
	margin-top: 1.5em;
	display: block;
}
.articles .post-format-url {
	float: right;
	width: 42px;
	height: 42px;
	background: transparent url('../images/url-format-icon.png') center center no-repeat;
	margin-top: 15px;
}
.articles .url-container {
	background: #fafafa;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 5px #d7d7d7;
	box-shadow: 0px 0px 5px #d7d7d7;
	text-align: center;
	padding: 3em;
}
.articles .url-container p {
	font-size: 21px;
	color: #2b3039;
}
.articles .url-container span {
	margin-top: 1.5em;
	display: block;
	text-align: center;
	word-break: break-all;
}
.articles .articles-nav {
	padding: 0 3em;
	margin-top: -1.5em;
}
.articles .articles-nav .articles-nav-prev {
	float: left;
}
.articles .articles-nav .articles-nav-next {
	float: right;
}
.articles .article-full-image img {
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 5px #d7d7d7;
	box-shadow: 0px 0px 5px #d7d7d7;
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}
.articles hr {
	margin: 1em 0;
}
.aligncenter, .alignleft, .alignright, .alignnone {
	padding: 3px;
	background: white;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 5px #d7d7d7;
	box-shadow: 0px 0px 5px #d7d7d7;
	margin: 1.5em 0;
}
.aligncenter, img.centered {
	display: block;
	margin: 1.5em auto;
}
.alignleft {
	float: left;
	margin: 1.5em 2em 1.5em 0;
}
.alignright {
	float: right;
	margin: 1.5em 0 1.5em 2em;
}
.wp-caption {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
	line-height: 34px;
}
.video-container + p {
	margin-top: 1.5em;
}
.tag-container {
	border: 1px solid #e4e4e4;
	border-width: 1px 0;
	font-size: 12px;
	font-style: italic;
	line-height: 42px;
	color: #c9c9c9;
	margin-top: 3em;
}
.post-navigation {
	text-align: center;
	font-size: 12px;
	line-height: 42px;
}
.article-author {
	background: #fafafa;
	border-top: 1px solid #d7d7d7;
	padding: 3em;
	-webkit-box-shadow: inset 5px 0 0 #ededed, inset -5px -5px 0px #ededed;
}
.article-author p {
	margin-bottom: 0;
}
/* ---------- COMMENTS ---------- */
.comments-area {
	margin-top: 3em;
}
.article-add-comments {
	display: inline-block;
	float: right;
	background: transparent url('../images/comments-base-out.png') center center no-repeat;
	width: 42px;
	height: 46px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-top: 9px;
}
.article-add-comments:hover {
	background: transparent url('../images/comments-base-over.png') center center no-repeat;
}
.commentslist {
	margin-top: 3em;
	counter-reset: comment-id;
}
.commentslist li ol, .commentslist li ul {
	padding-left: 3em;
	margin-left: 3em;
	border-left: 1px dotted #bebebe;
}
.commentslist li ol li, .commentslist li ul li {
	position: relative;
}
.commentslist li ol li::before, .commentslist li ul li::before {
	content: '';
	width: 1em;
	height: 1px;
	border-bottom: 1px dotted #bebebe;
	position: absolute;
	left: -2em;
	top: 2.5em;
}
.commentslist li article {
	background: white;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 5px #d7d7d7;
	box-shadow: 0px 0px 5px #d7d7d7;
	padding: 1.5em 2em;
	margin-bottom: 1.5em;
}
.commentslist li article.by-admin {
	border-color: #bebebe;
}
.commentslist li article header {
	border-bottom: 1px solid #f1f1f1;
	font-size: 12px;
	margin-bottom: 1.5em;
	position: relative;
}
.commentslist li article header span {
	font-style: italic;
	color: #c9c9c9;
}
.commentslist li article header h5 {
	margin-bottom: 0;
}
.commentslist li article header h5 span {
	font-size: 10px;
	text-transform: uppercase;
	background: #2b3039;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: white;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	height: 21px;
	display: inline-block;
	padding: 0 1em;
	margin-right: .5em;
}
.commentslist li article header::before {
	counter-increment: comment-id;
	content: counter(comment-id);
	position: absolute;
	right: 0;
	color: #e3e3e3;
	font-size: 46px;
	top: 8px;
}
.comment-avatar img {
	float: right;
	margin: 0 0 1.5em 2em;
}
.awaiting-moderation {
	font-style: italic;
	color: #c9c9c9;
}
.comments-nav-section {
	margin: 3em 0;
}
#comment-form p label {
	display: inline;
	font-size: 12px;
}
#comment-form input[type="text"], #comment-form input[type="url"], #comment-form input[type="email"] {
	width: 50%;
	margin-right: 1em;
}
/* ---------- BUTTONS ---------- */
.button {
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: white;
	font-weight: normal;
	padding: 0 1em;
	height: 3em;
	line-height: 3em;
}
.small-button {
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: white;
	font-weight: normal;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin: 6px 0;
}
.blue {
	background-color: #4599c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4599c8), to(#327ea8));
	background-image: -webkit-linear-gradient(top, #4599c8, #327ea8);
	background-image: -moz-linear-gradient(top, #4599c8, #327ea8);
	background-image: -o-linear-gradient(top, #4599c8, #327ea8);
	background-image: linear-gradient(to bottom, #4599c8, #327ea8);
}
.blue:hover {
	background-color: #6cafd4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6cafd4), to(#4599c8));
	background-image: -webkit-linear-gradient(top, #6cafd4, #4599c8);
	background-image: -moz-linear-gradient(top, #6cafd4, #4599c8);
	background-image: -o-linear-gradient(top, #6cafd4, #4599c8);
	background-image: linear-gradient(to bottom, #6cafd4, #4599c8);
	color: white;
}
.gray {
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cbcbcb));
	background-image: -webkit-linear-gradient(top, #e4e4e4, #cbcbcb);
	background-image: -moz-linear-gradient(top, #e4e4e4, #cbcbcb);
	background-image: -o-linear-gradient(top, #e4e4e4, #cbcbcb);
	background-image: linear-gradient(to bottom, #e4e4e4, #cbcbcb);
	color: #5b5b5b;
}
.gray:hover {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d0d0d0));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #d0d0d0);
	background-image: -moz-linear-gradient(top, #e9e9e9, #d0d0d0);
	background-image: -o-linear-gradient(top, #e9e9e9, #d0d0d0);
	background-image: linear-gradient(to bottom, #e9e9e9, #d0d0d0);
	color: #5b5b5b;
}
/* ---------- SIDEBAR ---------- */
.sidebar-widget {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	font-size: 12px;
}
.sidebar-widget h4 {
	margin-bottom: 0;
}
.sidebar-widget ul li ul {
	margin-left: 2em;
	margin-bottom: 0;
}
.sidebar-widget ul li ul li {
	position: relative;
	padding-left: 1em;
}
.sidebar-widget ul li ul li::before {
	content: '-';
	position: absolute;
	left: 0;
}
.sidebar-widget ul li a {
	color: #4599c8;
}
.sidebar-widget ul li a:hover {
	color: #2b3039;
}
.social-icons li {
	float: left;
	margin: 0 10px 10px 0;
}
.social-icons .digg {
	background: transparent url('../images/social/digg.png') center center no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}
.social-icons .facebook {
	background: transparent url('../images/social/facebook.png') center center no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}
.social-icons .twitter {
	background: transparent url('../images/social/twitter.png') center center no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}
.ad-125 li {
	width: 125px;
	height: 125px;
	float: left;
	margin: 0 20px 20px 0;
}
.ad-125 li.alt {
	margin-right: 0;
}
.ad-260 li {
	width: 260px;
	margin: 0 5px 20px 5px;
}
/* ---------- FORMS ---------- */
form input[type="text"], form input[type="email"], form input[type="url"] {
	border: 1px solid #d7d7d7;
	height: 42px;
	-webkit-box-shadow: 0px 0px 5px #d7d7d7;
	box-shadow: 0px 0px 5px #d7d7d7;
	padding: 1em;
	width: 100%;
}
form input[type="text"]:hover, form input[type="email"]:hover, form input[type="url"]:hover, form input[type="text"]:focus, form input[type="email"]:focus, form input[type="url"]:focus {
	border-color: #bebebe;
}
form textarea {
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 5px #d7d7d7;
	box-shadow: 0px 0px 5px #d7d7d7;
	padding: 1em;
	width: 100%;
}
form input[type="submit"] {
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: white;
	font-weight: normal;
	padding: 0 1em;
	height: 3em;
	line-height: 3em;
	background-color: #4599c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4599c8), to(#327ea8));
	background-image: -webkit-linear-gradient(top, #4599c8, #327ea8);
	background-image: -moz-linear-gradient(top, #4599c8, #327ea8);
	background-image: -o-linear-gradient(top, #4599c8, #327ea8);
	background-image: linear-gradient(to bottom, #4599c8, #327ea8);
	border: none;
	cursor: pointer;
	font: normal 12px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form input[type="submit"]:hover {
	background-color: #6cafd4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6cafd4), to(#4599c8));
	background-image: -webkit-linear-gradient(top, #6cafd4, #4599c8);
	background-image: -moz-linear-gradient(top, #6cafd4, #4599c8);
	background-image: -o-linear-gradient(top, #6cafd4, #4599c8);
	background-image: linear-gradient(to bottom, #6cafd4, #4599c8);
	color: white;
}
#search-form input[type="text"] {
	background: #ffffff url('../images/search-icon.png') 1em center no-repeat;
	padding: 1em 1em 1em 3em;
}
/* ---------- FOOTER ---------- */
.footer-widget-area {
	background-color: #2C2C33;
}
.footer-widget-area .footer-sidebar-widget {
	font-size: 13px;
}
.footer-widget-area .footer-sidebar-widget h4 {
	margin-bottom: 0;
}
.footer-widget-area .footer-sidebar-widget ul li ul {
	margin-left: 2em;
	margin-bottom: 0;
}
.footer-widget-area .footer-sidebar-widget ul li ul li {
	position: relative;
	padding-left: 1em;
}
.footer-widget-area .footer-sidebar-widget ul li ul li::before {
	content: '-';
	position: absolute;
	left: 0;
}
.footer-widget-area .footer-sidebar-widget ul li {
	margin-bottom: 10px;
}
.footer-widget-area .footer-sidebar-widget ul li a {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 20px;
	font-size: 15px;
	color: #A5B1C1;
}
.footer-widget-area .footer-sidebar-widget ul li a:hover {
	color: #2ba6fb;
}
.footer-widget-area h4{
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.footer-widget-area p {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	width: 70%;
	margin-top: 10%;
	margin-bottom: 10px;
	color: #989998;
}
.footer-widget-area a:hover {
	color: #83b448;
}
.footer-widget-area a {
	color: white;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: lighter;
}
.footer-sidebar-widget img {
	display: block;
	width: 70%;
	height: auto;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.footer-logo img {
	display: block;
	width: 30%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.5em;
}
.copyright-container {
	background: black;
	border-top: 1px solid #d7d7d7;
	padding-top: 1.5em;
	font-size: 12px;
}
.copyright-container .top-link-footer {
	float: right;
}
/* ---------- RWD ---------- */
#rwd-top-nav-btn, #rwd-main-nav-btn, .rwd-top-nav, .rwd-main-nav {
	display: none;
	margin-left: 102px;
}
.rwd-top-nav li {
	margin-bottom: 1em;
}
.rwd-top-nav li a {
	color: white;
}
.rwd-top-nav li ul {
	margin: 1em 0 0 2em;
}
.rwd-main-nav li {
	margin-bottom: 1em;
}
.rwd-main-nav li a {
	color: #4599c8;
}
.rwd-main-nav li ul {
	margin: 1em 0 0 2em;
}
#goTop {
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.go-top:hover {
	background-color: rgba(0,0,0,0.6);
}
.go-top {
	position: fixed;
	bottom: 12px;
	right: 20px;
	text-decoration: none;
	color: white;
	background-color: rgba(0,0,0,0.3);
	font-size: 14px;
	padding: 1em;
	display: none;
}

/* Smaller than 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	.top-menu-container {
		margin-left: -123px;
	}
	.home h1{
		font-size: 34px;
		margin-top: -10px;
		margin-bottom: 0.3em;
	}
	.home p{
		font-size: 15px;
		line-height: 1.4em;
	}
	.home-DLP {
		display: block;
	}
	.home-DLP p {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 0px;
		font-size: 15px;
	}
	.home-DLP h1 {
		width: 80%;
		font-size: 32px;
		margin-top: 0px;
		margin-bottom: 80px;
		margin-left: 0px;
		margin-right: 0px;
	}
	netdesign {
		width: 80%;
		font-size: 30px;
		margin-left: 0px;
	}
	redefined {
	  font-size: 30px;
	  margin-left: 0px;
	}
	.home-DLP a {
		margin-left: 0px;
	}
	.home-DLP img {
		display: block;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: transparent;
	}
	.main-sidebar {
		width: 270px;
		margin-left: 30px;
	}
}


/* Tablet Portrait size to standard 960 (devices and browsers) (iPad)*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.home-logo { 
		display: block;
		float: center;
		width: 88%;
	}
	.home-logo img {
		display: block;
		float: center;
		width: 32px;
		height: auto;
		margin-left: 50px;
		margin-right: 5px;
		margin-top: 8px;
		margin-bottom: 10px;
	}
	.home h1{
		font-size: 26px;
		margin-top: -20px;
		margin-bottom: 0.3em;
	}
	.home p{
		font-size: 14px;
		line-height: 1.4em;
	}
	.home-DLP {
		display: block;
	}
	.home-DLP p {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 0px;
		font-size: 15px;
	}
	.home-DLP h1 {
		width: 80%;
		font-size: 32px;
		margin-top: 0px;
		margin-bottom: 80px;
		margin-left: 0px;
		margin-right: 0px;
	}
	netdesign {
		width: 80%;
		font-size: 30px;
		margin-left: 0px;
	}
	redefined {
	  font-size: 30px;
	  margin-left: 0px;
	}
	.home-DLP a {
		margin-left: 0px;
	}
	.home-DLP img {
		display: block;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 0px;
		background-color: transparent;
	}
	.home-descrip h1{
		margin-bottom: 22px;
	}
	.home-descrip a{
		margin-top: -20px;
	}
	#classification h1 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 0.3em;
	}
	#classification h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: -5px;
	}
	#classification p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#segmentation h1 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 0.3em;
	}
	#segmentation h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: -5px;
	}
	#segmentation p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#construction h1 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 0.3em;
	}
	#construction h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: -5px;
	}
	#construction p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#operation h1 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 0.3em;
	}
	#operation h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: -5px;
	}
	#operation p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#library h1 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 0.3em;
	}
	#library h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: -5px;
	}
	#library p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#train-detailed h1 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 0.3em;
	}
	#train-detailed h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: -5px;
	}
	#train-detailed p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#deploy-detailed h1 {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 0.3em;
	}
	#deploy-detailed h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: -5px;
	}
	#deploy-detailed p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.article-container-fix {
		width: 724px;
	}
}
	
/* All Mobile Sizes (devices and browser) for iPhone */
@media only screen and (max-width: 767px) {
	/* ---------- TOP NAV ---------- */
	.top-menu-container {
		margin-left: -100px;
	}
	.home-logo { 
		display: block;
		float: left;
		width: 100%;
	}
	.home-logo img {
		display: block;
		float: left;
		width: 32px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.home h1{
		font-size: 28px;
		font-weight: 500;
		margin-top: -20px;
		margin-bottom: 0.3em;
	}
	.home h2{
		font-weight: 400;
	}
	.home p{
		font-size: 16px;
		line-height: 1.4em;
	}
	.home-DLP {
		display: block;
	}
	.home-DLP p {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
		margin-left: 0px;
	}
	.home-DLP h1 {
		width: 80%;
		font-size: 32px;
		margin-top: -30px;
		margin-bottom: 80px;
		margin-left: 0px;
		margin-right: 0px;
	}
	netdesign {
		width: 80%;
		font-size: 30px;
		margin-left: 0px;
	}
	redefined {
	  font-size: 30px;
	  margin-left: 0px;
	}
	.home-DLP a {
		margin-left: 0px;
	}
	.home-DLP img {
		display: block;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: transparent;
	}
	.home-image {
		margin-top: -20px;
		margin-bottom: -15px;
		float: left;
	}
	.home-mainImage { 
		float: left;
		width: 100%;
		margin-bottom: -20px;
		border-radius: 8px;
		background: #FAFAFA;
	}
	.home-mainImage img {
		display: block;
		width: 110%;
		height: auto;
		margin-left: -5%;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.home-descrip h1{
		margin-bottom: 22px;
		font-weight: 400;
	}
	.home-descrip p{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 2px;
		font-weight: 300;
	}
	.home-descrip a{
		margin-top: -15px;
		font-weight: 400;
	}
	#download h2 {
		font-weight: 400;
	}
	#download a {
		font-weight: 300;
	}
	.main-sidebar,  .top-menu-navigation,  .main-navigation,  .top-ad {
		display: none;
	}
	.article-container-fix {
		width: 724px;
	}
	#rwd-top-nav-btn,  #rwd-main-nav-btn {
		display: inline-block;
		background: #0375D0;
		font-size: 15px;
		border-radius: 0px;
		margin: 1em 0;
		margin-left: 102px;
	}
	.container {
		padding: 0 2em;
	}
	.data-img a {
		font-weight: 300;
	}
	#classification h1 {
		font-size: 22px;
		margin-top: -5px;
		margin-bottom: 0.5em;
	}
	#classification h3 {
		font-size: 18px;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	#classification p {
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.data-classification-img { 
		width: 100%;
		margin-top: -40px;
		margin-bottom: -30px;
	}
	.data-classification-img image{
		width: 100%;
	}
	#segmentation h1 {
		font-size: 22px;
		margin-top: -5px;
		margin-bottom: 0.5em;
	}
	#segmentation h3 {
		font-size: 18px;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	#segmentation p {
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.data-segmentation-img { 
		width: 100%;
		margin-top: -40px;
		margin-bottom: -30px;
	}
	.data-segmentation-img image{
		width: 100%;
	}
	.net-img a {
		font-weight: 300;
	}
	#construction h1 {
		font-size: 22px;
		margin-top: -5px;
		margin-bottom: 0.5em;
	}
	#construction h3 {
		font-size: 18px;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	#construction p {
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.net-construction-img { 
		width: 100%;
		margin-top: -40px;
		margin-bottom: -30px;
	}
	.net-construction-img image{
		width: 100%;
	}
	#operation h1 {
		font-size: 22px;
		margin-top: -5px;
		margin-bottom: 0.5em;
	}
	#operation h3 {
		font-size: 18px;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	#operation p {
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.net-operation-img { 
		width: 100%;
		margin-top: -40px;
		margin-bottom: -30px;
	}
	.net-operation-img image{
		width: 100%;
	}
	#library h1 {
		font-size: 22px;
		margin-top: -5px;
		margin-bottom: 0.5em;
	}
	#library h3 {
		font-size: 18px;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	#library p {
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.net-library-img { 
		width: 100%;
		margin-top: -40px;
		margin-bottom: -30px;
	}
	.net-library-img image{
		width: 100%;
	}
	#train-detailed h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: 0px;
	}
	#train-detailed p {
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.train-img {
		width:100%;
		margin-top: -40px;
		margin-bottom: -10px;
	}
	.train-img img {
		width: 100%;
	}
	#deploy-detailed h3 {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: 0px;
	}
	#deploy-detailed p {
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.deploy-img {
		width:100%;
		margin-top: -40px;
		margin-bottom: -10px;
	}
	.deploy-img img {
		width: 100%;
	}
	.tutorial div {
		padding-top: 0.2em;
		padding-bottom: 0.5em;
		background: #FFFFFF
	}
	.tutorial p {
		width: 100%;
		font-size: 14px;
		font-weight: 300;
	}
	.tutorial-hr {
		border: none;
		height: 1px;
		background: #e5e5e5;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	.tutorial h1 {
		width: 100%;
		font-size: 30px;
		font-weight: 600;
		margin-top: -60px;
		margin-bottom: 30px;
	}
	.tutorial h2 {
		width: 100%;
		font-size: 25px;
		font-weight: 400;
		margin-top: -25px;
		margin-bottom: 10px;
	}
	.article-container-fix {
		width: 100%;
	}
	.footer-logo img {
		display: block;
		width: 20%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2em;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
h1 {
	font-size: 18px;
	line-height: 1.1em;
	padding-top: 10px;
}
.articles article header h1 {
	line-height: 1.5em;
}
.articles article header .article-meta-extra {
	width: 70%;
	height: auto;
	line-height: 21px;
}
.articles article .article-preview-image,  .articles article .article-full-image {
	display: none;
}
.alignleft,  .alignright,  .alignnone {
	float: none;
	margin: 1.5em 0;
}
p + .alignleft,  p + .alignright,  p + .alignnonebr + .alignleft,  br + .alignright,  br + .alignnone {
	margin-top: 0;
}
.commentslist li article header::before {
	content: '';
}
}
