html {
	background-color: transparent;
}

body {
	overflow: hidden;
	background-color: #f9efd7;
}

.news-page {
	overflow-y: scroll;
	overflow-x: hidden;
}

.home {
	background-color: #000;
	margin-top: -70px;
	height: 100%;
}

.about {
	position: fixed;
	background: none;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f9efd7;
	width: 100%;
}

.mobileOnly {
	display: none;
}
.desktopOnly {
	display: block;
}

/* ==========================================================================
   Header
   ========================================================================== */
.siteHeader {
	height: 30px;
	background-color: transparent;
}

.logo a {
	display: block;
}

.logo img {
	height: 100px;
	display: block;
}

.headerBg {
	position: relative;
	width: auto;
	height: auto;
	/*float: left;*/
	padding: 0px;
}

/*ovo sam dodao*/
/*.menu-overlay{
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    display: none;
}*/

/*menu btn skriven na 1100px rezama pa gore*/
.menuButton {
	/*width: 30px;*/
	cursor: pointer;
	margin-right: -4px;
}

.menuButton img {
	height: 30px;
}

/*.mainNavContainer {
    float: right;
}*/

/*.mainNav {
    position: static;
    width:auto;
    display: block;
    overflow: auto;
}

.mainNav ul {
    overflow: auto;
    display: block;
}

.mainNav ul li {
    float: left;
     padding: 5px 10px;
     border: none;
     display: block;
     box-sizing: border-box;
}

@media (min-width: 1200px) {
    .mainNav ul li {
        padding: 5px 20px;
    }
}*/

/*.mainNav ul li a {
    font-size: 0.8rem;
    padding: 0px;
    display: block;
    box-sizing: border-box;
    width: auto;
}*/

.mainNav ul {
	width: 80%;
	margin: 50px 10% 0 10%;
	/*micanje centriranja menia sa mobile-a*/
	position: relative;
	left: 0;
	transform: none;
	-webkit-transform: none;
}

.mainNav ul li a {
	padding: 15px 0;
	font-size: 1.6rem;
}

.language_hr .mainNav .left-nav {
	float: left;
	width: 310px;
	position: relative;
	margin-top: 7px;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	top: 10vh;
	opacity: 0;
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
	padding-top: 0;
}

.language_hr .termsLink {
	display: inline-block;
}
.language_hr .termsLink a {
	padding: 0;
	padding-left: 15px;
	border-left: 1px solid #ffba09;
}
.language_en .termsLink a {
	font-size: 16px;
	padding-top: 25px;
}

.language_hr .mainNav .left-nav.animate {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.language_hr .mainNav .left-nav a {
	font-size: 0.9rem;
	padding-bottom: 0px;
}
.mainNav .right-nav {
	float: right;
	width: 400px;
	text-align: right;
	position: relative;
	right: -200px;
	opacity: 0;
	transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	/*transition-delay: 0.2s;*/
}
.language_hr .mainNav .right-nav {
	top: 10vh;
	width: auto;
}
.language_en .mainNav .right-nav {
	right: -200px;
	margin-top: 0;
}
.mainNav .right-nav.animate {
	right: 0;
	opacity: 1;
}

.mainNav .socialLinks {
	margin: 0;
	visibility: visible;
	display: inline-block;
	position: relative;
	padding: 0;
	height: auto;
}
.mainNav .lang {
	display: inline-block;
}
.language_hr .mainNav .lang a {
	padding-right: 15px;
}
.mainNav .socialLinks a {
	display: inline-block;
	width: auto;
	padding: 0;
	margin-right: 10px;
}

/* @media screen and (min-width: 1100px) and (max-width: 1120px) { .mainNav ul .social { margin-left: 10px; }}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .language_en .mainNav ul li { padding: 5px 13px; }
    .language_en .mainNav ul li.social { padding: 0; }

} */

.socialLinks a img {
	height: 30px;
	border: 0;
}

/*.mainNav ul li.lang {
	padding-right: 0;
}*/

.underMenu {
	display: block;
}
.language_hr .mainNav ul li.loyaltyLink,
.language_hr .mainNav ul li.myAccLink,
.language_hr .mainNav ul li.clubLink {
	display: inline-block;
	clear: both;
	margin-bottom: -7px;
	padding-bottom: 0;
	/*resetiranje pozicije zbog mobile-a*/
	left: 0;
}
.language_hr .mainNav ul li.loyaltyLink,
.language_hr .mainNav ul li.myAccLink {
	width: 100%;
}
.language_hr .mainNav ul li.myAccLink a {
	padding-left: 3px;
}
.language_hr .mainNav ul li.clubLink a {
	padding-left: 6px;
}
.language_hr .mainNav ul li.loyaltyLink img,
.language_hr .mainNav ul li.myAccLink img,
.language_hr .mainNav ul li.clubLink img {
	width: 25px;
	float: left;
	padding: 15px 10px 15px 0;
	/*micanje razmaka sa mobile-a*/
	margin: 0;
}
.language_hr .mainNav ul li.clubLink img {
	width: 22px;
	padding-left: 3px;
}

/*ikone se nisu ispravno pojavljivale na IE11*/
_:-ms-fullscreen,
.language_hr .mainNav ul li.loyaltyLink img,
.language_hr .mainNav ul li.myAccLink img,
.language_hr .mainNav ul li.clubLink img {
	width: 20px;
	height: 20px;
}

.language_hr .mainNav ul li.loyaltyLink a,
.language_hr .mainNav ul li.myAccLink a,
.language_hr .mainNav ul li.clubLink a {
	width: auto;
	float: left;
}
.language_hr .mainNav ul li.loyaltyLink a {
	padding-top: 13px;
}
.language_hr .mainNav ul li.myAccLink a {
	padding-top: 17px;
}
.language_hr .mainNav ul li.clubLink a {
	padding-top: 20px;
}
.language_hr .mainNav ul li.loyaltyLink img {
	width: 30px;
}
.language_hr .mainNav ul li.myAccLink img {
	padding-left: 3px;
}

/*.language_hr .mainNav ul li.loyaltyLink,
.language_hr .mainNav ul li.myAccLink {
    display: block;
}

.language_hr .mainNav ul li {
    padding: 0;
    margin-left: 10px;
    margin-top: 6px;
}


.language_hr .mainNav ul li.lang { padding-right: 0; }
.loyaltyPage .mainNav ul li.lang { display: none; }*/

.language_hr .mainNav .socialLinks {
	padding: 0;
	margin-top: calc(165px - 50px); /* compensate for nagradna igra link */
}

.language_hr .mainNav ul li.prizeLink {
	margin-bottom: 0px;
	margin-top: 50px;
}

.language_hr .mainNav ul li.prizeLink a {
	padding: 15px 10% 15px 10%;
	margin-bottom: 0px;
}

/*.mainNav ul li.myAccLink {
    padding: 0;
    margin-top: 0;
}

.mainNav ul li.myAccLink a {
    padding: 5px;
    border: 1px solid #f7edd4;
    text-align: center;
}

.mainNav ul li.myAccLink a:hover {
    background-color: #ffbb08;
    border-color: #ffbb08;
    color: #461e00;
}

@media (min-width: 1200px) {
    .language_hr .mainNav ul li {
        margin-left: 15px;
    }

    .language_hr .mainNav .social {
        margin-left: 25px;
    }
}*/

/* ==========================================================================
   Home
   ========================================================================== */

.homePageTitle {
	width: 40%;
	max-width: 530px;
	padding-top: 10%;
	height: 50%;
}

.homePageTitle p {
	position: relative;
	width: 100%;
	font-size: 1rem;
	height: auto;
	visibility: visible;
	margin-bottom: 50px;
}

.homePageTitle h1 {
	width: 100%;
	font-size: 3.3rem;
	line-height: 60px;
	margin-bottom: 40px;
	font-weight: normal;
}

.homePageTitle .seeMore {
	font-size: 1.3rem;
}

.homeImageMain {
	overflow: hidden;
	/*margin-top:5%;*/
	/*margin-left: 15%;*/
	height: 100%;
	display: block;
	position: absolute;
}

.homeImageMain img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	float: right;
	display: none;
	/*margin-right: 15%;*/
}

.homeNewsOuter {
	position: absolute;
	top: 70px;
	height: 95%;
	width: 100%;
	left: -100%;
}

.homeNewsContainer {
	width: 95%;
	height: 100%;
	display: table;
	position: relative;
	z-index: 2;
}

.homeNews {
	vertical-align: middle;
	display: table-cell;
	width: 150%;
	padding: 0%;
	height: 41%;
	padding-bottom: 35px;
}

.homeNewsBox {
	position: relative;
	float: right;
	height: 90%;
	width: 19.5%;
	margin-top: 4%;
	margin-right: 3.2%;
	margin-bottom: 0px;
	border: none;
	overflow: visible;
	display: block;
}

/* ----------- banners ----------*/
.homeBannersBox {
	width: 21.5%;
	margin-right: 2.8%;
}
.homeBannersBox .touchImgV {
	display: none;
}
.homeBannersBox .screenImgV {
	display: block;
}

/* ----------- END banners ----------*/

.homeNewsImg {
	height: auto;
	overflow: hidden;
	float: none;
	position: relative;
	display: block;
}

.homeNewsImg img {
	height: auto;
	width: 100%;
}

.homeNewsText {
	border: 1px solid #cdbcb5;
	border-top: none;
	width: 100%;
	padding: 12% 10% 15% 10%;
	height: 52%;
	float: none;
	display: block;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.homeNewsInner {
	padding: 0px;
	width: 100%;
	display: block;
	position: relative;
}

.homeNewsText p {
	width: 100%;
	height: auto;
	visibility: visible;
	visibility: visible;
	position: relative;
	display: block;
}

.homeNewsText h3 {
	font-size: 1.6rem;
	width: 100%;
	display: block;
}

.homeNewsText .seeMore {
	font-size: 0.9rem;
	visibility: visible;
	position: absolute;
	display: block;
	height: auto;
	width: auto;
	bottom: -15px;
}

.homeNewsBox .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background: url("/web-assets/img/brown-over.png");
	display: none;
	z-index: 15;
}

.openCloseNews {
	visibility: visible;
	display: block;
	z-index: 1;
}

.openCloseButton {
}

/* ==========================================================================
   News
   ========================================================================== */
.newsBox .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url("/web-assets/img/brown-over.png");
	display: none;
	z-index: 15;
	left: 0px;
	top: 0px;
}

.news {
	padding: 120px 6.7% 32px 6.7%;
}

.newsContainer {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	z-index: 2;
	padding-bottom: 9%;
}

.newsBox {
	float: left;
	height: 585px;
	width: 21.5%;
	margin: 1.6%;
	border: none;
	position: relative;
}

.newsImg {
	width: 100%;
	height: auto;
	float: none;
	position: relative;
}

.newsImg img {
	width: 100%;
	height: auto;
}

.newsText {
	width: 100%;
	padding: 7% 10% 5% 10%;
	height: 55%;
	float: none;
	position: relative;
	display: block;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #cdbcb5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsInner {
	padding: 0px;
	width: 100%;
}

.newsText p {
	width: 100%;
	height: auto;
	visibility: visible;
	visibility: visible;
	position: relative;
	display: block;
}

.newsText h3 {
	font-size: 1.6rem;
	width: 100%;
	display: block;
}

.newsText .seeMore {
	font-size: 0.9rem;
	visibility: visible;
	position: absolute;
	display: block;
	height: auto;
	width: auto;
	bottom: 10px;
}

/* ==========================================================================
   Dialog
   ========================================================================== */
#dialog {
	display: none;
	top: 1000px;
}

.ui-dialog-title {
	display: none;
}

.ui-dialog .send {
	margin-left: 3%;
}

.ui-dialog {
	outline: none;
	background-color: #f9efd7;
	border: 0px;
	position: absolute;
	display: block;
	top: 80px;
	width: 70%;
	max-width: 900px;
}

.loyaltyPage .ui-dialog {
	background-color: transparent;
	width: 80% !important;
}

.ui-dialog .imageDialog {
	width: 370px;
	float: left;
	height: 100%;
	overflow: hidden;
	display: table;
	background-image: url("/web-assets/img/prod-bck.jpg");
}

/*žig za bez aditiva na dialogu nema */
#no-aditive-dialog-img {
	display: none;
}

/*žig bez aditiva na slici proizvoda na desktopu*/
.productsDetBox.no-aditive #no-aditive-img {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	right: 10px;
	bottom: 15px;
}

.ui-dialog img {
	height: auto;

	vertical-align: middle;
	float: left;
}

.productImgDialog img {
	height: auto;
	display: block;
	vertical-align: middle;
	width: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.ui-dialog .dialogText {
	width: 54%;
	padding: 0px;
	float: left;
}

.ui-dialog h2 {
	padding-top: 20px;
	padding-left: 30px;
	width: 80%;
	color: #461e00;
}

.ui-dialog p {
	padding-left: 30px;
	width: 80%;
	color: #461e00;
}

.ui-dialog p {
	font-size: 0.9rem;
}

.ui-dialog h2 {
	padding-top: 60px;
	font-size: 2rem;
}

.ui-dialog-titlebar-close {
	margin-top: 10px;
	margin-right: 10px;
}

.jobDialog .dialogText {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 17px;
}

.officeDialog .dialogText {
	width: 90%;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

.officeDialog {
	height: auto;
	overflow: auto;
}

/* ==========================================================================
   Loyalty tabs
   ========================================================================== */

.loyaltyPage .ui-tabs-nav {
	margin: 0;
	padding: 0;
	overflow: auto;
	display: flex;
	align-items: center;
}

.loyaltyPage .ui-tabs-nav li {
	display: block;
	float: left;
	font-size: 1.1rem;
}

.loyaltyPage .ui-tabs-nav li a {
	display: block;
	padding: 20px 80px 20px 35px;
	background-color: #ffb308;
}

.loyaltyPage .ui-tabs-nav li:focus,
.loyaltyPage .ui-tabs-nav li a:focus {
	outline: none;
}

.loyaltyPage .ui-tabs-nav li.ui-state-active a {
	background-color: #f9efd7;
}

.loyaltyPage .ui-tabs-panel {
	background-color: #f9efd7;
	padding: 25px 90px 85px 65px;
}

.loyaltyPage .ui-tabs-panel p {
	width: 100%;
	padding: 0;
	font-size: 1rem;
}

.loyaltyPage .ui-tabs-panel h3 {
	color: #461e00;
	font-size: 2.6rem;
}

.loyaltyPage .ui-tabs-panel h4,
.loyaltyPage .ui-tabs-panel h5 {
	font-weight: normal;
	font-family: "Lora-BoldItalic", Georgia, serif;
	margin-top: 3em;
	font-size: 16px;
}

.loyaltyPage .ui-tabs-panel h5 {
	margin-top: 2em;
}

.loyaltyPage table {
	border: 1px solid #cdbcb5;
	margin-bottom: 1.5rem;
	border-collapse: collapse;
}

.loyaltyPage table > tbody > tr > td,
.loyaltyPage table > tbody > tr > th,
.loyaltyPage table > tfoot > tr > td,
.loyaltyPage table > tfoot > tr > th,
.loyaltyPage table > thead > tr > td,
.loyaltyPage table > thead > tr > th {
	padding: 1.4rem;
	border: 1px solid #cdbcb5;
	vertical-align: middle;
}

.loyaltyPage thead {
	background-color: #e5dcc7;
	font-family: "Lora-BoldItalic", Georgia, serif;
}

.loyaltyPage tbody > tr:nth-of-type(odd) {
	background-color: #f8eed6;
}

.loyaltyPage tbody > tr:nth-of-type(even) {
	background-color: rgba(229, 220, 199, 0.5);
}

.contactAcc table {
	margin-left: 25px;
	margin-right: 7%;
	margin-top: 1.5rem;
}
.contacts .check {
	margin-top: 15px;
	font-family: "Lora-Italic", Georgia, serif;
	font-size: 16px;
	border: 3px solid rgba(0, 0, 0, 0);
	width: 90%;
	padding: 15px;
}
.contacts .check #terms {
	width: 20px;
}

/* ==========================================================================
   Products
   ========================================================================== */

.productsTitle {
	margin-top: 120px;
	padding-bottom: 30px;
}

.productsSliderContainer {
	height: 365px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #cdbcb5;
	border-bottom: 1px solid #cdbcb5;
	display: block;
}

.sliderImgBack {
	position: absolute;
	z-index: -2;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.overlayY {
	width: 50%;
	height: 100%;
	left: 0;
	background-image: url("/web-assets/img/yellow.png");
	z-index: -1;
	position: absolute;
}

.overlayZ {
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url("/web-assets/img/yellow.png");
	z-index: -1;
	position: absolute;
}

.yellower {
	background-image: url("/web-assets/img/brown_80.png");
}

.sliderImgBack img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	display: none;
	min-height: 100%;
	opacity: 0;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}

.sliderImgBack .backL {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 100%;
	float: left;
	margin-left: -20%;
	filter: grayscale(100%);
	display: none;
	opacity: 1;
}

.sliderImgBack .backR {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 100%;
	float: right;
	margin-right: -20%;
	filter: grayscale(100%);
	display: none;
	opacity: 1;
}

.productSliderList {
	height: 100%;
	width: 82.2%;
	margin-left: 8.5%;
	margin-right: 8.5%;
	position: relative;
	background-color: #f9efd7;
}

.productSlide {
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
}

#productSlide1 {
	/* display: block;*/
}

.productSlide img {
	height: auto;
	width: 48.2%;
	float: left;
}

.productSlideText {
	float: left;
	width: 100%;
	padding-left: 10%;
	height: 100%;
	background-image: url("/web-assets/img/maska.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: table;
}
.productsPage + .officesSliderContainer .productSlideText {
	margin-top: 80px;
	/*maska maknuta kod proizvoda*/
	background-image: none;
}

.productSlideCell {
	height: auto;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.productSlideText h2 {
	color: #f9efd7;
	font-size: 2.2rem;
	margin-top: 0px;
	width: 25%;
}

.loyaltyPage .productSlideText h2 {
	line-height: 1.2;
	margin-top: 80px;
	width: 320px;
}

.productSlideText p {
	color: #f9efd7;
	width: 25%;
	margin-bottom: 110px;
}

.loyaltyPage .productSlideText p {
	width: 28%;
}

.productsLeft {
	height: 100%;
	width: 10%;
	top: 0px;
	margin-left: -10%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url("/web-assets/img/prod_brown_l.png");
	cursor: pointer;
}

.productsRight {
	height: 100%;
	width: 10%;
	top: 0px;
	margin-left: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url("/web-assets/img/prod_brown_r.png");
	cursor: pointer;
}

.productsContainer {
	margin-top: 55px;
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	z-index: 2;
	padding-bottom: 177px;
}

.products {
	width: 86%;
	padding-left: 7%;
	padding-right: 7%;
	margin-right: 2.1%;
	padding-top: 20px;
}

.productsOuter {
}

.productsBox {
	cursor: pointer;
	float: left;
	height: 390px;
	width: 21.5%;
	margin: 1.6%;
	border: none;
}

.productsBox a {
	text-decoration: none;
}

.productsImg {
	width: 100%;
	height: auto;
	float: none;
	position: relative;
}

.productsImg a {
	height: 200px;
}

.productsImg .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url("/web-assets/img/brown-over.png");
	display: none;
	z-index: 15;
}

.productsImg img {
	width: auto;
}

.productsText {
	border: 1px solid #cdbcb5;
	border-top: none;
	width: 100%;
	padding: 12% 10% 15% 10%;
	height: 48%;
	float: none;
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.productsInner {
	padding: 0px;
	width: 100%;
	position: relative;
}

.productsText p {
	width: 100%;
	height: auto;
	bottom: 10px;
	visibility: visible;
	position: relative;
}

.productsText h3 {
	font-size: 1.6rem;
	width: 100%;
	display: block;
}

.productsText .seeMore {
	font-size: 1rem;
	visibility: visible;
	position: absolute;
	display: block;
	height: auto;
	bottom: 10px;
	width: 200px;
}

.productsDetTitle {
	width: 45%;
	padding-top: 5%;
	top: 0px;
	height: 30%;
	background: transparent;
	position: absolute;
}

.productsDetTitle h1 {
	font-family: "PosterizerKGRough";
	color: #f9efd7;
	margin: 10% 0px 0px 0px;
	font-size: 4rem;
}

.productsDetTitle p {
	/*color: #f9efd7;
    font-size: 2rem;
    width: 60%;
    font-family: 'Lora-BoldItalic';*/
	display: none;
}

.productsDetImageMain {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
	height: 0px;
	padding-bottom: 33%;
}

.productsDetImageMain img {
	width: 100%;
}

.productsDetText {
	width: 100%;
	height: auto;
	display: table;

	/*proizvod se mogao odabrati i izvan njegovog okvira*/
	/*height: 100%;*/
}

.productsDetInner h3 {
	width: 100%;
}

.productsDetInner {
	vertical-align: middle;
	background: url("/web-assets/img/arrow-mid.png") 95% no-repeat;
	padding-left: 8%;
}

.productsFiltContain {
	height: 80px;
	background-color: #f9efd7;
	overflow: visible;
}

.productsFilt {
	margin-top: 20px;
	height: 40px;
	width: 100%;
	padding-left: 8.5%;
	position: absolute;
	z-index: 12;
}

.productsFilt ul {
	float: left;
	background-color: #ffba07;
	margin-right: 5px;
	padding: 0px;
	height: 40px;
	overflow: hidden;
}

.productsFilt ul li {
	list-style: none;
	padding: 10px 50px 10px 10px;
	font-family: "Lora-Italic";
	background-position: 96% 4px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fdce5a;
}

.productsFilt ul li:first-child {
	list-style: none;
	padding: 10px 40px 10px 10px;
	font-family: "Lora-BoldItalic";
	background-image: url("/web-assets/img/arr-d.png");
	background-position: 95% 7px;
	background-repeat: no-repeat;
}

.productsFilt ul .active {
	background: url("/web-assets/img/filter-icon_plus.png") 96% 4px;
	background-repeat: no-repeat;
}

.alergen li {
	background: url("/web-assets/img/filter-icon_blank.png") 96% 4px;
	background-repeat: no-repeat;
}

.vege li {
	background: url("/web-assets/img/filter-icon_blank.png") 96% 4px;
	background-repeat: no-repeat;
}

.filt {
	font-family: "Lora-BoldItalic";
	color: #461e00;
	display: block;
	float: left;
	margin-top: 16px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #cdbcb5;
	padding: 8px 20px 8px 1.5%;
}

.productsDetBox {
	cursor: pointer;
	/*float: left;
    height: 455px;*/
	display: inline-block;
	height: auto;
	vertical-align: top;
	width: 21.5%;
	margin: 1.6%;
	border-color: #cdbcb5;
	margin-bottom: 45px;
}

/*slika dodana na proizvode*/
.productsDetBox .productsDetImg {
	width: 100%;
	float: none;
	height: auto;
	position: relative;
}
.productsDetBox .productsDetImg img {
	width: 100%;
	height: auto;
}

.loyaltyPage .productsDetBox {
	width: 100%;
	margin: 0 0 35px 0;
	height: auto;
}

.productsDetBox.emphasized {
	background-color: #ffba07;
	border-color: #ffba07;
}

.productsDetBox.emphasized:hover {
	background-color: #1e0e04;
	border-color: #1e0e04;
	color: #ffba07;
}

.productsDetBox.emphasized:hover .productsDetInner h3,
.productsDetBox.emphasized:hover .seeMore {
	color: #ffba07;
}

.productsDetInner {
	height: 140px;
	display: block;
	background: none;
	position: relative;
}

.loyaltyPage .productsDetInner {
	height: auto;
	padding-top: 15px;
	padding-bottom: 72px;
}

.productsDetInner h3 {
	font-size: 1.3rem;
	padding-top: 10px;
}

/*tekst bez aditiva se ispisuje na desktopu*/
.productsDetBox.no-aditive #no-aditive-span {
	display: none;
}

.emphasized .productsDetInner h3 {
	font-size: 2.6rem;
	width: 100%;
	max-width: 450px;
	line-height: 1.2;
}

.productsDetBox .seeMore {
	font-size: 0.9rem;
	visibility: visible;
	position: absolute;
	display: block;
	height: auto;
	bottom: 15px;
	width: 200px;
}

.productsDetBox.emphasized .seeMore {
	background-image: url("/web-assets/img/arrow-bordered.png");
}

.productsTitle p {
	font-size: 1.3rem;
	margin-top: 50px;
	margin-bottom: 50px;
}

.productDialogLeft {
	width: 60%;
	float: left;
	height: 100%;
}

.productDialogRight {
	width: 39%;
	/* 25.09.2019 promjenjeno na float:right, bilo je float:left ali se kršilo na Firefox ver 69. */
	float: right;
	border-left: 1px solid #cdbcb5;
}

.alergenWrap {
	height: auto;
	width: auto;
	margin-top: 0px;
	float: left;
}

.fatsWrap {
	height: auto;
	width: auto;
	margin-top: 0px;
	float: left;
}

.vegeWrap {
	height: auto;
	width: auto;
	margin-top: 0px;
	float: left;
}

.prodCatWrap {
	height: auto;
	width: auto;
	float: left;
}

.productsFilt ul {
	position: relative;
}

/*listanje proizvoda*/
#left,
#right {
	margin-top: 255px;
}

/* ==========================================================================
   Offices
   ========================================================================== */

.officesSliderContainer {
	height: 700px;
	margin-top: -640px;
	width: 100%;
	background-color: #f9efd7;
	overflow: hidden;
	display: block;
}

.productsSliderContainerz {
	height: 450px;
	display: block;
	/*submenu je absolute, ubačen u ovaj container*/
	position: relative;
}

.officeSlide {
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.productsSliderContainerz .officeSlide {
	width: 100%;
	background-size: 100% auto;
	background-position: right bottom;
	/*mijenja se zbog novog dizajna gdje je slika do vrha*/
	/*background-position: right top;*/
}

.officesLeft {
	margin-top: 320px;
	cursor: pointer;
}

.productsSliderContainerz .officesLeft {
	margin-top: 190px;
}

.officesRight {
	margin-top: 320px;
	cursor: pointer;
}

.productsSliderContainerz .officesRight {
	margin-top: 190px;
}

.officesSliderList {
	height: 100%;
}

.officesSliderFader {
	height: 100%;
}

.offices {
	width: 86%;
	padding-left: 7%;
	padding-right: 7%;
}

.officesFilt {
	padding-left: 8.5%;
}

.officesFilt ul li {
	padding-left: 13% !important;
}

.officeBox {
	width: 46.4%;
	margin: 1.69%;
	height: 272px;
	float: left;
	border: 1px solid #cdbcb5;
	display: block;
}

.jobBox {
	height: 300px;
}

.officeText {
	padding: 4% 0% 4% 5%;
}

.officeInner {
	position: relative;
	display: block;
}

.showMap {
	position: absolute;
	top: -30px;
	right: -62px;
	cursor: pointer;
}

.officesContainer {
	padding-bottom: 60px;
}

/* ==========================================================================
   Contact
   ========================================================================== */

.contactTitle {
}

#contactTitle1 {
	margin-top: 40px;
}

.contactTitle p {
	width: 70%;
}

.contactOuter {
	width: 83%;
	padding-left: 8.5%;
	padding-right: 8.5%;
	padding-top: 40px;
	padding-bottom: 90px;
	overflow: auto;
}

.contactAcc,
.careersAcc {
	float: left;
	width: 97%;
	margin-right: 3%;
}

.contactLeft {
	float: left;
	width: 49.5%;
}

.sendMessage {
	display: none;
}

.contactForm {
	width: 44.2%;
	float: right;
	padding: 2%;
	display: block;
}

.loyaltyPage .contactForm {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.contactForm input {
	width: 60%;
}

.contactForm textarea {
	width: 95%;
	height: 200px;
}

.contactTitle h2 {
	margin-top: 140px;
}

#contactTitleJob h2 {
	margin-top: 60px;
}

/* ==========================================================================
   About us
   ========================================================================== */

.aboutBg {
	width: 90%;
	padding-left: 15%;
	padding-top: 3%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-position: 50% 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 130% auto;
}

#aboutBg1 {
	background-image: url("/web-assets/img/placeholders/1.jpg");

	/*na desktopu da slika bude na vrhu*/
	margin-top: 0;
}

#aboutBg2 {
	background-image: url("/web-assets/img/placeholders/2.jpg");
	background-size: 130%;
}

#aboutBg3 {
	background-image: url("/web-assets/img/placeholders/1.jpg");
	background-size: 120%;
}

#aboutBg4 {
	overflow: hidden;
	background-image: url("/web-assets/img/placeholders/6.jpg");
	background-size: 120%;
}

#aboutBg5 {
	background-image: url("/web-assets/img/placeholders/7.jpg");
	background-size: auto 100%;
	background-position: -10px 50%;
}

#aboutBgHoriz {
	background-image: url("/web-assets/img/placeholders/5.jpg");
	height: 100%;
	background-size: 110% auto;
	background-position: 0px 50%;
}

#aboutCon3 {
	padding-top: 60px;
}

#aboutBg4 h3 {
	font-size: 3.5rem;
	margin-top: 20px;
}

#aboutBgHoriz h1 {
	font-size: 6rem;
}

#textYearImg1 {
	display: block;
}

#textYearImg2 {
	display: block;
}

.aboutBg h1,
h2,
h3 {
	color: #f9efd7;
}

.aboutSubtitle {
	border-bottom: 3px #f9efd7 solid;
	width: 20%;
	margin-left: 10px;
	position: relative;
}

#aboutSubtitle2 {
	width: 40%;
}

.aboutImg {
	width: 130%;
	z-index: -5;
	left: 0px;
}

.aboutBg img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: -2;
	left: 0px;
}

#aboutBg1 img {
	z-index: -1;
}

#aboutBg5 h3 {
	display: none;
}

.aboutBg h1 {
	font-size: 7rem;
	margin-bottom: 0px;
	padding-top: 6%;
}

.aboutBg h2 {
	margin-top: 0px;
	border-bottom: 1px #f9efd7 solid;
	margin-bottom: 3px;
	padding-bottom: 30px;
	font-size: 2rem;
	line-height: 40px;
}

.aboutBg h3 {
	font-family: "Lora-Bold";
	font-size: 2.5rem;
	padding-top: 5%;
}

.aboutTextYearCont {
	width: 300%;
	height: 560px;
	z-index: 10;
	position: absolute;
}

.aboutTextYear {
	background-color: #f9efd7;
	width: 280px;
	float: left;
	height: 100%;
	padding-top: 4.3%;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 25px;
}

.aboutTextYear h1 {
	margin-top: 0px;
}

#textYear1 {
	padding-left: 5%;
}

#textYear2,
#textYear3,
#textYear4,
#textYear5 {
	width: 340px;
}

#textYearImg1 {
	background-image: url("/web-assets/img/placeholders/3.jpg");
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#textYearImg2 {
	background-image: url("/web-assets/img/placeholders/4.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.aboutTextContain {
	padding-top: 60px;
	padding-bottom: 100px;
	padding-left: 15%;
}

#aboutCon2 {
	padding-top: 240px;
	padding-bottom: 50px;
}

.aboutTextPadding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.aboutTextContain p,
.aboutTextYear p {
	font-family: "Lora-Italic";
	color: #461e00;
	font-size: 1.5rem;
	line-height: 47px;
	height: auto;
}

.aboutTextYear p {
	line-height: 30px;
}

#textYear1 p {
	line-height: 42px;
}

.aboutTextContain h1,
.aboutTextYear h1 {
	color: #461e00;
	font-size: 4rem;
	margin-bottom: 0px;
}

.aboutTextYearDuo {
	height: 30%;
}

.aboutTextYearDuo p {
	margin-top: 0px;
}

.aboutTextContain h2,
.aboutTextYear h2 {
	font-family: "Lora-BoldItalic";
	color: #461e00;
	margin-top: 5px;
	font-size: 2rem;
}

.loyaltyPage .aboutTextContain h2 {
	margin-bottom: 0;
}

.aboutThreeText {
	width: 100%;
	background-color: #f9efd7;
	overflow: auto;
}

.aboutThreeText .aboutTextContain p {
	font-size: 1.1rem;
	line-height: 25px;
	width: 90%;
	padding-right: 10%;
}

#aboutCon5 p {
	width: 100%;
	padding: 0px;
}

#aboutSliderText1 h3 {
	font-size: 3rem;
	line-height: 60px;
	font-family: "Lora-Bold", Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

.aboutThreeInner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.contactAccordionTitle {
	float: left;
	border: 1px solid #cdbcb5;
	border-bottom: none;
	border-top: none;
	width: 97%;
	padding-bottom: 30px;
	box-sizing: content-box;
}

#aboutCon3,
#aboutCon4,
#aboutCon5 {
	width: 26.5%;
	padding-left: 0px;
	float: left;
}

#aboutCon5 {
	padding-right: 0px;
}

.loyaltyPage .aboutTextContain {
	padding-bottom: 40px;
	padding-right: 5%;
	width: 33.33333333333% !important;
	box-sizing: border-box;
}

.aboutBg .aboutImg {
	position: fixed;
}

.circleNum {
	background-color: #ffba07;
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	margin-right: 5%;
}

#circleLast {
	margin-right: 0px !important;
}

.circleNum h2 {
	margin-top: 0px;
	font-size: 4rem;

	margin-bottom: 0px;
	line-height: 3.5rem;
}

.circleNum p {
	font-size: 1.2rem;
	font-family: "Lora-BoldItalic";
	margin-top: 0px;
	margin-bottom: 0px;
}

.circleCont {
	display: table-cell;

	vertical-align: middle;
}

.numHr {
	border-top: 1px dashed #ffba07;
	background: none;
	position: absolute;
	margin-top: 21px;
	width: 540px;
}

#cirlcleLast {
	margin-right: 0px;
}

.circleInText {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aboutProcessSlider {
	background-color: transparent;
	width: 100%;
	height: 400px;
	margin-top: -45%;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	padding-top: 0px;
}

.aboutSliderContOutter {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	padding-left: 0%;
}

.aboutNumbers {
	height: 70px;
	padding-top: 20px;
	width: 560px;
	bottom: 0px;
	padding-left: 60px;
	top: auto;
	position: absolute;
	left: 50%;
	margin-left: -280px;
}

.number {
	margin-right: 60px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #ffba07;
	display: block;
	position: relative;
	float: left;
}

.aboutSliderText .numContain {
	display: table;
	height: 200px;
	width: 200px;
}

.aboutSliderText .numContain p {
	font-size: 5.5rem;
	color: #461e00;
	font-family: "Lora-Bold";
}

.aboutNumbers .numContain {
	display: table;
	height: 40px;
	width: 40px;
}

.number p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.1rem;
	padding-left: 2px;
}

.aboutSliderText .number p {
	padding-left: 15px;
}

.aboutSliderText .aboutSliderInnerText h2 {
	background-color: rgba(70, 30, 0, 0.4);
	padding: 0 20px;
}

.aboutSliderText .aboutSliderInnerText p {
	background-color: rgba(70, 30, 0, 0.4);
	padding: 20px;
}

.aboutArrows {
	position: absolute;
	right: 10%;
	margin-top: 35px;
	display: none;
}

.aboutArrowLeft,
.aboutArrowRight {
	float: left;
	height: 50px;
	width: 50px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #ffba07;
}

.aboutArrowLeft {
	background-image: url("/web-assets/img/arr_brown_l.png");
	background-repeat: no-repeat;
	background-position: center;
}

.aboutArrowRight {
	background-image: url("/web-assets/img/arr_brown_r.png");
	background-repeat: no-repeat;
	background-position: center;
}

.aboutSliderCont {
	position: absolute;
	margin-left: 25%;
	width: 1050%;
	height: 0px;
}

.aboutSliderText {
	padding-bottom: 10px;
	width: 730px;
	padding-top: 30px;
	float: left;
	display: block;
	margin-right: 1400px;
}

aboutSliderInnerText {
	float: left;
}

.aboutSliderText .number {
	height: 200px;
	width: 200px;
	display: block;
	position: absolute;
	margin-left: -220px;
}

.aboutSliderText h2 {
	color: #dbd3bd;
	font-size: 1.8rem;
}

.aboutSliderText p {
	color: #dbd3bd;
	font-size: 1rem;
	margin-bottom: 0px;
}

.aboutProcessSlider h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.aboutProcessSlider #aboutSliderText1 {
	width: 300px;
	margin-right: 300px;
}

.aboutProcessSlider #aboutSliderText2 {
	width: 530px;
}

.aboutSliderText h3 {
	margin-top: 0px;
}

#num7 {
	margin-right: 0px;
}

.aboutProcessSlider .aboutNumbers .active {
	background-color: #1e0e04;
	cursor: pointer;
}

.aboutProcessSlider .aboutNumbers .active p {
	color: #ffba07;
}

#num1 {
	display: none !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.goTop {
	height: 0px;
	padding: 0px;
	display: none;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
}

.contactFooter {
	visibility: hidden;
	position: absolute;
	height: 0px;
	overflow: hidden;
}

.contactFooter h3 {
	color: #f9efd7;
	padding: 60px 10% 20px 10%;
	margin: 0px;
}

.home .siteFooter {
	display: none;
}

.prodDetBody .siteFooter {
}

.siteFooter {
	position: relative;
	margin: 0px;
	width: 100%;
	bottom: 0px;
	height: 50px;

	/*jer se u footeru kliknulo na proizvod u zadnjem redu*/
	z-index: 3;
}

.about .siteFooter {
	display: none;
}

.footerContent {
	visibility: visible;
	overflow: hidden;
	padding-top: 2px;
	height: 40px;
	z-index: 100;
}

.footerContent .floatRight {
	float: left;
	margin-left: 30px;
}

.social {
}

.socialLinks img {
	height: 30px;
}

.footerContent {
	font-size: 0.9rem;
}

/*zbog search proizvoda, da forma bude poravnata do 1100px-mobile-a*/
.underMenu.productsPage {
	/*undermenu prema novom dizajnu niže*/
	top: 343px;
	position: absolute; /*not fixed*/
}
.underMenu.productsPage.fixed {
	position: fixed;
	top: 0;
}
/*na stranici proizvoda detaljno*/
.prodDetBody .chunkContain {
	position: relative;
}

.underMenu.productsPage.productsDetPage {
	/*u js-u postavit na početku*/
	/*top: 25vw;*/
}
.underMenu.productsPage.productsDetPage.fixed {
	top: 0;
	position: fixed;
}

.productsPage .subMenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.underMenu.productsPage .subMenu ul {
	padding-right: 0%;
	display: inline-block;
}
.productsPage .subMenu ul li {
	margin-right: 5px;
}
.productsPage .search-form {
	width: auto;
	margin-right: 10%;
}
.productsPage .search-form .click-box {
	left: 80%;
}
.productsPage .subMenu .search-form input {
	/*text-align: right;*/
	background: url("/web-assets/img/trazilica.svg") no-repeat;
	background-size: 20px;
	background-position: 90% center;
	cursor: pointer;
}
/*ikona u searchu na ie11*/
_:-ms-fullscreen,
.productsPage .subMenu .search-form input {
	text-align: left;
	background-size: 55px;
}

/*placeholder in search form*/
.search-form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	text-align: left;
	/*text-indent: 20px;*/
	color: #ffba07;
}
.search-form input::-moz-placeholder {
	/* Firefox 19+ */
	text-align: left;
	/*text-indent: 20px;*/
	color: #ffba07;
}
.search-form input:-ms-input-placeholder {
	/* IE 10+ */
	text-align: left;
	/*text-indent: 20px;*/
	color: #ffba07;
}
.search-form input:-moz-placeholder {
	/* Firefox 18- */
	text-align: left;
	/*text-indent: 20px;*/
	color: #ffba07;
}
::-moz-placeholder {
	opacity: 1;
}
/*end placeholder*/

.productsPage .subMenu .search-form input:focus {
	background: url("/web-assets/img/trazilica_open.svg") no-repeat;
	background-position: 90% center;
	background-size: 20px;
	background-color: #ffba07;
	text-align: left;
	padding-left: 10px;
	padding-right: 35px;
	box-sizing: border-box;
}

/*ikona u searchu na ie11*/
_:-ms-fullscreen,
.productsPage .subMenu .search-form input:focus {
	background-position: -5% center;
	background-size: 55px;
}

/*Loyalty app tablet horizontal*/
.loyaltyApp .siteHeader {
	background-color: transparent;
}
.loyaltyApp .loyalty-app-container {
}
.loyaltyApp .loyalty-img {
	background-image: url("/web-assets/img/loyalty-app.jpg");
	background-size: cover;
	height: 100vh;
	width: 50%;
	float: left;
	display: inline-block;
	position: fixed;
}
.loyaltyApp .loyalty-img img {
	display: none;
}
.loyaltyApp .loyalty-content {
	display: inline-block;
	width: 50%;
	background-color: #f9efd6;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	left: 50%;
}
.loyalty-content .loyalty-content-wrapper {
	width: 55%;
	margin: 0 auto 0 100px;
	padding: 12% 0 0 0;
	box-sizing: border-box;
}
.loyaltyApp .loyalty-content ul {
	padding: 0 13px;
}
.loyaltyApp .loyalty-content ul li {
	font-size: 0.9rem;
}
.loyaltyApp .loyalty-footer {
	margin-bottom: 0px;
}
.loyaltyApp .loyalty-footer img {
	width: 127px;
}

/*izmjene menija na about us stranici*/
.about .underMenu {
	width: 125px;
	top: 50%;
	margin-top: 0;
	border: none;
}
.about .subMenu {
	width: 100%;
}
.about .subMenu ul {
	text-align: center;
	padding: 0;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.about .subMenu ul li {
	text-align: center;
	display: block;
	float: none;
	margin: 0;
	border-top: 1px solid rgba(249, 239, 215, 0.2);
	padding: 10px;
}
.about .subMenu ul li:first-of-type {
	border-top: none;
}
/*linkovi u submeniju na about us*/
.about #about-number {
	font-size: 20px;
	font-family: "Lora-Italic";
	background-color: #ffba07;
	color: #1e0e04;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding: 10px;
}
.about .subMenu ul li a {
	display: block;
	float: none;
	margin: 0;
}
.about .subMenu ul li:not(:first-child) {
	display: none;
}

/*Search page*/
.searchPage .search-title {
	margin-top: 120px;
	padding-top: 15px;
}
.searchPage .search-title h1 {
	font-size: 1.4rem;
}
.searchPage .productsContainer {
	margin-top: 0;
}
.searchPage .search-header {
	background-image: url("/web-assets/img/search_header.png");
	background-position: right 0%;
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
.searchPage .underMenu {
	position: fixed;
	top: 10px;
}
.searchPage .siteFooter.no-results {
	position: absolute;
}

/*sticky header na about us*/
.about .siteHeader,
.loyaltyPage .siteHeader,
.storesPage .siteHeader,
.careersPage .siteHeader {
	height: 70px;
	padding: 0;
}
.about .siteHeader::after,
.loyaltyPage .siteHeader::after,
.storesPage .siteHeader::after,
.careersPage .siteHeader::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	background-color: #1e0e04;
	transition: top 0.3s ease-in-out;
}
.about .siteHeader.active::after,
.loyaltyPage .siteHeader.active::after,
.storesPage .siteHeader.active::after,
.careersPage .siteHeader.active::after {
	top: 0;
}

/*Safari 11+ bug*/
@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) and (stroke-color: transparent) {
		.about .siteHeader.active::after {
			top: -1px;
		}
	}
}

.about .siteHeader .innerHeader,
.loyaltyPage .siteHeader .innerHeader,
.storesPage .siteHeader .innerHeader,
.careersPage .siteHeader .innerHeader {
	margin-top: 20px;
	margin-bottom: 20px;
}

.products-category .siteHeader {
	height: 30px;
}

/*social ikone u meniju*/
_:-ms-fullscreen,
.mainNav .socialLinks a {
	margin-right: 0;
}

/* ==========================================================================
   Payment page
   ========================================================================== */

.paymentTitle h2 {
	margin-top: 40px;
}

/*end loyalty app*/

/*.officesSliderContainer.productsSliderContainerz.fixed{
    position: fixed;
}*/

/*.productsSliderContainerz .officeSlide.fixed{
    position: fixed;
}*/

/* ==========================================================================
   Loyalty
   ========================================================================== */
/*
.loyaltyPage { background: #1e0e04; }
.loyaltyPage .chunkContain { background: #f9efd7; }

.formSelector, .formTaker, .formAdder {
    display: block;
}

.regForm, .formBlock  { display: none; }

.formBlock {
    overflow: auto;
    clear: both;
}

.formBlock1 { display: block; }
.formBlock4 { border-bottom: 1px solid #cdbcb5; }

.formSelect {
    margin-top: 60px;
}

.formSelector, .formAdder, .formTaker {
    font-family: "Lora-Italic", Georgia, serif;
    padding: 32px 65px 32px 25px;
    border: 1px solid #cdbcb5;
    background: url('/web-assets/img/arrow.png') 95% center no-repeat;
    background-size: 27px auto;
    margin-bottom: 25px;
    font-size: 18px;
}

.formSelector strong, .regForm h4 strong {
    font-family: "Lora-BoldItalic", Georgia, serif;
}

.formSelector:hover {
    background-color: #ffba07;
    background-image: url('/web-assets/img/arrow-bordered.png');
}

.formAdder {
    background: url('/web-assets/img/icon-plus.png') 25px center no-repeat;
    background-size: 27px auto;
    padding: 32px 25px 32px 70px;
    margin-bottom: 0;
    clear: both;
}

.formAdder:hover {
    background-color: #ffba07;
    background-image: url('/web-assets/img/filter-icon_blank.png');
}

.formTaker {
    border-bottom: 0;
    margin-bottom: 0;
    background: url('/web-assets/img/icon-minus.png') 25px center no-repeat;
    background-size: 27px auto;
    padding: 32px 25px 32px 70px;
}

.formTaker:hover {
    background-color: #ffba07;
    background-image: url('/web-assets/img/filter-icon_plus.png');
}

.backToSelect {
    font-family: "Lora-Italic", Georgia, serif;
    font-size: 18px;
    display: block;
    background: transparent url("/web-assets/img/arrow-left.png") left center no-repeat;
    background-size: 27px auto;
    padding: 8px 5px 5px 37px;
}

.backToSelect:hover { color: #ffba07; }

.loyaltyPage .regForm h4 {
    font-family: "Lora-Italic", Georgia, serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

.regForm { margin-top: 30px; }

.regForm form {
    border-top: 1px solid #cdbcb5;
    margin-top: 25px;
    overflow: auto;
}

.formWrap {
    border: 1px solid #cdbcb5;
    border-top: 0;
    border-bottom: 0;
    padding: 25px;
    overflow: auto;
}

.formField {
    display: block;
    width: 40%;
    float: left;
    height: 83px;
    margin-bottom: 35px;
}

.formField:nth-of-type(odd) {
    margin-right: 10%;
}

.formField label {
    display: block;
    font-family: "Lora-BoldItalic", Georgia, serif;
    font-size: 16px;
    color: #451e00;
    margin-bottom: 10px;
}

.formField input, .formField select {
    display: block;
    width: 100%;
    border: 0;
    padding: 15px;
    font-family: "Lora-Italic", Georgia, serif;
    font-size: 16px;
    color: #451e00;
    box-sizing: border-box;
}

::-webkit-input-placeholder { color: #cdbcb5; }
::-moz-placeholder { color: #cdbcb5; }
:-ms-input-placeholder { color: #cdbcb5; }

.formField input:focus, .formField select:focus {
    outline: 1px dotted #ffb308;
    border: 0;
    box-shadow: none;
}

.checks {
    margin-top: 60px;
    font-family: "Lora-Italic", Georgia, serif;
    font-size: 16px;
    padding: 0 30px;
    overflow: auto;
    margin-bottom: 35px;
}

.check {
    overflow: auto;
    clear: both;
    margin-bottom: 20px;
}

.check input {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #461e00;
    margin: 0 20px 0 0;
    float: left;
    display: block;
}

.check label {
    float: left;
    display: block;
    width: 81%;
}

.dButton {
    border: 0;
    border-radius: 0;
    background: #ffb308 url("../img/arrow-bordered.png") 78% center no-repeat;
    background-size: 27px auto;
    text-shadow: none;
    color: #451e00;
    font-family: "Lora-BoldItalic", Georgia, serif;
    font-size: 16px;
    padding: 15px 82px 15px 36px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
}

.dButton:hover, .dButton:focus {
    background-color: #1e0e04;
    color: #ffb308;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.hasError label { color: #DF9D07; }
.hasError input, .hasError select { border: 1px solid #ffb308; }

.errorAlert {
    background: rgba(229, 220, 199, 0.5);
    border: 1px solid #ffb308;
    color: #1e0e04;
    margin-bottom: 30px;
    padding: 15px 30px;
    overflow: auto;
    font-family: "Lora-Italic", Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    display: none;
}

.errorAlert .close {
    width: 28px;
    height: 28px;
    background: transparent url("../img/x-icon.png") left center;
    background-size: auto 100%;
    color: transparent;
    border: 0;
    float: right;
}

.errorAlert .close:hover, .errorAlert .close:focus {
  background-position: -100% center;
  outline: none;
  cursor: pointer;
}

.successMessage, .failMessage { display: none; }
.failMessage a:hover { color: #ffb308; }*/

/* ==========================================================================
   Careers page
========================================================================== */
.careersPage .careers-people-wrapper {
	height: 780px;
}
.careersPage .careers-people-wrapper .officeSlide {
	display: block;
	width: 33.99%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: initial;
}
.careersPage .careers-people-wrapper .officeSlide:nth-child(2) {
	left: 33%;
}
.careersPage .careers-people-wrapper .officeSlide:nth-child(3) {
	left: 66%;
}
.careersPage .careers-people-wrapper .officesLeft,
.careersPage .careers-people-wrapper .officesRight {
	display: none;
}
.careersPage .people-description {
	display: block;
}
.careersPage .text-center-section {
	margin-top: 40px;
}
.careersPage .careersOuter {
	width: 83%;
	padding-left: 8.5%;
	padding-right: 8.5%;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: auto;
}
.careersPage .accordion-group {
	width: 50%;
	float: left;
}
.careersPage .students-section {
	display: flex;
	justify-content: center;
}
.careersPage .students-section .careersTitle {
	max-width: 500px;
}
.careersPage .students-section .careersTitle:first-child {
	margin-right: 200px;
}
.careersPage .careersForm {
	padding: 25px 90px 85px 65px;
}
.careersPage .careersForm h3 {
	font-size: 2.6rem;
}

.careersForm .question-mark:hover .tooltip {
	opacity: 1;
}
.careersForm .question-mark .tooltip {
	right: auto;
	left: 80%;
	top: -100%;
}

.cookieBanner {
	left: 30%;
}
.cookieBanner .cookieContainer {
	display: block;
}
.cookieBanner .cookieText {
	left: 45px;
}
.cookieBanner.shown .cookieText {
	width: 70vw;
}
.cookieBanner .cookieText p {
	font-size: 14px;
	padding-left: 50px;
}
