* {
    font-family: 'Roboto', sans-serif;
}

header {
    background: #03A9F4;
    margin: auto;
    padding: 10px;
    position: fixed;
    width: 100%;
    height: 62px;
    z-index: 9999;
}

header img {
    margin-left: 20px;
    display: inline-block;
}

header .navbar-default {
    background: none;
    border: none;
    margin: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background: #03A9F4;
    border: none;
}

.nav li {
    float: left;
    padding-left: 10px;
    border-right: 1px solid white;
    padding-right: 10px;
    margin-top: 15px;
}

.nav li:last-child {
    border: none;
    padding-right: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-weight: 500;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.navbar-default .navbar-nav>li span {
    font-size: 11px;
    position: absolute;
    top: -14px;
    padding-left: 30px;
    color: white;
}

header ul li a:hover {
    text-decoration: none;
}

#banner {
    background: url('../images/landing-page-banner-02809626921fc70a418e737d78593e8e.jpg') no-repeat center;
    height: 771px;
    display: inline-block;
    margin-top: 60px;
    width: 100%;
}

#banner span {
    font-size: 34px;
    color: #050505;
    margin: 32px;
    display: inline-block;
    font-weight: 300;
}

#benifits {
    padding: 20px;
    padding-top: 60px;
    margin-top: -30px;
}

#benifits h1 {
    color: #03A9F4;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 37px;
}

#benifits .well {
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
}

#benifits .well ul li {
    font-size: 16px;
    color: #4A4A4A;
}

#price {
    padding-top: 60px;
    margin-top: -30px;
}

#price .full {
    background: #03A9F4;
    padding-bottom: 40px;
}

#price h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 37px;
    padding: 20px;
}

#price .amount {
    background-color: rgba(255, 255, 255, 0.6);
    width: 218px;
    height: 218px;
    display: inline-block;
    text-align: center;
    padding: 30px;
    font-size: 22px;
    color: #4A4A4A;
    float: left;
    margin-bottom: 20px;
}

#price .amount span {
    font-weight: 500;
    font-size: 44px;
    color: #4A4A4A;
    display: block;
}

#price .features {
    background-color: rgba(255, 255, 255, 0.6);
    /*width:660px;*/
    padding-top: 15px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    float: right;
    color: #4A4A4A;
}

#price .features h1 {
    color: #4A4A4A;
    font-size: 34px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

#price .features ul li {
    font-size: 20px;
    color: #4A4A4A;
    text-align: left;
    font-weight: 300;
}

h3 {
    color: #4A4A4A;
    font-weight: normal;
}

.contact {
    padding-bottom: 50px;
}

.contact strong {
    font-weight: 500;
    font-size: 22px;
    color: #9B9B9B;
}

.contact span,
.contact a {
    margin-left: 38px;
    color: #4A4A4A;
    font-size: 22px;
    font-weight: 500;
}

footer {
    background: #4A4A4A;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    height: auto;
}

footer a {
    color: #DDDBDB;
    font-size: 14px;
    text-decoration: underline;
}

footer a:hover {
    color: #03A9F4;
    text-decoration: none;
}

footer p {
    font-size: 14px;
    color: #DDDBDB;
    padding-top: 15px;
}

@media only screen and (max-width: 750px) {
    .navbar-right li {
        width: 100%;
        display: block;
        border: none;
        border-bottom: 1px solid #DDDBDB;
        padding-bottom: 10px;
    }
}