body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Rubik', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

li,
li:hover {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

p {
    font-size: 14px;
}

.top-buffer {
    margin-top: 60px;
}

header#top_header {
    background-image: url("../img/top.jpg");
    height: 500px;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

header a img {
    max-width: 238px;
}

@media (min-width:575px) {
    header a img {
        max-width: 280px;
    }
}

body.home header#top_header {
    height: 100vh;
}

body.home header#top_header .scroll_to_down {
    bottom: 10px;
}

header#top_header.subpage {
    background-image: url("../img/subpage.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

header#top_header > .container .row {
    padding-top: 30px;
}

header#top_header .scroll_to_down {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    width: 44px;
    margin: 0px auto;
}

nav#main_nav ul {
    max-width: 460px;
    margin: 7px 0px 0px 0px;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin-left: auto;
}

nav#main_nav ul > li {
    list-style-type: none;
    padding: 0px 0px;
}

nav#main_nav ul > li > a {
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    display: block;
    padding: 6px 0px;
    overflow: hidden;
}

nav#main_nav ul > li > a:hover {
    color: #7e6626;
    text-decoration: none;
    border-bottom: 3px solid #7e6626;
    -webkit-transition: color 400ms ease;
    -moz-transition: color 400ms ease;
    -ms-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease;
    cursor: pointer;
}


#top-slider {
    margin: 0px;
    background: none;
    text-align: center;
}

#top-slider.h-100 {
    height: 78% !important;
}

#top-slider h2 {
    font-size: 2.0em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

#top-slider h2 span {
    font-size: 1.7em;
    color: #7e6626;
}

#top-slider h2 span.podstrona {
    font-size: 2.1em;
    color: #fff;
}

#top-slider a.more-link {
    display: inline-block;
    color: #0d1d3d;
    background: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    max-width: 344px;
    text-transform: uppercase;
    margin-top: 20px;
}

#top-slider a.more-link:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}


#offer {
    background: #fff;
    margin: 100px 0px;
}

#offer .title_offer {
    text-align: center;
    width: 100%;
    margin: 20px 0px 100px 0px;
}

#offer .title_offer h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: #11223e;
    font-size: 1.800em;
}

#offer .single_offer {
    text-align: center;
}

#offer .single_offer .icon_graffic {
    border: 3px solid #e5e5e5;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
}

#offer .single_offer .icon_graffic i {
    color: #11223e;
}

#offer .single_offer h4 {
    color: #11223e;
    font-size: 1em;
    margin: 20px 0px 0px 0px;
}

#offer .single_offer a:hover .icon_graffic {
    border-color: #11223e;
}

#offer .single_offer a:hover .icon_graffic i {
    color: #7e6626;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#offer .single_offer a {
    text-decoration: none;
}

#offer .single_offer a:hover h4 {
    color: #917d46;
    text-decoration: none;
}



#baner_offer {
    background: url('../img/oferta.jpg') no-repeat center;
    height: 419px;
    padding: 120px 0px 0px 0px;
}

#baner_offer h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    width: 100%;
}

#baner_offer h2 span {
    font-size: 2em;
    color: #7e6626;
}

#baner_offer p {
    width: 100%;
}

#baner_offer a.more-link {
    display: block;
    color: #fff;
    border: 3px solid #fff;
    padding: 20px 5px;
    border-radius: 30px;
    max-width: 300px;
    width: 100%;
    text-transform: uppercase;
    margin: 20px auto 0px auto;
    font-size: 1em;
    font-weight: 500;
}

#baner_offer a.more-link:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

#news {
    background: #fff;
    margin: 100px 0px;
}

#news .title_offer {
    text-align: center;
    width: 100%;
    margin: 20px 0px 100px 0px;
}

#news .title_offer h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: #11223e;
    font-size: 1.800em;
}

#news .article {
    margin: 30px 0px 30px 0px;
}

#news .article .date_article {
    color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 45px;
    text-align: center;
    padding: 28px 0px 0px 0px;
}

#news .article .date_article p {
    font-size: 0.875em;
    text-transform: uppercase;
    color: #7e6626;
    font-weight: 500;
}

#news .article .date_article p span {
    font-size: 2.000em;
    color: #11223e;
}

#news .article .article_content {
    font-size: 0.7em;
    padding: 0px 0px 0px 30px;
}

#news .article .article_content h2 {
    text-transform: uppercase;
    color: #7e6626;
    font-size: 1em;
}

#news .article .article_content p {
    color: #11223e;
    font-size: 1em;
}

#news .article .article_content a.more-link {
    text-decoration: none;
    color: #7e6626;
    font-size: 1em;
}

/* Oferta */
.offer-left img {
    border: 1px solid #949589;
    border-radius: 50px 24px 130px 37px;
    -webkit-box-shadow: -9px 8px 3px 0px rgba(163, 130, 45, 0.67);
    -moz-box-shadow: -9px 8px 3px 0px rgba(163, 130, 45, 0.67);
    box-shadow: -9px 8px 3px 0px rgba(163, 130, 45, 0.67);
}

.offer-right-text {}


#logo_slider {
    border-top: 3px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    min-height: 150px;
}


#conact_with_us {
    background: #fff;
    margin: 100px 0px;
}

#conact_with_us .title_offer {
    text-align: center;
    width: 100%;
    margin: 20px 0px 100px 0px;
}

#conact_with_us .title_offer h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: #11223e;
    font-size: 1.800em;
}


#conact_with_us .single_author {
    text-align: center;
    transition: all .2s ease-in-out;
}

#conact_with_us .single_author .picture {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

#conact_with_us .single_author .picture img {
    width: 78%;
    margin: 0px 0px 20px 0px;
    box-shadow: 0px 0px 8px 6px rgba(207, 207, 207, 1);
    border-radius: 50%;
    transition: all 1s ease-in-out;
}

#conact_with_us .single_author:hover {
    transform: scale(1.05);
    transition: all .5s ease-in-out;
}

#conact_with_us .single_author a {
    color: #11223c;
}



#conact_with_us .single_author h4 {
    font-size: 1.2em;
    color: #11223e;
    margin: 0px 0px 15px 0px;
}

#conact_with_us .single_author p {
    color: #7e6626;
    font-size: 1em;
}

#conact_with_us .single_author span {
    color: #b6b6b6;
}






#contact_us {
    background: url(../img/stopka.jpg) top center no-repeat;
    background-color: #11223e;
    min-height: 350px;
    padding: 100px 0px 0px 0px;
    border-bottom: 1px solid #385b7e;
}

#conact_with_us {
    background: #fff;
    margin: 100px 0px;
}

#contact_us .title_offer {
    text-align: center;
    width: 100%;
    margin: 20px 0px 100px 0px;
}

#contact_us .title_offer h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.800em;
}

#contact_us .contact_form {
    overflow: hidden;
    padding: 0px 0px 30px 0px;
}

#contact_us .contact_form form {
    width: 100%;
}

#contact_us .contact_form .top_values input {
    background: none;
    border: 2px solid #fff;
    border-radius: 20px;
    min-height: 55px;
    color: #fff;
    padding: 0px 20px;
    width: 100%;
}

#contact_us .second_values {
    overflow: hidden;
    margin-top: 35px;
}

#contact_us .second_values textarea {
    background: none;
    border: 2px solid #fff;
    border-radius: 50px;
    min-height: 205px;
    color: #fff;
    resize: none;
    padding: 40px 20px 0px 20px;
    width: 100%;
}

#contact_us .second_values input[type="submit"] {
    color: #11223e;
    border: 3px solid #fff;
    padding: 25px 20px;
    border-radius: 30px;
    max-width: 344px;
    width: 100%;
    text-transform: uppercase !important;
    margin: 55px auto 0px auto;
    font-size: 1.25em;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border-color: #fff !important;
    color: #fff !important;
    font-size: 0.7em;
}

span.wpcf7-not-valid-tip {
    font-size: 0.7em;
    margin: 8px 0px 0px 15px;
}

#contact_us .second_values button:hover {
    background: #000;
    color: #fff;
}

.button-take {
    display: inline-block;
    color: #ffffff;
    background: #0d1d3d;
    padding: 12px 22px;
    border-radius: 25px;
    max-width: 344px;
    text-transform: uppercase;
    margin: 20px 0;
    -webkit-box-shadow: 0px 7px 10px -7px rgba(40, 88, 201, 1);
    -moz-box-shadow: 0px 7px 10px -7px rgba(40, 88, 201, 1);
    box-shadow: 0px 7px 10px -7px rgba(40, 88, 201, 1);
    transition: 0.6s;
}

.button-take:hover {
    display: inline-block;
    color: #ffffff;
    background: #0d1d1d;
    padding: 14px 23px;
    transition: 0.6s;
}

@media (max-width:575px) {

    #footer p,
    ul li {
        text-align: left !important;
    }
}

@media (max-width:575px) {
    #footer ul {
        margin-bottom: 10px !important;
    }
}

#footer {
    background: #11223e;
    padding: 50px 0px 30px 0px;
}

#footer .footer__social ul {
    display: flex;
    flex-wrap: nowrap;

}

#footer .footer__social ul li {
    margin: 3px 23px 0px 0px;
    align-content: center;
}

#footer .footer__social ul li img {
    width: 40px;
    height: 40px;
}

@media(min-width:768px) {
    #footer .footer__social ul li img {
        width: 40px;
        height: 40px;
    }
}

#footer p,
ul li {
    font-size: 0.8em;
    color: #9ca6bf;
}

#footer a {
    font-size: 0.9em;
    color: #9ca6bf;
}

#footer h4 {
    font-size: 0.9em;
    color: #ffffff;
}

#footer ul {
    margin: 0px;
    padding: 0px;
}

#footer ul li {
    list-style-type: none;
    font-size: 0.9em;
}




#subpage {
    background: #fff;
    margin: 100px 0px;
}

#subpage ul li {
    color: #000000;
    cursor: context-menu;
    list-style-image: url('/wp-content/uploads/2019/11/star.png');
}


#subpage .title_offer {
    text-align: center;
    width: 100%;
    margin: 20px 0px 80px 0px;
}

#subpage .title_offer h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: #11223e;
    font-size: 1.800em;
}

#subpage .single_row {
    margin-bottom: 70px;
}

#subpage .single_row h4 {
    color: #11223e;
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
}

#subpage .single_row h4 span {
    text-transform: uppercase;
    color: #c2c2c2;
}

#subpage .single_row p {
    font-size: 0.9em;
    color: #000;
}


.wpls-logo-showcase .slick-dots {
    display: none !important;
}

.wpls-logo-showcase-slider-wrp {
    margin: 25px 0px 0px 0px !important;
}

.slick-prev,
.slick-next {
    display: none !important;
}

@media only screen and (max-width: 900px) {

    body.home header#top_header .scroll_to_down,
    header#top_header .scroll_to_down {
        bottom: 30px;
    }

    body {
        font-size: 0.8rem;
    }

    #offer .single_offer {
        margin-bottom: 50px;
    }

    .top-buffer {
        margin-top: 0px;
    }

    #offer .title_offer {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 770px) {

    #baner_offer,
    #top-slider {
        font-size: 0.5rem;
    }
}

@media only screen and (max-width: 540px) {
    #news .title_offer {
        margin: 20px 0px 33px 0px;
    }

    #top_header .logo {
        width: calc(100% - 75px);
        display: block;
    }

    #contact_us .contact_form {
        width: 90%;
        margin: 0px auto;
    }

    #contact_us .contact_form .top_values input {
        margin-bottom: 20px;
    }

    #contact_us .second_values button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #contact_us .wpcf7 input::placeholder {
        /* Firefox, Chrome, Opera */
        color: #ffffff;
    }

    #footer p {
        text-align: center;
    }

    #footer ul li {
        text-align: center;
    }

    #footer img {
        margin: 0px auto 30px auto;
        display: block;
    }
}

/* O nas page */
.about-us img {
    box-shadow: 0 22px 38px 4px rgba(160, 158, 158, 0.75);
    -webkit-box-shadow: 0 22px 38px 4px rgba(160, 158, 158, 0.75);
}

.about-us span {
    margin-left: 18px;
    color: #c9cbd1;
    padding-bottom: 5px;
    display: block;
}

@media(max-width:792px) {
    .about-us img {
        max-height: 228px;
        margin-bottom: 50px !important;
    }
}

.about-us h2::before {
    content: '';
    border-left: 5px solid #d0a932;
    margin-right: 15px;
}

/* Special Gold */
.special-gold {
    display: flex;
    text-align: justify;
}

.special-gold:before {
    content: '';
    border-left: 3px solid #c1ab72;
    margin-right: 20px;
    margin-left: 20px;
}

/* responsive menu */
#responsive-menu {
    margin-top: 30px !important;
    font-family: 'Rubik', sans-serif;
}

.quotes {
    border-top: 1px solid #e2e2e2;
}

.quotes .quote__sec span {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
}

.quotes .quotes__sec p {
    display: block;
}

.quotes .quotes__sec p {
    display: block;
}

.quotes .quote__sec {
    margin-top: 40px;
}

.quotes .quote__sec hr {
    float: left;
    width: 56px;
    margin-right: 20px;
    line-height: 16px;
    margin-top: 12px;
}

#responsive-menu-container {
    max-width: 300px !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link,
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-color: #7e6626 !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover {
    background-color: transparent !important;
}
