@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic);*/

* {
	margin:0;
}

body {
	font-family: 'helvetica', sans-serif;
	font-weight: 100;
	font-size: 23px;
	max-width: 1600px;
	margin: 0 auto;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
}  

h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	margin: 0 0 1em 0;
}
h6 { font-size: 110%; }
h5 { font-size: 120%; }
h4 { font-size: 130%; }
h3 { font-size: 140%; }
h2 { font-size: 150%; }
h1 { font-size: 160%; }

p {
	line-height: 1.8em;
	margin: 0 0 1em 0;
}

img.ring_icon:hover {
	opacity: 0.5;
}


#header {
	background: #fff;
	position: fixed;
	width: 100%;
	top: -100px;
	z-index: 10;
	border-bottom: solid 1px #ddd;	
}

#header > img {
	vertical-align: middle;
	padding: 0em 1em 0em 1em;
}

#header > div {
	display: inline-block;
	padding: 0.8em 0.5em 0.8em 0.5em;
	cursor: pointer;	
	text-align: center;
}

#header > div:hover {
	background-color: #eee;
}

#header a {
	text-decoration: none;
}



.buzz {
	font-size: 200%;
	color: #fff;
	padding: 0.2em 0.4em;
	display: inline-block;
	border: solid 3px #fff;
}


.column {
	width: 35%;
	min-width: 300px;
	margin: 70px 0 70px 70px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.column img {
	width: 100%;
}

/* ------------------------- */

#services .hdr {
	background: url(images/software-developer.jpg) top right no-repeat;
	height: 350px;	
	color: #fff;
	padding: 70px 0 0 70px;
}

.icon {
	display: inline-block;
	width: 122px;
	height: 100px;
}
.icons {
	text-align: left;
}
.iconServices{
	background: url(images/software-services.png) no-repeat;
}
.iconClients{
	background: url(images/software-development.png) no-repeat;
}
.iconNews{
	background: url(images/sleepless-news.png) no-repeat;
}
.iconTech{
	background: url(images/software-tech.png) no-repeat;
}
.iconContact{
	background: url(images/contact-sleepless.png) no-repeat;
}

#services .info {
	text-align: center;
}

/* ------------------------- */

#clients .hdr {
	background: url(images/clientsHdr2400.jpg) right no-repeat;
	background-size: 100%;
	height: 335px;	
	color: #fff;
	padding: 70px 0 0 70px;
	text-align: right;
}

#clients .hdr .logos {
	text-align: left;
	width: 70%;
	height: 275px;
	overflow: hidden;
}

#clients .hdr .buzz {
	background-color:#d83d00;
	margin-right: 5%;
}

#clients .info {
	margin: 70px;
}

#clients .info ul {
	padding: 0;
}

#clients .info ul li {
	list-style: none;
	display: inline-block;
	line-height: 2.2em;
	padding-right: 0.5em;
}

/* ------------------------- */

#news > .hdr {
	background-image: url(images/iStock_000004396922Medium.jpg);
	background-size: 100%;
	height: 280px;	
	color: #fff;
	padding: 70px 0 0 70px;
	text-align: right;
}

#news .hdr .buzz {
	background-color: #222;
	margin-top: 220px;
	margin-right: 5%;
}

#news > .info {
	vertical-align: bottom;
	background: url("images/software-development-process.jpg") no-repeat bottom right;
	background-size: 30%;
	background-position-x: 85%;
}

#news > .info > .copy {
	display: inline-block;
	margin: 70px;
	width: 50%;
}

#news > .info > .pic {
	display: inline-block;
	margin: 70px 70px 0 70px;
	width: 30%;
	border: solid 1px green;
}

#news > .info > .pic > img {
	width: 100%;
}

/* ------------------------- */

#tech .hdr {
	background-image: url(images/structure.jpg);
	background-size: 100%;
	height: 280px;	
	color: #fff;
	padding: 70px 0 0 70px;
}

#tech .hdr .buzz {
	background-color: #8bf;
	margin-top: 219px;
	margin-right: 5%;
}

#tech .info {
	text-align: center;
}


/* ------------------------- */

#contact {
	background-color: #5a94df;
	background-position: bottom;
	height: 580px;	
	color: #def;
	padding: 70px 0 0 70px;
}

div.contact_label {
	display: inline-block;
	width: 8em;
}

#contact p {
	line-height: 1.3em;
}

#contact div.callback input[type=text] {
	font-size: 80%;
	padding: 0.5em;
	width: 70%;
	border: none;
}

input[type=button] {
	font-size: 80%;
	padding: 0.5em;
	background-color: #bdf;
	border-radius: 0.4em;
	border: none;
	color: #3136aa;
	cursor: pointer;	
}

input[type=button]:hover {
	background-color: #def;
}

input[type=button].wide {
	width: 100%;
}

/*
#contact li.phn {
	background: url(images/phone.png) no-repeat;
	text-indent:50px;
}
#contact li.fax {
	background: url(images/fax.png) no-repeat;
	text-indent:50px;
}	
*/

#contact a {
	color: #fff;
	text-decoration: none;
}


.hid {
	display: none;
}


#testimonials {
	margin: 2em;
	background-color: #eee;
	padding: 2em;
	line-height: 1.5em;
	min-height: 460px;
}

#quote {
	margin-bottom: 2em;
}

#signed {
	font-style: italic;
	text-align: right;
	color: #4ad;
}

