body, html {
    height: 100%;
    scroll-behavior: smooth;
  }
.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rm-back {
    border-radius: 0px 0px 165px 165px;
}

.navbar-brand img{
    width: 160px;
    top: 0;
}
.navbar-brand {
    width: 33%;
}
.h-image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /**    border-bottom: 2px solid #00a7d1; **/
}
/**
.active {
    border-top: 1px solid #00a7d1;
}
.nav-link:hover {
    border-top: 1px solid #00a7d1 !important; 
}
**/
.article {
    padding: 20px;
}
.h-div {
    padding-top: 29%;
}
.wave-left {
    float: left;
    text-align: center;
}
.wave-right {
    margin-top: 300px;
    float: right;
    text-align: center;
}
.fixed {
    top: 0;
    width: 100%;
    background: #fff;
}
.toggler {
     width: 500px; height: 200px; position: relative; 
}
#button { 
    padding: .5em 1em; text-decoration: none; 
}
#effect { 
    width: 240px; height: 170px; padding: 0.4em; position: relative; 
}
#effect h3 { 
    margin: 0; padding: 0.4em; text-align: center; 
}
.ui-effects-transfer { 
    border: 2px dotted gray; 
}
.up {
    bottom: 0;
    position: fixed;
}
.up a {
    float: right;
    margin: 25px;
    color: #303030;
}
.up a:hover {
    border: 0px;
}
.omnie{
    height: 1000px;
}
.about-me {
    list-style: none;
    padding: 0;
}
.about-me li {
    vertical-align: top;
    display: inline-block;
    width: 25%;
    margin: 10px 5px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.about-me li:before {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Material Icons';
    content: '\E8E8';
    color: #fff;
    font-size: 40px;
    }
.about-me li:nth-child(even) {
    background: #00a7d1; 
}
.about-me li:nth-child(odd) {
    background: #a864a8; 
}
.about-me li div {
    color: rgba(255, 255, 255, 0.6);
}
.aboutme {
    float: left;
    width: 50%;
    max-width: 100%;
    min-width: 300px;
}
.mapouter{
    text-align:center;
    height:500px;
    width:100%;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:500px;
    width:100%;
}
.form-back
{
    background: #00a7d1;
    height: 500px;
    padding: 25px;
    color: #fff;
    border: 5px solid #00a7d1;
    border-radius: 10px;
}
.form {
    float: left;
    width: 45%;
}
.form-info{
    float: left;
    width: 45%;
}
.form-info img {
    background-color: #fff;
}
.footer {
    bottom: 0;
    height: 60px;
    background-color: #a864a8;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.ta {
    border-left: 1px solid #888;
    height: 100%;
}
.oferta-bg {
    background-image: url("/admin/theme/img/tlo-oferta.jpg");
}

@media screen and (max-width: 768px) {
    .aboutme {
        float: none;
        display: contents;
    }
    .form-back {
        height: auto;
        display: grid;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }
    .navbar-brand img{
        width: 140px;
        top: 0;
    }
    .form-info, .form {
        width: 100% !important;
        float: none;
    }
    .form-info img {
        background-color: #fff;
    }
    .about-me li {
        width: 44%;
    }
  }