body {
	background-color: #000;
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

h1 {
	margin-top: 0;
	margin-bottom: 40px;
	font-family: 'Titillium Web',sans-serif;
	color: #8ac2ca;
	font-size: 67px;
	line-height: 44px;
	font-weight: 300;
}

h2 {
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: 'Titillium Web',sans-serif;
	color: #8ac2ca;
	font-size: 83px;
	line-height: 36px;
	font-weight: 600;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #8ac2ca;
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

h4 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: 'Titillium Web',sans-serif;
	color: #8ac2ca;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

p {
	margin-bottom: 5px;
}

a {
	color: #c7a580;
	text-decoration: none;
}

a:hover {
	font-weight: 600;
}

li {
	font-weight: 400;
	text-indent: 0;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

figure {
	margin-bottom: 15px;
}

figcaption {
	margin-top: 5px;
	background-color: #c7a580;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.div_body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	background-color: #8ac2ca;
}

.page .div_body {
	height: auto;
}

.div_meni_osnova {
	position: static;
	left: 0;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 220px;
	padding: 25px 10px 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	border-right: 0 none #c8c0b4;
	background-color: #8ac2ca;
}

.div_content_osnova {
	position: static;
	left: 200px;
	top: 0;
	right: 0;
	display: block;
	overflow: auto;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: transparent;
}

.page .div_content_osnova {
	overflow: visible;
}

.div_spacer_10px_v {
	width: 10px;
}

.div_footer_osnova {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 15vh;
	margin-top: 40px;
	background-color: #888586;
}

.meni_zgoraj_osnova {
	position: static;
	left: 0;
	top: 0;
	right: 0;
	height: 60px;
}

.div_meni_logo_holder {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.div_meni_links_holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 450px;
	padding-top: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 1px none #c8c0b4;
	border-bottom: 1px none #c8c0b4;
	background-color: #8ac2ca;
}

.div_meni_bottom_holder {
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.div_meni_top_holder {
	position: static;
	left: 0;
	top: 0;
	z-index: 400;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #8ac2ca;
}

.menu_destop_link {
	margin-top: 12px;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.menu_destop_link:hover {
	border-left: 5px solid #e4c595;
	color: #e4c595;
}

.menu_destop_link.w--current {
	font-size: 14px;
}

.meni_jeziki_izbira {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px none #e4c595;
	background-color: transparent;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
}

.meni_jeziki_izbira:hover {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #c7a580;
	font-weight: 600;
}

.div_crtica_gold {
	width: 20%;
	height: 1px;
	border-bottom: 1px solid #c7a580;
}

.div_crtica_gold.crtica-footer {
	margin-bottom: 10px;
}

.div_crtica_gray {
	display: block;
	width: 20%;
	height: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,.4);
}

.text_normal {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 13px;
	text-decoration: none;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
	-webkit-column-rule: 1px solid #c7a580;
	-moz-column-rule: 1px solid #c7a580;
	column-rule: 1px solid #c7a580;
}

.text_normal.vprasanja {
	overflow: auto;
}

.div_footer_3_child {
	display: block;
	padding: 5px 10px 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.link-footer {
	margin-top: 0;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
}

.link-footer:hover {
	font-weight: 600;
}

.link-footer.gold {
	color: #e4c595;
	font-weight: 400;
}

.link-footer.gold:hover {
	color: #fff;
	font-weight: 600;
}

.naslov-footer {
	margin-bottom: -5px;
	color: #e4c595;
	font-size: 21px;
}

.bold-gold {
	color: #c7a580;
	font-weight: 700;
}

.text-footer {
	margin-top: 5px;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
	font-weight: 300;
}

.fb-logo {
	width: 22px;
	max-width: auto;
	margin-right: 10px;
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
	display: none;
	height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: rgba(0,0,0,.7);
}

.image_preloader {
	width: 300px;
	height: 1px;
	margin-top: 1px;
}

.footer_mail_form {
	display: inline-block;
	width: 70%;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding-left: 0;
	border-style: none none solid;
	border-bottom-width: 1px;
	border-bottom-color: #c7a580;
	background-color: #888586;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	cursor: text;
}

.text_narocite_se {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

.footer_poslji-gumb {
	height: 41px;
	border: 1px none #c7a580;
	background-color: #888586;
	font-family: 'Titillium Web',sans-serif;
	color: #e4c595;
}

.footer_poslji-gumb:hover {
	background-color: #e4c595;
	color: #fff;
}

.div_posegi_osnova {
	height: 60vh;
	margin: 20px;
	padding: 20px;
	border-bottom: 1px none rgba(0,0,0,.2);
	background-color: hsla(67,17%,91%,.3);
}

/* TODO */
.div_posegi_osnova.div_obraz {
	background-image: url(/wp-content/themes/helios/resources/posegi_obraz_1600px.jpg);
	background-position: 0 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 4px 4px 3px 0 rgba(0,0,0,.2);
}

/* TODO */
.div_posegi_osnova.div-dojke {
	background-image: url(/wp-content/themes/helios/resources/posegi_dojke_1600px.jpg);
	background-position: 0 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 4px 4px 3px 0 rgba(0,0,0,.2);
}

/* TODO */
.div_posegi_osnova.div-telo {
	background-image: url(/wp-content/themes/helios/resources/posegi_telo_1600px.jpg);
	background-position: 0 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 4px 4px 3px 0 rgba(0,0,0,.2);
}

/* TODO */
.div_posegi_osnova.div-koza {
	background-image: url(/wp-content/themes/helios/resources/posegi_koza_1600px.jpg);
	background-position: 0 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 4px 4px 3px 0 rgba(0,0,0,.2);
}

/* TODO */
.div_posegi_osnova.div-moski {
	background-image: url(/wp-content/themes/helios/resources/posegi_moski_1600px.jpg);
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 4px 4px 3px 0 rgba(0,0,0,.2);
}

/* TODO */
.div_posegi_osnova.div-kombinacije {
	background-image: url(/wp-content/themes/helios/resources/posegi_kombinacije_1600px.jpg);
	background-position: 0 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 4px 4px 3px 0 rgba(0,0,0,.2);
}

.posegi-menu {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	margin-left: 10px;
	padding-top: 25px;
}

.posegi-menu-child {
	display: block;
	padding-left: 10px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.posegi-menu-child.gold {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.posegi-menu-text {
	display: block;
	float: left;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px none rgba(0,0,0,.2);
	font-family: 'Titillium Web',sans-serif;
	color: rgba(0,0,0,.6);
	font-size: 14px;
	font-weight: 400;
}

.posegi-menu-text:hover {
	font-weight: 600;
}

.posegi-menu-text.bold-gold {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 6px;
	float: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom-style: none;
	color: #c7a580;
	font-size: 15px;
}

.posegi-menu-text.bold-gold:hover {
	font-weight: 400;
}

.drop-down-icon {
	position: static;
	display: inline;
	margin-left: 5px;
	float: none;
	clear: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	color: #c7a580;
	font-size: 20px;
}

.drop-down-icon.izberi-poseg {
	margin-top: 2px;
}

.drop-down-link {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	font-family: 'Titillium Web',sans-serif;
	color: #c7a580;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.drop-down-link:hover {
	font-weight: 600;
}

.drop-down-link.w--current {
	color: #888586;
}

.drop-down-toogle {
	position: static;
	display: block;
	padding: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px none rgba(0,0,0,.2);
	cursor: pointer;
}

.drop-down-toogle.w--open {
	position: static;
	left: 0;
	top: 0;
	bottom: 0;
}

.drop-down-menu-posegi.w--open {
	background-color: #fff;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
}

.drop-down-menu-posegi.kombinacije {
	right: 20px;
}

.logo-preloader {
	width: 25%;
}

.div-crtica-posegi {
	width: 15%;
	border-bottom-width: 1px;
	border-bottom-color: #888586;
	color: #e4c595;
}

.naslov_posegi_glavni {
	margin-top: 40px;
	margin-bottom: 30px;
	color: #c7a580;
	font-size: 80px;
	line-height: 76px;
	font-weight: 200;
}

.drop-down-posegi {
	z-index: 1;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: transparent;
}

.izberi-poseg-text {
	display: inline;
	overflow: hidden;
	width: auto;
	margin-right: 10px;
	float: none;
	border-bottom: 1px none #c7a580;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 17px;
	font-weight: 300;
}

.izberi-poseg-text:hover {
	color: #c7a580;
	font-weight: 400;
}

.drop-down-div-posegi.w--open {
	width: 600px;
	padding: 20px;
	border-radius: 0;
	background-color: rgba(0,0,0,.7);
	box-shadow: 8px 8px 8px 0 rgba(0,0,0,.4);
}

.link-drop-down-div {
	position: static;
	display: block;
	padding: 2px 20px 0 5px;
	clear: none;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.link-drop-down-div:hover {
	padding-right: 20px;
	-webkit-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
	transform: translate(0px,0px);
	color: #e4c595;
	font-size: 14px;
	font-weight: 600;
}

.poseg_dropdown_opis {
	display: block;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: 'Titillium Web',sans-serif;
	color: #c8c0b4;
	font-size: 10px;
	line-height: 12px;
}

.poseg_dropdown_opis:hover {
	color: #c8c0b4;
}

.div-posamicni-poseg-podstran-osnova {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.na-kratko-bullet {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Titillium Web',sans-serif;
	color: rgba(0,0,0,.6);
	font-size: 15px;
	list-style-type: disc;
}

.div_posamicni-posegi-na-kratko {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #c7a580;
	background-color: transparent;
}

.div-vprasanje {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-top: 0 none rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.crtica-gold {
	width: 10%;
	border-bottom-color: #c7a580;
}

/* TODO */
.div-posamicni-poseg-zgoraj-slika-osnova {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60vh;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(/wp-content/themes/helios/resources/posegi_telo_1600px.jpg);
	background-position: 0 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.div-posamicni-posegi-opis {
	width: 40%;
	padding: 20px 0 20px 40px;
}

.naslov-posamicnega-posega {
	font-size: 70px;
	font-weight: 200;
	text-transform: uppercase;
}

.podnaslov-posamicnega-posega {
	font-size: 30px;
	line-height: 30px;
	font-weight: 200;
}

.text-kratek-opis-posamicnega-poglavja {
	font-family: 'Titillium Web',sans-serif;
	color: rgba(0,0,0,.6);
}

.crtica-white {
	width: 30%;
	border-bottom-width: 2px;
	border-bottom-color: #fff;
}

.div-posamicni-poseg-osnova {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: hsla(67,17%,91%,.3);
}

.overflow-hidden {
	overflow: hidden;
	background-color: transparent;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.main-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-color: #8ac2ca;
	box-shadow: 0 -2px 6px 0 #888586;
}

.page .main-wrapper {
	position: fixed;
}

.main-wrapper-image-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.o-kliniki-hiddenpage {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: block;
	overflow: auto;
	width: 100%;
	height: 100vh;
	padding: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-transform: translate(-200%,0px);
	-ms-transform: translate(-200%,0px);
	transform: translate(-200%,0px);
}

/* TODO */
.o-kliniki-image-peter-in-andrej {
	position: static;
	left: 60px;
	top: 80px;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	width: 100%;
	height: 70%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url(/wp-content/themes/helios/resources/nasa_vizija_900px.jpg);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.close-button-o-klinik {
	position: static;
	left: 80px;
	top: 20px;
	z-index: 11;
	display: block;
	overflow: visible;
	margin-bottom: 20px;
	margin-left: 100%;
	float: none;
	-webkit-transform: translate(-40px,0px);
	-ms-transform: translate(-40px,0px);
	transform: translate(-40px,0px);
	text-align: left;
	cursor: pointer;
}

.close-button-o-klinik:hover {
	-webkit-transform: translate(-40px,0px);
	-ms-transform: translate(-40px,0px);
	transform: translate(-40px,0px);
}

.mediji-hidden-page {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	overflow: auto;
	width: 100%;
	min-height: 100vh;
	padding: 60px;
	background-color: #fff;
	-webkit-transform: translate(0px,100%);
	-ms-transform: translate(0px,100%);
	transform: translate(0px,100%);
}

.mediji-close-button {
	position: static;
	margin-top: 0;
	margin-left: 100%;
	-webkit-transform: translate(-40px,0px);
	-ms-transform: translate(-40px,0px);
	transform: translate(-40px,0px);
}

.objava-holder-vrstica {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	margin-bottom: 40px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.link-menu-kontakti-hitri {
	margin-top: 5px;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
}

.link-menu-kontakti-hitri:hover {
	font-weight: 600;
}

.hitri-kontakti-text {
	border-bottom: 1px solid #c7a580;
	font-family: 'Titillium Web',sans-serif;
	color: #c7a580;
	text-transform: uppercase;
}

.div-menu-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin-top: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.eposvet-hidden-page {
	position: absolute;
	z-index: 40;
	display: block;
	overflow: auto;
	width: 100%;
	height: 100vh;
	padding: 60px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-transform: translate(100%,0px);
	-ms-transform: translate(100%,0px);
	transform: translate(100%,0px);
}

.close-button-eposvet {
	position: static;
	left: 0;
	top: 0;
	margin-top: -40px;
	margin-left: 100%;
	-webkit-transform: translate(-40px,0px);
	-ms-transform: translate(-40px,0px);
	transform: translate(-40px,0px);
}

.text-eposvet {
	display: inline-block;
	margin-top: 15px;
	float: left;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 17px;
	line-height: 21px;
	font-weight: 300;
}

.form-wraper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 78%;
	margin-top: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.text-form {
	margin-top: 40px;
	margin-right: 15px;
	margin-left: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 32px;
	font-weight: 300;
}

.field-form {
	margin-top: 10px;
	border-style: none none solid;
	border-bottom-width: 1px;
	border-bottom-color: #c7a580;
	background-color: hsla(0,0%,100%,.54);
	font-family: 'Titillium Web',sans-serif;
	color: #c7a580;
	font-size: 14px;
	font-weight: 300;
}

.gumb-po-lji {
	margin-top: 20px;
	background-color: #c7a580;
	font-family: 'Titillium Web',sans-serif;
}

.naslov-eposvet {
	font-size: 68px;
	font-weight: 200;
}

/* TODO */
.image-holder-hidden-page {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(270deg,hsla(0,0%,100%,.85),hsla(0,0%,100%,.85)),url(/wp-content/themes/helios/resources/eposvet_ozadje.jpg);
	background-image: linear-gradient(180deg,hsla(0,0%,100%,.85),hsla(0,0%,100%,.85)),url(/wp-content/themes/helios/resources/eposvet_ozadje.jpg);
	background-position: 0 0px,0 0;
	background-size: auto,cover;
	background-repeat: repeat,no-repeat;
}

.success-message {
	background-color: #c7a580;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.div_link-o-kliniki {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	height: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	-webkit-transform: rotate(90deg) translate(-50%,50px) translate(80px,0px);
	-ms-transform: rotate(90deg) translate(-50%,50px) translate(80px,0px);
	transform: rotate(90deg) translate(-50%,50px) translate(80px,0px);
	cursor: default;
}

.div_link-o-kliniki:hover {
	background-color: transparent;
}

.link-main-page {
	width: 100%;
	margin-top: 5px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}

.link-main-page:hover {
	color: #8ac2ca;
}

.div_link-o-medijih {
	position: absolute;
	left: 50%;
	bottom: 1px;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	height: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(-50%,0px);
	-ms-transform: translate(-50%,0px);
	transform: translate(-50%,0px);
}

.div_link_eposvet {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	height: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(-90deg) translate(0px,50px);
	-ms-transform: rotate(-90deg) translate(0px,50px);
	transform: rotate(-90deg) translate(0px,50px);
}

.div_link_kirurgi {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	height: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(-80px,0px);
	-ms-transform: translate(-80px,0px);
	transform: translate(-80px,0px);
}

.arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.names-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	margin-right: 0;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.peter_zorman_hiddenpage {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 70;
	display: none;
	overflow: visible;
	width: 100%;
	min-height: 100vh;
	padding: 40px 80px 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: transparent;
	background-image: url(/data/video/hero_helios_refinish_blur_more.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.close-button-peter {
	display: none;
	margin-left: 100%;
	-webkit-transform: translate(-40px,0px);
	-ms-transform: translate(-40px,0px);
	transform: translate(-40px,0px);
}

._2stolpca_parent {
	position: static;
	left: 80px;
	top: 80px;
	right: 80px;
	bottom: 80px;
	display: none;
	margin-top: 20px;
	padding: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 20px;
	background-color: #fff;
}

.div-text-polovica {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.kirurg-ime {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 80px;
	line-height: 68px;
	font-weight: 200;
}

.kirurg-ime.andrejrezmik {
	height: auto;
	line-height: 80px;
}

.crtiva-ime-kirurga {
	width: 50%;
	margin-bottom: 5px;
}

.naziv-kirurga {
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 20px;
	font-weight: 200;
	text-transform: none;
}

.naziv-kirurga.andrejspecializacija {
	margin-top: 10px;
}

.text-o-kirurgu {
	margin-top: 40px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
}

.text-o-kirurgu.nastevanje {
	margin-top: 5px;
	font-size: 13px;
	line-height: 25px;
}

.izobrazevanja {
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: 'Titillium Web',sans-serif;
	color: #c7a580;
	font-size: 20px;
	font-weight: 200;
}

.andrej-repez-hidden-page {
	position: absolute;
	z-index: 80;
	overflow: auto;
	width: 100%;
	height: 100vh;
	padding: 60px;
	background-color: #fff;
	-webkit-transform: translate(0px,-100%);
	-ms-transform: translate(0px,-100%);
	transform: translate(0px,-100%);
}

.close-button-andrej {
	margin-left: 100%;
	-webkit-transform: translate(-40px,0px);
	-ms-transform: translate(-40px,0px);
	transform: translate(-40px,0px);
}

.kratek-opis-clanka {
	display: block;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border-top: 1px solid #c7a580;
	border-bottom: 1px solid #c7a580;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}

.napis-kratek-povzetek {
	margin-right: 20px;
	margin-left: 20px;
	font-family: 'Titillium Web',sans-serif;
	color: #c7a580;
	font-size: 15px;
	font-weight: 600;
}

.gumb-preberi-clanek {
	width: 50%;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px 10px;
	background-color: hsla(31,39%,64%,.8);
	font-family: 'Titillium Web',sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.gumb-preberi-clanek:hover {
	background-color: #c7a580;
}

.o-kliniki-main-holder-scroll {
	overflow: visible;
	width: 100%;
	height: 100%;
}

.div_text-o-kliniki {
	height: auto;
	margin-bottom: 20px;
	padding: 40px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

/* TODO */
.div_klinika-image-photo {
	width: 100%;
	height: 70%;
	background-image: url(/wp-content/themes/helios/resources/poslovni-center-mirje_b1-900px.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.povdarki-o-kliniki {
	border-bottom: 1px none #000;
	color: #c7a580;
	font-size: 21px;
}

.text-o-kliniki {
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-weight: 300;
}

.div_kolaz-slik-klinike {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40%;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.div_kolaz_klinike_3 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* TODO */
.div_kolaz_klinike_3.kolaz_slika_1 {
	background-image: url(/wp-content/themes/helios/resources/soba1.jpg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

/* TODO */
.div_kolaz_klinike_3.kolaz_slika_2 {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(/wp-content/themes/helios/resources/operacijska1-1.jpg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

/* TODO */
.div_kolaz_klinike_3.kolaz_slika_3 {
	background-image: url(/wp-content/themes/helios/resources/op-mala1-2.jpg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.div-lokacija-maps {
	width: 100%;
	height: 70%;
}

.map {
	width: 100%;
	height: 100%;
}

/* TODO */
.div-slika-cez-polovico {
	margin-right: 40px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url(/wp-content/themes/helios/resources/peter_zorman_1000px_v2.jpg);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

/* TODO */
.div-slika-cez-polovico.andrej-repez {
	background-image: url(/wp-content/themes/helios/resources/andrez-repez_1000px_v2.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

.div-menu-za-paciente {
	position: fixed;
	left: 220px;
	top: 0;
	right: 0;
	z-index: 30;
	background-color: hsla(0,0%,100%,.8);
}

.za-paciente-menu-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.za-paciente-menu-text-link {
	display: inline;
	float: left;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-weight: 400;
}

.za-paciente-menu-text-link:hover {
	color: rgba(0,0,0,.5);
	font-weight: 600;
}

.link-za-paciente-menu {
	font-family: 'Titillium Web',sans-serif;
	color: rgba(0,0,0,.6);
	font-size: 14px;
}

.link-za-paciente-menu:hover {
	font-size: 14px;
}

.link-za-paciente-menu.w--current {
	color: #e4c595;
	font-size: 14px;
}

.cenik-poseg {
	max-width: 300px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cenik-cena {
	max-width: 150px;
	padding-left: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cenik-poseg-item {
	margin-top: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c7a580;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 18px;
	font-weight: 400;
}

.cenik-cena-item {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 0;
	border-bottom: 1px solid #c7a580;
	font-family: 'Titillium Web',sans-serif;
	color: rgba(0,0,0,.6);
	font-size: 16px;
	text-align: right;
}

.poseg-lite-text-wrap {
	font-weight: 200;
}

.div-cenik {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	min-height: 100vh;
	margin: 40px 0 0;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.div-cenik-small-print {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-left: 20px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.text-cenik-smallprint {
	margin-top: 40px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}

.div-normal-holder-vertical-100vh {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	margin-right: 20px;
	margin-left: 20px;
	padding: 80px 20px 20px;
	background-color: hsla(67,17%,91%,.3);
}

.div-uporabne-2-stolpca {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.div-uporabne-2-stolpca.leva {
	overflow: scroll;
	margin-left: 20px;
	padding-right: 60px;
	border-right: 1px none rgba(0,0,0,.2);
}

/* TODO */
.div-uporabne-2-stolpca.desna {
	position: static;
	overflow: visible;
	background-image: url(/wp-content/themes/helios/resources/uporabne_informacije_zorman_repez.jpg);
	background-position: -123px 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.div-vprasanja-bralcev {
	margin-top: 80px;
	padding: 20px;
}

/* TODO */
.div-vprasanja-bralcev-hero {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50vh;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(/wp-content/themes/helios/resources/zorman_repez_dojke.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.div-vprasnja-parent {
	display: block;
	overflow: auto;
	padding: 20px;
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.naslov-vprasanja-hero {
	padding-left: 20px;
	color: #fff;
	font-size: 66px;
	font-weight: 200;
}

.div-posamicno-vprasanje {
	min-height: 10vh;
	margin-bottom: 30px;
	padding-right: 20px;
}

.link-preberi-vec {
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px none rgba(0,0,0,.2);
	font-family: 'Titillium Web',sans-serif;
	font-size: 12px;
}

.div-odgovor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: hsla(67,17%,91%,.3);
}

/* TODO */
.div-odgovor-slika {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: -webkit-linear-gradient(270deg,hsla(67,17%,91%,.3),hsla(67,17%,91%,.3)),url(/wp-content/themes/helios/resources/zorman_repez_dojke_blur.jpg);
	background-image: linear-gradient(180deg,hsla(67,17%,91%,.3),hsla(67,17%,91%,.3)),url(/wp-content/themes/helios/resources/zorman_repez_dojke_blur.jpg);
	background-position: 0 0px,50% 50%;
	background-size: auto,cover;
	background-repeat: repeat,no-repeat;
}

.text-vprasanje-stran-odgovor {
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

.naslov-odgovor {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	font-weight: 200;
	text-transform: uppercase;
}

.naslov-odgovor.pomanjsan-odgovor-45 {
	font-size: 45px;
	line-height: 47px;
}

.div-crtica-gold-odgovor {
	width: 60%;
	margin-top: 10px;
	margin-bottom: 30px;
}

.div-crtica-gold-odgovor._30per {
	width: 30%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.div-odgovor-desna {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	padding: 20px 20px 20px 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.div-main-odgovor-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.div-crtica-gold-odgovor-nazaj {
	width: 30%;
	margin-top: 30px;
}

.link-nazaj-dojke {
	font-family: 'Titillium Web',sans-serif;
}

.div-odgovor-slika-bottom-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.naslov-povezani-procesi {
	margin-bottom: 0;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

.link-povezani-procesi {
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 13px;
}

.top {
	margin-bottom: 10px;
}

.bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.div-za-pacente-iz-tujine {
	margin-top: 80px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 20px;
	background-color: hsla(67,17%,91%,.3);
}

/* TODO */
.div-za-paciente-iz-tujine-slika-hero {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(/wp-content/themes/helios/resources/zorman-repez_mesto.jpg);
	background-position: 100% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.naslov-za-paciente-iz-tujine {
	margin-top: 7%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}

.div-za-paciente-iz-tujine-text {
	padding: 40px 20px 20px;
}

.div-posamicni-odgovor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.rich-text-normal {
	display: block;
	padding: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	text-transform: none;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.main-page-image-slider {
	position: static;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-shadow: none;
}

.dots-slider {
	font-size: 9px;
}

/* TODO */
.hero_slide_3_link {
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/helios/resources/hero_3dsimulacija_zorman_repez.jpg);
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* TODO */
.hero_slide_2_link {
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/helios/resources/hero_objave_zorman_repez.jpg);
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_slide_1_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-image: url(/data/video/hero_helios_refinish_test.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: none;
	cursor: pointer;
}

.medij_obj_1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 50%;
	margin: 20px;
	padding: 10px 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: -webkit-grab;
}

.medij_obj_1_overlay {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: rgba(0,0,0,.7);
	box-shadow: 4px 4px 5px 0 rgba(0,0,0,.4);
}

.div-holder-medij-objava-in-datum {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.text_medij-in-datum {
	margin-bottom: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

/* TODO */
.medij_obj_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 50%;
	margin: 20px;
	padding: 10px 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url(/wp-content/themes/helios/resources/manj_je_vec-zmanjsanje-dojk.jpg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: -webkit-grab;
}

.medij_obj_2_overlay {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: rgba(0,0,0,.7);
	box-shadow: 4px 4px 5px 0 rgba(0,0,0,.4);
}

/* TODO */
.medij_obj_3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 50%;
	margin: 20px;
	padding: 10px 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url(/wp-content/themes/helios/resources/izbira-prsnih-vsadkov.jpg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.medij_obj_3_overlay {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: rgba(0,0,0,.7);
	box-shadow: 4px 4px 5px 0 rgba(0,0,0,.4);
}

/* TODO */
.medij_obj_4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 50%;
	margin: 20px;
	padding: 10px 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url(/wp-content/themes/helios/resources/resnice-in-zmote.jpg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.medij_obj_4_overlay {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: rgba(0,0,0,.7);
	box-shadow: 4px 4px 5px 0 rgba(0,0,0,.4);
}

.menu-hidden-div_o_nas {
	position: static;
	left: 115px;
	display: none;
	height: 1px;
	margin-left: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border-left: 1px solid hsla(31,39%,64%,.4);
	background-color: #fff;
	opacity: 0;
}

.menu-content-hidden-text {
	display: block;
	padding-top: 1px;
	padding-left: 6px;
	opacity: 1;
	font-family: 'Titillium Web',sans-serif;
	color: #c7a580;
	font-size: 10px;
	font-weight: 300;
}

.menu-content-hidden-text:hover {
	color: #888586;
}

.menu-content-hidden-text.w--current {
	padding-left: 6px;
}

.menu-hidden-div_za_paciente {
	position: static;
	left: 115px;
	display: none;
	height: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border-left: 1px solid hsla(31,39%,64%,.4);
	background-color: #fff;
	opacity: 0;
}

.div-menu-o-nas {
	position: fixed;
	left: 220px;
	top: 0;
	right: 0;
	z-index: 40;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	padding-left: 20px;
	background-color: hsla(0,0%,100%,.8);
}

.posegi-menu-space-holder {
	width: 50px;
}

.div-o-nas-space-holder {
	width: 40px;
}

/* TODO */
.div-normal-holder-horizontal-100vh {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	margin-right: 20px;
	margin-left: 20px;
	padding: 80px 60px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: hsla(67,17%,91%,.3);
	background-image: url(/wp-content/themes/helios/resources/zorman_repez_skupaj_stoli_2000px.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

.div-text-holder {
	background-color: hsla(0,0%,100%,.9);
}

.andrej-repez-div-parent {
	height: 100vh;
	margin-right: 20px;
	margin-left: 20px;
	padding: 80px 20px 0;
}

.peter-zorman-div-parent {
	height: 100vh;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 80px;
	padding-right: 20px;
	padding-left: 20px;
}

.o-kliniki-div-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 80px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* TODO */
.intro-page-parent {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: hsla(67,17%,91%,.3);
	background-image: -webkit-linear-gradient(270deg,hsla(67,17%,91%,.7),hsla(67,17%,91%,.7)),url(/wp-content/themes/helios/resources/zorman_repez_intro_blur.jpg);
	background-image: linear-gradient(180deg,hsla(67,17%,91%,.7),hsla(67,17%,91%,.7)),url(/wp-content/themes/helios/resources/zorman_repez_intro_blur.jpg);
	background-position: 0 0px,50% 50%;
	background-size: auto,cover;
}

.intro-page-div-language-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 900px;
	margin-top: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.language-div-spodaj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.language-div-button {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.language-text {
	margin-top: 5px;
	font-family: 'Titillium Web',sans-serif;
	font-weight: 600;
}

.language-text:hover {
	color: #5d5b65;
}

.izberi-text {
	border-bottom: 1px solid rgba(0,0,0,.2);
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}

.logo-intro-page {
	width: 60%;
	max-width: 500px;
}

.menu-text-eposvet {
	margin-top: 5px;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 11px;
	line-height: 16px;
}

.zr-logo-preloader {
	width: 30%;
	max-width: 350px;
}

.div-novice-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 30vh;
	margin: 20px;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: hsla(67,17%,91%,.3);
}

.div_news_dogodek_parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 30vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.div_news_objava_parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.light-box-news {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.div-news_dogodek_galerija-slik {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.clanek-manj-je-vec-hidden {
	display: block;
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 13px;
}

.gumb-celoten-clanek {
	width: 30%;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #c7a580;
	background-color: #c8c0b4;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.gumb-novice-nazaj {
	background-color: #c7a580;
	font-family: 'Titillium Web',sans-serif;
}

.gumb-novice-nazaj:hover {
	background-color: #888586;
	box-shadow: none;
}

.map-kontakti {
	position: fixed;
	left: 220px;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	height: 100vh;
	background-color: #fff;
}

.div-cez-mapo {
	position: fixed;
	left: 220px;
	top: 0;
	right: 0;
	z-index: 6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 400px;
	margin-top: 20px;
	margin-right: 80px;
	margin-left: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: transparent;
}

.div-kontakti {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: transparent;
}

.div-kontakti-desna {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	background-color: transparent;
}

.div-child-kontakti-holder {
	position: static;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: hsla(0,0%,100%,.9);
}

.close-kontakti {
	margin-bottom: 20px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 20px;
	background-color: #fff;
}

._3d-simulacija-bkg-video {
	position: fixed;
	left: 220px;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	height: 100vh;
}

.div_3d_simulacija_holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	margin: 20px;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: hsla(67,17%,91%,.3);
}

.dv_bkg_video {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bkg_video {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-height: 80vh;
}

.div-ekipa-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ekipa-zgoraj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ekipa-spodaj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ekipa-child-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.icon-pucica {
	opacity: .5;
	-webkit-transform: translate(0px,27px);
	-ms-transform: translate(0px,27px);
	transform: translate(0px,27px);
}

.div-jeziki-menu-izbira {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.div-jezik {
	margin-top: 5px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.div-jezik:hover {
	border-bottom: 3px none #888586;
}

.link-jezik {
	font-family: 'Titillium Web',sans-serif;
	color: #888586;
	font-size: 15px;
	font-weight: 400;
}

.link-jezik:hover {
	font-weight: 700;
}

.medij_objava_holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 50%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.div-v-medijih-parent {
	min-height: 100vh;
	margin: 60px 20px 20px;
	background-color: hsla(67,17%,91%,.3);
}

.div-mobile-holder-symbol {
	display: block;
}

.rich-text-cenik {
	font-family: 'Titillium Web',sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}

.cenik-item-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 2px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border-bottom: 1px solid #c7a580;
}

.cenik-item-holder:hover {
	border-bottom-width: 1px;
	background-color: rgba(0,0,0,.05);
}

.ime-posega {
	font-family: 'Titillium Web',sans-serif;
	color: rgba(0,0,0,.5);
	font-size: 14px;
}

.cena-posega {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	font-family: 'Titillium Web',sans-serif;
	color: rgba(0,0,0,.6);
	font-size: 16px;
	font-weight: 600;
}

.hero-main-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.logo-hero {
	width: 30%;
	max-width: 550px;
	margin-bottom: 15%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.intro-text {
	display: none;
	width: 50%;
	margin-bottom: 100px;
	padding: 20px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	border-top: 2px none #8ac2ca;
	border-bottom: 2px none rgba(0,0,0,.7);
	border-radius: 0;
	background-color: transparent;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	font-weight: 400;
	text-align: center;
}

.intro-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 100vh;
}

.div-cez-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.preloader-div-intro {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	background-color: #8ac2ca;
	background-image: url(/data/video/hero_helios_refinish_preloader.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
}

.div-brand-top {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.div-brand-slika-spodaj {
	display: none;
	margin-bottom: 200px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.freez-page {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
	background-image: url(/data/video/hero_helios_refinish_blur_more_brez.jpg);
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: 0;
}

.menu-main {
	position: fixed;
	left: 50%;
	top: 0;
	right: 0;
	z-index: 7000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	width: auto;
	height: 50px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: rgba(0,0,0,1);
	-webkit-transform: translate(-50%,0px);
	-ms-transform: translate(-50%,0px);
	transform: translate(-50%,0px);
}

.menu-link-text {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: 'Titillium Web',sans-serif;
	color: #8ac2ca;
	text-transform: uppercase;
}

.menu-link-block.w--current .menu-link-text,
.menu-link-text:hover {
	color: #fff;
	font-weight: 700;
}

.menu-link-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.page .content {
	min-height: calc(100vh - 200px);
	position: relative;
	margin-left: 100px;
	margin-top: 200px;
	margin-right: 100px;
	bottom: 0;
	z-index: 200;
	display: block;
	overflow: visible;
	padding: 40px;
	border-style: none;
	border-width: 1px;
	border-color: rgba(138,194,202,.5);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: rgba(0,0,0,.7);
	box-shadow: inset 0 13px 18px 11px rgba(0,0,0,.4);
	-webkit-transform: translate(0px,100%);
	-ms-transform: translate(0px,100%);
	transform: translateX(0px) translateY(0px) translateZ(0px);
	transition: transform 1000ms ease 0s, opacity 1000ms ease 0s;
	opacity: 1;
}

.training-program {
	position: fixed;
	left: 100px;
	top: 200px;
	right: 100px;
	bottom: 0;
	z-index: 200;
	display: none;
	overflow: scroll;
	padding: 40px 40px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-style: none;
	border-width: 1px;
	border-color: rgba(138,194,202,.5);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: rgba(0,0,0,.7);
	box-shadow: inset 0 13px 18px 11px rgba(0,0,0,.4);
	opacity: 0;
	-webkit-transform: translate(0px,100%);
	-ms-transform: translate(0px,100%);
	transform: translate(0px,100%);
}

.brand-page-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.brand-child-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.brand-text {
	margin-top: 29px;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.logo-smart {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.logo-gravihel {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-brand {
	margin-top: 100px;
}

.tab-gumbi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gumb-tab {
	min-width: 16%;
	padding-right: 10px;
	padding-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(138,194,202,.3);
	background-color: hsla(0,0%,100%,.2);
}

.gumb-tab:hover {
	background-color: hsla(0,0%,100%,.7);
}

.gumb-tab.w--current {
	min-width: 20%;
	border-style: solid;
	border-width: 1px;
	border-color: hsla(67,17%,91%,.3);
	background-color: rgba(138,194,202,.7);
	font-family: 'Titillium Web',sans-serif;
}

.re_normal_text_2stolpca {
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-rule-style: none;
	-moz-column-rule-style: none;
	column-rule-style: none;
	-webkit-column-rule-width: 1px;
	-moz-column-rule-width: 1px;
	column-rule-width: 1px;
}

.spacer {
	height: 10vh;
}

.programi-rich-text {
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
}

.about-helios {
	position: fixed;
	left: 100px;
	top: 200px;
	right: 100px;
	bottom: 0;
	z-index: 300;
	display: none;
	padding-right: 0px;
	padding-left: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,.7),rgba(0,0,0,.7));
	background-image: linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.7));
	opacity: 0;
	-webkit-transform: translate(0px,100%);
	-ms-transform: translate(0px,100%);
	transform: translate(0px,100%);
}

.re_normal-text {
	max-width: 60%;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-weight: 600;
	text-align: justify;
}

.page .re_normal-text {
	margin: 0 auto;
}

.link-refinish {
	color: #8ac2ca;
	text-transform: uppercase;
}

.our-brands {
	position: fixed;
	left: 100px;
	top: 200px;
	right: 100px;
	bottom: 0;
	z-index: 400;
	display: none;
	overflow: scroll;
	padding: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	-webkit-transform: translate(0px,100%);
	-ms-transform: translate(0px,100%);
	transform: translate(0px,100%);
}

.brands-top-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.brands-bottom-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 100px;
}

.brand-child {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.brand-child.left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.re_text-12pt {
	margin-top: 30px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}

.logo-brands {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: rgba(18,91,102,.8);
	background-position: 50% 50%;
	background-size: auto auto;
	background-repeat: no-repeat;
}

.page .logo-brands {
	background-size: auto 80%;
}

.logo-brands.mobihel {
	background-image: url(/data/images/mobihel_bel.svg);
}

.logo-brands.smart {
	background-image: url(/data/images/smart_bel.svg);
	background-position: 50% 50%;
	background-size: auto 80%;
}

.logo-brands.gravihel {
	background-image: url(/data/images/gravihel_bel.svg);
	background-position: 50% 50%;
	background-size: auto 80%;
}

.logo-brands.colomix {
	height: 50px;
	background-image: url(/data/images/colormix_bel.svg);
	background-position: 50% 50%;
	background-size: 80% 80%;
}

.logo-brands.cromind {
	height: 50px;
	background-image: url(/data/images/chromind_bel.svg);
	background-position: 50% 50%;
	background-size: 80% 80%;
}

.justwyn {
	position: fixed;
	left: 100px;
	top: 200px;
	right: 100px;
	bottom: 0;
	z-index: 500;
	display: none;
	overflow: scroll;
	padding: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	-webkit-transform: translate(0px,100%);
	-ms-transform: translate(0px,100%);
	transform: translate(0px,100%);
}

/* TODO */
.justwyn-hero {
	height: 50vh;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image: url(/wp-content/themes/helios/resources/mobihel-justwyn.jpg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.justwyn-main-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.logo_justwyn {
	width: 40%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.justwyn_5holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 20vh;
	margin-top: 50px;
}

.just_child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.step {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url(/data/images/justwyn/1_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.step.s1 {
	cursor: pointer;
}

.step.s2 {
	background-image: url(/data/images/justwyn/2_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.step.s3 {
	background-image: url(/data/images/justwyn/3_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.step.s4 {
	background-image: url(/data/images/justwyn/4_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.step.s5 {
	background-image: url(/data/images/justwyn/5_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.step.s6 {
	background-image: url(/data/images/justwyn/6_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.step.s7 {
	background-image: url(/data/images/justwyn/7_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.step.s8 {
	background-image: url(/data/images/justwyn/8_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.step.s9 {
	background-image: url(/data/images/justwyn/9_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.step.s10 {
	background-image: url(/data/images/justwyn/10_460x260-1.jpg);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.reasons {
	font-family: 'Titillium Web',sans-serif;
	color: #8ac2ca;
	font-size: 20px;
	font-weight: 600;
}

.reason-text {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Titillium Web',sans-serif;
	color: #fff;
	font-size: 16px;
}

.justwyn-naslov {
	margin-top: 50px;
	margin-bottom: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 45px;
	text-align: center;
}

.podnaslov-justwyn {
	margin-bottom: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.justwyn-video-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
	background-color: rgba(0,0,0,.7);
}

.video-holder {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.logo-refinis-holder {
	/*	display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 61%;
        margin-bottom: 30px;
        margin-top: 10%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	/* display: flex; */
	width: 300px;
	margin-bottom: 30px;
	margin-top: 5%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: left;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	/* flex: 0 0 auto; */
	/* float: left; */
	margin-left: 19%;
}
.imgini-home {
	text-align: right;
	margin-top: 3%;
	width: 100%;
	color: #d3d3d3;
}
.imgini-home img{
	opacity:0.6;
	height: 40px;
	width: auto;
}

html.w-mod-js [data-ix="preloader"] {
	opacity: 1;
	height: 100vh;
}

html.w-mod-js [data-ix="on-clik-rotate"] {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

html.w-mod-js [data-ix="on-page-load-scale"] {
	opacity: 0;
	-webkit-transform: scale(0.55,1);
	-ms-transform: scale(0.55,1);
	transform: scale(0.55,1);
}

html.w-mod-js [data-ix="on-page-load-scale-wait"] {
	opacity: 0;
	-webkit-transform: scale(0.55,1);
	-ms-transform: scale(0.55,1);
	transform: scale(0.55,1);
}

html.w-mod-js [data-ix="preloader-logo"] {
	opacity: 0;
	-webkit-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
}


.modro-ozadje{
	background-color: #0c7b8b;
	padding: 20px;
	font-size: 16px;
}
