.become-angel-header h1 {
    font-size: 50px;
    font-weight: bold;
}

.become-angel-header p {
    font-size: 25px;
    font-weight: bold;
    color: #222222;
    margin: 20px 0;
}

.become-angel-header {
    font-size: 18px;
    color: #222222;
}

.actions .ratings {
    position: static;
}

.become-angel-details {
    margin: 30px 0;
}

@media ( max-width: 1025px ) {
    .become-angel-details > div {
        margin: 15px 0;
    }
}

.become-angel-details .btn {
    background-color: #56cf36;
    padding: 15px;
    font-size: 15px;
    margin-top: 50px;
}

.become-angel-details .show-video > div {
    background-color: #e7e9e8;
    margin-left: 40px;
    height: 145px;
    width: calc(100% - 40px);
}

.become-angel-details .show-video .video-text {
    margin-left: 200px;
    margin-top: -95px;
    margin-right: 10px;
}

@media ( max-width: 1146px ) {
    .become-angel-details .show-video .video-text {
        margin-top: -115px;
    }
}

.become-angel-details .show-video > div:before {
    display: block;
    background: url('../images/angel_video_thumb.jpg');
    width: 205px;
    height: 146px;
    content: ' ';
    margin-left: -30px;
    position: relative;
    top: -10px;
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
}

@media ( max-width: 470px ) {
    .become-angel-details .show-video .video-text {
        margin-top: 0;
        width: 100%;
        display: block;
        margin-left: 0;
        background-color: #e7e9e8;
        padding: 10px;
    }

    .become-angel-details .show-video > div {
        height: 215px;
        margin-left: 0;
        width: 100%;
    }

    .become-angel-details .show-video > div:before {
        margin-left: 0;
        top: -15px;
    }
}

.benefit-container {
    padding-top: 30px;
}

.angel-benefits-header {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 20px;
}

.angel-benefit > span {
    display: inline-block;
    float: left;
}

.angel-benefit div span {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

@media (max-width: 420px ) {
    .angel-benefit div span {
        font-weight: bold;
        font-size: 13px;
        display: block;
    }

    .angel-icon {
        width: 60px;
        height: 60px;
    }

}

.angel-benefit {
    padding: 20px 30px;
}

.angel-benefit > div {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.angel-benefit > div > div {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}

.angel-icon {
    width: 80px;
    height: 80px;
    background-size: 80%;
    background: no-repeat center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.angel-benefit-save {
    background: #e46542 url('../images/angel-icon-save.png');
}

.angel-benefit-gift {
    background: #fed24b url('../images/angel-icon-gift.png');
}

.angel-benefit-van {
    background: #fed34a url('../images/angel-icon-van.png');
}

.angel-benefit-star {
    background: #f6a847 url('../images/angel-icon-star.png');
}
#angelModal .modal-header {
    border-bottom: 0;
}
#angelModal .left-part {
    color: #ffffff !important;
    padding: 20px;
    background: url('../images/baby_background.jpg') no-repeat;
    margin-right: -16px;
    margin-left: 15px;
    min-height: 510px;
}

#angelModal .left-part h2 {
    font-size: 55px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 55px;
}

#angelModal .left-part h4 {
    font-size: 28px;
    margin-top: 20px;
}

#angelModal .left-part a {
    position: absolute;
    left: 25px;
    bottom: 50px;
    background-color: #56cf36;
    padding: 0 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

#angelModal .right-part {
    padding: 0 35px;
}

#angelModal .right-part .close-modal {
    font-size: 18px;
    font-weight: 100;
    display: block;
}

#angelModal .right-part p {
    color: #000000 !important;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

#angelModal .right-part h5 {
    font-size: 18px;
    margin: 25px 0;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

#angelModal .right-part .list-header {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-top: 30px;
}

#angelModal .right-part .ticklist {
    padding-left: 15px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    list-style-type: none;
    margin-top: -15px;
}

#angelModal .right-part .ticklist li {
    list-style-image: none;
    line-height: 18px;
}

#angelModal .right-part .ticklist li::before {
    content: '\2713';
    color: #7976f9;
    font-size: 18px;
    margin-right: 10px;
}

@media (max-width: 420px ) {
    #angelModal .left-part > span {
        font-size: 18px;
    }

    #angelModal .left-part span span {
        font-size: 25px;
    }

    #angelModal .left-part a {
        font-size: 20px;
    }
}

@media (max-width: 360px ) {
    #angelModal .left-part > span {
        font-size: 15px;
    }

    #angelModal .left-part span span {
        font-size: 22px;
    }

    #angelModal .left-part a {
        font-size: 17px;
    }

}

.reviews-box {
    padding: 40px 30px;
}

.reviews-box > div {
    border-top: 1px solid #e7e9e8;
    padding-top: 20px;
}

.reviews-box .comment::before {
    content: '\201c';
    font-family: sans-serif;
    display: block;
    font-size: 80px;
    position: absolute;
    left: 0;
    top: -25px;
    color: #bdbdbd;
}

.reviews-box .comment {
    color: #000000;
    padding: 10px 30px;
    margin-bottom: 0;
}

.reviews-box .comment::after {
    content: '\201d';
    font-family: sans-serif;
    display: block;
    font-size: 80px;
    position: absolute;
    right: 30px;
    bottom: -45px;
    color: #bdbdbd;
}

.reviews-box span {
    font-size: 13px;
    padding-left: 30px;
}

.joinBox .btn {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 #639e2d !important;
    background-color: #b8dc4c !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#71b52f), color-stop(25%, #ffffff), to(#7dbe11)) !important;
    background-image: -webkit-linear-gradient(#b8dc4c, #b8dc4c 25%, #71b52f) !important;
    background-image: -moz-linear-gradient(top, #b8dc4c, #b8dc4c 25%, #71b52f) !important;
    background-image: -ms-linear-gradient(#b8dc4c, #b8dc4c 25%, #71b52f) !important;
    background-image: -o-linear-gradient(#b8dc4c, #b8dc4c 25%, #71b52f) !important;
    background-image: linear-gradient(#b8dc4c, #b8dc4c 25%, #71b52f) !important;
    background-repeat: no-repeat !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8dc4c', endColorstr='#71b52f', GradientType=0) !important;
    border: 1px solid #54890b !important;
    border-bottom-color: #2c4705 !important;
    padding: 18px 30px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-family: verdana, serif !important;
    margin: 30px auto;
}

#imageModal img {
    max-width: 750px;
    max-height: 750px;
    width: 100%;
    height: 100%;
}

#imageModal .prev {
    position: absolute;
    left: 30px;
    top: 48%;
    font-size: 20px;
}

#imageModal .next {
    position: absolute;
    right: 30px;
    top: 48%;
    font-size: 20px;
}

.discount_details span, .discount_details strong {
    font-weight: normal !important;
}

.fbButtonContainer {
    margin: 20px auto;
    padding: 20px 0;
    width: 250px;
}

.fbButtonContainer span {
    width: 250px;
}

.fb_button_large {
    min-width: 250px;
}

.fb_button_large span.fb_button_text {
    background: url("fblogin/fb_long.png") no-repeat;
}

.amopcguestbutonfb {
    max-width: 250px;
    width: 250px;
    float: left;
}

#bt-loginfb {
    text-align: center;
}

#bt-loginfb > span {
    font-size: 13px;
    font-style: italic;
}

.angel-save .price-label {
    text-decoration: underline;
    cursor: help;
}
