body {
  position: relative;
  background-color:#ffffff;
}

body, p, div, td, span, li {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1.1em;
}

.logo {
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu {
  position: fixed;
  margin:0px;
  padding:0px;
  background-color: #000000;
  width:100%;
  z-index:1000;
  background: url("../images/bg_top.png");
  background-repeat:repeat-x;
}

.menu-item, .menu-item:visited, .menu-item:enabled, .menu-item:focus {
  border-left: solid 1px #444444;
  padding:16px;
  font-size: 0.8em;
  font-weight: bold;
  box-shadow: inset 1px 0 0 #000000;
  float:left;
  color: #cccccc;
  text-decoration:none;
}

.menu-right {
  float: right;
}

.menu-last {
  border-right: solid 1px #444444;
}

.menu-item:hover, .menu-item:active {
  color: #666666;
  background-color: #81ba10;
  text-decoration:none;
}

.container {
  min-width: 250px;
}

.centered {
  text-align:center;
}

.top {
  margin-top: 60px;
}

img {
  border: 0;
  margin:0;
  padding:0;
  vertical-align:top;
}

img.centered {
  margin:auto;
}

h1, h2, h3, h5 {
  line-height:120%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color:#666666;
}

h2 {
  font-size:2em;
  color:#56a600;
}

h3 {
  font-size:1.5em;
  color:#666666;
}

h4 {
  font-size:1.3em;
  font-weight:normal;
  color:#81ba10;
}

.slogan {
  font-size:1.4em;
  font-weight: bold;
  color:#81ba10;
  margin: 0px;
  padding: 0px;
}

.slogan {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

p {
  line-height:150%;
}

.clickable {
  position:relative;
  cursor:pointer;
}

.clickable:hover {
  background-color:#a6ceff;
}

.framed {
  border:3px solid #cccccc;
  padding:3px;
}

#footerbar {
  background-color:#333333;
  padding:8px;
  margin-top: 30px;
  border-top:solid 4px #81ba10;
  line-height: 120%;
}

#footerbar span {
  font-size:0.8em;
  color:#999999;
}

#footerbar p {
  font-size:0.9em;
  color:#999999;
}

#footerbar a {
  color:#a6ceff;
  font-size:0.7em;
}

#footerbar span a {
  font-size:1em;
}

#footerbar a:hover 
{
  color:#ffffff;
  text-decoration:underline
}

label {
  padding-right:18px;
  color: #999999;
  font-weight: normal;
}

input, textarea, select {
  width: 100%;
}

.block {
  margin-right:20px;
}

.sub-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.top-margin {
  height: 52px;
}

.banner {
  background-color: #4886af;
}

.explainer {
  background-color:#f0f0f0;
  border-bottom:solid 3px #81ba10;
  padding-top:10px;
}

.explainer h1 {
  color: #0066FF;
  margin-bottom: 0px;
}

.slider-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider {
  float: right;
}

.slider h1 {
  padding: 0;
  font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slider h2 {
  padding: 0;
  font-size: 1.2em;
  color: #333333;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.btn.btn-default.btn-sm {
  font-size: 0.9em;
  padding: 2px 6px 2px 6px;
  background-color:#e5f9d1;
  border-radius:0.3em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.slide-line {
  color: #e0e0e0;
  font-size: 1.2em;
  padding: 4px;
  font-family: 'Abel', sans-serif;
  margin-bottom: -6px;
}

.slide-text {
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  float: left;
}

.slide-icon {
  background-color: rgba(0, 0, 0, 0.4);
  width:2em;
  text-align: center;
  text-transform: uppercase;
  float: left;
  margin-right: 5px;
}

.block {
  margin-top: 30px;
}


.pitch {
  padding: 20px;
  margin-bottom: 20px;
}

.pitch h1 {
  color:#000000;
}

.pitch h2 {
  font-size: 5em;
}

.pitch img {
  margin-right: 20px;
}

.pitch strong {
  color: #0066FF;
}

.bg-circle {
  color: #81ba10;
}

.services h1 {
  font-weight:lighter;
  margin-bottom: 5px;
}

.services .col-sm-6 {
  margin-bottom: 20px;
}

.services .fa-stack {
  margin-right: 20px;
}

img.service-desc  {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}

div.service-desc  {
  float: right;
  margin-left: 40px;
  margin-right: 20px;
  font-size: 10em;
  color: #81ba10;
}

div.service-desc i {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius:50%;
  height: 200px;
  width: 200px;
  border: 6px solid #81ba10;
  text-align:center;
  padding-top: 20px;
}

.page-title {
  background-color: #e0e0e0;
  margin: 0px 0px 20px 0px;
  padding: 8px;
}

p.purpose {
  color: #0066FF;
}

.purpose  li {
  margin-bottom: 8px;
}

div.price-table {
	background:#fafafa;
	margin:30px 0;
	text-align:center;
	padding-bottom:30px;
}
div.row.pricetable-container {
	padding:0 15px;
}
div.price-table h3 {
	font-size:2em;
	line-height:25px;
	padding:30px 0;
	border-bottom:rgba(0,0,0,0.1) 2px solid;
	text-transform:uppercase;
}
div.price-table p {
	color:#666;
	font-size:2.5em;
	padding:30px 0;
	font-weight:400;
  width:150px;
	height:150px;
	padding-top:50px;
	display:inline-block;
	background-color:rgba(0,0,0,0.05);
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
	border-radius: 50%;
}
div.price-table p span {
	display:block;
	font-size:10px;
	font-weight:300;
	text-transform:uppercase;
}
div.price-table ul {
	margin:0;
	padding:0;
}
div.price-table ul li {
	list-style:none;
	font-size:0.9em;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
	padding:8px;
	text-transform:uppercase;
}

div.price-table.popular,
div.price-table.popular ul li,
div.price-table.popular p,
div.price-table.popular p span,
div.price-table.popular h3 {
	color:#fff;
}
div.price-table.popular {
	background:#676767;
}

div.price-table .btn {
	color:#fff;
	margin-top:30px;
}

.dropdown-login {
  background-color: #eee;
  min-width: 280px;
  border-top: solid 4px #81ba10;
  border-bottom: solid 4px #333333;
  padding: 10px 20px 0px 20px;
  margin-left: -30px;
}

.dropdown-login h4 {
  margin-bottom: 20px;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .slider {
    margin-top: 80px;
    margin-right: 200px;
  }

  .slider h1, .slider h2 {
    margin: 0px 0px 30px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slider {
    margin-top: 50px;
    margin-right: 160px;
  }

  .slider h1, .slider h2 {
    margin: 0px 0px 30px 0px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .slider {
    margin-top: 10px;
    margin-right: 50px;
  }

  .slider h1, .slider h2 {
    margin: 0px 0px 20px 0px;
  }
}


@media (min-width: 560px) and (max-width: 767px) {
  .slider {
    margin-top: 10px;
    margin-right: 40px;
  }

  .slider h1, .slider h2 {
    margin: 0px 0px 10px 0px;
  }

  .slider h1 {
    font-size: 1.5em;
  }

  .slider h2 {
    font-size: 1.2em;
  }

  .slide-line {
    font-size: 1em;
  }

  div.price-table h3 {
    font-size:1.7em;
	  line-height:20px;
	  padding:20px 0;
  }

  div.price-table p {
	  font-size:2em;
	  padding:20px 0;
    width:120px;
  	height:120px;
  	padding-top:40px;
  }

}


@media (max-width: 560px) {
  .slider {
    margin-top: 5px;
    margin-right: 5px;
  }

  .slider h1, .slider h2 {
    margin: 0px 0px 5px 0px;
  }

  .slider h1 {
    font-size: 1.2em;
  }

  .slider h2 {
    font-size: 1em;
  }

  .slide-line {
    font-size: 0.7em;
  }

  div.price-table h3 {
    font-size:1.4em;
	  line-height:20px;
	  padding:15px 0;
  }

  div.price-table p {
	  font-size:1.7em;
	  padding:10px 0;
    width:90px;
  	height:90px;
  	padding-top:30px;
  }

  div.price-table ul li {
    font-size: 0.8em;
  }

  div.service-desc  {
    margin-left: 30px;
    font-size: 6em;
  }

  div.service-desc i {
    height: 120px;
    width: 120px;
    border: 4px solid #81ba10;
    padding-top: 12px;
  }

}

@media (max-width: 767px) {
  .menu {
    position: inherit;
    top: auto;
    margin-bottom: 0px;
  }

  .menu-item {
    border-top: solid 1px #444444;
    box-shadow: inset 1px 1px 0 #000000;
  }

  .menu-left {
    text-align:center;
  }

  .menu-right {
    float:inherit;
    display:table;
    margin:0 auto;
  }

  .top-margin {
    height: 1px;
  }
}


.animation-delay-1 {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -ms-animation-delay: .1s;
  -o-animation-delay: .1s;
  animation-delay: .1s;
}
.animation-delay-2 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -ms-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.animation-delay-3 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -ms-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
}
.animation-delay-4 {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.animation-delay-5 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
.animation-delay-6 {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
}
.animation-delay-7 {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -ms-animation-delay: .7s;
  -o-animation-delay: .7s;
  animation-delay: .7s;
}
.animation-delay-8 {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -ms-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s;
}
.animation-delay-9 {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
}
.animation-delay-10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.animation-delay-11 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.animation-delay-12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animation-delay-13 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.animation-delay-14 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.animation-delay-15 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animation-delay-16 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.animation-delay-17 {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -ms-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.animation-delay-18 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.footer-control {
  background-color: #a0a0a0;
  border: 1px solid #a0a0a0;
  margin-bottom: 1px;
  color: #333333;
}

input.footer-control::-webkit-input-placeholder, textarea.footer-control::-webkit-input-placeholder { 
    color:    #666;
}
input.footer-control:-moz-placeholder, textarea.footer-control:-moz-placeholder { 
    color:    #666;
}
input.footer-control::-moz-placeholder, textarea.footer-control::-moz-placeholder { 
    color:    #666;
}
input.footer-control:-ms-input-placeholder, textarea.footer-control:-ms-input-placeholder { 
    color:    #666;
}