body {
	background: url(../images/pattern1.jpg) repeat #ffffff;
}

#header {
	background: #353947;
	width: 100%;
    margin: auto;
	height: 60px;
	z-index: 9999;
	position:fixed;
	top: 0;
}

#header .logo p {
  padding-top: 6px;
}

.content {
  padding-top: 90px;
}

.first {
  padding-top: 30px;
}

.logo {
  display: inline-block;
}

.logo img {
  width: 48px;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 60px;
  vertical-align: middle;
}

#nav ul li {
  display: inline;
  padding-left: 2px;
}

#nav ul li a {
  text-decoration: none;
  color: white;
}

.hero {
  padding-top: 85px;
  text-align: center;
}

.spaced-top {
  padding-top: 30px;
}
.spaced-bottom {
  padding-bottom: 30px;
}
.spaced {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero .title {
  text-align: center;
}

.hero .title h2 {
  max-width: 500px;
  display: inline-block;
}

.hero img {
  width: 100%;
}

.bg-white {
  background-color: white;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  #header {
    height: 90px;
  }

  #nav ul {
    line-height: 90px;
  }

  #header .logo p {
    padding-top: 12px;
  }

  .logo img {
    width: 62px;
  }


  .hero {
    padding-top: 125px;
  }

  .hero img {
    width: 100%;
  }
}

.image_left {
	background: #fcfcfc;
	border: 1px solid #e6e6e6;
	padding: 4px;
	margin: 0px 10px 10px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
}
.image_right {
	background: #fcfcfc;
	border: 1px solid #e6e6e6;
	padding: 4px;
	margin: 0px 0px 10px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
}

#testimonials .image_left {
  margin-bottom: 0;
  width: 57px;
}

.icons {
  padding-top: 10px;
  padding-bottom: 15px;
}

.icons img {
  width: 25%;
  max-width: 125px;
}

#features h1, #features h5 {
  text-align: center;
}

#features .row {
  text-align: center;
}

.icon_bg {
	background: #aab7e3;
	width: 92px;
	height: 92px;
	margin: 40px auto 20px auto;
	border-radius: 92px;
	-moz-border-radius: 92px;
	-webkit-border-radius: 92px;
}

.icon_bg img {
	float: left;
}

.centered {
  text-align: center;
}


/*--- testimonials ---*/
.testimonial {
  padding-bottom: 10px;
}
.testimonial p {
  padding-bottom: 0;
}


/*--- pricing table ---*/
.flow-el {
  width: 25%;
  min-width: 300px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
  margin-bottom: 40px;
}
.pricing_table table {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #909697;
	font-weight: 400;
}
.price-group .two-group {
  display: inline-block;
}
.pricing_table tr {
	background: #ededed;
	width: 84.3%;
	border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.pricing_table thead th {
	background: #c6c6c6;
	font-family: 'Vollkorn', serif;
	font-size: 24px;
	color: #f4f4f4;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #878787;
}

.pricing_table td.focus,
.pricing_table tfoot tr {
    text-align: center;
    vertical-align: middle;
	background: #ededed;
}
.pricing_table tfoot tr {
  background: #ededed;
}
.pricing_table tfoot td {
  padding: 25px 0;
  text-align: center;
}
.pricing_table td {
  vertical-align: top;
  padding: 10px 10px;
}
.pricing_table tr {
	background: #f6f6f6;
    border-color: #d4d4d4;
}
.pricing_table td.focus {
    padding: 25px 0;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	color: #4d546b;
	font-weight: 400;
	text-shadow: 0px 1px 1px #ffffff;
	border-bottom: 1px solid #d4d4d4;
}
.pricing_table td.focus span {
	font-size: 10px;
    vertical-align: top;
}
.pricing_table td h6 {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #909697;
	font-weight: 400;
	text-shadow: 0px 1px 1px #ffffff;
	float: left;
    margin-bottom: 0;
}
a.price-button {
  margin-top: 5px;
  margin-bottom: 0;
  text-shadow: none;
  background-color: white;
}

.contact_info img {
  vertical-align: middle;
  padding-right: 2px;
}
