@import url('//fonts.googleapis.com/css?family=Teko');

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
    url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    background-image: url(../img/background.jpg);
    padding: 30px 0 100px;
    color: #5e5a59;
    font-family: 'Roboto', sans-serif;
}

p {
    margin-bottom: 20px;
}

a {
    color: #3b3737;
}

a:hover,
a:focus {
    color: #0071b5;
    text-decoration: none;
}

h1 {
    display: none;
}

h2, h3, h4:not(.modal-title) {
    font-family: 'Teko', sans-serif;
    color: #827c7c;
    margin-bottom: 30px;
    margin-top: 30px;
}

h4:not(.modal-title) {
    font-size: 20px;
    margin-bottom: 15px;
}

.container {
    min-width: 320px;
}

.layout-container {
    background-color: #fff;
    padding: 30px 30px 0 30px;
    -webkit-box-shadow: 0 0 12px #000;
    -moz-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
}

.navbar {
    margin-bottom: 30px;
    font-size: 16px;
}

.navbar-brand {
    padding: 0;
    height: 70px;
    overflow: hidden;
}

.nav>li {
    display: inline-block;
}

.nav>li>a {
    font-weight: bold;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.navbar-right {
    margin-right: 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.dropdown-menu>li>a {
    font-weight: bold;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #0071b5;
}

.divider {
    position: relative;
    overflow: hidden;
    background: #e5e4e4;
    height: 1px;
    width: 100%;
    margin: 30px 0 30px;
}

.banner {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 30px;
}

.banner img {
    width: 100%;
    max-height: 450px;
}

.banner #map_container {
    width: 100%;
    height: 450px;
}

.highlight {
    line-height: 20px;
}

a.read-more {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

a.read-more .fa {
    font-size: 14px;
    margin-left: 5px;
}

.paragraph-list {
    margin: -10px 0 10px 0;
}

img.autosize {
    width: 100%;
}

.mar-top-none {
    margin-top: 0 !important;
}

.mar-btm {
    margin-bottom: 20px !important;
}

.mar-top {
    margin-top: 20px !important;
}

.pad-top {
    padding-top: 20px !important;
}

.mar-none {
    margin: 0 !important;
}

.mar-rgt {
    margin-right: 20px !important;
}

.footer {
    padding: 30px 0 20px 0;
    border-bottom: 15px solid #0071b5;
}

.alert {
    border-width: 1px;
    padding-left: 50px;
    position: relative;
}

.alert::before {
    position: absolute;
    display: block;
    left: 10px;
    top: 6px;
    font-size: 28px;
    font-family: FontAwesome, sans-serif;
}

.alert .fa {
    margin-right: 5px;
    font-size: 14px;
    line-height: 18px;
}

.alert .close {
    font-size: 18px;
    line-height: 18px;
}

.alert-success {
    background-color: #ddf0de;
    border-color: #92d097;
    border-left-width: 5px;
}

.alert-success,
.text-success {
    color: #72C279;
}

.alert-success::before {
    content: "\f058"
}

.alert-error,
.alert-danger {
    background-color: #ffe2e4;
    border-color: #e08f95;
    border-left-width: 5px;
}

.alert-error,
.alert-danger{
    color: #d27c82;
}

.alert-error::before,
.alert-danger::before {
    content: "\f071"
}

.help.error {
    color: #a94442;
    padding-left: 5px;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.help.error i.arrow-up {
    padding-right: 18px;
}

.help.error i.arrow-up:before {
    content: "\1f881";
    font-size: 14px;
    position: absolute;
    font-style: normal;
    margin-top: -2px;
}

.fa-ul {
    margin-left: 40px;
}

.thumbnail {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.thumbnail>img {
    margin-top: 20px;
    width: 150px;
    height: 150px;
}

.thumbnail>.caption {
    text-align: center;
}

.thumbnail>.img-circle {
    /*border: 2px solid #ddd;*/
    border: none;
}

.thumbnail>.caption>h4 {
    margin-bottom: 5px;
}

.btn {
    font-family: inherit;
}

.btn.fa {
    width: auto;
}

.btn.fa.fa-block {
    height: auto;
    padding: 18px;
    min-width: 74px;
    margin-right: 30px;
}

.text-center .btn.fa.fa-block {
    margin-top: 15px;
}

.btn.fa.fa-block:before {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 0 5px 0;
    font-size: 28px;
    line-height: 28px;
    float: none;
    font-family: FontAwesome, sans-serif;
}

textarea {
    resize: vertical;
}

.form-group {
    margin-bottom: 0;
    margin-top: 15px;
}

.form-group:first-child {
    margin-top: 0;
}

.form-group .control-label .required-label {
    position: relative;
}

.form-group .control-label .required-label:after {
    content: "*";
    color: red;
    font-size: 18px;
    position: absolute;
    right: 0;
    margin-right: -10px;
}

.form-control {
    padding: 6px;
}

.form-control.inline {
    display: inline-block;
    width: auto;
}

.table.table-bordered.groups td {
    vertical-align: middle;
}

.img-responsive {
    display: inline-block;
}

#map {
    width: 100%;
    height: 450px;
}

#map .leaflet-popup-content-wrapper {
    border-radius: .5rem;
}

#map .leaflet-popup-content {
    font-size: 13px;
}

.row.notfound svg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.modal-header .close {
    margin-top: 2px;
}

@media (min-width: 768px) {
    .nav>li>a {
        padding-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        width: 60px;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 100%;
        max-width: 310px;
        max-height: 70px;
    }

    .nav>li {
        display: block;
    }

    .btn.fa.fa-block {
        width: 100%;
        margin-right: 0;
    }
}