body{
  background-color: white;
}

img.full-width {
  max-width: 100%;
}

.navbar-inverse {
  background-color: #e5e7e9;
  border: none;
}

.navbar-inverse .navbar-nav li a {
  color: #202020;
}

.navbar-inverse .navbar-nav li a:hover {
  color: #961a1d;
}

.navbar-btn {
  padding: 6px 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-inverse .navbar-nav li a.oss-link {
  color: #afb1b2;
}

.navbar-inverse .navbar-nav li a.oss-link:hover {
  color: #34495e;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #202020;
}

.marketing p { font-size: 21px; font-weight: 200;}

.modal-body p { font-size: 14px;}

#top {
  margin-top: 80px;
}

#middle {
  margin-bottom: 30px;
}

.photos {
  border: 2px solid #337AB8;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  max-width: 80px;
}
.container .jumbotron, .container-fluid .jumbotron {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .container .jumbotron {
    background-color: #eee;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    padding-top: 20px;
    margin-top: 20px;
  }
  p {
    font-size: 14px;
  }
}


.logo-wide {
  max-height: 24px;
}

#big-logo {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-width: 0;
  margin: 20px 0 0 0;
  padding: 50px 0;
}
#big-logo img {
  opacity: 0.05;
}

.btn-cta {
  font-size: 32px !important;
  padding: .35em 1.5em;
}

.buy-now-top, .buy-now {
  background-color: #33b73c;
  border-color: #2da336;
}

.buy-now-top:hover, .buy-now:hover {
  background-color: #2da336;
  border-color: #2da336;
}


/* PRICING TABLE A */

.btn-custom {
  color: #bdc3c7;
  font-size: 18px;
  border: 1px solid #bdc3c7;
}
.btn-custom:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

@media only screen and (max-width : 767px) {
  #pricing-table {
    height: auto !important;
  }
}

#pricing-table {
  padding: 0px;
}
#pricing-table .pricing {
  marign: 0;
  padding: 0;
  /*font-family: 'Robot', sans-serif;*/
}
#pricing-table .pricing .pricing-table {
  padding-bottom: 30px;
}
#pricing-table .pricing .pricing-table .pricing-header {
  position: relative;
  background: #34495e;
  padding: 22px 22px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#pricing-table .pricing .pricing-table .trial-header {
  background: rgba(125, 135, 146, 0.99);
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
  font-size: 50px;
  font-weight: 100;
  color: #ffffff;
  margin-top: 20px;
  position: relative;
  text-align: center;
  line-height: 0.5;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #bdc3c7;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  font-size: 16px;
  color: #bdc3c7;
  text-transform: uppercase;
}
#pricing-table .pricing .pricing-list {
  padding: 0 10px;
  background: #ffffff;
  border: 1px solid #e3e3e3;

  display: flex;
  flex-direction: column;
}
#pricing-table .pricing .pricing-list ul {
  margin-bottom: 0;
}
#pricing-table .pricing .pricing-list ul li {
  border-bottom: 1px solid #EAECEB;
  /*color: #bdc3c7;*/
  font-size: 16px;
  padding: 20px 0;
}
#pricing-table .pricing .pricing-list ul li .fa-li {
  top: calc(.14285714em + 20px);
}
#pricing-table .pricing .pricing-list ul li:last-child {
  border: none;
}
#pricing-table .pricing .pricing-list ul li span {
  font-weight: bold;
}

#pricing-table .purchase {
  margin-bottom: 20px;
  padding: 5px;
  margin-top: auto;
}

#pricing-table .btn-buy {
  font-size: 22px;
  width: 90%;
}

/*===================================================================================*/
/*	PRICING TABLES
/*===================================================================================*/

.pricing .plan {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
.pricing .plan header {
	background: #34495e;
	text-align: center;
	padding: 30px;
}

.pricing .plan h2 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #FFF;
}
.pricing .plan .btn {
	margin-bottom: 0;
}
.pricing .plan .price {
	margin-bottom: 15px;
}
.pricing .plan .price * {
	font-family: 'Helvetica Neue', sans-serif;
	line-height: 100%;
}
.pricing .plan .price .amount {
	font-size: 20px;
	font-weight: 100;
	color: #FFF;
}
.pricing .plan .price .currency {
	position: relative;
	top: 16px;
	font-size: 24px;
  color: #e5e7e9;
	vertical-align: top;
	margin-right: 5px;
}
.pricing .plan .price .period {
	font-size: 16px;
	text-transform: uppercase;
  color: #e5e7e9;
}
.pricing .plan .features {
    background: #e5e7e9;
    padding: 25px 35px;
    border: 1px solid #e5e7e9;
    border-top: none;
	border-bottom-width: 2px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: 0 !important;
}
.pricing .plan .features li {
    padding: 15px 0;
	/*border-top: 1px solid #CED7E0;*/
	border-top: 1px solid #afb1b2;
}
.pricing .plan .features li:first-child {
	border: none;
}
.pricing .plan .features li i {
	margin-right: 10px;
}

.pricing.col-4 .plan h2 {
	font-size: 18px;
}
.pricing.col-4 .plan .price .amount {
	font-size: 65px;
}
.pricing.col-4 .plan .features {
    padding: 20px 30px;
}

#desktop-feature-list span {
  text-decoration: underline;
  color: #666;
  cursor: pointer;
}
#desktop-feature-list span:hover {
  color: #111;
}

.carousel-caption {
  color: #222;
  bottom: -30px;
  text-shadow: none;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
}

div.testimonial-tile {
  background-color: #e6e7e9;
  color: #8a8b8f;
  line-height: 22px;
  padding: 30px;
  font-style: italic;
  height: 246px;
  font-size: 14px;
}

figcaption.bordered {
  border: solid 1px #e6e7e9;
}

.pro-row {
  border-bottom: 1px dashed #6e6f70;
  padding-bottom: 15px;
}

.blog-content {
  font-size: 17px;
  line-height: 1.5;
}

.blog-content ul {
  list-style: disc;
}
