/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 21, 2020, 11:17:55 PM
    Author     : zgurbuz
*/

.logo_area img{
    background-color: #fff;
    padding: 3px;
    border-radius: 10px;
    box-shadow: 5px 5px rgba(255,255,255,0.3);
}

.live_preview {
    font-size: 12px;
}

.map_area.kroki {
    background-image: url('img/core-img/kroki.png');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.map_area.kroki a {
    width: 100%;
    height: 100%;
    display: block;
}