body {
    background: url(/img/background.png) no-repeat center center;
    padding-top: 40px;
    font-size: 12px;
    background-size: cover;
}

.starter-template {

    padding: 40px 15px;
}

.container {

    background-color: #f6f6f6;
}

.content {

    margin: 20px 0;
}

.icon {

    border-radius: 5px;
    min-height: 210px;
}

.icon-small {

    border-radius: 5px;
    min-height: 160px;

}

.icon-small-row .inner {
    padding: 30px;
    padding-top: 20px;

}

.icons {

    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.btn {
    background-color: #15345a;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    border:0px;
    padding: 10px;
}

.btn:hover {
    background-color: #15345a;
}

.btn i {
    color: #f6c800;
}

a {
    color: #15345a;
}

a:link {
    text-decoration: none !important;
    color: #15345a;
}

.input {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-control {
    font-size: 12px;
}
.active {

    background-color: #15345a;
}

.caption {

    color: #15345a;
    font-size: 18px;
    text-align: center;
    position: relative;

}

@media (min-width: 960px) {
    .container {
        width: 70%;
    }
}

@media (max-width: 760px) {

    .icon-small-row {
        padding-top: 0px;
    }
}

.title {

    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #15345a;
    font-family: 'Open Sans', sans-serif;
}

.introduction {
    text-align: center;
    font-size: 16px;
    color: #003a56;
    font-family: 'Open Sans', sans-serif;
}

.btn-icon {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



