@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,300);
@keyframes slide{
			 0% {
				top: -100px;
	}
}
*,
*: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;
}

/*body {
  background: #f6f8f8;
  font-size: 100%;
  padding: 3em 0;
}*/
.promos {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.promo {
  font-size: 75%;
  margin: 1em .5em 1.625em;
 /* padding: .25em 0 2em;*/
  background: #0F1012;
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 400;
  line-height: 1.625;
  color: #f9f9f9;
  text-align: center;
  height:100%;

}
.features .price {
	font-family: 'Merriweather', serif;
	font-size: 2.3rem !important;
	font-weight: normal !important;
}
.ft-list-main{
  padding:0px 0px 10px 0px !important;
}
.ft-list{
  background:#CFA256;
  padding: 13px;
  margin: 0 !important;
}
.ft-price{
  margin:0 0 0 0 !important;
}




@media (min-width: 40em) {
  .promo {
    display: inline;
    float: none;
   /*width: 33.333%;*/
	width: 28%;
    margin: 1em 0 0;
	margin-right: 1%;
  display: inline-block;
  vertical-align: top;
  }
  .promo.first {
    border-right: none;
    padding: 10px 0;
    text-align: left;
  }
  .promo.second {
    float: right;
    border-left: none;
  }
}




.promo h4 {
  margin: .25em 0 0;
  font-size: 170%;
  font-weight: normal;
}
.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #999999;
  font-size: 14px;
}
.plist{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.plist:hover{
	margin-top:-5px;
	box-shadow:0 2px 12px 3px rgba(255, 255, 255, 0.50);
}
.promo li {
 padding: 0rem 1rem 1rem 1rem;
}
.promo .brief {
  color: #f9f9f9;
  font-size:14px;
  padding: 1rem;
}
.promo .price {
  margin: .5em 0;
  padding: 6px 0;/*digital elites*/
  background: #292b2e;
  color: #f9f9f9;
}
.promo .buy {
  margin: 1em 0 0;
}
.promo button {
  width: 100%;/*Digital Elites*/
  padding: 10px;/*Digital Elites*/
  /* padding: 1em 3.25em;*/
  border: none;
  /* border-radius: 40px;*/
  background:  #CFA256;
  color: #f9f9f9;
  cursor: pointer;
}
.promo button:hover {
  background: #27282b;
}

.scale button {
  background: #CFA256;
}
.scale button:hover {
  background: #B38D4C;
}











/*RESPONSIVE TABLE 
@media (min-width: 40em) {
  .scale {
    transform: scale(1.2);
    box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
  }
  .scale .price {
    color: #CFA256;
  }
}
@media (max-width: 991px) {
  .promo{
	  width: 48%;
	  float:left;
  }
}
@media (max-width: 591px) {
  .promo{
	  width: 47%;
  }
}
@media (max-width: 400px) {
  .promo{
	  width: 100%;
  }
}

@media (min-width:640px) and (max-width:652px) {
	.promo{
		width: 48%;
	}
}
/*RESPONSIVE */



/*my responsive*/
@media (min-width:640px) and (max-width:991px) {
	.promo{
		width: 48%;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.promo{
		width: 49%;
	}
}
/*my responsive*/