body {
	background-position: center;
	background-size: cover;
	background-color: #fcfcfc;
	background-repeat: repeat-y;
	overflow-y:scroll;
	background: #4B6587; /* Old browsers #1B3C53 0%, #4f718b*/
	background: -moz-linear-gradient(top, #4B6587 0%, #a3c7db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4B6587 0%,#a3c7db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4B6587 0%,#a3c7db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B6587', endColorstr='#a3c7db',GradientType=0 ); /* IE6-9 */
	font-size: 17px;
}

body,h1,h2,h3,h4,h5,h6,div {
	font-family: "Fira Sans", sans-serif;
	text-align: left;
	font-weight: 300;
	font-size:1.1rem;
}

input, textarea {
	margin-top: 3px;
}

input[type="checkbox"] {
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: -4px;
	margin-top: 0;
	accent-color: #4B6587;
	cursor: pointer;
	flex-shrink: 0;
}

input[type="checkbox"] + label {
	display: inline;
}

input:focus {
	outline-width: 0;
}

b {
	font-weight: 500;
}

hr {
	border-top: 1px solid #a3c7db;
	border-bottom: 1px solid #c5d8e2;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

body, html {
	height: 100%;
	color: #404040;
	line-height: 1.4em;
	letter-spacing: -0.1px;
}

.pocN1 {
	color: #eeedc5;
	font-size: 2.7em;
	text-align: center;
	font-weight: 500;
	padding: 25px 0px 25px 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.17);
}

.pocN2 {
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: center;
}

#myNavbar {
	font-size: 0.9em;
	height: 55px;
}

.meniAlt {
	background-color: #4B6587;
}

.pocN3 {
	color: #eeeeee;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
}

.odsek {
	border: none;
	color: #fff;
	font-size: 2em;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.17);
	line-height: 1.2em;
	padding-top: 10px;
}

.uputSed {
	padding: 15px 20px;
	margin-top: 10px;
	border: 1px solid #d0dde4;
	background-color: #ebf3f7;
	border-radius: 5px;
}

.rezPrav {
	color: #ffffff;
	font-size: 0.9em;
	padding:7px 0px 4px 0px;
}

.okvirSed {
	color: #000000;
	font-weight: 300;
	padding: 0px 20px 10px 20px;
	margin-top: 65px;
}

@media (max-width: 575px) {
	.okvirSed {
		padding: 0px 13px 10px 13px;
	}
}

.podAkt {
	width: 100%;
}

.podAktRow {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding-bottom: 10px;
	line-height: 1.3em;
}

.podAktLab {
	width: 210px;
	flex-shrink: 0;
	font-size: 0.95em;
	color: #4a4c4e;
}

.podAktFull {
	padding-top: 5px;
}

@media (max-width: 575px) {
	.podAktRow {
		flex-direction: column;
		padding-bottom: 10px;
	}
	.podAktLab {
		width: auto;
		margin-bottom: 1px;
	}
}

@media (min-width: 992px) {
	.podAkt {
		display: grid;
		grid-template-columns: max-content 1fr;
	}
	.podAktRow {
		display: contents;
	}
	.podAktLab {
		width: auto;
		padding-bottom: 10px;
		padding-right: 20px;
		line-height: 1.3em;
		align-self: baseline;
	}
	.podAktRow > .deb {
		padding-bottom: 10px;
		line-height: 1.3em;
		align-self: baseline;
	}
	.podAktFull {
		grid-column: 1 / -1;
	}
}

.deb {
	font-size: 1em;
	vertical-align: middle;
}

.deb label {
	cursor: pointer;
}

.deb textarea {
	font-size: 0.8em;
	padding: 5px 10px;
	border: 1px solid #bcd4e0;
	border-radius: 3px;
	line-height: 1.3em;
}

.deb input {
	margin-top: 10px;
	cursor: pointer;
}

h1 {
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-weight: 300;
	font-size: 1.3em;
	margin: 0;
	padding: 10px 0px 10px 0px;
	display: inline-block;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 20px 0px 10px 0px;
	font-weight: 300;
	line-height: 1.3em;
}

h4 {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #168893;
	padding:0px;
	margin:0px;
}

.info {
	color: #eeedc5;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px 0px 20px 0px;
	text-align: center;
	font-weight: 300;
}

.spisSedDiv {
	overflow-x: auto;
}

.spisSed {
	border-collapse: collapse;
	width: 100%;
}

.spisSed td {
	padding: 12px 12px 10px 12px;
	border: 1px solid #d9e6ee;
	white-space: nowrap;
	text-align: center;
	line-height: 1.3em;
}

.spisSed .zag td {
	background-color: #4B6587;
	text-align: center;
	padding: 10px 12px 10px 12px;
}
.spisSed .par td {
	background-color: #d2e1eb;
}
.spisSed .nepar td {
	background-color: #e0ebf1;
}

.spisSed .des {
	text-align: right;
}

.spisSed .lev {
	text-align: left;
}

.info a {
	color: #eeedc5;
}

.info a:hover {
	color: #ffffff;
}

.nav-link {
	color: #eeedc5;
	font-size:1.1em;
	padding: 0.2rem 1rem;
}

.nav-link:hover {
	color: #ffffff;
}

.navbar-nav .nav-item {
	display: flex;
	align-items: center;
}

.navbar-nav .nav-item:not(:last-child)::after {
	content: "\eb7c";
	font-family: "remixicon";
	color: #c7c6a5;
	font-size: 0.2em;
	padding:0px 7px;
}


.nav-item {
	padding: 0rem 0rem;
}

/* Mobile drawer toggle button */
.nav-mob-toggle {
	background: none;
	border: none;
	color: #eeedc5;
	font-size: 1.2em;
	line-height: 1;
	cursor: pointer;
	padding: 4px 0;
}

.nav-mob-toggle:hover {
	color: #ffffff;
}

/* Overlay behind drawer */
.nav-mob-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1040;
}

.nav-mob-overlay.open {
	display: block;
}

/* Drawer panel */
.nav-mob-drawer {
	position: fixed;
	top: 0;
	right: 0;
	width: 260px;
	background: #415774;
	z-index: 1050;
	transform: translateX(100%) translateY(-5px);
	transition: transform 0.28s ease;
	padding-top: 8px;
	box-shadow: -3px 0 16px rgba(0,0,0,0.25);
}

.nav-mob-drawer.open {
	transform: translateX(0) translateY(-5px);
}

/* Close button inside drawer */
.nav-mob-close {
	position: absolute;
	top: 16px;
	right: 10px;
	background: none;
	border: none;
	color: #eeedc5;
	font-size: 1.5em;
	line-height: 1;
	cursor: pointer;
	padding: 4px;
}

.nav-mob-close:hover {
	color: #ffffff;
}

/* Drawer list */
.nav-mob-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-mob-list li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 22px;
	color: #eeedc5;
	font-size: 1em;
	font-weight: 300;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	transition: background 0.15s ease, color 0.15s ease;
}

.nav-mob-list li a i {
	font-size: 1em;
	opacity: 0.75;
	font-weight: 300;
}

.nav-mob-list li a:hover {
	background: rgba(255,255,255,0.1);
	color: #ffffff;
}

.nav-mob-list .nav-mob-script a {
	font-size: 0.9em;
	opacity: 0.75;
}

a {
	color: #4B6587;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	font-weight: 500;
}

a:hover {
	color: #d17f14;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.pocN1 a {
	color: #eeedc5;
}

.pocN1 a:hover {
	color: #eeedc5;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.48);
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
	margin: 0px;
    min-height: 100%;
	display: flex;
	flex-direction: column;
}

.bgimg-1 > .container {
	flex: 1;
}

.line{
	position: absolute;
	width: 0px;
	height: 1px;
	background-color: #ffffff;
	transform-origin: 0% 0%;
	z-index:0;
}

.col-12 img {
    vertical-align: middle;
}

.event {padding-top:20px;cursor:pointer;}

.event:hover{
	background-image: -moz-linear-gradient(left, #fcfcfc, #f6faeb, #fcfcfc);
	background-image: -ms-linear-gradient(left, #fcfcfc, #f6faeb, #fcfcfc);
	background-image: -o-linear-gradient(left, #fcfcfc, #f6faeb, #fcfcfc);
	background-image: -webkit-linear-gradient(left, #fcfcfc, #f6faeb, #fcfcfc);
}

.event:hover a {
	font-size: 17px;
}

.user {
	color: #a0a0a0;
	font-size: 13px;
	padding: 10px;
}

.duz250 {width:250px;margin:0px 0px 10px 0px;}

.disclaimerInd {
	color: #e1ecf1;
	text-align: center;
	padding: 10px 0 8px;
	font-size: 0.8em;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	line-height: 1.4em;
}

body.glasanjePage .bgimg-1 {
	min-height: 100vh;
}

.disclaimerSed {
	text-align: center;
	padding-bottom: 10px;
	font-size: 0.8em;
	width: 100%;
	color: #85abc0;
	line-height: 1.4em;
}

#spisClan {
	text-align: center;
	margin-top: 15px;
}

.zag {
	background-color: rgba(20, 12, 10, 0.4);
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.imeCl {
	min-width: 150px;
}

.emlCl {
	min-width: 180px;
}

.liZva {
	min-width: 160px;
}

.imeCl, .emlCl, .liZva {
	padding: 5px 5px 3px 5px;
	border: solid 1px transparent;
	background: none;
	margin: 0px;
	width: 100%;
	font-weight:300;
}

.imeCl:focus, .emlCl:focus, .liZva:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.dodNovNasIme {
	padding: 6px 10px;
	border: solid 1px transparent;
	background: none;
	font-size: 1em;
}

.dodNovNas {
	padding: 6px 10px;
	border: solid 1px #c8cdcf;
	background-color: #fbfcfc;
	font-size: 1em;
}

.dodNovNasDum {
	padding: 6px 10px;
	border: solid 1px #c8cdcf;
	background: #fbfcfc;
	color: #91b1c4;
	font-size: 1em;
}

.dodNovNasEml {
	padding: 5px 10px;
	border: solid 1px #c8cdcf;
	background: #fbfcfc;
	font-size: 1em;
}

#divInfo {
	display: none;
	padding: 30px 40px;
	background-color: #4d6584;
	border: solid 1px #405672;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	min-width: 350px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	font-weight: 300;
	border-radius: 8px;
	line-height: 1.5em;
}

.aktSedBtns {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 5px 0;
}

.aktSedBtns > #slaBut {
	flex-shrink: 0;
}

#divSamoJedan {
	display: flex;
	gap: 8px;
	align-items: center;
	flex: 1;
	min-width: 0;
}

@media (max-width: 767px) {
    #divInfo {
        max-width: 90%;
    }
	.btnSacuvajSed {
		display: block;
		width: 100%;
	}
	#vremeTraj {
		width: 100%;
	}
	.dodNovNasIme, .dodNovNas, .dodNovNasEml, .dodNovNasDum {
		width: 100%;
	}
	.aktSedBtns {
		flex-wrap: wrap;
	}
	.aktSedBtns > #slaBut {
		width: 100%;
	}
	#divSamoJedan {
		width: 100%;
		flex: none;
	}
}

.field_wrapper h2 {
	background-color: #4B6587;
	padding: 15px 20px;
	margin: 8px 0px;
	width: 100%;
	color: #fff;
	border-radius: 3px;
}

.field_wrapper h2 a {
	color: #eeedc5;
	float: right;
}

.field_wrapper h2 a:hover {
	color: #fff;
}

#brFieldDivSt {
	margin: 20px 10px;
}

.linkPrat {
	display: block;
	padding: 0px 10px 10px 10px;
}

#brFieldDiv a {
	color: #eeedc5;
	display: block;
	width: 100%;
	padding: 14px 20px;
	background-color: #4B6587;
	border-radius: 3px;
}

#brFieldDiv a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #43728d;
}

.divStavka {
	padding: 15px 20px;
	border-radius: 8px;
	background-color: #e7f0f5;
}

.okvirTacke {
	padding: 15px 20px 20px 18px;
	border-radius: 8px;
	background-color: #e7f0f5;
	border-left: 2px solid #e7f0f5;
	margin-bottom: 5px;
	position: relative;
}

.strela {
	color: #4B6587;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 53px;
	left: -1px;
	font-size: 1.5em;
	margin: 0;
}

table.spisSed tr:not(:first-child):hover td {
	background:  #eff1f3;
}

.sivTekst {
	color: #77777e;
}

.chkSef {
	cursor: pointer;
}

.sitno {
	font-size: 0.8em;
	padding: 0px 0px 0px 8px;
	color: #bb0000;
}

.sitno2 {
	padding: 0px;
	color: #ba0000;
	font-weight: 300;
	line-height: 1.4em;
}

.sitno3 {
	padding: 5px 0px 10px 0px;
	font-size: 0.9em;
	color: #bb0000;
	font-weight: 400;
	line-height: 1.4em;
}

.sitno4 {
	padding: 5px 0px 10px 0px;
	font-size: 0.9em;
	color: #00a108;
	font-weight: 400;
	line-height: 1.4em;
}

.warn{
	border: solid 1px rgb(206, 173, 64);
	padding: 10px 22px;
	margin: 5px 0px;
	background-color: rgb(248, 248, 223);
	display: inline-block;
	border-radius: 5px;
}

.mTfR {
	float: right;
	font-weight: 500;
}

sup {
	font-size: 0.6em;
}

.h2nast {
	font-weight: 300;
	background-color: #4B6587;
	width: 100%;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 10px 0px 7px 0px;
	color: #fff;
}

.dnrs {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	margin: 10px 0px 5px 0px;
	padding: 7px 0px;
}

.glasZa {
	background: linear-gradient(90deg, rgba(217,230,238,1) 0%, rgba(235,243,247,1) 20%);
	border: none;
	padding: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.glasZa a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 10px 0px 10px 10px;
}

.opisBlok {
	padding: 15px 20px 15px 20px;
	border-radius: 6px 6px 0px 0px;
	background-color: #ebf3f7;
	border: #d0dde4 1px solid;
	border-bottom: 0px;
}

@keyframes ri-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.ri-spin { animation: ri-spin 5s linear infinite; display: inline-block; }

.rucica {
	padding: 15px 0px 15px 10px;
}

.rucica_alt {
	padding: 15px 0px 0px 10px;
}

.rucica_alt input, .rucica_alt label,
.rucica input, .rucica label {
	cursor: pointer;
	margin-top: 12px;
}

.komBord {
	line-height: 20px;
	font-size: 15px;
	padding: 3px 0px 3px 10px;
	margin: 10px 0px 15px 3px;
	border: 1px solid #558cac;
	border-width: 0px 0px 0px 1px;
}

.komBord span {
	font-size: 0.9em;
	font-weight: 400;
	color: #2b5974;
}

.spisNast {
	border: none;
	font-size: 0.8em;
	line-height:1.4em;
	margin-top: 10px;
	display: none;
	border-left: 1px solid #75a4be;
	padding-left: 15px;
}

.mVeci {
	line-height: 1.6em;
}

#brPoZva {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#slaBut {
	width: 250px;
}

.blokFajl {
	padding-left: 6px;
	padding-bottom: 3px;
}

.blokFajl:last-child {
	padding-bottom: 10px;
}

.priIkona {
	color: #4B6587;
	display: inline-block;
	font-size: 1.1em;
	vertical-align: middle;
	margin: 0px 5px 0px 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover .priIkona {
	color: #d17f14;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.neprelom {
	margin-left: 8px;
}

.ffunsv {
	display: inline-block;
}
.ffunsm {
	display: none;
}

@media (max-width: 900px) {
  .neprelom {
    display: block;
		padding: 5px 0px;
		margin-left: 0px;
  }
	.ffunsv {
		display: none;
	}
	.ffunsm {
		display: inline-block;
	}
}

.dugme {
	border-radius:5px;
	font-weight:300;
	background-color:#4d6584;
	border: none;
	display:inline-block;
	outline:0;
	padding:20px 35px 16px 35px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none !important;
	color:#eeedc5;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	font-size:1em;
}


.dugme:hover {
	color: #fff;
	background-color:#57749b;
}

.unos {
	color:#141414;
	letter-spacing: 0px;
	padding: 14px 20px 12px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	font-size: 1em;
	font-weight: 300;
	border-radius: 5px;
	margin: 10px 0px;
}

.unos:focus {
    outline: none;
    box-shadow: none;
}

.dodNovClaBtnWrap {
	display: inline-block;
	margin: 0px 0px 0px 10px;
}

@media (max-width: 767px) {
	.dodNovNasIme.unos, .dodNovNas.unos, .dodNovNasEml.unos, .dodNovNasDum.unos {
		margin: 3px 0 !important;
	}
	.dodNovClaBtnWrap {
		display: block;
		margin: 10px 0px 0px 10px;
	}
}

.selKoGla { width: auto; }
@media (max-width: 575px) { .selKoGla { width: 100%; } }

select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 10px;
    padding-right: 36px;
}

.ikon {
	 margin-right:8px;
}

.tekstRaz {
	line-height:1.8em;
}

@media (max-width: 575px) {
	.tekstRaz {
		line-height: 1.5em;
	}
	.tekstRaz > div {
		margin-bottom: 15px;
	}
}

.batchProgressWrap {
	width: 100%;
}

@keyframes progressBgPulse {
	0%, 100% { background-color: #f5f7fa; }
	50%       { background-color: #ddeee5; }
}

.batchProgressWrap .progress {
	height: 25px;
	background-color: #f5f7fa;
	border: solid 1px #5c8f71;
}

.batchProgressWrap.sending .progress {
	animation: progressBgPulse 1.4s ease-in-out infinite;
}

.batchProgressWrap .progress-bar {
	height: 25px;
	font-size:1.2em;
	background-color: #6fa586;
}

/* Voting button group */
.okvirSed .btn-group {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}
.okvirSed .btn-group .btn {
	flex: 1;
	max-width: 180px;
	border-radius: 4px !important;
	padding: 8px 12px;
	font-size: 0.95em;
}

@media (max-width: 575px) {
	.okvirSed .btn-group .btn-outline-success,
	.okvirSed .btn-group .btn-outline-dark {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#samoJedanPre {
		max-width: none !important;
		margin-left: 0 !important;
		min-width: 0 !important;
	}
}

#samoJedanPre {
	max-width: 240px;
	margin-left: 16px;
	min-width: 0;
}

/* Voting buttons */
.okvirSed .btn-outline-success {
	background-color: #f5f5f5;
	border-color: #dfdfdf;
	color: #4d4d4d;
}
.okvirSed .btn-outline-success:hover {
	background-color: #b8eab8;
	border-color: #8fd08f;
	color: #1e521e;
}
.okvirSed .btn-check:checked + .btn-outline-success {
	background-color: #5fc95f;
	border-color: #5fc95f;
	color: #fff;
}

.okvirSed .btn-outline-secondary {
	background-color: #f5f5f5;
	border-color: #dfdfdf;
	color: #4d4d4d;
}
.okvirSed .btn-outline-secondary:hover {
	background-color: #fad9a0;
	border-color: #ecc070;
	color: #5e3a0a;
}
.okvirSed .btn-check:checked + .btn-outline-secondary {
	background-color: #d59f4e;
	border-color: #d59f4e;
	color: #fff;
}

.okvirSed .btn-outline-danger {
	background-color: #f5f5f5;
	border-color: #dfdfdf;
	color: #4d4d4d;
}
.okvirSed .btn-outline-danger:hover {
	background-color: #edbbbb;
	border-color: #dc8888;
	color: #5e1414;
}
.okvirSed .btn-check:checked + .btn-outline-danger {
	background-color: #ce6060;
	border-color: #ce6060;
	color: #fff;
}

.okvirSed .btn-outline-dark {
	background-color: #f5f5f5;
	border-color: #dfdfdf;
	color: #2a2a2a;
}
.okvirSed .btn-outline-dark:hover {
	background-color: #c4c4c4;
	border-color: #a0a0a0;
	color: #1a1a1a;
}
.okvirSed .btn-check:checked + .btn-outline-dark {
	background-color: #464646;
	border-color: #464646;
	color: #fff;
}

.nav-pismo {
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	color: #eeedc5;
	font-size: 0.9em;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
}

.nav-pismo:hover {
	color: #ffffff;
}

.nav-pismo i {
	margin-right: 4px;
}

.pwd-toggle {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #8b8b8b;
	z-index: 5;
}

