html,
body {
    background: #fff;
    font-family: "Open Sans", arial;
    color: #333;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}
.faq-box {        font-size: 16px;    }    .faq-q {        color: #f04a4a;    }    .faq-a {        margin-bottom: 20px;    }

.menu {
    bottom: 0px;
    width: 100%;
    position: absolute;
    padding-top: 10px;
    height: 70px;
    background: rgba(255, 255,255, 0);
    border: 1px solid rgba(220, 220,220, 0);
    z-index: 999;
    font-weight: 400;
    text-align: center;
}
.menu.white {
    background: #c42828;
    color: #fff;
    transition: 220ms;
    position: fixed;
    top: 0px;
}

.menu-link {
    display: inline-block;
    color: #fff;
    padding: 5px;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 3px;
    font-size: 16px;
    transition: 220ms;
    text-decoration: none !important;
}
.menu.white .menu-link {
    color: #fff;
}
.menu-link:hover,.menu-link:visited,.menu-link:active {
    background: #f04a4a;
    color: #fff !important;
}
.menu-link.active {
    background: #f04a4a;
    border: 3px solid #fff;
    color: #fff !important;
}
.red {
    color: #f04a4a;
}
.red-symbol {
    margin-top: -25px;
    padding-right: 40px;
}
.inline {
    display: inline-block;
}

.btn.btn-primary {
    background: #3ca4e0;
    border: none;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    transition: 220ms;
}
.btn.btn-primary:hover {
    background: #2c93ce;
}
.data-select {
    text-align: center;
    padding: 20px 10px;
    border: 3px solid #eee;
    width: 100%;
    transition: 120ms;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.data-select:hover {
    width: 110%;
    margin-left: -5%;
    margin-top: -5%;
    border: 3px solid #f04a4a;
    color: #f04a4a;
}
.data-select.active {
    width: 110%;
    background: #f04a4a;
    color: #fff;
    margin-left: -5%;
    margin-top: -5%;
    text-align: center;
    border: 3px solid #f04a4a;
}
.data-description {
    font-size: 20px;
}
.data-price {
    font-size: 26px;
}
.data-caption {
    font-size: 10px;
}



@media (max-width: 768px) {
    .data-select {
        line-height: 24px;
        margin-bottom: 20px;
        padding: 10px;
    }
    #box-monthly .col-xs-4 {
         padding: 2px !important;
    }
  .data-description {
    font-size: 14px;
      line-height: 20px;
      text-align: center;
        width: 70px;
    }
    .data-title {
        width: 70px;
    }
    .data-price {
        font-size: 20px;
      line-height: 30px;
    }
    .data-caption {
        font-size: 10px;
      line-height: 14px;
        width: 70px;
    }
    .connect-type-button a {
        transition: 220ms;
        margin-bottom: -1px;
        padding: 15px !important;
        color: #3ca4e0;
        font-weight: 600;
        font-size: 12px !important;
    }
    .support-map { display: none;}

    .menu-link {
        padding: 3px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .menu-link {
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
}


.form-line {
    margin-bottom: 10px;
}
.form-control {
    border: none;
    padding: 20px 10px;
}

.logo-box {
    position: relative;
    z-index: 98;
}

.header {
    background: url("/img/building.jpg") #eee;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}
.header.half {
    background: url("/img/building.jpg") #eee;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    height: 300;
    position: relative;
}
.footer {
    background: #f04a4a;
    color: #fff;
}
.header-logo-box {
    position: relative;
    text-align: center;
    max-width: 800px;
}
.header-logo-box img {
    max-width: 100%;
}
.section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}
.section.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-white {
    background: #fff;
}
.section-grey {
    background: #e5e5e5;
}
.white-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}
.connect-type-button a {
    transition: 220ms;
    margin-bottom: -1px;
    padding: 15px !important;
    color: #f04a4a;
    font-weight: 600;
}
.input-label {
    font-size: 13px;
    color: #888;
}
.btn-select {
    background: #eee;
    border: 2px solid #eee !important;
    box-shadow: none;
    padding: 10px !important;
}
.input-grey {
    background: #eee;
    border: 2px solid #eee !important;
    box-shadow: none;
}
.input-grey:focus {
    background: #eee;
    border: 2px solid #428bca !important;
    box-shadow: none;
}
h1 {

}
h2 {
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 24px;
    font-family: "Open Sans", arial;
}
.service-bullet {
    padding-left: 40px;
    padding-right: 40px;
    color: #444;
    font-size: 12px;
}
.brand-circle {
    border-radius: 50%;
    margin: 20px;
    max-width: 180px;
}
