﻿.row {
    margin-bottom: 20px;
}

    .row .row {
        margin-top: 10px;
        margin-bottom: 0;
    }

[class*="col-"] {
    border: none;
    padding: 10px 0
    /* border: 1px solid rgba(86,61,124,.2);  */
}

/* ollie */
@font-face {
    font-family: 'Ollie';
    src: url('fonts/SchizotypeOllie.eot');
    src: url('fonts/SchizotypeOllie.eot') format('embedded-opentype'), url('fonts/SchizotypeOllie.woff2') format('woff2'), url('fonts/SchizotypeOllie.woff') format('woff'), url('fonts/SchizotypeOllie.ttf') format('truetype'), url('fonts/SchizotypeOllie.svg#SchizotypeOllie') format('svg');
}

.fontOllie {
    font-family: 'Ollie';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif !important;
    color: #231f20
}

h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 300
}

.black {
    color: #231f20 !important
}

.page-title h1 {
    margin-bottom: 35px
}

h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 30px
}

h3 {
    font-size: 36px;
    line-height: 44px
}

h4 {
    font-size: 28px;
    line-height: 36px
}

h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
    margin: 20px 0
}

h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 100
}

p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 100;
    color: #231f20
}

ul, li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 100;
    color: #231f20
}

.paragrafSmall {
    font-size: 14px !important
}

p.bigP {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px
}

a {
    color: #ee1b06;
    text-decoration: none;
    -webkit-transition: .2s color 0s ease;
    transition: .2s color 0s ease;
}

    a:hover {
        color: #000;
        text-decoration: none;
        -webkit-transition: .2s color 0s ease;
        transition: .2s color 0s ease;
    }

    a#shortDescMore::after {
        display: block;
        content: "";
        margin-bottom: 30px
    }

.ui-widget-content a {
    color: #ee1b06;
}

span.contactMain {
    font-size: 20px;
    line-height: 25px
}

span.contactTitle {
    line-height: 35px;
}

.row-title {
    text-align: center
}

.ui-widget,
.ui-widget ul li,
.ui-widget ol li {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit
}

.container .ui-widget ul li,
.container .ui-widget ol li {
    font-weight: 100
}

hr {
    border-top: 10px solid #f3f4f4;
    margin: 50px 10px
}

img {
    max-width: 100%
}

/* Drobtinice */

.breadcrumb {
    background: #FFF;
    text-align: center;
    width: 100%;
    margin-top: 15px
}

    .breadcrumb ul {
        margin: 0;
        list-style-type: none;
    }

        .breadcrumb ul li {
            display: inline-block
        }

            .breadcrumb ul li a,
            .breadcrumb ul li a span {
                color: #2b2728;
                font-size: 13px
            }

            .breadcrumb ul li .current-item {
                color: #948f71;
                font-weight: 300;
                font-size: 13px
            }

    .breadcrumb .delimiter {
        background: url("../images/delimiter.png") no-repeat;
        width: 20px;
        height: 8px;
        display: inline-block;
        background-position: 5px 0px;
    }

/* Generalni fix za float-e */

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* START NOTIFICATIONS & POPUPS  */

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.ui-dialog {
    width: 350px !important;
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}

    .ui-dialog:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #eee;
    padding: 10px 15px;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

    .ui-dialog-titlebar > span {
        float: left;
        font-size: 18px;
        color: #444;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        border: none;
        overflow: hidden;
        background: url('../images/close.png') center no-repeat;
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        top: 0 !important;
        right: 0 !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0;
        background: url('../images/close.png') center no-repeat !important;
        padding: 0 !important;
    }

        .ui-dialog-titlebar button span {
            display: none !important;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px !important;
    color: #777;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 5px 0 10px;
        border: none;
        background-color: #ee1b06;
        padding: 8px 12px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover {
            background-color: #248ece;
        }

    .eu-cookie-bar-notification a {
        display: block;
        color: #ee1b06;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }

/* END NOTIFICATIONS & POPUPS  */

/* INPUT - general */

.btn160x40 {
    width: 160px;
    height: 40px
}

.margin_top_30px {
    margin-top: 30px
}

input[type=submit],
input[type=button],
input.button-1,
button.button-1 {
    /* padding:15px 30px; */
    background: #ee1b06;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    -webkit-transition: .2s all 0s ease;
    transition: .2s all 0s ease;
}

    input[type=submit]:hover,
    input[type=button]:hover,
    input.button-1:hover,
    button.button-1:hover {
        background: #231f20;
    }

    input[type=submit].button-2,
    input[type=button].button-2 {
        border: 1px solid #eaeaea;
        background-color: #f3f4f4;
        background-repeat: no-repeat;
        padding: 12px 15px 12px 40px;
        text-align: left;
        font-size: 14px;
        color: #231f20
    }

        input[type=submit].button-2:hover,
        input[type=button].button-2:hover {
            background-color: #eaeaea;
            border: 1px solid #f3f4f4
        }

input[type=text],
textarea, input[type=number] {
    border: 1px solid #dbd9cc;
    width: 250px;
    font-size: 13px;
    color: #000;
    padding: 10px;
}

input[type=text] {
    margin-bottom: 10px
}

/* Select elementi */

.custom-attributes.type-select,
.type-select {
    position: relative;
    width: 100%;
    float: right;
    background: url("../images/dropdown-arrow.png") no-repeat right 10px center;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 2px;
    border: 1px solid #ceccbf;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    font-size: 13px;
    color: #948f71;
    margin-bottom: 10px;
}

    .custom-attributes select,
    .type-select select {
        position: relative;
        width: 100%;
        float: right;
        padding: 10px 18px;
        border-radius: 2px;
        cursor: pointer;
        outline: none;
        transition: all 0.3s ease-out;
        font-size: 13px;
        color: #948f71;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.content_area form .custom-attributes select,
.checkout-data .custom-attributes select {
    padding: 10px 40px 10px 18px;
    box-sizing: border-box
}

/* GUMBI */

.contact-send input[type=submit],
.contact-send input[type=button] {
    width: 160px;
    height: 40px
}

.contact-page .buttons {
    text-align: center
}

    .contact-page .buttons .button-1,
    .add-to-cart-panel input[type=submit],
    .add-to-cart-panel input[type=button],
    .checkout-btn input[type=submit],
    .checkout-btn input[type=button],
    button[type=submit].button-1 {
        width: 300px;
        max-width: 100%;
        height: 50px;
        font-size: 18px;
        text-transform: uppercase;
        background-image: url("../images/slice_btn.png");
        background-position: -310px -232px;
    }

/* Global checkbox & radio button */

td.add-to-cart label,
.remove-from-cart label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 0px;
    margin-right: 15px;
    font-size: 0px;
    color: #fff;
}

.product-spec-filter label,
.attributes dd label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 0px;
    margin-left: 30px;
    font-size: 13px;
    color: #000;
    font-weight: normal;
    line-height: 30px; /* 40px; */
    margin-bottom: 0
}

.product-spec-filter label {
    line-height: 18px;
    padding-top: 5px
}

/* Remove filter */

.product-spec-filter .remove-filter {
    text-align: right;
    margin-right: 20px
}

    .product-spec-filter .remove-filter a {
        font-size: 13px;
        color: #948f71;
        background: url("../images/slice.png") no-repeat;
        background-position: 0px -432px;
        padding-left: 30px;
        line-height: 40px
    }

.form-fields input[type=radio],
.form-fields input[type=checkbox],
td.add-to-cart input[type=hidden],
td.add-to-cart input[type=radio],
td.add-to-cart input[type=checkbox],
.remove-from-cart input[type=hidden],
.remove-from-cart input[type=radio],
.remove-from-cart input[type=checkbox],
.attributes [type=radio],
.attributes input[type=checkbox],
.product-spec-filter input[type=radio],
.product-spec-filter input[type=checkbox],
.send-email input[type=checkbox] {
    display: none;
}

.send-email label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    bottom: auto;
    top: 5px;
}

td.add-to-cart label:before,
.remove-from-cart label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #fff;
    border: 1px solid #eaeaea
}

.product-spec-filter label:before,
.attributes dd label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: -30px;
    bottom: 5px; /* 10px; */
    background-color: #fff;
    border: 1px solid #dbd9cc;
}

.product-spec-filter label:before {
    top: 5px
}

.radio label:before,
.attributes dd label:before {
    border-radius: 8px;
}

.remove-from-cart label,
.attributes dd label {
}

    .form-fields label:before,
    td.add-to-cart label:before,
    .remove-from-cart label:before,
    .attributes dd label:before,
    .product-spec-filter label:before {
        border-radius: 0px;
    }

.attributes dd .option-list.rdbtn label:before {
    border-radius: 50%;
}

.contact-page .option-list input[type=radio]:checked + label:before,
.checkout-data .type-radiolist .option-list input[type=radio]:checked + label:before,
.product-spec-filter input[type=radio]:checked + label:before,
.form-fields input[type=radio]:checked + label:before,
td.add-to-cart input[type=radio]:checked + label:before,
.remove-from-cart input[type=radio]:checked + label:before,
.attributes dd input[type=radio]:checked + label:before {
    content: "\2022";
    color: #444;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.checkout-data .type-checkboxes .option-list input[type=checkbox]:checked + label:before,
.product-spec-filter input[type=checkbox]:checked + label:before,
.form-fields input[type=checkbox]:checked + label:before,
td.add-to-cart input[type=checkbox]:checked + label:before,
.remove-from-cart input[type=checkbox]:checked + label:before,
.attributes input[type=checkbox]:checked + label:before,
.send-email input[type=checkbox]:checked + label:before {
    content: url("../images/check.png");
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #444;
    text-align: center;
    line-height: 15px;
    padding-top: 2px
}

/* Teksti */

.field-validation-error {
    color: #ee1b06
}

.checkout-data .field-validation-error,
.send-email .field-validation-error {
    background: mistyrose;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 300px
}

/* Obrazci - common */

.fieldset .form-fields .inputs label {
    width: 100%;
}

/***** TABELE *****/

/* Glavna */

.lbtable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #ffffff;
}

    .lbtable table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .lbtable tr:hover td {
        background: #f1f1f1;
    }

    .lbtable th, .lbtable thead td, .lbtable tr:first-child {
        background-color: #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }

    .lbtable td {
        vertical-align: middle;
        border-bottom: 1px solid #f1f1f1;
        text-align: left;
        padding: 12px 18px;
        font-size: 14px;
        line-height: 21px;
        font-weight: 100;
        color: #231f20;
    }

.product-specs-box .lbtable th, .product-specs-box .lbtable thead td, .product-specs-box .lbtable tr:first-child {
    background-color: transparent;
}

.product-specs-box tr td:first-child {
    border-right: 1px solid #f1f1f1
}

.mainTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #ffffff;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .mainTable table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .mainTable tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .mainTable table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .mainTable table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .mainTable tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .mainTable tr:hover td {
    }

    .mainTable tr:nth-child(odd) {
        background-color: #f3f4f4;
    }

    .mainTable tr:nth-child(even) {
        background-color: #ffffff;
    }

    .mainTable td {
        vertical-align: middle;
        border: 1px solid #ffffff;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 7px;
        font-size: 10px;
        font-family: Arial;
        font-weight: normal;
        color: #000000;
    }

    .mainTable tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .mainTable tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .mainTable tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .mainTable thead td,
    .mainTable th {
        background-color: #ee1b06;
        border: 0px solid #ffffff;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .mainTable tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .mainTable tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

    .mainTable tfoot td {
        background-color: #2b2728;
        border: 0px solid #ffffff;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 13px;
        font-family: Arial;
        font-weight: 100;
        color: #ffffff;
    }

/* Minimal */

.easyTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: none;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .easyTable table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .easyTable tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .easyTable table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .easyTable table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .easyTable tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .easyTable tr:hover td {
    }

    .easyTable tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .easyTable tr:nth-child(even) {
        background-color: #ffffff;
    }

    .easyTable td {
        vertical-align: middle;
        border: 1px solid #f3f4f4;
        border-width: 0px 0px 1px 0px;
        text-align: left;
        padding: 7px;
        font-size: 10px;
        font-family: Arial;
        font-weight: normal;
        color: #000000;
    }

    .easyTable tr:last-child td {
        border-width: 0px 0px 0px 0px;
    }

    .easyTable tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .easyTable tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .easyTable thead td,
    .easyTable th {
        background-color: #f3f4f4;
        border-bottom: 1px solid #ffffff;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        color: #2b2728;
    }

    .easyTable tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .easyTable tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

    .easyTable tfoot td {
        background-color: #2b2728;
        border: 0px solid #ffffff;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 13px;
        font-family: Arial;
        font-weight: 100;
        color: #ffffff;
    }

/***** BOOTSTRAP OVERRIDE *****/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px
}

/* Dopolnitve za arhitekta */

/* Arhitekt Tabs */

.productTabs.ui-tabs {
    border: none !important;
}

.arhitektTabs .productTabs.ui-tabs {
    border: none !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.arhitektTabs .productTabs .productTabs {
    border-top: 10px solid #dbd9cc;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    border-radius: 0px
}

.arhitektTabs .ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
    /* min-width: 764px; */
    margin: 0 auto;
    display: inline-block
}

.arhitektTabs .ui-tabs .ui-tabs-nav {
    padding-top: 0
}

    .arhitektTabs .ui-tabs .ui-tabs-nav li {
        width: 209px;
        margin: 0 1px;
        box-sizing: border-box;
        background: #FFF;
        border: 1px solid #ceccbf;
        border-top: none;
        border-radius: 0px
    }

        .arhitektTabs .ui-tabs .ui-tabs-nav li a {
            color: #948f71;
            width: 100%;
            text-align: center;
            line-height: 45px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .arhitektTabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            padding-bottom: 0px;
            background: #dbd9cc
        }

        .arhitektTabs .ui-tabs .ui-tabs-nav li.ui-state-active a {
            background-color: transparent
        }

.arhitektLink100,
.arhitektLink100:hover {
    background: #ee1b06;
    text-align: center;
    max-width: 100%;
    display: block;
    color: #FFF;
    padding: 20px 0;
    font-size: 24px;
    margin: 0 10px
}

    .arhitektLink100 strong {
        font-family: 'Ollie';
        color: #FFF;
        font-size: 36px
    }

a.arhitektLink100:after {
    content: ">";
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-family: monospace;
    font-size: 35px;
    font-weight: 100;
    line-height: 35px;
    margin-left: 10px;
}

/* Arhitekt fotogalerija */

.arhitekt_galerija {
    background: #dbd9cc;
    padding: 30px 0 30px;
    text-align: center;
    position: relative
}

    .arhitekt_galerija p {
        font-size: 24px;
        padding-bottom: 25px
    }

        .arhitekt_galerija p strong {
            font-family: 'Ollie';
            color: #ee1b06;
            font-size: 36px;
        }

    .arhitekt_galerija img {
        max-width: unset;
        width: 100%
    }

.circle_black {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -92px;
    background: #000;
    border-radius: 50%;
    padding-bottom: 180px;
    color: #fff;
    width: 180px;
    height: 0;
    margin-top: -60px;
    text-align: center;
    opacity: 0.8
}

    .circle_black a {
        font-weight: 300;
        display: inline-block;
        padding: 45px 0;
        color: #FFF
    }

        .circle_black a:hover {
            color: #FFF
        }

/* Arhitekt katalogi */

.arhitekt_katalogi {
    margin-top: 30px
}

    .arhitekt_katalogi a {
        -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
        overflow: hidden
    }

        .arhitekt_katalogi a strong {
            background: #f8f8f8;
            display: inline-block;
            width: 100%;
            font-weight: 700;
            text-align: center;
            padding: 5px;
            color: #000;
            text-transform: uppercase
        }

        .arhitekt_katalogi a img {
            width: 100%;
        }

/* Arhitekt archicad */

.arhitekt_archicad {
    margin-bottom: 30px
}

a.boxLink {
    border: 1px solid #eaeaea;
    background-color: #f3f4f4;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 40px;
    text-align: left;
    font-size: 14px;
    color: #231f20;
    display: inline-block
}

    a.boxLink:hover {
        background-color: #eaeaea;
        border: 1px solid #f3f4f4;
    }

/* Arhitekt Štirje boxi */

.swiper-slide.arhitekt,
.swiper-slide.arhitektBlack {
    overflow: hidden;
    width: 23%;
    padding: 0;
    margin: 0 1% !important;
    position: relative
}

    .swiper-slide.arhitekt img,
    .swiper-slide.arhitektBlack img {
        max-width: 100%;
        -webkit-transition: .8s all ease;
        transition: .8s all ease;
        width: 100%;
    }

    .swiper-slide.arhitekt:hover img,
    .swiper-slide.arhitektBlack:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: .8s all ease;
        transition: .8s all ease;
    }

    .swiper-slide.arhitekt .quickView:before,
    .swiper-slide.arhitektBlack .quickView:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
    }

    .swiper-slide.arhitekt:hover .quickView:before,
    .swiper-slide.arhitektBlack:hover .quickView:before {
        height: 100%;
        position: relative;
    }

    .swiper-slide.arhitekt .quickView .quickText,
    .swiper-slide.arhitektBlack .quickView .quickText {
        display: inline-block;
        vertical-align: middle;
        float: left;
        width: 100%;
        text-align: center;
        left: 0;
        padding: 0 15px;
        position: absolute
    }

    .swiper-slide.arhitekt .quickView {
        background: url(../images/bg-white-08.png);
        opacity: 0.95
    }

    /* Arhitekt contact */

    .swiper-slide.arhitekt.arhitectContact .quickView {
        top: 0;
        height: 100%;
        font-size: 14px;
        line-height: 16px;
    }

    .swiper-slide.arhitekt.arhitectContact:hover .quickView {
        top: 0;
        height: 100%;
        background: #FFF
    }

        .swiper-slide.arhitekt.arhitectContact .quickView:before,
        .swiper-slide.arhitekt.arhitectContact:hover .quickView:before {
            content: none
        }

    .swiper-slide.arhitekt.arhitectContact strong {
        background: none;
        color: #000;
        font-family: 'Ollie';
        text-transform: none;
        display: block;
        width: 100%;
        font-size: 28px;
        font-weight: normal;
        margin: 0 auto;
        line-height: 28px
    }

        .swiper-slide.arhitekt.arhitectContact strong:hover {
            background: #FFF
        }

        .swiper-slide.arhitekt.arhitectContact strong:before {
            content: " ";
            background: url(../images/slice.png);
            background-position: -306px 0;
            width: 51px;
            height: 51px;
            display: block;
            margin: auto
        }

    .swiper-slide.arhitekt.arhitectContact a {
        color: #ee1b06;
        text-indent: 0;
        position: relative
    }

    .swiper-slide.arhitekt:hover .quickView {
        background: url(../images/bg-black-08.png);
        opacity: 1
    }

    .swiper-slide.arhitektBlack:hover .quickText {
        top: 40%
    }

    .swiper-slide.arhitekt strong {
        background: #ee1b06;
        border: none;
        -webkit-border-radius: 3px;
        color: #FFF;
        font-size: 14px;
        -webkit-transition: .2s all 0s ease;
        transition: .2s all 0s ease;
        padding: 7px;
        max-width: 80%;
        width: 80%;
        font-size: 14px;
        text-transform: uppercase;
        background-image: url(../images/slice_btn.png);
        background-position: -340px -241px;
        display: inline-block
    }

        .swiper-slide.arhitekt strong:hover {
            background-color: #231f20;
        }

    .swiper-slide.arhitekt p {
        color: #000;
        font-weight: bold;
        text-transform: uppercase
    }

.swiper-slide:hover.arhitekt p {
    color: #fff
}

.swiper-slide.arhitektBlack .quickView {
    background-color: #000;
}

.swiper-slide.arhitektBlack:hover .quickView {
    background-color: #000;
}

.swiper-slide.arhitektBlack p {
    color: #fff;
    font-weight: 500
}

.swiper-slide:hover.arhitektBlack p {
    color: #fff
}

.swiper-slide.arhitekt a,
.swiper-slide.arhitektBlack a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999999px
}

.catLinks {
    float: left;
    width: 100%;
    margin: 30px 0 10px;
}

    .catLinks ul {
        display: table;
        width: 50%;
        margin: 0 auto;
        padding: 0
    }

        .catLinks ul li {
            display: table-cell;
            text-align: center
        }

            .catLinks ul li a {
                background: #FFF;
                border-radius: 2px;
                color: #000;
                padding: 10px;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

                .catLinks ul li a:hover {
                    background: #ee1b06;
                    color: #FFF;
                }

.innerL {
    padding-left: 0
}

.innerR {
    padding-right: 0
}

/****** OVERRIDE za resolucijo med 640 in 480 *****/


@media screen and (min-width:481px) and (max-width:640px) {
    .row-sale_program .masterItem {
        max-height: 200px
    }

        .row-sale_program .masterItem img {
            width: 100%
        }

        .row-sale_program .masterItem .quickView {
            margin-top: 0;
            top: 0px
        }

            .row-sale_program .masterItem .quickView p {
                display: none
            }
}

@media (min-width: 768px) {
    .container {
        width: 730px;
    }

    .navbar {
        border-radius: 0px
    }
}

@media (min-width: 992px) {
    .container {
        width: 890px;
    }
}

/* grid */
@media (min-width: 1270px) {
    .container {
        width: 1160px;
    }

    .col-lg-2 {
        width: 16.7%
    }

    .col-lg-4 {
        width: 33.3%
    }
}


@media (min-width: 1600px) {
    .container {
        width: 1280px;
    }
}


/***** START MAIN CONTENT *****/

/* Main content area */


.top_img {
    height: 150px;
    width: 100%;
    background-size: cover;
    text-align: center
}

    .top_img p {
        width: 100%
    }

    .top_img .fontOllie,
    .top_img2 .fontOllie {
        font-size: 90px;
        color: #ee1b06;
        margin-left: -100px;
        line-height: 90px
    }

    .top_img .fontNormal,
    .top_img2 .fontNormal {
        font-size: 42px;
        margin-right: -100px;
        text-transform: uppercase;
        padding-top: 5px;
        color: #eee;
        width: 100%
    }

.top_img2 div {
    position: relative;
}

    .top_img2 div.textHolder {
        position: absolute;
        bottom: 7%;
        text-align: center;
        width: 100%;
    }

.center-1 {
}

.content_area {
    margin-top: 70px
}

    .content_area .clearfix {
        padding: 0px
    }

/* Contact card */

.contact_card {
    padding: 30px 0;
}

.contact_icon {
    width: 64px;
    height: 64px;
    position: absolute;
    background: url("../images/slice.png") no-repeat;
    background-position: -10px -113px
}

.contact_card p {
    margin-left: 85px
}

/* Sklop "Vrata", "Okna",... */

/* Checkboxi */

.toggleChk {
    width: 100%;
    height: 40px;
    padding: 0;
    position: relative;
    display: inline-block
}

    .toggleChk input {
        display: none
    }

    .toggleChk label {
        display: block;
        position: absolute;
        border-radius: 40px;
        z-index: 10;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #948f71;
        line-height: 40px;
        width: 100%;
        height: 100%;
        font-weight: normal
    }

    .toggleChk.selected label {
        font-weight: bold
    }

.toggle__control {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 6px
}

.toggleChk input ~ .toggle__control {
    background: url("../images/slice.png") -525px -90px no-repeat;
    transition: all .2s ease;
}

.toggleChk input:checked ~ .toggle__control { /* Background */
    background: url("../images/slice.png") -525px -61px no-repeat;
    transition: all .2s ease;
}

/* anchor */

.catalogue_selector .toggleChk a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #948f71
}

    .catalogue_selector .toggleChk a:hover {
        background: #dbd9cc
    }

.catalogue_selector .toggleChk.selected a {
    font-weight: bold
}

.catalogue_selector .toggleChk.selected .toggle__control {
    background: #dbd9cc url("../images/slice.png") -525px -61px no-repeat;
    transition: all .2s ease;
}

/* Dropdown */

.wrapper-dropdown {
    /* Size & position */
    position: relative;
    width: 265px;
    float: right;
    padding: 10px 18px;
    /* Styles */
    background: #FFF url("../images/slice.png") -287px -263px no-repeat;
    border-radius: 2px;
    border: 1px solid #ceccbf;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    font-size: 13px;
    color: #948f71
}

    .wrapper-dropdown.active {
        background: #dbd9cc url("../images/slice.png") -287px -263px no-repeat;
        border: 1px solid #dbd9cc;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 10px 18px 20px;
    }

    .wrapper-dropdown:after { /* Little arrow */
        /* Old 
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -3px;
		border-width: 6px 6px 0 6px;
		border-style: solid;
		border-color: #ceccbf transparent;
		*/
        /* New */
        content: url("../images/dropdown-arrow.png");
        width: 20px;
        height: 12px;
        position: absolute;
        top: 30%;
        right: 5px;
    }

    .wrapper-dropdown.active:after {
        content: url("../images/dropup-arrow.png");
    }

    .wrapper-dropdown .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 101;
        /* Styles */
        background: #fff;
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(0,0,0,0.2);
        border-top: none;
        border-bottom: none;
        list-style: none;
        transition: all 0.2s ease-out;
        padding: 0;
        /* Hiding */
        display: none
    }

        .wrapper-dropdown .dropdown li {
            padding: 0 10px;
        }

            .wrapper-dropdown .dropdown li a {
                display: block;
                text-decoration: none;
                color: #948f71;
                padding: 12px 0;
                transition: all 0.3s ease-out;
                border: none;
            }

            .wrapper-dropdown .dropdown li:last-of-type a {
                border: none;
            }

            .wrapper-dropdown .dropdown li i {
                margin-right: 5px;
                color: inherit;
                vertical-align: middle;
            }

            /* Hover state */

            .wrapper-dropdown .dropdown li:hover a {
                color: #57a9d9;
            }

/* Active state 
	
	.wrapper-dropdown.active {
		border-radius: 5px 5px 0 0;
		background: #4cbeff;
		box-shadow: none;
		border-bottom: none;
		color: white;
	}
	
	.wrapper-dropdown.active:after {
		border-color: #82d1ff transparent;
	}
	
	.wrapper-dropdown.active .dropdown {
		border-bottom: 1px solid rgba(0,0,0,0.2);
		max-height: 400px;
	}
	
	*/

/* Katalog */

.catalogue_area {
}

/* Katalogi - seznam pdf */

.swiper-slide.katalogi {
    overflow: hidden;
    position: relative;
}

    .swiper-slide.katalogi .quickView .quickText {
        color: #FFF
    }

/* Filter */

.catalogue_selector {
    padding: 20px 0
}

    .catalogue_selector .toggleChk {
        display: inline-block;
        width: 250px;
        height: 40px;
        background: #fff;
        border-radius: 2px;
        border: 1px solid #ceccbf
    }

        .catalogue_selector .toggleChk label:hover {
            cursor: pointer
        }

        .catalogue_selector .toggleChk.selected {
            display: inline-block;
            width: 250px;
            height: 40px;
            background: #dbd9cc;
            border: 1px solid #ceccbf
        }

    /* Dropdown Filter */

    .catalogue_selector .content_inner_2 {
        /*width:100%*/
    }


.product-spec-filter.visible {
    display: block
}

#showFilterBox, .wrapper-dropdown {
    display: none
}

.product-spec-filter {
    margin-top: 10px;
    display: none;
    border-bottom: 2px solid #dbd9cc;
    border-top: 10px solid #dbd9cc;
    position: absolute;
    z-index: 101;
    background: #fff;
    top: 39px;
    right: 0;
}

    .product-spec-filter .product-spec-group {
        display: inline-block;
        padding: 18px;
        box-sizing: border-box;
        vertical-align: top
    }

    .product-spec-filter ul li {
        list-style-type: none
    }

        .product-spec-filter ul li label {
            font-weight: 100
        }

/* Podrobnosti izdelka */

.catalogue_viewer {
    background: #dbd9cc
}

    .catalogue_viewer .container {
        background: #FFF
    }

/* Info */

.info_nav {
    /*
			width: 110px;
			position: absolute;
			right: 10px;
			top: 10px;	
			*/
    width: 105px;
    position: absolute;
    left: 100%;
    margin-left: -110px;
    z-index: 100
}

    .info_nav .prev {
        float: left;
        height: 50px;
        width: 50px;
    }

        .info_nav .prev a {
            background: url("../images/slice.png") no-repeat -135px -112px;
        }


            .info_nav .prev a:hover {
                background: url("../images/slice.png") no-repeat -135px -168px;
            }

    .info_nav .next {
        float: right;
        height: 50px;
        width: 50px;
    }

        .info_nav .next a {
            background: url("../images/slice.png") no-repeat -191px -112px;
        }

            .info_nav .next a:hover {
                background: url("../images/slice.png") no-repeat -191px -168px;
            }



    .info_nav a {
        line-height: 0;
        font-size: 0;
        color: transparent;
        width: 100%;
        height: 100%;
        display: block;
    }

.info_text {
    display: inline-block;
    width: 100%
}

    .info_text h1 {
        font-size: 60px;
        line-height: 80px;
        margin-top: 36px
    }

    .info_text p {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
        margin-left: 0
    }


/* Image, download */

.info_docs {
    position: relative;
    display: inline-block;
    /* width: 100%; */
    margin-top: 30px;
    min-height: 250px;
}

.info_img,
.info_download {
    float: left
}

/* image */

.info_img {
    min-width: 260px;
    min-height: 260px
}

    .info_img .info_circle {
        background: #ed1d24;
        min-width: 80px;
        min-height: 80px;
        display: inline-block;
        border-bottom-left-radius: 105%;
        border-bottom-right-radius: 106%;
        border-top-left-radius: 128%;
        border-top-right-radius: 105%;
        text-align: center;
        margin: 10px;
        padding: 32px 16px 30px 24px;
        text-align: center;
        margin: 10px;
    }

.info_circle + .info_circle {
    margin-left: 30px;
}

.info_img .info_circle,
.info_img span {
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
}

.info_img_multi .info_circle {
    display: inline-block
}

.info_img img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-left: 30px
}

/* download */
.info_download img {
    bottom: 0
}

.info_download .download_item {
    width: 123px;
    height: 123px;
    margin: 20px;
    background: url("../images/slice.png") no-repeat 0px -276px;
}

.info_download .ekosklad_item {
    width: 123px;
    height: 123px;
    margin: 20px;
    background: url("../images/slice.png") no-repeat 0px -509px;
}

.info_download .pefc_item {
    width: 123px;
    height: 123px;
    margin: 20px;
    background: url("../images/slice.png") no-repeat -143px -509px;
}

.info_docs .info_download .ekosklad_item, .info_docs .info_download .pefc_item, .info_docs .info_download .download_item {
    position: absolute;
    bottom: 0;
    margin: 0
}

.info_docs .info_download img {
    position: absolute;
    bottom: 0
}

.info_download .download_item a, .info_download .ekosklad_item a, .info_download .pefc_item a {
    color: #231f20;
    height: 100%;
    display: block
}

.info_download .download_item p, .info_download .ekosklad_item p, .info_download .pefc_item p {
    text-align: center;
    padding-top: 47px;
    line-height: 18px;
    font-size: 14px;
    width: 100%;
    margin-left: 0;
}

/* Slika velika */

.catalogue_info .col-lg-7 {
    float: right;
    padding-right: 0;
    text-align: center;
    min-height: 200px
}

/* Izdelki - grid */

/* naslov */

.catalogue_models .row-title .title-liner {
    border-top: 10px solid #dbd9cc;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 38px;
}

.catalogue_models .row-title .title-inliner {
    background: #dbd9cc;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 0 10px;
    border-radius: 0 0 2px 2px
}

    .catalogue_models .row-title .title-inliner i.titleIcn {
        width: 32px;
        height: 32px;
        position: absolute;
        background: url("../images/slice.png") no-repeat;
        background-position: -87px -122px;
        right: 10px;
        top: 70%;
        margin-top: -24px;
        cursor: pointer;
        display: none
    }

.catalogue_models .row-title .title-intro {
    text-transform: uppercase;
    font-size: 13px;
    color: #948f71
}

.catalogue_models .row-title h1,
.catalogue_models .row-title h2 {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    margin-top: 0
}

/* grid */

.catalogue_models .swiper-slide:hover img {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}

.catalogue_models .swiper-slide:hover img {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}

/* grid buttons */

.homepage-articles-slider .swiper-actions .swiper-button-prev,
.catalogue_models .swiper-button-prev,
.catalogue_models .swiper-container-rtl .swiper-button-next {
    background: url("../images/slice.png") no-repeat -135px -168px;
    width: 50px;
    height: 50px
}

    .homepage-articles-slider swiper-actions .swiper-button-prev:hover,
    .catalogue_models .swiper-button-prev:hover,
    .catalogue_models .swiper-container-rtl .swiper-button-next:hover {
        background: url("../images/slice.png") no-repeat -135px -112px;
    }

.homepage-articles-slider .swiper-actions .swiper-button-next,
.catalogue_models .swiper-button-next,
.catalogue_models .swiper-container-rtl .swiper-button-prev {
    background: url("../images/slice.png") no-repeat -191px -168px;
    width: 50px;
    height: 50px
}

    .homepage-articles-slider .swiper-actions .swiper-button-next:hover,
    .catalogue_models .swiper-button-next:hover,
    .catalogue_models .swiper-container-rtl .swiper-button-prev:hover {
        background: url("../images/slice.png") no-repeat -191px -112px;
        width: 50px;
        height: 50px
    }

.scrollToTop {
    background: url("../images/slice.png") no-repeat -260px -168px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 40px;
    display: none;
}

    .scrollToTop:hover {
        background: url("../images/slice.png") no-repeat -260px -112px;
    }

/*
	.catalogue_models .item-box {

		width:50%;
		float:left;
		padding:12px;
		transition:0.3s all linear;
		-webkit-transition:0.3s all linear;
	}
		
		.catalogue_models .item-box:hover {
			background:#dbd9cc;
			transition:0.3s all linear;
			-webkit-transition:0.3s all linear;
		}

		
		.catalogue_models .item-box img {
			transform:scale(1);
			transition:0.6s all linear;
			-webkit-transition:0.6s all linear;
		}
		
		.catalogue_models .item-box:hover img {
			transform:scale(1.3);
			transition:0.6s all linear;
			-webkit-transition:0.6s all linear;
		}

		*/

.catalogue_models .item-box .picture {
    overflow: hidden;
    text-align: center
}

.catalogue_models .item-box .product-title,
.catalogue_models .item-box .product-title a,
.catalogue_models .item-box h2,
.catalogue_models .item-box h2 a {
    font-size: 12px;
    color: #948f71;
    line-height: normal;
    margin-top: 10px;
    font-weight: 100
}

.catalogue_models .item-box .description {
    font-size: 12px;
    color: #948f71;
    line-height: normal
}

.catalogue_models .item-box .description,
.catalogue_models .item-box .add-info {
    display: none
}

/* Linije */

.catalogue_lines {
    background: #dbd9cc;
    padding-bottom: 26px;
    margin-top: 50px
}

    .catalogue_lines ul {
        padding-left: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

        .catalogue_lines ul li {
            list-style-type: none;
            text-align: center;
            line-height: 30px;
        }

    .catalogue_lines .row-title h1,
    .catalogue_lines .row-title h2 {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 300;
        margin: 36px;
        color: #FFF
    }

    .catalogue_lines a {
        color: #2b2728;
        font-size: 16px;
        font-weight: 100
    }

/* Izdelek - solo */

#product-details-form {
}

    #product-details-form .container {
        background: #FFF
    }

.product-essential .product-name {
    margin-top: 40px
}

.product-essential .space30left {
    padding-left: 30px
}

.product-essential .col-lg-5 {
    float: right
}

    .product-essential .col-lg-5 .picture {
        text-align: center
    }

    .product-essential .col-lg-5 .picture-thumbs {
        text-align: center;
        margin-top: 20px;
        text-align: center
    }

.product-reviews-overview {
    display: none
}

#product-details-form .full-description {
    clear: both;
    text-align: left
}

.product-name h1 {
    font-size: 30px;
    line-height: 40px
}

#shortDescMore {
    margin: 10px 0 5px;
    display: block
}

/* Atributi in ostalo */

.attributes {
    display: inline-block;
    width: 100%
}

    .attributes dd textarea {
        width: 100%;
        height: 140px
    }

.prices {
    display: none
}

/* Gumbi & Share */

.overview-buttons,
.product-share-button {
    height: 46px;
    margin-top: 20px;
}

    .product-share-button .addthis_toolbox {
        bottom: 0px;
        right: 0
    }

        .product-share-button .addthis_toolbox a {
            color: #000;
            margin-bottom: 0
        }
    /*
		.addthis_button_expanded {
			font-weight:bold;
			position:relative;
			left:-20px;
			bottom:2px
		}
		*/

    .overview-buttons div {
        display: inline-block;
        float: left;
        padding-right: 2px
    }

input.add-to-wishlist-button, input.add-to-wishlist-button:hover {
    background-image: url("../images/slice_btn.png");
    background-position: 10px -88px;
}

input.add-to-compare-list-button, input.add-to-compare-list-button:hover {
    background-image: url("../images/slice_btn.png");
    background-position: 10px -137px;
}

input.email-a-friend-wishlist-button, input.email-a-friend-wishlist-button:hover,
input.email-a-friend-button, input.email-a-friend-button:hover {
    background-image: url("../images/slice_btn.png");
    background-position: 10px -187px;
}

/* Selectors */

ul.option-list {
    padding-left: 0;
    margin-bottom: 0px;
    list-style-type: none;
}

dt {
    float: left;
    width: 100%;
    min-height: 46px;
    /* line-height:40px; */
    padding: 15px 0;
    display: table
}

    dt label {
        margin-bottom: 0px;
        display: table-cell;
        vertical-align: middle
    }

dd {
    float: left;
    width: 100%;
    min-height: 46px;
    padding: 10px 0
}

    dd select {
        padding: 5px 8px;
        width: 100%;
        font-size: 13px;
        max-width: 400px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/dropdown-arrow.png") no-repeat right 10px center;
        height: 40px
    }

        dd select:focus {
            outline: none;
        }

    /* Options with pictures */

    dd ul.hasAttributePicture li {
        display: inline-block;
        position: relative;
        width: 32%;
        vertical-align: top;
    }

        dd ul.hasAttributePicture li div {
            position: relative;
            vertical-align: top;
        }

        dd ul.hasAttributePicture li label {
            font-size: 11px;
            z-index: 0;
        }

        dd ul.hasAttributePicture li div div {
            position: absolute;
            top: 20px;
        }

        dd ul.hasAttributePicture li img {
            width: 100%;
            position: relative;
            cursor: pointer;
            border: 3px solid #fff;
            margin-bottom: 3px;
        }

            dd ul.hasAttributePicture li img.selectedPictureAttribute {
                border: 3px solid #cecece;
            }

        dd ul.hasAttributePicture li:hover div div {
            z-index: 1001;
            top: -22px;
            width: auto;
            background: #eee;
            padding: 10px
        }

        dd ul.hasAttributePicture li:hover label {
            line-height: 18px
        }

            dd ul.hasAttributePicture li:hover label:before {
                bottom: auto;
                top: 0
            }

        dd ul.hasAttributePicture li:hover img {
            width: 150%;
            position: absolute;
            z-index: 999;
            top: 0px;
            left: -25%;
            border: 3px solid #cecece;
            max-width: 200%
        }

/* Options selectors */

.option-list .selected-value label:before {
    content: url("../images/check.png");
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 15px;
    padding-top: 2px;
}

.option-list span.color {
    padding: 1px 9px
}

/* Količina - input */


input[type=text].qty-input {
    width: 80px
}

/* Produktni tab-i */

.productTabs.ui-tabs {
    border: none !important;
}

#product-details-form .productTabs.ui-tabs {
    border: none !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

#product-details-form .productTabs .productTabs {
    border-top: 10px solid #dbd9cc;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 38px;
    border-radius: 0px
}

#product-details-form .ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
    /* min-width: 764px; */
    margin: 0 auto;
    display: inline-block
}

#product-details-form .ui-tabs .ui-tabs-nav {
    padding-top: 0
}

    #product-details-form .ui-tabs .ui-tabs-nav li {
        width: 189px;
        margin: 0 1px;
        box-sizing: border-box;
        background: #FFF;
        border: 1px solid #ceccbf;
        border-top: none;
        border-radius: 0px
    }

        #product-details-form .ui-tabs .ui-tabs-nav li a {
            color: #948f71;
            width: 100%;
            text-align: center;
            line-height: 45px
        }

        #product-details-form .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            padding-bottom: 0px;
            background: #dbd9cc
        }

        #product-details-form .ui-tabs .ui-tabs-nav li.ui-state-active a {
            text-transform: uppercase;
            background-color: transparent
        }


/* Primerjava */

a.clear-list {
    padding: 15px 30px;
    background: #ee1b06;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    -webkit-transition: .2s all 0s ease;
    transition: .2s all 0s ease;
    margin: 20px auto;
    text-align: center;
    width: 160px;
    display: block;
}

    a.clear-list:hover {
        background: #231f20;
    }

.compare-products-table tr td {
    text-align: center;
    padding: 5px 0
}

.compare-products-table tr.product-name td:nth-child(1),
.compare-products-table tr.product-price td:nth-child(1),
.compare-products-table tr.specification td:nth-child(1) {
    text-align: left
}

.compare-products-table tr td .remove-button {
    padding: 10px
}
/***** END MAIN CONTENT *****/

/***** START FOOTER *****/

.footer-left ul,
.footer-right ul {
    margin: 0px;
    padding: 0px
}

    .footer-left ul li {
        vertical-align: top;
        list-style: none;
    }

        .footer-left ul li:nth-child(1) {
            padding-bottom: 20px
        }

.footer-right {
    text-align: left;
}

.footer-links {
    text-align: center !important
}

    .footer-right a, .footer-links a {
        display: inline-block;
        width: 100%;
        color: #231f20
    }

.slice_footer {
    background: #f3f4f4;
    padding-bottom: 36px;
    margin-top: 0px
}

.slice_footer_enews {
    background: #dbd9cc;
    padding-bottom: 20px;
}

.slice_footer div.col-md-3, .slice_footer div.col-md-4 {
    text-align: center;
    padding-top: 50px;
}

.slice_footer div.col-md-4 {
    float: none;
    margin: 0 auto;
}

.slice_footer div.img {
    margin: 0 auto;
    background: url("../images/slice.png") no-repeat;
    width: 102px;
    height: 102px;
}

    .slice_footer div.img a {
        display: block;
        width: 100%;
        height: 100%;
    }

.slice_footer h3 {
    font-family: 'Ollie' !important;
    font-size: 30px;
    color: #000
}

.slice_footer div.phone h3 {
    font-family: 'Ollie' !important;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.slice_footer div.phone .img {
    background-position: left top
}

.slice_footer div.stores .img {
    background-position: -101px top
}

.slice_footer div.cert .img {
    background-position: -203px top
}

.slice_footer div.kontakt h3 {
    margin: 2px 0 20px 0
}

.slice_footer div.kontakt .img {
    width: 52px;
    height: 52px;
    background-position: -306px 1px
}

.slice_footer div.kontakt i.googleplus {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: transparent url("../images/menu-slice.png") no-repeat 0px -711px;
    vertical-align: bottom;
    margin: 18px 0 0 20px
}

.slice_footer div.kontakt i.facebook {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: transparent url("../images/menu-slice.png") no-repeat 0px -673px;
    vertical-align: bottom;
    margin: 18px 20px 0 0
}

.slice_footer_enews div.enews h3 {
    margin: 8px 0
}

.slice_footer_enews div.enews .img {
    width: 52px;
    height: 52px;
    background-position: -306px -51px
}

.newsletter .title {
    display: none
}

.newsletter-subscribe {
    margin-top: 40px
}

    .newsletter-subscribe input[type=text] {
        float: left;
        width: 75%
    }

    .newsletter-subscribe input[type=button] {
        float: right;
        width: 20%;
        height: 38px
    }

.credits_footer {
    margin-top: 50px
}

/***** END FOOTER *****/

/***** MENU *****/

nav.menu .expand.expandedT {
    width: 200px
}

/* Izjeme - skrivanje */

nav.menu ul li a.shoppingCart,
nav.menu ul li a.compareproducts,
nav.menu ul li a.wishlist { /* display:none */
    position: relative;
    border-bottom: 1px solid #4f4c4d;
}

/* Izjema - odmeni Kontakt */

nav.menu ul li.contactMenu {
    min-height: 70px;
    height: auto;
}

/* Velikosti teksta v podmenijih */

nav.menu ul.lang li span,
nav.menu ul.b2b li span {
    font-size: 12px
}

nav.menu {
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 7px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 7px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 7px 3px rgba(0,0,0,0.2);
}

    nav.menu div.top {
        height: 80px;
        /* background-color: #ee1b06; */
    }

    nav.menu div.top {
        background-color: #fff;
    }

        nav.menu div.top a.logo {
            display: block;
            width: 70px;
            height: 80px;
            background: #fff url("../images/slice.png") no-repeat -434px 37px;
        }

    nav.menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        /* border-top: 1px solid #4f4c4d; 
        background: #ee1b06; */
    }

        nav.menu ul > li {
            margin: 0;
            padding: 0;
            list-style: none;
            border-top: 1px solid #4f4c4d;
            position: relative;
            height: 70px
        }

            nav.menu ul > li a {
                position: absolute;
                height: 70px;
                display: table;
                width: 100%;
            }

        nav.menu ul.main li a {
            width: 100%;
        }

        nav.menu ul li a:hover {
            background: #383637;
            -webkit-transition: .2s background 0s ease;
            transition: .2s background 0s ease;
        }

    nav.menu a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 0px 20px;
        white-space: nowrap;
    }

        nav.menu a span {
            -webkit-transition: .2s opacity .2s ease;
            transition: .2s opacity .2s ease;
            width: 100%;
            max-width: 100px;
            white-space: normal;
            line-height: 18px;
            vertical-align: middle;
            display: table-cell;
            padding: 0 10px;
            font-size: 14px
        }

    /* ikone odmenijev */

    nav.menu i {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: transparent url("../images/menu-slice.png") no-repeat 0 0;
        vertical-align: bottom;
        margin-top: 15px
    }

        nav.menu i.ico1 {
            background-position: -2px 0px
        }

        nav.menu i.ico2 {
            background-position: -2px -70px
        }

        nav.menu i.ico3 {
            background-position: -2px -140px
        }

        nav.menu i.ico4 {
            background-position: -2px -210px
        }

        nav.menu i.ico5 {
            background-position: -2px -280px
        }

        nav.menu i.ico6 {
            background-position: -2px -350px
        }

        nav.menu i.ico7 {
            background-position: -1px -486px;
        }

        nav.menu i.ico8 {
            background-position: -1px -556px;
        }

        nav.menu i.ico9 {
            background-position: -2px -422px;
        }

        nav.menu i.pinterest {
            background-position: -1px -638px;
        }

        nav.menu i.facebook {
            background-position: -1px -674px;
        }

        nav.menu i.googleplus {
            background-position: -1px -708px;
        }

        nav.menu i.flickr {
            background-position: -1px -744px;
        }

    /* Mobile košarica */

    nav.menu a.shoppingCart span i.icoCart {
        float: left;
        margin-left: -12px;
        margin-top: 0;
        background: url("../images/slice.png") no-repeat;
        background-position: -517px -322px;
    }



    nav.menu a.shoppingCart .cart-qty span {
        width: 100%;
        float: left;
        line-height: 40px;
    }

    nav.menu a.shoppingCart .cart-qty strong {
        line-height: 40px
    }

    nav.menu a.wishlist span i.icowish {
        float: left;
        margin-left: -12px;
        margin-top: 0;
        background: url("../images/slice.png") no-repeat;
        background-position: -482px -656px;
    }

    nav.menu a.compareproducts span i.icocompareproducts {
        float: left;
        margin-left: -12px;
        margin-top: 0;
        background: url("../images/slice.png") no-repeat;
        background-position: -482px -611px;
    }

    nav.menu a.wishlist .wishlist-qty span,
    nav.menu a.compareproducts .compare-qty span {
        width: 100%;
        max-width: 200px;
        float: left;
        line-height: 40px;
    }

    nav.menu ul.main {
        background-color: #231f20
    }

    nav.menu ul.lang {
        height: 70px;
        /* border-top:1px solid #f14938; */
    }

        nav.menu ul.lang li {
            float: left;
            border-top: none
        }

        nav.menu ul.lang.lang2 li {
            float: left;
            width: 50%;
            text-align: center;
        }

        nav.menu ul.lang.lang3 li {
            float: left;
            width: 33.3334%;
            text-align: center;
        }

        nav.menu ul.lang.lang4 li {
            float: left;
            width: 25%;
            text-align: center;
        }

        nav.menu ul.lang.lang5 li {
            float: left;
            width: 20%;
            text-align: center;
        }

        nav.menu ul.lang.lang6 li {
            float: left;
            width: 16.6667%;
            text-align: center;
        }

        nav.menu ul.lang li.selected {
            display: table
        }

            nav.menu ul.lang li.selected span {
                text-align: center;
                color: #FFF;
                font-weight: bold;
                vertical-align: middle;
                display: table-cell
            }

    nav.menu ul.b2b:before {
        clear: both;
        content: ""
    }

    nav.menu ul.b2b li a {
    }

    nav.menu ul.b2b li {
        border-top: 1px solid #f14938;
    }

        nav.menu ul.b2b li span {
            /*
		display: inline;
		line-height: 40px;
		padding:0 3px 0 10px
		*/
        }

            nav.menu ul.b2b li span em {
                padding-left: 0;
                display: block;
                width: 150px;
                text-transform: none;
                font-style: normal
            }

            nav.menu ul.b2b li span span:nth-child(2) {
                text-transform: none;
                padding-left: 0px
            }

    /* Social */

    nav.menu ul.social {
        border-top: 1px solid #f14938;
        padding: 15px 0;
    }

        nav.menu ul.social li {
            height: 35px;
            border: none
        }

            nav.menu ul.social li a {
                height: 35px
            }

            nav.menu ul.social li i {
                margin-top: 0
            }

.navbar {
    margin-bottom: 0px
}

.navbar-default {
    background-color: #ee1b06;
    border-color: transparent;
}

.navbar-collapse {
    padding: 0px;
    width: 100%
}

.navbar-default .navbar-toggle {
    height: 64px;
    width: 65px;
    background: #fff url("../images/slice.png") no-repeat -358px 8px;
    border: 0px;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
        background: #fff url("../images/slice.png") no-repeat -358px 8px;
    }

.navbar-header {
    float: left
}


/*
.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}
*/
.navbar-collapse.in {
    overflow: hidden
}

/* Pododmeniji */

.list {
    display: none;
    background: #383637
}

ul.list.active {
    display: block;
    margin-top: 70px;
    height: auto;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}


nav.menu ul li.hassub {
    height: auto;
    min-height: 70px
}



nav.menu ul.main li a.hasMore {
    padding: 5px 8px;
    font-size: 13px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/dropdown-arrow.png") no-repeat right 10px center;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 15px;
    cursor: pointer
}

.hassub .hasMore:hover {
    background: url("../images/dropdown-arrow.png") no-repeat right 10px center;
}

/***** START CONTACT HELP *****/

@media screen and (max-width:838px) {
    .contact-send {
        display: none
    }

    nav.menu ul.list li {
        height: 50px;
    }

        nav.menu ul.list li a {
            height: 50px;
            line-height: 50px
        }

            nav.menu ul.list li a:hover {
                color: #ccc9c4;
            }

    nav.menu .expand ul.list li.active a {
        background: url("../images/slice.png") no-repeat -127px -359px;
        padding-left: 47px;
        color: #ccc9c4;
    }
}

/***** END CONTACT HELP *****/

/***** START SLIDER *****/

.row-slider {
}

    .row-slider img {
        width: 100%
    }



/***** END SLIDER *****/

/***** START PRODAJNI PROGRAM *****/

.row-sale_program {
    background: url("../images/sale_program_bg.png") no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 20px
}

.row_entry_sale .masterItem {
    height: auto !important;
    max-height: 270px;
    margin-bottom: 20px;
}

.row-sale_program .row-title {
    text-align: center;
    margin-bottom: 25px
}

    .row-sale_program .row-title h1,
    .row-sale_program .row-title h2 {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 0
    }

    .row-sale_program .row-title p {
        font-size: 18px;
        font-weight: 100;
        line-height: 32px
    }

    .row-sale_program .row-title span {
        font-size: 32px;
        color: #ee1b06
    }

.row-sale_program .row-showcase {
    padding: 0px;
    margin-bottom: 20px
}

.row-sale_program .col-lg-6 .col-lg-4,
.row-sale_program .col-lg-6 .col-lg-6,
.row-sale_program .col-lg-6 .col-lg-8 {
    padding: 0px
}

.masterItem {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0 2px 8px 0px rgba(0,0,0,0.2);
}

.master-item a {
    color: #
}

.masterItem img {
    max-width: 100%;
    -webkit-transition: .8s all ease;
    transition: .8s all ease;
}

.masterItem .quickView {
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: absolute;
    margin-top: -39px;
    height: 40px;
    background-color: #FFF;
    width: 100%;
    width: 100%
}

    .masterItem .quickView h1,
    .masterItem .quickView h2 {
        font-size: 13px;
        margin-top: 15px;
        text-transform: uppercase;
        line-height: 13px;
        font-weight: inherit
    }


.masterItem:hover .quickView {
    bottom: 0px;
    background: #000;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition: 0s background ease;
    transition: 0s background ease;
}

.masterItem:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .8s all ease;
    transition: .8s all ease;
}

.masterItem:hover h1,
.masterItem:hover h2 {
    color: #ee1b06;
    font-size: 24px;
    padding: 0 20px;
    line-height: 24px
}

.masterItem:hover p {
    color: #ffffff;
    font-size: 15px;
    padding: 0 20px;
}

.masterHover {
    background: #000
}

.row-showcase .masterItem .quickView {
    display: inline;
    left: 0;
}

.row-showcase .masterItem:hover .quickView {
    height: 100%;
    display: table;
    margin: 0;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}

.row-showcase .masterItem .quickView .quickText {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}

.row-showcase .masterItem:hover .quickView .quickText {
    display: table-cell;
    vertical-align: middle;
}


/* izjeme za prodajni program, kjer sta 2 elementa */

.row-showcase .masterItem {
    background-size: 102%;
    background-position: top center;
    height: 300px;
    transition: background-size 0.8s ease;
}


.page.category-page .row-showcase .masterItem {
    height: auto;
    max-height: 270px;
    margin-bottom: 20px
}

.row-showcase .r1c1 .masterItem,
.row-showcase .r1c2 .masterItem,
.row-showcase .r1c3 .masterItem {
    height: 400px
}

.row-showcase .masterItem:hover {
    background-size: 120%;
    /* background-position: -50px 0; */
}

.row-showcase .col2items .masterItem {
    height: 140px
}

.row-showcase .masterItem .quickView {
    bottom: 0px
}

/***** END PRODAJNI PROGRAM *****/

/***** START SLIDER AKCIJE *****/

.row-actions {
    height: auto;
    background: url("../images/news_actions_bg.png");
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 20px;
}

    .row-actions,
    .row-actions .container {
        height: auto
    }

        .row-actions .row-title {
            text-align: center;
            margin-bottom: 25px
        }

            .row-actions .row-title h1,
            .row-actions .row-title h2 {
                font-size: 36px;
                text-transform: uppercase;
                font-weight: 300;
                margin-bottom: 0;
                color: #FFF
            }

        .row-actions .swiper-slide {
            position: relative;
            overflow: hidden;
            -webkit-box-shadow: 0 2px 8px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 8px 0px rgba(0,0,0,0.2);
            box-shadow: 0 2px 8px 0px rgba(0,0,0,0.2);
            width: 100%;
            height: 300px
        }

            .row-actions .swiper-slide a {
                width: 100%
            }

            .row-actions .swiper-slide img {
                width: 100%;
            }

.swiper-slide img {
    max-width: 100%;
    -webkit-transition: .8s all ease;
    transition: .8s all ease;
    width: 100%
}

.swiper-slide .quickView {
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: absolute;
    height: 50%;
    background-color: #000;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    overflow: hidden;
    width: 100%
}

    .swiper-slide .quickView h1,
    .swiper-slide .quickView h2 {
        font-size: 24px;
        margin-top: 15px;
        text-transform: uppercase
    }

    .swiper-slide .quickView a {
        color: #FFF
    }

.swiper-slide p {
    color: #ffffff;
    font-size: 16px;
}

.swiper-slide:hover .quickView {
    bottom: 0px;
    background: #000;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.swiper-slide:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .8s all ease;
    transition: .8s all ease;
}

.swiper-slide:hover p {
    color: #ffffff;
    font-size: 16px;
}

/* Slider override 
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    opacity: 0.35;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: 1;
}

*/
/* Slider override */
.swiper-button-prev, .swiper-button-next {
    top: 46% !important
}

.swiper-slide {
    background: none
}

.row-actions .swiper-container {
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: visible
}

.row-actions .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    /* Center slide text vertically 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		*/
}

.row-actions .swiper-pagination-bullet {
    border-radius: 0;
    background: #FFF;
    width: 20px;
    height: 20px
}

.row-actions .swiper-pagination-bullet-active {
    background: #dbd9cc
}

.row-actions .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5px;
    opacity: 1;
    filter: alpha(opacity=1);
    height: 25px;
    width: 25px
}

/***** END SLIDER AKCIJE *****/

/***** START AMBIENT *****/

.row-ambient {
    background: #dbd9cc;
    display: inline-block
}

    .row-ambient, .row-ambient div[class*="col-"] {
        padding: 0px
    }

.row-ambient {
    padding-top: 30px;
}

    .row-ambient .row-title {
        text-align: center;
        margin-bottom: 25px
    }

        .row-ambient .row-title h1,
        .row-ambient .row-title h2 {
            font-size: 25px;
            text-transform: uppercase;
            font-weight: 300;
            margin-bottom: 0
        }

        .row-ambient .row-title span {
            font-size: 38px;
            color: #ee1b06;
            text-transform: none;
        }

    .row-ambient .row-showcase {
        padding: 0px;
        margin-bottom: 20px
    }

    .row-ambient .masterItem {
        max-height: 340px
    }

/* Slider Ambient */

.quickView .quickText {
    font-size: 15px
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.instance-1 .swiper-slide .quickView {
    height: 0;
    padding: 0
}

.instance-1 .swiper-slide .quickView {
    height: 0;
    padding: 0
}

.instance-1 .swiper-slide .masterItem .quickView {
    display: table;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin-bottom: -150px
}

.instance-1 .swiper-slide .masterItem:hover .quickView {
    height: 340px;
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    margin-bottom: 0px
}

.instance-1 .swiper-slide .masterItem .quickView .quickText {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0.2;
    filter: alpha(opacity=0.2);
}

.instance-1 .swiper-slide .masterItem:hover .quickView .quickText {
    vertical-align: middle;
    display: table-cell;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    color: #FFF
}

.instance-1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 340px;
    width: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*
	
    .instance-1 .swiper-slide:nth-child(2n) {
        width: 40%;
    }
    .instance-1 .swiper-slide:nth-child(3n) {
        width: 20%;
    }
	
    .instance-1 .swiper-slide:nth-child(4n) {
        width: 10%;
    }

    .instance-1 .swiper-slide:nth-child(5n) {
        width: 40%;
    }

	.instance-1 .swiper-wrapper {
		left: -50%;
	    margin-left: 70px;
	}

	*/

/***** END AMBIENT *****/





/***** START STATIČNE STRANI *****/

.hvala_outer {
    position: relative
}








.hvala_txt {
    font-size: 60px;
    display: block;
    position: absolute;
    top: 60%;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin-left: 40px
}


/* Povpraševanje, košarica */

/*********** POVPRAŠEVANJE contact-page ***********/

/* Se začne skupaj pri sklopu Povpraševanje - obrazec */

/*********** GLOBAL TABLES ***********/


.table-wrapper {
    overflow-x: auto;
}

.cart th,
.data-table th,
.forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
    color: #444;
}

.forum-table td {
    min-width: 90px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    color: #ee1b06;
}

    .cart a:hover,
    .data-table a:hover,
    .forum-table a:hover {
        text-decoration: underline;
    }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
    min-width: 225px;
    text-align: left;
}

    .cart .product a,
    .data-table .product a,
    .data-table .info a {
        font-size: 18px;
        line-height: 20px;
        color: #948f71;
        font-weight: 100
    }

        .cart .product a:hover,
        .data-table .product a:hover,
        .data-table .info a:hover {
            color: #ee1b06;
            text-decoration: none;
        }




































    .cart .product .edit-item {
        margin: 10px 0 0;
    }


























































































        .cart .product .edit-item a {
            font-weight: normal;
            color: #ee1b06;
            font-size: 13px
        }

            .cart .product .edit-item a:hover {
                text-decoration: underline;
            }


















.cart td.remove-from-cart {
    border-left: none
}

.cart td.quantity {
    border-right: none
}


.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}






.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}



.cart td.quantity input {
    width: 50px;
    text-align: center;
    height: 36px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
    display: inline-block;
    margin: 10px auto
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #444;
}

    .cart td.subtotal .discount {
        font-style: italic;
        color: #ee1b06;
    }


.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}





table {
    width: 100%;
    border-collapse: collapse;
}



.cart th, .data-table th, .forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #dbd9cc;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
    color: #948f71
}

.cart .remove-from-cart, .cart .add-to-cart, .data-table .select-boxes, .data-table .order {
    text-align: center;
}

.cart td, .data-table td, .forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #eaeaea #eaeaea;
    background-color: #fff;
    padding: 20px;
    color: #948f71;
}

/* Added later */

.cart .product-name {
    display: inline-block;
    width: 100%
}

td.product-picture {
    padding: 10px;
    background: #f3f4f4
}

.cart .remove-from-cart,
.cart .product-picture,
.cart .quantity {
    min-width: 120px
}

.product-picture img {
    min-height: 100px
}

.cart .quantity label {
    display: none
}

.product span,
.product span.attr,
.product ul li,
.cart .attributes {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #2b2728;
    font-weight: 100
}

.product ul {
    padding: 0
}

    .product ul li {
        list-style-type: none
    }

/* Povpraševanje - pod tabelo */

.cart-options {
    margin-top: 20px
}

    .cart-options .common-buttons {
        margin: 0 0 20px;
        background-color: #f6f6f6;
        padding: 20px;
        font-size: 0;
    }

        .cart-options .common-buttons input {
            display: inline-block;
            min-width: 180px;
            margin: 5px;
            border: none;
            background-color: #aaa;
            padding: 10px 20px;
            font-size: 15px;
            color: #fff;
        }

    .cart-options input[type=submit].button-2,
    .cart-options input[type=button].button-2 {
        border: 1px solid #eaeaea;
        background-color: #f3f4f4;
        background-repeat: no-repeat;
        padding: 12px 15px 12px 40px;
        text-align: left;
        font-size: 14px;
        color: #231f20
    }

        .cart-options input[type=submit].button-2:hover,
        .cart-options input[type=button].button-2:hover {
            background-color: #eaeaea;
            border: 1px solid #f3f4f4
        }


input.update-cart-button,
input.update-cart-button:hover {
    background-image: url("../images/slice_btn.png");
    background-position: 10px -36px
}

input.continue-shopping-button,
input.continue-shopping-button:hover {
    background-image: url("../images/slice_btn.png");
    background-position: 10px 14px
}

/* Povpraševanje - obrazec */

.contact-page form,
.page-body.checkout-data {
    margin-bottom: 20px
}

.contact-page form,
.checkout-data form {
    background: #f3f4f4;
    float: left;
    width: 100%;
    padding: 30px
}

.contact-page .required,
.checkout-data .required {
    display: none
}

.checkout-data label {
    display: none
}
/* Izjema */
.contact-page .option-list li,
.checkout-data .type-radiolist .option-list li {
    position: relative;
    line-height: 30px;
}



.contact-page .option-list input,
.checkout-data .type-radiolist .option-list input {
    display: none !important
}



.checkout-data .type-radiolist label {
    display: inline
}

.contact-page .option-list label,
.checkout-data .type-radiolist .option-list label {
    display: inline;
    margin-left: 30px
}




.contact-page .option-list label {
    width: 100%
}


.contact-page .type-radiolist .option-list label:before,
.checkout-data .type-radiolist .option-list label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dbd9cc;
    border-radius: 50%;
}

.checkout-data .type-checkboxes .option-list label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dbd9cc;
    border-radius: 0%;
}






.checkout-data div[class*="col-"] {
}







.contact-page .fieldset .form-fields .inputs {
    margin-bottom: 20px
}


.contact-page form input,
.contact-page form textarea,
.checkout-data input,
.checkout-data textarea {
    width: 100%
}






.contact-page form textarea,
.checkout-data textarea {
    height: 182px
}





.center-1 .buttons {
    text-align: center;
    display: inline-block;
    width: 100%
}




.buttons {
    margin: 40px 0 40px;
}



    .buttons .button-1 {
        padding: 15px 30px
    }

/***** END STATIČNE STRANI *****/

/***** KONTAKT - toggle *****/

nav.menu ul li a.contactLnk {
    position: relative
}

.contact-holder li.contactMenu .contact-send p.c1 a.prodajna-mesta {
    line-height: 20px
}

.contact-send {
    display: none;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background: #f3f4f4;
    float: left
}

.send-email input,
.send-email input[type=submit],
.send-email textarea {
    width: 100%
}

    .send-email input[type=checkbox] {
        width: auto
    }

.nav.menu ul li.contact-send h1,
.contact-send h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 300
}

.nav.menu ul li.contact-send p.c1,
.contact-send p.c1 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px
}

.nav.menu ul li.contact-send p.c2,
.contact-send p.c2 {
    margin-bottom: 20px
}


    .nav.menu ul li.contact-send p.c2 span,
    .contact-send p.c2 span {
        font-size: 20px;
        font-weight: 700
    }

/* Override za anchor kot odmenijska postavka */
nav.menu ul li .contact-send a {
    color: #ee1b06;
    display: initial;
    text-transform: none;
    position: inherit;
    height: auto;
    font-size: 20px;
    padding: 0;
    text-decoration: none;
    -webkit-transition: .2s color 0s ease;
    transition: .2s color 0s ease;
}

    nav.menu ul li .contact-send a:hover {
        background: none;
        color: #231f20
    }

nav.menu ul li .contact-send p.c1 a {
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
    padding: 0;
    display: inline-block;
    float: none;
    height: auto;
    line-height: 45px;
    -webkit-transition: .2s color 0s ease;
    transition: .2s color 0s ease;
}

    nav.menu ul li .contact-send p.c1 a:hover {
        text-decoration: underline
    }

    nav.menu ul li .contact-send p.c1 a.prodajna-mesta {
        list-style-type: none;
        background-image: url("../images/slice.png");
        background-position: -510px -460px;
        background-repeat: no-repeat;
        -webkit-transition: .5s background-position 0s ease;
        transition: .5s background-position 0s ease;
        padding-left: 45px;
        line-height: 20px
    }

    nav.menu ul li .contact-send p.c1 a.spremljajte-nas {
        list-style-type: none;
        background-image: url("../images/slice.png");
        background-position: -510px -506px;
        background-repeat: no-repeat;
        -webkit-transition: .5s background-position 0s ease;
        transition: .5s background-position 0s ease;
        padding-left: 45px
    }

    nav.menu ul li .contact-send p.c1 a.povprasevanje-kontakt {
        list-style-type: none;
        background-image: url("../images/slice.png");
        background-position: -510px -555px;
        background-repeat: no-repeat;
        -webkit-transition: .5s background-position 0s ease;
        transition: .5s background-position 0s ease;
        padding-left: 45px
    }


.contact-send p.c3 {
    font-size: 12.5px
}

.contact-send .contact {
    background-color: #f3f4f4;
    float: left;
    padding: 28px;
    box-sizing: border-box;
    height: 100%
}


.contact-send .send {
    background-color: #dbd9cc;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    height: 100%
}

.contact-send .send {
    width: 58%;
}

.contact-send .contact {
    width: 42%
}

/* Obrazec */


.send-email .item-value {
    position: relative
}

    .send-email .item-value .required {
        position: absolute;
        right: -10px;
        top: 5px
    }


    .send-email .item-value label {
        display: none
    }

        .send-email .item-value label.visiblelabel {
            display: inline-block;
            font-weight: normal;
            padding-left: 30px;
        }

        .send-email .item-value label.leanpay-label {
            margin-bottom: 10px;
        }

.contact-send input[type=text] {
    margin-bottom: 10px
}

.contact-send textarea {
    height: 100px;
    margin-bottom: 5px
}

/* LOGIN */

.login-page .inputs input[type="text"],
.login-page .inputs input[type="password"] {
    padding: 5px 8px;
    width: 100%;
    font-size: 13px;
    max-width: 400px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
}

.login-page input[type=submit], .login-page input[type=button] {
    width: 160px;
    height: 40px;
}

.login-page .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
    margin: 20px 0;
}

    .login-page .title strong {
        font-weight: 100
    }

.login-page label {
    min-width: 100px;
    font-weight: 100
}

.login-page .inputs.reversed {
    position: relative
}

    .login-page .inputs.reversed label {
        margin-left: 30px;
        margin-top: 20px;
        cursor: pointer
    }

.form-fields label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: #fff;
    border: 1px solid #eaeaea
}


.questionaire .form-fields label:before {
    bottom: auto;
    top: 5px
}

.center-1 .login-page .buttons {
    text-align: left
}

/******************************/
/***** MAIN MEDIA QUERIES *****/
/******************************/

@media all and (max-width:1599px) and (min-width:1270px) {

    .masterItem:hover h1, .masterItem:hover h2 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .masterItem:hover p {
        font-size: 13px;
        line-height: 14px
    }

    .row-showcase .masterItem {
        height: 260px
    }

    .row-showcase .r1c1 .masterItem, .row-showcase .r1c2 .masterItem, .row-showcase .r1c3 .masterItem {
        height: 360px
    }

    .row-showcase .col2items .masterItem {
        height: 120px
    }

    .swiper-slide.arhitektBlack p, .swiper-slide.arhitektBlack:hover p {
        font-size: 15px
    }
}

@media all and (max-width:1269px) and (min-width:992px) {

    .masterItem:hover h1, .masterItem:hover h2 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .masterItem:hover p {
        font-size: 13px;
        line-height: 14px
    }

    .row-showcase .masterItem {
        height: 200px
    }

    .row-showcase .r1c1 .masterItem, .row-showcase .r1c2 .masterItem, .row-showcase .r1c3 .masterItem {
        height: 260px
    }

    .row-showcase .col2items .masterItem {
        height: 90px
    }

    .swiper-slide.arhitektBlack .quickView {
        padding: 20px
    }

    .catLinks ul {
        width: 62%
    }
}

@media all and (max-width:991px) and (min-width:769px) {

    .swiper-slide.arhitektBlack .quickView {
        padding: 20px
    }

    .catLinks ul {
        width: 75%
    }
}

@media all and (max-width: 1280px) {

    /* Arhitekt */

    .arhitekt_galerija {
        overflow: hidden
    }

        .arhitekt_galerija img {
            max-width: unset;
            width: auto
        }

    /* Footer */

    .container .footer-right.col-lg-6 {
        float: left;
        width: 100%;
    }
}

@media all and (max-width: 1000px) {

    /*** GLOBAL TABLES ***/


    .cart {
        display: block;
    }

        .cart colgroup,
        .cart thead {
            display: none;
        }

        .cart tbody {
            display: block;
            overflow: hidden;
        }

        .cart tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #eaeaea;
        }

        .cart td {
            display: block;
            border: none;
            padding: 10px;
        }

            .cart td.remove-from-cart {
                margin: 0;
                border-bottom: 1px solid #eaeaea;
                background-color: #dbd9cc;
            }

            .cart td.product-picture {
                border-top: 1px solid #eaeaea;
                padding: 10px;
                text-align: center
            }

            .cart td.product {
                min-width: 0;
                border-bottom: 1px solid #eaeaea;
                padding: 5px 10px 15px;
                text-align: center;
            }

            .cart td.quantity {
                display: inline-block;
                padding: 0 10px;
                vertical-align: middle;
                text-align: center;
                width: 100%
            }

            .cart td.unit-price,
            .cart td.subtotal {
                display: inline-block;
                padding: 20px 10px;
                vertical-align: middle;
            }

    .order-details-page .data-table {
        display: block;
    }

        .order-details-page .data-table colgroup,
        .order-details-page .data-table thead {
            display: none;
        }

        .order-details-page .data-table tbody {
            display: block;
            overflow: hidden;
        }

        .order-details-page .data-table tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #ddd;
        }

        .order-details-page .data-table td {
            display: block;
            border: none;
            padding: 10px;
        }

            .order-details-page .data-table td.product,
            .order-details-page .data-table td.tracking-number {
                min-width: 0;
                border-bottom: 1px solid #ddd;
                padding: 5px 10px 15px;
                text-align: center;
            }

    .row-actions .swiper-slide {
        height: auto
    }
}

@media (max-width: 768px) {

    /* Fonti header */

    .body-wrapper .top_img .fontOllie,
    .body-wrapper .top_img2 .fontOllie {
        font-size: 60px;
        margin-left: 0px;
        text-align: center;
        line-height: 65px;
    }





    .body-wrapper .top_img .fontNormal,
    .body-wrapper .top_img2 .fontNormal {
        font-size: 28px;
        margin-left: 0px;
        text-align: center;
    }


    .topic-page .row-slider {
        overflow: hidden;
    }

        .topic-page .row-slider img {
            width: 150%;
            max-width: 150%;
        }

    .swiper-slide.arhitekt, .swiper-slide.arhitektBlack {
        width: 48%;
        float: left;
        margin-bottom: 20px !important
    }

    .catLinks ul {
        width: 80%
    }

    .arhitektLink100, .arhitektLink100:hover {
        font-size: 16px
    }

        .arhitektLink100 strong {
            font-size: 25px
        }
}


@media (max-width: 480px) {


    .row-sale_program .row-showcase .col-xs-6 {
        width: 100% !important
    }








    .download_item {
        right: 0
    }

    .checkout-data {
        padding: 10px
    }

    /* Fonti header */

    body .body-wrapper .top_img .fontOllie,
    body .body-wrapper .top_img2 .fontOllie {
        font-size: 35px;
    }

    body .body-wrapper .top_img .fontNormal,
    body .body-wrapper .top_img2 .fontNormal {
        font-size: 22px;
    }
}







@media (min-width: 481px) {

    /*** GLOBAL TABLES ***/


    .cart tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: both;
        }
}


@media (max-width: 640px) {
    .catalogue_selector div.col-xs-6 {
        width: 100%;
        display: inline-block;
        float: left
    }

        .catalogue_selector div.col-xs-6:nth-child(2) {
            width: 100%
        }

    .catalogue_selector .toggleChk.selected,
    .catalogue_selector .toggleChk {
        display: block;
        margin: 1px auto
    }

    .catalogue_selector .wrapper-dropdown {
        float: none;
        margin: 0 auto
    }

    .hvala_outer {
        float: right
    }

    .contact-send .send, .contact-send .contact {
        width: 100%
    }

    /* Filter */

    .container .product-spec-filter .product-spec-group {
        width: 100%
    }




    /* Fonti header */

    .top_img .fontOllie,
    .top_img2 .fontOllie {
        font-size: 65px;
        margin-left: 0px;
        text-align: center
    }

    .top_img .fontNormal,
    .top_img2 .fontNormal {
        font-size: 35px;
        margin-left: 0px;
        text-align: center
    }

    .catLinks ul li {
        display: inline-block;
        text-align: center;
        float: left;
        width: 100%;
        padding: 15px 0;
    }

    .swiper-slide.arhitektBlack p {
        font-size: 13px;
        line-height: 15px
    }
}

@media (max-width: 600px) {

    /* Spreodmenimo barvo pisave pri gumbih na mobile da odstranimo tekst in pustimo samo BG image */

    .add-to-wishlist input[type=submit].button-2,
    .add-to-wishlist input[type=button].button-2,
    .compare-products input[type=submit].button-2,
    .compare-products input[type=button].button-2,
    .email-a-friend input[type=submit].button-2,
    .email-a-friend input[type=button].button-2 {
        color: transparent
    }

        .add-to-wishlist input[type=submit].button-2:hover,
        .add-to-wishlist input[type=button].button-2:hover,
        .compare-products input[type=submit].button-2:hover,
        .compare-products input[type=button].button-2:hover,
        .email-a-friend input[type=submit].button-2:hover,
        .email-a-friend input[type=button].button-2:hover {
            color: transparent
        }

    .compare-products {
        padding: 0 30px
    }

    .overview-buttons .compare-products {
        padding: 0px
    }

    input.add-to-wishlist-button, input.add-to-wishlist-button:hover {
        background-position: 31px -88px;
        width: 80px
    }

    input.add-to-compare-list-button, input.add-to-compare-list-button:hover {
        background-position: 31px -137px;
        width: 80px;
    }

    input.email-a-friend-button, input.email-a-friend-button:hover {
        background-position: 31px -187px;
        width: 80px
    }

    .overview-buttons, .product-share-button {
        width: 300px;
        margin: 30px auto
    }

    .product-essential .space30left {
        padding-left: 0;
        padding-right: 0
    }

    .swiper-slide.arhitekt p {
        font-size: 13px
    }
}

@media (min-width: 641px) {
    dt {
        width: 30%;
    }






    dd {
        width: 70%;
    }

    .catalogue_models .row-title h1, .catalogue_models .row-title h2 {
        font-size: 40px
    }

    .catalogue_models .row-title .title-inliner {
        padding: 0 75px
    }

    .catalogue_models .row-title .title-intro {
        font-size: 18px
    }


    .catalogue_models .row-title .title-inliner i.titleIcn {
        width: 49px;
        height: 49px;
        background-position: -78px -113px;
        top: 50%;
    }
}

@media (min-width: 768px) {

    .swiper-slide.arhitekt .quickView .quickText {
        top: 15%
    }

    .swiper-slide.arhitekt:hover .quickView .quickText {
        top: 35%
    }

    .row-actions .swiper-slide {
        width: 48%
    }

    .swiper-slide.arhitekt, .swiper-slide.arhitektBlack {
        float: left;
        width: 48%;
        margin-bottom: 20px !important
    }

        .swiper-slide.arhitekt p {
            font-size: 12px
        }

    .catalogue_lines ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }


    .overview-buttons,
    .product-share-button {
        display: inline-block;
        float: left;
        height: auto;
        margin-top: 20px;
    }

        .product-share-button .addthis_toolbox {
            position: absolute
        }

    /*

	.catalogue_models .item-box {
		width:20%;
		float:left;
		padding:12px;
		transition:0.3s all linear;
		-webkit-transition:0.3s all linear;
	}

	*/

    .contact-page .option-list label {
        display: inline;
        padding-left: 30px
    }

    .fieldset .form-fields .inputs {
        display: table;
        margin-bottom: 10px;
        width: 100%
    }

        .fieldset .form-fields .inputs label {
            width: 30%;
            padding-right: 20px
        }

        .fieldset .form-fields .inputs label {
            display: table-cell;
            vertical-align: top;
            padding-top: 8px
        }

        .fieldset .form-fields .inputs li label {
            padding-top: 0px
        }

        .fieldset .form-fields .inputs input,
        .fieldset .form-fields .inputs textarea {
            display: table-cell;
            margin-bottom: 0
        }



    /**** GLOBAL TABLES ***/


    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: none;
        }

        .cart tr:nth-child(3n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: none;
        }

        .order-details-page .data-table tr:nth-child(3n+1) {
            clear: both;
        }
}

@media (min-width: 838px) {

    /* podmeniji */

    nav.menu ul li a.hasMore,
    .expand ul.list {
        display: none;
    }

    /* Drobtinice */

    .breadcrumb { /* margin-left:-70px*/
    }

    /* Povpraševanje */

    .cart-options .common-buttons {
        text-align: right;
    }

    .body-wrapper {
        margin-left: 70px;
    }

    nav.menu {
        width: 70px;
        height: 100%;
        background-color: #ee1b06;
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        border: none;
    }

        nav.menu .expand {
            background-color: #fff;
            height: 100%;
            overflow: hidden;
        }

        nav.menu a span {
            /*
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: .2s opacity .2s ease;
		transition: .2s opacity .2s ease;
		*/
            width: 100%;
            max-width: 100px;
            white-space: normal;
            line-height: 18px;
            vertical-align: middle;
            display: table-cell;
            padding-right: 10px;
            word-break: break-all;
        }

        /* doda izjemo za 3. odmeni "O podjetju", kjer se "white-space:normal" napačno lomi (ko je odmeni skupaj se lomi v 2 vrstici) in zato odmeni skače	
	nav.menu ul.main li:nth-child(3) a span {
		white-space: pre;
	}
	 */

        /* doda izjemo za odmeni "Kontakt", ki ga pozicioniramo absolutno desno zgoraj */

        nav.menu ul.main li.contactMenu {
            display: none;
        }



    .contact-holder li.contactMenu {
        position: absolute;
        right: 0px;
        top: 10px;
        padding: 0;
        z-index: 999;
    }

    .contact-holder li.contactMenu {
        background-color: #ee1b06;
        list-style-type: none;
        /* background-image:url("../images/slice.png"); */
        background-position: -344px -131px;
        -webkit-transition: .5s background-position 0s ease;
        transition: .5s background-position 0s ease;
    }

        .contact-holder li.contactMenu.open {
            background-color: #000;
            list-style-type: none;
            /* background-image:url("../images/slice.png"); */
            background-position: -344px -190px;
            -webkit-transition: .5s background-position 0s ease;
            transition: .5s background-position 0s ease;
        }

        .contact-holder li.contactMenu a {
            color: #FFF;
            padding: 0 33px 0 20px;
            display: inline-block;
            float: left;
            height: 60px;
            line-height: 60px;
        }

        .contact-holder li.contactMenu .contact-send p.c1 a {
            font-size: 14px;
            font-weight: 400;
            color: #231f20;
            padding: 0;
            display: inline-block;
            float: none;
            height: auto;
            line-height: 45px;
            -webkit-transition: .2s color 0s ease;
            transition: .2s color 0s ease;
        }

            .contact-holder li.contactMenu .contact-send p.c1 a:hover {
                text-decoration: underline;
            }

            .contact-holder li.contactMenu .contact-send p.c1 a.prodajna-mesta {
                list-style-type: none;
                background-image: url("../images/slice.png");
                background-position: -510px -460px;
                background-repeat: no-repeat;
                -webkit-transition: .5s background-position 0s ease;
                transition: .5s background-position 0s ease;
                padding-left: 45px;
            }

            .contact-holder li.contactMenu .contact-send p.c1 a.spremljajte-nas {
                list-style-type: none;
                background-image: url("../images/slice.png");
                background-position: -510px -506px;
                background-repeat: no-repeat;
                -webkit-transition: .5s background-position 0s ease;
                transition: .5s background-position 0s ease;
                padding-left: 45px;
            }

            .contact-holder li.contactMenu .contact-send p.c1 a.povprasevanje-kontakt {
                list-style-type: none;
                background-image: url("../images/slice.png");
                background-position: -510px -555px;
                background-repeat: no-repeat;
                -webkit-transition: .5s background-position 0s ease;
                transition: .5s background-position 0s ease;
                padding-left: 45px;
            }

        .contact-holder li.contactMenu a.contactLnk {
            list-style-type: none;
            background-image: url("../images/kontakt.png");
            background-position: 193px 0px;
            background-repeat: no-repeat;
            -webkit-transition: .5s background-position 0s ease;
            transition: .5s background-position 0s ease;
            padding-left: 10px;
            text-decoration: none;
            width: 225px;
        }

        .contact-holder li.contactMenu.open a.contactLnk {
            background-position: 193px -60px;
        }

        .contact-holder li.contactMenu .contact-send p.c2 span a {
            font-size: 20px;
            font-weight: 700;
            color: #ee1b06;
            padding: 0;
            display: inline-block;
            float: none;
            height: auto;
            line-height: initial;
            -webkit-transition: .2s color 0s ease;
            transition: .2s color 0s ease;
        }

            .contact-holder li.contactMenu .contact-send p.c2 span a:hover {
                color: #000;
                text-decoration: none;
                -webkit-transition: .2s color 0s ease;
                transition: .2s color 0s ease;
            }

        .contact-holder li.contactMenu a.wishlist,
        .contact-holder li.contactMenu a.compareproducts {
            color: #FFF;
            text-transform: uppercase;
            padding: 0 20px;
            background: #4f4c4d no-repeat;
            display: inline-block;
            width: 60px;
            border-left: 1px solid #FFF;
        }

            .contact-holder li.contactMenu a.wishlist:hover,
            .contact-holder li.contactMenu a.compareproducts:hover {
                background: #231f20;
            }

        .contact-holder li.contactMenu a.shoppingCart {
            color: #FFF;
            text-transform: uppercase;
            padding: 20px;
            background: url("../images/slice.png") #4f4c4d no-repeat;
            display: inline-block;
            background-position: -506px -305px;
            width: 60px;
        }

            .contact-holder li.contactMenu a.shoppingCart:hover {
                background-color: #231f20;
            }

    .compare-qty span,
    .wishlist-qty span,
    .cart-qty span,
    .icoCart {
        display: none !important;
    }

    .contact-holder li.contactMenu a.shoppingCart span {
        position: relative;
        top: -34px;
        font-weight: bold;
    }

    .contact-holder li.contactMenu a i {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: transparent url("../images/slice.png") no-repeat 0 0;
        vertical-align: middle;
        background-position: -460px -54px;
        -webkit-transition: .5s transform 0s ease;
        transition: .5s transform 0s ease;
        left: -5px;
        position: relative;
    }

        .contact-holder li.contactMenu a i.icowish {
            background-position: -482px -656px;
        }

        .contact-holder li.contactMenu a i.icocompareproducts {
            background-position: -480px -612px;
        }

    /* CAPTCHA */

    #recaptcha_area {
        margin: 0 auto 10px;
    }

    .contact-holder li.contactMenu #recaptcha_area a {
        color: #FFF;
        padding: 0 40px 0 20px;
        display: inline-block;
        float: left;
        height: auto;
        max-height: 17px;
        line-height: 60px;
    }

    .recaptcha_only_if_privacy {
        display: none;
    }

    nav.menu .expand a span {
        word-break: normal;
    }

    nav.menu .expand:hover a span {
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100%;
        max-width: 100px;
        white-space: normal;
        line-height: 18px;
        vertical-align: middle;
        display: table-cell;
        padding: 0 10px;
        word-break: normal;
    }

    /* Izjema za b2b */

    nav.menu .expand:hover ul.b2b li a {
        padding-right: 0px;
    }

    nav.menu .expand ul.b2b a span,
    nav.menu .expand:hover ul.b2b a span {
        /*
			width:150px;
			max-width:150px;
			padding-right:0px
			*/
    }

        nav.menu .expand:hover ul.b2b a span span {
            /*
				width:100%;
				max-width:150px;
				padding:0
				*/
        }

    nav.menu ul {
        overflow: /* hidden */ inherit;
    }

        nav.menu ul.lang {
            width: 200px;
        }

            nav.menu ul.lang.lang6 li {
                width: 12%;
            }

    nav.menu .expand ul.lang a span {
        padding: 0px;
        text-align: center;
        width: 12%;
    }

    nav.menu .expand {
        position: absolute;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 70px;
        height: 100%;
        padding: 0;
        -webkit-transition: width .3s ease;
        transition: width .3s ease;
        -webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.2);
    }

        nav.menu .expand:hover {
            width: 200px;
        }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
        overflow: hidden;
    }

    nav .navbar-collapse.in {
        overflow: hidden;
    }

    /* Navigacija jeziki - izjema */

    nav.menu ul.lang li, nav.menu ul.lang li span {
        width: 20px;
        height: 70px;
    }

    nav.menu ul.lang li {
        /* display:none; */
        border: none;
    }

        nav.menu ul.lang li a {
            padding: 0px;
        }

    nav.menu .expand:hover ul.lang li {
        display: table-cell;
    }

    nav.menu ul.lang li span {
        display: table-cell;
        vertical-align: middle;
    }

    nav.menu .expand:hover ul.lang.lang6 li {
        width: 12%;
    }

    nav.menu .expand:hover ul.lang a span {
        padding: 0px;
        text-align: center;
        width: 12%;
    }


    nav.menu ul.lang li.selected,
    nav.menu .expand:hover ul.lang li.selected {
        display: table;
        width: 70px;
        float: left;
    }

        nav.menu ul.lang li.selected span {
            width: 70px;
            text-align: center;
            color: #FFF;
            font-weight: bold;
        }

    /* Navigacija b2b */

    nav.menu ul.b2b li span span {
        float: left;
        padding-left: 0;
        display: none;
    }

        nav.menu ul.b2b li span span:nth-child(2) {
            text-transform: none;
        }

    /* Pododmeniji */

    ul.list {
        display: none;
    }

    nav.menu ul li ul.list li,
    nav.menu ul li ul.list li a {
        min-height: 40px;
        height: auto;
        line-height: 20px;
        border: none;
        position: relative;
    }

    /*

	nav.menu ul li ul.list li:nth-child(4),
	nav.menu ul li ul.list li:nth-child(5) {
		height:60px
	}

	nav.menu ul li ul.list li:nth-child(4) a,
	nav.menu ul li ul.list li:nth-child(5) a {
		white-space: pre-wrap;
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	*/

    nav.menu ul.social,
    nav.menu ul.b2b li,
    nav.menu ul.main li a {
        width: 200px;
    }

    ul.list a {
        text-transform: none;
        padding: 10px 20px 10px 40px;
    }

        ul.list a:hover,
        ul.list li.active a {
            color: #ccc9c4;
        }

    nav.menu .expand ul.list li a {
        background: none;
        background-position: -122px -364px;
        white-space: pre-wrap;
    }

        nav.menu .expand ul.list li.active,
        nav.menu .expand ul.list li a:hover {
            background: url("../images/slice.png") no-repeat -122px -364px;
        }

    nav.menu ul.main {
        background: url(../images/menu-bg-1.png);
    }

    nav.menu .expand {
        /*background-color:#ee1b06; */
        background: url(../images/menu-bg.png);
        height: 100%;
        overflow: hidden;
    }

    nav.menu ul.social,
    nav.menu ul.b2b li {
        width: 200px;
    }



    .main li:hover ul.list {
        display: block;
        border-top: 1px solid #4f4c4d;
    }

        .main li:hover ul.list li.lastCatmenu {
            border-top: 1px solid #4f4c4d;
        }

    .expand.expanded:hover {
        width: 400px !important;
    }

    .expandedT.expanded:hover {
        width: 100%;
    }

    nav.menu .expand.expanded:hover ul.main li {
        width: 200px;
    }

        nav.menu .expand.expanded:hover ul.main li ul.list {
            width: 200px;
            position: absolute;
            left: 200px;
            overflow: inherit;
        }

            nav.menu .expand.expanded:hover ul.main li ul.list li {
                z-index: 10000;
            }



    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    /* Kontakt - razprt */
    .contact-send {
        display: none;
        position: absolute;
        right: 0;
        top: 60px;
        width: 660px;
        height: auto;
        z-index: 120;
        background: #f3f4f4;
    }

        .contact-send .contact {
            width: 290px;
        }

        .contact-send .send {
            width: 370px;
        }

        .contact-send input[type=text], .contact-send textarea {
            border: none;
            width: 300px;
            font-size: 13px;
            color: #000;
            padding: 10px;
        }


    /* Footer - noga */

    .footer-left ul,
    .footer-right ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        margin: 0px;
        padding: 0px;
    }

        .footer-left ul li {
            float: none;
            list-style: none;
            padding-bottom: 10px;
            vertical-align: top;
            display: inline-block;
        }

            .footer-left ul li:nth-child(1) {
                padding-bottom: 10px;
            }

    .footer-right {
        text-align: left;
        margin-top: 28px;
    }

        .footer-right a, .footer-links a {
            margin-right: 40px;
            display: inline-block;
            width: auto;
            color: #231f20;
        }

    /* Glavna vsebina */

    /* Doda paddinge med stolpci, če sta 2 - primer stran "O podjetju" */
    .clearfix div.content_inner_1 {
        padding-right: 30px;
    }

    .clearfix div.content_inner_2 {
        padding-left: 30px;
    }

    .catalogue_selector.clearfix .content_inner_2 {
        padding-left: 0px;
    }

    /* Katalog */

}

@media (min-width: 992px) {

    [class*="col-"] {
        padding-top: 0px;
        padding-bottom: 0px
    }

    /* Footer - noga */


    .footer-right {
        text-align: right;
        margin-top: 28px
    }

        .footer-right a, .footer-links a {
            margin-left: 40px;
            margin-right: 0px;
            display: inline-block;
            width: auto;
            color: #231f20
        }

    /* Slider */

    .row-actions .swiper-slide {
        width: 31.3334%;
        height: auto
    }

    .swiper-slide.arhitekt, .swiper-slide.arhitektBlack {
        float: left;
        width: 48%
    }

        .swiper-slide.arhitekt p {
            font-size: 13px
        }

    /* Katalog */

    .info_text p,
    .short-description {
        line-height: 30px;
        margin-left: 20px;
        width: 80%
    }

    .catalogue_lines ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}



@media (max-width: 992px) {
    .masterItem img {
        width: 100%
    }

    .product-spec-filter .product-spec-group {
        width: 49%
    }

    .topic-page .content_area {
        margin-top: 20px
    }
}





@media (min-width: 992px) and (max-width:1200px) {
    .info_nav {
        left: 50%
    }
}

@media (min-width: 992px) and (max-width:1269px) {

    .newsletter .newsletter-subscribe input[type=text] {
        width: 100%
    }

    .newsletter .newsletter-subscribe input[type=button] {
        width: 100%;
        height: 38px;
        margin-top: 10px
    }
}

@media all and (min-width: 1000px) {

    /* Povpraševanje */

    .cart-options {
        margin-top: 0px
    }
}

@media (min-width:1200px) {
    .info_nav {
        left: 41.66666667%;
    }

    #product-details-form .info_nav {
        left: 57.666667%;
    }
    /*
	
	.catalogue_models .item-box {
		width:10%;
		float:left;
		padding:12px;
		transition:0.3s all linear;
		-webkit-transition:0.3s all linear;
	}

	*/

    .catalogue_lines ul {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
        float: left;
        width: 100%;
    }

    .overview-buttons, .product-share-button {
        height: 46px;
        position: relative;
        width: 100%
    }
}

@media (min-width: 1270px) {
    .row-actions .swiper-slide {
        width: 23%;
        margin: 0 1% !important;
        height: auto
    }

    .add-to-cart-button {
        margin-left: 11%;
    }

    .swiper-slide.arhitekt, .swiper-slide.arhitektBlack {
        float: left;
        width: 23%
    }

        .swiper-slide.arhitekt p {
            font-size: 14px
        }

        .swiper-slide.arhitekt strong {
            background-position: -400px -241px;
        }
}


@media (min-width:1600px) {

    .add-to-cart-button {
        margin-left: 13%;
    }
}


/* ARTICLES */
.article-list .article-item {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #eee;
    border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.article-list {
    width: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .article-list .article-item:after {
        display: block
    }

    .article-list .article-box {
        text-align: left;
        position: relative;
        margin: 10px 0px
    }

    .article-list .article-item {
        width: auto;
        margin-top: 10px;
        position: relative;
        zoom: 1;
    }

        .article-list .article-item:after {
            content: ".";
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .article-list .article-item .details {
        }

        .article-list .article-item .picture {
            float: left;
            margin: 10px;
        }

        .article-list .article-item .article-title {
            font-weight: 400;
            font-size: 16px;
            line-height: 30px;
            padding-left: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .article-list .article-item .article-title a {
                color: #231f20;
                font-weight: 400;
                display: block;
                height: auto;
                line-height: 1em;
                overflow: hidden;
                padding: 8px 10px 8px 0;
            }

        .article-list .article-item .description .article-title-more {
            color: #ee1b06;
            display: block;
            margin: 20px;
        }

        .article-list .article-item .description a {
            color: #231f20
        }

    .article-list .articlepager {
        clear: both;
        margin-top: 30px
    }

        .article-list .articlepager ul li {
            margin-left: 6px;
            margin-right: 6px;
        }

@media all and (max-width: 480px) {
    .article-list .article-item .picture {
        clear: both;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .article-list .article-item .details {
        padding: 10px;
        clear: both;
        display: block;
        width: 100%;
    }
}

.entryHomeContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.redCircleHomePage {
}

.blackTransparent {
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    filter: alpha(opacity=45); /* IE6/7/8 */
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    position: absolute;
    top: 30%;
    padding: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

    .blackTransparent div {
        opacity: 1;
    }

        .blackTransparent div p {
            line-height: 20px;
            font-size: 16px;
            opacity: 1;
            color: #fff;
        }

            .blackTransparent div p.bigText {
                color: #fff;
                font-size: 25px;
                text-transform: uppercase;
                opacity: 1;
                line-height: 30px;
            }

            .blackTransparent div p span {
                color: #fff;
                font-size: 35px;
                text-transform: lowercase;
                color: #ed1c24;
                opacity: 1;
            }

    .blackTransparent p.normalText {
        display: none
    }

.redCircleHomePage img {
    width: auto;
    position: absolute;
}

@media (min-width: 340px) {
    .blackTransparent {
        top: 20%
    }

        .blackTransparent p.normalText {
            display: block
        }
}

@media (min-width: 550px) {
}

@media (max-width: 500px) {
    .blackTransparent p.normalText {
        display: none
    }

    .swiper-slide.arhitekt, .swiper-slide.arhitektBlack {
        width: 100%;
        float: left;
        margin-bottom: 20px !important;
    }
}

@media (min-width: 640px) {
    .blackTransparent {
        top: 45.5%;
    }
}

@media (min-width: 992px) {
    .blackTransparent {
        top: 55.5%;
        padding: 45px;
    }

        .blackTransparent div p {
            line-height: 20px;
            font-size: 19px;
        }

            .blackTransparent div p.bigText {
                font-size: 40px;
                line-height: 35px;
            }

            .blackTransparent div p span {
                font-size: 45px;
            }
}



@media (max-width:1200px) {
    .redCircleHomePage {
        display: none
    }
}



@media (min-width:1200px) {
    .redCircleHomePage img {
        top: 13%;
        right: 6%
    }

    .blackTransparent div p {
        line-height: 20px;
        font-size: 19px;
    }

        .blackTransparent div p.bigText {
            font-size: 50px;
            line-height: 55px;
        }

        .blackTransparent div p span {
            font-size: 69px;
        }
}

@media (min-width: 1500px) {
    .redCircleHomePage img {
        top: 22%;
        right: 6%
    }
}


@media (min-width:1600px) {
    .redCircleHomePage img {
        top: 24%;
        right: 6%
    }

    .blackTransparent div p {
        line-height: 28px;
        font-size: 23px;
    }

        .blackTransparent div p.bigText {
            font-size: 59px;
            line-height: 63px;
        }

        .blackTransparent div p span {
            font-size: 81px;
        }
}

@media (min-width:1700px) {
    .redCircleHomePage img {
        top: 28%;
        right: 12%
    }

    .blackTransparent div p {
        line-height: 30px;
        font-size: 26px;
    }

        .blackTransparent div p.bigText {
            font-size: 66px;
            line-height: 70px;
        }

        .blackTransparent div p span {
            font-size: 90px;
        }
}

/* file upload */

.qq-upload-button {
    background-color: #231f20 !important
}

    .qq-upload-button:hover {
        background-color: #383637 !important
    }

.checkout-attributes, .selected-checkout-attributes {
    margin-top: 30px
}

.selected-checkout-attributes {
    margin-top: 40px;
}

.checkout-attributes-bottom-line {
    clear: both;
    border-bottom: 1px #eaeaea solid;
    margin: 20px 0;
    padding-top: 20px;
}

.remove-download-button-container {
    margin-top: 15px
}

.atss {
    z-index: 100 !important
}


/* Cookies pasica */

#eucookielaw {
    background-color: #f1efec;
    border-bottom: 1px solid #d9d9d9;
    margin: 0px auto 0px auto;
    height: 56px;
}

@media (max-width: 827px) {
    body #eucookielaw {
        height: 130px;
    }
}

#eucookielaw div {
    *margin: 0px auto 5px auto;
    padding: 5px 0 0 0;
    *width: 900px;
    *font-size: 1em;
    *font-weight: normal;
    *color: #555555;
    display: table;
    margin: 0 auto;
    font-size: 14px
}

@media (max-width: 827px) {
    body #eucookielaw div {
        width: 96% !important;
        padding: 7px 2%
    }
}

@media screen and (min-width:769px) and (max-width:838px) {
    nav.menu .expand.expanded {
        width: 100% !important
    }
}

#eucookielaw div.buttons, #eucookielaw div.text {
    float: left;
    margin: 0;
    width: auto;
}

#eucookielaw div.text {
    padding-top: 12px;
    line-height: 20px;
}

#eucookielaw div.buttons {
    width: 285px;
    padding-top: 11px;
}

button {
    height: 36px;
}

#eucookielaw div.buttons button {
    margin: 0 20px 0 20px;
    border: 1px solid #bbb8b4;
    background: white;
    color: #94908a;
    display: block;
    float: left;
    text-decoration: none;
    line-height: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    width: 90px;
    text-align: center;
    font-size: 11px;
    height: 23px;
    padding: 0px;
    font-weight: bold;
}

    #eucookielaw div.buttons button:hover {
        color: white;
        background: #4ab2f1;
    }

#eucookielaw div.buttons a {
    width: 110px;
    font-size: 12px;
    color: #94908a;
    font-weight: 700;
}

#euclearall {
    clear: both;
    line-height: 1px;
    line-height: 1px;
}

a.button {
    background: #ee1b06;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    -webkit-transition: .2s all 0s ease;
    transition: .2s all 0s ease;
    padding: 15px 30px;
    width: 300px;
    max-width: 100%;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    background-image: url(../images/slice_btn.png);
    background-position: -310px -232px;
    display: inline-block;
}

    a.button:hover {
        background-color: #231f20;
    }

/*fileexplorer */
.treeview .list-group-item.node-selected {
    background-color: #ee1b06 !important
}

#filesTbl td a i {
    font-size: 24px;
}

#filesTbl th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #dbd9cc;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
    color: #948f71;
}

.poslovalnicaError {
    float: none !important;
    display: block;
    clear: both;
}

.row.gallery .col-sm-2 {
    max-height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.lb-data .lb-number {
    display: none !important;
}

@media all and (max-width:767px) {
    .row.gallery .col-sm-2 {
        display: block;
        max-height: none;
    }

    .innerL, .innerR {
        padding: 0
    }
}

/*Gal*/

.arhitekt.swiper-novice a {
    color: #fff;
    margin: 0px 10px;
}

    .arhitekt.swiper-novice a:hover {
        color: #ee1b06;
    }

.arhitekt.swiper-novice .quickView {
    background: url(../images/bg-black-08.png);
}

.arhitekt.swiper-slide .quickView p {
    color: #fff;
}

.arhitekt.swiper-slide:hover .quickView p {
    color: #ee1b06;
}

.arhitekt.swiper-slide .quickView span.hidden-text {
    visibiltiy: hidden;
    display: none;
}

.arhitekt.swiper-slide:hover .quickView span.hidden-text {
    visibility: visible;
    display: block;
    color: #fff;
}

.arhitekt_galerija .circle_black {
    padding-bottom: 260px;
    width: 260px;
    margin-left: -120px;
    margin-top: -90px;
}

    .arhitekt_galerija .circle_black p,
    .arhitekt_galerija .circle_black strong {
        color: #fff;
        margin: 20px 0px;
    }

    .arhitekt_galerija .circle_black span {
        display: block;
        font-size: 16px;
        margin-top: 20px;
    }

/**/

.arhitekt_container .container {
    background: white;
}

.arhitekt_container .arhitekt_archicad {
    margin-bottom: 0px;
}

    .arhitekt_container .arhitekt_archicad a.button {
        margin-top: 20px;
    }

.arhitekt_container.slice_footer_enews {
    padding-bottom: 0px;
    margin-top: 80px;
    margin-bottom: 20px;
}

.row-4 {
    padding: 25px 0px;
}

@media all and (max-width:767px) {
    .row-showcase .masterItem {
        background-size: cover
    }
}

/*8.5.2019*/
.modal-open .master-column-wrapper .center-1 #myModal {
    position: fixed;
    margin: 0 auto;
    width: 20%;
}

    .modal-open .master-column-wrapper .center-1 #myModal .modal-content {
        padding: 20px;
    }

    .modal-open .master-column-wrapper .center-1 #myModal .modal-body {
        width: auto;
        margin: 0 auto;
    }

#filesTbl tr td a:focus {
    outline: none;
    color: transparent;
    transition: none;
}

    #filesTbl tr td a:focus i {
        color: #dbd9cc;
    }

#filesTbl tr td a:hover {
    color: #ee1b06;
}

/*15.7.2019*/
.swiper-slide.item-box .product-item a {
    display: block;
}

.catalogue_models .product-grid .item-grid .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/*9.9.2019*/
@media all and (max-width:767px) {
    .articlepost-page .row .row {
        display: flex;
    }

        .articlepost-page .row .row [class*="col-"] {
            width: 100%;
        }
}

/*2.10.2019 LINKS AROUND BOXES FIX*/
.row-showcase .lb-category-item .masterItem {
    position: relative;
}

    .row-showcase .lb-category-item .masterItem a {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000;
    }

/*7.10.2019 CONTACT MOBILE HIDE*/
@media all and (max-width:837px) {
    .contact-send #containerContactUs {
        display: none;
    }

    .contact-send .contact {
        width: 100%;
    }
}

@media all and (min-width:820px) and (max-width:837px) {
    nav.menu {
        height: auto !important;
    }

        nav.menu .expand.expandedT {
            width: 100%;
        }

    .sticky-wrapper {
        display: none;
    }
}

/*10.10.2019 - FIXES*/
.form-fields .option-list label {
    font-weight: 400;
}


/* leanpay */
.slice_footer_leanpay {
    height: 60px;
    background-color: #FE5B7A;
}

.leanpay-logo {
    width: 140px;
    height: auto;
    justify-self: right;
}

.leanpay-button {
    margin-top: 7px;
    width: 140px;
    height: auto;
    justify-self: left;
}

a.leanpay-text {
    margin: 0 !important;
}

.leanpay-text {
    font-size: 26px;
    color: white;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.slice_footer_leanpay img {
    width: 100%;
    height: auto;
}

.slice_footer_leanpay .row {
    width: 100%;
    display: grid;
    grid-template-columns: 0 1fr auto 1fr 0;
}

@media (max-width: 768px) {
    .slice_footer_leanpay {
        height: 280px;
        background-color: #FE5B7A;
    }

        .slice_footer_leanpay .row {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin: 0;
        }
}
