@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=Luckiest+Guy);
@import url(http://fonts.googleapis.com/css?family=Francois+One);
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}



.promos {
  max-width: 1140px;
  margin: 0 auto;
  
}

.promo {
  margin: 1em .5em 1.625em;
  padding: .25em 0 2em;
  background: #4274ba;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: red;
  text-align: center;
}
@media (min-width: 40em) {
  .promo {
    display: inline;
    float: left;
    width: 33.333%;
    margin: 1em 0 0;
  }
  .promo.first {
    border-right: none;
	background-color:#4274ba;
  }
  .promo.second {
    float: right;
    border-left: none;
	background-color:#4274ba;
  }
}
.promo h4 {
  margin: .25em 0 0;
  font-size: 170%;
  font-weight: normal;
  font-family: 'Francois One', sans-serif;
  color:red;
}
.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #999999;
}
.promo li {
  padding: .25em 0;
}
.promo .brief {
  color: #f9f9f9;
}
.promo .price {
  margin: .5em 0;
  padding: .25em 0;
  background: #292b2e;font-weight:bold;
  font-size: 250%;
  color: #f9f9f9;
  font-family: 'Francois One', sans-serif;
}
.promo .buy {
  margin: 1em 0 0;
  
}
.promo button {
  padding: 1em 3.25em;
  border: 1px;
  border-radius: 40px;
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
  cursor: pointer;
  
}
.promo button:hover {
  background: #27282b;
}

.scale button {
  background: #64aaa4;
}
.scale button:hover {
  background: #4e8d88;
}
@media (min-width: 40em) {
  .scale {
    transform: scale(1);
    box-shadow: 0 1px 4px 1px rgba(20, 20, 20, 0.8);
  }
  .scale .price {
    color: #fff;
	font-size: 350%;
  }
}

.save {color:#000; text-transform:uppercase; font-size:25px; font-family: 'Open Sans', sans-serif;}

.promo.third {
    background:url(../images/bg2.jpg) no-repeat #FFF center;
	background-size:cover;
	margin-top:-8px;
  }
  
  
  .promo.first {
   background:url(../images/bg2.jpg) no-repeat #FFF center;
	background-size:cover;
	border:solid #CCC;
  }
  .promo.second {
    background:url(../images/bg2.jpg) no-repeat #FFF center;
	background-size:cover;
	border:solid #CCC;
  }