body {
    margin-top: 50px;
    background: none;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}


h1, h2, h3, h4, h5 {
    font-family: 'Quicksand', sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Buttons / text
******************************/

.btn, .btn-default {
    padding: 10px 20px;
    color: #fff;
    background: #264057;
    border-radius: 0px;
    transition: all 0.35s ease;
    border: none;
}

.btn:hover {
    color: #fff;
    background: #2d7d95;
}

.btn-status {
    background: #ccc;
}

.btn-blue {
    background: #6cd0c4;
}

.btn-blue:hover {
    background: #b0e5dd;
}

.btn-grey {
    background: #777;
}

.btn-grey:hover {
    background: #555;
}

.btn.tile {
    width: 48%;
    /* min-width: 143px; */
    white-space: inherit;
    float: left;
    background: #eee;
    margin: 2px;
    padding: 20px 20px;
    min-height: 120px;
}

.btn.tile p {
    margin: 0px;
    color: #6cd0c4;
    font-weight: bold;
    line-height: 1.3em;
    height: 26px;
}

.btn.tile i.fa {
    font-size: 55px;
    margin-left: 0px;
    margin-right: 0px;
    color: #6cd0c4;
}

.btn.tile:hover {
    background: #6cd0c4;
    color: #fff;
}

.btn.tile:hover p {
    color: #fff;
}

.btn.tile:hover i.fa {
    color: #fff;
}


.btn-confirm {
    background: #368327;
}

.btn-confirm:hover {
    background: #28671c;
}

.btn-cancel {
    background: #832727;
}

.btn-cancel:hover {
    background: #6a1b1b;
}


.btn-vote {
    border: 1px solid #777;
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    background: #777;
    display: block;
    text-align: center;
    border: none;
}

.btn-vote.purple {
    color: #fff;
    background: #264057;
}

.btn-vote.blue {
    color: #fff;
    background: #6cd0c4;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}


.vote {
    margin-bottom: -20px;
}


.btn .fa {
    margin-right: 5px;
    margin-left: -5px;
}


.breadcrumbs {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.breadcrumbs i.fa {
    margin: 0px 10px;
}


p {
    margin: 0 0 20px;
    line-height: 1.5em;
}


p.lead {
    font-weight: bold;
    font-size: 16px;
}

p.intro {
    line-height: 1.8em;
    margin-top: 10px;
}

a {
//color: #6cd0c4;
    color: #264057;
}

a:hover {
    cursor: pointer;
}

h1, h2 {
    font-size: 22px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 3px solid #eee;
}

.home-box hr,
.content-box hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #eee;
}

.blue {
    color: #6cd0c4;
}


.w-100 {
    width: 100%;
    text-align: left;
}

.p-5 {
    padding: 5px;
}

.p-20 {
    padding: 20px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.h-50 {
    height: 50px;
}

.h-100 {
    height: 100px;
}

.h-200 {
    height: 200px;
}

img.btn-icon {
    width: 34px;
    margin-right: 10px;
}

ul.submenu {
    list-style: none;
    padding: 0px !important;
}

ul.submenu li {
    margin-bottom: 10px;
}

.message {
    border-left: 3px solid #6cd0c4;
    padding: 10px;
}

.message.green {
    border-left: 3px solid #368327;
    background: rgba(54, 131, 39, 0.1);
}

.message.red {
    border-left: 3px solid #832727;
    background: rgba(131, 39, 39, 0.1);
}

.message.blue {
    border-left: 3px solid #6cd0c4;
    background: rgba(6, 183, 237, 0.1);
}


.message.purple {
    border-left: 3px solid #264057;
    background: rgba(6, 183, 237, 0.1);
}


.progress-bar-con {
    background: #6cd0c4;
}

.progress-bar-pro {
    background: #264057;
}

.progress-bar-unknown {
    background: #777;
}

label.progress-label {
    display: block;

}


/* PIE Chart
*****************************/

section.pies {
    margin: 30px 0px 10px;
}

@keyframes bake-pie {
    from {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}


.pieID {
    vertical-align: top;
}

.pie {
    height: 100px;
    width: 100px;
    position: relative;
    margin: 0 20px 20px 0;
}

.pie::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: 25px;
    left: 25px;
}


.slice {
    position: absolute;
    width: 100px;
    height: 100px;
    clip: rect(0px, 100px, 100px, 50px);
    animation: bake-pie 1s;
}

.slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    clip: rect(0px, 100px, 100px, 50px);
}

.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    padding: 5px;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.legend li {
    width: 140px;
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.legend em {
    font-style: normal;
}

.legend span {
    float: right;
}

/* Topbar
******************************/

.topbar {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #fff;
    height: 70px;
}

.logo {
    float: left;
}

.logo img {
    height: 55px;
    margin-top: 7px;
}

.login {
    float: right;
}

.login a {
    margin-top: 12px;
}

/****** LOGIN MODAL ******/

.loginmodal-container {
    padding: 30px;
    max-width: 450px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 160px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    float: left;
    margin-right: 14px;
}

.loginmodal-container input[type=text],
.loginmodal-container input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ddd;
    /* border-radius: 2px; */
    padding: 0 8px;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border-top: 1px solid #ddd;
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;

}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    /*  opacity: 0.6;*/
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
    margin-top: 10px;
}

.login-help a {
    color: #333;
    opacity: 0.6;
}

.modal.fade .modal-dialog {
    transform: translate(0, 30%);
    max-width: 450px;
}


/* NAVBAR
*********************************/

.affix-bar {
    top: 20px;
    height: 50px;
    background: #6cd0c4;
    border-radius: 0px;
    border: none;
    color: #264057;
    z-index: 9;
}

.navbar-nav > li > a {
    color: #fff !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #264057;
    color: #fff !important;
}

.affix {
    top: 0;
    width: 100%;

}

.affix + .topbar {
    padding-top: 70px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

#navbar > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: rgba(0, 0, 0, 0.2);
}


#navbar > ul > li.active > a:hover {
    background: #264057;
}


.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #264057;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}


.hamburger .icon-bar {

    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}


#hamburger-1.is-active span.icon-bar:nth-child(1) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}


#hamburger-1.is-active span.icon-bar:nth-child(3) {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
}


/* HEADER
*********************************/

.header {
    position: relative;
    border: 1px solid #eee;
    max-height: 420px;
    overflow: hidden;

}

.header img {
    /*    border-left:3px solid #6cd0c4;*/
    top: 50%;
    /* transform: translateY(-25%); */
}

.header h1 {
    position: absolute;
    bottom: 50px;
    left: 60px;
    font-size: 58px;
    margin: 0px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    border-left: 3px solid #6cd0c4;
    padding-left: 15px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}

.head-wrapper img {
    width: 100%;
}


/* menu slider
*********************************/

#owl-slider {
    padding-top: 20px;
}

#owl-slider .item img {
    width: 80px;
    margin: 20px auto;
}

#owl-slider .item .button-bar {
    background: #264057;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
}

#owl-slider .item .button-bar a {
    color: #fff;
}

.owl-nav img {
    max-width: 20px;
}

/*    .owl-nav .owl-prev {
        margin-left: -22px!important;
    }

    .owl-nav .owl-next {
        margin-right: -22px!important;
    }
*/

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);

    transition: all 0.25s ease;
}


/* Content
******************************/
/*@media (min-width:1200px) {
    .home > div:nth-child(even) { padding-left:20px; }
    .home > div:nth-child(odd) { padding-right:20px; }
}*/

.home-box {
    min-height: 400px;
    margin-bottom: 0px;
    width: 100%;

    padding: 20px 15px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
}

.content-box {
    margin-bottom: 0px;
    width: 100%;

    padding: 20px 15px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
}

.home-box.highlight {
    background: #fff;
    border: 3px solid #6cd0c4;
}

i.icon {
    background: transparent;
    color: #264057;
    padding: 7px;
    font-size: 18px;
    width: 36px;
    text-align: center;
    height: 33px;
    position: absolute;
    top: 1px;
    right: 17px;
}

.img-holder {
    min-height: 45px;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: -1px;
    border-top: 1px solid #E6E9ED;
    border-left: 1px solid #E6E9ED;
    border-right: 1px solid #E6E9ED;
}


.img-holder img {
    height: 200px;
    background-size: cover;
    width: 100%;
    object-fit: cover;
}


.content {
    background: #eee;
    padding: 20px 20px;
    display: inline-block;
    width: 100%;
}

.content.home {
    width: 100%;
}


@media (min-width: 992px) {
    .content.topline {
        margin-top: 20px;
    }

    /*    .content .col-md-8 { padding-right:40px;}*/
}


.content ul {
    padding: 0px 15px;
}

.content.topline {
    border-top: 40px solid #264057;
    margin-top: -40px;
}

@media (max-width: 992px) {
    .content.topline {
        margin-top: 20px;
    }
}

.element-item {
    margin-top: 10px;
}

a .element-item {
    color: #333;
}

a:hover .element-item .hover .content-box {
    background: #fff;
}

/*a:hover .element-item .hover {
  border:2px solid #ddd;
  margin:-2px;
}*/

.activities, .news, .forum {
    /*    margin-top:40px;*/
}

.activity, .newsitem, .topic {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}


.activity:hover, .newsitem:hover, .topic:hover {
    background: rgba(0, 0, 0, 0.05);
}

.float-left {
    float: left;
    margin-right: 15px;
}

.float-right {
    float: right;
}

.date {
    background: #6cd0c4;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 8px;
    text-align: center;
    line-height: 22px;
}

.date .big {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}

.date .small {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.date .icon {
    font-size: 22px;
    padding: 5px;
}

.title {
    /*    width:60%;*/
}

.title a h4 {
    color: #333;
    font-weight: bold;
}

.title a:hover {
    text-decoration: none;
}


.status {
    text-align: right;
}


.activity-detail h1 {
    margin-top: 0px;
}

.head-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    min-height: 100px;
}

.head-wrapper .date {
    position: absolute;
    bottom: 0px;
}

.img-holder .date {
    position: absolute;
    top: 0px;
}

.img-holder .date:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 48px;
}


.title .left-border {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    border-left: 3px solid #6cd0c4;
    padding-left: 15px;
}


.sidebar div:nth-child(1) {
    margin-top: 0px;
}

.sidebar .date,
.grid .date,
.element-item .date {
    background: #6cd0c4;
    color: #fff;
    width: 45px;
    height: 45px;
    padding: 5px;
    text-align: center;
    line-height: 18px;
}

.sidebar .date .big,
.grid .date .big,
.element-item .date .big {
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
}

.sidebar .date .small,
.grid .date .small,
.element-item .date .small {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.sidebar .title h4,
.grid .title h4 {
    margin: 0px;
}


/*.element-item.forum > div { border-left: 3px solid #275783; }
.element-item.discussie > div { border-left: 3px solid #277b83; }
.element-item.stelling > div { border-left: 3px solid #27835f; }
.element-item.nieuws > div { border-left: 3px solid #5b8327; }
.element-item.activiteit > div { border-left: 3px solid #836e27; }*/


/* Forum
******************************/

.forum-wrapper {
    position: relative;
    height: 60px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.forum-wrapper .date {
    position: absolute;
    bottom: 0px;
}

.forum-wrapper p {
    position: absolute;
    top: 7px;
    left: 70px;
    color: #999;
}

.forum-category {
    background: #6cd0c4;
    color: #fff;
    padding: 10px 20px;
}


.topic {
    padding: 5px 10px;
}

.topic .col-xs-12 {
    margin-bottom: 0px;
}

.topic .title h4 {
    font-weight: normal;
}


/* Comments
******************************/


textarea.custom-input {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #eee;
}


.message-item {
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #E6E9ED;
}

.message-item .message-inner {
    background: #fff;
    border-left: 3px solid #6cd0c4;
    border-radius: 0px;
    padding: 20px;
    position: relative;
}

.comments.pro .message-item .message-inner {
    border-left: 3px solid #264057;
}


.comments.con .message-item .message-inner {
    border-left: 3px solid #6cd0c4;
}


.message-item.reply .message-inner {
    border-left: 3px solid #264057;
}

.user-detail img.profile {
    width: 45px;
    float: left;
    margin-right: 15px;
}

img.profile {
    border-radius: 50%;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.message-inner h1 {
    font-size: 28px;
    color: #264057;
    font-weight: bold;
}

.message-item .message-head .avatar {
    margin-right: 20px;
}

.message-item .message-head .user-detail {
    overflow: hidden;
}

.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: normal;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-inner hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}


.quote-message {
    padding: 20px;
    border-left: 3px solid #2d7d95;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.quote-message p {
    margin-bottom: 1px;
}

.avatar-2.pull-right {
    margin: -20px;
}


.profile .form-group {
    margin-left: -15px;
}


/* Sidebar
******************************/

.col-md-4.col-sm-12.sidebar {
    margin-bottom: 20px;
}


/* Footer
******************************/

.footer {
    background-color: #264057;
    min-height: 60px;
    color: #fff;
    bottom: 0;
    margin-top: 50px;
}

.bottom-bar {
    background: #fff;
    width: 100%;
}


/* Inputs
******************************/

.form-control {
    border-radius: 0px;
    box-shadow: none;
    height: 50px;
    border: 0px solid #eee;
    background: #eee;
    margin-bottom: 15px;
}


.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 2px solid #264057;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #6cd0c4;
    border: 2px solid #6cd0c4;
    box-shadow: inset 0 0 0 4px #fff;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #ccc;
    background: #ccc;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}


/* PAgination
******************************/


.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #6cd0c4;
    border-color: #6cd0c4;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6cd0c4;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0px;
}

.teaser a {
    color: #000;
    text-decoration: none;
}

.teaser a:hover .read-more-button {
    color: #fff;
    background-color: #6cd0c4;
}

.mr-top-10 {
    margin-top: 10px;

}


/* Submenu
******************************/
.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    background: #6cd0c4;
    border: none;
    border-radius: 0;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background: #56a69d;

    color: #fff;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Footer
******************************/

.footer {
    min-height: 60px;
    background-color: #6cd0c4;
    color: #fff;
    bottom: 0px;
    margin-top: 30px;
    padding: 22px 0px;
}

.bottom-bar {
    background: #fff;
    width: 100%;
}

ul.footer-list {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

ul.footer-list li {
    margin: 0px 15px;
    display: inline-block;
}

@media (max-width: 768px) {
    ul.footer-list li {
        display: block;
    }
}

ul.footer-list li a {
    color: #fff;
}

.content.page {
    background-color: #ffffff;
    border: 20px solid #eee;
}

#loadingDiv {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #6cd0c4;
    text-align: center;
    line-height: 100%;
    top: 0;
    left: 0;
    font-size: 5em;
    padding-top: 25%;
    opacity: 0.25;
    color: #000000;
}

#loadingDiv .fa {
    vertical-align: middle;
}

.formbuilder-form.form-horizontal .control-label {
    word-break: break-word;
}

.header h1 {
    font-weight: 900;
    text-shadow: 0px 0px 3px #000;
}

.header img {
    width: 100%;
}
