@import "components/call_to_afiszmedia.css";

:root {
    --main-font-dark-color: #161616;
    --main-font-white-color: #fff;
    --main-container-color: #fff;
    --main-body-color: #fff;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--main-font-dark-color);
    padding-top: 90px;
}

button[type="button"], button[type="submit"], input[type="submit"],
input[type="submit"]:active, button[type="button"]:hover, input[type="submit"]:focus,
button[type="submit"]:hover, button[type="button"]:active, button[type="submit"]:active,
button[type="button"]:focus, button[type="submit"]:focus, button,
button:focus, button:hover, button:active {
    border: none !important;
    border-radius: 0;
    box-shadow: 0 0 0 0 !important;
    cursor: pointer;
    text-decoration: none;
}

a, a:hover {
    text-decoration: none;
}

input[type="text"], input[type="email"], textarea {
    border-radius: 0 !important;
    color: var(--main-font-dark-color);
}

input[type="text"]::placeholder, input[type="email"]::placeholder, textarea {
    color: #6c757d!important;
    border: #ced4da;
    opacity: 1;
}

input:focus, textarea:focus {
    color: #495057 !important;
    background-color: #fff !important;;
    outline: 0 !important;;
    box-shadow: 0 0 0 .0rem rgba(212, 55, 55, 0.4);
    border: 1px solid !important;;
}

/*ogólne*/
.form-section {
    padding: 40px 0 30px 0;
    margin: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 70px;
    background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {
    .form-section {
        padding: 20px 0 30px 0
    }
}

.form-closer {
    border: 1px solid transparent;
    color: var(--main-font-white-color) !important;
    font-size: 24px;
    height: 90px;
    padding: 0 20px;
    top: 0;
    margin-right: -15px;
}

.form-closer i {
    color: var(--main-font-white-color);
    font-size: 30px !important;
    position: relative;
    top: -1px;
    padding-top: 28px;
}

.form-closer:hover, .form-open:hover {
    cursor: pointer;
}

.small-closer {
    width: 100%;
    padding-top: 10px;
    color: var(--main-font-white-color);
    text-align: center;
    font-size: 14px;
}

.small-closer:hover {
    cursor: pointer;
}

.form-open {
    border: 1px solid transparent;
    height: 90px;
    padding: 0 20px;
    top: 0;
    margin-right: -15px;
}

.form-open i {
    color: var(--main-font-white-color);
    font-size: 30px !important;
    position: relative !important;
    display: block !important;
    left: 0 !important;
    padding-top: 28px;
}

.red {
    color: #c42a2a;
    padding-right: 10px;
    font-size: 20px !important;
}

.clear {
    clear: both;
}

.no-padding {
    padding: 0 !important;
}

.img-bg {
    background-size: cover;
    display: block;
    background-position: 50% 50%;
    overflow: hidden;
    min-height: 277px;
}

.img-bg-error {
    background-size: cover;
    display: block;
    background-position: 50% 50%;
    overflow: hidden;
    min-height: 603px;
}

.menu-circle-error {
    padding-top: 9px;
    color: #c42a2a;
    font-size: 16px !important;
    margin: 0 5px;
}

hr {
    background: rgba(255, 255, 255, 0.4);
}

.main-title {
    font-size: 22px !important;
    font-family: 'Comfortaa', cursive;
}

@media (max-width: 991px) {
    .form-open, .form-closer {
        right: 38%;
        height: 70px;
        position: absolute;
        margin-right: 0;
    }

    .note {
        right: 26% !important;
    }

    .form-closer i, .form-open i {
        padding-top: 18px;
    }
}

@media (max-width: 400px) {
    .form-open, .form-closer {
        padding: 0 10px;
    }
}

@media (max-width: 400px) {
    .form-open, .form-closer {
        right: 38%;
    }

    .note {
        right: 22% !important;
    }
}

.hovereffect-1 .overlay a.info {
    background: white;
    color: var(--main-font-dark-color);
}

/*INDEX*/

/*nav*/

@media (min-width: 991px) {
    #mainNav, .navbar-nav {
        height: 90px;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 70px;
    }

    .navbar-collapse {
        margin-top: -2px;
    }

    .navbar-brand img, .navbar-brand {
        height: 60px !important;
    }

    .navbar-brand, .navbar {
        height: 70px;
    }

    .navbar-nav {
        margin-right: 0 !important;
    }

    .navbar {
        display: block !important;
    }

    .nav-item {
        padding: 7px 5px 0 5px !important;
    }
}

.navbar-nav {
    align-items: center;
    align-self: center;
}

.nav-item {
    padding: 25px 5px 15px 5px;
    position: relative;
}

.navbar-brand {
    height: 90px;
    padding-top: 0 !important;
}

.navbar-brand img {
    height: 90px;
}

.ml-auto {
    background: #313131;
}

.navbar-toggler {
    border-radius: 0;
    border: none;
    padding: .05rem .30rem;
}

.navbar-toggler i {
    font-size: 36px !important;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    cursor: pointer;
}

.navbar-toggler > .navbar-toggler-icon {
    color: var(--main-font-white-color);
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--main-font-white-color);
    font-size: 16px;
    padding: 9px;
}

.dropdown-item:hover::after, #navbarDropdown.nav-link:hover::after, .nav-link:hover::after {
    animation: menu-animate 0.4s forwards;
}

#navbarDropdown.nav-link.dropdown-toggle:active {
    background: red
}

#navbarDropdown.nav-link.dropdown-toggle:focus {
    background: #333;
}

#navbarDropdown.nav-link.dropdown-toggle::after {
    border: none !important;
    position: relative;
    left: -5px;
}

#navbarDropdown.nav-link.dropdown-toggle img {
    margin-right: 0px !important;
}

.dropdown-item:hover {
    background: none;
}

.dropdown-menu.text-center.show {
    position: absolute;
    top: 0;
    left: -13px;
    padding: 0;
    min-width: 146px;
}

@keyframes menu-animate {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.navbar-collapse {
    text-align: center;
}

.nav-scroll {
    height: 60px;
}

/* notes */
.note {
    width: 40px;
    height: 40px;
    background: #c42a2a;
    border-radius: 100%;
    position: absolute;
    margin-left: 15px;
    right: 0.5%;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.note .note-img {
    color: var(--main-font-white-color);
    font-size: 22px;
}

.note:hover, .note-img:hover, .note-counter:hover {
    cursor: pointer;
    filter: brightness(70%);
    transition: .4s;
}

.note-counter {
    background: lightslategrey;
    position: absolute;
    border-radius: 45%;
    color: var(--main-font-white-color);
    text-shadow: 1px 1px 1px black;
    left: 24px;
    bottom: 27px;
    text-align: center;
    font-size: 13px;
}

.span-note-counter {
    padding: 0 6px;
}

@media (max-width: 575px) {
    .note {
        margin-left: 0;
    }
}

/* wyszukiwarka */
.search-title {
    color: var(--main-font-white-color);
    text-align: center;
}

/* SVG BUTTONS ANIMATE */

.hovereffect-1 {
    width: 220px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    height: 100px;
}

.hovereffect-1 .overlay {
    width: 250px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s ease-in-out
}

.hovereffect-1 h2 {
    text-transform: uppercase;
    color: var(--main-font-white-color);
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.hovereffect-1 a.info {
    text-decoration: none;
    display: inline-block;
    color: var(--main-font-white-color);
    background: grey;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 0 0;
    padding: 3px 11px;
    position: absolute;
    top: 25%;
    left: 21%;
    transform: translate(-50%, -50%);
}

.info-one {
    left: 66% !important;
}

.info-two {
    top: 61% !important;
    left: 44% !important;
}

.hovereffect-1 a.info:hover {
    box-shadow: 0 0 5px black;
}

.hovereffect-1:hover .overlay {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.hovereffect-1:hover a.info {
    opacity: 1;
}

.hovereffect-1:hover a.info {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.hovereffect-1:hover span > a > img {
    transform: scale(0.8);
    transition: all .3s
}

.svg-nav {
    padding: 5px 0 5px 0;
    margin: 0 !important;
}

.svg-title {
    margin: 0 !important;
    font-size: 18px;
    color: var(--main-font-white-color);
}

.svg-icon {
    -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
    filter: invert(100%);
}

.hovereffect-1:hover .svg-title {
    transition: all .3s ease-in-out;
    transform: scale(0.9);
    margin-top: 10px !important;
}

.main-color {
    background: var(--main-font-dark-color);
}

.hovereffect-1 > span > a > img {
    height: 50px;
    margin-top: 15px;
}

/*SVG BUTTON PHONE */
.dropdown > .dropdown-toggle {
    padding: 3px 5px 3px 5px !important;
}

.dropdown > .dropdown-toggle {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    padding-bottom: 11px;
    border-radius: 0 !important;
}

.dropdown > .dropdown-toggle img {
    width: 40px;
    margin-right: 10px;
}

.dropdown > .dropdown-toggle span {
    vertical-align: middle;
    padding-top: 11px;
}

.dropdown-menu {
    text-align: center;
    position: absolute;
    top: -3px;
    width: 80%;
    border-radius: 0;
    border: none;
    left: 6px;
}

.dropdown-toggle::after {
    display: none;
}

.btn-phone-menu {
    width: 100%;
    color: var(--main-font-white-color);
    border-radius: 0 !important;
}

.btn-phone-menu:hover {
    cursor: pointer;
}

.dropdown > .dropdown-toggle:focus {
    background-color: var(--main-font-white-color);
    transition: 0.5s;
    cursor: pointer;
}

.dropdown-toggle:hover .invert-img, .dropdown-toggle:active .invert-img, .dropdown-toggle:focus .invert-img {
    filter: grayscale(100%);
}

.dropdown-toggle:hover .invert-span, .dropdown-toggle:active .invert-span, .dropdown-toggle:focus .invert-span {
    color: var(--main-font-dark-color);
}

/* oferta polecane i najnowsze */

.cut-string {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes width {
    0% {
        width: 0px;
        width: 1%;
        left: 46%;
    }
    100% {
        width: 350px;
        width: 100%;
        left: 0;
    }
}

h4 > a {
    color: var(--main-font-dark-color);
}

/*formularz kontaktowy*/

.title-style-2 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--main-font-dark-color);
    font-weight: 100 !important;
}

.title-style-3 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--main-font-dark-color);
    font-weight: 100 !important;
}

.title-style-2 .title-under {
    display: block;
    margin: 5px 0;
}

.title-style-3 .title-under {
    display: block;
    margin: 5px 0;
}

.title-under {
    display: block;
    margin: 5px auto;
    background: rgb(196, 42, 42);
    height: 1px;
}

.title-style-2 .title-under::after {
    margin: 0;
    margin-top: 10px;
}

.title-under::after {
    content: '';
    display: block;
    width: 135px;
    background: inherit;
    height: 2px;
    margin: 0 auto;
    margin-top: 1px;
    float: left;
    border-radius: 3%;
}

/* GOOGLE MAPS */

#map {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

#mapTwo {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

#mapOffer {
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover;
}

.middle {
    left: 44px !important;
}

/* modal poleć znajomemu */

.modal-header .close {
    padding: 10px 0 15px 15px;
}

.modal-header .close:hover {
    cursor: pointer;
}

.modal-content, .modal-header {
    border-radius: 0 !important;
}

.close, .close:hover, .close:focus {
    color: var(--main-font-white-color);
    font-size: 40px;
    opacity: 1;
}

/*FOOTER*/

footer {
    background: #333;
    padding: 10px 0 7px 0;
}

.btn-social-icon {
    border-radius: 0 !important;
    margin: 0 14px 14px 14px;
    float: right;
    height: 40px !important;
    width: 44px !important;
}

.btn-social-icon span:hover {
    cursor: pointer;
}

.menu-circle {
    padding-top: 7px;
    color: #c42a2a;
    font-size: 8px !important;
    margin: 0 3px;
}

.footer-icons span > i {
    color: #c42a2a;
}

.footer-icons > span {
    display: inline-block;
}

.animated-line::after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #c42a2a;
    margin-top: 2px;
}

.animated-line:hover::after {
    animation: menu-animate 0.4s forwards;
}

.animated-line:hover {
    text-decoration: none !important;
    color: var(--main-font-white-color);
}

.margin-minus {
    margin-top: -62px;
}

.footer-text-color {
    color: var(--main-font-white-color);
}

@media (max-width: 464px) {
    div.d-no {
        display: none !important;
    }
}

/* serwisy */
.btn-twitter, .btn-facebook, .btn-google, .btn-youtube {
    background-color: transparent !important;
    border: 0 !important;
}

.fa-twitter:hover {
    color: #1ab7ea;
    transition: 0.5s;
}

.fa-facebook:hover {
    color: #29487d;
    transition: 0.5s;
}

.fa-instagram:hover {
    color: #3f729b;
    transition: 0.5s;
}

.fa-youtube:hover {
    color: #FF0000;
    transition: 0.5s;
}

.btn-social-icon > :first-child {
    line-height: 40px !important;
}

.fa-twitter, .fa-facebook, .fa-instagram, .fa-youtube {
    color: white;
}

.btn-fb-large, .btn-fb-large:hover {
    background: #29487d;
    color: var(--main-font-white-color);
}

.btn-gl-large {
    background: #d14836 !important;
    color: var(--main-font-white-color);
!important
}

.btn-tweet-large {
    background: #1da1f2 !important;
    color: var(--main-font-white-color);
}

.btn-fb-large > .fa-facebook {
    background: #29487d;
    color: var(--main-font-white-color);
}

.btn-tweet-large > .fa-twitter {
    color: var(--main-font-white-color);
    background: #1da1f2;
}

/* message */

.msg-box {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--main-font-white-color);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.msg-text {
    position: relative;
    width: 100%;
    margin: 15% auto;
    text-align: center;
    max-width: 400px;
    border: 1px solid white;
    padding: 10px;
}

.msg-text span {
    font-size: 20px;
    text-align: center;
}

/*modale do zgloszen*/

.offer-title {
    color: var(--main-font-white-color) !important;
    filter: none !important;
    margin: 0 !important;
}

.closer:hover {
    cursor: pointer;
}

.closer {
    float: right;
    font-size: 18px;
    color: var(--main-font-white-color);
    font-weight: bold;
}

.btn-box {
    margin-top: 15px;
}

.btn-box:hover {
    cursor: pointer;
}

/*mobile telefon*/

@media (max-width: 767px) {
    .phone-mobile {
        display: block !important;
    }
}

.phone-mobile {
    display: none;
    position: fixed;
    z-index: 10000;
    padding: 12px 16px 10px 16px;
    background: red;
    right: 12px;
    bottom: 12px;
    border-radius: 100%;
    box-shadow: 0 0 8px gray;
    border: 2px solid black;
}

.phone-mobile i {
    color: var(--main-font-white-color);
    font-size: 28px;
}

.phone-menu {
    display: none;
}


@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#mapOffer {
    background: white;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* klasa pokaz/ukryj okno cookie */
.hide-cookie-notice {
    display: none;
}

.image-thumb {
    background-color: white;
}

/* style inputa w paginacji */
.pagin-form {
    width: 25px;
    height: 20px;
    padding-top: 2px !important;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-right: 6px;
}

/* style przycisków i okna zgłoszenia oferty */
button.btn.btn-box {
    height: 150px;
    color: var(--main-font-white-color);
    box-shadow: 0 0 0 !important;
    width: 200px;
    white-space: normal;
}

button.btn.btn-box i {
    font-size: 60px;
    margin-bottom: 10px;
}

.modal-body hr {
    margin: 5px 0 15px 0;
}

.modal-body label {
    margin: 0;
}

.form-group label {
    font-size: 13px;
}

.item-404 {
    text-decoration: none;
    font-size: 20px;
}

#lang-nav {
    position: fixed;
    right: 0;
    z-index: 20;
    border: 1px solid hsl(0, 0%, 80%);
    cursor: pointer;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    color: var(--main-font-dark-color);
    background: #fff;
}

.nice-select, .nice-select .list {
    border-radius: 0 !important;
}

.contact-items {
    margin-top: 18px;
}

.contact-items .contact-item {
    margin-bottom: 15px;
    vertical-align: middle;
    font-size: 16px;
    display: flex;
    align-items: center;
    align-self: center;
}

.contact-items .contact-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgb(196, 42, 42);
    vertical-align: middle;
    margin-right: 15px;
    color: #fff;
    text-align: center;
}

.contact-items .contact-icon .fa {
    vertical-align: sub;
    font-size: 20px;
    margin-top: 7px;
}

@media (max-width: 767px) {
    .pull-sm-left {
        float: left !important;
    }

    .margin-minus {
        margin-top: 2px !important;
    }

    .img-bg-error {
        min-height: 500px;
    }
}

.switch {
    cursor: pointer;
    background: black;
    color: white;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 12px;
    text-align: center;
}

.rodoText, .complete {
    font-size: 12px;
}

.complete {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    position: relative;
    opacity: 0;
    left: 3px;
    cursor: pointer;
}

input[type="checkbox"] + .label-text::before {
    content: "\f096";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    cursor: pointer;
    margin-left: -16px;
    font-family: "FontAwesome";
}

input[type="checkbox"]:checked + .label-text::before {
    content: "\f14a";
    color: #1c1c1c;
    animation: effect 250ms ease-in;
}

/* style informacji o wirtualnym spacerze na liście ofert, w polecanych i najnowszych na głównej stronie*/
.virtual {
    position: absolute;
    right: -78px;
    width: 200px;
    text-align: center;
    transform: rotate(45deg);
    font-size: 14px;
    color: aliceblue;
    z-index: 1;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: -16px;
    padding-bottom: 2px;
}

.element {
    overflow: hidden;
}

#captcha{
    width: 150px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px
}

#captchaResult{
    border: 1px solid #aaa;
    width: 22px;
    text-align: center;
    padding: 1px;
}

.report #captcha{
    background-color: lightgray;
    padding: 6px;
    height: 36px;
}

#contactFriendForm #captcha, #contactAgentForm #captcha{
    background-color: #f2f2f2;
    border: 1px solid #999;
    height: 41px;
    padding: 8px;
}

.contact-form #captcha{
    background-color: #fff;
    border: 1px solid #999;
    padding: 5px;
}

#filter-section .nice-select span {
    font-weight: 700;
}

#filter-section .nice-select {
    color: #2b2b2b;
}