@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700&subset=latin-ext');
body,.filter-row input[type='text']{
    font-family: "Lato",sans-serif;
}
.navbar-top{
    background-color: white;
}
.navbar-top a{
   color:black;
}
.navbar-top p{
    color:black;
}
.navbar-top h1{
    color: #07668b;
    display:inline-block;
}
.slick-next.slick-arrow {
    transform: scale(2.5);
}
.slick-prev.slick-arrow {
    transform: scale(2.5);
}
.navbar-top .first-big-header {
font-weight: 900;
    text-transform: uppercase;
 }
.navbar-top .sec-big-header {
    text-transform: uppercase;
}
.navbar-top .main-header {
    text-transform: uppercase;
    background-color: #07668b;
    padding: 19px;
    color: white;
    font-size: 18px;
    margin-left: 13px!important;
}
@media only screen and (min-width: 700px){
    .navbar-top h1 {
        margin-left: 104px;
    }
}

@media only screen and (max-width: 575px){
    .navbar-top {
        height: 97px;
    }
    .navbar-top h1{
        margin-top:5px;
        margin-bottom:5px;
    }
}
@media (max-width: 767px){
    .sidebar {
        margin-top: 26px;
    }
}
@keyframes pulse-1 {
    0% {
        background-color: rgba(128, 128, 128, 0.3);
        height: 0px;
        width: 0px;
        left:60px;
        top: 60px;
    }
    25% {
        background-color: rgba(160, 160, 160, 0.3);
        height: 40px;
        width: 40px;
        left:40px;
        top: 40px;
    }
    50% {
        background-color: rgba(192, 192, 192, 0.3);
        height: 80px;
        width: 80px;
        left:20px;
        top: 20px;
    }
    100% {
        background-color: rgba(234, 234, 234, 0.3);
        height: 120px;
        width: 120px;
        left:0px;
        top: 0px;
    }
}

@keyframes pulse-2 {
    0% {
        height: 0px;
        width: 0px;
        left:60px;
        top: 60px;
    }
    30% {
        height: 40px;
        width: 40px;
        left:40px;
        top: 40px;
    }
    60% {
        height: 80px;
        width: 80px;
        left:20px;
        top: 20px;
    }
    100% {
        height: 120px;
        width: 120px;
        left:0px;
        top: 0px;
    }
}

.marker-container {
    /*background-color: #eee;*/
    border-radius: 50%;
    height: 46px;
    width: 46px;
    position: relative;
}

.marker-p-1 {
    height: 0px;
    width: 0px;
    /*background-color: rgba(128, 128, 128, 1);*/
    /*border-color: #999;*/
    border-radius: 50%;
    /*border-style: solid;*/
    /*border-width: 2px;*/
    position: absolute;
    top: 20px;
    left:20px;
    /*animation-name: pulse-1;*/
    /*animation-duration: 3s;*/
    /*animation-iteration-count: infinite;*/
}

.marker-p-2 {
    height: 0px;
    width: 0px;
    /*background-color: rgba(255, 255, 255, 1);*/
    /*border-color: #999;*/
    border-radius: 50%;
    /*border-style: solid;*/
    /*border-width: 1px;*/
    position: absolute;
    top: 25px;
    left:25px;
    /*animation-name: pulse-2;*/
    /*animation-duration: 3s;*/
    /*animation-iteration-count: infinite;*/
}

.nk-icon {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    /*height: 76px;*/
    /*width: 76px;*/
    height: 40px;
    width: 40px;
    position: absolute;
	border: 2px solid #07668b
}

.marker-active .nk-icon {
    border-color: red;
}

.marker-active .marker-p-1 {
    height: 0px;
    width: 0px;
    background-color: rgba(128, 128, 128, 0.4);
    /*border-color: #999;*/
    border-radius: 50%;
    /*border-style: solid;*/
    /*border-width: 2px;*/
    position: absolute;
    top: 0px;
    left:0px;
    /*animation-name: pulse-1;*/
    /*animation-duration: 3s;*/
    /*animation-iteration-count: infinite;*/
}

.marker-active .marker-p-2 {
    height: 0px;
    width: 0px;
    background-color: rgba(255, 255, 255, 0.4);
    /*border-color: #999;*/
    border-radius: 50%;
    /*border-style: solid;*/
    /*border-width: 1px;*/
    position: absolute;
    top: 0px;
    left:0px;
    /*animation-name: pulse-2;*/
    /*animation-duration: 3s;*/
    /*animation-iteration-count: infinite;*/
}
.object-title {
    font-weight: 800;
    height: auto;
    max-height:37px;
}
.object-description {
    font-size: 14px;
    height: 35px;
    max-height: 35px;
}
.object:hover {
    background-color: #07668b;
    transition: 0.2s ease-in-out;
    color: white;
}
.object-details-top-bar .object-details-title {
    background-color: #07668b;
    color: white;
    padding: 5px 10px;
}
.fa{
    color:#07668b;
}
.nk-tooltip{
    background-color: rgba(7,102,137,1) ;
    font-family: "Lato",sans-serif;
    border: none!important;
    border-radius: 0px!important;
}
.sidebar{
    background-color: white;
}
.filter-row input[type='text']{
    background-color:#fff;
}
.categories-list input[type='checkbox']:checked+label span::before{
    color:#07668b;
}

/*UKRYWANIE STATUSÓW*/
ul.nk-statuses {
    display: none !important;
}
