
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* ////////////// H E A D E R ///////////////// */
/* ////////////// H E A D E R ///////////////// */
/* ////////////// H E A D E R ///////////////// */
/* ////////////// H E A D E R ///////////////// */
/* ////////////// H E A D E R ///////////////// */


.gold-header1, .gold-header2, {
	z-index: 2;
	position: relative;
	height: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 0;
}

.bilbord {
	width: 100%;
}

.gold-helper1 {
	display: inline-block;
    height: 100%;
    vertical-align: text-top;
}

.gold-header1 img {
	z-index: 2;
	position: relative;
	width:100%;
	transform: rotate(-30deg) scaleX(2) scaleY(2);
	-webkit-transform: rotate(-30deg) scaleX(2) scaleY(2);
	top: -330px;
}

.gold-helper2 {
	display: inline-block;
    height: 100%;
    vertical-align: baseline;
}

.gold-header2 img {
	z-index: 2;
	position: relative;
	width: 100%;
	transform: rotate(-80deg) scaleX(-2) scaleY(2);
	-webkit-transform: rotate(-80deg) scaleX(-2) scaleY(2);
	vertical-align: baseline;
	bottom: -250px;
	right: -50px;
}

.ann {
	display: flex;
	align-items: center;
}

.ann-helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ann img {
	position: relative;
  	top: 50%;
  	transform: translateY(50%);
	z-index: 3;
	width: 100%;

}

header .row {
	position: relative;
	background-color: #0c4076;
	overflow-x: hidden;
	overflow-y: hidden;
}
/* ---- CAROUSEL CSS ---- */
.carousel-cell {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

#test3 .carousel-cell p {
  text-align: justify;
}

/* white circles */
#test3 .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
#test3 .flickity-page-dots .dot.is-selected {
  background: white;
}

#test5 .flickity-page-dots {
	position: relative;
	bottom: -15px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#test5 .flickity-page-dots .dot.is-selected {
  background:  #c09732;
}

    #test2and3-background, #test3and4-background, #test4and5-background {
	position: absolute;
	content: "";
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	z-index: 2;
}



/*media screens*/


/* On screens that are 993px wide or more */
@media screen and (min-width: 993px) {
	 #test3 .row {
    	margin-left:30px;
    	margin-right: 30px;
    }

}

/* On screens that are 1200px wide or more */
@media screen and (min-width: 1200px) {
	    #test3 .row {
    	margin-left:150px;
    	margin-right: 150px;
    }


#test2and3-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-80deg) scaleX(-0.7) scaleY(0.7);
	-webkit-transform: rotate(-80deg) scaleX(-0.7) scaleY(0.7);
	top: -550px;
    right: -200px;
}

#test3and4-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-30deg) scaleX(0.7) scaleY(0.7);
	-webkit-transform: rotate(-30deg) scaleX(0.7) scaleY(0.7);
	top: 250px;
    left: -600px;
}

#test4and5-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-80deg) scaleX(-0.7) scaleY(0.7);
	-webkit-transform: rotate(-80deg) scaleX(-0.7) scaleY(0.7);
	bottom: -1000px;
    right: -700px;
}
  
}

/* On screens that are 1199px wide or less */
@media screen and (max-width: 1199px) {

#test2and3-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-80deg) scaleX(-0.4) scaleY(0.4);
	-webkit-transform: rotate(-80deg) scaleX(-0.4) scaleY(0.4);
	top: -800px;
    right: 200px;
}

#test3and4-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-30deg) scaleX(0.55) scaleY(0.55);
	-webkit-transform: rotate(-30deg) scaleX(0.55) scaleY(0.55);
	top: -200px;
    left: -750px;
}

#test4and5-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-80deg) scaleX(-0.7) scaleY(0.7);
	-webkit-transform: rotate(-80deg) scaleX(-0.7) scaleY(0.7);
	bottom: -1000px;
    right: ;
}

}



/* On screens that are 992px wide or less */
@media screen and (max-width: 992px) {

	.ann img {
		position: relative;
	  	transform: scaleX(2) scaleY(2);
		z-index: 3;
		width: 100%;
	}
	.ann-helper {
		display: inline-block;
	    height: 400px;
	    vertical-align: middle;
	}
	.gold-header1 img {
		transform: rotate(-30deg) scaleX(2) scaleY(2);
		-webkit-transform: rotate(-30deg) scaleX(2) scaleY(2);
		top: -120px;
	}
	.gold-header2 img {
		transform: rotate(-80deg) scaleX(2) scaleY(2);
		-webkit-transform: rotate(-80deg) scaleX(-2) scaleY(2);
		bottom: -200px;
		right: 0px;
	}
	#days, #hours, #minutes, #seconds {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #c09732;
	font-size: 2.5rem;
}

	.time {
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		color: #c09732;
		font-size: 0.8rem;
	}
	.carousel-item {
	padding-left: 30%;
	padding-right: 30%;
	}

}

/* On screens that are 600px wide or less*/
@media screen and (max-width: 600px) {
	#test2and3-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-80deg) scaleX(-0.4) scaleY(0.4);
	-webkit-transform: rotate(-80deg) scaleX(-0.4) scaleY(0.4);
	top: -800px;
    right: 600px;
}

#test3and4-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-30deg) scaleX(0.4) scaleY(0.4);
	-webkit-transform: rotate(-30deg) scaleX(0.4) scaleY(0.4);
	top: -300px;
    left: -850px;
}

#test4and5-background img {
	position: relative;
	z-index: 2;
	transform: rotate(-80deg) scaleX(-0.5) scaleY(0.5);
	-webkit-transform: rotate(-80deg) scaleX(-0.5) scaleY(0.5);
	bottom: -1000px;
    right: 500px;
}
	.ann img {
		position: relative;
	  	top: 20%;
	  	transform: translateY(2%) scaleX(3) scaleY(3);
		z-index: 3;
		width: 100%;
	}
	.ann-helper {
		display: inline-block;
	    height: 400px;
	    vertical-align: middle;
	}
	.gold-header1 img {
		transform: rotate(-30deg) scaleX(3) scaleY(3);
		-webkit-transform: rotate(-30deg) scaleX(3) scaleY(3);
		top: 0px;
		left: 0px;
	}
	.gold-header2 img {
		transform: rotate(-80deg) scaleX(3) scaleY(3);
		-webkit-transform: rotate(-80deg) scaleX(-3) scaleY(3);
		bottom: -250px;
		right: 0px;
	}
	#days, #hours, #minutes, #seconds {
		font-size: 1.5rem;
	}
	.carousel-item {
	padding-left: 60px;
	padding-right: 60px;
	}
}



/* ////////////// H E A D E R ///////////////// */
/* ////////////// H E A D E R ///////////////// */
/* ////////////// H E A D E R ///////////////// */
/* ////////////// H E A D E R ///////////////// */
/* ////////////// H E A D E R ///////////////// */

.veliki-div {
	height: 1000px;
}

a.anchor {
	display: block;
    position: relative;
	top: -60px;
}

#test1, #test2, #test3, #test4, #test5 {
	position: relative;
}

main {
	overflow: hidden;
}



#test1,   {
	height: 1000px;
}

#test2, #test3, #test4, #test5  {
	position: relative;
	z-index: 3;
}

#test5 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.nav-center {
	z-index: 150;
  position: -webkit-sticky!important; /* Safari */
  position: sticky!important;
  top:0;
  background-color: white;
  margin-bottom: 0px;
  color: black;
}

nav a:hover, nav a.active{
	border-bottom-width: 2px;
	border-bottom-color: #c09732;
	border-bottom-style: solid;
	color: #c09732;
}

nav a, nav, nav ul a{
	background-color: white;
	color: #c09732;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	
}

 nav {
	webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0);
}
 #nav-mobile {
 	text-align: justify;
 }

 nav.nav-center ul {
    text-align: center;
}
nav.nav-center ul li {
    display: inline;
    float: none;
}
nav.nav-center ul li a {
    display: inline-block;
}


/** SEARCH**/

#search {
	border-color: #c09732;
	border-radius: 25px;
	border-width: 1px;
	height: 25px;
}

.nav-wrapper .input-field input[type=search] {
	position: relative;
    height:100% ;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 20px;
}

.search-form-nav {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


#search-desktop .input-field input[type=search] ~ .material-icons {
	right: -30px!important;
}

.material-icon {
	color: #c09732;
}

.input-field input[type=search]:focus:not(.browser-default)+label i {
	color: transparent;
}

.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
    color: #c09732;
}

/** SEARCH**/

.blue-text-paragraph, #test1 h2  {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #0c4076;
	font-size: 1.6em;
	letter-spacing: 4px;
}

.gold-text-paragraph {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #c09732;
	font-size: 1.6em;
	letter-spacing: 4px;
}

#time-counter p  {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #c09732;
	font-size: 1.6em;
	letter-spacing: 4px;
}

.blue-text-paragraph-small  {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #0c4076;
	font-size: 1em;
	letter-spacing: 4px;
}

.ordinal {
	vertical-align:super;
	font-size: 0.75em;
}

.ordinal {
	vertical-align:super;
	font-size: 0.5em;
}

#test2 .row {
	margin-top: 50px;
	margin-bottom: 20px;
}

.time-border {
	border-right-width: 2px;
	border-right-color: #c09732;
	border-right-style: solid;
	padding: 10px;
}


.time-margin p {
	margin-top:15px;
	margin-bottom: 15px;
}

#blue-background {
	position: relative;
	background-color: #0c4076;
}

.post img, #test4 img {
	width: 100%;
}
/**BUTTON STATES **/
/**BUTTON STATES **/
/**BUTTON STATES **/

.blue-button, .blue-button:link, .blue-button:visited, .blue-button:active {
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	font-size: 1.5em;
	margin-top: 15px;
	padding-top: 5px;
	height: 50px;
	letter-spacing: 3px;
}

.blue-button:hover {
	background-color: #c09732;
	color: white;
	border-width: 0px;
}

.white-button, .white-button:link, .white-button:visited, .white-button:active{
	background-color: transparent;
	border-color: #0c4076;
	border-style: solid;
	border-width: 2px;
	font-size: 1.5em;
	margin-top: 15px;
	padding-top: 5px;
	height: 50px;
	letter-spacing: 3px;
	color: #0c4076;
}
.white-button:hover {
	background-color: #c09732;
	color: white;
	border-width: 0px;
}

.category-button, .category-button:link, .category-button:visited, .category-button:active{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background-color: transparent;
	font-size: 0.7em;
	letter-spacing: 3px;
	color: #0c4076;
}
.category-button:hover {
	background-color: #c09732;
	color: white;
	border-width: 0px;
}

.read-more, .read-more:link, .read-more:visited, .read-more:active {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background-color: #c09732;
	margin:25px;
}

.read-more:hover {
	background-color: #0c4076;
	color: white;
	border-width: 0px;
}

.next-previous, .next-previous:link, .next-previous:visited, .next-previous:active {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background-color: #c09732;
	margin:00px;
}

.next-previous:hover {
	background-color: #0c4076;
	color: white;
	border-width: 0px;
}

.new-post, .new-post:link, .new-post:visited, .new-post:active {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background-color: #c09732;
	margin:25px;
	color: white;
	width: 100%;
}

.new-post:hover {
	background-color: #0c4076;
	color: white;
	border-width: 0px;
	width: 100%;
}

.new-post-back {
	background-color: white;
}

.blog-button, .blog-button:link, .blog-button:visited, .blog-button:active {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background-color: #c09732;
	margin-bottom:10px;
}

.blog-button:hover {
	background-color: #0c4076;
	color: white;
	border-width: 0px;
}

.social-share {
	position: relative;
	width: 300px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

#twitter-widget-0 {
	padding-top: -2px;
	vertical-align: middle;
	margin: 0px;
	line-height: 1.3;
}

.fb_iframe_widget {
	line-height: 1.3;
	vertical-align: middle;
}

.social-button {
	position: relative;
}

/**BUTTON STATES **/
/**BUTTON STATES **/
/**BUTTON STATES **/


#test4 p {
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 1.4em;
	font-weight: 100;
	letter-spacing: 3px;
}

#test4 h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 20px;
	font-size: 3em;
	color: white;
}

#test4 .container {
	padding-bottom: 50px;
}

#test2 img {
	width: 100%;
}

@media only screen and (min-width: 993px) {
.row .col.l4 {
    width: 29.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
    padding: 0px;
    margin: 2%;
}

#days, #hours, #minutes, #seconds {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #c09732;
	font-size: 4rem;
}

.time {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #c09732;
	font-size: 2.5rem;
}
}

.date {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	color: #0c4076;
	letter-spacing: 1px;
	font-size: 0.8em;
}

.name-surname {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #c09732;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 2px;
	word-wrap: break-word;
	text-transform: uppercase;
	font-size: 0.8em;
	text-align: center;
}

.name-surname-blog {
	font-size: 1.6em;
}

.job-position {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #0c4076;
	margin:0;
	padding-left: 15px;
	padding-right: 15px;
	word-wrap: break-word;
	font-size: 0.7em;
	letter-spacing: 1px;
}

.job-position-blog {
	font-size: 1.2em;
}


.post-caption {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #0c4076;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 2px;
	word-wrap: break-word;
	text-transform: uppercase;
}



.flex-container {
    height: 100%;;
  display: flex;
  flex-direction: column;
    }

    #test3 .flex-container p {
    	padding-left: 20px;
    	padding-right: 20px;
    	text-align: justify;
    }



.flex-item1 {
margin:0;
border-width: 2px 2px 0px 2px;
	border-color: #c09732;
	border-style: solid;
    }

.flex-item2 {
flex-grow: 1;
border-width: 0px 2px 0px 2px;
	border-color: #c09732;
	border-style: solid;
    }

.flex-item3 {
    margin-top: auto;
border-width: 0px 2px 2px 2px;
	border-color: #c09732;
	border-style: solid;
    }



.crtica {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #c09732;
	margin:0;
}

footer {
	background-color: #0c4076;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: white;
	padding: 20px;
	font-size: 1.2em;
	letter-spacing: 2px;
}

footer img {
	width: 100%;
}

footer p {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	font-size: 0.8em;
	color: white;
}


#dropdown1 {
	color: black;
}

.post-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.post-wrapper .flex-container {
	background-color: white;
}

.post-wrapper .post {
	margin-bottom: 20px;
}

#loginpage {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	font-size: 1.2em;
	background-color: #0c4076;
	height: 100vh;
	margin-bottom: 0px;
}

#loginpage h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 1.2em;
	color: white;
}

#showpage {
	position: relative;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4px;
	font-size: 1.2em;
	background-color: #0c4076;
	margin-bottom: 0px;
}



#content-wrapper {
	display: block;
  	position: relative;
}

#content-background {
	content: "";
  	opacity: 0.1;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	position: fixed;
  	z-index: -1;
	background-image: url(../img/gold.webp);
	background-repeat: no-repeat;
  	background-attachment: fixed;
	height: 150vh;
}

/* PODEŠAVANJA ZA INPUT POLJA NA LOGIN STRANICI */
/* PODEŠAVANJA ZA INPUT POLJA NA LOGIN STRANICI */
/* PODEŠAVANJA ZA INPUT POLJA NA LOGIN STRANICI */

	/* kad se unosi tekst u input polje, koje je boje */
	#loginpage input {
		color: white;
	}

	#loginpage input.valid {
		color: #c09732;
	}

  /* label color - osnovna boja teksta pre klika za input polja */
   #loginpage .input-field label {
     color: white;
   }
   /* label focus color - boja teksta kad se klikne za input polja */
   #loginpage .input-field input[type=email]:focus + label[for=email], .input-field input[type=password]:focus + label[for=password] {
     color: white;
   }

   	/* osnovna boja linije pre klika */
	#loginpage .input-field input[type=email].validate, .input-field input[type=password].validate {
		border-bottom: 1px solid white;
     box-shadow: 0 1px 0 0 white;
	}

	/* kad se klikne na input polje, zlatna boja */
	#loginpage .input-field input[type=email]:not(.browser-default):focus:not([readonly]), .input-field input[type=password]:not(.browser-default):focus:not([readonly]) {
	 border-bottom: 1px solid white;
     box-shadow: 0 1px 0 0 white;
	}

   #loginpage .input-field input[type=email].valid, .input-field input[type=password].valid {
     border-bottom: 1px solid #c09732;
     box-shadow: 0 1px 0 0 #c09732;
     color: #c09732;
   }

   #loginpage .input-field input[type=email].invalid {
     border-bottom: 1px solid red;
     box-shadow: 0 1px 0 0 red;
     color: red;
   }

   /* TEKST KOJI SE NALAZI ISPOD EMAIL POLJA KAO VALIDACIJA*/
   #loginpage .input-field input[type=email]:not(.browser-default).valid ~ .helper-text:after {
   	color: #c09732;
   }



   /* Change the white to any color ;) */
#loginpage input:-webkit-autofill,
#loginpage input:-webkit-autofill:hover, 
#loginpage input:-webkit-autofill:focus, 
#loginpage input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #0c4076 inset !important;
}

/*Change text in autofill textbox*/
#loginpage input:-webkit-autofill {
    -webkit-text-fill-color: #c09732 !important;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}


/* ZAVRŠENA PODEŠAVANJA ZA INPUT POLJA NA LOGIN STRANICI */
/* ZAVRŠENA PODEŠAVANJA ZA INPUT POLJA NA LOGIN STRANICI */
/* ZAVRŠENA PODEŠAVANJA ZA INPUT POLJA NA LOGIN STRANICI */

/* INPUT POLJA NA SVIM EDIT/CREATE STRANICAMA */
[type="checkbox"]:checked+span:not(.lever):before {
	border-right: 2px solid #c09732;
    border-bottom: 2px solid #c09732;
}

input[type=text]:not(.browser-default):focus:not([readonly]) {
	 border-bottom: 1px solid #c09732;
     box-shadow: 0 1px 0 0 #c09732;
	}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #F8DC97;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #c09732;
}

.switch {
	margin-bottom: 30px;
}
/* INPUT POLJA NA SVIM EDIT/CREATE STRANICAMA */

.mce-flow-layout-item.mce-last {
	display: none!important;
}

.viewerpanel-img img {
	width: 100%;
}

.viewerpanel-img .col{
	padding: 0px;
}


.viewerpanel img {
	width: 100%;
	height: auto;
}

.viewerpanel .p {
	word-break: break-word;
}

.viewerpanel iframe{
	max-width: 100%;
}


.viewerpanel h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	word-break: break-word;
	font-size: 2em;
	color: #0c4076;
	margin:0px;
}

.viewerpanel {
	font-family: 'Montserrat', sans-serif !important;
}

.content-intro p, .copy p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	text-align: justify;
}

.viewerpanel small {
	font-family: 'Montserrat', sans-serif;
}

blockquote {
    border-left: 5px solid #c09732;
}


.carousel.carousel-slider .carousel-fixed-item.with-indicators {
top: 10px;
}

#test3 {
 	color: white;
 	height: 600px;
}

#test3 h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
 	font-size: 2.5em;
 	margin-top: 60px;
 	margin-bottom: 30px;
 	padding-left: 20px;
 	padding-right: 20px;
}
#test3 h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
 	font-size: 2em;
 	letter-spacing: 3px;
}
#test3 h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
 	font-size: 1em;
 	letter-spacing: 3px;
}
#test3 .carousel-slider .carousel-item p {
	font-family: 'Montserrat', sans-serif;
 	font-size: 1em;
 	text-align: justify;
 	letter-spacing: 1px;
}

.p-small {
 	font-size: 0.8em!important;
 	letter-spacing: 2px!important;
}

.carousel.carousel-slider .carousel-item {
	padding-top: 100px;
}

.sidenav {
	background-color: #e2e1de;
}

.sidenav li>a, .sidenav li {
	line-height: 20px;
	padding-top: 10px;
	height: auto;
}

.sidenav p {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #c09732;
	padding-left: 20px;
}

.sidenav .mobile-menu-link a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	color: #c09732;
	padding-left: 20px;
}

.side-bar p {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	color: #c09732;
}

.blog-view .col {
	background-color: white;
	margin-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.blog-intro {
	font-family: 'Montserrat', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

.side-bar .card-panel {
	background-color: transparent;
}

.datepicker-date-display  {
	background-color: #c09732;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #c09732;
}

.datepicker-table td.is-selected {
    background-color: #c09732;
    color: #fff;
}

.datepicker-table td.is-today {
    color: #c09732;
}

.datepicker-table td.is-selected {
    background-color: #c09732;
}

.datepicker-table td.is-selected {
    background-color: #c09732;
}

.recent-list a, .recent-list {
	font-family: 'Montserrat', sans-serif;
	color: black;
	text-transform: uppercase;
}

.recent-list li {
	padding-bottom: 10px;
}

.category-list li {
	padding-bottom: 10px;
}

.category-list a, .category-list {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #0c4076!important;
	text-transform: uppercase;
}

.nav-index a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #c09732!important;
}

.nav-index {
	padding-top: 20px;
}

hr {
	border-color: #c09732;
	border-width: 1px;
	opacity: 0.2;
}

.facebook, .twitter, .linkedin, .whatsapp, .messenger {
	color: #c09732;
}

.social-share .col {
	padding-left: 0px!important;
}

/* info prozorcici nakon izvrsenih operacija*/
.materialert{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
    position: relative;
    min-width: 150px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.materialert .material-icons{
    margin-right: 10px;
}
.materialert .close-alert{
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    filter: alpha(opacity=40);
    margin-bottom: -5px;
    position: absolute;
    top: 16px;
    right: 5px;
}
.materialert.info{
    background-color: #c09732;
    color: #fff;
}
.materialert.success{
    background-color: #c09732;
    color: #fff;
}
.materialert.error{
    background-color: #c62828;
    color: #fff;
}


#languages {
	position: absolute;
	content: "";
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	z-index: 4;
  	padding-right: 20px;
  	padding-top: 20px;
}

#languages a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 0.6em;
	color: #c09732;
	float: right;
}

.viewerpanel .copy p{
	margin-top: 0px;
}



.pagination li {
	font-family: 'Montserrat', sans-serif;
	color: #444;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}


.pagination li.active {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
    background-color: #c09732;
    color: white;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}

.pagination .page-item {
	padding: 0px;
}