body, p{
    margin: 0;
    padding: 0;
}

p{
    margin: 0;
    padding: 0;
}

/* Wells */
.well-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.well-45{
    padding-top: 45px;
    padding-bottom: 45px;
}
.well-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.well-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.well-45-0{
    padding-top: 45px;
    padding-bottom: 0px;
}
.well-30-0{
    padding-top: 30px;
    padding-bottom: 0px;
}
.well-15-0{
    padding-top: 15px;
    padding-bottom: 0px;
}
.well-0-45{
    padding-top: 0px;
    padding-bottom: 45px;
}
.well-0-30{
    padding-top: 0px;
    padding-bottom: 30px;
}
.well-0-15{
    padding-top: 0px;
    padding-bottom: 15px;
}

/* Menu desktop */
.menu_desktop ul{
    height: 45px;
}
.menu_desktop ul,
.menu_desktop li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu_desktop li{
    display: inline-block;
}

.menu_desktop li a{
    display: block;
    text-decoration: none;
    color: initial;
    padding: 0px 20px;
    overflow: hidden;
    margin: 10px 0;
}

.menu_desktop li:first-child a span{
    min-width: 105px;
}

.menu_desktop li a span{
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.menu_desktop li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.menu_desktop li a.active span{
    font-weight: 700;
}

.menu_desktop li a:hover span,
.menu_desktop li a:focus span{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


.menu_desktop{
    padding: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease all;
    z-index: 100;
}

.menu_desktop.top-fixed{
    box-shadow: none;
}

.menu_desktop.top-fixed li a{
    color: white;
}

.menu_desktop.yes-fixed{
    background-color: white;
}

/* Between */
.between{
    position: relative;
}

.between__bg{
    background-image: url('../img/calculator.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Header */
.header__background{
    background-image: url('../img/header/bg.jpg');
    background-size: cover;
    background-position: center center;
    padding: 200px 0;
    position: relative;
    z-index: 0;
}

.header__background:after,
.between:after{
    content: ' ';
    background-color: #23477d;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* Tabele CMS */
.table-form{
    width: 400px;
    margin: auto;
}

.button{
    min-width: 100px;
    margin: 5px;
}

.btn-light{
    border: 1px solid #dedede;
}

#map{
    min-height: 400px;
}

#mapa{
    position: relative;
}

a.map-button{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 475;
    background-color: white;
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #848484;
    color: #3c3c3c;
    text-decoration: none;
}

.header__background h1,
.header__background h2,
.header__background h3,
.header__background h4{
    margin: 0;
}

.header__background h2{
    margin-top: -8px;
    margin-bottom: 5px;
}

.footer__copyright p{
    font-size: 12px;
}

/* Fader */
.fader{
    margin-top: 25px;
    position: absolute;
    min-width: 500px;
}
.fader h3{
    background-color: #23477dd4;
    color: white;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 35px;
    box-shadow: 0px 0px 13px 0px rgb(8, 37, 78);
    user-select: none;
}

.fader a{
    position: absolute;
    top: 70px;
    left: 20px;
}


@media(max-width: 991px){
    .header__background h2{
        margin-top: 0;
    }
    .header__background{
        padding: 85px 0 20px;
    }
    .menu_desktop{
        background: black !important;
        height: 66px;
    }

    .menu_desktop{
        padding: 0;
    }

    .menu_desktop .container{
        padding: 0;
    }
    .menu_desktop ul{
        height: initial;
        position: relative;
        top: -200px;
        transition: 0.3s ease all;
    }

    .menu_desktop li a{
        color: white !important;
    }

    .menu_desktop li{
        all: unset;
        display: block;
        background-color: #000000;
        color: white;
        padding: 1px;
        border: 1px solid #3a3737;
    }

    .menu_burger{
        display: inline-block;
        border: 2px solid #fff;
        padding: 8px;
        border-radius: 5px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .menu_burger > div{
        width: 30px;
        height: 3px;
        background-color: white;
    }

    .menu_burger > div:not(:first-child){
        margin-top: 8px;
    }
    
    .footer__info .col-md-6 .col-md-6{
        width: 50%;
    }

    .footer__info > .container > .row > .col-md-6{
        margin-top: 25px;
    }
}