@media (max-width:768px) {
	.logo-main {
		margin:0 auto;	
	}
	.newheader-right h1 {
		font-size:20px;
		text-align:center;
		padding-left:10px;
		padding-right:10px;	
	}
	.newheader-phone {
		text-align:center;	
	}
	.newheader-email {
		text-align:center;
	}
}
@media (min-width:768px) {
	.logo-main {
		margin:0;	
	}
	.newheader-email {
		text-align:right;
		padding-right:25px;	
	}
	.newheader-right h1 {
		font-size:20px;
		text-align:right;
		padding-left:0;	
		padding-right:10px;
	}
}
@media (max-width:991px) {
	.newheader {
		background:#f5f5f5;	
	}
}
@media (min-width:992px) {
	.newheader {
		background: #f5f5f5 url('../images/bg-header-digidots.jpg') no-repeat right center;	
	}
	.newheader-right h1 {
		font-size:20px;
		text-align:right;
		padding-right:0;
	}
	.newheader-phone {
		padding-left:75px;	
	}
	.newheader-email {
		text-align:left;
		padding-left:30px;	
		padding-right:0;
	}
}
@media (min-width:1200px) {
	
	.newheader-phone {
		text-align:right;
		padding-right:98px;
		padding-left:15px;
	}
	.newheader-email {
		text-align:left;
		padding-left:15px;	
	}
}
.newheader {
	width:100%;
	border: 1px solid;
	border-color:#ddd;
	/*border-radius: 4px;*/
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius; 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.newheader-right {
	padding-top:10px;	
}
.newheader-right h1 {
	color:#c39e00;
	font-weight:bold;	
}
.header-border {
	height:11px;
	width:100%;
	background:#000 url('../images/bg-header-border.jpg') repeat;
}
.navbar-custom
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius; 4px;
}

/* ------------------------------------------
Word Cloud Styling
--------------------------------------------- */
.wordcloud {
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
	width:325px;
	height:175px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:-10px;
}

/* Text size, position, and rotation */
.wc-soft {
	color: #c39e00;
	font-size:32px;
	position:absolute;
	top:35px;
	left:85px;
}
.wc-custom {
	color:#000;
	font-size:26px;
	position:absolute;
	top:70px;
	left:45px;
}
.wc-sql {
	color:#000;
	font-size:38px;
	position:absolute;
	top:70px;
	left:245px;
}
.wc-dev {
	color: #c39e00;
	font-size:18px;
	position:absolute;
	top:105px;
	left:130px;
}
.wc-db {
	color:#9b8479;
	font-size:20px;
	position:absolute;
	top:45px;
	left:235px;
}
.wc-app {
	color:#9b8479;
	font-size:18px;
	position:absolute;
	top:78px;
	left:140px;
}
.wc-auto {
	color:#000;
	font-size:18px;
	position:absolute;
	top:15px;
	left:95px;
}
.wc-report {
	color:#9b8479;
	font-size:18px;
	position:absolute;
	top:105px;
	left:20px;
}
.wc-web {
	color:#9b8479;
	font-size:18px;
	position:absolute;
	top:5px;
	left:185px;
	-ms-transform:rotate(-90deg);
	-webkit-transorm:rotate(-90deg);
	transform:rotate(-90deg);
}
.wc-excel {
	color:#000;
	font-size:16px;
	position:absolute;
	top:50px;
	left:30px;
}
.wc-vb {
	color: #c39e00;
	font-size:18px;
	position:absolute;
	top:15px;
	left:215px;
}
.wc-net {
	color:#000;
	font-size:14px;
	position:absolute;
	top:45px;
	left:210px;
	-ms-transform:rotate(-90deg);
	-webkit-transorm:rotate(-90deg);
	transform:rotate(-90deg);
}
.wc-access {
	color:#9b8479;
	font-size:14px;
	position:absolute;
	top:38px;
	left:55px;
	-ms-transform:rotate(-90deg);
	-webkit-transorm:rotate(-90deg);
	transform:rotate(-90deg);
}
.wc-word {
	color:#000;
	font-size:14px;
	position:absolute;
	top:120px;
	left:98px;
	-ms-transform:rotate(-90deg);
	-webkit-transorm:rotate(-90deg);
	transform:rotate(-90deg);
}

/* Animations*/
.wc-soft {
	-webkit-animation:key-soft 22s linear 2s infinite alternate both;
	-moz-amimation:key-soft 22s linear 2s infinite alternate both;
	-o-animation:key-soft 22s linear 2s infinite alternate both;
	animation:key-soft 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-soft {
	0%		{opacity:0;}
	9%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-soft {
	0%		{opacity:0;}
	9%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-custom {
	-webkit-animation:key-custom 22s linear 2s infinite alternate both;
	-moz-amimation:key-custom 22s linear 2s infinite alternate both;
	-o-animation:key-custom 22s linear 2s infinite alternate both;
	animation:key-custom 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-custom {
	0%		{opacity:0;}
	7%		{opacity:0;}
	16%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-custom {
	0%		{opacity:0;}
	7%		{opacity:0;}
	16%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-sql {
	-webkit-animation:key-sql 22s linear 2s infinite alternate both;
	-moz-amimation:key-sql 22s linear 2s infinite alternate both;
	-o-animation:key-sql 22s linear 2s infinite alternate both;
	animation:key-sql 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-sql {
	0%		{opacity:0;}
	14%		{opacity:0;}
	23%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-sql {
	0%		{opacity:0;}
	14%		{opacity:0;}
	23%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-dev {
	-webkit-animation:key-dev 22s linear 2s infinite alternate both;
	-moz-amimation:key-dev 22s linear 2s infinite alternate both;
	-o-animation:key-dev 22s linear 2s infinite alternate both;
	animation:key-dev 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-dev {
	0%		{opacity:0;}
	21%		{opacity:0;}
	30%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-dev {
	0%		{opacity:0;}
	21%		{opacity:0;}
	30%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-db {
	-webkit-animation:key-db 22s linear 2s infinite alternate both;
	-moz-amimation:key-db 22s linear 2s infinite alternate both;
	-o-animation:key-db 22s linear 2s infinite alternate both;
	animation:key-db 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-db {
	0%		{opacity:0;}
	28%		{opacity:0;}
	37%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-db {
	0%		{opacity:0;}
	28%		{opacity:0;}
	37%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-app {
	-webkit-animation:key-app 22s linear 2s infinite alternate both;
	-moz-amimation:key-app 22s linear 2s infinite alternate both;
	-o-animation:key-app 22s linear 2s infinite alternate both;
	animation:key-app 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-app {
	0%		{opacity:0;}
	35%		{opacity:0;}
	44%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-app {
	0%		{opacity:0;}
	35%		{opacity:0;}
	44%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-auto {
	-webkit-animation:key-auto 22s linear 2s infinite alternate both;
	-moz-amimation:key-auto 22s linear 2s infinite alternate both;
	-o-animation:key-auto 22s linear 2s infinite alternate both;
	animation:key-auto 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-auto {
	0%		{opacity:0;}
	42%		{opacity:0;}
	51%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-auto {
	0%		{opacity:0;}
	42%		{opacity:0;}
	51%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-report {
	-webkit-animation:key-report 22s linear 2s infinite alternate both;
	-moz-amimation:key-report 22s linear 2s infinite alternate both;
	-o-animation:key-report 22s linear 2s infinite alternate both;
	animation:key-report 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-report {
	0%		{opacity:0;}
	49%		{opacity:0;}
	58%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-report {
	0%		{opacity:0;}
	49%		{opacity:0;}
	58%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-web {
	-webkit-animation:key-web 22s linear 2s infinite alternate both;
	-moz-amimation:key-web 22s linear 2s infinite alternate both;
	-o-animation:key-web 22s linear 2s infinite alternate both;
	animation:key-web 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-web {
	0%		{opacity:0;}
	56%		{opacity:0;}
	65%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-web {
	0%		{opacity:0;}
	56%		{opacity:0;}
	65%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-excel {
	-webkit-animation:key-excel 22s linear 2s infinite alternate both;
	-moz-amimation:key-excel 22s linear 2s infinite alternate both;
	-o-animation:key-excel 22s linear 2s infinite alternate both;
	animation:key-excel 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-excel {
	0%		{opacity:0;}
	63%		{opacity:0;}
	72%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-excel {
	0%		{opacity:0;}
	63%		{opacity:0;}
	72%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-vb {
	-webkit-animation:key-vb 22s linear 2s infinite alternate both;
	-moz-amimation:key-vb 22s linear 2s infinite alternate both;
	-o-animation:key-vb 22s linear 2s infinite alternate both;
	animation:key-vb 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-vb {
	0%		{opacity:0;}
	70%		{opacity:0;}
	79%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-vb {
	0%		{opacity:0;}
	70%		{opacity:0;}
	79%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-net {
	-webkit-animation:key-net 22s linear 2s infinite alternate both;
	-moz-amimation:key-net 22s linear 2s infinite alternate both;
	-o-animation:key-net 22s linear 2s infinite alternate both;
	animation:key-net 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-net {
	0%		{opacity:0;}
	77%		{opacity:0;}
	86%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-net {
	0%		{opacity:0;}
	77%		{opacity:0;}
	86%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-access {
	-webkit-animation:key-access 22s linear 2s infinite alternate both;
	-moz-amimation:key-access 22s linear 2s infinite alternate both;
	-o-animation:key-access 22s linear 2s infinite alternate both;
	animation:key-access 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-access {
	0%		{opacity:0;}
	84%		{opacity:0;}
	93%		{opacity:1;}
	100%	{opacity:1;}
}
@keyframes key-access {
	0%		{opacity:0;}
	84%		{opacity:0;}
	93%		{opacity:1;}
	100%	{opacity:1;}
}
.wc-word {
	-webkit-animation:key-word 22s linear 2s infinite alternate both;
	-moz-amimation:key-word 22s linear 2s infinite alternate both;
	-o-animation:key-word 22s linear 2s infinite alternate both;
	animation:key-word 22s linear 2s infinite alternate both;
}
@-webkit-keyframes key-word {
	0%		{opacity:0;}
	91%		{opacity:0;}
	100%	{opacity:1;}
}
@keyframes key-word {
	0%		{opacity:0;}
	91%		{opacity:0;}
	100%	{opacity:1;}
}
