@import "/data/css/designer_custom.css";


.mt-20 {
    margin-top: 20px;
}

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

.mt-15per {
    margin-top: 15%;
}

.box-border {
    box-sizing: border-box;
}

.marginr-0 {
    margin-right: 0 !important;
}


.here {
    width: 66%;
}

.text-left {
    text-align: left !important;
}

.pad-20 {
    padding: 20px;
}

.despw {
    width: 100%;
    padding: 15px 0 !important;
}

.posts_container {
    margin-top: 35px;
}

.img-border {
    border: 1px solid #9b6954;
}

.designer-pages section {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.w-100 {
    width: 100% !important;
}


.special1 .vc_col-md-offset-1 {
    margin-left: 0 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.vc_custom_1498547122736 {
    padding-right: 6em !important;
    padding-left: 6em !important;
}

.vc_custom_1498554848222 {
    background-color: #9B6954 !important;
}

.vc_custom_1498555571881 {
    margin-top: 0.8rem !important;
}

.vc_custom_1494587623452,
.vc_custom_1498564177560 {
    background-color: #111 !important;
}

.accordion-item .title-block .icon.active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-item.accordion-item--with-shadow {
    padding: 0;
}

.accordion-item.accordion-item--with-shadow {
    padding: 20px;
    border: 1px solid #eff2f5;
    border-radius: 10px;
}

.accordion-item--with-shadow {
    -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .04);
}

.accordion-item .title-block .icon {

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.accordion-item .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.padrl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.padrl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.padrl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.content_wrap .jea:nth-child(n+1) .element-holder {
    padding-right: 10px;
    padding-left: 0 !important;
}

.content_wrap .jea:nth-child(2n) .element-holder {
    padding-left: 10px !important;
    padding-right: 0 !important;
}


.vc_custom_1498564470146 {
    margin-top: 0.2rem !important;
}

.vc_custom_1498564790482 {
    margin-top: 0.2rem !important;
}

.vc_custom_1498564020757 {
    margin-top: -0.5rem !important;
}

.vc_custom_1498564028454 {
    margin-top: -0.4rem !important;
}

.vc_custom_14985471227369 {
    padding-right: 2em !important;
    padding-left: 2em !important;
}

.w-33per {
    width: 33.3%;

}

.bg-responsive {
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.paddingEm {
    padding: 1em 0 0.5em
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.text-center {
    text-align: center !important;
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 24px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

.google-map {
    height: 500px;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442 !important;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .form-group > input:not([value=""]) + label,
.contact .form-group > input:focus + label,
.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.pt-0 {
    padding-top: 0 !important;
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.skrij.post_meta_item::after {
    display: none !important;
}


.position_rel {
    position: relative;
}

.nujnohref a {
    color: #FFFFFF;
    text-decoration: underline;
}

.nujnohref a:hover {
    color: #000000;
}

.hovernew blockquote a:hover {
    color: #000 !important;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;

}

.re-captcha.has-error > div {
    border: 2px solid #a94442 !important;
}


.sc_recent_news_style_news-portfolio [class*="column"] {
    padding-right: 0 !important;
}

hr {
    margin: 0;
}

.menu-item.menu-subitem {

    list-style-type: circle;

}

.nav-flex {
    max-height: 75% !important;
    margin: 45px 25px !important;
}

.ul-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    flex: 1 0 auto;
    height: 694px;
}

.ul-flex li {
    margin-right: 25px;
}

.menu-item.menu-subitem a {
    padding-left: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 1.25em !important;
    line-height: 1.5em !important;
}

.tp-mask-wrap:hover .home-button {

    background-color: #fff !important;
    color: #9B6954 !important;

}

.hide_everywhere {
    display: none !important;
}

.tp-mask-wrap:hover .home-button::after {
    background-color: #9B6954 !important;
    color: #ffffff !important;
}


.vc_active .vc_tta-panel-heading .vc_tta-controls-icon {
    color: #9B6954 !important;
    background-color: #fff !important;
    border: #9B6954 1.5px solid;
}

.vc_active .vc_tta-controls-icon::before {
    color: #fff !important;
}


.scheme_default .custom .tp-bullet::before {
    color: #9B6954;

}

.scheme_default .custom .tp-bullet {
    background-color: #fff;

}

.scheme_default .custom .tp-bullet.selected {
    background-color: #9B6954 !important;
}

.scheme_default .custom .tp-bullet.selected::before {
    color: #fff !important;
}


.content_wrap_special {
    width: 1170px;
    margin: 0 auto;
}

.padl-0 {
    padding-left: 0 !important;
}

.padr-0 {
    padding-right: 0 !important;
}

.padr-10 {
    padding-right: 10px !important;
}

.padl-10 {
    padding-left: 10px !important;
}

.marginrl-0 {

    margin-left: 0 !important;
    margin-right: 0 !important;
}


.par-marb-0 p {

    margin-bottom: 0 !important;
}

.padding-tb-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.pad30tbi {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.testimonialscss {
    margin: 0 auto;
    float: none !important;
}

.width-65per {
    width: 65% !important;
}

.width-35per {
    width: 35% !important;
}


.width-1700 {
    width: 1760px !important;
}

.mt-0 {

    margin-top: 0 !important;
}


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.w-50per {
    width: 50% !important;
}


.center-menu-item {
    width: 100%;
    text-align: center;
}

.nujno {
    border: 5px solid #9B6954;
    padding: 5px 15px;
    background-color: #9B6954;
    border-radius: 10px;
}


.left-420px {
    left: 420px !important;
}

.left-400px {
    left: 400px !important;
}


.ml-0-pd-0 {
    margin-left: 0px !important;
    padding-left: 0px !important;
}


.mr-30 {
    margin-right: 30px !important;
}


.pl-0 {
    padding-left: 0 !important;
}


.sesuje {

    max-width: 1800px;
    left: 0;
    right: 0;
    margin: 0 auto;

}


.topmeni {

    position: fixed;

    width: 100% !important;

    margin: 0 auto;

    margin-bottom: 0px;

    left: 0;

    right: 0;

    background: #fff;

    z-index: 8001;

}


.bread-margin {

    margin-top: 45px;
    margin-bottom: -60px;
}

.width-93 {

    width: 93% !important;
}


li .active {
    color: #9B6954 !important;
}


.trx_addons_scroll_to_top {
    background-color: #9B6954;
    color: #fff;
    border: 1px solid #9B6954;
}

.trx_addons_scroll_to_top:hover {
    background-color: #fff;
    color: #9B6954;
}


.scheme_dark .menu_mobile_inner .current-menu-ancestor a:hover {
    color: #9B6954;
}

.content_wrap, .content_container {
    max-width: 100% !important;
}

[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}


.row {
    margin-left: -20px;
    margin-right: -20px;
}

li.active a {
    color: #9B6954 !important;
}

.position-absolutea {

    position: absolute;
    right: 30px;
}

.oops {
    left: 0;
    right: unset;
}

.float-left {
    float: left;
}

.w-60per {
    width: 60%;
}

.w-80per {
    width: 80%;
}

.mb-40 {
    margin-bottom: 40px;
}

.padrl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.ml-40 {
    margin-left: 40px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.oops2 {
    padding-left: 1.75em;
}

.container-fluid {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
}

.cs-lin-title-pad {
    padding: 1em !important;
    text-align: center;
}

.designer-pages img {
    width: 100%;
}

.designer-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.left-go {
    text-align: left !important;
}

.menu_mobile_nav_area::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu_mobile_nav_area {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.slik-header {
    background-position: bottom;

    background-size: 100% auto;

    background-repeat: no-repeat;
}


.swiper-slide .sc_testimonials_item_content {
    text-shadow: 1px 1px 1px black;
}

.sc_testimonials h1 {
    text-shadow: 1px 1px 1px black;
}

.swiper-slide .sc_testimonials_item_author h4 {
    text-shadow: 1px 1px 1px black;
}

.display-none {
    display: none;
}

.mc4wp-form .mc4wp-form-fields button {
    margin-right: 0 !important;
}

.scheme_default .sc_testimonials .text-bakrena {
    color: #9B6954;
}

.scheme_default .sc_testimonials .text-black {
    color: #333;
    text-shadow: 1px 1px 1px #ffffff;
}

.scheme_default .sc_testimonials .text-white {
    color: white;
}

.bg-image-color {
    background-color: #eaf4f6;
}

.bg-image-color2 {
    background-color: #eaf4f6 !important;
}

.pointer {
    cursor: pointer;
}

.padrl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.bg-image-color-i {
    background-color: #eaf4f6 !important;
}

.hamburger-fix {
    width: 45px;
}

.mt-1_8 {
    margin-top: 0 !important;
}

.post_layout_chess .post_content_inner {
    display: block !important;
}

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


.relative-100 {
    position: relative;
    z-index: 100;
}

.designer-pages table {
    width: 100% !important;
}

.menu_mobile .menu_mobile_nav_area {
    position: relative;
    z-index: 1;
    left: 0;
    padding-top: 50px;
    padding-bottom: 70px;
    width: 100%;
    height: unset;
    max-height: unset !important;
    padding-right: 20px;
    overflow-y: scroll;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.d-block {
    display: block;
}

.cs-price-table tr td {
    background-color: unset !important;
}

.sidebar_inner .widget .widget_title, .sidebar_inner .widget .widgettitle {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sidebar[class*="scheme_"] .widget {
    padding: 2.9rem 0;
}

.sidebar_inner .widget .widget_title, .sidebar_inner .widget .widgettitle {
    padding: 1.4rem 1.25rem 1.65rem;
}

.cs-price-table {
    max-width: 1100px !important;
}

.open_menu {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    display: block;
    background-color: red;
    width: 2em;
    height: 2em;
    line-height: 1em;
    padding: 0.25em;
    text-align: center;
    background-color: red;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.right-arrow:before {
    content: "\e836" !important;
}

.a-open:before {
    content: "\e837" !important;
}

.cs-price-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.cs-price-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.cs-price-table table {
    width: 100% !important;
    background-color: #f3f0ed;
}

#menu_mobile-main-menu ul {
    display: block;
}

.post_layout_excerpt + .post_layout_excerpt {
    margin-top: 50px;
    padding-top: 35px !important;
}

.menu_mobile ul,
.menu_mobile li {
    list-style: none;
}

.price-table-text {
    background-color: #b59a89 !important;
    color: white;
    padding: 0 40px;
    padding: 20px 40px;
    text-align: center;

}

.cs-price-table .table p {
    margin: 0;
}

.cs-price-table .bottom-table {
    width: 100%;
    height: 30px;
    background: #b59a89;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cs-price-table .table-title {
    padding-bottom: 10px;
    font-size: 30px;
}


.cs-price-table .table-desc p {
    margin-bottom: 0;
    text-align: center !important;
}

.row.files ul li i {
    margin-right: 3px;
}

.widget .post_item + .post_item {
    padding-top: 0 !important;
}

.side-tag {
    color: #ffffff;
    background-color: #b3c6cf;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    padding: 7px 17px 7px;
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
}

body[class*="woocommerce-"] table th, body[class*="woocommerce-"] table td {
    border: 1px solid #ddd !important;
}


.stop-scroll {
    overflow: hidden !important;
    height: 99vw;
}

.trx_addons_scroll_to_top {
    z-index: 290;
}

.scheme_dark .menu_mobile_inner {
    color: #909090;
    background-color: #eaf4f6;
}

.scheme_dark .menu_mobile_inner a {
    color: #3a3a3a;
}

.scheme_dark .menu_mobile_inner a:hover {
    color: #9b6954;
}

.post_layout_chess .post_content {
    display: block !important;
}

.has-error label {
    color: #a94442;;
}

.has-error label a {
    color: #a94442;;
}

#form {
    overflow: hidden;
}

.menu-logo img {
    padding: 25px 0;
    max-height: 120px;
}

.menu-logo img.logo_image_footer {
    padding: 0;
    height: 70px;
}

#cs-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    background: white;
    width: 100%;
}

.post_item p {
    margin-bottom: 1rem;
}

.a-hover-white a:hover {
    color: white !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
}

.width-75per {
    width: 75% !important;
}

.width-25per {
    width: 25% !important;
}

.width-50per {
    width: 50% !important;
}

.absolute-now {
    position: absolute;
    bottom: 0;
    right: 0;
}

.menu_mobile {
    z-index: 300;
    -webkit-transition: height .2s ease-in-out;
    -ms-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}

.scheme_dark .mc4wp-form button {
    background-color: #9b6954;
    color: #ffffff;
}


.widget-sidebar-title {
    margin: 0 !important;
    margin-bottom: 15px !important;
}


.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    left: 0.5em !important;
    right: 0.5em !important;
    top: 0.5em !important;
    bottom: 0.5em !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon {
    width: 1.6em !important;
    height: 1.6em !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    padding: 0em 0em 0em !important;
    margin-right: 13.9em !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #fff !important;
}

.sc_layouts_row_type_normal {
    padding: 1.4em 0 1.4em;
}


.mlr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

body {
    font-size: 15px;
}

.h-100vh {
    height: 100vh;
}

h6, .h6 {
    font-size: 15px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.mlr-min-20 {
    margin-left: -20px;
    margin-right: -20px;
}


.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}


.trx_addons_icon-up::before {
    content: '\e85a';
    top: 50%;
    position: absolute;
    transform: translate(-51%, -51%);
    left: 50%;
}

.nujno a {
    color: white;
    text-decoration: underline;
}

.breadcrumb {
    background-color: unset;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.form-group.your-date input {
    height: 100% !important;
    width: 100%;
    padding: 0.9em 2.1em !important;
}

body {
    background: #e7e5dd;
}


.cs-desk-menu-elt {
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.cs-open {
    height: 100%;
}

.menu_mobile.opened {
    height: 100vh;
}

.font-title {
    font-size: 22px !important;
}

.text-unset {
    text-transform: unset !important;
}

.font-subtitle {
    font-size: 13px !important;
    font-family: "Roboto", sans-serif !important;
}

.font-16 {
    font-size: 16px !important;
}

.open_child_menu:not(.cs_open_menu) {
    display: none !important;
}

.menu_mobile .menu_mobile_nav_area li li .cs_open_menu {
    padding: 0.75em 1.7em;
    line-height: 0;
}

.menu_mobile .menu_mobile_nav_area .cs_open_menu {
    right: 20px;
    top: 3px;
}

/*
.index-page h2,
.index-page .h2 {
    font-size: 40px;
}
*/

.wpcf7-acceptance label::before, .wpcf7-wpgdprc .wpcf7-list-item-label::before, .wpgdprc-checkbox label::before, .woocommerce .checkout p.wpgdprc-checkbox label::before, .woocommerce p.wpgdprc-checkbox label::before, input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    border: 1px solid #bbb;
}

.breadcrumbs_delimiter:last-child {
    background: black;
    content: "\e836";
    font-family: fontello;
}

.grid-sidebar {
    background-color: white !important;
}

.grid-sidebar ul li::before {
    color: #B3C6CF !important;
    background-color: #eaf4f6 !important;
}

.sc_button {
    background-color: #9B6954;
}


.sc_button:hover {
    color: #9B6954;
    background-color: #fff;
    border: #9B6954 1px solid !important;
}

.scheme_dark .mc4wp-form button:hover {
    color: #DDD !important;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-10 {
    margin-bottom: 0.5em !important;
}

.fifthy-pad {
    padding-bottom: 50%;
}

.designer-map {
    min-height: 450px;
}

.cs-price-table tbody tr td em {
    font-size: 13px;
}

.cs-price-table tbody tr:nth-child(odd) {
    background-color: #e8e6e4;
}


.bottom-table-text {
    color: #222;
    margin-top: 30px;
}

.cs-price-table .cs-table {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


#menu-main-menu > li > a {
    color: #9b6954;
}

.sc_layouts_menu_nav > li > ul::before {
    z-index: 0;
}

#menu-main-menu > li span.has-children:after {
    font-family: 'trx_addons_icons';
    font-weight: normal;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sc_layouts_menu.sc_layouts_menu_default.cs.menu_hover_fade.hide_on_mobile.inited ul li ul li a {
    text-transform: initial;
}

#menu-main-menu .arrow-right:after {
    content: '\e884';
    right: 1em;
}

#menu-main-menu .arrow-down:after {
    content: '\e882';
    right: 0.5em;
    font-size: 20px;
}

.sc_layouts_menu_nav > li > ul {
    margin-left: -12.5em;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_nav > li ul {
    width: 25em;
    padding: 1em 0;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul, .sc_layouts_menu_nav > li > ul ul {
    top: -1em;
}

.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse ul, .sc_layouts_menu_nav > li > ul ul.submenu_left {
    left: -24.8em;
}


.h1,
h1 {
    font-size: 52px;
    line-height: 1.4em;
}

.h2,
h2 {
    font-size: 42px;
    line-height: 1.3em;
    letter-spacing: 0;
}

.h3,
h3 {
    font-size: 30px;
    line-height: 1.6em;
}

.h4,
h4 {
    font-size: 25px;
    line-height: 1.7em;
}

.h5,
h5 {
    font-size: 21px;
    line-height: 1.8em;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 1.6em;
}



.designer-pages blockquote p a {
    display: initial;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    font-style: unset;
    text-transform: unset;
    margin-top: unset;
    letter-spacing: unset;
    text-decoration: underline;
}

@media (max-width: 1830px) {
    .spremeni-responsive {
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media (min-width: 1800px) {

    .tp-mask-wrap {
        padding-left: 15px !important;
    }

}

@media (max-width: 1799px) {
    #sc_content_1129626793 {
        margin-left: 25px !important;
    }

    .vc_custom_1499242902200 {
        max-width: 100% !important;
        margin-left: 20px !important;
        margin-right: 20px;
    }

    .content_wrap,
    .content_container {
        width: 100%;

    }

    .content_wrap, .content_container {
        width: auto !important;
    }

    .vc_custom_1499165607506 .vc_column-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sc_content_1670553298 {
        max-width: 1760px !important;
        width: 100% !important;
    }

    #sc_content_1670553298 {

        max-width: 1760px !important;
        width: 100% !important;
    }

    #sc_content_708262249 {

        max-width: 1760px !important;
        width: 100% !important;

    }

}

@media (min-width: 1440px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 1440px) {


    #sc_services_644744945 {
        max-width: 1400px !important;
    }

    #sc_services_790549548 {
        max-width: 1400px !important;
    }

    .res_wrap {
        max-width: 1400px !important;
    }

    .width-1700 {
        max-width: 1400px !important;
    }

    .bread-margin {
        margin-top: 60px !important;
        margin-bottom: -60px !important;
    }

    .hide_on_notebook {

        display: block;

    }

    .sc_layouts_column .sc_layouts_item {

        display: inline-block !important;

    }

    .sc_content_width_1_1 {
        max-width: 1400px !important;
    }

    .width-93 {
        width: 87% !important;
    }

    .custom.tp-bullets {
        display: block;
    }

    .hide_everywhere {
        display: none !important;
    }

}

@media (max-width: 1375px) {

    .custom.tp-bullets {
        display: none !important;
    }

}

@media (max-width: 1300px) {
    #menu-main-menu a {
        font-size: 13px;
    }

    .menu-logo img {
        padding: 25px 0;
        max-height: 100px;
    }
}

@media (min-width: 1081px) {
    .cs-mobile-responsive {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    .cs-desktop-responsive {
        display: none !important;
    }
}

@media (min-width: 780px) and (max-width: 1920px) {
    .absolutemiddle {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 75px;
        margin: auto;
    }


}

@media (max-width: 770px) {

    .left-reponsive {
        text-align: left !important;
    }

}


@media (max-width: 499px) {

    .left-reponsive2 {
        text-align: left !important;
    }

}

@media (min-width: 500px) and (max-width: 1920px) {

    .absolutemiddle2 {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 75px;
        margin: auto;
    }

}

@media (min-width: 780px) and (max-width: 1264px) {
    #post-kontakt {
        margin: 0 15px !important;
    }
}

@media (max-width: 1280px) {


    #sc_services_644744945 {
        max-width: 1220px !important;
    }

    #sc_services_790549548 {
        max-width: 1220px !important;
    }

    .res_wrap {
        max-width: 1220px !important;
    }

    .width-1700 {
        max-width: 1220px !important;
    }

    .bread-margin {
        margin-top: 60px !important;
        margin-bottom: -60px !important;
    }

    .hide_on_notebook {

        display: none;

    }


    .sc_layouts_column .sc_layouts_hide_on_notebook {

        display: none !important;

    }

    .wrap1280 {
        max-width: 1220px !important;
    }

    .sc_content_width_1_1 {
        max-width: 1220px !important;
    }

    .custom.tp-bullets {
        display: none;
    }

    .content_wrap, .content_container {
        width: 100% !important;
    }

    .slik-header {
        background-position: bottom;

        background-size: auto 100% !important;

        background-repeat: no-repeat;
    }

}

@media (min-width: 1101px) and (max-width: 1500px) {

    .sc_layouts_row_type_normal .sc_layouts_column_align_right .sc_layouts_item {
        margin-left: 3em;
    }

    .sc_layouts_menu_nav > li.menu-item-has-children > a {
        padding-left: 1.22rem;
        padding-right: 1.22rem;
    }


}

@media (min-width: 1024px) and (max-width: 1100px) {

    .sc_layouts_row_type_normal .sc_layouts_column_align_right .sc_layouts_item {
        margin-left: 1em;
    }

    .sc_layouts_menu_nav > li.menu-item-has-children > a {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1024px) and (max-width: 1799px) {

    .tp-mask-wrap {

        padding-left: 20px !important;
    }

}

@media (max-width: 1263px) {

    .vc_custom_1499242902200 .vc_col-md-offset-1 {
        margin-left: 2.333%;
    }
}


@media (max-width: 1200px) {
    .cs-sidebar-inner {
        padding: 2.35rem 2.3rem;
    }

    .m-xl-d-0 {
        margin: 0;
    }
}

@media (max-width: 1024px) {

    .hide_on_notebook {
        display: none !important;
    }

    .sc_layouts_item.sc_layouts_hide_on_notebook {
        display: none !important;
    }

    .tp-mask-wrap {
        margin-left: 30px;
        margin-right: 30px;
    }


}

@media (max-width: 991px) {

    .responsive-display {
        display: none !important;
    }

    .sirino-responsive {
        width: 50%;
    }

    .sc_layouts_row_type_normal .sc_layouts_column_align_right .sc_layouts_item {
        margin-left: 0;
    }

    .hideit {
        display: none !important;
    }

    #sc_content_1670553298 .container-fluid .vc_col-sm-4 {
        width: 100%;
    }

    .vc_custom_1499242902200 .vc_col-md-offset-1 {
        margin-left: 0;
    }

    h1, .h1 {
        font-size: 44px;
    }

    h2, .h2 {
        font-size: 32px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 15px;
    }
}


@media (min-width: 767px) {
    .pr-md-15 {
        padding-right: 15px !important;
    }

    .pl-md-15 {
        padding-left: 15px !important;
    }
}

@media (min-width: 991px) {
    .pr-lg-15 {
        padding-right: 15px !important;
    }

    .pl-lg-15 {
        padding-left: 15px !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 767px) and (max-width: 1920px) {

    .sc_layouts_menu_mobile_button {
        display: inline-block;
    }

    .sc_layouts_menu.inited:not(.cs) {
        display: none;
    }

    .relative-pos {
        position: relative;
    }

    .sc_layouts_row_type_normal .sc_layouts_column_align_right.relative-pos .sc_layouts_item {
        position: unset;
    }

    .sc_layouts_menu_mobile_button {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        height: 2.2em;
        margin: auto;
    }

    .tp-mask-wrap {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {

    .tp-mask-wrap {
        margin-top: auto;
    }

    .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"] {
        width: 100%;
    }

    .topmeni {
        position: relative;
    }

    .sc_layouts_column_icons_position_left .wpb_wrapper #sc_content_1670553298 {
        margin: 0 !important;
    }

    .responsive-none {
        display: none;
    }

    .content_wrap {

        max-width: 700px !important;
        margin: auto !important;
        padding: 0 !important;
    }


    #sc_services_644744945 {
        max-width: 700px !important;
    }

    .res_wrap {
        max-width: 700px !important;
    }

    .width-1700 {
        max-width: 700px !important;
    }

    .phone_block {
        display: block !important;
    }

    .blockquote--quotes {
        margin: auto !important;
        padding: 1.6em 1.2em 3.05em !important;
    }

    .blockquote p {
        font-size: 12px !important;
    }

    .bread-margin {
        margin: auto !important;
    }

    .vc_custom_1498554848222 {
        padding: 0 !important;
    }

    .breadcrumbs {
        font-size: 15px !important;
        line-height: 18px !important;

    }

    .sc_content_width_1_1 {
        max-width: 700px !important;
    }

    #sc_services_790549548 {
        max-width: 700px !important;
    }

    .relative-pos {
        position: relative;
    }

    .sc_layouts_row_type_normal .sc_layouts_column_align_right.relative-pos .sc_layouts_item {
        position: unset;
    }

    .sc_layouts_menu_mobile_button {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        height: 2.2em;
        margin: auto;
    }

    .sesuje .sirino-responsive {
        width: 50% !important;
    }

    .sesuje .sc_layouts_column_align_right {
        float: right;
        text-align: right;
        height: 63px !important;
    }

    .sesuje .sc_layouts_column_align_left {
        float: left;
        text-align: left;
        height: 63px !important;
    }

    .mobnone {
        display: none !important;
    }

    .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {

        margin-right: 0 !important;
    }

    .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
        width: 50%;
    }

}


@media (max-width: 644px) {
    .vc_tta-panels {
        font-size: 69%;
    }

    .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
        padding-right: 0 !important;
    }
}

@media (max-width: 428px) {
    .post_layout_chess .post_content_inner, .post_layout_chess:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
        font-size: 10px !important;
    }

    .post_layout_chess .post_title {
        font-size: 14px !important;
    }
}


@media (max-width: 428px) {

    .post_layout_chess .post_content_inner, .post_layout_chess:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
        font-size: 8px !important;
    }

    .post_layout_chess .post_title {
        font-size: 11px !important;
    }

}


@media (max-width: 422px) {
    .responsive-re {
        transform: scale(0.65);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

}

@media (max-width: 380px) {
    .responsive-re {
        transform: scale(0.65);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 347px) {
    .responsive-re {
        transform: scale(0.65);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 332px) {
    .responsive-re {
        transform: scale(0.65);
        -webkit-transform: scale(0.60);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 1800px) {

    .resposive-marginrl25 {
        margin: 0 25px;
    }

}

@media (max-width: 1560px) {

    .responsive.sidebar {
        width: 320px !important;
    }

}

@media (max-width: 1360px) {

    .responsive.sidebar {
        width: 290px !important;
    }

}


@media (max-width: 1230px) {

    .responsive.sidebar {
        width: 240px !important;
    }

}


@media (max-width: 1050px) {

    .vc_col-xs-12 {
        width: 100%;
    }

    .responsive.sidebar {
        width: 100% !important;
    }

    .responsive.sidebar #categories-2 {
        width: 100% !important;
    }

}

@media (min-width: 992px) {
    .cs-submenu-show {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .cs-submenu-hide {
        display: none !important;
    }
}

@media (max-width: 773px) {

    .vc_col-xs-8 {
        width: 66.66666667% !important;
    }

    .vc_col-xs-3 {
        width: 25% !important;
    }

    .vc_col-xs-1 {
        width: 8.33333333% !important;
    }

    .text-right {

        text-align: right !important;

    }


}

.text-right {

    text-align: right !important;

}

@media (max-width: 640px) {

    .vc_col-xss-7 {
        width: 58.33333333% !important;
    }

    .vc_col-xss-4 {
        width: 33.33333333% !important;
    }

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1rem;
}

.tabelit {
    display: table;
    table-layout: fixed;
}

.tablerow {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.designer-pages .post_title.entry-title,
.designer-pages .post_meta {
    margin-bottom: 15px;
}

#notification p:last-of-type {
    margin-bottom: 0 !important;
}

#notification h1,
#notification h2,
#notification h3,
#notification h4,
#notification h5,
#notification h6 {
    color: white;
}

#notification {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 5555;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    text-align: center;
    background: #9b6954;
    color: white;
    padding: 30px;
    opacity: 0;
}

#notification i.close{
    position: absolute;
    top: 15px;
    right: 20px;
    color: white;
    cursor: pointer;
}


#notification-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000082;
    z-index: 5550;
    opacity: 0;
    transition: all .5s ease;
}

.show-notification #notification {
    transition: all .3s ease;
    transform: translate(-50%, 0);
    opacity: 1;
}

#notification a {
    color: white !important;
    text-decoration: underline;
}

#notification a:hover {
    color: #eaeaea !important;
}


.show-notification #notification-overlay {
    opacity: 1;
}


@media (max-width: 769px) {
    .table-cell {
        display: table-row;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .table-cell img {
        width: 100%;
    }


    footer #sc_content_1670553298 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .responsive-padrl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .menu_mobile .menu_mobile_nav_area > ul > li li > a {
        width: 100%;
        font-size: 13px;
    }

    .menu_mobile ul,
    .menu_mobile .menu_mobile_nav_area > ul > li a {
        width: 100% !important;
    }

    .accordion-item .accordion-item--with-shadow .title-block h6.title {
        font-size: 16px;
    }
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.alignemiddle {
    vertical-align: middle;
}

@media (max-width: 580px) {
    .cs-sm-hide {
        display: none !important;
    }

    .cs-price-table .table-title {
        font-size: 22px;
    }

    .cs-price-table td {
        max-width: 85px !important;
    }

}

@media (max-width: 576px) {
    .cs-button-margin {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 530px) {

    .vc_col-xsxs-6 {
        width: 50% !important;
    }

    .vc_col-xsxs-5 {
        width: 40% !important;
    }

    .vc_col-xsxs-1 {
        width: 10% !important;
    }
}

#map_button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.map {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url('/data/images/bartenjev-map.jpg');
  background-position: center center;
  background-size: cover;
}

.btn {
  -moz-user-select: none;
  background: #9B6954;
  border: medium none;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 24px 40px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}


.scheme_default .sc_team_default .sc_team_item_subtitle {
    color: #9b6954;
    font-style: unset;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4;
}

.dfc {
    display: flex;
    flex-direction: column;
}

.f-1 {
    flex: 1;
}

.grecaptcha-badge{
    visibility: hidden;
    opacity: 1;
}