html {
	color: #000;
	background: #b7b8bc
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0
}

ul li:before{ content:"-"; position:relative; left:-5px;}
ul li{ text-indent:-5px; margin-top: 9px; }

.main_hr {
  color:      #CCCCCC;
  height:     0.05em;
  padding-top:   0px;
  padding-bottom:   0px;
  margin-left:   10px;
  margin-right:   10px;
}

.listItemsHdr {
  padding:    9px;
  padding-left:   20px;
  background-color:  #DFD5FF;
  border:        1px solid #CCCCFF;
  border-radius: 15px;
}

.listHdrText {
  font-size:    18px;
  font-weight:  bold;
}

.listItems {
  padding:    9px;
  padding-left:   20px;
  background-color:  #EFEFFF;
  border:        1px solid #CCCCCC;
  border-radius: 15px;
}

.contactInfo {
  font-size:     18px;
}

.hdr_nav_links {
    position:   absolute;
    width:  auto;
    height: auto;
    border:     1px solid #000000;
}

.hdr_nav_link_item {
    float:      left;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal
}

li {
	list-style: none
}

caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,q:after {
	content: ''
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

input,textarea,select {
	*font-size: 100%
}

legend {
	color: #000
}

.c {
	width: 90%;
	max-width: 85%;
	margin: 0 auto
}

.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8,.col_9,.col_10,.col_11
	{
	margin: 0 1.04%;
	float: left
}

.col_1 {
	width: 6.253%
}

.col_2 {
	width: 14.587%
}

.col_3 {
	width: 22.92%
}

.col_4 {
	width: 31.253%
}

.col_5 {
	width: 39.587%
}

.col_6 {
	width: 47.92%
}

.col_7 {
	width: 56.253%
}

.col_8 {
	width: 64.587%
}

.col_9 {
	width: 72.92%
}

.col_10 {
	width: 81.253%
}

.col_11 {
	width: 89.587%
}

.col_12 {
	display: block;
	margin: 0 1.04%;
	width: 97.92%
}

@media screen and (max-width: 800px) {
	.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8,.col_9,.col_10,.col_11
		{
		margin: 0 1.04%;
		width: 100%
	}
}

.section,.article,.header,.footer,.aside,.nav,.figure,.figcaption {
	display: block
}

a {
	text-decoration: none;
	color: inherit
}

.hidden {
	display: none !important
}

.clear {
	clear: both
}

.alpha {
	margin-left: 0px
}

.beta {
	margin-right: 0px
}

.right {
	float: right
}

.touch
* {
	-webkit-text-size-adjust: none
}

section::after {
	content: "foobar";
	overflow: hidden;
	height: 0;
	width: 0;
	display: block;
	clear: both
}

html {
	background: #DFDFF0;
}

body {
	font: 16px/24px "arial", "arial", arial;
	margin: 1% auto;
	width: 97%;
	max-width: auto;
	background-color: #f8f8f8;
	background: #f8f8f8	-webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#e5e7eb) ) repeat-x;
	background: #f8f8f8 -webkit-linear-gradient(bottom, #f8f8f8 40%, #e5e7ff 100%) repeat-x;
  background: #f8f8f8	-moz-linear-gradient(bottom, #f8f8f8 40%, #e5e7ff 100%) repeat-x;
	background: #f8f8f8	-ms-linear-gradient(bottom, #f8f8f8 40%, #e5e7ff 100%) repeat-x;
	background: #f8f8f8 linear-gradient(bottom, #f8f8f8 40%, #e5e7ff)	repeat-x;	background-size: 100% 150px;
	border-top: 1px solid #eceeef;
	border-radius: 1px;
	text-shadow: #fffeff 0 1px 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 20, 50, .25);
	-moz-box-shadow: 0 0 10px rgba(0, 20, 50, .25);
	-o-box-shadow: 0 0 10px rgba(0, 20, 50, .25);
	box-shadow: 0 0 10px rgba(0, 20, 50, .25)
}

@media screen and (max-width: 1440px) {
	html {
		background: #babbbf
	}
}

h1.page-title {
	margin: 7% 0 24px;
	letter-spacing: -2px;
	font: 68px/96px "arial", "arial", arial
}

h2.page-title {
	color: #000055;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: -2px;
	text-indent: -1px
}

h2.section-title {
	color: #000000;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: -2px;
	text-indent: -1px
}

.intro {
	font-size: 33px;
	line-height: 48px;
	color: #272c31;
	font-family: "arial", "arial", arial;
	font-weight: 300
}

#home
.intro {
	text-align: center
}

#main-areas 
a {
	color: #3a90c3;
	margin-left: 2px
}

.intro
b {
	font-weight: inherit
}

h2 {
	color: #777;
	margin: 24px 0 24px;
	font: 300 26px/38px "arial", "arial", arial
}

aside
h2 {
	margin: 48px 0 24px;
	font-size: 36px;
	font-weight: 300;
	color: #1e2022
}

h3 {
	margin: 24px 0;
	position: relative;
	bottom: -14px;
	font: 700 18px/24px "arial", "ff-dagny-web-pro-2"
}

header.tighten {
	margin-bottom: -24px
}

p {
	margin: 24px 0
}

header[role=banner] .col_12 {
	overflow: hidden;	
  padding: 25px 0 0;	
	position: relative
}

header[role=banner] select {
	display: none
}

header[role=banner] .mase {
	float: left;
	display: inline-block;
	margin: -10px 10px 0 0;
	width: 40px;
	height: 40px;
	text-indent: -200px;
	/*background: url(code-ico-main.png) no-repeat center*/
		center
}


header .main-nav {
	margin-left: 14px;
	font-size: 16px;
	font-family: "arial", "ff-dagny-web-pro-2", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase
}

header .main-nav
ul {
	position: relative;
	text-align: center
}

header .main-nav
li {
	display: inline-block;
	float: left
}

header .main-nav li
a {
	padding: 1.15em .65em .85em;
	border-radius: 3px
}

header .main-nav a:hover {
	background-color: rgba(145, 153, 158, 0.2)
}

header[role=banner] .fb-button {
	position: absolute;
	top: 30px;
	right: 0
}

.intro a,#main-areas
a {
	white-space: nowrap
}

.intro a:after,#main-areas a:after {
	content: " →"
}

.hr {
	clear: both;
	height: 1px;
	background-color: #ddd;
	opacity:;
	margin: 24px 1.04% -1px
}

.hr.dotted {
	height: 6px;
	opacity: .3;
	margin: 24px 1.04% 0;
	background:  #000;
}

.hr.short {
	width: 50%
}

.logo {
	display: block;
	max-width:;
	margin: auto;
	width: 100%;
	height: auto
}

#different
.imac {
	position: absolute;
	left: 45%;
	right: 0;
	top: -45px;
	height: 595px;
	background: url(monitor_mn02.png) no-repeat left top
}

@media screen and (max-width: 1240px) {
	#different
.imac {
		left: 594px
	}
}

#different
.text {
	width: 500px
}

#different
h2 {
	margin-left: 80px
}

#different .text
div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
	position: relative;
	counter-increment: about
}

#different .text div:before {
	text-shadow: none;
	content: counter(about);
	position: absolute;
	left: 0;
	top: 12px;
	width: 76px;
	color: #4488FF;
	font-size: 30px;
	font-family: "arial", "arial", arial;
	font-weight: 400;
	text-align: center
}

.br {
	display: block
}

table {
	width: 100%;
	font-size: 11px;
	margin: 24px 0
}

.about
td {
	word-spacing: 0.2em;
	text-transform: none;
	font-size: 13px;
	line-height: 22px
}

.about td:first-child {
	text-transform: uppercase
}

table th,table
td {
	padding: 12px 12px 8px;
	vertical-align: text-bottom
}

table
th {
	color: white;
	font-size: 16px;
	background-color: #afb4b9;
	text-shadow: none
}

table
td {
	background-color: rgba(254, 253, 254, 0.21);
	border-bottom: 1px solid #c1c3c6
}

table td:first-child {
	font-size: 11px;
	font-weight: bold
}

@media screen and (max-width: 800px) {
	table#cms,table#cms
* {
		display: block
	}
	table#cms
th {
		display: none
	}
	table#cms
tr {
		position: relative
	}
	table#cms tr td:first-of-type {
		background-color: #afb4b9;
		border-bottom: none;
		margin-top: 24px;
		text-shadow: none;
		color: white;
		font-size: 15px;
		font-weight: normal
	}
	table#cms tr td:nth-of-type(1n+2):before {
		content: "Wordpress ";
		width: 10em;
		display: inline-block
	}
	table#cms tr td:nth-of-type(3):before {
		content: "Drupal "
	}
	table#cms tr td:nth-of-type(4):before {
		content: "EPiServer "
	}
	table#cms tr:nth-of-type(3) td:before {
		display: none
	}
	table#cms tr:nth-of-type(4) td:nth-of-type(1n+2) {
		padding-left: 120px;
		position: relative
	}
	table#cms tr:nth-of-type(4) td:nth-of-type(1n+2):before {
		position: absolute;
		left: 12px
	}
}

.call-to-action {
	clear: both;
	margin-top: 23px;
	padding: 28px 0 9px 0;
	border-top: 1px solid #ddd;
	font-size: 13px;
	line-height: 18px;
	color: #777;
/*	background: url(code-ico-main.png) no-repeat 2px 21px*/
}


.call-to-action
p {
	margin: 0 0 0 49px
}

.call-to-action
b {
	font-weight: inherit
}

.dark {
	z-index: 10;
	position: relative;
	margin: 8px 0 0px;
	padding: 24px 0 23px;
	background-color: #d5d7db;
	background: url(bg_main.png);
	/* background:#0000db -webkit-gradient(linear, left bottom, left top, color-stop(10%, #bbe7eb), color-stop(98%, #dfe2ff), color-stop(100%, #dddddb)) no-repeat;
  background:#00d7db -webkit-linear-gradient(bottom, #bbe7eb 10%, #dfe2ff 98%, #dddddb 100%) no-repeat;
  background:#d5d7db -moz-linear-gradient(bottom, #bbe7eb 10%, #dfe2ff 98%, #dddddb 100%) no-repeat;
  background:#ffd7db linear-gradient(bottom, #bbe7eb 10%, #dfe2ff 98%, #dddddb 100%) no-repeat; */
	border-bottom: 1px solid #fffeff
}

.dark
h2 {
	color: #686f72
}

#about-seo
.c {
	overflow: hidden;
	background: url(../assets/images/seo.png) no-repeat 86.5% 7em
}

@media screen and (max-width: 1120px) {
	#about-seo
.c {
		background-size: 300px;
		background-position: 90% 8em
	}
}

/*
#library {
	padding: 24px 0 24px
}

#library
h2 {
	display: none
}

#library
.head {
	background: url(../assets/images/library/logo-black.png) no-repeat left
		18px;
	padding-top: 82px;
	overflow: hidden
}

#library .head
p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: italic
}

#library
img {
	width: 100%
}

#library
.book {
	-webkit-perspective: 800;
	position: relative;
	width: 18.5%;
	margin: 0 1%;
	float: left;
	display: block
}

#library .book:first-child {
	margin-left: 0
}

#library .book:last-child {
	margin-right: 0
}

#library .book
h3 {
	z-index: 10;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 50%,
		rgba(255, 255, 255, .07) 50%, rgba(255, 255, 255, 0) 100% );
	-webkit-transition: all .4s ease-in-out;
	margin: 0;
	overflow: hidden;
	text-indent: -1000px
}

#library .book:hover
h3 {
	-webkit-transform: translateY(-20px)
}

#library .book
img {
	-webkit-transition: all .4s ease-in-out;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-transform-origin: 0 50%;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0)
}

#library .book:hover
img {
	-webkit-transform: rotateY(-20deg);
	-webkit-box-shadow: 10px 0px 8px rgba(0, 0, 0, .15)
}

*/
#global-footer {
	clear: both;
	margin-top: 6px;
	padding: 16px 0px 12px 0px;
	font: 13px/20px "arial", "arial", arial;

    background: #aceaef; /* Old browsers */
    background: -moz-linear-gradient(top,  #aceaef 0%, #eaeaea 92%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aceaef), color-stop(92%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aceaef 0%,#eaeaea 92%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #aceaef 0%,#eaeaea 92%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #aceaef 0%,#eaeaea 92%); /* IE10+ */
    background: linear-gradient(to bottom,  #aceaef 0%,#eaeaea 92%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aceaef', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

	text-align: center;
}

#global-footer2 {
	clear: both;
	margin-top: 6px;
	padding: 16px 0px 12px 0px;
	font: 13px/20px "arial", "arial", arial;
	
    background: #f4f4f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f7 20%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f4f4f7), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f7 20%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f7 20%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f7 20%,#cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f4f7 20%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f7', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

	text-align: center;
}

#global-footer-transp {
	clear: both;
	margin-top: 20px;
	margin-bottom:  13px;
	padding: 12px 0px 12px 0px;
	font: 13px/20px "arial", "arial", arial;
	background: #d5d7db	-moz-linear-gradient(top, #bbe7eb 10%, #dfe2ff 98%, #dddddb 100%) no-repeat;
	text-align: center;
}}

#global-footer
p {
	margin: 0 0 24px;
	color: rgba(0, 0, 0, .5)
}

