﻿body {
    background-color: #e6d9d0;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    font-size: 15px
}

#MainHeader {
    background-color: #c8b2a4;
    background-image: linear-gradient(#c8b2a4,#ddccc0);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.12em;
    padding: .25rem 0 .25rem 0;
}

#MainHeader a, #MainHeader a:visited {
    color: #fff;
    text-transform: uppercase;
}

#MainHeader a:hover {
    color: #222;
}

#MainBody {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

#MainFooter {
    line-height: 1.7rem;
}

#NavBarSearchBox, #NavBarSearchBox-sm {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

a, a:visited {
    color: #bd5555;
    text-decoration: none;
}

a:hover {
    color: #a24545;
    text-decoration: none;
}

a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

p {
    line-height: 1.5rem;
}

#navbarMain .dropdown-item {
    font-weight: 700;
}

.navbar {
    padding: 0.5rem 0 0.5rem 0;
}

.navbar-collapse {
    margin-left: 10px;
}

.nav-link {
    border-right: 1px solid rgba(145, 110, 85, 0.2);
    transition: all .2s;
}

.logo {
    width: 280px;
}

.banner {
    width: 235px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-title {
    font-family: 'Noto Sans', sans-serif;
    color: #847e7c;
    font-size: 1.5rem;
    font-weight: 700;
}

h2 {
    font-size: 1.35em;
    font-weight: 700;
}

h3 {
    font-size: 1.15em;
    font-weight: 700;
}

.modal-header {
    background-color: #dfdfdf;
}

#RegionList .btn {
    font-weight: 700;
    font-size: 1.05em;
}

#RegionList .modal-body {
    line-height: 2rem;
}

#RegionList {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#RegionList a {
    color: #df937a;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    transition: all .2s;
}

#RegionList a:hover {
    color: #222;
    text-decoration: none;
}

#FilterList .btn {
    font-weight: 700;
    font-size: 1.05em;
}

#FilterList .modal-body {
    line-height: 2rem;
}

#FilterList {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#FilterList a {
    color: #222;
}

#FilterList a:hover {
    color: #df937a;
    text-decoration: none;
}

#CountryList {
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#CountryList .btn {
    border: 1px solid rgba(149,149,149,.25);
    background-color: #f4f4f4;
    font-size: 1.05em;
    font-weight: 700;
}

#CountryList .dropdown-item {
    font-weight: 700;
}

#FilterBox {
    font-family: 'Montserrat', sans-serif;
    padding: 14px;
    background-color: #96c8d0;
    border-radius: 5px;
    color: #176471;
}

#FilterBox a {
    color: #fff;
}

.badge-bigger {
    font-size: 1.06em;
}

.badge-big {
    font-size: 1.5em;
}

.badge-darkred, .badge-darkred:visited {
    background-color: #bd5555;
    color: #fff;
}
.badge-darkred:hover {
    background-color: #9d4141;
    color: #fff;
}

.badge-rostrot {
    background-color: #df937a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.btn-dirtyblue, a.btn-dirtyblue, a.btn-dirtyblue:visited {
    border-color: #3C5D7F;
    background: #3C5D7F;
    color: #ffffff;
}
.btn-dirtyblue:hover, a.btn-dirtyblue:hover {
    border-color: #314D6A;
    background: #314D6A;
    color: #ffffff;
}

a.btn-success, a.btn-success:visited {
    color: #fff;
}

a.btn-info, a.btn-info:visited {
    color: #fff;
}

a.inverse {
    background-color: #bd5555;
    color: #fff;
    padding: 2px;
    font-weight: bold;
}

.btn-rostrot, .btn-rostrot:visited {
    background-color: #df937a;
    color: #fff;
}
.btn-rostrot:hover {
    background-color: #ce8872;
    color: #fff;
}

.btn-rostrot-outline, .btn-rostrot-outline:visited {
    background-color: #fff;
    border: 1px solid #df937a;
    color: #df937a;
}

.btn-rostrot-outline:hover {
    background-color: #fff;
    border: 1px solid #bf8876;
    color: #bf8876;
}


.btn-darkred, a.btn-darkred, a.btn-darkred:visited {
    background-color: #bd5555;
    color: #fff;
}
.btn-darkred:hover, a.btn-darkred:hover {
    background-color: #a24545;
    color: #fff;
}

.btnlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btnlist li {
    float: left;
    margin-right: 10px;
}

.hllist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 1.7rem;
}

.hllist li {
    float: left;
    margin-right: 10px;
}

.add-radius-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.dirtyblue {
    background-color: #3c5d7f;
}
.darkbrown {
    background-color: #443a31;
}
.rostrot {
    background-color: #df937a;
}
.dirtyred {
    background-color: #9f1212;
}

.langheaddiv {
    margin-right: -15px;
    padding: 2px .5rem 2px 0;
}

.picblocked {
    filter: opacity(0.1) brightness(0.3);
}

.smalltitle {
    font-family: 'Noto Sans';
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}

.pseudobtn-adname {
    background-color: #f7f3f3;
    border: 1px solid #d5d5d5;
    color: #222;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.blogbox {
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    font-size: 1.0em;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e6e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    padding: 10px;
}

.listadbox {
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    font-size: 1.0em;
    margin-top: 10px;
    background-color: #e6e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    padding: 10px;
}

.listhotadbox {
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    font-size: 1.0em;
    margin-top: 10px;
    border: 3px solid #df937a;
    background-color: #e6ddda;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.listadpic {
    width: 120px;
    margin-right: 20px;
    margin-bottom: 3px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.listadhref {
    text-decoration: none !important;
    color: #222 !important
}

.listadfooter {
    background-color: #ccc;
    display: block;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
}

.listadfooter a.continuebtn, .listadfooter a.emaillink, .listadfooter a.wwwlink, .blogbox a.continuebtn {
    border-color: #bd5555;
    background: #bd5555;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    padding: 3px;
    display: inline-block;
    transition: all .2s;
    vertical-align: bottom;
}

.listadfooter a.continuebtn:visited {
    color: #fff
}

.listadfooter a.continuebtn:hover, .listadfooter a.wwwlink:hover, .listadfooter a.emaillink:hover {
    color: #fff;
    background-color: #a24545;
    text-decoration: none;
}

.listadfooter a.entrylink:hover {
    color: #fff;
    background-color: #1a1511;
    text-decoration: none;
}

.listadfooter a.entrylink {
    border-color: #443a31;
    background: #443a31;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    padding: 3px;
    display: inline-block;
}

.listentryhighlight {
    background-color: #fff065;
    font-size: 1.02em;
    font-weight: 700;
    padding-left: 3px;
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.detailheader-type {
    font-size: 1.12em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 30px 3px 8px;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
}

.detailheader-region {
    font-size: 1.12em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 30px 3px 8px;
    background-color: #df937a;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
}

.detailheader-country {
    font-size: 1.12em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 30px 3px 8px;
    background-color: #ccc;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
}

.detailheader-loctype {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 5px;
    color: #fff;
    display: inline-block;
    background-color: #aaa;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.detailbox {
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    font-size: 1.0em;
    line-height: 1.5rem;
    margin-top: 10px;
    background-color: #e6e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    -webkit-touch-callout: none; /* Safari */
    -webkit-user-select: none; /* Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.detailboxpic {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
    padding: 3px;
}

.detailtxtpropack {
    padding: 8px;
    background-color: #dbcece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 4px;
}

.listheader {
    font-size: 1.12em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 30px 3px 8px;
    background-color: #df937a;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
}

.listheaderunderline {
    border-bottom: 1px solid #df937a;
}
.listheaderunderline-dirtyblue {
    border-bottom: 1px solid #3c5d7f;
}
.listheaderunderline-darkbrown {
    border-bottom: 1px solid #443a31;
}
.listheaderunderline-dirtyred {
    border-bottom: 1px solid #9f1212;
}

.listsmallsubtitle {
    font-family: "Noto Sans", sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
}

#contentcolumn {
    background-color: #f7f7f7;
    border-left: 2px solid #efefef;
}

#bacolumn {
    background-color: #e8e3e0;
    border-left: 1px solid #e6dbcc;
    border-bottom-right-radius: 5px;
}

#infocolumn {
    background-color: #f9f9f9;
    border-left: 2px solid #ececec;
    border-bottom-right-radius: 5px;
}

#updatefooter {
    font-family: 'Noto Sans';
    color: #999;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}

.hometoptxt {
    position: relative;
    top: 266px;
    background-color: #c8b2a4;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width: 100%;
    padding: 1px;
    font-weight: 700;
    font-size: 0.86em;
    text-transform: uppercase;
}

.dropdown-item {
    font-size: 0.98em;
    color: #111 !important
}

.todaymarker {
    border: 1px solid #AEBAC4;
    background-color: #C0C9D0;
    font-weight: bold;
}

.boxProviderTargetF {
    font-size: 0.6em;
    background-color: #cc6699;
    border: 1px solid #eee;
    color: #fff;
    padding: 3px;
}

.boxProviderTargetM {
    font-size: 0.6em;
    background-color: #3eaaba;
    border: 1px solid #eee;
    color: #fff;
    padding: 3px;
}

.boxProviderTargetT {
    font-size: 0.6em;
    background-color: #6680cc;
    border: 1px solid #eee;
    color: #fff;
    padding: 3px;
}

.boxProviderTargetPlain {
    font-size: 0.6em;
    background-color: #e6e4e4;
    border: 1px solid #e6e4e4;
    color: #e6e4e4;
    padding: 3px;
}

.boxProviderTargetSeparator {
    font-weight: bold;
    font-size: 15px;
    color: #777;
    vertical-align: sub;
}

.modal-backdrop {
    z-index: 999;
}

#BTTbtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #bd5555;
    color: white;
    cursor: pointer;
    padding-top: 3px;
    font-size: 18px;
    border-radius: 5px;
    opacity: 1;
    animation: fadein .5s linear;
}

#BTTbtn:hover {
    background-color: #a24545;
}

#Backbtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #bd5555;
    color: white;
    cursor: pointer;
    padding-top: 3px;
    font-size: 18px;
    border-radius: 5px;
    opacity: 1;
    animation: fadein .5s linear;
}

#Backbtn:hover {
    background-color: #a24545;
}

.regfixed {
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 1021;
    animation: fadeinleft 1s;
}

@keyframes fadeinleft {
    from {
        left: -100px;
    }
    to {
        left: 10px;
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media (max-width: 30em) {
    .logo {
        width: 240px
    }
    .navbar {
        padding: 0.3rem 0.5rem;
    }
    .listadpic {
        float: right;
        margin-left: 20px;
        margin-right: 0px;
        width: 100px;
    }
    .banner {
        width: 166px;
        margin-right: 10px;
    }
    .toprightbgpic { background-blend-mode: hue;}
    #LangHeader {
        background-color: #c8b2a4;
    }
    #FilterList .btn {
        font-size: 0.94em;
    }
    #RegionList .btn {
        font-size: 0.94em;
    }
    #CountryList .btn {
        font-size: 0.94em;
    }
}
@media (min-width: 30em) {
    .form-inline .form-control {
        width: 250px;
    }
    .logo {
        width: 240px
    }
    .navbar {
        padding: 0.3rem 0.5rem;
    }
    .banner {
        width: 160px;
        margin-right: 6px;
    }
    .toprightbgpic {
        background-blend-mode: hue;
    }
}
@media (min-width: 36em) {
    .logo {
        width: 280px
    }
    .servicelist-columns {
        -ms-column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 10px;
    }
    .regionlist-columns {
        -ms-column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 10px;
    }
    #LangHeader {
        background-color: none;
    }
    #MainHeader {
        margin-top: 2px;
        margin-bottom: 18px;
        border-radius: 5px;
    }
    #MainBody {
        border-radius: 5px;
    }
    #bacolumn {
        border-top-right-radius: 5px;
    }
}

@media (min-width: 48em) {
    .logo {
        width: 280px
    }
    .banner {
        width: 150px;
        margin-right: 0;
    }
    .toprightbgpic {
        background-blend-mode: normal;
    }
}

@media (min-width: 62em) {
    .form-inline .form-control {
        width: 140px;
    }
    .banner {
        width: 200px;
    }
    #RegionList a {
        font-size: 1.12em;
    }
    #FilterBox {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .hllist li {
        width: 100%
    }
}

 @media (min-width: 75em) {
    .form-inline .form-control {
        width: 220px;
    }
    .banner {
        width: 235px;
    }
}
