body {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.page-map .logo {
    top: 4px;
    left: 41px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 9998;
}

.page-map img.logo.logo-spray {
    margin-left: 0;
    margin-top: 0;
    height: auto;
    width: 220px !important;
    left: 0;
    top: 0;
}

.page-map .main-nav {
    z-index: 9998;
}

.page-map .floating-text {
    display: none;
    z-index: 9998;
    position: absolute;
    top: 42%;
    padding: 10px 15px 10px 15px;
    border-radius: 0 5px 5px 0;
    background-color: rgba(255, 255, 255, 0.85);
}

.page-map .floating-text p {
    font-size: 1.6em;
    letter-spacing: 0.04em;
    margin: 0px 0px -4px 20px;
}

.page-map .floating-text p:nth-of-type(1) {
    color: rgb(205, 75, 75);
}

.page-map .floating-text p:nth-of-type(2) {
    color: rgb(58, 83, 143);
}

.page-map .floating-text p:nth-of-type(3) {
    color: rgb(189, 189, 18);
}

#map {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

#map .leaflet-bottom {
    bottom: 25px;
    left: 10px;
    display: none;
}

.dynamic-page-home #map .leaflet-top {
    display: none;
}

.dynamic-page-home #map .leaflet-bottom {
    bottom: unset;
}

#map .leaflet-control-custom {
    outline: none;
    height: 54px;
    width: 56px;
    color: white;
    border: none;
    margin-bottom: 2px;
    font-size: 18px;
    border-radius: 8px;
}

#map .leaflet-control-custom-zoom-in {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(0,129,198,1);
}

#map .leaflet-control-custom-zoom-in:after {
    content: '+';
}

#map .leaflet-control-custom-zoom-out {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(27,171,227,1);
}

#map .leaflet-control-custom-zoom-out:after {
    content: '-';
}

path {
    -webkit-transition: fill-opacity .2s ease-in-out;
    transition: fill-opacity .2s ease-in-out;
}

.label {
    width: auto;
    /*margin-left: -100px;*/
    position: absolute;
    z-index: 500;
    text-align: left;
    margin: 10px;
    /*background: #E1E1E1;*/
    background: rgba(3,3,3,0.6);
    opacity: 0.9;
    padding: 2px;
    visibility: hidden;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    /*word-wrap: break-word;*/
}
.label a {
    color: white;
}

.label a:hover {
    color: lightblue;
}

.labelInner {
    padding: 3px 0px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
    opacity: 2.0;
    margin: 0px;
}

.labelLine {
    /*border: 2px solid gold;*/
}

.labelLine:hover {
    /* border: 2px solid gold; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.title {
    text-align: center;
    font-weight: bold;
    color: white;
    margin-left: 6px;
}

hr {
    border: 0;
    height: 1px;
    background: rgba(255,255,255,0.5);
}

.coorner {
    position: absolute;
    background-color: rgba(255,255,255,0.0);
    width: 10px;
    height: 10px;
    z-index: 103;
}

div#coorner-top-left {
    top: -2px;
    left: -2px;
    border-top: 2px solid rgba(255,255,255,0.7);
    border-left: 2px solid rgba(255,255,255,0.7);
}

div#coorner-top-right {
    top: -2px;
    right: -2px;
    border-top: 2px solid rgba(255,255,255,0.7);
    border-right: 2px solid rgba(255,255,255,0.7);
}

div#coorner-bottom-left {
    bottom: -2px;
    left: -2px;
    border-bottom: 2px solid rgba(255,255,255,0.7);
    border-left: 2px solid rgba(255,255,255,0.7);
}

div#coorner-bottom-right {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid rgba(255,255,255,0.7);
    border-right: 2px solid rgba(255,255,255,0.7);
}

div#reset {
    position: absolute;
    left: calc(50% - 150px);
    top: 12px;
    z-index: 1000;
    background: yellow;
    padding: 5px;
    cursor: pointer;
    width: 150px;
    text-align: center;
}

div#content-layer {
    display: block;
    position: absolute;
    width: 320px;
    height: 64%;
    top: 116px;
    right: 2.975%;
    opacity: 1;
    z-index: 500;
}

div#content-layer.closed {
    width: 0px;
}

.content-layer-menu {
    display: flex;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.content-layer-content.article-content {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 0px);
    padding: 15px 15px 35px 15px;
    width: calc(100% - 53px);
    float:  right;
    background: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content-layer-content.country-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 30px);
    padding: 15px;
    width: calc(100% - 53px);
    float: right;
    background: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content-layer-content .country-list-heading {
    margin-bottom: 10px;
    font-size: 1.2em;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}

.content-layer-content .country-list-heading:hover {
    opacity: 0.6;
}

.closed .content-layer-content.country-list {
    width: 0px;
    display: none;
}

.country-list-item {
    font-weight: bold;
    cursor: pointer;
    transition: color .25s ease-in-out;
    margin: 2px 0px;
    padding: 2px;
}

.country-list-item:hover {
    color: rgb(234, 75, 103);
}

div#content-layer-close-button {
    display: block;
    position:  absolute;
    width: 20px;
    height:  20px;
    right: 10px;
    top:  10px;
    cursor: pointer;
    z-index: 9999;
}

div#content-layer-close-button:after {
    content: url(../images/img_close-black.png);
    position: absolute;
    top: 0;
    left: 0;
}

.closed div#content-layer-close-button {
    display: none;
}

.detail-flag {
    position:  absolute;
    top: -162px;
    left: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 55px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    background-color: rgb(255, 255, 255);
    cursor:  pointer;
}

.detail-flag svg {
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.closed .detail-flag {
    top: -55px;
    left: -45px;
    border-bottom-right-radius: 5px;
}
.no-country-selected {
    cursor: default;
}

.no-country-selected path {
    fill: rgb(175, 175, 175);
}

.no-country-selected line {
    stroke: rgb(175, 175, 175);
}

.country-list-button {
    background-color: rgb(234, 75, 103);
    position: absolute;
    top: -162px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 98px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 5px;
    cursor:  pointer;
    transition: background-color 0.3s ease-in-out;
}

.country-list-button:hover {
    background-color: #fff;
}

.country-list-button:hover .country-list-text {
    color: rgb(234, 75, 103);
}

.closed .country-list-button {
    top: -55px;
    left: -143px;
    border-bottom-left-radius: 5px;
}

.country-list-text {
    color: white;
    letter-spacing: 0.05em;
    transition: color 0.3s ease-in-out;
}

.images {
    width: 100%;
}

.article-content h1 {
    margin: 10px 0px; 
    font-size: 1.1em;
}

.article-content p {
    font-size: .85em;
}

.owl-carousel.map-image-slider.owl-loaded.owl-drag {
    height:  100%;
    width:  100%;
}

.owl-stage-outer {
    height:  100%;
    width:  100%;
}

.owl-stage {
    width:  100%;
    height:  100%;
}

.content-layer-content.article-content .cb-tex-image-container {
    display: none;
}

.content-layer-content .home-start-image-slider-item-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 13px;
}

.content-layer-content .home-start-image-slider-item-image {
    width:  100%;
    height: auto;
}

.content-layer-content .read-more {
    position: fixed;
    top: 74%;
    right: 2.975%;
    width: 267px;
    height: 85px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px -3px 15px 0px #b0b0b0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease-in-out;
}

.content-layer-content .read-more a {
    background-color: rgb(234, 75, 103);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.content-layer-content .read-more a:hover {
    background-color: #ffffff;
    color: rgb(234, 75, 103);
}

.content-layer-content .read-more #arrow {
    transition: all 0.35s ease-in-out;
}

.content-layer-content .read-more a:hover #arrow {
    fill: rgb(234, 75, 103);
}

.content-layer-content .read-more-color {
    background-color: rgb(234, 75, 103);
    /*box-shadow: 0px -3px 10px 0px rgb(234, 75, 103);*/
    box-shadow: none;
}

@media screen and (min-width: 568px) {
    div#content-layer,
    .content-layer-content .read-more {
        right: 2%;
    }
}

@media screen and (min-width: 768px) {
    div#content-layer,
    .content-layer-content .read-more {
        right: 2.25%;
    }
    .page-map img.logo.logo-spray {
        /*        margin-left: -210px;
                margin-top: -75px;
                height: auto;*/
        /* background-size: 320%; */
        width: auto !important;
    }

}

@media screen and (min-width: 1024px) {
    .page-map img.logo.logo-spray {
        width: 277px !important;
    }

    #map .leaflet-bottom {
        display: block;
    }

    div#content-layer {
        width: 350px;
        height: 75%;
        top: 90px;
    }
    .page-map .logo {
        left: 58px;
    }

    div#content-layer,
    .content-layer-content .read-more {
        right: 1.4%;
    }

    .detail-flag {
        top: -177px;
        left: 128px;
    }

    .country-list-button {
        top: -177px;
        left: 35px;
    }

    .content-layer-content .read-more {
        position: fixed;
        top: 79%;
        width: 297px;
    }

    .page-map .floating-text {
        display: none;
    }

    .content-layer-content.article-content {
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 30px);
        padding: 15px 15px 35px 15px;
        width: calc(100% - 53px);
        float:  right;
        background: white;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}

@media screen and (min-width: 1354px) {
    div#content-layer,
    .content-layer-content .read-more {
        right: calc((100vw - 1354px) / 2);
    }

    .page-map .logo {
        left: 48px;
        z-index: 9998;
        width: 16.6%;
    }
    .page-map img.logo.logo-spray {
        width: 377px !important;
        left: -41px;
    }
}














