
.starter-template {
    padding: 3rem 2.5rem;
    color: #fff;
    width: 600px;
    margin-top: 90px;
}

.navbar {
    background-color: #ededed;
    height: 100px;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.nav {
    border: none;
}


.header-paragraph {
    margin-top: -1px;
    margin-bottom: 2rem;
    line-height: 1.2rem;
    float: right;
    font-size: 1.2rem;
    padding: 20px;
    background-color: rgb(12, 205, 202);
    font-weight: bold;
}

.button-iot {
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid var(--color-secondary);;
    color: var(--color-secondary);;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    margin-right: 5px;
    line-height: 16px;
    height: 38px;
}

.btn-mobile{
    width: 100px;
    padding: 0;
}

.btn-mobile-sm{
    display: none;
    width: 34px;
    padding: 0 !important;
}

.app-text{
    display: none;
}

.nav-icon{
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.login-btn{
    background-image: url("../img/login.svg");
}

.logout-btn{
    background-image: url("../img/logout.svg");
}

.register-btn{
    background-image: url("../img/register.svg");
}

.password-btn{
    background-image: url("../img/password.svg");
}

.profile-btn{
    background-image: url("../img/profile.svg");
}

.explore-btn{
    background-image: url("../img/explore.svg");
}

.button-iot:hover {
    background-color: rgba(255, 255, 255, .2);
    color: var(--color-primary);
    text-decoration: none;
    cursor: pointer;
}

.button-iot:focus,
.button-iot:visited {
    text-decoration: none;
    color: var(--color-primary);
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
}


.icon-locations{
    background-image: url('../icons/locations.svg');
}




@media (min-width: 1441px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin: 0 15%;
    }
}

.leaflet-container {
    height: 100%;
    width: 100%;
    position: relative;
    margin: auto;
}

.scroll-info {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    display: none;
    transition: all .3s ease-out;
}

.leaflet-control-container {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 485px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 15px 0 15px;
    pointer-events: none;
}

.leaflet-control-zoom {
	pointer-events: all;
}

@media only screen and (max-width: 835px) {
    .leaflet-control-container {
        top: 80px;
        left: 0;
        margin: 15px 5px 0 5px;
    }
}

foreignObject{
    overflow: visible;
}


.sensor text {
    fill: white;
}





.minMax {
    stroke: white;
    stroke-dasharray: 3, 3;
}



#toggle-graph {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    margin-left: 10px;
}


#toggle-graph:hover {
    background-color: var(--color-primary-action);
    border-color: var(--color-primary-action);
}

.icon-faded{
    opacity: 0.3;
}

.popup-axis line, .popup-axis path {
    stroke: white;
}


.map-extension{
    padding: 20px 70px;
    background-color: #000;
}

.wwh-container,
.participate-container,
.footer-container{
    margin: 0;
    padding: 50px 0;
    background-color: #eee;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.participate-container{
    background-color: #fff;
}

.footer-container{
    background-color: #282828;
}

.img-map-skopje{
    width: auto;
    height: auto;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img-map-skopje img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 400px;
}

.participation-block{
    min-height: 490px;
    position: relative;
}

.h4-custom {
    font-weight: normal;
    text-transform: uppercase;
}

.h3-custom-participate{
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
    margin: 2rem 0;
    letter-spacing: 2px;
    text-align: center;
}

.p-participate {
    text-align: center;
    padding: 0 1rem;
    margin: 0;
}

.participate-buttons{
    margin-bottom: 50px;
}

.btn-participate {
    text-transform: uppercase;
    width: 80%;
    height: 60px;
    background-color: #048e8c;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 10px;
    border: none;
}

a.link-position:hover {
    text-decoration: none;
}


a.link-position > .btn-participate:hover {
    background-color: #065f60;
    cursor: pointer;
}

a.link-position > .btn-participate:focus {
    outline-color: #fff;
}

a.link-position > .btn-participate:active {
    outline-color: #fff;
}

.link-position {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.p-custom {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: 30px;
}
.col-custom {
    padding: 20px;
    margin-top: 30px;
}
.row-center{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.participate-container-top,
.participate-container-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.participate-container-top {
    margin-top: 7rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
}

.participate-container-bottom {
    margin-top: 0rem;
    margin-bottom: 7rem;
    margin-left: 0rem;
    margin-right: 0rem;
}


.icon-bg {
    position: relative;
    background-color: var(--color-primary);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
}

.icon-bg:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}


.icon-connect:after{
    background-image: url('../img/pasted-svg-6379x94.svg');
}

.icon-hack:after{
    background-image: url('../img/pasted-svg-1346x65.svg');
}

.icon-inspire:after{
    background-image: url('../img/pasted-svg-18443x221.svg');
}

.custom-footer {
    margin: auto;
    background-color: #282828;
}

.footer-p {
    color: #fff;
    font-size: 0.8rem;
}

.h-style {
    font-weight: bold;
    color: #048d8b;
}

.app-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.partners-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.app-footer {
    width: 150px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}

.app-footer:hover{
    background-color: rgba(255, 255, 255, .3);
}

.contact-custom {
    margin-top: 3rem;
}

.footer-hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #6DFDCC;
}

.h4-style-partners {
    text-align: center;
    margin-bottom: 5rem;
    margin-top: 5rem;
    color: #6dfdcc;
}

.partners-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-bottom: 2rem;
}

/*
.logo {
    height: 38px;
 }

.logo img{
    height: 100%;
}

.logo-position {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-bottom: -195px;
    padding: 20px;
    padding-left: 20%;
}
*/

/*h1 {*/
    /*display: block;*/
/*}*/

/*h1 > span {*/
    /*background-color: #000;*/
    /*padding: 0 10px ;*/
/*}*/

/*h1 > span.highlight {*/
    /*color: rgb(12, 205, 202);*/
/*}*/

.logo-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-bottom: 1rem;
}

.logo-wave {
    height: 100px;
}

.powered-by {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0;
    margin: 0;
}



#svgGraph{
    overflow: visible !important;
}

foreignObject{
    background-color: rgba(67, 67, 67, .7);
    width: 450px;
    overflow: visible !important;
}

.tab-content{
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    bottom: 0;
}

.mapSideTitlePanel {
    position: relative;
    margin: 0px;
    padding: 5px;
    text-align: center;
}

#measureDescription {
    font-size: 12px;
    font-weight: 100;
}

#measureDescriptionSmall {
    display: none;
    font-size: 12px;
    text-align: center;
}

.avgClass{
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.avgClass span{
    font-size: 20px;
}

.rotate {
    -webkit-transform: rotate(180deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(180deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(180deg);  /* IE 9 */
    -o-transform: rotate(180deg);  /* Opera 10.50-12.00 */
    transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.mapSideContentPanel {

    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 100;
}

.mapSideContentPanel:last-child{
    padding-top: 0;
}



.chart-btn-group{
    position: absolute;
    top: 5px;
    right: 0;
}



.avg-readings td{
    border: 1px solid var(--color-invert);
}

.disclaimer{
    color: #fff;
    font-size: 0.8rem;
    margin-top: 5px;
}

.disclaimer span{
    font-weight: bold;
    color: #6dfdcc;
}

#popupTableAvgData td, #tableAvgData td {
    text-align: center;
    opacity: 0.7;
}

.mapContent {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #2b2d2f;
}

.faArrow {
    width: 57px;
    display: block;
    text-align: center;
    color: rgb(12, 205, 202);
    font:normal 45px 'FontAwesome';
    line-height:57px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

}
.fa-angle-double-down:before {content: "\f103";}

.bounce {
    width: 60px;
    height: 60px ;
    border: 2px solid rgb(12, 205, 202);
    margin-top: 25px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;

}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.mapPanel {
    right: 18px;
    width: 120px;
    height: 90px;
    background-color: #383a3c;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    opacity: 0.8;
    text-align: center
}

.mapPanel p{
    padding: 0;
    margin: 4px;
}

#graph-info{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
}



.hrClass {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #e4dfe3;
    margin-left: 5px;
    margin-right: 5px;
}

.svgLegend {
  height: 30px;
}


#saveSensors{
    background-color: #03c9ca;
    border-color: #03c9ca;
}

#dialogSensorsSelection .btn-default,
#dialogSensorsSelectionExplorer .btn-default{
    background-color: #ddd;
}

.checkbox input[type=checkbox] {
    display:none;
}
.checkbox input[type=checkbox] + label:before {
    font-family: FontAwesome;

}

.checkbox input[type=checkbox] + label:before {
    content: "\f096";
    color: var(--color-secondary);
    margin-right: 12px;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\f046";
    color: var(--color-secondary);
    margin-right: 10px;
}

.content .row {
    -webkit-box-sizing: border-box;
}

.content .row .col-sidebar small {
    color: #929292;
}

.col-main {
    -webkit-box-sizing: border-box;
    width: 65%;
    float: left;
}

.col-sidebar {
    -webkit-box-sizing: border-box;
    width: 35%;
    float: left;
    padding: 0 0 0 30px;
}

.content .row .col-sidebar small {
    color: #929292;

}

#average-values .card{
    border: transparent;
    background-color: #03c9ca;
    color: #FFFFFF;
    border-radius: 7%;
    display: inline-block;
    min-width: 151px;
}

#average-values .card .card-header{
    border-color: #03c9ca;
    background-color: #03c9ca;
    color: #FFFFFF;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
}

#average-values .card .card-block{
    background-color: #08A5A6;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
}


.logo-circle{
    width: 150px;
    margin: 2% 0 0 10%;
}

.logo-circle img{
    width: 100%;
}


@media (max-width: 1441px) {
    .logo-position {
        padding-left: 10px;
    }
}

@media (max-width: 830px){
    .main-nav{
        padding: 0;
    }
    .logo{
        margin-left: 10px;
    }
    .container{
        width: 100%;
        margin: 200px auto 0 auto;
        padding: 40px;
    }
    .logo-circle{
        width: 120px;
        margin: 2% 0 0 5%;
    }
}

@media (max-width: 767px){
    .participation-block{
        min-height: unset;
    }
    .link-position{
        position: unset;
    }
    .btn-participate{
        margin: 0 auto 5rem auto;
    }
}

@media (max-width: 640px) {
    .btn-mobile{
        display: none;
    }

    .btn-mobile-sm{
        display: inline-block;
    }

    .button-iot{
        margin-right:0;
    }
}

@media (max-width: 570px){

    .avgClass{
        margin-top: 0px;
    }

    .mapContent{
        position: initial;
    }
    #measureDescription{
        display: none;
    }
    #measureDescriptionSmall{
        display: block;
    }
    .main-nav{
        padding: 10px;
    }
    .main-nav{
        padding: 0;
    }
    .logo {
        width: 100%;
        height: 100%;
    }
    .logo img {
        width: auto;
        height: 50px;
        padding: 10px 30px;
    }


    .button-iot{
        width: 100%;
        border: none;
        text-align: left;
        padding-left:30px;
    }
    .btn-mobile-sm{
        margin-left: -5px;
        width: 25px;
    }
    .app-text{
        display: inline-block;
    }
    .menu-open {
        top: 50px !important;
    }

    .mapSideTitlePanel{
        max-height: 60px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .svgLegend{
        display: none;
    }
    .pics-box {
        height: 400px;
    }


    /* pins popup restructure */

    /*
    .leaflet-popup-close-button {
        position: absolute;
        right: 10px;
        color: #fff;
        font-size: 25px;
    }
    .leaflet-popup-close-button:hover{
        color: #fff;
    }
    .leaflet-popup-pane{
        width: 100%;
    }
    .leaflet-popup {
        width: 96%;
        margin-left: 2%;
        margin-top: 20px;
    }
    .leaflet-popup-content-wrapper {
        background-color: rgb(66, 66, 66) !important;
        -webkit-border-radius: .3rem !important;
        -moz-border-radius: .3rem !important;
        border-radius: .3rem !important;
    }
    .leaflet-popup-content{
        width: 90% !important;
    }
    .popup-font-color {
        font-size: 12px;
    }
    .leaflet-popup-tip-container{
        display: none;
    }*/
    .hr-border{
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    #graphPopup svg {
        width: 100% !important;
    }

    .logo-circle{
        width: 100px;
    }
    .container{
        margin: 130px auto 0 auto;
    }
}



.popup-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .4);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out;
}
.popup-box .leaflet-popup{
    transform: unset !important;
    left:0 !important;
    top: 0 !important;
    bottom: unset !important;
}

div.awesome-marker span {
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: bold;
}


/* awesome markers resize */
@media (max-width: 570px) {
    .awesome-marker {
        background: url('../leaflet/images/markers-soft@2x.png') !important;
        background-size: 547px 35px !important;
        background-repeat: no-repeat !important;
        width: 27px !important;
        height: 35px !important;
        margin-top: -30px !important;
        margin-left: -12px !important;
    }
    .awesome-marker-shadow {
        background: url('../leaflet/images/markers-shadow@2x.png') !important;
        background-repeat: no-repeat !important;
        background-position: bottom right !important;
        background-size: 20px 16px !important;
    }

    .awesome-marker i {
        margin-top: 8px !important;
        margin-right: 0px !important;
        font-size: 10px !important;
    }

    .awesome-marker .icon-white {
        color: #fff;
    }

    /* Colors */
    .awesome-marker-icon-red {
        background-position: 0 0 !important;
    }

    .awesome-marker-icon-darkred {
        background-position: -136px 0 !important;
    }

    .awesome-marker-icon-lightred {
        background-position: -273px 0 !important;
    }

    .awesome-marker-icon-orange {
        background-position: -27px 0  !important;
    }

    .awesome-marker-icon-beige {
        background-position: -301px 0 !important;
    }

    .awesome-marker-icon-green {
        background-position: -54px 0 !important;
    }

    .awesome-marker-icon-darkgreen {
        background-position: -191px 0 !important;
    }

    .awesome-marker-icon-lightgreen {
        background-position: -328px 0 !important;
    }

    .awesome-marker-icon-blue {
        background-position: -82px 0 !important;
    }

    .awesome-marker-icon-darkblue {
        background-position: -164px 0 !important;
    }

    .awesome-marker-icon-lightblue {
        background-position: -356px 0 !important;
    }

    .awesome-marker-icon-purple {
        background-position: -109px 0 !important;
    }

    .awesome-marker-icon-darkpurple {
        background-position: -219px 0 !important;
    }

    .awesome-marker-icon-pink {
        background-position: -383px 0 !important;
    }

    .awesome-marker-icon-cadetblue {
        background-position: -246px 0 !important;
    }

    .awesome-marker-icon-white {
        background-position: -438px 0 !important;
    }

    .awesome-marker-icon-gray {
        background-position: -493px 0 !important;
    }

    .awesome-marker-icon-lightgray {
        background-position: -465px 0 !important;
    }

    .awesome-marker-icon-black {
        background-position: -519px 0 !important;
    }
}

/* IE10+ styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn-data:after{
        background-size: 70%;
    }
    .img-map-skopje img{
        max-width: inherit;
        max-height: inherit;
        min-width: 300px;
    }
    .wwh-container .text-center{
        margin-top: 10%;
    }
    .img-map-skopje,
    .footer-container > div{
        margin-top: 10%;
    }
    .logo-ttn{
        display: block;
        position: relative;
    }
    .logo-ttn img{
        position: absolute;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 1500px), (-ms-high-contrast: active) {
    .img-map-skopje,
    .footer-container > div{
        margin-top: 15%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 1300px), (-ms-high-contrast: active) {
    .img-map-skopje,
    .footer-container > div{
        margin-top: 20%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 1000px), (-ms-high-contrast: active) {
    .img-map-skopje,
    .footer-container > div{
        margin-top: 15%;
    }
}
/* mobile view EI10+ styles */
@media all and (-ms-high-contrast: none) and (max-width: 767px) and (min-width: 572px), (-ms-high-contrast: active) {
    .img-map-skopje{
        margin-top: 0;
        height: 200px;
    }
    .img-map-skopje img{
        height: 100%;
    }
}

@media all and (-ms-high-contrast: none) and (max-height: 750px), (-ms-high-contrast: active) {
    .wwh-container .text-center{
        margin-top: 5%;
    }
}
