/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

/* UNIVERSAL */

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-heavy {
    font-weight: 700;
}

/* POSITIONING */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.justify {
    text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    position: relative;
    width: 100%;
}

.row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 96%;
}

.col-1-sm {
    width: 4.33%;
}

.col-2-sm {
    width: 12.66%;
}

.col-3-sm {
    width: 21%;
}

.col-4-sm {
    width: 29.33%;
}

.col-5-sm {
    width: 37.66%;
}

.col-6-sm {
    width: 46%;
}

.col-7-sm {
    width: 54.33%;
}

.col-8-sm {
    width: 62.66%;
}

.col-9-sm {
    width: 71%;
}

.col-10-sm {
    width: 79.33%;
}

.col-11-sm {
    width: 87.66%;
}

.col-12-sm {
    width: 96%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.hidden-sm {
    display: none;
}

@media only screen and (min-width: 33.75em) {
    /* 540px */
    .container {
        width: 80%;
    }
}

@media only screen and (min-width: 45em) {
    /* 720px */
    .col-1 {
        width: 4.33%;
    }

    .col-2 {
        width: 12.66%;
    }

    .col-3 {
        width: 21%;
    }

    .col-4 {
        width: 29.33%;
    }

    .col-5 {
        width: 37.66%;
    }

    .col-6 {
        width: 46%;
    }

    .col-7 {
        width: 54.33%;
    }

    .col-8 {
        width: 62.66%;
    }

    .col-9 {
        width: 71%;
    }

    .col-10 {
        width: 79.33%;
    }

    .col-11 {
        width: 87.66%;
    }

    .col-12 {
        width: 96%;
    }

    .hidden-sm {
        display: block;
    }

    .col-display-table {
        display: table;
        height: 150px;
    }

    .vrt-item__tc {
        display: table-cell;
        vertical-align: middle
    }

    .vrt-item__img-wrapper {
        height: 145px;
        width: 145px;
    }

}

@media only screen and (min-width: 60em) {
    /* 960px */
    .container {
        width: 75%;
        max-width: 60rem;
    }
}

.col-4 a:hover {
    color: #C3C3C3;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px 0px 0px 4px;
    box-shadow: none;
    box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #b44d49;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

.iskalnik-wrapper {
    background-color: white;
}

#kljucna_beseda {
    box-shadow: 0 5px 20px rgba(26, 26, 29, 0.05), 0 5px 40px rgba(0, 0, 0, 0.02) !important;
    font-size: 20px;
    color: #484848;
    font-weight: 700;
}

#iskalnik-forma label {
    display: inline-block;
}

#kljucna_beseda::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #767676;
    font-weight: 500;
}

#kljucna_beseda::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

#kljucna_beseda:-ms-input-placeholder { /* IE 10+ */
    color: black;
}

#kljucna_beseda:-moz-placeholder { /* Firefox 18- */
    color: black;
}

#open-filtri-button {
    margin-top: 0.75em;
    background-color: white;
    border: 1px #dbdbdb solid;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    letter-spacing: 0;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 300;
    text-transform: none;

    /*margin: 0.4em;*/
    /*border-radius: 2px;*/
    /*text-decoration: none;*/
    /*transition: .3s;*/
    /*-webkit-transition: .3s;*/
    /*-moz-transition: .3s;*/
    /*-o-transition: .3s;*/
    /*background-color: white;*/
    /*color: grey;*/
    /*border: 1px grey solid;*/
    /*font-size: 14px;*/
    /*padding: 0.3em 0.5em;*/
    /*box-shadow: none;*/


}

#open-filtri-button:focus{
    border-color: #944743;
    color: #363636;
}
#open-filtri-button:focus:not(:active){
    box-shadow: 0 0 0 .125em rgba(220, 59, 45, 0.25);
}

#open-filtri-button::selection{
    background-color: #ab4944;
    color: #fff;
}

#open-filtri-button:active{
    border-color: #4a4a4a;
    color: #363636;
}
#open-filtri-button:hover{
    /*color: white;*/
    /*background-color: grey;*/
    border-color: #b5b5b5;
    color: #363636;
}