body {
    padding-bottom: 50px;
    font-family: "PT sans",sans-serif;
}
body.edit {
    padding-top: 60px !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "PT sans",sans-serif;
    margin-top: 0;
}
h1 .icon, h2 .icon, h3 .icon, h4 .icon, h5 .icon, h6 .icon, .h1 .icon, .h2 .icon, .h3 .icon, .h4 .icon, .h5 .icon, .h6 .icon {
    color: #5ecae8;
    font-size: 140%;
    vertical-align: text-top;
}
label.required:after {
    content: " *";
}
header#top {
    padding: 30px 0;
}
footer#footer {
    border-top: 10px solid #5ecae8;
    margin-top: 20px;
}
footer#footer a {
    color: #5ecae8;
}
footer#footer .logo {
    padding: 20px 0;
}
footer#footer .logo img {
    width: 240px;
}
footer#footer .disclaimer {
    border-top: 4px solid #e6e6e6;
    margin-top: 20px;
    padding: 8px 0;
}
.nav-pills a {
    color: #000;
    font-size: 0.9em;
}
.nav-pills a .fa {
    color: #5ecae8;
}
.navbar-default {
    background-color: #5ecae8;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #0d5367;
}
.navbar-default .navbar-nav.links > li > a {
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #0d5367;
    background-color: inherit;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand.active {
    color: #0d5367;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: inherit;
    border-color: #0D5367;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0D5367;
}
.page-nav ul.nav > li {
    border-bottom: 1px solid #999;
}
.page-nav ul.nav > li:last-child {
    border-bottom: 0;
}
.page-nav ul.nav > li > a {
    padding: 5px;
}
#resource-list .image {
    width: 250px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #EEE;
    text-align: center;
}
#resource-list .image .fa {
    font-size: 50px;
    line-height: 200px;
}
.form-control-choiceown select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
}
.form-control-choiceown input[type="text"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
}
.form-control-image .form-group {
    margin: 0;
}
.form-control-image .well {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-radius: 0;
    margin: 0;
}
.form-control-image .form-control[type="file"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
}
.form-control-image input[type="text"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
}
.form-control-choiceown .form-group {
    margin: 0;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
}
.form-horizontal .choice-horizontal .radio {
    float: left;
    padding-right: 20px;
}
.form-horizontal header {
    margin: 30px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
}
.form-horizontal header.first {
    margin-top: 0;
}
.form-horizontal .info-tooltip {
    color: #428BCA;
    font-size: 1.5em;
    vertical-align: middle;
}
.form-horizontal .btn-add-item {
    margin-bottom: 20px;
}
.form-horizontal .list .list-item {
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.form-horizontal textarea {
    min-height: 100px;
}
.btn-group {
    display: flex;
}
.form-buttons {
    border-top: 1px solid #e6e6e6;
    padding: 8px;
}
.btn.btn-blue {
    background-color: #5ecae8;
    color: #fff;
}
.btn.btn-green {
    background-color: #8ac540;
    color: #fff;
}
.btn.btn-blue:hover {
    background-color: #3bb4d2;
}
.btn.btn-green:hover {
    background-color: #77ac42;
}
#jumbotron {
    height: 300px;
    text-align: center;
}
.service-box {
    background-color: #5ecae8 !important;
    border: none;
    height: 160px;
    text-align: center;
}
.service-box a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.page-header {
    border-bottom: 1px solid #e6e6e6;
}
.page-subheader {
    margin: 40px 0 20px;
    border-bottom: 1px solid #E6E6E6;
}
.page-breadcrumb {
    background-color: inherit;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0;
}
.breadcrumb > li + li:before {
    content: ">";
}
.well {
    border-width: 0;
    background-color: #e6e6e6;
    box-shadow: none;
}
#home-carousel {
    margin-bottom: 30px;
}
#home-carousel .item {
    height: 300px;
    margin: 0;
    color: #fff;
}
#home-carousel .item h2 {
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(150, 150, 150, 1);
}
#home-carousel .item p {
    padding: 0 10%;
    font-size: 16px;
    text-shadow: 0 0 4px rgba(150, 150, 150, 1);
}
#home-carousel .item a.btn {
    width: 16%;
    min-width: 150px;
}
.parkki-file-widget .form-group {
    margin: 0;
}

/**
 * Content edit
 */
.content-edit-ribbon {
    position: fixed;
    top: 0;
    left: 0;
    height: 54px;
    width: 100%;
    padding: 10px;
    background-color: rgba(138,197,64,.6);
}
.content-block.edit {
    border: 1px solid #8ac540;
    min-height: 70px;
    box-shadow: 0 0 10px #5ecae8;
}
