/*BOOTSTRAP INJECTION*/
.container-header {
    x-width: 1046px;
    x-padding: 0px;
}

body {
    color: #333;
    x-background-color: #DDD;
}

header.landing-header {
    border-bottom: 1px solid rgb(191, 191, 191);
    border-bottom: 1px solid rgba(191, 191, 191, 0.8);
}

h1 {
    font-size: 48px;
    letter-spacing: normal;
    line-height: 1.1;
    color: #121212;
}

.benefit-card p {
    color: #666;
    font-size: 15px;
    x-line-height: 1.55;

}

p.lead {
    color: #333;
}

.card-snippet {
    font-weight: 400;
}

p.snippet-header {
    color: #0088CC;
    text-transform: uppercase;
    font-weight: 300;
}

p.p-snippet {
    x-padding: 3px 6px;
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
}

a.btn-header-cta {
    margin: 20px;
}

a.btn {
    x-width: 80%;
    padding: 4px 12px;
    line-height: 1.75;
    margin: 10px 0px;
}

div.custom-product-wrapper {
    x-background-color: rgba(255, 255, 255, 0.30);
    height: 400px;
}

section.page-top.custom-product {
    x-background-image: url(../img/sip-trunking/sip-trunking-header3.jpg);
    background-image: url(../img/sip-trunking/sip-trunking-header5.png);
    background-color: rgb(250,250,250) !important;
    background-repeat: no-repeat;
    background-position: top;
    height: 400px;
    background-size: cover;
}

/*section.custom-product {
    padding: 0px;
}

section.page-top.custom-product h1,
section.page-top.custom-product p,
section.page-top.custom-product p.lead {
    x-color: #333;
    color: rgba(0,0,0,1);
    text-shadow: 0px 0px 2px #fff, 1px 0px 1px #fff;
    /*, -1px -1px 5px #fff, 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff
}
*/
section.page-top.custom-product p.lead {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
}

.benefit-card {
    border-top: 1px solid #DDD;
    x-box-shadow: inset 0 -20px 10px -20px #222222;
    padding: 80px 0px;
}

.benefit-1 {
    border-top: none;
}

}

.benefit-card > .container > .row {
    padding: 0px 20px;
}

.benefit-2,
.benefit-4 {
    background-color: #FAFAFA;
}

.benefit-4 {
    padding-bottom: 60px;
}

div.unlock-icon {
    display: block;
    margin-top: 0px;
}

.icon-siptrunking {
    font-size: 52px;
    color: #0099CC;
    x-padding: 22px;
    border-radius: 100px;
    x-border: 6px solid #0088CC;
    margin: 10px 0px 10px 0px;
    text-align: center;
    x-box-shadow: 0px 0px 3px rgba(23, 23, 23, 0.7) inset;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

.icon-usd-custom {
    x-padding: 20px 30px;
}

h2 {
    font-size: 36px;
}

.graph {
    x-padding-left: 0px;
    margin-top: 5px;
    padding-bottom: 20px;
}

.graph-title {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    color: #0099CC;
}

div.circular-bar-content {
    margin-top: -155px;
}

p.p-info-block {
    padding-right: 30px;
}


div[class^='col-xs-'].graph,
div[class^='col-xs-'].card-info {
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    margin-top: 0px;
}

section.highlight.footer {
    margin: 0px 0px 40px 0px;
}

.vendors {
    margin-bottom: 60px;
}

section.st-pricing {
    padding: 40px 0px;
    border-top: 1px solid #DDD;
}

section.call-to-action {
    margin: 0px 0px -10px 0px !important;
    padding: 20px 2px 0px 20px;
}

div.pricing-table {
    margin-top: 30px;
}

div.pricing-table div.plan {
    text-shadow: none;
}

i.pricing {
    font-style: normal;
}

div.featured-box-secundary h4.pricing-header {
    text-transform: none;
    color: #333;
}

ul.list li.pricing-list {
    margin-bottom: 3px;
}

li.pricing-indent {
    margin-left: 10px;
}

h3.featured.lead {
    text-transform: none;
    color: #333;
    font-size: 30px;
    margin-bottom: 40px;
}

/* MOBILE STYLING HERE */
@media (max-width: 767px) {
    .graph {
        padding-left: 15px;
    }

    .card-info {
        padding-right: 15px;
    }

    p.p-snippet {
        padding: 2px 2px;
    }

    section.benefit-card {
        border-top: 1px solid #DDD;
        padding: 80px 0px 40px 0px;
    }

    div.unlock-icon {
        display: block;
        margin-top: 0px;
    }

    h2 {
        x-word-wrap: break-word;
    }
}
