.clear-float {
    clear: both;
}


.ul-line {
	padding-left: 1.2rem;
}

.img-fluid-fix {
    min-width: 100%;
}




//večkrat uporabljeno

//temporary

.interactive-map {
    width: 100%;
    height: 40rem;
    background: $gray;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: auto;
    position: relative;
}


.placeholder_div {
    width: 100%;
    height: 20rem;
    background: $gray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5rem solid $primary;
}
.text_placeholder {
    color: white;
}

.temporary-slide {
    width: 100%;//delete when image
    height: 20rem;//delete when image
    background-color: $gray;//delete when image
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;//delete when image
}

.separator {
    height: 3rem;
}




//temporary




.block-green {
    background: $primary;
    width: 100%;
    height: auto;
    top: -4rem;
    position: relative;

    div[class|="col"] {
        display: flex;
        justify-content: center;
    }

    .block-green-title {
        color: white;
        margin: 3rem 0;
        font-size: 2.7rem;
        text-align: center;
    }
    &-buttons {
        padding-bottom: 3rem;
    }

    .button-notransform {
        text-transform: none;
    }
}




.block-how-works {
    @include blockshadows;
    @include block-margins;
    padding-bottom: 2rem;

    .main-btnsection {
        
        .button-one {
            margin-bottom: 1rem;
        }
        }
    }

.how-works-navigation {
    padding: 2rem 0 1rem 0;

    &-icon {
        padding-right: 0.5rem;
    }

    a {
        color: $black;
        font-weight: 600;
    }

    .cursor-icon-right {
        display: flex;
        justify-content: flex-end;
    }

    .cursor-icon-left {
        display: flex;
        justify-content: flex-start;
    }

    .nav-divs {
        display: flex;
        justify-content: center;
    }

    @include media-breakpoint-down(sm) {
        .nav-divs {
            display: flex;
            justify-content: flex-start;
        }
    }

}

@include media-breakpoint-down(sm) {
    .how-works-navigation {
        padding: 2rem 0;
    }
}

.navigation-border {
    border-bottom: 1px solid $black;
    margin-bottom: 1rem;
}
    /*
    .how-works-navigation {
        height: auto;

        button {
            margin: 2rem  0 2rem 1rem;
        }
	}
	
    .how-works-navigation-elements {
        
        ul {
            padding: 1.5rem 0;
        }

        li {
            padding-right: 4rem;
            border-bottom: 1px solid $black;
        }
        @include media-breakpoint-down(sm) {
            li {
                padding-left: 1rem;
                border: none;
            }  
        }

        a {
            color: $black;
            font-weight: 600;
        }
        .active {
            color: $primary;
        }
    }*/


.block-how-works-main {
    margin-top: 1rem;

    h3 {
        margin: 1rem 0;
    }

    @include media-breakpoint-down(sm) {
        .img-fluid-fix {
            min-width: 100%;
        }
    }

    a {
        color: $black;
        font-weight: 600;
    }

    &-btnsection {
        margin-top: 2rem;
    }

}

.blog-column {
    @include blockshadows;
    background: white;
    @include block-margins;

    .blog-column-text {
		padding: 1rem;
	
		.blog-date {
			color: $gray-lighter;
		}

		a {
			color: $black;
			font-weight: 600;
		}
	}
}


.iconography-section {
    padding: 4rem 0 2rem 0;
    background: white;
    margin-top: 4rem;
    @include blockshadows;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    @include media-breakpoint-down(sm) {
        .iconography-section {
            flex-direction: column;
            flex-wrap: wrap;
        }
    
    }

    .placeholder-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10rem;//change when real image
    }

    @include media-breakpoint-down(sm) {
        .placeholder-image {
            padding: 10rem 0;//change when real image
            display: flex;
            flex-wrap: wrap;
        }
    }

    .under-icon-elements {
        display: flex;
        justify-content: center;
        

        &-number {
            margin-right: 0.5rem;
        }

        &-text {
            width:10rem;
            display: flex;
            padding-top: 0.5rem;
        }
        
        .h1 {
            font-size: 3.5rem;
            font-weight: 600;
        }
    
        p {
            color: $gray-lighter;
            font-weight: 600;
            
        }
    }
}

.block-partners {
    padding: 0;
    background: white;
    @include blockshadows;
    height: 20rem;
}


/*White block*/
.block-white {
    background: white;
    width: 100%;
    height: auto;
    top: -4rem;
    position: relative;

    div[class|="col"] {
        display: flex;
        justify-content: center;
    }
    
    &-title {
        color: $black;
        margin: 3rem 0;
        font-size: 2.7rem;
        text-align: center;
    }

    &-buttons {
        padding-bottom: 3rem;

        &-icons {
            padding-right: 1rem;
        }
    }

    .button-notransform {
        text-transform: none;
    }
}
/*white block*/



/*info section*/
.info-section {
    background-image: url("../../media/dsg/placeholder_ess_info_section_3.jpg");
    background-repeat: no-repeat;
    background-position: top center;

    &-title h1 {
        color: $gray-lightest;
    }

    &-title-element {
        padding: 3rem 0;
        display: flex;
        justify-content: space-between;
    }

    &-right-elements {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        color: $info-section;

        &-help {
            padding-right: 1rem;
        }
        &-icon {
            padding-right: 0.5rem;
        }
        .icon-left {
            padding-left: 0.5rem;
        }

    }

    @include media-breakpoint-down(sm) {
        &-title-element {
            display: flex;
            flex-direction: column;
        }
    }

    &-main-element {
        background: $gray-lightest;
        padding: 3rem 0 7rem 3rem;
    }
}
/*info section*/




/*check section*/
.check-section {
    padding-top: 2rem;
    padding-bottom: 3rem;

    &-4 {
        display: flex;
        justify-content: space-between;
    }
    
    &-box {
        display: flex;
        align-items: center;

        &-icon {
            display: flex;
            align-items: stretch;
            margin-right: 1.5rem;
        }

        &-text {
            width: 12rem;
            display: flex;
            flex-direction: column;
        }

        @include media-breakpoint-down(sm) {
            &-text {
                width: 70%;
            }
        }

        &-text p {
            margin:0;
        }
    }

    @include media-breakpoint-down(sm) {
        &-box {
            padding-top: 2rem;
        }
    }

    &-3 {
        display: flex;
        justify-content: space-around;
        padding-top: 3rem;
    }

    @include media-breakpoint-down(lg) {
        &-3 {
            justify-content: space-between;
            padding-top: 0;
        }
    }
}
/*check section*/



/*basic info section*/
.basic-info-section {
    @include blockshadows();
    background: $gray-lightest;
    padding-top: 3rem;
    padding-bottom: 3rem;

    &-bottom {
        margin-top: 3rem;
    }

    &-sidebar button {
        margin-top: 2rem;
    }

    &-left {
        padding-right: 3rem;
    }

    @include media-breakpoint-down(sm) {
        &-left {
            padding-right: inherit;
        }
    }

    @include media-breakpoint-down(sm) {
        &-sidebar {
            margin-top: 2rem;
        }
    }
}
/*basic info section*/


/*info section with navigation*/
.info-nav-section {
    background-image: url("../../media/dsg/placeholder_ess_info_section_3.jpg");
    background-repeat: no-repeat;
    background-position: top center;

    &-title h1 {
        color: $gray-lightest;
    }

    &-title-element {
        padding: 3rem 0;
        display: flex;
        justify-content: space-between;
    }

    &-right-elements {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        color: $info-section;

        &-help {
            padding-right: 1rem;
        }
        &-icon {
            padding-right: 0.5rem;
        }
        .icon-left {
            padding-left: 0.5rem;
        }

    }

    @include media-breakpoint-down(sm) {
        &-title-element {
            display: flex;
            flex-direction: column;
        }
    }

    &-main-element {
        background: $gray-lightest;
    }

    &-main-element-navigation {
        display: flex;
    }

    @include media-breakpoint-down(lg) {
        &-main-element-navigation {
            flex-direction: column;
        }
    }

    .nav-child {
        background: $gray-light;
        width: 10%;
        padding: 0.5rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-right: 1px solid $gray-lightest;

        &-link {
            color: $gray;
            font-weight: 400;
            text-transform: uppercase;
        }

        &-last {
            border: none;
        }
    }

    @include media-breakpoint-down(lg) {
        .nav-child {
            width: 100%;
        }
    }

    .active {
        background: $primary;
        border: none;
    }

    .active a {
        color: $gray-lightest;
    }

    .bullet-section {
        padding: 3rem;
    }

    .bullet-section-element {
        display: flex;
        margin-top: 2rem;

        &-icon {
            margin-right: 1rem;
        }

        &-text p {
            margin: 0;
        }
    }
}

.faq-section {
    margin: 0 3rem 3rem 3rem;

    &-line {
        padding: 1rem 0;
        border-top: 1px solid $gray-lighter;
    }

    &-line-bottom {
        border-bottom: 1px solid $gray-lighter;
        margin-bottom: 3rem;
    }
}
/*info section with navigation*/




/*how to status section*/
.parent-how-to-status {
    @include blockshadows();
    background: white;

    .how-to-status {
        padding: 3rem;

        &-text p {
            font-size: 1.5rem;
            margin:0;
        }

        &-button {
            display: flex;
            align-items: flex-end;
        }

        @include media-breakpoint-down(lg) {
            &-button {
                margin-top: 2rem;
            }
        }
    }

    @include media-breakpoint-down(sm) {
        .how-to-status {
            text-align: center;
        }
    }
}
/*how to status section*/



/*info section novice*/
.info-section-novice {
    background-image: url("../../media/dsg/placeholder_ess_info_section_3.jpg");
    background-repeat: no-repeat;
    background-position: top center;

    &-title h1 {
        color: $gray-lightest;
    }

    &-title-element {
        padding: 3rem 0;
        display: flex;
        justify-content: space-between;
    }

    &-right-elements {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        color: $info-section;

        &-help {
            padding-right: 1rem;
        }

        &-icon {
            padding-right: 0.5rem;
        }

        .icon-left {
            padding-left: 0.5rem;
        }
    }

    @include media-breakpoint-down(sm) {
        &-title-element {
            display: flex;
            flex-direction: column;
        }
    }

    &-main-element {
        background: $gray-lightest;
    }

    .novica {
        padding: 3rem;

        &-title {
            display: flex;
            justify-content: center;
            margin-bottom: 2rem;
        }

        &-grafika {

            .img-fluid-fix {
                min-width: 100%;
            }
            
        }

        &-button {
            margin-top: 2rem;
        }
    }

    @include media-breakpoint-down(md) {
        .novica {
            padding: 1rem;
        }
    } 

    .img-col {
        padding: 0;

        .img-fluid-fix {
            min-width: 100%;
        }
    }
}
/*info section novice*/



/*about section*/
.about-section {
    padding-top: 2rem;

    .text-fix {
        padding: 1rem 3rem 2rem 3rem;
    }
}
/*about section*/






/*info section skipass*/
.info-section-skipass {
    background-image: url("../../media/dsg/placeholder_ess_info_section_3.jpg");
    background-repeat: no-repeat;
    background-position: top center;

    &-title h1 {
        color: $gray-lightest;
    }

    &-title-element {
        padding: 3rem 0;
        display: flex;
        justify-content: space-between;
    }

    &-right-elements {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        color: $info-section;

        &-help {
            padding-right: 1rem;
        }

        &-icon {
            padding-right: 0.5rem;
        }

        .icon-left {
            padding-left: 0.5rem;
        }
    }

    @include media-breakpoint-down(sm) {
        &-title-element {
            display: flex;
            flex-direction: column;
        }
    }

    &-main-element {
        background: $gray-lightest;
        padding: 3rem 3rem 7rem 3rem;

         .subtext {
             margin-bottom: 0.5rem;
         }

         .subtext-date {
             color: $gray;
         }

        &-text {
            padding-top: 2rem;
        }
    }
}
/*info section skipass*/




/*ad section - green element*/
.block-ads {
    background: $primary;
    width: 100%;
    height: auto;
    top: -4rem;
    position: relative;

    div[class|="col"] {
        display: flex;
        justify-content: center;
    }
//temporary
    &-title {
        color: white;
        padding: 6rem 0;
        text-align: center;
    }
//temporary 
}
/*ad section*/




.register {
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgba($color: #000000, $alpha: 0.35);
    padding-top: 5rem;
}

.register-popup {
    @include blockshadows();
    background: $gray-light;
    width: 22%;
    padding: 2rem;

    &-text {
        width: 100%;

    .first-row {
        display: flex;
        justify-content: space-between;
    }

    &-paragraph p {
        font-weight: 600;
    }
    }
    &-button {
        padding: 1rem 1rem 2rem 1rem;
    }
    
    &-form .form-padding-fix {
       padding-bottom: 1rem;
    }
}

@include media-breakpoint-down(xs) {
    .register-popup {
        width: 90%;
    }
}
@include media-breakpoint-up(sm) {
    .register-popup {
        width: 60%;
    }
}

@include media-breakpoint-up(md) {
    .register-popup {
        width: 40%;
    }
}

@include media-breakpoint-up(xl) {
    .register-popup {
        width: 22%;
    }
}