.slogan, .title {
    text-align: center;
    font-family: Cuprum, sans-serif
}

.btn-circle {
    height: 150px;
    width: 150px;
    border-radius: 75px;
    background: 0 0;
    border: 3px solid #476cb0;
    margin-top: 50px;
    color: #476cb0;
    font-size: 20px
}

.hidden-img {
    display: none
}

.pic {
    background-image: url(http://placehold.it/350x350);
    height: 350px;
    width: 350px;
    margin-bottom: 40px
}

@media screen and (max-width: 480px) {
    .pic {
        background-image: url(http://placehold.it/350x350);
        margin-bottom: 40px
    }
}

.btn-title {
    background: #111;
    padding: 10px;
    border: none;
    color: #fff;
    font-size: 30px;
    margin: 50px 30px;
    position: absolute;
    bottom: 0;
    right: 0
}

.btn-title:hover {
    color: #d1d1d1;
    margin: 50px 30px
}

.navbar-nav > li > a {
    color: #476CB0 !important;
    text-decoration: none;
    padding: 16px 10px !important
}

.navbar-brand {
    height: 75px;
    padding: 15px 5px !important
}

.navbar-default {
    background-color: #fff !important;
    border-color: #fff !important;
    margin-bottom: 0 !important
}

.navbar-nav {
    margin: 20px 0
}

.slogan {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    font-size: 30px
}

footer > .navbar {
    margin-bottom: 0 !important
}

footer > .navbar-nav {
    margin: 0 !important
}

footer button {
    background: 0 0;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #476cb0
}

.form-control {
    border-radius: 0
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.videoWrapper {
    position: relative;
    padding-bottom: 16.25%;
    padding-top: 20px;
    height: 0
}

.videoWrapper iframe {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 16px 6px !important
}

.table-price tbody > tr > td {
    font-size: 18px
}

.table-price thead > tr > td {
    font-size: 23px;
    vertical-align: middle;
    text-align: center
}

.table-price tbody > tr > td:nth-child(2) {
    color: #016370;
    text-align: center;
    vertical-align: middle;
    border-left: 2px solid #016370;
    border-right: 2px solid #016370;
}

.table-price tbody > tr > td:nth-child(3) {
    color: #fb7b00;
    text-align: center;
    vertical-align: middle
}

.table-price tbody > tr > td:nth-child(4) {
    color: #031a3a;
    text-align: center;
    vertical-align: middle;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.table-price tbody > tr > td:nth-child(5) {
    color: #031a3a;
    text-align: center;
    vertical-align: middle;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}