@import url('html5_reset.css');
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);

body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    background: #e7e7e7;
    /*padding-top: 103px;*/
    font-size: 15px;
    color: #737373;
    /*padding-bottom: 40px;*/
}

h7 {
    font-size: 22px;
    font-weight: normal;
    color: rgb(128, 128, 128);
}

body.landing {
    padding-top: 84px;
}

header {
    display: block;
    height: 7rem;
    background-color: white;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0px 4px 5px 0px rgba(99,99,99,0.75);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(99,99,99,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(99,99,99,0.75);
}

.landing header {
    height: 93px;
    background-position: bottom;
}

    .landing header .link {
        color: #9e0b5c;
        font-size: 19px;
        background: url(../img/arrow_right3.png) 100% 0px no-repeat;
        padding-right: 35px;
        float: right;
        text-decoration: none;
        margin-top: 30px;
    }

.wrapper-topbar, .wrapper-nav {
    display: flex;
    justify-content: center;
}

.wrapper-topbar {
    background-color: #636363;
}

.header-nav {
    width: 60rem;
}

.topbar {
    height: 19px;
    text-align: right;
    font-size: 10px;
    color: #e6e6e6;
    line-height: 19px;
    text-transform: uppercase;
    width: 60rem;
}

    .topbar ul {
        display: block;
        float: right;
        height: 19px;
        border-right: 1px solid #b4b4b4;
    }

        .topbar ul li {
            display: block;
            float: left;
            padding: 0px 8px;
            height: 19px;
            line-height: 19px;
            border-left: 1px solid #b4b4b4;
            white-space: nowrap;
            text-align: left;
            width: 120px;
        }

    .topbar a {
        color: #e6e6e6;
        text-decoration: none;
        /*margin: 0px 15px;*/
    }

        .topbar a:hover {
            text-decoration: underline;
        }

    .topbar .arrow {
        margin-left: 15px;
    }

.pull-left {
    float: left;
}

.clearfix {
    /**zoom: 1;*/
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

p {
    margin-bottom: 15px;
}

    p a {
        font-weight: 700;
        color: #2896fc;
        text-decoration: none;
    }

        p a:hover {
            text-decoration: underline;
        }

    p.dark {
        color: #000000;
    }

        p.dark a {
            color: #000000;
        }

.language {
    display: block;
    height: 19px;
    line-height: 19px;
    background: url(../img/arrow_down.png) 100% 50% no-repeat;
    padding-right: 30px;
    cursor: pointer;
}

    .language .icon {
        margin-right: 5px;
        vertical-align: middle;
        width: 16px;
        height: 13px;
    }

header .logo {
    float: left;
    margin-top: 7px;
}

header nav {
    font-size: 17px;
    color: #737373;
    float: right;
    margin-top: 30px;
}

    header nav li {
        display: block;
        float: left;
        padding-left: 25px;
    }

        header nav li a {
            color: #737373;
            text-decoration: none;
        }

            header nav li a:hover {
                color: #9e0b5c;
            }

.content {
    width: 60rem;
    background: #ffffff;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 40px 132px;
    margin: 0px auto;
}

    .content.landing {
        border-bottom: 1px solid #cdcdcd;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
        padding: 0px 132px 20px;
    }

.no-borderradius .content.landing {
    behavior: url(PIE.htc);
    overflow: hidden;
    display: block;
    position: relative;
}

footer {
    background: #636363;
    border: 1px solid #636363;
    width: 60rem;
    padding: 25px 132px;
    margin: 0px auto;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.no-borderradius footer {
    behavior: url(PIE.htc);
    position: relative;
}

footer nav {
    font-size: 14px;
    color: #f6f5f5;
}

    footer nav ul {
        float: left;
        margin-right: 30px;
        min-width: 120px;
    }

    footer nav li {
        margin-top: 10px;
    }

        footer nav li:first-child {
            margin-top: 0px;
        }

    footer nav a {
        text-decoration: none;
        color: #f6f5f5;
    }

        footer nav a:hover {
            color: #f6f5f5;
            text-decoration: underline;
        }

.ssl-icon {
    width: 150px;
}

.copyright {
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    width: 300px;
    float: right;
}

    .copyright .logo {
        margin-bottom: 10px;
    }

.banner {
    width: 1226px;
    margin: 0px auto;
    height: 401px;
    overflow: hidden;
    position: relative;
}

    .banner h1 {
        color: #ffffff;
        font-weight: 400;
        font-size: 44px;
    }

        .banner h1.inverse {
            color: #4693f3;
        }

    .banner p {
        color: #ffffff;
        font-style: italic;
        margin-top: 0px;
        margin-bottom: 20px;
    }

        .banner p.inverse {
            color: #737373;
        }

        .banner p a {
            text-decoration: none;
            color: #ffffff;
        }

        .banner p.inverse a {
            color: #737373;
        }

        .banner p a:hover {
            text-decoration: underline;
            color: #ffffff;
        }

        .banner p.inverse a:hover {
            color: #737373;
        }

    .banner [class^="sign-btn"],
    .banner [class*="sign-btn"] {
        background-image: url(../img/button_large.png);
        width: 183px;
        height: 51px;
        display: inline-block !important;
        /**zoom: 1;*/
        *display: block;
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        line-height: 51px;
        background-position: top left;
        background-repeat: no-repeat;
    }

        .banner [class^="sign-btn"]:hover,
        .banner [class*="sign-btn"]:hover {
            background-position: bottom left;
        }

    .banner p.pull-left {
        margin-left: 15px;
        width: 370px;
    }

    .banner .sign-btn-blue {
        background-image: url(../img/button_large_blue.png);
    }

    .banner .sign-btn-red {
        background-image: url(../img/button_large_red.png);
    }

    .banner .sign-btn-cyan {
        background-image: url(../img/button_large_cyan.png);
    }

    .banner .rate-search {
        position: absolute;
        bottom: -27px;
        left: 50%;
        margin-left: -488px;
    }

.rate-search {
    background: url(../img/rates_bgfull.png) top left no-repeat;
    width: 976px;
    height: 112px;
    z-index: 99;
    position: relative;
    margin-left: -8px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
}

    .rate-search .searchbox {
        background: url(../img/searchboxLP1.png) no-repeat;
        width: 693px;
        height: 45px;
        padding-left: 48px;
        float: left;
        margin-left: 35px;
        margin-top: 33px;
        cursor: pointer;
        position: relative;
    }

        .rate-search .searchbox .input-text {
            font-size: 17px;
            font-style: italic;
            width: 370px;
            color: #303030;
            border: none;
            margin-top: 12px;
            outline: none;
            padding: 0px;
            background: #ffffff;
            margin-left: 0px;
            position: absolute;
        }

            .rate-search .searchbox .input-text::-webkit-input-placeholder {
                color: #303030;
            }

            .rate-search .searchbox .input-text:-moz-placeholder { /* Firefox 18- */
                color: #303030;
            }

            .rate-search .searchbox .input-text::-moz-placeholder { /* Firefox 19+ */
                color: #303030;
            }

            .rate-search .searchbox .input-text:-ms-input-placeholder {
                color: #303030;
            }

    .rate-search .submit {
        background: #68043b;
        height: 45px;
        border: none;
        padding: 0px;
        width: 145px;
        font-size: 18px;
        color: #ffffff;
        float: left;
        margin-left: 10px;
        margin-top: 33px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .rate-search .submit:hover {
            background: #5d0435;
        }

.no-borderradius .rate-search .submit {
    behavior: url(PIE.htc);
}

.rate-search .fieldset {
    float: left;
    margin-left: 20px;
    margin-top: 45px;
    line-height: 20px;
}

.rate-search div.selector2 {
    padding: 0px;
}

    .rate-search div.selector2 span {
        color: #ffffff;
        font-size: 14px;
        background-image: url(../img/arrow_down2.png);
        padding: 0px;
    }

    .rate-search div.selector2 select {
        font-size: 12px;
        width: 60px;
    }

.home-content {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    width: 960px;
    padding: 30px 132px;
    margin: 0px auto;
}

.features {
    color: #737373;
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
}

    .features div {
        width: 145px;
        float: left;
        background: #ffffff;
        padding: 15px 20px;
        height: 250px;
        position: relative;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-left: 8px;
    }

.no-borderradius .features div {
    behavior: url(PIE.htc);
}

.features div:first-child,
.features div.first {
    margin-left: 0px;
}

.features div h2 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
}

    .features div h2 strong {
        font-weight: 700;
    }

    .features div h2 img {
        display: block;
        margin: 0px auto;
    }

.features [class^="btn"],
.features [class*="btn"] {
    background: #f7b71c;
    height: 35px;
    display: block;
    width: 144px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .features [class^="btn"]:hover,
    .features [class*="btn"]:hover {
        background: #737373;
    }

.no-borderradius .features [class^="btn"],
.no-borderradius .features [class*="btn"] {
    behavior: url(PIE.htc);
}

.features .btn-orange {
    background: #fa7030;
}

.features .btn-purple {
    background: #65459b;
}

.features .btn-red {
    background: #ed333f;
}

.features .btn-pink {
    background: #d30c88;
}

.benefits {
    background: #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 55px;
    text-align: center;
}

.no-borderradius .benefits {
    behavior: url(PIE.htc);
}

.benefits.landing {
    padding: 10px 55px 30px;
}

.benefits h3 {
    font-size: 23px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 30px;
}

.benefits ul {
    font-size: 13px;
    color: #737373;
    width: 390px;
}

    .benefits ul li {
        text-align: left;
        padding-left: 65px;
        background: url(../img/check.png) 0px 8px no-repeat;
        margin-top: 20px;
    }

.benefits li h2 {
    font-size: 18px;
    color: #9e0b5c;
    font-weight: 400;
    margin-top: 0px;
}

.benefits .signup-banner {
    margin-top: 40px;
}

[class^="button"],
[class*="button"] {
    background: #9e0b5c;
    display: inline-block;
    /**zoom: 1;*/
    *display: inline;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    padding: 0px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.no-borderradius [class^="button"],
.no-borderradius [class*="button"] {
    behavior: url(PIE.htc);
    position: relative;
}

[class^="button"]:hover,
[class*="button"]:hover {
    color: #ffffff;
    background: #8e0a53;
}

[class^="button-med"],
[class*="button-med"] {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 30px;
    background: #68043b;
    cursor: pointer;
}

[class^="button-lrg"],
[class*="button-lrg"] {
    height: 53px;
    line-height: 43px;
    font-size: 22px;
    color: #ffffff;
    padding: 0px 30px;
    background: #9e0b5c;
}

    [class^="button-lrg"].arrowed,
    [class*="button-lrg"].arrowed {
        background-image: url(../img/button_arrow.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        padding-right: 80px;
    }

.disabledButton {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border: none;
    padding: 0px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #939393;
}

.button-lrg-inverse {
    background: none;
    color: #212121;
}

    .button-lrg-inverse:hover {
        background: #b7b6b6;
        color: #ffffff;
    }

.button-med-orange,
.button-sml-orange,
.button-orange {
    background: #fa7030;
}

    .button-med-orange:hover,
    .button-sml-orange:hover,
    .button-orange:hover {
        background: #e1652b;
    }

.button-med-purple {
    background: #5f4095;
}

    .button-med-purple:hover {
        background: #553986;
    }

[class^="button-sml"],
[class*="button-sml"] {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 10px;
}

.button-sml-blue {
    background: #0773d8;
}

.button-med-blue {
    background: #3b78b6;
}

.button-med-darkPink {
    background: #9e0b5c;
    text-align: center;
}

span.button-med-darkPink {
    cursor: pointer;
}

.button-med-Gray:hover {
    background: #cfccce;
}

.button-med-Gray {
    background: #b0aeaf;
}


.button-med-darkPink:hover {
    background: #c8026f;
}

.button-med-blue:hover {
    background: #356ca3;
}

.button-sml-blue:hover {
    background: #0667c2;
}

.button-sml-light-blue {
    background: #2896fc;
}

    .button-sml-light-blue:hover {
        background: #2487e2;
    }

.button-med-green {
    background: #01949b;
}

    .button-med-green:hover {
        background: #06bbc4;
    }

aside [class^="button"],
aside [class*="button"] {
    display: block !important;
    text-align: center;
}

.columned-content {
    width: 730px;
    float: left;
}

    .columned-content.pull-right {
        width: 610px;
        float: right !important;
        padding: 10px;
    }

.page-title {
    font-size: 18px;
    color: #b4b4b4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    position: relative;
}

    .page-title .back-btn {
        background: url(../img/arrow_prev.png) top left no-repeat;
        width: 23px;
        height: 23px;
        display: inline-block;
        /**zoom: 1;*/
        *display: inline;
        vertical-align: middle;
        margin-right: 5px;
    }

        .page-title .back-btn:hover {
            background-position: bottom left;
        }

    .page-title .fwd-btn {
        background: url(../img-rtl/arrow_prev.png) top right no-repeat;
        width: 23px;
        height: 23px;
        display: inline-block;
        /**zoom: 1;*/
        *display: inline;
        vertical-align: middle;
        margin-left: 5px;
        float: right
    }

        .page-title .fwd-btn:hover {
            background-position: bottom right;
        }

    .page-title .fwd-span {
        float: right
    }

    .page-title.no-border {
        border-bottom: none;
    }

    .page-title .links {
        font-size: 11px;
        font-weight: 400;
        padding-top: 5px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

        .page-title .links a {
            color: #737373;
            text-decoration: none;
            margin: 0px 8px;
        }

            .page-title .links a:hover {
                color: #b4b4b4;
            }

.pull-right {
    float: right;
}

.intro {
    display: flex;
    align-self: center;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0px 30px 0px;
    width: 100%;
}

    .intro h1.community {
        color: #fc7b17;
        background: url(../img/bezecommunity_icon_lrg.png) top left no-repeat;
        min-height: 67px;
        padding-left: 120px;
        margin: 5px 0px;
    }

        .intro h1.community span {
            color: #737373;
        }

    .intro h1.bezecompare {
        background: url(../img/bezecompare_icon_lrg.png) top left no-repeat;
        min-height: 64px;
        padding-left: 70px;
        line-height: 64px;
        margin: 20px 0px 10px;
    }

    .intro h1, p {
        margin: 0;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .intro p {
        display: flex;
        justify-content: end;
        align-self: center;
        font-size: 15px;
        color: #cdcdcd;
    }

        .intro p a {
            color: #050505;
            font-weight: 700;
            text-decoration: none;
            padding-left: 5px;
        }

            .intro p a:hover {
                text-decoration: underline;
            }

h1 {
    font-weight: 400;
    font-size: 33px;
    color: #9e0b5c;
    margin: 0px;
}
/*
    h1 span {
        font-size: 18px;
        color: #737373;
        display: block;
    }*/

h2 {
    font-weight: 400;
    font-size: 26px;
    color: #000000;
}

    h2.why {
        font-weight: 700;
        background: url(../img/heart_icon_lrg.png) 0px 5px no-repeat;
        min-height: 30px;
        display: inline;
        padding-left: 40px;
    }

h3 {
    font-size: 17px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 20px;
}

    h3 img {
        vertical-align: middle;
        margin-right: 5px;
    }

aside {
    width: 180px;
    float: right;
}

    aside.wider {
        width: 218px;
    }

    aside.pull-left {
        width: 292px;
    }

.earn-free-credit {
    background: #2896fc;
    padding: 18px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}

.no-borderradius .earn-free-credit {
    behavior: url(PIE.htc);
}

.earn-free-credit h4 {
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    line-height: 25px;
    margin: 10px 0px;
}

.why-bezecom {
    font-size: 13px;
    color: #131313;
    margin-bottom: 25px;
}

    .why-bezecom h4 {
        background: url(../img/heart_icon.png) 6px 4px no-repeat;
        font-weight: 700;
        font-size: 17px;
        padding-left: 36px;
        margin-bottom: 10px;
    }

    .why-bezecom li {
        padding-left: 14px;
        margin-bottom: 15px;
        background: url(../img/bullet.png) 6px 8px no-repeat;
    }

.save-more {
    background: #deddde;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 18px;
    text-align: center;
    color: #000000;
    position: relative;
}

.no-borderradius .save-more {
    behavior: url(PIE.htc);
}

.save-more h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 25px;
}

.services article {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.service article p {
    line-height: 24px;
}

.signup-banner {
    text-align: center;
}

    .signup-banner h2 {
        font-size: 23px;
        margin-bottom: 15px;
    }

.rate-table {
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 17px;
    margin-bottom: 40px;
    width: 100%;
}

    .rate-table.landing {
        margin-bottom: 20px;
    }

    .rate-table .country {
        width: 295px;
    }

    .rate-table td {
        padding: 10px;
    }

        .rate-table td img {
            vertical-align: middle;
            margin-right: 5px;
        }

    .rate-table th {
        color: #303030;
        font-weight: 700;
        text-align: left;
        padding: 10px;
    }

    .rate-table.landing th {
        color: #737373;
        padding: 8px 10px;
    }

    .rate-table.landing td {
        color: #131313;
        padding: 8px 10px;
    }

    .rate-table td.price {
        color: #2896fc;
        font-weight: bold;
    }

    .rate-table .odd td {
        background: #f1eef1;
    }

.faq {
    font-size: 17px;
    color: #303030;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

    .faq h1.bezecommunity {
        font-size: 26px;
        color: #000000;
        background: url(../img/bezecommunity_icon_lrg.png) top left no-repeat;
        height: 67px;
        line-height: 67px;
        padding-left: 95px;
        margin-top: -15px;
    }

        .faq h1.bezecommunity span {
            display: inline;
            font-size: 26px;
            font-weight: 700;
            color: #000000;
        }

    .faq li {
        font-weight: 700;
        width: 320px;
        float: left;
        margin-top: 15px;
    }

        .faq li a {
            color: #303030;
            text-decoration: none;
        }

            .faq li a:hover {
                text-decoration: underline;
            }

    .faq .search-field {
        background: url(../img/searchbox2.png) top left no-repeat;
        height: 42px;
        width: 282px;
        padding-left: 40px;
        float: left;
        margin-right: 5px;
    }

        .faq .search-field.orange {
            background-position: bottom left;
        }

        .faq .search-field .input-text {
            width: 265px;
            font-size: 18px;
            border: none;
            margin-top: 10px;
            outline: none;
            background: #ffffff;
        }

    .faq .head {
        margin-bottom: 20px;
    }

.earn-credit-header {
    height: 108px;
    font-size: 33px;
    text-align: center;
    color: #ffffff;
    line-height: 108px;
    background: url(../img/pig_icon2.png) 75px 20px no-repeat #2896fc;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.no-borderradius .earn-credit-header {
    behavior: url(PIE.htc);
}

.earn-credit-header h1 {
    color: #ffffff;
    font-size: 33px;
    margin: 0px;
    font-weight: 400;
}

.bezecom-friends-box {
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    font-size: 18px;
    color: #131313;
}

.no-borderradius .bezecom-friends-box {
    behavior: url(PIE.htc);
}

.bezecom-friends-box .clearfix {
    padding-top: 20px;
}

.bezecom-friends-box .pull-left {
    width: 270px;
    text-align: center;
    padding-top: 20px;
}

.bezecom-friends-box .pull-right {
    width: 600px;
}

.bezecom-friends-box ul {
    margin: 20px 0px;
}

.bezecom-friends-box li {
    margin-bottom: 20px;
    /**zoom: 1;*/
}

    .bezecom-friends-box li:before,
    .bezecom-friends-box li:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .bezecom-friends-box li:after {
        clear: both;
    }

    .bezecom-friends-box li .num {
        width: 35px;
        float: left;
        color: #e22130;
        font-size: 32px;
        font-weight: 700;
    }

    .bezecom-friends-box li div {
        float: left;
    }

.bezecom-friends-box h2 {
    font-size: 20px;
    color: #e22130;
    text-transform: uppercase;
}

.bezecom-friends-box .foot {
    border-top: 1px solid #cdcdcd;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    color: #131313;
    margin-top: 20px;
}

    .bezecom-friends-box .foot .button {
        margin-left: 40px;
    }

.bezecom-friends-box h3 {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0px;
}

    .bezecom-friends-box h3 span {
        font-weight: 700;
    }

.list {
    margin-bottom: 20px;
}

    .list h6 {
        font-size: 13px;
        color: #131313;
        margin-bottom: 6px;
    }

    .list li {
        border-top: 1px solid #dadada;
        color: #131313;
        font-size: 13px;
        padding: 5px 0px;
    }

        .list li a {
            color: #131313;
            text-decoration: none;
        }

            .list li a:hover {
                color: #2896fc;
            }

.share-post {
    margin-bottom: 20px;
    font-size: 22px;
    color: #000000;
}

    .share-post p {
        margin-bottom: 10px;
    }

.posts a {
    color: #fc7b17;
    text-decoration: none;
}

    .posts a:hover {
        text-decoration: underline;
    }

.posts article {
    color: #737373;
    font-size: 15px;
    margin-bottom: 20px;
}

    .posts article h2 {
        font-size: 14px;
        color: #fc7b17;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .posts article .pull-right {
        width: 600px;
    }

.posts .info {
    display: block;
    background: #f0eeec;
    height: 27px;
    color: #4b4b4b;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 10px;
}

    .posts .info .pull-left {
        padding-left: 10px;
    }

.posts p {
    line-height: 28px;
    margin-bottom: 20px;
}

.search-bar {
    margin-bottom: 30px;
}

    .search-bar .search-field {
        background: url(../img/searchbox3.png) top left no-repeat;
        width: 338px;
        height: 35px;
        float: left;
        margin-right: 10px;
    }

        .search-bar .search-field .input-text {
            width: 285px;
            margin-top: 8px;
            font-size: 13px;
            margin-left: 35px;
            border: none;
            outline: none;
            color: #303030;
            background: #ffffff;
        }

            .search-bar .search-field .input-text::-webkit-input-placeholder {
                color: #303030;
                font-style: italic;
            }

            .search-bar .search-field .input-text:-moz-placeholder { /* Firefox 18- */
                color: #303030;
                font-style: italic;
            }

            .search-bar .search-field .input-text::-moz-placeholder { /* Firefox 19+ */
                color: #303030;
                font-style: italic;
            }

            .search-bar .search-field .input-text:-ms-input-placeholder {
                color: #303030;
                font-style: italic;
            }

    .search-bar .button-sml {
        height: 35px;
        background: #b0b5b9;
        width: 110px;
        text-align: center;
    }

        .search-bar .button-sml:hover {
            background: #9ea3a6;
        }

fieldset {
    margin-bottom: 20px;
}

.compare-form .button {
    width: 180px;
    text-transform: uppercase;
    margin-right: 20px;
    cursor: pointer;
}

.compare-form input[type="reset"] {
    background: #ffffff;
    color: #818181;
}

    .compare-form input[type="reset"]:hover {
        background: #e5e5e5;
    }

label {
    font-size: 17px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 15px;
    display: block;
}

    label.inline {
        display: inline;
        font-weight: normal;
        vertical-align: middle;
    }


    label img {
        vertical-align: middle;
    }

select.styled {
    width: 280px;
}

.compare-results,
.rate-results {
    color: #212121;
    font-size: 18px;
    text-align: center;
    margin: 30px 0px;
}

    .compare-results div,
    .rate-results div {
        width: 170px;
        float: left;
        margin-left: 100px;
    }

        .compare-results div:first-child,
        .rate-results div:first-child {
            margin-left: 0px;
        }

    .compare-results .rate,
    .rate-results .rate {
        font-size: 81px;
        color: #9e0b5c;
        font-weight: bold;
        line-height: 70px;
    }

.subscription-intro {
    background: url(../img/calendar_icon.png) 44px 32px no-repeat #01949b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 35px 35px 35px 190px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    margin-top: -10px;
}

.no-borderradius .subscription-intro {
    behavior: url(PIE.htc);
}

.subscription-intro p {
    margin: 0px;
    line-height: 26px;
    font-size: 18px;
}

    .subscription-intro p a {
        color: #ffffff;
        text-decoration: none;
    }

        .subscription-intro p a:hover {
            text-decoration: underline;
        }

.subscription-intro h1 {
    color: #ffffff;
}

.nav-links {
    margin: 20px 0px;
}

.link-prev {
    display: block;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    background: url(../img/arrow_prev.png) top left no-repeat;
    font-size: 18px;
    color: #a1a2ab;
    text-decoration: none;
    padding-left: 33px;
    float: left;
}

    .link-prev:hover {
        background-position: bottom left;
        color: #a1a2ab;
        text-decoration: underline;
    }

.link-next {
    display: block;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    background: url(../img/arrow_next.png) top right no-repeat;
    font-size: 18px;
    color: #a1a2ab;
    text-decoration: none;
    padding-right: 33px;
    float: right;
}

    .link-next:hover {
        background-position: bottom right;
        color: #a1a2ab;
        text-decoration: underline;
    }

.monthly-minutes {
    margin-top: 30px;
}

    .monthly-minutes.bordered {
        border: 1px solid #c1c1c1;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        margin-top: 15px;
        padding: 20px 25px;
    }

.no-borderradius .monthly-minutes.bordered {
    behavior: url(PIE.htc);
}

.monthly-minutes .options label {
    color: #9e0b5c;
    margin-left: 20px;
}

    .monthly-minutes .options label:first-child {
        margin-left: 0px;
    }

.monthly-minutes h2 {
    color: #9e0b5c;
    font-size: 27px;
    margin-bottom: 25px;
}

    .monthly-minutes h2 span {
        color: #737373;
        font-size: 14px;
    }

.monthly-minutes .packages {
    margin: 30px 0px;
}

    .monthly-minutes .packages .package {
        background: url(../img/package_bg.png) bottom left no-repeat;
        width: 312px;
        height: 368px;
        float: left;
        margin-left: 12px;
        position: relative;
        text-align: center;
    }

        .monthly-minutes .packages .package h3 {
            background-image: url(../img/package_tabs.png);
            background-position: top left;
            background-repeat: no-repeat;
            display: block;
            height: 60px;
            line-height: 60px;
            font-size: 28px;
            font-weight: 400;
            text-align: center;
            margin: 0px;
        }

        .monthly-minutes .packages .package .discount + h3 {
            padding-right: 90px;
        }

        .monthly-minutes .packages .package .wrap {
            padding-left: 14px;
            padding-right: 19px;
            padding-top: 15px;
            min-height: 230px;
            text-align: center;
        }

        .monthly-minutes .packages .package h3 span {
            font-weight: 700;
        }

    .monthly-minutes .packages .silver h3 {
        background-position: 0px -60px;
        color: #ffffff;
    }

    .monthly-minutes .packages .gold h3 {
        background-position: 0px -120px;
        color: #ffffff;
    }

    .monthly-minutes .packages .package:first-child {
        margin-left: 0px;
    }

    .monthly-minutes .packages .landline {
        background: url(../img/landline_icon.png) 10px 0px no-repeat;
        font-size: 18px;
        color: #131313;
        padding-left: 50px;
        text-align: left;
        margin-bottom: 5px;
    }

        .monthly-minutes .packages .landline .mid {
            font-size: 13px;
            color: #9a9a9a;
            font-weight: 700;
        }

    .monthly-minutes .packages .mobile {
        background: url(../img/mobile-icon.png) 10px 0px no-repeat;
        font-size: 18px;
        color: #131313;
        padding-left: 50px;
        min-height: 30px;
        text-align: left;
    }

    .monthly-minutes .packages .more {
        color: #01949b;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        padding-top: 10px;
        border-top: 1px solid #cdcdcd;
        margin-top: 15px;
        line-height: 23px;
    }

    .monthly-minutes .packages .button {
        height: 43px;
        line-height: 43px;
        padding: 0px 35px;
        margin-right: 4px;
    }

    .monthly-minutes .packages span.rate {
        color: #01949b;
        font-size: 13px;
        line-height: 13px;
        position: relative;
        display: block;
    }

    .monthly-minutes .packages .discount {
        font-size: 17px;
        color: #ffffff;
        background: url(../img/discountbg.png) top left no-repeat;
        width: 65px;
        height: 62px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        padding-top: 10px;
        top: -4px;
        right: 30px;
    }

.package-accordion {
    margin: 20px 0px;
    font-size: 18px;
    color: #212121;
}

    .package-accordion h3 {
        display: block;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        color: #303030;
        background: url(../img/tab_arrow.png) 19px 0px no-repeat #e4e7ea;
        padding-left: 45px;
        margin: 0px 0px 10px;
        position: relative;
    }

        .package-accordion h3 .button {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 45px;
            line-height: 45px;
            font-size: 18px;
            font-weight: 400;
            width: 150px;
            text-align: center;
            padding: 0px;
        }

        .package-accordion h3.ui-state-active {
            background-position: 19px -45px;
        }

    .package-accordion .clearfix {
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .package-accordion .rate {
        margin-left: 90px;
        float: left;
    }

        .package-accordion .rate:first-child {
            margin-left: 0px;
        }

    .package-accordion .desc,
    .package-accordion .cost {
        float: left;
    }

    .package-accordion .desc {
        margin-right: 10px;
    }

        .package-accordion .desc span {
            font-size: 13px;
            color: #737373;
            display: block;
            line-height: 18px;
        }

    .package-accordion .cost span {
        color: #9e0b5c;
        font-size: 51px;
        font-weight: 700;
    }

.fbconnect {
    background: url(../img/fbconnect_button.png) top left no-repeat;
    width: 149px;
    height: 40px;
    display: inline-block;
    /**zoom: 1;*/
    *display: inline;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 25px;
    text-align: center;
    margin-left: 20px;
}

    .fbconnect:hover {
        background-position: bottom left;
        color: #ffffff;
    }

.facebook-connect {
    padding: 10px 0px 30px;
    background: url(../img/border.png) bottom repeat-x;
}

.signup-form {
    margin: 30px 0px;
    font-size: 15px;
    color: #131313;
}

    .signup-form a {
        color: #2896fc;
        text-decoration: none;
        font-weight: 700;
    }

        .signup-form a:hover {
            text-decoration: underline;
        }

    .signup-form label {
        width: 215px;
        float: left;
        padding-top: 5px;
    }

    .signup-form .button {
        font-size: 22px;
        width: 184px;
        padding: 0px;
        text-align: center;
    }

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 300px;
}

.signup-form .selector {
    width: 150px !important;
    margin-right: 5px;
}

    .signup-form .selector span {
        /*width:125px !important	;*/
    }

hr {
    background: url(../img/border.png) repeat-x;
    display: block;
    border: none;
    height: 1px;
    margin: 20px 0px;
}

select.styled {
    width: 290px;
}

select.half {
    width: 122px;
}


.facebook-info {
    font-size: 17px;
    color: #303030;
    margin-bottom: 20px;
}

    .facebook-info .pic {
        float: left;
    }

    .facebook-info div {
        float: left;
        padding-left: 15px;
        padding-top: 15px;
    }

        .facebook-info div a {
            font-weight: 700;
            text-decoration: none;
            color: #303030;
        }

            .facebook-info div a:hover {
                text-decoration: underline;
                color: #303030;
            }

.usage-table {
    font-size: 15px;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}

    .usage-table th {
        color: #818181;
        font-weight: 400;
        text-align: left;
        padding: 10px 5px;
    }

    .usage-table td {
        padding: 10px 5px;
        color: #303030;
    }

    .usage-table .odd td {
        background: #f4f3f3;
    }



.jtable {
    font-size: 15px;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}

    .jtable th {
        color: #818181;
        font-weight: 400;
        text-align: left;
        padding: 10px 5px;
    }

    .jtable td {
        padding: 10px 5px;
        color: #303030;
    }

    .jtable .odd td {
        background: #f4f3f3;
    }


.usage-filters {
    font-size: 15px;
    color: #131313;
    font-weight: 700;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0px;
    margin: 10px 0px;
}

    .usage-filters a {
        color: #131313;
        text-decoration: none;
    }

        .usage-filters a:hover {
            color: #131313;
            text-decoration: underline;
        }

    .usage-filters .pull-right {
        padding-top: 12px;
    }

    .usage-filters .selector,
    .usage-filters .selector span {
        background-image: url(../img/uniform/selectbg-med.png)
    }

        .usage-filters .selector span {
            font-size: 15px;
            font-weight: 400;
            height: 34px;
            line-height: 34px;
            width: 175px !important;
        }

    .usage-filters .selector {
        background-position: 0px -34px !important;
        line-height: 34px;
        height: 34px;
        width: 200px !important;
    }

        .usage-filters .selector select {
            height: 34px;
        }

.usage-summary {
    padding: 30px 0px;
    float: left;
}

    .usage-summary div {
        float: left;
        font-size: 13px !important;
        color: #131313;
        padding-left: 33px;
        line-height: 18px;
        margin-left: 50px;
        position: relative;
    }

    .usage-summary .icon {
        position: absolute;
        left: 0px;
        top: 10px;
    }

    .usage-summary div:first-child {
        margin-left: 0px;
    }

    .usage-summary div span {
        display: block;
        font-size: 23px;
        font-weight: 700;
        line-height: 30px;
    }

.usage-credits {
    width: 176px;
    background: #f0f0f4;
    padding: 5px 15px;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.no-borderradius .usage-credits {
    behavior: url(PIE.htc);
    position: relative;
}

.usage-credits li {
    display: block;
    background: url(../img/border3.png) repeat-x;
    padding: 12px 0px 11px;
}

    .usage-credits li:first-child {
        background: none;
    }

    .usage-credits li a {
        font-size: 10px;
        color: #01949b;
        text-transform: uppercase;
        text-decoration: none;
    }

        .usage-credits li a:hover {
            text-decoration: underline;
        }

    .usage-credits li div {
        font-size: 21px;
        color: #9e0b5c;
        padding-left: 40px;
        display: block;
        background: url(../img/icon_credit.png) 0px 2px no-repeat;
        min-height: 26px;
    }

        .usage-credits li div.subscription {
            background: url(../img/subscription_icon.png) 0px 0px no-repeat;
            font-size: 16px;
        }

.dashboard {
    position: relative;
    margin-top: -40px;
}

    .dashboard aside {
        width: 206px;
        float: left;
    }

        .dashboard aside .links {
            background: #f0f0f4;
            padding: 10px 20px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            margin-bottom: 15px;
            font-size: 12px;
            font-weight: 700;
        }

.no-borderradius .dashboard aside .links {
    behavior: url(PIE.htc);
}

.dashboard aside .links li {
    display: block;
    background: url(../img/border2.png) repeat-x;
    padding: 10px 0px 9px;
}

    .dashboard aside .links li:first-child {
        background: none;
    }

.dashboard aside .earn-credit {
    padding: 20px;
    background: #f0f0f4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #737373;
    text-align: center;
}

.no-borderradius .dashboard aside .earn-credit {
    behavior: url(PIE.htc);
}

.dashboard aside .earn-credit h4 {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
}

.dashboard aside .earn-credit p {
    margin-bottom: 10px;
}

.dashboard aside .earn-credit .button-sml-light-blue {
    width: 144px;
    padding: 0px;
    margin: 0px auto;
    height: 100%;
}

.dashboard .columned-content {
    width: 743px;
    float: right;
    padding-top: 20px;
}

.links a {
    color: #00909e;
    text-decoration: none;
}

    .links a:hover {
        text-decoration: underline;
    }

.profilebox {
    background: url(../img/profilebox_bg.png) repeat-x;
    height: 102px;
    overflow: hidden;
    position: relative;
}

.profileImage {
    padding-left: 16px;
    padding-top: 16px;
    float: left;
}

.profilebox .welcome {
    padding-left: 57px;
    min-height: 47px;
    font-size: 15px;
    color: #131313;
    font-weight: 700;
    padding-top: 5px;
    margin-top: 15px;
    margin-left: 17px;
}

.profilebox .status {
    position: absolute;
    bottom: 0px;
    width: 206px;
}

    .profilebox .status .text {
        font-size: 12px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 10px;
        padding-bottom: 2px;
    }

        .profilebox .status .text span {
            color: #01949b;
        }

    .profilebox .status .progress {
        background: #3096b8;
        height: 10px;
    }

.widgets {
    background: #e8e8ed;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 15px;
}

.no-borderradius .widgets {
    behavior: url(PIE.htc);
}

.widgets .widget {
    border-top: 2px solid #ffffff;
}

    .widgets .widget.complete {
        background: url(../img/arrow_Complete.png) no-repeat 84% 21%;
    }

    .widgets .widget.complete_long {
        background: url(../img/arrow_Complete.png) no-repeat 38%% 21%;
    }

    .widgets .widget h4 {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        color: #ffffff;
        overflow: hidden;
        position: relative;
        margin: 0px;
    }

        .widgets .widget h4 span {
            background: #cacacf;
            padding: 0px 10px;
            display: block;
            height: 22px;
            line-height: 22px;
            float: left;
            text-transform: uppercase;
        }

        .widgets .widget h4 .edit-icon {
            display: block;
            width: 24px;
            height: 22px;
            background: url(../img/pencil_icon.png) 50% 50% #9e0b5c no-repeat;
            float: right;
        }

            .widgets .widget h4 .edit-icon:hover {
                background: url(../img/pencil_icon.png) 50% 50% #c8026f no-repeat;
            }

        .widgets .widget h4 .add-icon {
            display: block;
            width: 24px;
            height: 22px;
            background: url(../img/add_icon.png) 50% 50% #9e0b5c no-repeat;
            float: right;
        }

            .widgets .widget h4 .add-icon:hover {
                background: url(../img/add_icon.png) 50% 50% #c8026f no-repeat;
            }

        .widgets .widget h4 .add-icon-redirect {
            display: block;
            width: 24px;
            height: 22px;
            background: url(../img/add_icon.png) 50% 50% #9e0b5c no-repeat;
            float: right;
        }

            .widgets .widget h4 .add-icon-redirect:hover {
                background: url(../img/add_icon.png) 50% 50% #c8026f no-repeat;
            }

    .widgets .widget div {
        padding: 10px 10px 10px 55px;
        font-size: 16px;
        color: #9e0b5c;
    }

        .widgets .widget div span {
            font-size: 12px;
            color: #737373;
            display: block;
            line-height: 15px;
        }

    .widgets .widget .landline {
        background: url(../img/icon_phone.png) 15px 20px no-repeat;
    }

    .widgets .widget .subscription {
        background: url(../img/subscription_icon.png) 18px 10px no-repeat;
        font-size: 16px;
    }

    .widgets .widget .location {
        background: url(../img/icon_location.png) 20px 15px no-repeat;
    }

    .widgets .widget .credit {
        background: url(../img/icon_credit.png) 17px 12px no-repeat;
    }

    .widgets .widget .sms {
        background: url(../img/sms_icon.png) 17px 8px no-repeat;
        font-size: 16px;
    }

    .widgets .widget .dealers {
        background: url(../img/dealers_icon.PNG)17px 8px no-repeat;
        font-size: 16px;
    }

.settings li {
    display: block;
    padding-bottom: 3px;
    height: 35px;
}

    .settings li a {
        display: block;
        background-image: url(../img/tab_arrow2.png);
        height: 35px;
        padding-left: 66px;
        color: #131313;
        line-height: 35px;
        text-decoration: none;
        font-size: 17px;
        background-color: #f0f0f4;
        background-repeat: no-repeat;
        background-position: 100% 0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: relative;
        padding-right: 40px;
    }

.no-borderradius .settings li a {
    behavior: url(PIE.htc);
    position: relative;
}

.settings li a:hover,
.settings li a.active {
    background-color: #c2c2c7;
    background-position: 100% -35px;
    color: #ffffff;
}

.settings a [class^="icon"],
.settings a [class*="icon"] {
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 20px;
    top: 0;
}

.settings a:hover [class^="icon"],
.settings a:hover [class*="icon"],
.settings a.active [class^="icon"],
.settings a.active [class*="icon"] {
    background-position: bottom left;
}

.settings a .icon-call-forward {
    background-image: url(../img/icon_callforward.png);
}

.settings a .icon-voice-message {
    background-image: url(../img/icon_voicecall.png);
}

.settings a .icon-toll-free {
    background-image: url(../img/icon_tollfree.png);
}

.settings a .icon-local-number {
    background-image: url(../img/icon_location2.png);
}

.settings a .icon-account {
    background-image: url(../img/icon_account.png);
}

.settings a .icon-notification {
    background-image: url(../img/icon_notification.png);
}

.settings a .icon-billing {
    background-image: url(../img/icon_billing.png);
}

.settings a .icon-sms {
    background-image: url(../img/icon_sms.png);
}

.usage-tabs {
    border-top: 1px solid #e6e6e6;
}

    .usage-tabs li {
        display: block;
        border-bottom: 1px solid #e6e6e6;
        font-size: 17px;
    }

        .usage-tabs li a {
            color: #131313;
            text-decoration: none;
            padding: 20px 40px 20px 60px;
            display: block;
            background: url(../img/arrow_right.png) 98% 50% no-repeat;
        }

            .usage-tabs li a span {
                font-size: 33px;
                font-weight: 700;
                display: block;
                line-height: 25px;
            }

    .usage-tabs .mobile {
        background: url(../img/icon_mobile.png) 10px 50% no-repeat;
    }

    .usage-tabs .landline {
        background: url(../img/icon_landline.png) 10px 50% no-repeat;
    }

    .usage-tabs .sms {
        background: url(../img/icon_sms.png) 10px 50% no-repeat;
    }

.dashboard .columned-content .two-column .pull-left {
    width: 345px;
}

.dashboard .columned-content .two-column .pull-right {
    width: 345px;
}

.dashboard .columned-content .two-column h3 {
    font-size: 13px;
    font-weight: 700;
    color: #9a9a9a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .dashboard .columned-content .two-column h3 span {
        font-weight: 400;
    }

.panels {
    background: url(../img/panelbg_top.png) top left no-repeat;
}

    .panels .wrap {
        background: url(../img/panelbg_bot.png) bottom left no-repeat;
        padding-top: 7px;
        padding-bottom: 9px;
    }

    .panels .mid {
        background: url(../img/panelbg_mid.png) repeat-y;
    }

    .panels .panel {
        width: 208px;
        float: left;
        margin-left: 10px;
        padding: 5px 16px 10px;
    }

        .panels .panel:first-child {
            margin-left: 0px;
        }

        .panels .panel h2 {
            font-size: 20px;
            color: #000000;
            margin: 0px;
            border-bottom: 1px solid #dadada;
            padding-bottom: 10px;
            margin-bottom: 8px;
            position: relative;
        }

            .panels .panel h2 .help {
                position: absolute;
                right: 0px;
                top: 4px;
            }

        .panels .panel .add-btn {
            display: block;
            width: 50px;
            height: 40px;
            background: url(../img/add_icon.png) 50% 50% no-repeat #9e0b5c;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            float: left;
        }

.no-borderradius .panels .panel .add-btn {
    behavior: url(PIE.htc);
    position: relative;
}

.panels .panel .add-btn:hover {
    background-color: #c8026f;
}

.panels .panel .add-desc {
    width: 145px;
    float: right;
    font-size: 14px;
    color: #737373;
}

.panels .panel ul {
    margin-top: 10px;
}

.panels .panel .numbers li {
    display: block;
    position: relative;
    font-size: 17px;
    color: #131313;
    padding: 8px 0px;
    border-top: 1px solid #dadada;
}

    .panels .panel .numbers li span {
        display: block;
        font-size: 12px;
        line-height: 12px;
    }

    .panels .panel .numbers li .edit {
        position: absolute;
        right: 0px;
        top: 15px;
    }

.panels .panel .numbers.speed li {
    padding-left: 60px;
    font-size: 13px;
}

.panels .panel .numbers.speed {
    border-bottom: 1px solid #dadada;
}

    .panels .panel .numbers.speed li span {
        font-size: 28px;
        display: block;
        position: absolute;
        color: #131313;
        left: 0px;
        direction: ltr;
        top: 20px;
    }

.panels .panel .see-all {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    float: right;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

    .panels .panel .see-all img {
        margin-left: 5px;
    }

.notification-box {
    background: #01949b;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 15px;
    font-size: 23px;
    color: #ffffff;
    position: relative;
}

.no-borderradius .notification-box {
    behavior: url(PIE.htc);
}

.notification-box span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.notification-box.speed {
    background-image: url(../img/arrow_scribble.png);
    background-repeat: no-repeat;
    background-position: 640px 45px;
}

.notification-box.incoming {
    text-align: center;
    padding-bottom: 60px;
    background-image: url(../img/arrow_scribble2.png);
    background-repeat: no-repeat;
    background-position: 350px 120px;
}

.notification-box.pinless {
    text-align: center;
    font-size: 21px;
    background-image: url(../img/arrow_scribble3.png);
    background-repeat: no-repeat;
    background-position: 100px 120px;
}

.notification-box.voiceAuth {
    background: #9e0b5c;
    text-align: center;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: 100px 120px;
}

.notification-box.EmailVerification {
    background: rgb(158, 11, 92);
    background-repeat: no-repeat;
    background-position: 100px 120px;
    color: rgb(255, 255, 255) !important;
}

    .notification-box.EmailVerification label {
        color: white
    }

#verify-Step2 {
    text-align: center;
}

.notification-box.voiceAuth a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.account-form {
    margin: 20px 0px;
}

    .account-form label {
        width: 210px;
        float: left;
        padding-top: 5px;
    }

    .account-form [class^="button"],
    .account-form [class*="button"] {
        width: 320px;
        padding: 0px;
        text-align: center;
    }

    .account-form input[type="text"] {
        width: 300px;
        padding: 0px 10px;
    }

    .account-form .selector {
        width: 310px !important;
    }

        .account-form .selector span {
            width: 285px !important;
        }

.promotion {
    background: #9e0b5c;
    padding: 0px 30px;
    font-size: 23px;
    color: #ffffff;
    height: 102px;
    line-height: 102px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 30px 0px;
}

.no-borderradius .promotion {
    behavior: url(PIE.htc);
}

.promotion .show-me {
    background: url(../img/showme_btn.png) top left no-repeat;
    display: block;
    height: 53px;
    width: 179px;
    color: #ffffff;
    text-decoration: none;
    line-height: 53px;
    text-align: center;
    float: right;
    margin-top: 25px;
}

    .promotion .show-me:hover {
        background-position: bottom left;
    }

.promotion.open {
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px;
    background-image: url(../img/arrow_down4.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.promotion-box {
    border: 1px solid #c1c1c1;
    border-top: none;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    padding: 25px;
    font-size: 18px;
    text-align: center;
}

.no-borderradius .promotion.open,
.no-borderradius .promotion-box {
    behavior: url(PIE.htc);
}

.promotion-box p {
    text-align: left;
}

.promotion-box .rate-results {
    width: 444px;
    margin: 20px auto;
}

.promotion-box .button {
    width: 200px;
    padding: 0px 0px;
}

.progress-tab {
    margin: 30px 0px;
}

    .progress-tab ul {
        height: 39px;
        float: left;
        display: block;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }

.no-borderradius .progress-tab ul {
    behavior: url(PIE.htc);
}

.progress-tab li {
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    color: #ffffff;
    background-color: #b7b6b6;
    background-image: url(../img/progress-tabbg.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    padding: 0px 35px 0px 20px;
}

    .progress-tab li.current {
        background-position: right -39px;
        background-color: #9e0b5c;
    }

    .progress-tab li.done {
        background-position: right -78px;
        background-color: #b70e6b;
    }

        .progress-tab li.done.past {
            background-position: right -117px;
            background-color: #b70e6b;
        }

    .progress-tab li.last {
        background-image: none;
        padding-right: 20px;
    }

.promo-filters {
    text-align: left;
}

    .promo-filters .title {
        font-size: 11px;
        color: #a7a7a7;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
        float: none;
    }

    .promo-filters .fieldset {
        float: left;
        margin-right: 20px;
        font-size: 14px;
        color: #9e0b5c;
        height: 42px;
        line-height: 42px;
    }

        .promo-filters .fieldset .selector {
            font-weight: 700;
        }

        .promo-filters .fieldset .selector2 {
            font-size: 14px;
        }

            .promo-filters .fieldset .selector2 span {
                background-image: url(../img/arrow_down2.png);
                background-position: 90% 50%;
            }

.payment-summary {
    background: #f0f0f4;
    padding: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 30px -8px;
}

.no-borderradius .payment-summary {
    behavior: url(PIE.htc);
}

.payment-summary h4 {
    font-size: 12px;
    color: #8e8e8e;
    text-transform: uppercase;
    background: url(../img/border3.png) bottom repeat-x;
    padding-bottom: 20px;
}

.payment-summary div {
    padding: 20px 0px;
    background: url(../img/border3.png) bottom repeat-x;
    font-size: 16px;
    color: rgb(158, 11, 92);
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.payment-summary .link {
    font-size: 10px;
    color: #01949b;
    text-decoration: none;
    text-transform: uppercase;
}

    .payment-summary .link.cancelCart {
        float: right;
    }

        .payment-summary .link.cancelCart img {
            width: 20px;
            vertical-align: sub;
        }


    .payment-summary .link:hover {
        text-decoration: underline;
    }

.payment-summary .icon {
    position: absolute;
    left: 5px;
    top: 30px;
}

.btn-shadowed {
    background: url(../img/button_shadowed.png) top left no-repeat;
    width: 244px;
    height: 79px;
    display: inline-block;
    /**zoom: 1;*/
    *display: inline;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 70px;
    text-decoration: none;
    padding-right: 10px;
}

    .btn-shadowed:hover {
        background-position: bottom left;
        color: #ffffff;
    }

.landing-banner {
    background: url(../img/landing-banner.jpg) top left no-repeat;
    min-height: 339px;
    position: relative;
    margin-bottom: 15px;
}

    .landing-banner .rates-box {
        background: url(../img/rates_bgfull.png) top left no-repeat;
        height: 112px;
        width: 976px;
        position: absolute;
        left: -8px;
        bottom: 0px;
    }

        .landing-banner .rates-box .flag {
            float: left;
            margin-left: 18px;
            margin-top: 18px;
        }

        .landing-banner .rates-box .btn-shadowed {
            float: right;
            margin-top: 18px;
            margin-right: 5px;
        }

        .landing-banner .rates-box .rate {
            float: left;
            font-size: 18px;
            color: #ffffff;
            padding-left: 52px;
            line-height: 20px;
            margin-top: 25px;
            margin-left: 20px;
        }

        .landing-banner .rates-box .price {
            float: left;
            font-size: 51px;
            color: #ffffff;
            margin-top: 25px;
            margin-left: 20px;
            font-weight: 700;
            text-align: center;
            line-height: 45px;
        }

            .landing-banner .rates-box .price span {
                font-size: 14px;
                font-weight: 400;
                display: block;
                line-height: 14px;
            }

        .landing-banner .rates-box .rate.landline {
            background: url(../img/icon_phone_white.png) 0px 50% no-repeat;
        }

        .landing-banner .rates-box .rate.mobile {
            background: url(../img/icon_mobile_white.png) 15px 50% no-repeat;
        }

        .landing-banner .rates-box .rate span {
            font-size: 14px;
        }

.intro-text {
    font-size: 21px;
    color: #131313;
    padding-left: 310px;
    padding-top: 60px;
}

    .intro-text h1 {
        font-size: 37px;
    }

.rate-results-box {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-top: none;
    margin: 0px auto;
    padding: 25px 30px;
    position: relative;
    margin-top: -30px;
    margin-bottom: 25px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.no-borderradius .rate-results-box {
    behavior: url(PIE.htc);
}

.rate-results-box .rate-results {
    width: 710px;
    margin: 0px auto;
}

.rate-results-box .actions {
    border-top: 1px solid #ccc6c6;
    padding-top: 20px;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #000000;
}

    .rate-results-box .actions .button {
        margin-right: 20px;
    }

.rate-results-box .more {
    background: url(../img/arrow_black.png) 100% 3px no-repeat;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    padding-right: 30px;
}


.country-popup {
    background: url(../img/popupbg.png) top left no-repeat;
    width: 756px;
    height: 425px;
    position: absolute;
    z-index: 99;
    padding: 25px 50px;
}

    .country-popup .close {
        background: url(../img/close_icon.png) top left no-repeat;
        width: 39px;
        height: 39px;
        display: block;
        position: absolute;
        right: 0px;
        top: -5px;
    }

    .country-popup .next {
        background: url(../img/next_button.png) top left no-repeat;
        width: 44px;
        height: 44px;
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -44px;
    }

        .country-popup .next:hover {
            background-position: bottom left;
        }

    .country-popup .close:hover {
        background-position: bottom left;
    }

    .country-popup .title {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    }

    .country-popup .countries {
        font-size: 14px;
        color: #000000;
        padding-top: 10px;
    }

        .country-popup .countries ul {
            float: left;
            margin-left: 40px;
        }

            .country-popup .countries ul:first-child {
                margin-left: 0px;
            }

            .country-popup .countries ul li {
                margin-bottom: 3px;
            }

                .country-popup .countries ul li a {
                    color: #000000;
                    text-decoration: none;
                }

                    .country-popup .countries ul li a:hover {
                        text-decoration: underline;
                    }

#block {
    background: #000;
    opacity: 0.1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.newItem-popup {
    background: url(../img/popupbg.png) top left no-repeat;
    position: fixed;
    z-index: 999999;
    margin: 30px auto 0;
    width: 780px;
    height: 430px;
    padding: 23px 45px;
    top: 20%;
    left: 50%;
    margin-left: -400px;
    display: none;
}

    .newItem-popup iframe {
        display: block;
        width: 83%;
        height: 81%;
        position: absolute;
        border: none;
        overflow: hidden;
    }

    .newItem-popup .close {
        background: url(../img/close_icon.png) top left no-repeat;
        width: 39px;
        height: 39px;
        display: block;
        position: absolute;
        right: 0px;
        top: -5px;
    }

    .newItem-popup .next {
        background: url(../img/next_button.png) top left no-repeat;
        width: 44px;
        height: 44px;
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -44px;
    }

        .newItem-popup .next:hover {
            background-position: bottom left;
        }

    .newItem-popup .close:hover {
        background-position: bottom left;
    }

    .newItem-popup .title {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    }

    .newItem-popup .countries {
        font-size: 14px;
        color: #000000;
        padding-top: 10px;
    }

        .newItem-popup .countries ul {
            float: left;
            margin-left: 40px;
        }

            .newItem-popup .countries ul:first-child {
                margin-left: 0px;
            }

            .newItem-popup .countries ul li {
                margin-bottom: 3px;
            }

                .newItem-popup .countries ul li a {
                    color: #000000;
                    text-decoration: none;
                }

                    .newItem-popup .countries ul li a:hover {
                        text-decoration: underline;
                    }






.nivo-controlNav {
    top: 0px;
    position: absolute;
    z-index: 98;
    background: url(../img/nivonavbg.png);
    width: 960px;
    top: 250px;
    left: 50%;
    margin-left: -480px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 47px;
    padding: 0px;
    white-space: nowrap;
}

.no-borderradius .nivo-controlNav {
    behavior: url(PIE.htc);
}

.nivo-controlNav .nivo-control {
    height: 47px;
    display: inline-block;
    /*float:left;*/
    line-height: 47px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 0px;
    border-left: 1px solid #a6b6be;
    position: relative;
}

    .nivo-controlNav .nivo-control.first {
        -webkit-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
        border-left: none;
    }

    .nivo-controlNav .nivo-control.last {
        -webkit-border-radius: 0px 4px 4px 0px;
        border-radius: 0px 4px 4px 0px;
    }

.no-borderradius .nivo-controlNav .nivo-control.first,
.no-borderradius .nivo-controlNav .nivo-control.last {
    behavior: url(PIE.htc);
}

.nivo-controlNav .nivo-control .arrow {
    background: url(../img/arrow_up.png) top left no-repeat;
    width: 21px;
    height: 13px;
    display: block;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -10px;
    display: none;
}

.nivo-controlNav .nivo-control.active {
    background: #8c8e92;
}

    .nivo-controlNav .nivo-control.active .arrow {
        display: block;
    }

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .alert, .alert h4 {
        color: #c09853
    }

        .alert h4 {
            margin: 0
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px
        }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

    .alert-success h4 {
        color: #468847
    }

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

    .alert-danger h4, .alert-error h4 {
        color: #b94a48
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

    .alert-info h4 {
        color: #3a87ad
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

    .alert-block > p, .alert-block > ul {
        margin-bottom: 0
    }

    .alert-block p + p {
        margin-top: 5px
    }
/*Notifications*/

.message {
    padding-top: 40px;
}

    .message .new {
        background-color: #f0f0f4;
        cursor: pointer
    }

    .message .Image {
        float: left;
        width: 40px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .message .body {
        float: right;
        width: 550px;
        height: 90px;
        webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .message .body fieldset {
            padding: 15px;
        }

            .message .body fieldset h3 {
                margin-bottom: 0px !important;
            }




/**********************/
/* CHANGES 27-08-2013 */
/**********************/

.rightTxt {
    float: right;
    display: inline-table;
}

.inner-title {
    font-size: 15px;
    color: #141414;
    font-weight: 700;
    /*text-transform:uppercase;*/
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    position: relative;
    padding-top: 30px;
}

    .inner-title .back-btn {
        background: url(../img/arrow_prev.png) top left no-repeat;
        width: 23px;
        height: 23px;
        display: inline-block;
        /**zoom: 1;*/
        *display: inline;
        vertical-align: middle;
        margin-right: 5px;
    }

        .inner-title .back-btn:hover {
            background-position: bottom left;
        }

    .inner-title.no-border {
        border-bottom: none;
    }

    .inner-title .links {
        font-size: 11px;
        font-weight: 400;
        padding-top: 5px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

        .inner-title .links a {
            color: #737373;
            text-decoration: none;
            margin: 0px 8px;
        }

            .inner-title .links a:hover {
                color: #b4b4b4;
            }

/* invoices table */

.invoices-table {
    border-collapse: separate;
    border-spacing: 0px;
    font-size: 17px;
    margin-bottom: 40px;
    width: 100%;
}

    .invoices-table.landing {
        margin-bottom: 20px;
    }

    .invoices-table .country {
        width: 295px;
    }

    .invoices-table td {
        padding: 10px;
    }

        .invoices-table td img {
            vertical-align: middle;
            margin-right: 5px;
        }

    .invoices-table th {
        color: #303030;
        font-weight: 700;
        text-align: left;
        padding: 10px;
    }

    .invoices-table.landing th {
        color: #818181;
        padding: 8px 10px;
        font-weight: normal;
    }

    .invoices-table.landing td {
        color: #131313;
        padding: 8px 10px;
    }

    .invoices-table td.price {
        color: #2896fc;
        font-weight: bold;
    }

    .invoices-table .odd td {
        background: #f1eef1;
    }

/* payments table */

.payments-table {
    border-collapse: separate;
    border-spacing: 0px;
    font-size: 17px;
    margin-bottom: 40px;
    /*width: 100%;*/
}

    .payments-table.landing {
        margin-bottom: 20px;
    }

    .payments-table .country {
        width: 295px;
    }

    .payments-table td {
        padding: 10px;
    }

        .payments-table td img {
            vertical-align: middle;
            margin-right: 5px;
        }

    .payments-table th {
        color: #303030;
        font-weight: 700;
        text-align: left;
        padding: 10px;
    }

    .payments-table.landing th {
        color: #818181;
        padding: 8px 10px;
        font-weight: normal;
    }

    .payments-table.landing td {
        color: #131313;
        padding: 8px 10px;
    }

    .payments-table td.price {
        color: #2896fc;
        font-weight: bold;
    }

    .payments-table .odd td {
        background: #f1eef1;
    }
/* notifications table */

.notifications-table {
    border-collapse: separate;
    border-spacing: 0px;
    font-size: 17px;
    margin-bottom: 40px;
    width: 100%;
}

    .notifications-table .country {
        width: 295px;
    }

    .notifications-table td {
        padding: 7px;
        vertical-align: middle;
        border-radius: 5px;
        color: #303030;
    }

    .notifications-table .odd td {
        background: #f1eef1;
    }

    .notifications-table td img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .notifications-table th {
        color: #303030;
        font-weight: 700;
        text-align: left;
        padding: 10px;
    }

.title-notification {
    font-weight: bold;
}

/*********************/
/* new-home-page     */
/*********************/

.hp_actual_rates {
    color: white;
    width: 377px;
    height: 175px;
    padding-right: 10px;
    border-right: 1px solid #C1C1C1;
    float: left;
}

.landline_rates {
    background: url(../img/rates_red_y.png) repeat-x;
    border-radius: 5px;
    width: 160px;
    padding: 1px 11px 18px 11px;
    text-align: center;
    float: left;
    font-size: 18px;
    margin-bottom: 8px;
}

.mobile_rates {
    background: url(../img/rates_blue_y.png) repeat-x;
    float: right;
    border-radius: 5px;
    width: 160px;
    padding: 1px 11px 18px 11px;
    text-align: center;
    font-size: 18px;
}

.rate_new {
    font-size: 41px;
    color: white;
    line-height: 70px;
}

#landLineRate {
    font-size: 53px;
    color: white;
    line-height: 70px;
}

#mobileRate {
    font-size: 53px;
    color: white;
    line-height: 70px;
}

.try_us {
    width: 417px;
    text-align: center;
    padding: 9px 0px;
}

.gen_prop_hp {
    float: right;
    font-size: 14px;
    width: 480px;
}

.gen_prop_hp_det {
    padding: 10px 0px 0px 0px;
}

    .gen_prop_hp_det table {
        border-spacing: 10px;
        border-collapse: separate;
    }


    .gen_prop_hp_det td {
        text-align: center;
        color: black;
    }

.td_landlines {
    border: 2px solid #9E0B5C;
    border-radius: 3px;
    height: 50px;
    vertical-align: middle;
    padding: 10px;
    width: 100px;
}

.td_mobile {
    border: 2px solid #00B9EE;
    border-radius: 3px;
    height: 50px;
    vertical-align: middle;
    padding: 10px;
    width: 100px;
}

.head_pink {
    color: #9E0B5C;
    font-size: 32px;
    letter-spacing: -1px;
}

.pink {
    color: #9E0B5C;
}

/************************/
/*     Billing tabs     */
/************************/

.billings-tabs {
    padding: 10px 0px 0px 0px;
}

    .billings-tabs li {
        display: block;
        border-bottom: 1px solid #e6e6e6;
        font-size: 17px;
        padding-left: 10px;
        height: 60px;
        color: #141414;
        padding: 2px 0px 2px 0px;
    }



    .billings-tabs .billings-title {
        display: block;
        font-weight: bold;
    }

    .billings-tabs li span {
        display: block;
        padding: 5px 0 0 40px;
    }

.billings-img {
    float: right;
    height: 40px;
    position: relative;
    top: -13px;
}

.billings-tabs li a {
    color: #131313;
    text-decoration: none;
    padding: 20px 40px 20px 60px;
    display: block;
    background: url(../img/arrow_right.png) 98% 50% no-repeat;
}

    .billings-tabs li a span {
        font-size: 33px;
        font-weight: 700;
        display: block;
        line-height: 25px;
    }

    .billings-tabs li a .billings-no-padd {
        padding: 100px;
    }

.billings-tabs .current_sub {
    background: url(../img/subscription_icon.png) 10px 75% no-repeat;
}


.billings-tabs .next_payment {
    /*
        background:url(../img/icon_landline.png) 10px 50% no-repeat;
        */
}

.billings-tabs .currenct_credit {
    background: url(../img/icon_credit.png) 10px 75% no-repeat;
}


/**************************/
/* BEZECOMPARE 2 PAGE     */
/**************************/

.compare_2_header {
    font-weight: bold;
    color: black;
    font-size: 17px;
}

.special_offers {
    background: url(../img/save_50_bg.png) 50% 20% no-repeat;
    display: inline-block;
    height: 200px;
    width: 175px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari and Chrome */
    text-align: center;
    color: white;
    padding-top: 30px;
}

.link_packeges {
    float: right;
    vertical-align: bottom;
    width: 400px;
    line-height: 225px;
    background: url(../img/arrow_right3.png) 50% 50% no-repeat;
}

/**************************/
/* Contact us page        */
/**************************/

.contact_header {
    font-weight: bold;
    margin-bottom: 20px;
}

.columned-content-contact {
    width: 650px;
    float: left;
    margin-top: 10px;
}


/**************************/
/* sms-on-going page      */
/**************************/

.inner-title-sms {
    font-size: 16px;
    color: black;
    font-weight: 700;
    /*text-transform:uppercase;*/
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 40px;
    position: relative;
    padding-top: 30px;
}

.side_sms_right {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 45px;
}

.h1_sms {
    position: absolute;
    top: 0px;
}

.numbers_right {
    font-size: 42px;
    font-weight: normal;
}

.sms_right_txt {
    vertical-align: top;
    font-size: 22px;
    color: #9B9B9B;
    line-height: 50px;
}

.sms-search {
    height: 52px;
}

    .sms-search .searchbox {
    }

.searchTool {
    padding-left: 275px;
    padding-top: 11px;
}

input::-webkit-input-placeholder {
    color: #C1C1C1;
}

.sms-search .searchbox .input-text {
    font-size: 17px;
    font-style: italic;
    margin-top: 12px;
    outline: none;
    padding: 4px;
    /*background: #ffffff url(../img/mag_img.png) 100% 50% no-repeat;*/
    margin-left: 0px;
    position: absolute;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
}

    .sms-search .searchbox .input-text::-webkit-input-placeholder {
        color: #303030;
    }

    .sms-search .searchbox .input-text:-moz-placeholder { /* Firefox 18- */
        color: #303030;
    }

    .sms-search .searchbox .input-text::-moz-placeholder { /* Firefox 19+ */
        color: #303030;
    }

    .sms-search .searchbox .input-text:-ms-input-placeholder {
        color: #303030;
    }

.sms_list {
    width: 337px;
    height: 400px;
}

.conversation_list {
    width: 600px;
    height: 250px;
}

.sms_list_new {
    height: 70px;
    width: 307px;
}

[class*="._mCS_"] {
    width: 307px;
    height: 0px;
}


.new_sms_box {
    padding: 14px;
    border: 1px solid #A6A6A6;
    color: #131313;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.sms_box {
    padding: 14px;
    border: 1px solid #A6A6A6;
    border-top: none;
    height: 40px;
}

.sms_selected_box {
    padding: 14px;
    border: 1px solid #A6A6A6;
    border-top: none;
    height: 40px;
    background-color: #DCDCDC;
    border-right: 5px solid #A6A6A6;
}

.from_phone {
    color: #131313;
    font-weight: bold;
}

.sms_content_short {
    float: left;
}

.sms_time {
    float: right;
    position: relative;
    top: -10px;
}

.prev_msg {
    height: auto;
    display: block;
    padding: 30px 0px 30px 0px;
    min-height: 30px;
}

.from_name {
    float: left;
    color: #9F0C5C;
    font-weight: bold;
    font-size: 18px;
}

.full_sms_time {
    float: right;
    font-size: 13px;
}

.sms_content_full {
    float: left;
    padding: 0px 35px 40px 0px;
    width: 585px;
}

.reply_sms {
    height: auto;
    display: block;
    padding: 30px 0px 30px 0px;
}

.rep_header {
    color: #131313;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}


.rep_content_txt {
    border-radius: 3px;
    width: 98%;
    height: 165px;
    border: 1px solid #A6A6A6;
    padding: 10px;
}

.rep_btn {
    float: left;
}

.char_left {
    float: right;
    font-weight: bold;
    color: #A6A6A6;
}

.smsDestinationInput {
    font-size: 17px;
    font-style: italic;
    margin-top: 12px;
    outline: none;
    padding: 4px;
    margin-left: 0px;
    position: absolute;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 3px;
}

.sendSmsForm span {
    width: 45px;
    float: left;
    padding-top: 15px;
}

/*********************/
/* invoice-page      */
/*********************/

.invoice_body {
    background-color: white;
    padding: 50px;
}

.invoicePage {
    width: 800px;
    margin: 0 auto;
    height: auto;
    border: 2px solid #E7E7E8;
    padding: 25px;
    border-radius: 10px;
}

.invoice_head {
    height: 120px;
}

.invoice_logo {
    display: inline-block;
}

.head_text {
    float: right;
    line-height: 120px;
    vertical-align: text-bottom;
}

.invoice_gen_det {
    height: 180px;
}

.client_det {
    color: #231F20;
    float: left;
    line-height: 25px;
    font-size: 18px;
}

.invoice_gen_desc {
    float: right;
    border-radius: 10px;
    border: 2px solid #E7E7E8;
    color: #231F20;
    padding: 20px 100px 20px 20px;
}

.invoice_num {
    font-size: 25px;
}

.invoice_amount {
    font-size: 24px;
    padding-bottom: 10px;
}

.item_det_invoice {
    width: 100%;
    margin: 0 auto;
}

    .item_det_invoice th {
        text-align: left;
        background-color: #D2D3D5;
        color: white;
        padding: 10px;
        font-weight: normal;
    }

.desc_th {
    width: 350px;
}

.cost_th {
    width: 120px;
}

.item_det_invoice tbody td {
    text-align: left;
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
}

.odd_invoice td {
    color: #58585A;
    background-color: #ECECED;
}

.item_det_invoice tfoot {
    border-top: 10px solid white;
}

    .item_det_invoice tfoot td {
        text-align: left;
        padding: 3px 10px;
        font-weight: normal;
        vertical-align: middle;
        background-color: #ECECED;
    }

.earn-credit-header-invoice {
    height: 125px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 108px;
    background: url(../img/pig_icon2.png) 25px 30px no-repeat #239CD7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.no-borderradius-invoice .earn-credit-header-invoice {
    behavior: url(PIE.htc);
}

.earn_text {
    padding-left: 100px;
    width: 442px;
    line-height: 40px;
    padding-top: 14px;
    float: left;
}

.earn-credit-header-invoice h1 {
    color: #ffffff;
    font-size: 33px;
    margin: 0px;
    font-weight: 400;
}

.link_to_bezecom {
    font-size: 12px;
    float: left;
    padding-left: 33px;
    margin-top: -13px;
}

    .link_to_bezecom a {
        text-decoration: none;
        color: white;
    }

.btn_invoice {
    float: right;
    padding-right: 50px;
}

.bezecom_address_details {
    font-size: 13px;
}

.edit-icon-mobile, .add-icon-redirect-mobile {
    display: none;
}

/*********************/
/* languages-section */
/*********************/

.lang_ul {
    width: 90%;
    margin-top: 10px;
    position: relative;
    border-right: none !important;
}

    .lang_ul li {
        float: left;
        width: 100%;
        background-color: #949393;
        width: 72%;
        text-align: center;
        height: 26px !important;
        line-height: 26px !important;
        float: right !important;
    }

.border_cl {
    border-bottom: 1px solid #B4B4B4;
}

.border_cl_top {
    background: url(../img/arrow_lang.png) 50% 0% no-repeat;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #B4B4B4;
}

.border_cl_bot {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.country_name_lang {
    display: inline-block;
}

.autoChargeFrm {
    text-align: left;
    font-size: 15px;
    padding-left: 120px;
}

.send-sms {
    background: url(../img/arrow_right.png) no-repeat;
    height: 65px;
    padding-left: 33px;
    color: rgb(19, 19, 19);
    line-height: 65px;
    text-decoration: none;
    font-size: 23px;
    background-color: rgb(240, 240, 244);
    background-repeat: no-repeat;
    background-position: 99% 44%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding-right: 40px;
    margin-top: 20px;
    box-shadow: 1px 3px 3px 0px rgba(173, 173, 173, 0.57);
}

#callsUsage {
    width: 180px;
    margin-left: 20px
}

.callsUsageText {
    padding-right: 47px;
}

div .ccWatch {
    padding-left: 40px;
}

    div .ccWatch td {
        padding: 5px;
    }

.smsRate {
    padding-left: 130px;
}

.smsRateTitle {
    padding-left: 220px;
}


/*----Settings sub Menu-----*/
.settingLinks {
    float: right;
}

    .settingLinks li {
        float: left;
    }

        .settingLinks li a {
            text-decoration: none;
            font-size: 14px;
            color: #b4b4b4;
            padding-left: 16px
        }

            .settingLinks li a.active {
                color: rgb(131, 129, 129)
            }

ul.phoneList {
    text-align: center;
    list-style-type: none;
}

    ul.phoneList li {
        float: left;
    }

        ul.phoneList li label {
            font-size: 16px;
            color: rgb(95, 95, 95);
            vertical-align: bottom
        }

            ul.phoneList li label a {
                text-decoration: none;
                color: rgb(95, 95, 95);
            }

        ul.phoneList li:hover {
            background-color: rgb(240, 240, 244);
            background-position: 100% -35px;
            border: 1px solid;
            border-radius: 10px;
            border-color: rgb(231, 228, 228);
            vertical-align: sub;
        }

        ul.phoneList li:nth-child(3n+4) {
            clear: left;
            float: left;
        }

.CountryChoices {
    border: none;
    text-align: center;
    direction: ltr
}

.required {
    height: 33px;
    width: 386px;
    font-size: 13px;
    font-weight: bold;
    color: red;
    padding-top: 16px;
    padding-left: 24px;
    margin-left: 30px;
}

#verify-Step1 {
    text-align: left;
}

.add-icon-redirect.ZeroCredit {
    width: 90px !important;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: noto sans;
    text-decoration: none;
    padding-left: 13px;
    background: 50% 50% rgb(158, 11, 92) no-repeat !important;
}

#verify-Step1-click {
    text-align: center;
    line-height: 40px;
    font-weight: 900;
}

#verify-Step1-changePhone {
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    margin-left: 15px;
}

.ChangePhoneNumber {
    margin: 0 auto;
    padding-left: 40px;
}


.phone_access {
    background: url(/content/img/phone_icon.png) left 5px no-repeat;
    line-height: 37px;
    padding: 0px 0px 0px 40px;
    margin: 0px 0px 0px 0px;
    font-size: 32px;
    color: #A7A7A7;
}

.gray_td_access {
    background-color: #D0CED1;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 33px;
    padding: 10px;
}

.blue_td_access {
    background-color: #2996FD;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 33px;
    padding: 10px;
}

.td_center {
    text-align: center;
}

.access_number_tbl td {
    vertical-align: middle;
}


#or {
    display: none;
}

.facebook-connect-responsive {
    display: none;
}

.span-half {
    display: inline-block;
    width: 49%;
    font-size: 17px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 5px;
}
/*
@media all {
    .intro-text h1 {
        font-size: 37px;
    }
}

@media all and (max-width:2200px) {
    .intro-text h1 {
        font-size: 37px;
    }
}

@media all and (max-width:1800px) {
    .intro-text h1 {
        font-size: 32px;
    }
}

@media all and (max-width:1400px) {
    .intro-text h1 {
        font-size: 24px;
    }
}

@media all and (max-width:1000px) {
    .intro-text h1 {
        font-size: 21px;
    }
}

@media all and (max-width:960px) {
    .intro-text h1 {
        font-size: 21px;
    }
}

@media all and (max-width:920px) {
    .intro-text h1 {
        font-size: 20px;
    }
}

@media all and (max-width:880px) {
    .intro-text h1 {
        font-size: 19px;
    }
}

@media all and (max-width:840px) {
    .intro-text h1 {
        font-size: 18px;
    }
}

@media all and (max-width:800px) {
    .intro-text h1 {
        font-size: 17px;
    }
}

@media all and (max-width:760px) {
    .intro-text h1 {
        font-size: 16px;
    }
}

@media all and (max-width:720px) {
    .intro-text h1 {
        font-size: 15px;
    }
}

@media all and (max-width:680px) {
    .intro-text h1 {
        font-size: 14px;
    }
}

@media all and (max-width:640px) {
    .intro-text h1 {
        font-size: 13px;
    }
}

@media all and (max-width:600px) {
    .intro-text h1 {
        font-size: 12px;
    }
}

@media all and (max-width:560px) {
    .intro-text h1 {
        font-size: 11px;
    }
}

@media all and (max-width:520px) {
    .intro-text h1 {
        font-size: 10px;
    }
}

@media all {
    .intro-text {
        font-size: 21px;
    }
}

@media all and (max-width:2200px) {
    .intro-text {
        font-size: 21px;
    }
}

@media all and (max-width:1800px) {
    .intro-text {
        font-size: 19px;
    }
}

@media all and (max-width:1400px) {
    .intro-text {
        font-size: 15px;
    }
}

@media all and (max-width:1000px) {
    .intro-text {
        font-size: 15px;
    }
}

@media all and (max-width:960px) {
    .intro-text {
        font-size: 15px;
    }
}

@media all and (max-width:920px) {
    .intro-text {
        font-size: 13px;
    }
}

@media all and (max-width:880px) {
    .intro-text {
        font-size: 12px;
    }
}

@media all and (max-width:840px) {
    .intro-text {
        font-size: 11px;
    }
}

@media all and (max-width:800px) {
    .intro-text {
        font-size: 10px;
    }
}

@media all and (max-width:760px) {
    .intro-text {
        font-size: 9px;
    }
}

@media all and (max-width:720px) {
    .intro-text {
        font-size: 8px;
    }
}

@media all and (max-width:680px) {
    .intro-text {
        font-size: 7px;
    }
}

@media all and (max-width:640px) {
    .intro-text {
        font-size: 7px;
    }
}

@media all and (max-width:600px) {
    .intro-text {
        font-size: 7px;
    }
}

@media all and (max-width:560px) {
    .intro-text {
        font-size: 7px;
    }
}

@media all and (max-width:520px) {
    .intro-text {
        font-size: 7px;
    }
}

@media all {
    .signup-banner h2 {
        font-size: 23px;
    }
}

@media all and (max-width:2200px) {
    .signup-banner h2 {
        font-size: 23px;
    }
}

@media all and (max-width:1800px) {
    .signup-banner h2 {
        font-size: 23px;
    }
}

@media all and (max-width:1400px) {
    .signup-banner h2 {
        font-size: 23px;
    }
}

@media all and (max-width:1000px) {
    .signup-banner h2 {
        font-size: 23px;
    }
}

@media all and (max-width:960px) {
    .signup-banner h2 {
        font-size: 23px;
    }
}

@media all and (max-width:920px) {
    .signup-banner h2 {
        font-size: 23px;
    }
}

@media all and (max-width:880px) {
    .signup-banner h2 {
        font-size: 22px;
    }
}

@media all and (max-width:840px) {
    .signup-banner h2 {
        font-size: 21px;
    }
}

@media all and (max-width:800px) {
    .signup-banner h2 {
        font-size: 21px;
    }
}

@media all and (max-width:760px) {
    .signup-banner h2 {
        font-size: 20px;
    }
}

@media all and (max-width:720px) {
    .signup-banner h2 {
        font-size: 20px;
    }
}

@media all and (max-width:680px) {
    .signup-banner h2 {
        font-size: 19px;
    }
}

@media all and (max-width:640px) {
    .signup-banner h2 {
        font-size: 18px;
    }
}

@media all and (max-width:600px) {
    .signup-banner h2 {
        font-size: 18px;
    }
}

@media all and (max-width:560px) {
    .signup-banner h2 {
        font-size: 17px;
    }
}

@media all and (max-width:520px) {
    .signup-banner h2 {
        font-size: 17px;
    }
}*/

.agree-terms {
    display: flex;
}

.prefix-input {
    width: 70px !important;
}

/* Estilos para el menú hamburguesa */
.menu-toggle {
    display: none;
    float: right;
    margin-top: 30px;
    cursor: pointer;
}

.bar {
    width: 50px;
    height: 5px;
    background-color: #636363;
    border-radius: 10px;
    margin: 5px 0;
    transition: 0.4s;
}

.responsive-menu {
    display: none;
    background-color: #fff;
    z-index: 100;
    position: absolute;
    top: 188px;
    right: 192px;
    box-shadow: -1px -1px 11px 1px rgba(0,0,0,0.77);
    -webkit-box-shadow: -1px -1px 11px 1px rgba(0,0,0,0.77);
    -moz-box-shadow: -1px -1px 11px 1px rgba(0,0,0,0.77);
}
    .responsive-menu ul {
        display: flex;
        flex-direction: column;
        font-size: 50px;
        padding-left: 15px;
    }
.responsive-menu ul li {
    padding: 15px;
}

    .responsive-menu ul li:hover {
        background-color: #737373;
        color: #fff;
    }
    .dashboard .links-mobile {
        display: none;
    }

    .account-btns {
        display: flex;
        gap: 10px;
    }

fieldset .btn-save,
fieldset .btn-disconnect {
    width: 50%;
    font-size: 15px;
}
/* -------------------------------- MOBILE VERSION ------------------------ */

@media only screen and (max-width: 1220px) {
    body {
        width: max-content;
    }

    .header-nav, .topbar, .content, footer {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1020px) {
    .header-nav, .topbar {
        padding: 0px 70px;
    }

    .content, footer {
        padding: 25px 70px;
    }
}

@media only screen and (max-width: 780px) {
    header {
        height: 12rem;
    }

    .topbar {
        height: 1.8rem;
        font-size: 16px;
        line-height: 4rem;
    }

        .topbar ul li {
            padding: 0px 12px;
            height: 1.8rem;
            line-height: 1.8rem;
            width: 140px;
        }

            .topbar ul li:nth-child(2) {
                width: 100px;
            }

    .border_cl, .border_cl_top {
        width: 140px !important;
    }

    header .logo {
        margin-top: 30px;
        width: 120px;
    }

    .menu-toggle {
        display: block;
        margin-top: 70px;
    }

    .menu {
        display: none;
    }


    .menu-opened {
        display: block;
    }

    .bar {
        width: 80px;
        height: 10px;
        margin: 10px 0;
    }

    .language .icon {
        width: 40px;
        height: 30px;
    }

    /*------------------MAIN CONTENT-----------------*/
    .dashboard {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

        .dashboard aside {
            width: 100%;
            float: none;
        }

    .profilebox {
        background: #e7e7e7;
        height: 250px;
        display: flex;
        justify-content: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .profilebox img {
            width: 120px;
            height: 120px;
        }

        .profilebox .welcome {
            font-size: 50px;
            padding-left: 0;
        }

        .profilebox .status {
            width: 400px;
            padding-bottom: 15px;
        }

            .profilebox .status .text {
                font-size: 30px;
            }

            .profilebox .status .progress {
                height: 20px;
            }

    .widgets .widget {
        display: flex;
        padding: 10px 0;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }

        .widgets .widget h4 {
            display: flex;
            align-items: center;
            font-size: 35px;
            color: black;
            width: 650px;
            height: 60px;
        }

            .widgets .widget h4 span {
                background: none;
                padding: 0px 30px;
            }

            .widgets .widget h4 .edit-icon,
            .widgets .widget h4 .add-icon-redirect {
                display: none;
            }

        /*            .widgets .widget h4 .add-icon-redirect {
                display: none;
            }*/

        .widgets .widget .edit-icon-mobile, .add-icon-redirect-mobile {
            display: block;
            padding: 24px;
            background: #9e0b5c;
            font-size: 32px;
            color: white;
            text-decoration: none;
        }

        .widgets .widget .landline,
        .widgets .widget .location,
        .widgets .widget .credit {
            background: none;
        }

        /*        .widgets .widget .credit {
            background: none;
        }*/

        .widgets .widget .subscription {
            background: none;
            font-size: 30px;
        }

        .widgets .widget div {
            padding: 10px;
            font-size: 30px;
            font-weight: 600;
            width: 400px;
        }

    .links {
        display: none;
    }

    .dashboard aside .earn-credit {
        font-size: 30px;
        padding: 60px
    }

    .dashboard .links-mobile {
        display: flex;
        background: #f0f0f4;
        padding: 10px 20px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        margin-bottom: 15px;
        font-size: 40px;
        font-weight: 700;
    }

    .dashboard aside .earn-credit h4 {
        font-size: 45px;
        font-weight: 600;
    }

    .dashboard aside .earn-credit img {
        width: 90px !important;
        height: 90px !important;
    }

    .dashboard .links-mobile li:first-child {
        background: none;
    }

    .dashboard aside .earn-credit .button-sml-light-blue {
        width: 350px;
        font-size: 32px !important;
        padding: 10px
    }

    .dashboard .links-mobile ul {
        display: flex;
        flex-direction: row;
    }

    .dashboard .links-mobile li {
        background: none;
        padding: 10px;
    }

    .links-mobile a {
        color: #00909e;
        text-decoration: none;
    }

    .dashboard .columned-content {
        width: 100%;
    }

    .notification-box.voiceAuth {
        font-size: 35px;
    }

    .notification-box.pinless, .notification-box.incoming {
        font-size: 45px;
    }

    .notification-box.incoming {
        background-position: bottom;
        background-size: 51px 62px;
    }

    .notification-box span {
        font-size: 30px;
        line-height: 35px;
    }

    .panels {
        background: none;
    }

        .panels .wrap {
            background: none;
        }

        .panels .mid {
            background: none;
        }

    .wrap .mid {
        display: flex;
        flex-direction: column;
    }

    .panels .panel {
        width: 96%;
        background: #e6e6e6;
        margin-bottom: 10px;
        border-radius: 15px;
        margin-left: 0 !important;
    }

        .panels .panel h2 {
            font-size: 40px;
            font-weight: 600;
        }

        .panels .panel div {
            display: flex;
            justify-items: start;
        }

        .panels .panel .add-btn {
            width: 85px;
            height: 70px;
        }

        .panels .panel .add-desc {
            width: 95%;
            align-self: center;
            font-size: 30px;
            padding-left: 20px;
        }

        .panels .panel .numbers li {
            font-size: 35px;
            font-weight: 500;
            border-top: 2px solid #dadada;
        }

            .panels .panel .numbers li img {
                width: 45px;
                height: 45px;
            }

        .panels .panel h2 img {
            width: 30px;
            height: 30px;
        }

        .panels .panel .numbers.speed li {
            padding-left: 96px;
            font-size: 35px;
        }

            .panels .panel .numbers.speed li span {
                display: flex;
                align-self: center;
                font-size: 40px;
            }

        .panels .panel .see-all {
            font-size: 20px;
        }

    .two-column {
        display: flex;
        flex-direction: column-reverse;
        padding: 20px 0;
    }

    .callsUsageText, .dashboard .columned-content .two-column h3 {
        font-size: 45px;
    }

    .usage-tabs li {
        font-size: 35px;
    }

        .usage-tabs li a {
            background-size: 25px 25px;
            padding: 20px 40px 20px 75px;
        }

    .usage-tabs .mobile {
        background-size: 50px;
    }

    .dashboard .columned-content .two-column .pull-left,
    .dashboard .columned-content .two-column .pull-right {
        width: 100%;
        padding: 50px 0;
    }

    .settings li {
        padding-bottom: 15px;
        height: 52px;
    }

        .settings li a {
            display: flex;
            align-items: center;
            font-size: 35px;
            background-size: 35px;
            height: 70px;
            padding-left: 100px;
        }

    .settings a .icon-local-number,
    .settings a .icon-account,
    .settings a .icon-billing {
        background-size: 65px;
    }

    .settings a [class^="icon"], .settings a [class*="icon"] {
        width: 70px;
        height: 70px;
    }

    /*------------------------------------------------------------- A D D  C R E D I T  P A G E -------------- */
    .progress-tab {
        padding: 60px 0;
    }

        .progress-tab li {
            font-size: 29px;
        }

    #creditForm {
        margin-bottom: 60px;
    }

    label {
        font-size: 35px;
    }

    div.selector {
        font-size: 27px !important;
    }

    [class^="button-lrg"], [class*="button-lrg"] {
        font-size: 45px;
        font-weight: 700;
        padding: 12px 60px;
    }

    .payment-details, .share-love {
        display: flex;
        flex-direction: column;
    }

    aside.wider {
        display: flex;
        width: 100%;
        gap: 20px;
    }

    .columned-content {
        width: 100%;
    }

    .payment-summary {
        padding: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        margin: 0;
        width: 45%;
    }

        .payment-summary h4 {
            font-size: 35px;
            text-align: center;
        }

            .payment-summary h4 img {
                width: 50px;
                height: 50px;
            }

        .payment-summary div {
            font-size: 40px;
        }

        .payment-summary .link {
            font-size: 35px;
        }

    .mycc {
        width: 100%
    }

    .mycc img {
        width: 50px
    }

    .mycc span {
        font-size: 35px;
    }

    div .ccWatch img {
        width: 100px;
    }

    .thank-you p {
        font-size: 25px;
    }

    /* ----------------------------------------- SHARE THE LOVE -----------------*/
    aside.pull-left {
        width: 100%;
    }

    .columned-content.pull-right {
        width: 100%;
        float: none;
    }

        .columned-content.pull-right h1 {
            font-size: 50px;
            padding: 50px 0;
            text-align: center;
        }

        .columned-content.pull-right h3 {
            font-size: 30px;
            text-align: center;
        }

        .columned-content.pull-right img {
            width: 75px;
            height: 65px;
        }

        .columned-content.pull-right input {
            width: 95%;
            font-size: 35px !important;
        }

        .columned-content.pull-right p {
            width: 100% !important;
        }

            .columned-content.pull-right p a img {
                width: 160px;
                height: 50px;
            }

        .columned-content.pull-right span,
        .columned-content.pull-right div {
            font-size: 36px;
        }

    .settingLinks li a, #autoCharge-btn {
        font-size: 30px !important;
    }

    .billings-tabs li {
        height: 110px;
    }

    .inner-title {
        font-size: 43px;
    }

    .payments-table, .invoices-table {
        font-size: 30px;
    }

    ul.phoneList {
        display: flex;
        flex-direction: column;
    }

        ul.phoneList li label {
            font-size: 40px;
        }

            ul .phoneList li label a img {
                width: 50px !important;
                height: 50px !important;
            }

    fieldset .btn-save,
    fieldset .btn-disconnect {
        font-size: 35px;
        width: 50% !important;
    }

    /*------------------------------- USAGE HISTORY------------*/
    .jtable {
        font-size: 30px;
    }

    div.jtable-main-container div.jtable-bottom-panel {
        padding: 4px;
        min-height: 45px;
        line-height: 65px;
        font-size: 1.9em;
    }

        div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first {
            padding: 8px 16px;
        }

    .newItem-popup {
        background: none;
        background-color: white;
        left: 2%;
        width: 85%;
        margin: 0;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(153,153,153,0.79);
        -moz-box-shadow: 0px 0px 15px 0px rgba(153,153,153,0.79);
        box-shadow: 0px 0px 15px 0px rgba(153,153,153,0.79);
        border-radius: 10px;
    }

    .newItem-popup h1 {
        font-size: 40px !important;
    }

        .newItem-popup iframe {

            width: 91%;
            height: 81%;
        }

    .title-popUp {
        font-size: 40px !important;
        color: #9e0b5c;
        text-align: center;
    }

    .alert-danger, .alert-error {
        font-size: 30px;
    }
}


@media only screen and (max-width: 560px) {

    header {
        height: 21rem;
    }

        header .logo {
            width: 200px;
        }

/*    .header-nav, .topbar {
        padding: 0;
    }*/

    .topbar {
        height: 4.5rem;
        font-size: 37px;
        line-height: 6rem;
        width: 100%
    }

        .topbar ul li {
            padding: 20px 50px;
            height: 2.8rem;
            line-height: 2.8rem;
            width: 240px;
        }

            .topbar ul li:nth-child(2) {
                width: 120px;
            }

    .language {
        height: 32px;
        line-height: 43px;
    }

    .language .icon {
        width: 50px;
        height: 40px;
    }

    .lang_ul {
        margin-top: 30px;
    }

        .lang_ul li {
            height: 40px !important;
            line-height: 40px !important;
        }

            .lang_ul li a img {
                width: 35px;
            }

    .border_cl, .border_cl_top {
        width: 220px !important;
    }

    .bar {
        width: 120px;
        height: 15px;
        margin: 15px 0;
    }

    /*------------------------MAIN CONTENT LOGIN-------*/
    .content, footer {
        padding: 70px;
    }

    .page-title {
        font-size: 35px;
    }
    .page-title .back-btn {
        width: 42px;
        background-size: 42px;
        height: 42px;
        padding-right: 15px;
    }

    .intro {
        display: flex;
        flex-direction: column;
        border-bottom: none;
        padding: 45px 0px 60px 0px;
    }

    h1 {
        font-weight: 600;
        font-size: 60px !important;
    }

    .intro p {
        justify-content: start;
        align-self: start;
        font-size: 45px;
        padding-top: 40px;
    }

    .signup-form fieldset:nth-of-type(-n+2) {
        display: flex;
        flex-direction: column;
    }

    .signup-form fieldset label {
        font-size: 45px;
        width: 100%
    }

    .signup-form fieldset input {
        width: 90%;
        height: 90px;
    }

    .remember {
        width: 420px;
        display: flex;
        flex-direction: row-reverse;
        justify-items: end;
    }

    .checker {
        margin: 15px !important;
    }

    .forgot-pwd {
        font-size: 36px;
    }

    .signup-form .button {
        font-size: 45px;
        font-weight: 800;
        letter-spacing: 0.15em;
        width: 500px;
        height: 100%;
        padding: 15px;
        text-align: center;
        text-transform: uppercase;
    }

    .phone-form input:first-child {
        width: 20%;
    }

    .number-input {
        width: 570px !important;
    }

    div.selector, div.selector span, div.selector select {
        height: 90px !important
    }

    .agree-terms {
        font-size: 36px;
        align-items: center;
    }

        .agree-terms p {
            width: 100%;
        }

    /*-------------------FOOTER-------------*/
    footer div nav {
        display: flex;
        flex-direction: column;
        width: 30%;
    }

        footer div nav ul {
            font-size: 2.6rem;
        }

    footer div {
        display: flex;
        flex-direction: row;
    }

    .footer-logos {
        flex-direction: column;
        align-items: center;
        width: 70%;
    }

    .ssl-icon {
        width: 300px;
    }

    .copyright {
        padding: 20px;
        flex-direction: column;
        font-size: 1.5rem;
        width: 100%;
    }

        .copyright .logo {
            width: 250px !important;
        }
}
