
/* Splošno {{{1 */

body, ul, li, p, h1, h2, h3,
div, span, table, fieldset,
header, footer, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #27251f;
	background-color: white;
	font-family: "myriad-pro";
}

h1, h2, h3 {
	text-rendering: optimizeLegibility;
}

h1 {
	color: #111111;
	font-family: "chaparral-pro";
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.42px;
	margin-bottom: 30px;
}

h2 {
	color: #27251f;
	font-size: 26px;
	font-family: "chaparral-pro";
	font-weight: normal;
}

h2.text {
	margin-top: 40px;
	margin-bottom: 20px;
}

p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 24px;
}

a {
	color: #a99760;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}

.form fieldset {
	background-color: rgba(200, 201, 199, 0.2);
	padding: 40px;
}

ul.text li {
	margin-left: 25px;
	padding-bottom: 9px;
}

ul.text li:last-child {
	margin-bottom: 10px;
}

ol {
	padding-left: 0px;
}

ol li {
	margin-left: 25px;
	padding: 2px 0;
}

/* Glava, noge, ogrodje {{{1 */

legend {
	float: left;
	width: 100%;
	color: #27251f;
	font-family: "chaparral-pro";
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: 2px solid rgba(200, 201, 199, 0.25);
}

header {
	height: 104px;
	box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
	color: #27251f;
	font-family: "myriad-pro";
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.43px;
}

header a {
	color: #27251f;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 3px;
}

header .logo {
	width: 64px;
	height: 64px;
	margin-top: 20px;
}

header .user,
header .langs {
	float: right;
	margin-left: 20px;
	margin-top: 46px;
}

header .langs a:first-child::after {
	content: "|";
	margin-left: 5px;
}

header .langs a.selected {
	color: #a99760;
	cursor: default;
}

header a:hover {
	color: #a99760;
}

header .gleif {
	width: 265px;
	height: 151px;
	float: right;
	background-image: url(gleif.png);
	background-size: contain;
	margin-top: 10px;
}

nav#breadcrumbs {
	margin: auto;
	background: rgba(200, 201, 199, 0.1);
}

nav#breadcrumbs ul {
	padding: 24px 0px;
}

nav#breadcrumbs li {
	color: #27251f;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	list-style: none;
	display: inline;
	background-image: url("arrow-more.svg"); /* Decomposed because of Safari 5.1. */
	background-size: 4px 9px;
	background-position: left center;
	background-repeat: no-repeat;
	/* background: url("arrow-more.svg") no-repeat left center / 4px 9px; */
	padding-left: 15px;
	margin-left: 11px;
}

nav#breadcrumbs li:first-child {
	background-image: url("home.svg"); /* Decomposed because of Safari 5.1. */
	background-size: 17px auto;
	background-position: left center;
	background-repeat: no-repeat;
	/* background: url("home.svg") no-repeat left center / 17px auto; */
	padding: 0px;
	margin: 0px;
	width: 17px;
}

nav#breadcrumbs li:first-child a {
	color: transparent;
	display: inline-block;
	width: 17px;
}

nav#breadcrumbs li a {
	text-decoration: none;
	color: #a99760;
}

.page-row {
	max-width: 1280px;
	margin: auto;
	padding: 0 15px;
	overflow: hidden;
}

.page-row.dark {
	background-color: rgba(200, 201, 199, 0.1);
}

.page-row.nomargin {
	padding: 0;
}

.page-row a1.title {
	margin: 40px 0;
}

.page-row.text p {
	margin: 0 0 1.25rem;
	color: #27251f;
	font-size: 18px;
	line-height: 32px;
}

.page-row.text a {
	color: #a99760;
	text-decoration: none;
	font-weight: 700;
}

.dark-bg {
	background-color: rgba(200, 201, 199, 0.1);
}

.half-column {
	display: inline-block;
	width: calc(50% - 10px);
	max-width: 48%; /* Problems in old Opera and Safari browsers. */
	position: relative;
	float: left;
}

.half-column > img,
.nomargin > img {
	width: 100%;
	height: auto;
}

footer {
	background-color: #27251f;
}

footer,
footer a {
	color: #fafafa;
	font-family: "chaparral-pro";
}

footer address {
	padding: 40px 0 8px;
}

footer address ul {
	text-align: justify;
}

/* Enakomerna razporeditev elementov */
footer address ul:after {
  content: '';
  width: 100%;
  display: inline-block;
}

footer address li {
	display: inline-block;
	list-style: none;
	font-style: normal;
	vertical-align: top;
}

footer address li span {
	color: #a99760;
	margin-right: 8px;
	font-family: "chaparral-pro";
	font-size: 48px;
	font-weight: 400;
	font-style: italic;
	line-height: 43px;
	text-transform: uppercase;
}

footer address li p.title {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: normal;
}

footer address li p.info,
footer address a {
	font-family: "myriad-pro";
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.09px;
	text-decoration: none;
}

footer #end {
	padding: 20px 0;
	border-top: 1px solid rgba(200, 201, 199, 0.2);
}

footer #end ul {
	width: 100%;
}

footer #end li {
	display: inline-block;
	list-style: none;
	vertical-align: baseline;
}

footer #end li + li {
	margin-left: 24px;
}

footer #end li + li + li,
footer #end li + li + li + li {
	margin-left: 48px;
	margin-top: 13px;
	position: relative;
	float: right;
}

footer #end,
footer #end a {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	color: #c8c9c7;
	font-family: "myriad-pro";
}

footer #end img {
	width: 32px;
	height: 32px;
	vertical-align: text-bottom;
}

.subtitle {
	padding-top: 64px;
	padding-bottom: 30px;
}

.subtitle h2 {
	color: #c8c9c7;
	background-image: url("logo.png");
	background-size: 24px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 0 3px 40px;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
}

/* Posebni elementi {{{1 */

.page-row.features {
	display: table;
	border-spacing: 15px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	max-width: 1310px;
}

.features > div {
	display: table-row;
}

.feature {
	background-color: rgba(200, 201, 199, 0.2);
	border: 1px solid rgba(200, 201, 199, 0.2);
	padding: 70px 40px 60px 40px;
	display: table-cell;
	width: 33%;
}

.feature:hover {
	background-color: white;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
	border: 1px solid #a99760;
	cursor: pointer;
}

.feature p {
	margin-top: 5px;
}

.feature:hover {
	color: #a99760;
}

div.feature > div {
	border-spacing: 0px;
}

.feature .cap {
	padding-right: 15px;
	color: #a99760;
	font-size: 64px;
	line-height: 64px;
	font-family: "chaparral-pro";
	font-style: italic;
	display: table-cell;
	vertical-align: bottom;
}

.feature .desc {
	font-family: "chaparral-pro";
	font-size: 24px;
	line-height: 32px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.feature .more {
	color: #a99760;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 0.07313rem;
	padding-right: 1rem;
	background-image: url("arrow-more.svg") no-repeat right 0.125rem;
	background-size: 0.375rem 0.75rem;
	font-family: "chaparral-pro";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
}

.banner h1 {
	font-family: "chaparral-pro";
	color: #27251f;
	font-size: 48px;
	font-weight: 400;
	line-height: 64px;
	text-transform: none;
	border-bottom: 1px solid #c8c9c7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.banner p {
	font-size: 18px;
	line-height: 32px;
}

.message_box {
	background-color: white;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
	border: 1px solid #a99760;
	padding: 20px 22px 15px 22px;
	margin-bottom: 20px;
}

#crea_check h2 {
	font-family: inherit;
	text-transform: none;
	color: #a99760;
	padding-bottom: 5px;
}

.first-letter {
	float: left;
	font-family: "chaparral-pro";
	font-size: 54px;
	line-height: 77px;
	background: rgba(200,201,199,0.1);
	padding: 0.0625rem 1.3125rem;
	margin: 0 1.25rem 0.625rem 0;
	color: #a99760;
	font-style: italic;
	box-sizing: border-box;
}

.content-teaser {
	font-family: "myriad-pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
	box-sizing: border-box;
}

.content-teaser b {
	font-weight: 600;
}

h2.uvodna-letni {
	color: #27251f;
	font-family: "chaparral-pro";
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	padding-bottom: 15px;
	border-bottom: 1px solid  rgba(200, 201, 199, 0.25);
	margin-bottom: 15px;
	text-indent: -18px;
	padding-left: 18px;
} 

.problem,
.warning,
.attention,
.success {
	border: solid black 1px;
	padding: 15px 20px 15px 60px;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

.problem {
	color: #eb0000;
	border-color: #eb0000;
	background-image: url("warning_red.png");
	background-position: 20px center;
	max-width: 600px;
	box-sizing: border-box;
}

.warning {
	background-image: url("warning.png");
	background-position: 20px center;
}

.attention {
	background-image: url("attention.png");
	background-position: 20px center;
}

.success {
	background-image: url("checkmark.png");
	background-position: 20px center;
}

a.action,
form input.submit,
form button {
	color: #27251f;
	font-family: "chaparral-pro";
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	line-height: 29px; /* Horizontalna poravnava z input polji. */
	border: 1px solid #a99760;
	border-radius: 0px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	min-width: 192px;
	padding: 10px;
}

@keyframes button-hilite {
  from { background-color: transparent; }
  to { background-color: #a99760; }
}

form button + button {
	/* margin-left: 214px; */
	float: right;
}

.forma-item2-button {
	max-width: 600px;
}

form .forma-item label.radio {
	margin-bottom: 10px;
}

a.action:hover,
form input.submit:hover,
form button:hover,
.pager li a:hover,
.pager li.current a {
	color: white;
	background-color: #a99760;
	animation: button-hilite 0.1s ease-in;
}

a.back {
	color: #a99760;
	font-family: "chaparral-pro";
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 14px;
	background-image: url("chevron_left.png");
	background-position: 0px center;
	background-repeat: no-repeat;
}

a.more {
	color: #a99760;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 0.07313rem;
	padding-right: 1rem;
	background: url("arrow-more.svg") no-repeat right 0.125rem;
	background-size: 0.375rem 0.75rem;
	font-family: "chaparral-pro";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
}

a.more:hover {
	color: #27251f;
}

a.navigate {
	color: #27251f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-family: "chaparral-pro";
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.07313rem;
	display: inline-block;
	position: relative;
	float: right;
	background: url("up.svg") no-repeat right center;
	padding-right: 24px;
	margin-top: 10px;
}

div.gray,
form.gray {
	padding: 40px;
	background-image: url("head_bg_solid.svg"); /* Decomposed because of Safari 5.1. */
	background-color: #f7f7f7;
	background-size: 90% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	/* background: #f7f7f7 url("head_bg_solid.svg") no-repeat bottom right / 90% auto; */
}

form p.label,
form div.forma-item-label {
	text-transform: uppercase;
	margin-bottom: 0px;
	display: inline-block;
}

form p.label .error,
form label.error a,
.forma-item.error .forma-item-help,
.checkbox.error span {
	color: #eb0000;
	text-transform: none;
}

form input,
form select {
	max-width: 600px;
}

form input.error,
.forma-item.error input,
.forma-item.error select,
.checkbox.error .checkbox-display {
	border-color: #eb0000;
}

form input:disabled {
	color: #666;
	background-color: transparent;
}

form .half-width {
	width: 49%;
	max-width: 300px;
}

form hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #c8c9c7;
}

form label {
	max-width: 580px;
}

.forma-item-help {
	width: 100%;
	max-width: 580px;
	text-align: right;
}

.gray h2,
.gray h3 {
	font-family: "chaparral-pro";
	color: #27251f;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	border-bottom: 1px solid #c8c9c7;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.gray h3 {
	color: #535048;
	font-size: 19px;
	margin-bottom: 30px;
}

.gray h3.noline {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.gray hr.h3line {
	margin: 0px 0px 30px 0px;
}

/* Stil s10 so naslovi s pripisom v formularjih. */
.s10 {
	border-bottom: 1px solid #c8c9c7;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.s10 h2 {
	border: none;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.s10 p {
	/*color: red;*/
}

/* Captcha. */

form .captcha {
	width: 100%;
	height: 70px;
	max-width: 387px;
	position: relative;
	overflow: hidden;
}


#captcha_reload {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABXUlEQVQ4y9XUvUscURQF8N/6AUriBxEERZCQQhRsFAuLBQs7tTAWCQQhhZWt4F9gZaVgJzaiIGKnYJl0fpUWIog2ohLsQiKJ6Ka5K+PAurNdPPDgzdwz591759zH/45cmXgLWvEmnn/jB24rPagJ41jHJQqxbrCBj2isRHA2IfIdK1jGt8T7JbRnFfyCTXxGJ+pRF/sJ7IfoQrlMW+OjquhfKfQlRMdKkdqwF6dmwWQIruJdOlgfQgX8xKcMgl04wDk+pK0zkmh2IYg9ZezWjp3gD6C2GKxCHtN4wFHs378gOIxfqSQWUZ0kdeAssuvMUPI0/obYbrTtGZrDbwV8zSD4Fms4RXcp0igecYz+MiOZQ2/wnkqtThEvUROjlY+eXuAuYa0pzMV8b+M6qiqJBswH6Q9OcBjrFPcRm6lklmswhK3Isvgn7+NyGEzaJOv1lQtLFR3wiKuUVV4h/gFJIVSIZcdQMwAAAABJRU5ErkJggg==");
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* Linki na dokumente */
.file {
	display: inline-block;
	width: 100%;
	padding: 0.875rem 4.875rem 0.875rem 4.25rem;
	font-family: "myriad-pro";
	font-size: 1rem;
	font-weight: bold;
	background: url(pdf-icon.svg) no-repeat 1.5rem center;
	border: 1px solid #C8C9C7; /* Border blocks above icon in Opera 12?! */
	margin-bottom: 16px;
	position: relative;
	color: #27251F !important;
	box-sizing: border-box;
}

.file:hover {
	color: #a99760 !important;
	text-decoration: none !important;
}

.file i {
	position: relative;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: normal;
	display: block;
	line-height: 24px;
}

.file::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0.8125rem;
	width: 4rem;
	height: 3rem;
	border-left: 0.0625rem #C8C9C7 solid;
	background: url(download-icon.svg) no-repeat center center;
}

/* Tabela z rezultati iskanja */

.table {
	display: table;
	width: 100%;
	font-family: "chaparral-pro";
	font-size: 18px;

}

.table-header {
	display: table-row;
}

.table-header-col {
	display: table-cell;
	padding: 10px;
	border-top: 1px solid #c8c9c7;
	border-bottom: 1px solid #c8c9c7;
}

.table-row {
	display: table-row;
}

.table-row-col {
	display: table-cell;
	padding: 15px 10px;
	border-bottom: 1px solid #c8c9c7;
}

.table-row.open .table-row-col {
	border-bottom: 1px solid #c8c9c7;
}

.table .col1 {
	max-width: 210px;
}

.table .col2 {
}

.table .col3 {
	width: 15%;
	min-width: 100px;
}

.table-row-col-open {
	display: block;
	width: 12px;
	height: 12px;
	background: url(plus.png);
	float: right;
	margin-right: 10px;
}

.table-row-col-close {
	display: block;
	width: 12px;
	height: 12px;
	background: url(minus.png);
	float: right;
	margin-right: 10px;
}

.table-row-col .details {
	display: none;
}

.table-row.open .details {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "myriad-pro";
}

.table-row.open .details p {
	margin-top: 20px;
	font-size: 16px;
}

.table-row.open .details p strong {
	color: #a7a398;
	font-weight: normal;
	font-style: italic;
}

.pager {
	text-align: center;
}

.pager ul {
	display: inline-block;
}

.pager li {
	display: inline-block;
}

.pager li a {
	display: inline-block;
	border: solid #c8c9c7 1px;
	padding: 10px 18px;
	margin: 5px;
}

/* Podpisovanje */

table.placer {
	font-size: 18px;
	width: 100%;
	border-spacing: 0px;
}

table.placer td {
	min-height: 50px;
	border-bottom: 1px solid #c8c9c7;
	padding: 25px 0px;
}

table.placer td:first-child {
	font-style: italic;
	color: #8d8c89;
	width: 30%;
	min-width: 200px;
}

.bottom-margin { margin-bottom: 80px; }

.pravne-skladi {
	width: 200px;
	padding: 24px 24px 20px 24px;
	background-color: #f7f7f7;
	margin-top: 15px;
	margin-right: 32px;
	position: relative;
	float: left;
}

.pravne-skladi.checked {
	background-color: white;
	border: 1px solid #a99760;
}

.pravne-skladi span {
	font-family: "chaparral-pro";
	font-size: 14px;
	/* font-weight: 100; */
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
}

.pravne-skladi.checked span {
	color: #7b6627;
}

.pravne-skladi.checked .radio .radio-display::after {
	background: #7b6627;
}

/* Vizualizacija LEI zahtevka */

#signature {
}

#signature .h1,
#signature .h2,
#signature .h3,
#signature .h4 {
	font-family: "chaparral-pro";
	font-size: 20px;
	padding-left: 0px;
	margin-bottom: 7px;
}

#signature .h2 {
	font-size: 19px;
	margin-top: 40px;
	padding-left: 5px;
}

#signature .h3 {
	font-size: 18px;
	margin-top: 13px;
	padding-left: 15px;
}

#signature .h4 {
	font-size: 17px;
	margin-top: 13px;
	padding-left: 25px;
}

#signature .separator {
	height: 15px;
}

#signature .value > div {
	display: inline-block;
	box-sizing: border-box;
}

#signature .value > div:nth-child(1) {
	width: 50%;
	max-width: 300px;
	padding-left: 35px;
}

#signature .value > div:nth-child(2) {
	width: 50%;
	padding-left: 20px;
	font-weight: bold;
}

/* Pripomočki {{{1 */

.hidden { display: none; }
.join + .join { margin-top: 0; padding-top: 0; }
.mb0 { margin-bottom: 0px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt0 { margin-top: 0px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mt80m30 { margin-top: 80px !important; }
.ml-30 { margin-left: -30px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb80 { padding-bottom: 80px !important; }
.pt20 { padding-top: 20px !important; }
.plr40 { padding-left: 40px !important; padding-right: 40px !important; }
.lh32 { line-height: 32px !important; }
.input-w-btn { max-width: calc(100% - 200px); } /* Input polje z gumbom na desni. */
.m-hide { display: block; }
.w-hide { display: none; }
.half-width { width: 50% }
.red { color: #eb0000; border-color: #eb0000; }
.smaller { font-size: 14px; }
.uppercase { text-transform: uppercase; }
.overflow { overflow: auto; }
.noborder { border: none !important; }
.debug { border: dotted red 1px; }
.block { display: block !important; }

/* Preoblikovanje vnosnih elementov {{{1 */

input[type="checkbox"],
input[type="radio"],
select[type="checkbox"],
select[type="radio"] {
	width: 24px;
	height: 24px;
	margin: 0;
}

input,
select,
textarea {
	width: 100%;
	border: 1px solid #c8c9c7;
	background-color: rgba(255, 255, 255, 1.0);
	margin: 10px 0 8px;
	max-width: 100%;
	font-family: "myriad-pro";
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1px;
	box-sizing: border-box;
}

input,
select {
	height: 48px;
	padding: 0 24px;
}

/* Problem v IE */
select {
	padding-right: 0px;
}

textarea {
	min-height: 20px;
	padding: 24px;
}

.radio {
	color: #27251f;
	font-size: 16px;
	line-height: 24px;
	font-family: "myriad-pro";
	font-weight: 400;
	margin-bottom: 33px;
	display: block;
}

.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.radio .radio-display {
	width: 24px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #c8c9c7;
	border-radius: 50%;
	margin-right: 15px;
	display: inline-block;
}

.radio .radio-display::after {
	position: relative;
	display: none;
	content: '';
	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #27251f;
	opacity: 0.75;
	top: 6.5px;
	top: 6px;
	left: 6px;
}

.checkbox {
	font-style: italic;
	color: #27251f;
	font-size: 16px;
	line-height: 24px;
	font-family: "myriad-pro";
	font-weight: 400;
	margin-bottom: 16px;
	display: block;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox .checkbox-display {
	width: 24px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #c8c9c7;
	margin-right: 15px;
	display: inline-block;
}

/* Prikaz za kljukico. */
.checkbox .checkbox-display::after {
	position: relative;
	display: none;
	content: '';
	top: 4px;
	left: 9px;
	width: 4px;
	height: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg); /* Safari 5.1. */
	border: solid #27251f;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 3px 3px 0;
	opacity: 0.75;
}

/* Ko je stikalo izbrano, se prikaže */
.radio input:checked ~ .radio-display::after,
.checkbox input:checked ~ .checkbox-display::after {
	display: block;
}

/* Opisi poleg stikal */
.radio > span,
.checkbox > span {
	position: relative;
	top: -7px;
	left: 40px;
	margin-left: -44px;
	/*padding-right: 20px;*/
}

/* Če je stikalo onemogočeno */
.radio input:disabled ~ .radio-display,
.checkbox input:disabled ~ .checkbox-display {
	background-color: #ddd;
}

.radio input:disabled ~ span,
.checkbox input:disabled ~ span {
	color: #777;
}

label.radio:last-child {
	margin-bottom: 0px;
}

button {
	padding: 3px 24px 0 24px;
	height: 48px;
	color: #27251f;
	font-family: "chaparral-pro";
	font-size: 14px;
	/* font-weight: 100; */
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #c8c9c7;
}

.form button {
	border: 1px solid #a99760;
}

/* jQuery komponente {{{1 */

.fan-fold {
	border: solid red 1px;
	margin-bottom: 15px;
	border: 1px solid #A99760;
	box-shadow: 0 0.625rem 3.125rem 0 rgba(0,0,0,0.1);
}

.fan-fold-folded {
	border: none;
	box-shadow: none;
}

.fan-head {
	display: block;
	color: #a99760;
	background-color: white;
	padding: 23px 40px;
	font-family: "chaparral-pro";
	font-style: normal;
	/* font-weight: 300; */
	font-size: 20px;
	cursor: pointer;
	position: relative;
}

.fan-head-folded {
	color: #27251f;
	background-color: rgba(200, 201, 199, 0.1);
}

.fan-head-folded:hover {
	background-color: #e6e6e6;
}

.fan-head::before {
	position: absolute;
	background: url("arrow-up.svg") no-repeat;
	right: 34px;
	width: 13px;
	height: 7px;
	margin-top: 5px;
	content: "+"; /* There must be content... */
	text-indent: -2000px; /* but make it invisible, push it far left. */
}

.fan-head-folded::before {
	background: url("arrow-down.svg") no-repeat;
}

.fan-body {
	display: block;
	background-color: white;
	font-family: "myriad-pro";
	padding: 0 40px 23px 40px;
}

.fan-body-folded {
	display: none;
}

.fan-body a {
	font-weight: bold;
	text-decoration: none;
}

.fan-body a:hover {
	text-decoration: underline;
}

.ui-datepicker .ui-state-highlight {
	background-color: #f6f6f6 !important;
}

.ui-datepicker .ui-state-active, .ui-widget-content .ui-state-active {
	background-color: #a99760 !important;
	color: white !important;
}

/* Izboljšani select meniji za IE. */
form .ui-selectmenu-button.ui-button {
	text-align: left;
	background-color: white;
	padding: 12px 24px;
	margin-top: 10px;
	margin-bottom: 8px;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
}

.ui-selectmenu-menu ul.ui-menu {
	max-height: 300px;
}

form .ui-selectmenu-button.ui-button .ui-selectmenu-icon {
	background: url("arrow-down.svg") no-repeat 1px 8px / 14px 7px;
}

/* Pop-up baloni {{{1 */

div.balloon {
	font-size: 14px;
	line-height: 22px;
	min-width: 10px;
	max-width: 300px;
	padding: 10px 15px;
	border: 1px solid rgba(212, 212, 212, 0.4);
	border-radius: 3px;
	box-shadow: rgb(85, 85, 85) 2px 2px 4px;
	color: white;
	background-color: #222;
	opacity: 0.85;
	z-index: 32767;
	text-align: left;
	visibility: visible;
	position: absolute;
	top: 2211px;
	left: 247px;
	display: none;
}

div.help {
	width: 17px;
	height: 17px;
	display: inline-block;
	color: white;
	background-color: #999;
	background-image: radial-gradient(circle, #bbb, #999);
	border-radius: 10px;
	margin-left: 9px;
	font-family: "chaparral-pro";
	font-size: 17px;
	line-height: 22px;
}

div.help::after {
	content: "i";
	position: relative;
	left: 6px;
	top: -1px;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}

/* Prelom pri različnih širinah strani {{{1 */

@media print, screen and (min-width: 768px) {

	.half-column {
		margin-right: 10px;
	}

	.half-column + .half-column {
		margin-right: 0px;
		margin-left: 10px;
		float: right;
	}
}

@media print, screen and (max-width: 767px) {
 
	h1 {
		/* Na portalu:
		font-size: 30px;
		line-height: 40px; */
	}

	.half-column {
		width: 100%;
		max-width: 100%; /* Undo Opera and Safari hack. */
	}

	.page-row {
		padding: 0 10px;
	}

	.page-row.features {
		display: block !important;
		margin: auto;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.page-row.subtitle {
    padding-top: 40px;
    padding-bottom: 20px;
	}

	.features > div {
		display: block;
	}

	.feature {
		display: block !important;
		width: 100%;
		box-sizing: border-box;
		padding: 24px;
		margin-bottom: 16px;
	}

	.banner h1 {
		font-size: 30px;
		line-height: 40px;
	}

	footer .address {
		width: 100%;
		margin-bottom: 20px;
	}

	footer .address > span {
		color: #a99760;
		font-size: 48px;
		line-height: 64px;
	}

	footer #end {
		height: 180px;
	}

	footer #end img {
		width: 40px;
		height: 40px;
	}

	footer #end li {
		width: 100%;
	}

	footer #end ul > li + li {
		position: relative;
		top: 103px;
		margin-left: 0px;
	}

	footer #end ul > li + li +li {
		top: -10px;
	}

	.bottom-margin { margin-bottom: 40px; }

	/* Remove margins for top-level elements in mobile mode. */
	.m-nomargin {
		width: calc(100% + 20px);
		left: 10px;
	}

	.mt80m30 { margin-top: 30px; }
	.m-hide { display: none; }
	.w-hide { display: block; }
}

/* Vim editor settings: vim: set tabstop=2 shiftwidth=2 fdm=marker noexpandtab : */

