/*[data-jnx-block="header.html"] h1,*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, a, ul, li{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[data-role="page"]#landing-index > div.tooltip {
    z-index: 2;
}

@media (max-width: 767px) {
    div#features p.lead {
        font-size: 18px;
    }
    div#features p.paragraph {
        color: #7f8c8d;
        font-size: 14px;
        line-height: 1.722169;
    }
    div#features h4 {
        font-size: 18px;
    }
    div#features span.glyphicon {
        left: -20px;
        position: absolute;
        font-size: large;
    }
    .carousel {
        min-height: 190px;
    }
    .quote-text {
        max-width: 625px;
        margin: 0 auto;
        padding: 0 50px;
        font-size: 22px;
        font-weight: normal;
        color: #2c3e50;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    div#features p.lead {
        font-size: 25px;
    }
    div#features p.paragraph {
        color: #7f8c8d;
        font-size: 16px;
        line-height: 1.722169;
    }
    div#features h4 {
        font-size: 22px;
    }
    div#features span.glyphicon {
        left: -20px;
        position: absolute;
        font-size: x-large;
    }
    .carousel {
        min-height: 160px;
    }
    .quote-text {
        max-width: 625px;
        margin: 0 auto;
        padding: 0 20px;
        font-size: 30px;
        font-weight: normal;
        color: #2c3e50;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        line-height: 40px;
    }
}

div#features div.paragraph {
    margin-top: 12px;
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel .carousel-indicators {
    bottom: -30px;
}
.carousel .carousel-indicators li {
    background-color: #abb1b5;
}
.carousel .carousel-indicators li.active {
    background-color: #555;
}
.carousel .quote-text li {
    text-align: center;
}


#plans .plan {
    text-align: center;
    padding: 6px;
    margin-top: 12px;
}

@media (max-width: 767px) {
    #plans .plan {
        padding: 0;
    }
}

#plans div, #plans a, #plans span p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#plans .title {
    background: #006677;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 20px 0 20px;
    color: #fff;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    white-space: nowrap;
    position: relative;
}

#plans .price {
    margin: 0;
    font-size: 80px;
    font-weight: 500;
    position: relative;
}

#plans .currency {
    font-size: 24px;
    vertical-align: top;
    position: relative;
    font-weight: 400;
    top: 26px;
    left: -10px;
    opacity: 50;
    filter: alpha(opacity=5000);
    opacity: 0.5;
}

#plans .period {
    font-size: 12px;
    vertical-align: bottom;
    position: relative;
    top: -27px;
    left: 10px;
    opacity: 50;
    filter: alpha(opacity=5000);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#plans .btn {
    background-color: #ff4c3f;
    padding: 6px 12px;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    background: transparent;
    opacity: 50;
    filter: alpha(opacity=5000);
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-weight: 500;
}

#plans .description {
    padding: 12px 20px 12px 30px;
    font-size: 18px;
    color: #abb1b5;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0px 3px 3px 3px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
}

#plans .description-box {
    text-align: left;
    padding: 6px 0;
    position: relative;
}
@media (max-width: 767px) {
    #plans .description-box {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    #plans .description-box {
        font-size: 14px;
    }
}

#plans .description-box:first-child {
    /*border-top: 0;*/
}

#plans .description-box.included {
    color: #333;
}

#plans .description-box.not-included {
    color: #abb1b5;
    font-size: 14px;
    top: 9px;
}

#plans .description-box.included .fa-check {
    color: #6dd200;
    font-size: 14px;
    top: 9px;
}

#plans .description-box div {
    display: inline-block;
}
#plans .description-box span.fa-check,
#plans .description-box span.fa-times {
    position: absolute;
    left:-1.5em;
}

#plans .description-box span.fa-question-circle {
    position: absolute;
    right: -1.3em;
    top: .5em;
    color: #888;
}

.tooltip {
    margin-right: 24px;
}


.ribbon {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0 10px!important;
    background: #e74c3c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    top: 38px;
}
.ribbon:before,
.ribbon:after {
    display: block;
    position: absolute;
    line-height: 0;
}
.ribbon:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAgCAYAAADe+2JdAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAIcbAACL/wAA/RMAAIWJAACNJgAA5z0AADj/AAAeyY4zee8AAACLSURBVHja7M6xCcIAEAXQZwwpJI0W6V3AVgdwKrF3CWdwAhFcIjhDKiGCoDGxSVAxyQT5zcG94+5G+X4GS+zqOlEnxAKn72aTANs2aHCtIwGmfWjAAfsxhPIWeaSJVxaris98WN4i9/Nc9Rz/r32kSStA8Mri7oeqIsj7vj324QbXLrxghQN+TrwHABFIH/AzT59nAAAAAElFTkSuQmCC');
    left: -7px;
    bottom: 0;
}
.ribbon:after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAIcbAACL/wAA/RMAAIWJAACNJgAA5z0AADj/AAAeyY4zee8AAACMSURBVHja7MwxDoJAFIThf9fVAo2x4A5cwprKytPY2HoJS6/hCbwBoaKi0WxYoyYg+ywICQK9jdPNl/dG5Zu1AA44Azsg1TRZAlvgAkQttlkBhz4CxGO4GEP++Cs0yc2ilWI+NYRBwGyim0svwr2syApHWdff716E6/M13HxUbztAL3I0nW6BE7D/DADKLyXavmqdkAAAAABJRU5ErkJggg==');
    right: -5px;
    top: 0;
}

.plans .plan .ribbon {
    position: absolute;
    right: -1px;
    top: 47px;
    z-index: 2;
}
@media (max-width: 991px) {
    .plans .plan .ribbon {
        top: 20px;
    }
}
@media (max-width: 767px) {
    .plans .plan .ribbon {
        top: 50px;
    }
    .plans .plan-2 .ribbon {
        right: 0;
    }
}