/*
Theme Name: Hiše Idejum
Theme URI: http://www.hise.idejum.com/
Description: Dalton Responsive Multi-Purpose WP Theme
Author: AM Creative Agency
Author URI: http://creativeagency.am
Version: 1.0
Template: megalith
*/


/******************************************/
/***********   FONT IKONE   ***********/
/******************************************/


@charset "UTF-8";

@font-face {
  font-family: "idejum";
  src:url("assets/idejum-font/fonts/idejum.eot");
  src:url("assets/idejum-font/fonts/idejum.eot?#iefix") format("embedded-opentype"),
    url("assets/idejum-font/fonts/idejum.woff") format("woff"),
    url("assets/idejum-font/fonts/idejum.ttf") format("truetype"),
    url("assets/idejum-font/fonts/idejum.svg#idejum") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "idejum" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="idejum-"]:before,
[class*=" idejum-"]:before {
  font-family: "idejum" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.idejum-korak1:before {
  content: "\61";
}
.idejum-korak2:before {
  content: "\62";
}


/******************************************/
/***********   HIŠA NA KLJUČ  ***********/
/******************************************/

.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}

.blue-color {
	color: #1b5a7d;
}

.green-color {
	color: #9bb53f;
}
.green-back {
    background-color: #9bb53f;
}
.white-back {
    background-color: #ffffff;
}

.white-color {
	color: #ffffff;
}

.hisa_title h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section_hisa_app {
    background-color: #f0f0f0;
}

/************************************************/
/*********      SMART WIZARDS    *********/
/************************************************/

.sw-theme-arrows > ul.step-anchor > li {
    width: 24%;
}
.sw-theme-arrows {
    border: 0px;
    border-radius: 0px;

    background: #9bb53f; /* Old browsers */
    background: -moz-linear-gradient(left, #9bb53f 0%, #9bb53f 50%, #f4f5d6 60%, #f4f5d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9bb53f 0%,#9bb53f 50%,#f4f5d6 60%,#f4f5d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9bb53f 0%,#9bb53f 50%,#f4f5d6 60%,#f4f5d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bb53f', endColorstr='#f4f5d6',GradientType=1 ); /* IE6-9 */
}

.sw-theme-arrows > ul.step-anchor {
    background: rgba(245, 245, 245, 0);
    border-radius: 0px;
    border: 0px;

}

.sw-theme-arrows > ul.step-anchor > li > a, 
.sw-theme-arrows > ul.step-anchor > li > a:hover {
    color: #9bb53f;
    margin-right: 0px;
}

.sw-theme-arrows > ul.step-anchor > li > a {
    background: #f4f5d6;
    font-size: 13px;
 /*   padding-top: 20px;
    padding-bottom: 20px;*/
    padding-left: 45px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
}

.sw-theme-arrows > ul.step-anchor > li > a:hover {
    background: #9bb53f;
    color: #1b5a7d !important;
}

.sw-theme-arrows > ul.step-anchor > li > a:hover:after {
    border-left-color: #9bb53f;
}

.sw-theme-arrows > ul.step-anchor > li > a:after {
        border-left: 30px solid #f4f5d6;
}

.sw-theme-arrows > ul.step-anchor > li > a:before {
    border-left: 30px solid #fff;
    margin-left: 2px;
}

.sw-theme-arrows > ul.step-anchor > li > a > i {
    vertical-align:middle;
    font-size: 38px;
    margin-right: 5px;
}

.sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
    border-color: #9bb53f !important;
    color: #1b5a7d !important;
    background: #9bb53f !important;
}

.sw-theme-arrows > ul.step-anchor > li.clickable:not(.active) > a:hover {
    /*color: #1b5a7d !important;*/
    color: #ffffff !important;
}


.sw-theme-arrows > ul.step-anchor > li.active > a {
    border-color: #9bb53f !important;
    color: #1b5a7d !important;
    background: #9bb53f !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-left: 30px solid #9bb53f !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a {
    border-color: #9bb53f !important;
    color: #1b5a7d !important;
    background: #9bb53f !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a:after {
    border-left: 30px solid #9bb53f !important;
}

.sw-main .sw-container {
    margin: auto;
    background-color: #fff;
}

.sw-main .step-content {
    margin: auto;
}
.sw-main .step-content .top-piktogram {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sw-btn-group {
    display: none;
}

.mobile_li_title {
    display: none;
}


.sw-theme-arrows > ul.step-anchor > li.active:before {

    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #7530f0;
    bottom: 0;
    margin-bottom: -10px;
    margin-left: -10px;
}


@media screen and (max-width: 768px) {
    .sw-theme-arrows > .nav-tabs > li {
        float: left !important; 
        margin-bottom: 0;
    }

    .sw-theme-arrows > .nav-tabs > li span {
        display: none;
    }

    .sw-theme-arrows > ul.step-anchor > li {
        width: 25%;
        text-align: center;
    }

    .sw-main .step-content .top-piktogram {
        margin-top: 0px;
    }

    .mobile_li_title {
        display: block;
        color: #1b5a7d;
        font-size: 16px;
        font-weight: 400;
        margin-top: 5px;
    }

}

.top-piktogram {
    width: 40px;
    margin-right: 10px;
    cursor: pointer;
    float: left;
}


.top-piktogram:not(.aktivni) svg rect,
.top-piktogram:not(.aktivni) svg path,
.top-piktogram:not(.aktivni) svg polygon {
    fill: #9bb53f;
}

@media screen and (min-width: 992px) {
    #korak-1 .container {
        
    }
    #korak-2.container .mobile_li_title,
    #korak-2.container .smart_izbira {
        padding-left: calc(24% + 50px);
    }
    #korak-3.container .mobile_li_title,
    #korak-3.container .smart_izbira {
        padding-left: calc(48% + 50px);
    }
    #korak-4.container .mobile_li_title,
    #korak-4.container .smart_izbira {
        padding-left: calc(72% + 50px);
    }

    .sw-main .step-content .top-piktogram {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .sw-theme-arrows > ul.step-anchor > li:first-child > a {
        padding-left: 5px;
    }

    .smart_izbira:before {
        content: "";
        border-top: 10px solid #9bb53f;
        position: absolute;
        border-left: 15px solid rgba(0, 0, 0, 0);
        border-right: 15px solid rgba(0, 0, 0, 0);
        margin-top: 3px;
    }
}


/******************* SLIKA HIŠE  *******************/

#levo_slika .prikazana_slika {
    width: 100%;
}

.on_img_buttons {
    position: absolute;
    top: 10px;
    right: 10px;
}

.on_img_buttons button {
    font-size: 13px;
    color: #fff;
    padding: 5px 25px;
    background-color: #9bb53f;
    width: 140px;
    display: block;
    margin-bottom: 10px;
}



/******************* LISTA SPECIFIKACIJ *******************/


.spec_column h5 {
    margin-top: 25px;
    font-size: 24px;
}

.spec_column .izberite {
    margin-top: 20px;
}
.spec_column .izberite .option_label{
    width: 105px;
}
.spec_column .vec_info {
    margin-top: 5px;
    margin-bottom: 10px;
}
.spec_column .vec_info.prvi {
    margin-bottom: 20px;
}

.spec_column .vec_info a {
    font-size: 12px;
    text-decoration: underline;
    color: #1b5a7d;;
}

.spec_list span {
    color: #1b5a7d;
}

.display-none {
    display: none !important;
}
.visibility_none {
    display: none;
/*    opacity: 0;
    height: 0px;*/
}

.forma_skrita_polja {
    height: 0;
    width: 0;
}

.on_img_buttons .button-hisa {
    display: none;
}

@media screen and (min-width: 992px) {
    .spec_column {
        padding-left: 30px;
    }
    .cene_box {
        padding-left: 30px;
    }

}

/******************* OPOMBE / CENE *******************/


.green-bg {
    background-color: #9bb53f;
}

.cene_box {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    font-size: 16px;
    background-color: #9bb53f;
    padding-left: 15px;
}

.cene_box .cena {
    margin-bottom: 10px;
}

.cene_box span {
    font-weight: 400;
}

.cene_box button {
    background-color: #1b5a7d;
    padding: 5px 20px;
    font-weight: 400;
    margin-top: 10px;
}

.izberite select {
    color: #1b5a7d;
}

.izberite .option_label {
    display: inline-block;
}

.izberite .option {
    display: inline-block;
}


/*******************  MODAL *******************/

.modal {
    text-align: center;
    padding: 0!important;
}

@media screen and (min-width: 992px) {
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.modal-close-div {
    position: absolute;
    right: 0;
    z-index: 99
}

.modal-close-div .close {
    background-color: transparent;
    border: 0px;
    color: #1b5a7d;
}

.modal-close-div .close:hover {
    color: #573b0c;
}

.modal-content {
    border-radius: 0;
}

.modal-content .modal-title {
    text-align: center;
    margin-bottom: 10px;
    color: #1b5a7d;
}
.modal-content .preview-slike img {
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 5px;
}



.modal-content .preview-slike {
    margin-top: 10px;
}

#modal_spec_list h5 {
    margin-top: 10px;
}

.modal_cene_box {
    padding-top: 10px;
}

.modal-content .opomba_minfont {
    font-size: 12px; 
}



.poslji_forma input[type="text"], 
.poslji_forma input[type="email"], 
.poslji_forma input[type="search"], 
.poslji_forma textarea {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    padding: 5px 10px;
}


.poslji_forma input[type=text] + span, 
.poslji_forma input[type=email] + span, 
.poslji_forma input[type=search] + span, 
.poslji_forma textarea + span {
    position: relative;
    font-size: 12px;
    padding-top: 3px;
    top: 0;
}

.poslji_forma .poslji_btn {
    margin-top: 15px;
    text-align: center;
}

.poslji_forma .poslji_btn input {
    background-color: #1b5a7d;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 400;
}


@media screen and (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }

}


/*** Image popup ***/

a.image-popup:active,
a.image-popup:focus {
    outline: 0;
}

.mfp-bg,
.mfp-wrap,
.mfp-content {
    z-index: 2000;
}

button.mfp-close, button.mfp-arrow {
    z-index: 2001;
}



