.price {
    background: #009ae1 none repeat scroll 0 0;
}
#plans, #plans ul, #plans ul li {
    list-style: outside none none;
    margin: 0;
    padding: 4px;
}
#pricePlans::after {
    clear: both;
    content: "";
    display: table;
}
#pricePlans {
}
#pricePlans {
    margin: 0 auto;
    max-width: 69em;
}
#pricePlans #plans .plan {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    float: left;
    list-style: outside none none !important;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}
.planContainer .title h2 {
    color: #3e4f6a;
    font-size: 1.8em;
    font-weight: 300;
    margin: 0;
    padding: 0.6em 0;
}
.planContainer .title h2.bestPlanTitle {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #009ae1;
}
.planContainer .price p {
background-color: 009ae1;
    background: #009ae1 -moz-linear-gradient(center top , #009ae1, #007fbf) repeat scroll 0 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
}
.planContainer .price p.bestPlanPrice {
    background: #009ae1 none repeat scroll 0 0;
}
.planContainer .price p span {
    color: #ccc;
}
.planContainer .options {
    margin-top: 10em;
}
.planContainer .options li {
    color: #364762;
    font-weight: 700;
    line-height: 1.3;
}
.planContainer .options li span {
    color: #979797;
    font-weight: 400;
}
.planContainer .button a {
    border: 2px solid #3e4f6a;
    border-radius: 4px;
    color: #3e4f6a;
    display: inline-block;
    font-weight: 700;
    height: 2.8em;
    letter-spacing: 3px;
    line-height: 2.8em;
    margin: 1.5em 0 1.8em;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
}
.planContainer .button a.bestPlanButton {
    background: #f7814d none repeat scroll 0 0;
    border: 2px solid #f7814d;
    color: #fff;
}
#credits {
    color: #777;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
}
#credits a {
    color: #333;
}
#credits a:hover {
    text-decoration: none;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
#pricePlans #plans .plan {
    margin: 0 2% 20px 0;
    width: 49%;
}
#pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
#pricePlans #plans .plan {
    margin: 0 2% 20px 0;
    width: 49%;
}
#pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
}
}
@media screen and (min-width: 1025px) {
#pricePlans {
    margin: 2em auto 0;
}
#pricePlans #plans .plan {
    margin: 0 1.33% 20px 0;
    transition: all 0.25s ease 0s;
    width: 32%;
}
#pricePlans #plans > li:last-child {
    margin-right: 0;
}
#pricePlans #plans .plan:hover {
    transform: scale(1.04);
}
.planContainer .button a {
    transition: all 0.25s ease 0s;
}
.planContainer .button a:hover {
    background: #3e4f6a none repeat scroll 0 0;
    color: #fff;
}
.planContainer .button a.bestPlanButton:hover {
    background: #ff9c70 none repeat scroll 0 0;
    border: 2px solid #ff9c70;
}
}
