/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
    /*padding: 154px 0 100px;*/
}

@media (min-width: 992px) {
    header {
        padding: 70px 0;
    }
}

section {
    /*padding: 150px 0;*/
    height: 100%;
}

#about {
    min-height: 100vh;
}

#project {
    /*background: #3a426a;*/
    /*background-image: url("../img/IMG_4820-245.jpg");
  background-position: top;
  background-size: cover;*/
    /*height: 300px;*/
    /*height: 100%;*/
    padding-left: 120px;
    /* margin-top: 620px; */
}

    /*#project .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(57,66,107,.7)
  }*/

    #project h1 {
        /*color: #FFF;*/
        font-weight: 500;
        color: #000000;
    }

    #project .lead {
        color: #242a42;
        text-align: justify;
        font-weight: 400;
    }

#contact {
    padding-left: 120px;
}

    #contact h1 {
        color: #000;
    }

    #contact h5 {
        text-transform: uppercase;
        line-height: 1.5em;
    }

    #contact h6 {
        text-transform: uppercase;
        line-height: 1.5em;
        margin-top: 50px;
    }

    #contact ul {
        margin-top: 30px;
    }

        #contact ul li {
            list-style: none;
            margin: 10px 0;
        }

            #contact ul li strong {
                padding-right: 8px;
                color: #000000;
            }

#bg-image-katalog {
    background-image: url("../img/pexels-photo-316466.jpeg");
    background-position: bottom;
    background-size: cover;
    height: 300px;
}

    #bg-image-katalog .overlay {
        position: absolute;
        /*top: 0;*/
        left: 0;
        width: 100%;
        height: 300px;
        background-color: rgba(255,255,255,.5)
    }

#bg-image-katalog_2 {
    background-image: url("../img/pexels-photo.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
}

    #bg-image-katalog_2 .overlay {
        position: absolute;
        /*top: 0;*/
        left: 0;
        width: 100%;
        height: 300px;
        background-color: rgba(255,255,255,.5)
    }

/* Resets */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/* Helper classes */

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}


/* Main styles */

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

a {
    text-decoration: none;
    color: #FFFFFF;
    outline: none;
    cursor: pointer;
}

    a:hover {
        color: #000000;
    }

/*.container {
	overflow-y: auto;
	height: 100vh;
}*/


/* Blueprint header */

.bp-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -70px;
}

.bp-header__main {
	margin: 0 0 0 auto;
	padding: 2em 3em 0;
	text-align: right;
}

.bp-header__title {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.3;
	margin: 0.25em 0 0;
}

.bp-header__present {
	font-size: 0.75em;
	font-weight: 700;
	position: relative;
	z-index: 100;
	display: block;
	margin: 0 -8px 0 0;
	padding: 0 0 0.6em 0;
	text-indent: 3px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #5c5edc;
}

.bp-tooltip:after {
	position: relative;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 0;
	height: 0;
}

.bp-tooltip:hover:before {
	content: attr(data-content);
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	top: 1.5em;
	right: 0;
	width: 50vw;
	padding: 0.8em 1em;
	text-align: right;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: #5c5edc;
}

.bp-nav {
	margin: 0.5em 0 0 auto;
	text-align: right;
}

.bp-nav__item {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 0.1em;
	text-align: left;
	border-radius: 50%;
}

.bp-nav__item > span {
	display: none;
}

.bp-nav__item:hover:before {
	content: attr(data-info);
	font-size: 0.85em;
	font-weight: bold;
	position: absolute;
	top: 120%;
	right: 0;
	width: 600%;
	text-align: right;
	pointer-events: none;
	color: #595a5f;
}

.bp-nav__item:hover {
	background: #5c5edc;
}

.bp-icon:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #5c5edc;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.bp-nav .bp-icon:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.bp-nav a:hover:after {
	color: #fff;
}

.bp-icon--next:after {
	content: '\e000';
}

.bp-icon--drop:after {
	content: '\e001';
}

.bp-icon--archive:after {
	content: '\e002';
}

.bp-icon--about:after {
	content: '\e003';
}

.bp-icon--prev:after {
	content: '\e004';
}

.dummy-logo {
	position: fixed;
	/*position: absolute;*/
	top: 56px;
	left: 0;
	width: 300px;
	height: 50px;
	padding: 0.3em 0 0 0;
	text-align: center;
	color: #3b3d4a;
	/*background: #39426b;*/
	background: #242a42;
	z-index: 1;
}

.dummy-icon {
	font-size: 4em;
}

.dummy-heading {
	font-size: 0.75em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.content {
	position: relative;
	min-height: 300px;
	margin: 0 0 0 300px;
}

.content--loading {
	background: url(../img/loading.svg) no-repeat 50% 50%;
}

.products {
	margin: 0;
	padding: 2em;
	text-align: center;
}

.product {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 10px;
	border-radius: 5px;
	background: #1c1d22;
}

.product .foodicon {
	font-size: 4em;
	line-height: 190px;
	color: #3b3d4a;
}

.info {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5vh 1em 0;
	text-align: center;
	color: #47484c;
}

body #cdawrap {
	top: auto;
	bottom: 15px;
	background: rgba(0, 0, 0, 0.1);
}

body #cdawrap .carbon-text {
	color: #505158;
}

body #cdawrap a.carbon-poweredby {
	color: #7883c4;
}

body #cdawrap a:hover.carbon-poweredby {
	color: #fff;
}

@media screen and (max-width: 40em) {
	.bp-header {
		padding-top: 3em;
	}
	.bp-header__main,
	.bp-nav {
		width: 100%;
		text-align: center;
	}
	.dummy-logo {
		display: none;
	}
	.content {
		margin: 0;
	}
	body,
	.container {
		height: auto;
		overflow: auto;
	}
}

/* Menupush_Dobriša */
#mainMenu {
	padding: 0 !important;
}
#menu {
	position: absolute;
  top: 87px;
  height: calc(100vh - 111px) !important;
  min-height: calc(100vh - 111px) !important;
}

/* card */

.newsletter-katalog {
	font-size: 18px;
	text-align: center !important;
	color: #000000 !important;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding-bottom: 8px;
  color: #000 !important
}

a.newsletter-katalog:hover {
		color: #000000!important;
	}

.card {
	/* padding: 0.5rem 0 !important; */
	border: none !important;
	margin-right: -15px;
  padding-left: 0;
  text-align: justify;

}

.card .form-control:focus {
		color: #495057;
    background-color: #fff;
    border-color: #0c8c0f;
    outline: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

#divNewsResult {
	font-size: 12px;
	color: #000000;
}

.print-button {
	position: absolute;
	right: 30px;
	top: 90vh;
}


#mainNav {
    background-color: #000000;
}

#footerMain {
    background-color: #000000;
}

#divFontSize {
    position: fixed;
    top: 61px;
    left: 0;
    width: 300px;
    height: 50px;
    padding: 0.3em 0 0 0;
    text-align: center;
    color: #FFFFFF;
    background: #000000;
    z-index: 100;
}


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*component*/

.padding_top {
    padding-top: 80px;
}

.padding_bottom {
    padding-bottom: 80px;
}

#font-size {
    display: inline-block;
    width: 50px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}

.font_size {
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    padding-right: 30px;
}

.heading_decoration {
    border-bottom: 2px solid #a7a7a7;
    line-height: 1.5em;
}

.btn-costum-katalog {
    background: #0c8c0f;
    border-color: #0c8c0f;
    cursor: pointer;
}

.btn-costum-katalog a {
    color: #FFF;
    cursor: pointer;
}

.btn-costum-katalog a:hover {
    text-decoration: none;
}


.btn-costum-katalog_blue {
    background: #2d7cc7;
    border-color: #2d7cc7;
    cursor: pointer;
}

.btn-costum-katalog_blue a {
    color: #FFF;
    cursor: pointer;
}

.btn-costum-katalog_blue a:hover {
    text-decoration: none;
}

    .btn-costum-katalog_blue:hover, .btn-costum-katalog_blue:active, .btn-costum-katalog_blue:focus {
        background: #000000 !important;
        border-color: #000000 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }

.btn-costum-katalog:hover, .btn-costum-katalog:active, .btn-costum-katalog:focus {
    background: #000000 !important;
    border-color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
/* Menu styles */

.menu {
    /*position: fixed;*/
    position: absolute;
    top: 106px;
    left: 0;
    width: 300px;
    height: calc(100vh - 106px);
    background: #39426b;
}

.menu__wrap {
    position: absolute;
    top: 3.5em;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}

.menu__level {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .menu__level:focus {
        outline: none;
    }

.menu__level--current {
    visibility: visible;
}

.menu__item {
    display: block;
    width: calc(100% - 50px);
}

.menu__link {
    font-weight: 500;
    position: relative;
    display: block;
    padding: 0.5em 2.5em 0.5em 0.8em;
    color: #FFF;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}

    .menu__link[data-submenu]::after {
        content: '\f061';
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        padding: 0.25em 1.25em;
        color: #FFF;
        font-size: 0.8em;
    }

    .menu__link:hover,
    .menu__link:focus,
    .menu__link[data-submenu]:hover::after,
    .menu__link[data-submenu]:focus::after {
        color: #efa125;
        text-decoration: none;
    }

.menu__link--current::before {
    content: '\00B7';
    font-size: 1.5em;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0.5em;
    height: 4px;
    color: #5c5edc;
}

[class^='animate-'],
[class*=' animate-'] {
    visibility: visible;
}

.animate-outToRight .menu__item {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.animate-outToLeft .menu__item {
    -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.animate-inFromLeft .menu__item {
    -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate-inFromRight .menu__item {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.menu__breadcrumbs {
    font-size: 0.8em;
    line-height: 1;
    position: relative;
    padding: 2.5em 2em 1.5em 1em;
}

    .menu__breadcrumbs a {
        font-weight: bold;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #efa125;
    }

        .menu__breadcrumbs a:last-child {
            pointer-events: none;
        }

        .menu__breadcrumbs a:hover,
        .menu__breadcrumbs a:focus {
            color: #232942;
            text-decoration: none;
        }

        .menu__breadcrumbs a:not(:last-child)::after {
            content: '\f0da';
            font-family: 'FontAwesome';
            display: inline-block;
            padding: 0 0.5em;
            color: #FFF;
            font-size: 0.8em;
        }

        .menu__breadcrumbs a:not(:last-child):hover::after,
        .menu__breadcrumbs a:not(:last-child):focus::after {
            color: #FFF;
        }

.menu__back {
    font-size: 1.05em;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 2.25em;
    margin: 0;
    padding: 1.365em 0.65em 0 0;
    cursor: pointer;
    color: #2a2b30;
    border: none;
    background: none;
}

.menu__back--hidden {
    pointer-events: none;
    opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
    color: #fff;
    outline: none;
}


/* Open and close buttons */

.action {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
}

    .action:focus {
        outline: none;
    }

.action--open {
    font-size: 1.5em;
    top: 1em;
    left: 1em;
    display: none;
    color: #fff;
    position: fixed;
    z-index: 1000;
}

.action--close {
    font-size: 1.1em;
    top: 1.25em;
    right: 1em;
    display: none;
    color: #45464e;
}

@media screen and (max-width: 40em) {
    .action--open,
    .action--close {
        display: block;
    }

    .menu {
        z-index: 1000;
        top: 0;
        width: 100%;
        height: 100vh;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .menu--open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Nav */
.navbar-brand {
    color: #FFFFFF !important;
    font-size: 1em !important;
    text-transform: uppercase;
}
/*// Large devices (desktops, 992px and up)*/
@media only screen and (max-width: 992px) {
    .navbar-light .navbar-toggler-icon {
        background-color: #FFF;
        border-radius: 4px;
    }

    #divDescription {
        text-align: justify;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media only screen and (max-width: 768px) {
    .navbar-brand {
        font-size: 0.8em !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-color: #FFF;
        border-radius: 4px;
    }

    #divDescription {
        text-align: justify;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media only screen and (max-width: 576px) {
    .navbar-brand {
        font-size: 0em !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-color: #FFF;
        border-radius: 4px;
    }

    #divDescription {
        text-align: justify;
    }
}



.navbar-nav .nav-link {
    color: #FFF !important;
}

    .navbar-nav .nav-link.active {
        color: #FFFFFF !important;
        font-weight: 500;
    }

/* Search Bar */
.content form {
    display: block;
    /*margin-right: 170px;*/
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #000000;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: #bdbdbd !important;
    font-weight: 500;
}

    .searchbox-input::-webkit-input-placeholder {
        color: #FFF;
    }

    .searchbox-input:-moz-placeholder {
        color: #FFF;
    }

    .searchbox-input::-moz-placeholder {
        color: #FFF;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #FFF;
    }

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #9e9e9e;
    border-left: 2px solid #FFF;
}

.searchbox-open {
    width: 100%;
}

/* Footer */

.footer_link {
    color: #FFFFFF;
    font-weight: bold;
}

    .footer_link:hover {
        color: #d2d2d2;
        text-decoration: none;
    }

.multilevelpushmenu_wrapper {
    position: absolute;
    overflow: hidden;
    min-width: 100%;
    /* min-height: 100%; */
    margin: 0;
    min-height: calc(100vh - 111px) !important;
    height: calc(100vh - 111px) !important;

    padding: 0;
}

    .multilevelpushmenu_wrapper .levelHolderClass {
        position: absolute;
        overflow: scroll;
        top: 0;
        background: #000000;
        width: auto;
        min-height: 100%;
        font-family: 'Montserrat', sans-serif;
        /*font-size: 1.2em;*/
        /*zoom: 1;*/
    }

    .multilevelpushmenu_wrapper .ltr {
        margin-left: -100%;
        left: 0;
        -webkit-box-shadow: 5px 0 5px -5px #1f4164;
        box-shadow: 5px 0 5px -5px #1f4164;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
    }

    .multilevelpushmenu_wrapper .rtl {
        margin-right: -100%;
        right: 0;
        -webkit-box-shadow: 5px 0 5px 5px #1f4164;
        box-shadow: 5px 0 5px 5px #1f4164;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=270,strength=2);
    }

    .multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
        background: #2e6196;
    }

    .multilevelpushmenu_wrapper h2 {
        font-size: 1.5em;
        line-height: 1em;
        font-weight: normal;
        color: #00000 !important;
        padding: 0 .4em 0 .4em;
        padding: 10px;
        /*border-bottom: 1px solid #242a42;*/
    }

    .multilevelpushmenu_wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .multilevelpushmenu_wrapper li {
        cursor: pointer;
        /*border-top: 1px solid #295685;*/
        padding: .2em .4em .2em .4em;
    }

        .multilevelpushmenu_wrapper li:last-child {
            /*border-bottom: 1px solid #295685;*/
        }

        .multilevelpushmenu_wrapper li:active {
            background-color: #000000;
        }

.active_item {
    background-color: #000000;
}


.multilevelpushmenu_wrapper a {
    display: block;
    outline: none;
    overflow: hidden;
    font-size: 1em;
    line-height: 1em;
    padding: .4em .2em;
    text-decoration: none;
    color: #fff;
}

    .multilevelpushmenu_wrapper a:hover {
        color: #ffe;
    }

.multilevelpushmenu_wrapper .backItemClass {
    display: block;
    padding: .4em .4em .4em .4em;
    background: #000000;
    border-top: 1px solid #242a42;
}

.multilevelpushmenu_wrapper .floatRight {
    float: right;
}

.multilevelpushmenu_wrapper .floatLeft {
    float: left;
}

.multilevelpushmenu_wrapper .cursorPointer {
    cursor: pointer;
}

.multilevelpushmenu_wrapper .iconSpacing_ltr {
    padding: 0 .4em 0 0;
}

.multilevelpushmenu_wrapper .iconSpacing_rtl {
    padding: 0 0 0 .4em;
}
