html,
button,
input,
select,
textarea {
    color: #000;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Avenir LT W04_65 Medium1475536', sans-serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #2a4b63;
}

strong,
b{
    font-family: 'Avenir LT W04_95 Black1475560', sans-serif;
    font-weight: normal;
}

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}

hr {
    display: block;
    border: 0;
    border-top: 8px solid #000;
    margin: 0 0 26px;
    padding: 0;
    clear: both;
    text-align: left;
    width: 192px;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

h1,
h2,
p {
    margin: 0;
    padding: 0;
}

.text a {
	color: #2a4b63;
	text-decoration: underline;
}

a {
	color: #2a4b63;
	text-decoration: none;
}
.formular {
  margin-top: -20px;
}
.formular form p {
	border-bottom: 2px solid #2a4b63;
	margin-bottom: 20px;
}
.formular form p:last-child {
	border-bottom: none;
}
input.button, input[type="submit"],button {
  background-color: transparent;
  border: medium none;
  cursor: pointer;
  font-style: normal;
  height: 20px;
  line-height: normal;
  margin: 5px 0 0 0;
  padding: 0 2px 0 2px;
  font-family: 'Avenir LT W04_95 Black1475560', sans-serif;
  color: #2a4b63;
}

input.button:hover,
button:hover {
    font-style: italic;
}

input[type="text"] {
  background-color: #fff;
  border: medium none;
  color: #000000;
  font-size: 19px;
  height: 20px;
  margin: 0 0 7px;
  padding: 0 0 0 3px;
  width: 449px;
  font-family: 'Avenir LT W04_65 Medium1475536', sans-serif;
}

textarea {
    background-color: #FFF;
    margin: 0 0 3px 0;
    padding: 0 0 0 3px;
    border: none;
    width: 449px;
    height: 152px;
    font-size: 19px;
    font-family: 'Avenir LT W04_65 Medium1475536', sans-serif;
}

select {
    background-color: #FFF9A8;
    margin: 0 0 8px 0;
    padding: 0 0 0 3px;
    color: #000000;
    font-size: 11px;
    border: 1px solid #FFED00;
}

option {
    background-color: #FFF9A8;
}

input[type="checkbox"] {
    background-color: #FFFFFF;
    margin: 0 4px 0 0;
    padding: 0;
    color: #064413;
}

select{
    font-size: 12px;
}

.form_error,
.form_success {
    float: left;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 8px;
    font-weight: bold;
}

.errors {
    margin-bottom: 1em; 
}

.error {
    color: red; 
}

p.error,
p.success {
    margin-bottom: 5px; 
}

input.formfield_error {
    background-color: #FFCCCC;
}
label {
  clear: both;
  float: left;
  font-size: 19px;
  width: 120px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dsplno {
    display: none;  
}

.clickable{
	cursor: pointer;
}

.centerContainer{
	padding: 0;
	margin: 100px auto 0;
	max-width: 1497px;
	min-width: 338px;
	width: 100%;
	background: url('../img/background.gif');
}

.contentContainer{
	padding: 0 0 20px 32px;
	position: relative;
}

.header{}

.navigation{
	float: left;
	padding-top: 52px;
	padding-left: 156px;
}
.navigation a{
	display: block;
	float: left;
	clear: both;
	cursor: pointer;
	background-color: white;
	margin-bottom: 2px;
	padding: 0 2px;
	font-family: "Avenir LT W04_65 Medium1475536";
	color: #2a4c62;
	font-size: 22px;
	line-height: 26px;
}
.navigation a:first-of-type{
	display: none;
}
.navigation a:hover,
.navigation a.active{
	background-color: #edfca9;
}
.navigation hr,
.contact hr{
	border-color: white;
	border-width: 4px 0 0;
	width: 68px;
	margin-bottom: 16px;
}

.logo {
	float: right;
	margin-top: -76px;
	margin-right: 62px;
}

.service {
	float: right;
	clear: right;
	padding-top: 170px;
	margin-right: 275px
}
.service-icons{
	margin: 0 0 15px;
}
.service-icons li {
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: -1px 0 5px 10px;
  overflow: visible;
  padding: 0;
}
.service-icons li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #333 !important;
  display: block;
  font-size: 20px;
  height: 34px;
  line-height: 36px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: 34px;
}
.fa {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fa-pricing{
  background: url('../img/pricing.gif') no-repeat center;
}
.fa-tools{
  background: url('../img/tools.gif') no-repeat center;
}
.fa-calendar {
  background: url('../img/calendar.gif') no-repeat center;
}
.fa-mail {
  background: url('../img/mail.gif') no-repeat center;
}
.fa-location {
  background: url('../img/location.gif') no-repeat center;
}
.fa-clients {
  background: url('../img/clients.gif') no-repeat center;
}
.main {
	clear: both;
	max-width: 900px;
	float: left;
}

.column{
	width: 255px;
	height: 110px;
	margin: 10px 10px;
	padding: 36px 5px 0 20px;
	font-size: 19px;
	line-height: 23px;
	color: #2a4c62;
	float: left;
	letter-spacing: 0.02em;
	background-color: #fff;
}
.column.active,
.column:hover {
	background-color: #edfba8;
}
.column span{
	font-size: 15px;
	line-height: 20px;
	display: block;
}
.content{
	min-height: 372px;
	width: 875px;
	position: absolute;
	top: 125px;
	left: 254px;
	display: none;
	background-color: #fff;
	padding: 25px 15px 140px 20px;
	cursor: default;
}
.leftColumn{
	float: left;
	width: 572px;
	margin-right: 22px;
}
.title,
.leftColumn h1 {
  font-size: 22px;
  line-height: 26px;
}
.title {
  height: 100px;
}
.subtitle{
	font-size: 14px;
}
.leftColumn hr,
.rightColumn > hr:first-child{
	border-width: 8px 0 0;
	width: 100%;
	border-color: #2a4b63;
}
.leftColumn hr{
	margin-bottom: 16px;
}
.bigtext{
	font-size: 22px;
	line-height: 26px;
	text-transform: none;
}
.text,
.smalltext {
	font-size: 17px;
	line-height: 20px;
	text-transform: none;
}
.rightColumn{
	float: left;
	width: 280px;
	margin-top: 123px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Avenir LT W04_45 Book1475512', sans-serif;
}
.rightColumn > hr:first-child {
	margin-bottom: 0;
}
.rightColumn a.layer,
.rightColumn a.greybox{
	font-size: 19px;
	display: block;
	widht: 100%;
	line-height: 38px;
	border-bottom: 5px solid #2a4b63;
	font-family: 'Avenir LT W04_65 Medium1475536', sans-serif;
}
.rightColumn h1 {
	font-size: 19px;
	line-height: 23px;
}
.close{
	cursor: pointer;
	background: url(../img/close.png);
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
}
.column > span > a{
	color: #fff;
}
.contact {
	width: 280px;
	float: left;
	margin: 10px 0 0 10px;
	font-size: 14px;
}
.contact h1 {
	font-size: 19px;
}
.mobile_only,
.testimonials div{
	display: none;
}
.testimonials{
	position: relative;
	margin-top: 16px;
	min-height: 350px;
}
.testimonials div{
	position: absolute;
	font-style: italic;
	margin-top: 65px;
	z-index: 0;
}
@media (max-width:1495px){
	.centerContainer {max-width: 1025px;}
	.logo {margin-right: -100px;}
	.service {margin-right: 110px;}
	.main {max-width: 600px;}
	.content {left: 42px;}
}
@media (max-width:1120px){
	.navigation {padding-left: 10px;}
	.logo {margin-right: 0px;}
}
@media (max-width:925px){
	.centerContainer {max-width: 338px;padding: 0 0 0 20px;margin-top: 0;}
	.contentContainer {padding: 0 0 20px 0;}
	.logo {float: left;margin-right: 0;margin-top: 40px;}
	.logo img {height: auto !important;max-width: 100%;}
	.mobile_only{display: block;}
	.header .service {display: none;}
	hr.mobile_only {border-bottom: 4px solid white;border-top: medium none;margin: 0;padding-top: 14px;width:68px;}
	.navigation > a {margin-left: 18px;font-size: 19px;max-width: 280px;}
	.navigation a:first-of-type{display: block;}
	.contact {margin: 10px 10px 0;width: 300px;}
	.layer > img {height: auto !important;width: 100%;}
	.service {margin-right: 35px;padding-top: 15px;}
	.column {display: none;height:auto;padding-bottom: 5px;padding-top: 5px;width:275px;}
	.column.active,.column.active_content {display: block;}
	.main {max-width: 600px;}
	.content {left: 0;width: 303px;top:250px;}
	.close {left: 10px;}
	.leftColumn {margin: 30px 0 0;width: 100%;}
	.leftColumn .service-icons-mail, .leftColumn .service-icons-clients {display: none;}
	.leftColumn .service {margin-right: 0;}
	.leftColumn .service-icons li a {background-color: #d8d4d1;}
	input, textarea {max-width: 320px;}
	.leftColumn img {height: auto !important;max-width: 100%;}
	.rightColumn {margin-top: 30px;width: 100%;}
	.rightColumn img {height: auto !important;max-width: 100%;}
}