﻿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,
table, 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%;
  vertical-align: baseline;
}
  
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

body {
    zoom: 1;
}

.col,
.main-features li {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}
.col,
.main-features li {
    margin-left:1%;
    padding:0 1%;
}

.row .col:first-child,
.main-features li:first-child {
    margin-left:0;
}
.page .row {
    margin-bottom: 24px;
}



.span_1 {
    width:15.8333333333%;
}
.span_2,
.main-features li {
    width:32.6666666667%;
}
.span_3 {
    width:49.5%;
}
.span_4 {
    width:66.3333333333%;
}
.span_5 {
    width:83.1666666667%;
}
.span_6 {
    margin-left:0;
    width:100%;
}
.logo_shift {
    margin-left: 156px !important;
}
    
body {
  font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #111;
  line-height: 21px;
}
a {
  color: #C00;
  text-decoration: none;
}

a:hover {
  color: #F00;
  text-decoration: underline;
}

body {-webkit-text-size-adjust:100%;}


h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}
h2 {
  font-size: 18px;
  margin-bottom: 4px;
}

small {
  font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: inherit;
}

h1 {
  font-size: 36px; 
  line-height: 38px;
}
h2 {
  font-size: 24px;
  margin: 28px 0 12px;
  line-height: 26px;
}
h3 {
  font-weight: normal;
  font-size: 20px;
  margin: 22px 0 12px;
  line-height: 24px;
}
h4,h5,h6 {
  font-size: 16px;
  margin: 20px 0 8px;
}
p {
  margin-bottom: 8px;
}
ul, ol {
  margin: 0 0 12px 24px;
}
li {
  margin: 0 0 6px 0;
}
blockquote {
  margin: 12px 0 12px 24px;
}