/* MAIN */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	overflow-x: hidden;
}
body {
	font-family: 'Raleway','Arial', sans-serif;
	color: #000;
	background: #fff;
	font-size: 15px;
	font-weight: 400;
}

body.modal-open {
	padding-right: 0 !important;
}
h1 {
	position: relative;
	margin: 10px 0 80px 0;
	color: #000;
	text-align: center;
	font-size: 34px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
h1:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	width: 200px;
	height: 1px;
	background: #b2b2b2;
}
h2 {
	position: relative;
	margin: 10px 0 55px 0;
	color: #000;
	text-align: left;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 140px;
	height: 1px;
	background: #b2b2b2;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
h4 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
h5 {
	font-size: 18px;
	color: #525252;
	font-weight: 300;
}
a, a:active, a:focus {
	text-decoration: none;
	color: #333;
}

a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
a:hover	{
	text-decoration: none;
	color: #144577;
}
.btn.btn-default {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #144577;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 10px 25px;
	-webkit-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-o-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
}
.btn.btn-default:hover {
	background: #18ba60;
	color: #fff;
}
.btn.btn-default:focus {
	background-color: #144577;
	color: #fff;
}
.error-404-wrapper {
	margin: 100px 0;
}
.error-404-wrapper .error-404 {
	text-align: center;
	font-size: 196px;
	color: #868688;
}
.error-404-wrapper .error-404-text .first {
	font-size: 50px;
	text-transform: uppercase;
	color: #212121;
	margin-top: 56px;
}
.error-404-wrapper .error-404-text .second {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #212121;
	margin: -15px 0 15px 0;
}
.error-404-wrapper .error-404-text .third {
	font-size: 18px;
	font-weight: 600;
	color: #807F7D;
}
.breadcrumb-wrapper {
	padding: 18px 0;
	background: #f9f9f9;
	margin-bottom: 30px;
}
.breadcrumb-wrapper .breadcrumb-title {
	font-size: 40px;
	font-weight: 600;
	margin-top: 5px;
	color: #222;
}
.breadcrumb-path {
	padding-top: 10px;
	font-size: 14px;
	color: #999999;
}
.breadcrumb-path a {
	color: #999999;
}
.breadcrumb-path i {
	margin: 0 5px;
}
.index-news-snippet h3 {
	font-size:20px;
	text-align:left;
}
.contact-wrapper {
	padding: 40px 0px;
}
.captcha-input {
	margin-top: 17px;
}
.has-feedback label ~ .form-control-feedback {
	top: 34px;
}
.form-group.no-label .form-control-feedback {
	top: 8px;
}
.contact-information-wrapper .contact-row {
	margin-bottom:10px;
}
.contact-information-wrapper .contact-row i {
	margin-right:8px;
}
.contact-information-wrapper .social-link i {
	color:#555;
	border-color:#555;
}
#map {
	height:500px;
}
#map h3 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 15px;
}
#map p {
	margin-bottom: 4px;
}
.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.one-page-gallery .one-page-gallery-item {
	margin-bottom: 30px;
	position: relative;
}
.one-page-gallery .one-page-gallery-item .image-overlay {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.one-page-gallery .one-page-gallery-item .image-overlay:after {
	display: block;
	position: absolute;
	content: "\f00e";
	font-family: FontAwesome;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.one-page-gallery .one-page-gallery-item:hover .image-overlay {
	opacity: 1;
}
.one-page-video .video-thumb {
	margin-bottom: 30px;
	position: relative;
}
.one-page-video .video-thumb a:before {
	content: "\f16a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #D32322;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.one-page-video .video-thumb a:hover:before {
	color: rgba(211, 35, 34, 0.8);
}

.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.grid-item {
	margin-bottom:15px;
}
.fluid {
	margin:0px -5px;
}
#fluid-wrapper {
	visibility:hidden;
}
#fluid-wrapper.fluid .item {
	margin: 30px 0.0% 5px 0.0%;
	padding: 0px 15px;
}
#fluid-wrapper.fluid .item img
{
	display: block;
	width: 100%;
	height: auto !important;
	opacity:1;
}
.center-col-wrapper {
	padding: 0 0 30px 0;
}
.pomoc-i-osiguranje-wrapper {
	padding: 70px 0 10px 0;
}
.pomoc-i-osiguranje-wrapper .text {
	background: #144577;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	-ms-transition: background 0.2s;
	transition: background 0.2s;
	position: relative;
}
.pomoc-i-osiguranje-wrapper .text:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.pomoc-i-osiguranje-wrapper .one-item:hover .text {
	background: #18ba60;
}
.index-video {
	background-size: cover;
	padding: 10px 0 100px 0;
}
.index-video h2 {
	margin-top: 40px;
}
.index-video .text {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 25px;
}
.index-video .text p {
	margin-bottom: 20px;
}
.index-video .text p:last-child {
	margin-bottom: 0;
}
.index-osiguranja-list {
	padding: 70px 0 50px 0;
}
.index-osiguranja-list .panel-group .panel {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	border-top: 0;
	box-shadow: 0 -4px 0 #144577;
}
.index-osiguranja-list .panel-group .panel.osiguranjeImovine {
	box-shadow: 0 -4px 0 #004785;
}
.index-osiguranja-list .panel-group .panel.osiguranjeOdOdgovornosti {
	box-shadow: 0 -4px 0 #b998c7;
}
.index-osiguranja-list .panel-group .panel.osiguranjeMotornihVozila {
	box-shadow: 0 -4px 0 #57caf4;
}
.index-osiguranja-list .panel-group .panel.osiguranjeLica {
	box-shadow: 0 -4px 0 #0085fd;
}
.index-osiguranja-list .panel-group .panel.putnoOsiguranje {
	box-shadow: 0 -4px 0 #f8981d;
}
.index-osiguranja-list .panel-group .panel.osiguranjeRobeUTransportu {
	box-shadow: 0 -4px 0 #7ac142;
}
.index-osiguranja-list .panel-group .panel + .panel {
	margin-top: 30px;
}
.panel-default > .panel-heading {
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.panel-default > .panel-heading h4 {
	padding: 12px 20px;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	color: #535353;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}
.panel-default > .panel-heading h4:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0px;
	right: -1px;
	height: 0;
	background: #144577;
	z-index: -1;
	-webkit-transition: height 0.1s;
	-moz-transition: height 0.1s;
	-o-transition: height 0.1s;
	-ms-transition: height 0.1s;
	transition: height 0.1s;
}
.panel-default > .panel-heading h4:before {
	content: '\f107 ';
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.panel-default > .panel-heading:hover h4 {
	color: #fff;
}
.panel-default > .panel-heading:hover h4:after {
	height: calc(100% + 1px);
}
.panel-default.osiguranjeImovine > .panel-heading h4:after {
	background: #004785;
}
.panel-default.osiguranjeOdOdgovornosti > .panel-heading h4:after {
	background: #b998c7;
}
.panel-default.osiguranjeMotornihVozila > .panel-heading h4:after {
	background: #57caf4;
}
.panel-default.osiguranjeLica > .panel-heading h4:after {
	background: #0085fd;
}
.panel-default.putnoOsiguranje > .panel-heading h4:after {
	background: #f8981d;
}
.panel-default.osiguranjeRobeUTransportu > .panel-heading h4:after {
	background: #7ac142;
}
.panel-default > .panel-heading.active h4 {
	color: #fff;
}
.panel-default > .panel-heading.active h4:after {
	height: calc(100% + 1px);
}
.panel-default > .panel-heading.active h4:before {
	content: '\f106  ';
}
.panel-default .panel-body ul {
	padding: 0 0 0 10px;
	font-size: 16px;
	list-style: none;
}
.panel-default .panel-body li {
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.panel-default .panel-body li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 13px;
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	height: 4px;
	width: 4px;
	background: transparent;
	border-radius: 50%;
}
.panel-default .panel-body li:last-child {
	margin-bottom: 0;
}
.index-news-wrapper {
	padding: 0 0 40px 0;
}
.one-news {
	margin-bottom: 40px;
}
.one-news .text-wrapper {
	float: left;
	width: calc(100% - 78px);
}
.one-news .title {
	margin: 15px 0 13px 0;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.one-news .text {
	font-size: 15px;
    line-height: 20px;
    min-height: 80px;
}
.one-news .date {
	float: left;
	width: 60px;
	text-align: center;
	margin: 20px 18px 0 0;
}
.one-news .date .month {
	background: #144577;
	color: #fff;
	font-size: 14px;
	padding: 1px 0;
	font-weight: 400;
	text-transform: uppercase;
}
.one-news .date .day {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: -5px;
}
.one-news .date .year {
	border: 1px solid #e5e5e5;
	border-top: 0;
	font-size: 15px;
}
@keyframes scroll { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(80px); } }
@-webkit-keyframes scroll { 0% { opacity: 1; -webkit-transform: translateY(0px); } 100% { opacity: 0; -webkit-transform: translateY(80px); } }
@-moz-keyframes scroll { 0% { opacity: 1; -moz-transform: translateY(0px); } 100% { opacity: 0; -moz-transform: translateY(80px); } }
@-ms-keyframes scroll { 0% { opacity: 1; -ms-transform: translateY(0px); } 100% { opacity: 0; -ms-transform: translateY(80px); } }
#top-link {
	position: fixed;
	display: none;
	text-decoration: none;
	bottom: 20px;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	right: 20px;
	width: 45px;
	height: 80px;
	z-index: 999;
	text-indent: -9999px;
	background-size: 100%;
	border-radius: 50px;
	border: 2px dashed #144577;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 0;
	font-size: 0;
	background: #fff;
	-webkit-transition: background 0.3s ease, border 0.3s ease 0s;
	-moz-transition: background 0.3s ease, border 0.3s ease 0s;
	-ms-transition: background 0.3s ease, border 0.3s ease 0s;
	-o-transition: background 0.3s ease, border 0.3s ease 0s;
	transition: background 0.3s ease, border 0.3s ease 0s;
}
#top-link:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 17px;
	top: 8px;
	font-size: 0;
	overflow: hidden;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	background: #144577;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#top-link:after {
	content: "Na Vrh";
	display: table;
	position: absolute;
	text-indent: 0;
	font-size: 12px;
	width: 40px;
	height: 67px;
	top: -8px;
	right: 0;
	line-height: 20px;
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	font-weight: 900;
	color: #144577;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
#top-link:hover {
	background: #144577;
	border: 2px solid #fff;
}
#top-link:hover:before {
	background: #fff;
}
#top-link:hover:after {
	color: #fff;
}
#top-link:visited {
	color:#000;
}
.one-news .btn.btn-default {
	padding: 6px 12px;
	margin-top: 10px;
	font-size: 12px;
	text-transform: none;
	background: transparent;
	border: 1px solid #e5e5e5;
	color: #535353;
	float: right;
}
.one-news .btn.btn-default:hover {
	border-color: #144577;
	background: #144577;
	color: #fff;
}
.one-news .btn.btn-default i {
	margin-left: 5px;
}
.left-menu-list {
	list-style: none;
	padding: 0;
}
.left-menu-list li {
	margin: 0;
	padding: 0;
}
.left-menu-list li a {
	display: block;
	padding: 15px 10px 15px 25px;
	font-size: 15px;
	font-weight: 600;
	background: #F1F1F1;
	margin: 3px 0;
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
.left-menu-list li.active a {
	background: #144577;
	color: #fff;
}
.left-menu-list li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #144577;
	z-index: -1;
	opacity: 0;
	-webkit-transition: height 0.3s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: height 0.3s ease 0s, opacity 0.3s ease 0s;
	-ms-transition: height 0.3s ease 0s, opacity 0.3s ease 0s;
	-o-transition: height 0.3s ease 0s, opacity 0.3s ease 0s;
	transition: height 0.3s ease 0s, opacity 0.3s ease 0s;
}
.left-menu-list li a:hover:before {
	height: 100%;
	opacity: 1;
}
.left-menu-list li a:hover {
	color: #fff;
}
.form-control {
	border-radius: 0;
	border-color: #bbb;
	height: 37px;
}
.sendbtn {
	margin-right: 10px;
}
.icons-box {
	display: flex;
	background: #7AC142;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 22px 0 18px 0;
	margin-bottom: 30px;
	-webkit-transition: background 0.3s ease, color 0.3s ease 0s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0s;
	-o-transition: background 0.3s ease, color 0.3s ease 0s;
	transition: background 0.3s ease, color 0.3s ease 0s;
}
.icons-box.second {
	background: #00AEEF;
}
.icons-box:hover {
	background: #144577;
}
.icons-box .icon {
	width: 25%;
	text-align: center;
}
.icons-box .icon i {
	font-size: 35px;
}
.icons-box .text {
	width: 75%;
	padding-left: 30px;
	font-weight: 600;
	font-size: 18px;
	margin-top: -4px;
}
.icon-box-wrapper {
	margin-bottom: 50px;
}
.page-list {
	margin-top: 40px;
}
#Content ul, .page-list {
	list-style: none;
	padding: 0 0 0 20px;
}
#Content ul li, .page-list li {
	padding: 0 0 0 15px;
	position: relative;
	margin: 2px 0;
}
#Content ol li {
    margin: 2px 0;
}
.page-list li {
	margin: 4px 0;
}
#Content ul li:before, .page-list li:before {
	content: '\f105';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	font-family: "FontAwesome";
	font-size: 14px;
}
.prigovor {
	margin-top: 50px;
}
#Content h1 {
	line-height: 50px;
	margin-bottom: 60px;
}
#Content h4 {
	margin-bottom: 30px;
}
.one-news-date {
	margin-bottom: 10px;
}
.one-news-date i {
	margin-right: 8px;
}
.news-cover-image {
	float: right;
	max-width: 480px;
	margin: 0 0 15px 15px;
}
.one-link {
	margin-bottom: 30px;
}
.one-link img {
	margin: 0 auto;
}
.one-link .link-title {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.mreza-one-contact {
	margin-bottom: 30px;
	background: #f1f1f1;
	padding: 30px;
    min-height: 245px;
}
.mreza-one-contact .title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.mreza-one-contact .address, .mreza-one-contact .text, .mreza-one-contact .telephone {
	margin-bottom: 5px;
	font-size: 14px;
}
.mreza-one-contact .telephone, .mreza-one-contact .email {
	min-height: 22px;
	font-size: 14px;
}
.mreza-contacts-wrapper {
	margin-top: 40px;
}
.mreza-contacts-wrapper > .row {
    display: flex;
    flex-wrap: wrap;
}
.page-download {
	margin-bottom: 40px;
}
.download-categories-wrapper {
	margin-top: 50px;
}
.download-title {
	width: 100%;
	padding: 10px 15px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	background: #144577;
	color: #fff;
}
.download-title.osiguranjeImovine {
	background: #144577;
}
.download-title.osiguranjeMotornihVozila {
	background: #57CAF4;
}
.download-title.putnoOsiguranje {
	background: #F8981D;
}
.download-title.osiguranjeOdNezgode {
	background: #7AC142;
}
.one-page-download .table-bordered > thead > tr > td, .one-page-download .table-bordered > thead > tr > th {
	border-bottom-width: 0;
}
.one-page-download .table > tbody > tr > td {
	vertical-align: middle;
}
td.download {
	width: 120px;
}
td.format {
	width: 110px;
}
td.extension {
	width: 110px;
}
.download-page-title {
	margin-bottom: 20px;
}
.download-page-title a {
	display: block;
	background: #144577;
	color: #fff;
	font-weight: 500;
	width: 100%;
	padding: 10px 15px;
	font-size: 17px;
	text-transform: uppercase;
}
.download-page-title a:hover {
	opacity: 0.8;
}
.download-page-title.osiguranjeLica a {
	background: #51B1F2;
}
.download-page-title.osiguranjeOdOdgovornosti a {
	background: #b998c7;
}
.download-page-title.putnoOsiguranje a {
	background: #F8981D;
}
.download-page-title.osiguranjeMotornihVozilaAutoKasko a {
	background: #57CAF4;
}
.download-page-title.osiguranjeRobeUTransportu a {
	background: #7AC142;
}
.download-categories-wrapper .page-list {
	margin-top: 30px;
}
.download-categories-wrapper .download-page-name {
	margin-top: 30px;
}
.download-files .page-list {
	margin-top: 0;
}
.download-files {
	margin-bottom: 40px;
}
.one-slide:hover {
	cursor: pointer;
}
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes #popup {
    padding: 5px;
    background-color: #ffffff;
    border: 2px solid #9a9292;
    left: 25%;
    transform: translateX(0%);
    max-width: 100%;
}

.popup-image-wrapper {
    float: left;
    padding-right: 5px;
}

.popup-image-wrapper img {
    display: block;
    max-width: 100%;
}

.popup-image-wrapper:last-child {
    padding-right: 0px;
}

#popup .close {
    opacity: 1;
}
.cc-theme-classic .cc-btn {
    border-radius: 0;
}
.center-col ul.pagination li::before {
    content:none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    color: #626262;
    font-weight: 500;
    padding: 0;
    margin: 0 4px;
    border-color: #dbdbdb;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: transparent;
    -webkit-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    -moz-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    -ms-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    -o-transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
    transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    display: none;
}
.pagination {
    font-family: 'Roboto', sans-serif;
    margin: 21px 0;
}
.pagination > li.active a, .pagination > li.active a:hover, .pagination > li.active a:focus {
    background-color: #144577;
    border-color: #144577;
    color: #fff;
    cursor: default;
}
.pagination > li > a:hover {
    background-color: #b6b6b6;
    color: #f6f6f6;
    border-color: #b6b6b6;
}
.pagination > li  i {
    font-size: 17px;
}
.cc-banner .cc-message a {
    color: #fff;
    text-decoration: underline;
}
.cc-banner .cc-message a:hover {
    opacity: 0.7;
}
#TextualContent a {
    text-decoration: underline;
}
table.dataTable tfoot th {
    padding: 8px;
}
table.dataTable tfoot input {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    font-size: 14px;
    color: #555;
    border-radius: 3px;
    padding-left: 8px;
    font-weight: 300;
}
tfoot {
    display: table-header-group;
}
#Content .datatable-wrapper ul li:before {
    display: none;
}
.mreza-datatable {
    padding: 50px 0;
}
.mreza-datatable .dataTables_length, .mreza-datatable .dataTables_filter {
    display: none;
}
table.dataTable tbody tr td:nth-child(2), table.dataTable.collapsed tbody tr td:nth-child(1) {
    border-left: 1px solid #ddd;
}
table.dataTable.collapsed tbody tr td:nth-child(2) {
    border-left: 0;
}
table.dataTable tbody tr td:last-child {
    border-right: 1px solid #ddd;
}
table.dataTable tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border: 0;
}
table.dataTable thead th, table.dataTable thead td {
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #666;
    padding: 6px 18px;
    font-size: 14px;
}
table.dataTable thead th:nth-child(2), table.dataTable.collapsed thead th:nth-child(1) {
    border-left: 1px solid #ddd;
}
table.dataTable.collapsed thead th:nth-child(2) {
    border-left: 0;
}
table.dataTable thead th:last-child {
    border-right: 1px solid #ddd;
}
table.dataTable thead .sorting {
    background: transparent;
}
table.dataTable tbody tr:hover {
    cursor: pointer;
}
table.dataTable tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}
table.dataTable tbody tr td.telephone {
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 20px;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 16px;
}
.mreza-datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 12px;
}
.mreza-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current, .mreza-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff;
    border-color: #666;
    border-radius: 2px;
    height: 32px;
}
.mreza-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff;
    background: #144577;
    border-radius: 2px;
}
.mreza-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .mreza-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: transparent;
}
.modal.bootstrap-dialog {
    z-index: 999999!important;
}
.modal.fade {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;-ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.template {
    display: none;
}
.filijala-modal-content {
    padding: 10px 0;
    color: #333;
}
.filijala-modal-content .filijala-row {
    display: flex;
    margin-bottom: 20px;
}
.filijala-modal-content .working-time {
    margin-bottom: 20px;
}
.filijala-modal-content .working-time, .filijala-modal-content .filijala-row .radnim-danima, .filijala-modal-content .filijala-row .subotom {
    display: none;
}
.filijala-modal-content .filijala-row:last-child {
    margin-bottom: 0;
}
.filijala-modal-content .filijala-row .left-info {
    margin-right: 10px;
    min-width: 70px;
    font-weight: 600;
    color: #000;
}
.filijala-modal-content .filijala-row .value-radnim-danima, .filijala-modal-content .filijala-row .value-subotom {
    color: #000;
    font-weight: 500;
    margin-left: 5px;
}
.filijala-modal-content .filijala-row.email {
    display: none;
}

.bootstrap-dialog-footer-buttons .btn.btn-default {
    padding-bottom: 7px;
}
.table.dataTable thead .expand.sorting_asc {
    background: transparent;
}
#Content .dataTables_wrapper ul li::before {
    display: none;
}
#Content .dataTables_wrapper ul li {
    margin: 10px 0;
}
.dataTables_wrapper .child ul li {
    text-align: left;
}
.dataTables_wrapper .child .dtr-title {
    margin-right: 5px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
table.dataTable.display tbody tr.odd > .expand {
    background: transparent;
}
table.dataTable .expand, .dataTables_wrapper th.expand input {
    display: none;
}
table.dataTable.collapsed .expand {
    display: table-cell;
}
table.dataTable.display tbody tr:hover > .expand {
    background: transparent;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    border-radius: 3px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    box-shadow: none;
    border: 0;
    background: #13944c;
    font-weight: 600;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before {
    background: #c62828;
}
.one-pictogram {
    margin-bottom: 30px;
}
.one-pictogram .pictogram-title {
    max-width: 240px;
    margin: 30px auto 0 auto;
}
.one-pictogram .pictogram-title a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
    background: #18ba60;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
    -moz-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
    -ms-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
    transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
    font-size: 16px;
}
#TextualContent .one-pictogram .pictogram-title a {
    text-decoration: none;
}
.one-pictogram .pictogram-title a:hover {
    background: #13944c;
}
.one-pictogram .img-responsive {
	margin: 0 auto;
}
.one-pictogram a .img-responsive {
    margin: 0 auto;
    width: 200px;
}

.pictograms-wrapper {
    padding: 80px 0 30px;
}
.dzs-body {
    font-family: 'Segoe Pro';
    font-weight: 300;
    font-size: 22px;
    color: #585858;
}
.dzs-body b, .dzs-body strong {
    font-weight: 600;
}
.dzs-head {
    padding: 130px 0;
    background-image: url("/design/dobrovoljno-zdravstveno-osiguranje-head-image.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    color: #124479;
    background-color: #fff;
    position: relative;
}
.dzs-head:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background: url("/design/dzs-bottom-shadow.png") no-repeat bottom;
}
.dzs-head .left-text {
    width: 38%;
    text-align: right;
}
.dzs-head .left-text .first-row-text {
    font-weight: 600;
    font-size: 68px;
    line-height: 60px;
}
.dzs-head .left-text .second-row-text {
    font-weight: 400;
    font-size: 54px;
    margin: 14px 0 25px;
    line-height: 48px;
}
.optima-norma-program-body .dzs-head .left-text .second-row-text {
    line-height: normal;
}
.dzs-head .left-text .third-row-text {
    font-weight: 300;
    font-size: 24px;
}
.dzs-white-content .content-text {
    font-family: 'Segoe Pro';
    font-weight: 300;
    font-size: 22px;
    padding: 50px 150px 100px;
    color: #585858;
    line-height: 26px;
}
.dzs-white-content .content-text p {
    margin-bottom: 28px;
}
.dzs-white-content .content-text p:last-child {
    margin-bottom: 0;
}
.dzs-third-section-wrapper {
    position: relative;
}
.dzs-third-section-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 2;
    background: url("/design/dzs-bottom-shadow.png") no-repeat bottom;
}
.dzs-third-section {
    position: relative;
}
.dzs-third-section:before, .dzs-third-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.dzs-third-section:before {
    left: 0;
    width: 42%;
    background: #f6f6f6;
}
.dzs-third-section:after {
    width: 58%;
    right: 0;
    background: #174479;
}
.dzs-third-section .flex-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.dzs-third-section .flex-content .left-text {
    font-size: 36px;
    color: #174479;
    padding-right: 50px;
    margin-left: -15px;
    align-items: center;
    display: flex;
}
.dzs-third-section .flex-content .left-text .content-text {
    border-top: 3px solid #174479;
    border-bottom: 3px solid #174479;
    padding: 32px 3px;
    line-height: 43px;
}
.dzs-third-section .flex-content .middle-picture {
    width: 315px;
    max-width: 100%;
    margin-right: 35px;
}
.dzs-third-section .flex-content .middle-picture img {
    width: 100%;
    display: block;
    margin-top: -70px;
}
.dzs-third-section .flex-content .right-text {
    width: 620px;
    max-width: 100%;
    color: #fff;
    align-items: center;
    display: flex;
    font-size: 22px;
}
.dzs-third-section .flex-content .right-text p {
    line-height: 27px;
    margin-bottom:  25px;
}
.dzs-third-section .flex-content .right-text ul {
    font-family: 'ProximaNova';
    list-style: none;
    padding: 0;
    margin: 0;
}
.dzs-third-section .flex-content .right-text ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 24px;
    line-height: 27px;
}
.dzs-third-section .flex-content .right-text ul li:last-child {
    margin-bottom: 0;
}
.dzs-third-section .flex-content .right-text ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 0;
}
.dzs-body h4 {
    color: #174479;
    font-size: 36px;
    font-weight: 300;
}
.dzs-body h4 b {
    font-weight: 600;
}
.dzs-body h4:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 33px;
    background: #174479;
    position: relative;
    left: -30px;
    top: 5px;
}
.dzs-body .blue-line-text {
    text-align: center;
    color: #174479;
    position: relative;
    overflow: hidden;
}
.dzs-body .blue-line-text a {
    color: #174479;
}
.dzs-body .blue-line-text a:hover {
    text-decoration: underline;
}
.dzs-body .blue-line-text:before, .dzs-body .blue-line-text:after {
    content: '';
    display: inline-block;
    width: 50%;
    margin: 0 .1em 0 -55%;
    vertical-align: middle;
    border-bottom: 2px solid #174479;
}
.dzs-body .blue-line-text:after {
    margin: 0 -55% 0 .1em;
}
.dzs-fourth-section {
    padding: 48px 0 57px;
    overflow: hidden;
}
.dzs-fourth-section h4 {
    text-align: center;
    margin-bottom: 37px;
}
.dzs-fourth-section .content-text {
    width: 975px;
    max-width: 100%;
    margin: 0 auto;
}
.dzs-fourth-section .first-row-text {
    margin-bottom: 6px;
}
.dzs-fourth-section .text-with-phone {
    display: flex;
    margin-top: 38px;
    margin-bottom: 40px;
}
.dzs-fourth-section .text-with-phone .phone-left {
    padding-left: 23px;
    padding-right: 57px;
}
.dzs-fourth-section .text-with-phone .right-text {
    line-height: 26px;
    display: flex;
    align-items: center;
}
.dzs-fourth-section .text-with-phone .right-text p {
    margin-bottom: 17px;
}
.dzs-fourth-section .text-with-phone .right-text p:last-child {
    margin-bottom: 0;
}
.dzs-fifth-section {
    background: #f6f6f6;
}
.dzs-fifth-section .flex-content {
    display: flex;
    width: 100%;
}
.dzs-fifth-section .flex-content .left-picture img {
    max-width: 100%;
}
.dzs-fifth-section .right-text {
    padding-right: 15px;
}
.dzs-fifth-section .right-text {
    display: flex;
}
.dzs-fifth-section .right-text .content-title-text {
    font-size: 38px;
    color: #174479;
    font-weight: 700;
    align-items: center;
    display: flex;
}
.dzs-fifth-section .right-text .content-title-text {
    text-align: right;
    line-height: 40px;
    white-space: nowrap;
    margin-left: -180px;
    padding-right: 50px;
}
.dzs-fifth-section .right-text .content-text {
    display: flex;
    align-items: center;
}
.dzs-fifth-section .right-text .content-text .border-text {
    border-left: 3px solid #174479;
    width: 550px;
    max-width: 100%;
    padding-left: 50px;
    line-height: 27px;
}
.dzs-fifth-section .right-text .content-text .border-text p {
    margin-bottom: 25px;
}
.dzs-fifth-section .right-text .content-text .border-text p:first-child {
    margin-top: -5px;
}
.dzs-fifth-section .right-text .content-text .border-text p:last-child {
    margin-bottom: 0;
}
.dzs-sixth-section {
    padding: 57px 0 40px;
}
.dzs-sixth-section h4 {
    text-align: left;
    margin-bottom: 35px;
}
.dzs-sixth-section .first-row-text {
    line-height: 27px;
}
.dzs-seventh-section-wrapper {
    position: relative;
}
.dzs-seventh-section-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 2;
    background: url("/design/dzs-bottom-shadow.png") no-repeat bottom;
}
.dzs-seventh-section {
    position: relative;
}
.dzs-seventh-section:before, .dzs-seventh-section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.dzs-seventh-section:before {
    left: 0;
    width: 55%;
    background: #f6f6f6;
}
.dzs-seventh-section:after {
    right: 0;
    width: 45%;
    background-image: url("/design/dobrovoljno-zdravstveno-osiguranje-kako-se-zakljucuje.jpg");
    background-size: cover;
    background-position: left center;
}
.dzs-seventh-section .content-text {
    line-height: 27px;
    padding: 40px 30px 40px 0;
}
.dzs-seventh-section .content-text p {
    margin-bottom: 25px;
}
.dzs-seventh-section .content-text p:last-child {
    margin: 0;
}
.dzs-eight-section {
    padding: 40px 0 60px;
}
.dzs-eight-section .first-row-text {
    line-height: 27px;
}
.dzs-eight-section .first-row-text p {
    margin-bottom: 25px;
}
.dzs-eight-section .first-row-text p:last-child {
    margin: 0;
}
.dzs-ninth-section-wrapper {

}
.dzs-ninth-section-wrapper {
    position: relative;
}
.dzs-ninth-section-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 2;
    background: url("/design/dzs-bottom-shadow.png") no-repeat bottom;
}
.dzs-ninth-section:before, .dzs-ninth-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.dzs-ninth-section:before {
    left: 0;
    width: 50%;
    background: #f6f6f6;
}
.dzs-ninth-section:after {
    width: 50%;
    right: 0;
    background: #174479;
}
.dzs-ninth-section .flex-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.dzs-ninth-section .flex-content .left-text {
    font-size: 36px;
    color: #174479;
    align-items: center;
    display: flex;
}
.dzs-ninth-section .flex-content .left-text .content-text {
    border-top: 3px solid #174479;
    border-bottom: 3px solid #174479;
    padding: 32px 3px;
    line-height: 43px;
    white-space: nowrap;
    font-size: 30px;
    text-align: center;
    margin-left: -100px;
}
.dzs-ninth-section .flex-content .left-text .content-text b {
    font-size: 36px;
}
.dzs-ninth-section .flex-content .middle-picture {
    width: 550px;
    max-width: 100%;
    margin-left: -15px;
    margin-right: -180px;
}
.dzs-ninth-section .flex-content .middle-picture img {
    width: 100%;
    display: block;
    margin-top: -48px;
}
.dzs-ninth-section .flex-content .right-text {
    width: 300px;
    max-width: 100%;
    color: #fff;
    align-items: center;
    display: flex;
    font-size: 22px;
    padding: 33px 0;
}
.dzs-ninth-section .flex-content .right-text p {
    line-height: 27px;
    margin-bottom:  0;
}

.dzs-button-wrapper .btn.btn-default {
	margin-top: 40px;
	font-size: 22px;
	text-transform: none;
	font-weight: 300;
	padding: 3px 25px 6px 28px;
	text-align: left;
}

.dzs-button-wrapper .btn.btn-default:first-of-type {
	margin-top: 0;
}


.program-section {
    padding: 65px 0 50px;
    border-bottom: 1px solid #dfdfdf;
}
.program-section .title-and-content {
    display: flex;
    align-items: center;
    width: 100%;
}
.program-section .title-and-content .left-title {
    color: #174479;
    text-align: right;
    font-size: 38px;
    padding: 0 40px 0 20px;
    line-height: 46px;
}
.program-section .title-and-content .right-content {
    border-left: 3px solid #174479;
    padding-left: 30px;
    width: 750px;
    max-width: 100%;
}
.program-section .title-and-content .right-content p {
    margin-bottom: 25px;
    line-height: 27px;
}
.program-section .title-and-content .right-content p:first-child {
    margin-top: -5px;
}
.program-section .title-and-content .right-content p:last-child {
    margin: 0;
}
.program-section .btn.btn-default {
    margin-top: 40px;
    font-size: 22px;
    text-transform: none;
    font-weight: 300;
    padding: 3px 25px 6px 28px;
}
.program-section .btn.btn-default:focus {
    background: #18ba60;
}
.zdravsvteno-osiguranje-form-wrapper {
    padding: 50px 0 40px;
}
.zdravsvteno-osiguranje-form-wrapper .captcha-wrapper .image-and-refresh {
    width: 156px;
}
.zdravsvteno-osiguranje-form-wrapper label {
    font-weight: 300;
}
.zdravsvteno-osiguranje-form-wrapper .form-control {
    background: #f1f1f1;
    border-color: #f1f1f1;
    box-shadow: none;
}
.zdravsvteno-osiguranje-form-wrapper .form-control:focus {
    border-color: #ddd;
}
.zdravsvteno-osiguranje-form-wrapper textarea.form-control {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.zdravsvteno-osiguranje-form-wrapper .form-group {
    display: flex;
    width: 100%;
    margin-bottom: 23px;
}
.zdravsvteno-osiguranje-form-wrapper .form-left-col {
    width: 300px;
    padding-left: 80px;
}
.zdravsvteno-osiguranje-form-wrapper .form-right-col {
    width: calc(100% - 300px);
    padding-right: 70px;
}
.zdravsvteno-osiguranje-form-wrapper .captcha-wrapper {
    display: flex;
    margin-bottom: 30px;
}
.zdravsvteno-osiguranje-form-wrapper .captcha-wrapper .form-control {
    font-size: 16px;
}
.zdravsvteno-osiguranje-form-wrapper .captcha-wrapper .btn.btn-default {
    font-size: 19px;
}
.zdravsvteno-osiguranje-form-wrapper .form-group.captcha-input {
    display: block;
    margin: 17px 0 0 30px;
    width: auto;
}
.zdravsvteno-osiguranje-form-wrapper .title-flex {
    display: flex;
    margin-bottom: 50px;
}
.zdravsvteno-osiguranje-form-wrapper .title-flex .title {
    font-size: 33px;
    font-weight: 500;
}
.zdravsvteno-osiguranje-form-wrapper .title-flex .text {
    font-size: 24px;
}
.zdravsvteno-osiguranje-form-wrapper .btn.btn-default {
    font-size: 22px;
    text-transform: none;
    font-weight: 300;
    padding: 3px 30px 6px;
}
.zdravsvteno-osiguranje-form-wrapper .form-control-feedback {
    font-size: 15px;
    top: 10px;
}
.zdravsvteno-osiguranje-form-wrapper .relative-input-wrapper {
    position: relative;
}
.dodatno-osiguranje-wrapper {
    text-align: center;
    padding: 50px 0 70px;
}
.dodatno-osiguranje-wrapper .btn.btn-default {
    background: #18ba60;
    font-weight: 500;
    font-size: 30px;
    text-transform: none;
    padding: 12px 55px 15px;
}
.dodatno-osiguranje-wrapper .btn.btn-default:hover {
    background: #174479;
}
.smart-program-body .dzs-head {
    background-image: url("/design/smart-head-image.jpg");
    background-position: right center;
    padding: 115px 0;
}

.smart-program-body .dzs-head::after {
	background:none;
}

.smart-program-body .dzs-head .left-text {
    width: 32%;
}
.smart-program-body .dzs-head .left-text .first-row-text {
    font-size: 70px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
}
.smart-program-body .dzs-head .left-text .third-row-text {
    font-size: 42px;
    line-height: 40px;
}
.smart-program-body .dzs-head .left-text .fourth-row-text {
	background-color: #26538c;
	font-weight: 900;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 40px;
	color: white;
	margin-top: 20px;
	margin-left: 160px;
	padding: 10px 20px 20px 20px;
}
.smart-program-body .dzs-white-content .content-text {
    padding: 50px 117px 0;
}
.smart-program-body .dzs-white-content h4 {
    text-align: left;
    margin-bottom: 32px;
}
.smart-program-body .dzs-white-content h4:before {
    left: 0;
    margin-right: 25px;
}
.dzs-body .bordered-text {
    padding-top: 35px;
}
.dzs-body .bordered-text .first-row {
    border-top: 3px solid #174479;
    border-bottom: 3px solid #174479;
    text-align: center;
    font-size: 30px;
    color: #174479;
    line-height: 38px;
    padding: 23px 0 27px;
}
.dzs-body .bordered-text .first-row b {
    font-size: 45px;
    font-weight: 700;
}
.dzs-body .bordered-text .second-row {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
}
.dzs-body .bordered-text .second-row p {
    margin: -6px 0 -4px;
}
.dzs-body .number-with-line .right-text {
    border-width: 3px;
}
.number-with-line {
    display: flex;
    margin: 40px 0;
}
.number-with-line .left-number {
    width: 155px;
    padding-right: 18px;
    text-align: right;
    font-size: 40px;
    color: #174479;
    flex-shrink: 0;
    line-height: 26px;
}
.number-with-line .right-text {
    padding-left: 26px;
    border-left: 2px solid #174479;
    color: #174479;
    line-height: 26px;
}
.number-with-line .right-text b {
    font-weight: 500;
}
.number-with-line .right-text p {
    margin-bottom: 27px;
}
.number-with-line .right-text p:first-child {
    margin-top: -5px;
}
.number-with-line .right-text p:last-child {
    margin-bottom: -3px;
}
.dzs-blue-left-section-with-girl-wrapper {
    position: relative;
}
.dzs-blue-left-section-with-girl-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 2;
    background: url("/design/dzs-bottom-shadow.png") no-repeat bottom;
}
.dzs-blue-left-section-with-girl {
    position: relative;
    overflow: hidden;
}
.dzs-blue-left-section-with-girl:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 26%;
    background-color: #174479;
    background-image: url("/design/left-blue-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.dzs-blue-left-section-with-girl .girl-image {
    position: absolute;
    bottom: -20px;
    left: 5%;
    z-index: 3;
    width: 26%;
}
.dzs-blue-left-section-with-girl .numbers-content {
    padding: 0 55px 0 11%;
}
.dzs-blue-left-section-with-girl-wrapper {
    background: #f6f6f6;
}
.number-with-line .right-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.number-with-line .right-text ul:last-child {
    margin-bottom: 0;
}
.number-with-line .right-text ul li {
    position: relative;
    padding-left: 30px;
    line-height: 27px;
}
.number-with-line .right-text ul li:last-child {
    margin-bottom: 0;
}
.number-with-line .right-text ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #174479;
    position: absolute;
    top: 13px;
    left: 0;
}
.smart-program-body .section-with-scroll, .select-program-body .section-with-scroll,
.optima-norma-program-body .section-with-scroll, .prijava-stete .section-with-scroll {
    border-bottom: 1px solid #dfdfdf;
    padding: 40px 0 60px;
}
.section-with-scroll .number-with-line .right-text {
    color: #585858;
}
.section-with-scroll .number-with-line .right-text ul li:before {
    background: #585858;
}
.section-with-scroll .content-wrapper {
    padding: 0 130px;
}
.section-with-scroll .number-with-line .left-number {
    width: 35px;
}
.section-with-scroll .first-row-text {
    font-weight: 700;
    margin-bottom: 50px;
}
.section-with-scroll .first-thin-row {
    margin-bottom: 25px;
}
.section-with-scroll .third-row-text {
    padding: 38px 0 7px;
}
.section-with-scroll .last-row-text {
    padding-top: 14px;
    font-weight: bold;
}
.text-with-border {
    font-size: 45px;
    font-weight: 700;
    color: #174479;
    text-align: center;
    border-top: 3px solid #174479;
    border-bottom: 3px solid #174479;
    padding: 20px 0 30px;
}
.scroll-content-wrapper {
    display: flex;
    border: 1px solid #efefef;
    margin-bottom: 40px;
}
.scroll-content-wrapper:last-child {
    margin-bottom: 0;
}
.scroll-content-wrapper .left-icon {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 19px;
}
.scroll-content-wrapper .left-icon .icon-content {
    text-align: center;
    padding: 10px 0;
    width: 100%;
}
.scroll-content-wrapper .left-icon .icon-content .icon-text {
    color: #174479;
    font-size: 25px;
    font-weight: 700;
    padding: 20px 30px 0;
}
.scroll-content-wrapper .right-content {
    width: 60%;
}
.scroll-content-wrapper .icon-content {
    border-right: 3px solid #174479;
}
.scroll-content-wrapper .scroll-content {
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 320px;
}
.scroll-content-wrapper .scroll-content ul {
    padding: 0 36px;
    list-style: none;
}
.scroll-content-wrapper .scroll-content ul li {
    padding: 10px 0 8px;
    border-bottom: 1px solid #efefef;
    font-weight: bold;
    font-size: 20px;
}
.scroll-content-wrapper .scroll-content ul li:last-child {
    border-bottom: none;
}
.scroll-content-wrapper .scroll-content ul li:before {
    display: none;
}
.scroll-content-wrapper .scroll-content ul li .light-text {
    font-weight: 300;
}
.scroll-content-wrapper .mCustomScrollBox {
    width: 100%;
}
.scroll-content-wrapper .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    top: 50% !important;
    transform: translateY(-50%);
}
.scroll-content-wrapper .mCSB_scrollTools .mCSB_draggerRail {
    background: #efefef;
    margin: 0;
    width: 100%;
    border-radius: 0;
}
.scroll-content-wrapper .mCSB_scrollTools .mCSB_dragger {
    height: 40px;
}
.scroll-content-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    width: 75%;
    border-radius: 20px;
    left: 1px;
}
.select-program-body .dzs-head {
    background-image: url("/design/select-head-image.jpg");
    padding: 40px 0;
    background-color: #f9f9f9;
    background-position: right center;
}
.select-program-body .dzs-head .left-text {
    width: 32%;
}
.select-program-body .dzs-head .left-text .first-row-text {
    font-size: 70px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
}
.select-program-body .dzs-head .left-text .third-row-text {
    font-size: 42px;
    line-height: 40px;
}
.select-program-body .dzs-white-content .content-text, .optima-norma-program-body .dzs-white-content .content-text  {
    padding: 50px 117px 60px;
}
.select-program-body .dzs-white-content h4, .optima-norma-program-body .dzs-white-content h4 {
    text-align: left;
    margin-bottom: 32px;
}
.select-program-body .dzs-white-content h4:before, .optima-norma-program-body .dzs-white-content h4:before {
    left: 0;
    margin-right: 25px;
}
.select-program-body .dzs-head .left-text .fourth-row-text {
	background-color: #26538c;
	font-weight: 900;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 40px;
	color: white;
	margin-top: 20px;
	margin-left: 160px;
	padding: 10px 20px 20px 20px;
}


.vanbolnicko-lecenje-section {
    background-image: url("/design/vanbolnicko-lecenje-bg.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fefefe;
    display: flex;
    align-items: center;
    padding: 110px 0;
    position: relative;
}
.vanbolnicko-lecenje-section:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 2;
    background: url("/design/dzs-bottom-shadow.png") no-repeat bottom;
}
.vanbolnicko-lecenje-section .content-text {
    padding: 0 117px;
}
.vanbolnicko-lecenje-section .left-text {
    color: #174479;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    border-top: 3px solid #174479;
    border-bottom: 3px solid #174479;
    display: inline-block;
    text-align: right;
    padding: 30px 0;
}
.select-program-body .dzs-white-content.vanbolicno-text .content-text {
    padding-bottom: 0;
}
.dzs-body .select-program-body .vanbolicno-text .bordered-text {
    padding-top: 0;
}
.dzs-body .content-text.bold-text {
    font-weight: bold;
}
.vanbolnicko-lecenje-section.bolnicko-lecenje-section {
    background-image: url("/design/bolnicko-lecenje-bg.jpg");
}
.vanbolnicko-lecenje-section.zastita-trudnica-section {
    padding: 80px 0;
    background-image: url("/design/zastita-trudnica-bg.jpg");
    background-position: top right;
}
.dzs-blue-left-section-with-girl-wrapper.bolnicko-lecenje-blue {
    background: #174479;
}
.bolnicko-lecenje-blue .number-with-line .right-text {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
}
.bolnicko-lecenje-blue .number-with-line .left-number {
    color: #fff;
}
.bolnicko-lecenje-blue .dzs-blue-left-section-with-girl:before {
    background-image: none;
    background-color: #f6f6f6;
    width: 20%;
}
.bolnicko-lecenje-blue .dzs-blue-left-section-with-girl {
    overflow: visible;
}
.bolnicko-lecenje-blue .dzs-blue-left-section-with-girl .girl-image {
    bottom: 0;
    left: 8%;
    z-index: 3;
    width: 21%;
}
.trudnicko-lecenje-blue .dzs-blue-left-section-with-girl:before {
    background-image: none;
    background-color: #174479;
    width: 20%;
}
.trudnicko-lecenje-blue .dzs-blue-left-section-with-girl {
    overflow: visible;
}
.trudnicko-lecenje-blue .dzs-blue-left-section-with-girl .girl-image {
    bottom: 0;
    left: 8%;
    z-index: 2;
    width: 22%;
}
.optima-norma-program-body .dzs-head {
    background-image: url("/design/optima-norma-head-bg.jpg");
}
.optima-norma-program-body .dzs-head .left-text {
    width: 30%;
}
.dzs-blue-left-section-with-girl-wrapper.optima-program-blue {
    background: #174479;
}
.optima-program-blue .number-with-line .right-text {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
    font-weight: 500;
}
.optima-program-blue .number-with-line .left-number {
    color: #fff;
}
.optima-program-blue .dzs-blue-left-section-with-girl:before {
    background-image: none;
    background-color: #f6f6f6;
    width: 14%;
}
.optima-program-blue .dzs-blue-left-section-with-girl {
    overflow: visible;
}
.optima-program-blue .dzs-blue-left-section-with-girl .girl-image {
    bottom: 0;
    left: 6%;
    z-index: 3;
    width: 26%;
}
.optima-norma-program-body .dzs-white-content.first-white-content .content-text {
    padding-bottom: 0;
}
.dzs-body .optima-norma-program-body .first-white-content .number-with-line .right-text {
    font-weight: 500;
    padding: 7px 0 7px 26px;
}
.dzs-body .optima-norma-program-body .first-white-content .bordered-text {
    padding-top: 0;
}
.dzs-body .blue-text {
    color: #174479;
}
.dzs-body .light-text {
    font-weight: 300;
}
.optima-norma-program-body .dzs-head .left-text .first-row-text {
    font-size: 70px;
    line-height: 70px;
}
.optima-norma-program-body .dzs-head .left-text .second-row-text {
    font-size: 70px;
    font-weight: 600;
    margin: -25px 0 0;
}
.optima-norma-program-body .dzs-head .left-text .third-row-text {
    font-size: 42px;
    font-weight: 400;
}
.optima-norma-program-body .scroll-content-wrapper .left-icon .icon-content .icon-text {
    font-weight: 300;
    line-height: 28px;
}
.optima-norma-program-body .scroll-content-wrapper .scroll-content {
    max-height: 380px;
}
.optima-program-blue.norma-blue-section .dzs-blue-left-section-with-girl .girl-image {
    left: 0;
}
.optima-ili-norma-wrapper .dzs-fifth-section {
    background-image: url('/design/optima-ili-norma-right-bg.jpg');
    background-position: left 260px top;
}
.optima-ili-norma-wrapper .dzs-fifth-section .right-text .content-text .border-text {
    font-family: 'Segoe Pro Display';
    font-size: 36px;
    color: #174479;
    font-weight: 400;
    line-height: 40px;
    width: 395px;
}
.optima-ili-norma-wrapper .dzs-fifth-section .right-text .content-text .border-text b {
    font-weight: 700;
}
.dzs-body .optima-norma-program-body .section-with-scroll .bordered-text {
    padding: 15px 0 56px;
}
.dzs-body .optima-norma-program-body .section-with-scroll .bordered-text .second-row .number-with-line {
    margin: 0;
}
.dzs-body .optima-norma-program-body .section-with-scroll .bordered-text .second-row .number-with-line .right-text {
    font-size: 39px;
    color: #174479;
    font-weight: 300;
    line-height: 40px;
    padding: 0 0 4px 26px;
}
.dzs-body .optima-norma-program-body .section-with-scroll .bordered-text .second-row .number-with-line .right-text b {
    font-weight: 700;
}
.optima-norma-program-body .dzs-white-content.first-white-content .content-text.only-blue-text {
    padding-top: 10px;
}
.dzs-body .bordered-text .second-row {
    padding-left: 1%;
}
.mreza-datatable.zdravstvene-ustanove-datatable {
    padding: 20px 0 50px;
}

/*************************************************/

.zaposlenje .zaposlenje-head {
	background-color: #174479;
	height: 488px;
}
.zaposlenje .zaposlenje-head h2 {
	color: #fff;
	font-size:46px;
	font-weight: 800;
	text-decoration: none;
	margin-bottom: 0;
	margin-top:100px;
}
.zaposlenje .zaposlenje-head h2:after {
	background-color: unset;
}
.zaposlenje .zaposlenje-head h3 {
	color: #fff;
	font-size:24px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
}
.zaposlenje .zaposlenje-head .container {
	position: relative;
}
.zaposlenje .zaposlenje-head img {
	position: absolute;
	top:40px;
	right:-20px;
}
.zaposlenje .zaposlenje-head .btn.btn-default {
	background-color: #ffffff;
	color: #174479;
	font-size: 24px;
	font-weight: 300;
	padding: 5px 0;
	margin-left: 0;
	margin-top: 0;
}
.zaposlenje .zaposlenje-head .btn.btn-default:hover {
	background-color: #18ba60;
	color:#fff;
}

.zaposlenje .dzs-white-content .container h4, .zaposlenje .zaposlenje-blue-content .container h4 {
	margin-left: 30px;
	text-align: left;
	font-weight: 600;
}
.zaposlenje .dzs-white-content .container h4:before {
	height: 36px;
}
.zaposlenje .zaposlenje-s1 {
	padding: 60px 0;
}
.zaposlenje .zaposlenje-s1 p {
	padding: 20px 0 60px 0;
}

.zaposlenje-grey-content {
	background-color: #f6f6f6;
}
.zaposlenje .zaposlenje-s2 {
	height: 384px;
	background-image: url("/design/zaposlenje-s2.jpg");
	background-repeat: no-repeat;
	background-position:center right;
}
.zaposlenje .zaposlenje-s2 p {
	margin-top:100px;
}

.zaposlenje-blue-content {
	background-color: #dce6ed;
	padding-top: 40px;
}

.zaposlenje .zaposlenje-s3 h2 {

}

.zaposlenje .zaposlenje-s3 .container .row > div > div {
	margin: 0 0 50px 0;
	padding: 15px;
	background-color: #ffffff;
	line-height: 1.2;
	font-size: 18px;
	min-height: 540px;
}
.zaposlenje .zaposlenje-s3 .container .row > div > div h2 {
	margin: 30px 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #585858;

}
.zaposlenje .zaposlenje-s3 .container .row > div > div h2:after {
	background-color: unset;
}
.zaposlenje .zaposlenje-s3 .container .row > div > div p {
	text-align: center;
}
.zaposlenje .dzs-white-content .container .zaposlenje-s4 h4 {
	margin-left: 30px;
	text-align: left;
	font-weight: 600;
}
.zaposlenje .dzs-white-content .container .zaposlenje-s4 h4:before {
	height:100px;
	top:56px;
}
.zaposlenje .dzs-white-content .container .zaposlenje-s4 img {
	margin-top:20px;
}
.zaposlenje .dzs-white-content .container .zaposlenje-s4 h3 {
	color: #174479;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
	margin-top:40px;
	margin-bottom:30px;
}
.zaposlenje .zaposlenje-grey-content.zaposlenje-s5 .container h4 {
	text-align: left;
	margin-left: 30px;
	font-weight: 600;
	margin-bottom: 100px;
}
.zaposlenje .zaposlenje-grey-content.zaposlenje-s5 .container h4:before {
	height:100px;
	top:40px;
}
.zaposlenje .zaposlenje-grey-content.zaposlenje-s5 .container .potpis {
	font-size: 16px;
	color: #174479;
	margin-top: 30px;
	margin-bottom: 120px;
}
.zaposlenje .zaposlenje-grey-content.zaposlenje-s5 .container img {
	margin:10px;
}
.zaposlenje .zaposlenje-s6 {
	margin-bottom:80px;
	xmax-width: 1920px;
}

.zaposlenje .zaposlenje-s6 h4 {
	margin-top: 140px;
	margin-left: 15px;
	margin-bottom: 80px;
	font-weight: 600;
}
.zaposlenje .zaposlenje-s6 h4:before {
	background-color: unset;
}

.zaposlenje .zaposlenje-s6 .container h4 {
	text-align: left;
	margin-left: 30px;
	font-weight: 600;
	margin-bottom: 100px;
}
.zaposlenje .zaposlenje-s6 .container h4:before {
	background-color: #174479;;
	height:100px;
	top:40px;
}
.zaposlenje .zaposlenje-s6 p {
	margin: 20px;
}
.zaposlenje .zaposlenje-s6 .btn.btn-default.btn-wide {
	margin: 17px 0;
	vertical-align: bottom;
	font-size: 16px;
}


.zaposlenje .zaposlenje-s7 {
	text-align: center;
	padding-bottom: 100px;
}
.zaposlenje .zaposlenje-s7 h4 {
	margin-top: 70px;
	margin-bottom: 0;
	font-weight: 600;
}
.zaposlenje .zaposlenje-s7 .row {
	margin-top:40px;
}

.zaposlenje .zaposlenje-s7 h4:before {
	background-color: unset;
}

.zaposlenje .zaposlenje-s7 img {
	margin-left:28px;
	margin-right:28px;
	height: 76px;
}

.zaposlenje .zaposlenje-s8 {
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 60px;
}
.zaposlenje .zaposlenje-s8 h4 {
	margin-top: 70px;
	margin-bottom: 0;
	font-weight: 600;
}
.zaposlenje .zaposlenje-s8 .row {
	margin-top:40px;
}
.zaposlenje .zaposlenje-s8 h4:before {
	background-color: unset;
}

.zaposlenje .zaposlenje-s8 .btn.btn-default {
	font-size: 26px;
	padding: 10px 46px;
}
.zaposlenje .zaposlenje-s8 .btn.btn-default i {
	font-size: 38px;
	vertical-align: bottom;
	margin-right:10px;
}






/*************************************************/

.prijava-stete .dzs-head {
	background-image: url("/design/prijava-stete-head-image.jpg");
	padding: 140px 0;
	background-color: #f9f9f9;
	background-position: right center;
    height: 569px;
}
.prijava-stete .dzs-head .left-text {
	width: 32%;
}
.prijava-stete .dzs-head .left-text .first-row-text {
	font-size: 70px;
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 20px;
}
.prijava-stete .dzs-head .left-text .third-row-text {
	font-size: 42px;
	line-height: 40px;
}
.prijava-stete .dzs-white-content .content-text, .optima-norma-program-body .dzs-white-content .content-text  {
	padding: 50px 117px 60px;
}
.prijava-stete .dzs-white-content h4, .optima-norma-program-body .dzs-white-content h4 {
	text-align: left;
	margin-bottom: 32px;
}
.prijava-stete .dzs-white-content h4:before, .optima-norma-program-body .dzs-white-content h4:before {
	left: 0;
	margin-right: 25px;
}
.prijava-stete .table-nacini-prijave {
    background-color: #f4f4f4;
}
.prijava-stete .table-nacini-prijave td {
    text-align: center;
    padding: 30px;
}

.nacini-prijave-stete {
    background-color: #f4f4f4;
    color: #71a8d4;
    text-align: center;
    font-size:20px;
    line-height: 1;
}

.nacini-prijave-stete .separator {
    border-right: 2px solid white;
    min-height:285px;
}
.nacini-prijave-stete .separator:last-child {
    border-right: none;
}

.nacini-prijave-stete .nacini-prijave-stete-content {
    padding: 30px 10px;
    text-align: center;
}

.nacini-prijave-stete .nacini-prijave-stete-content a {
	color: #71a8d4;
}
.nacini-prijave-stete .nacini-prijave-stete-content-header {
	min-height:80px;
}
.nacini-prijave-stete .nacini-prijave-stete-content-header-small {
	font-size: 12px;
	line-height: 1.3;
}
.nacini-prijave-stete img {
    margin-top: 25px;
    margin-bottom: 35px;
}

.nacini-prijave-stete strong {
    display: block;
}

.nacini-prijave-stete .btn-default{
    background-color: #3776b4;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
	margin-top: auto;
	width: fit-content;
}
.nacini-prijave-stete .nacini-prijave-stete-desc {
    font-size: 12px;
    line-height: 1.3;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

p.text-small {
    font-size:17px;
}
h4.postupak-prijave-stete {
    margin-right: 160px;
    margin-bottom: 20px;
}
.bolnicko-lecenje-blue .dzs-blue-left-section-with-girl .girl-image.girl-prijava-stete {
    width: 33%;
    left:-1%;
}
.pomoc-prijava-stete-wrapper {
    background-color: #f4f4f4;
    min-height: 190px;
}
.pomoc-prijava-stete-wrapper .pomoc-prijava-stete-img {
    float: left;
    margin:26px 36px;

    xmargin-left:57px;
    xmargin-top: 30px;
    padding-right:36px;
    xmargin-right:36px;
    border-right: 2px solid white;
}
.pomoc-prijava-stete-wrapper .pomoc-prijava-stete-img img{
    margin-top: 5px;
    margin-bottom: 5px;
}
.pomoc-prijava-stete-text {
    padding-top: 26px;
}


.scroll-content-wrapper.prijava-stete-download .icon-content {
    border-right: none;
}

.scroll-content-wrapper.prijava-stete-download .icon-text {
    text-transform:uppercase;
}
.scroll-content-wrapper.prijava-stete-download .right-content {
    width: 66%;
}
.scroll-content-wrapper.prijava-stete-download .left-icon {
    width: 34%;
}
.scroll-content-wrapper.prijava-stete-download .left-icon {
    border-right: 1px solid #efefef;
}
.scroll-content-wrapper.prijava-stete-download .download-prijava-stete-name {
    color: #174479;
    font-weight: 600;
    padding: 15px 0 12px 89px;
    border-bottom: 7px solid #f4f4f4;
    border-top: 2px solid #f4f4f4;
}
.scroll-content-wrapper.prijava-stete-download .download-prijava-stete-name:first-child {

    xborder-top: 7px solid #f4f4f4;;
    border-top: none;
}
.scroll-content-wrapper.prijava-stete-download  ul {
    list-style-image: url('/design/donwload-icon.png');
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
.scroll-content-wrapper.prijava-stete-download  ul li {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 21px;
    margin-top:28px;
    margin-left:22px;
    padding-left: 0px;
    line-height: 2.7;
    margin-top: 5px;
    margin-bottom: 0;
}
.scroll-content-wrapper.prijava-stete-download  ul li a {
    margin-left: 24px;
}
.scroll-content-wrapper.prijava-stete-download  ul li:last-child{
    border-bottom: none;
}

.scroll-content-wrapper.prijava-stete-download  ul li::before {
    content: none;
}


.kasko .dzs-head {
	background-image: url("/design/kasko-head-image.jpg");
	padding: 140px 0;
	background-color: #f9f9f9;
	background-position: center center;
	height: 569px;
}
.kasko .dzs-head .left-text {
	width: 32%;
}
.kasko .dzs-head .left-text .first-row-text {
	font-size: 58px;
	font-weight: 700;
	line-height: 54px;
	margin-bottom: 20px;
}
.kasko .dzs-head .left-text .third-row-text {
	font-size: 28px;
	line-height: 40px;
}
.kasko .dzs-white-content .content-text, .optima-norma-program-body .dzs-white-content .content-text  {
	padding: 50px 117px 60px;
}
.kasko .dzs-white-content h4, .optima-norma-program-body .dzs-white-content h4 {
	text-align: left;
	margin-bottom: 32px;
}
.kasko .dzs-white-content h4:before, .optima-norma-program-body .dzs-white-content h4:before {
	left: 0;
	margin-right: 25px;
}
.kasko .table-nacini-prijave {
	background-color: #f4f4f4;
}
.kasko .table-nacini-prijave td {
	text-align: center;
	padding: 30px;
}

.kasko .kasko-prednosti {
	position: relative;
	background-color: #174479;
	min-height:517px;
}

.kasko .kasko-prednosti:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url('/design/kasko-prednosti-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	min-height:517px;
	width:39%;
}



.kasko .text-nadvuceno {
	color: #ffffff;
	font-size: 36px;
	line-height: 45px;
	font-weight: 200;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	display: inline-block;
	text-align: left;
	padding: 22px 0;
	margin-top:80px;
}
.kasko ul {
	color: #ffffff;
	margin-top:80px;
	list-style-position: inside;
}
.kasko ul li {
	margin-bottom: 16px;
}
.kasko ul li::marker {
	font-size: 0.6em;
}
.kasko .kasko-rizici {
	background-color: #f6f6f6;
	position: relative;
	overflow: hidden;
}
.kasko .kasko-rizici .text-nadvuceno {
	color: #174479;
	font-size: 36px;
	line-height: 45px;
	font-weight: 200;
	border-top: 3px solid #174479;
	border-bottom: 3px solid #174479;
	display: inline-block;
	text-align: left;
	padding: 22px 0px 22px 0;
	margin-top:80px;
	margin-bottom: 80px;
}
.kasko .kasko-rizici ul {
	color: #585858;
}
.kasko .kasko-rizici:after {
	content: '';
	display: block;
	position: absolute;
	background-image: url('/design/kasko-rizici-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	min-height:480px;
	width:39%;
	right: 0;
	top: 0;
}
.kasko .kasko-rizici ul {
	padding-left: 0px;
}
.kasko .kasko-lista-pokrica {
    background-image: url('/design/right-pattern.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
    background-color: #f6f6f6;
    padding-top:25px;
	overflow: hidden;
}
.kasko .kasko-lista-pokrica:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 26%;
    background-color: #174479;
    background-image: url('/design/kasko-lista-pokrica-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	height: 2450px;
}
.kasko .text-line {
    padding-left: 26px;
    border-left: 2px solid #174479;
    border-left-width: 2px;
    color: #174479;
    font-weight: 600;
    font-size:36px;
    line-height: 45px;
}

.kasko .text-line-under {
    padding-left: 26px;
    color: #174479;
    font-size:26px;
}

.kasko-lista-pokrica .prijava-stete-download {
    background-color: #ffffff;
}

.kasko-lista-pokrica .scroll-content-wrapper.prijava-stete-download .left-icon {
    width: 46%;
}

.kasko-lista-pokrica .scroll-content-wrapper.prijava-stete-download ul {
    list-style-image: none;
    color: #585858;

}
.kasko-lista-pokrica .scroll-content-wrapper.prijava-stete-download ul li{
    line-height: 1.4;
    font-size: 20px;
    xmargin: 10px 20px 30px 10px;
    padding: 5px 10px 5px 0;
}

.kasko-lista-pokrica .dzs-body b, .dzs-body strong {
    font-weight: 600;
}
.kasko hr {
    margin:0px;
}
.kasko h4.h4tworow small {
    color:#174479;
}
.kasko h4.h4tworow:before {
    float: left;
    height: 86px;
    display:block;
    top:0px;
}

.pet-plus .head {
	background-image: url("/design/pet-plus-head-image.jpg");
	background-color: #f9f9f9;
	background-position: center center;
	height: 443px;
}
.pet-plus .dzs-white-content .content-text {
	padding: 50px 117px 0;
}
.pet-plus .dzs-white-content h4 {
	text-align: left;
	margin-bottom: 32px;
}
.pet-plus .dzs-white-content h4::before {
	left: 0;
	margin-right: 25px;
}

.pet-plus .text-with-phone {
	display: flex;
	margin-top: 38px;
	margin-bottom: 40px;
}
.pet-plus .text-with-phone, .putno-osiguranje .text-with-phone{
	display: flex;
	margin-top: 38px;
	margin-bottom: 40px;
}
.pet-plus .text-with-phone .phone-left, .putno-osiguranje .text-with-phone .phone-left {
	padding-left: 23px;
	padding-right: 57px;
}
.pet-plus .text-with-phone .right-text, .putno-osiguranje .text-with-phone .right-text {
	line-height: 26px;
	display: flex;
	align-items: center;
}
.pet-plus .text-with-phone .right-text p {
	margin-bottom: 17px;
}
.pet-plus .text-with-phone .right-text p:last-child {
	margin-bottom: 0;
}
.pet-plus .pet-plus-section {
	background-color: #f6f6f6;
	background-image: url("/design/pet-plus-background.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 26%;
	margin:45px 0 45px 0;
	padding: 50px 0 50px 0;
}
.pet-plus h5 {
	color: #174479;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
.pet-plus .pet-plus-section-col {
	border-left:2px solid #d9d9d9;
	margin-bottom: 42px;

}
.pet-plus .pet-plus-section .pet-plus-section-ico {
	top:20px;
	left: -225px;
	position: absolute;
}
.pet-plus .pet-plus-section .pet-plus-section-ico.pet-plus-section-ico-first{
	left: -260px;
	top: 0px;
}
.pet-plus .pet-plus-section-wrapper {
	padding-left:15px;
}
.pet-plus .pet-plus-section-wrapper ul {
	background-color: #e5e5e5;
	color: #174479;
	padding:17px 17px 17px 40px;
}
.pet-plus .pet-plus-section-wrapper ul {
	list-style: none;
}
.pet-plus .pet-plus-section-wrapper ul li {
	position: relative;
}
.pet-plus .pet-plus-section-wrapper ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #174479;
	position: absolute;
	top: 14px;
	left: -12px;
}
.number-circle {
	border-radius: 50%;
	width: 26px;
	height: 26px;
	padding: 0px;
	background: #c9da2d;
	text-align: center;
	float: left;
}
.pet-plus table {
	color: #174479;
	background-color: #f6f6f6;
	font-size:18px;
	font-weight: 500;
}
.pet-plus table tr th {
	background-color: #e5e5e5;
	white-space: nowrap;
	border:0px solid #e5e5e5;
}
.pet-plus table tr th:nth-child(2) {
	background-color: #174479;
	color:#ffffff;
	border:0px;
}
.pet-plus table td:nth-child(1) {
	border-right:1px solid #f6f6f6;
}
.pet-plus table tr:nth-child(1) td:nth-child(2) {
	border-top:0px;
}
.pet-plus table tr:last-child td {
	background-color: #e5e5e5;
	color: #9d9d9d;
	font-size:14px;
	border-right:1px solid #dddddd;
}

.floating-banner {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 9999;
	margin-top: 430px;
	padding-top:50px;
	float:right;
}
.contact-text-2 h1 {
	margin-top:70px;
}

.putno-osiguranje .head {
	background-image: url("/design/putno-osiguranje-head-image.jpg");
	background-color: #f9f9f9;
	background-position: center center;
	height: 443px;
}
.putno-osiguranje .dzs-white-content .content-text {
	padding: 50px 117px 0;
}
.putno-osiguranje .dzs-white-content h4 {
	text-align: left;
	margin-bottom: 32px;
}
.putno-osiguranje .dzs-white-content h4::before {
	left: 0;
	margin-right: 25px;
}
.putno-osiguranje .btn.btn-default {
	margin-top: 40px;
	font-size: 22px;
	text-transform: none;
	font-weight: 300;
	padding: 3px 25px 6px 28px;
}
.dzs-body h5 {
	color: #174479;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
}
.dzs-body .dzs-white-content.gray-bg {
	background-color: #f6f6f6;
}
.putno-osiguranje .dzs-third-section .flex-content .left-text .content-text {
    margin: 54px 0px;
}
.putno-osiguranje .dzs-third-section .flex-content .middle-picture img {
    margin-top: -38px;
}
.putno-osiguranje .dzs-third-section .flex-content .left-text {
    margin-left: 262px;
}
.putno-osiguranje li {
    font-size: 21px;
}
.btn.btn-wide {
    min-width:242px;
    margin: 40px 60px;
}
.putno-osiguranje h6 {
    font-weight: 300;
    font-size: 19px;
    color: #144577;
}
.putno-osiguranje h6:after,
.putno-osiguranje h6:before{
    content:"\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
    color: #144577;
    padding: 0 10px;
}

.putno-osiguranje ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #585858;;
    position: absolute;
    top: 12px;
    left: -12px;
}
.putno-osiguranje ul li {
    position: relative;
}
.putno-osiguranje ul {
    list-style: none;
}
.putno-osiguranje .dzs-third-section .flex-content .middle-picture {
    position: relative;
}
.putno-osiguranje .dzs-third-section .flex-content .middle-picture img {
    position: absolute;
    bottom: 0px;
}
/*////////////////////*/

.osiguranje-msp .dzs-head {
	background-image: url("/design/osiguranje-msp-head-image.jpg");
	background-color: #f9f9f9;
	background-position: center center;
}
.osiguranje-msp .dzs-head::after {
	background-image: none;
}
.osiguranje-msp .dzs-head .left-text {
	margin-left:25%;
	text-align: left;
}
.osiguranje-msp .dzs-head .left-text .first-row-text {
	font-weight: 400;
	font-size: 40px;
	line-height: 30px;
}
.osiguranje-msp .dzs-head .left-text .second-row-text {
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
}
.osiguranje-msp .dzs-head .left-text .third-row-text {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
}
.osiguranje-msp .dzs-white-content .content-text {
	padding: 50px 117px 0;
}
.osiguranje-msp .dzs-white-content h4 {
	text-align: left;
	margin-bottom: 32px;
}
.osiguranje-msp .dzs-white-content h4::before {
	left: 0;
	margin-right: 25px;
}
.osiguranje-msp .btn.btn-default {
	margin-top: 40px;
	font-size: 22px;
	text-transform: none;
	font-weight: 300;
	padding: 3px 25px 6px 28px;
}
.osiguranje-msp .dzs-third-section .flex-content .left-text .content-text {
	margin: 54px 0px;
}

.osiguranje-msp .dzs-white-content .sivi-box .content-text {
	padding: 0px 102px;
}
.osiguranje-msp .dzs-white-content .sivi-box {
	padding: 30px 0px;
}


.osiguranje-msp .dzs-third-section .flex-content .middle-picture img {
	margin-top: -38px;
}
.osiguranje-msp .dzs-third-section .flex-content .left-text {
	margin-left: 262px;
}
.osiguranje-msp li {
	font-size: 21px;
}
.osiguranje-msp h6 {
	font-weight: 300;
	font-size: 19px;
	color: #144577;
}
.osiguranje-msp h6:after,
.osiguranje-msp h6:before{
	content:"\00a0\00a0\00a0\00a0\00a0";
	text-decoration:line-through;
	color: #144577;
	padding: 0 10px;
}

.osiguranje-msp ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #585858;;
	position: absolute;
	top: 12px;
	left: -12px;
}
.osiguranje-msp ul li {
	position: relative;
}
.osiguranje-msp ul {
	list-style: none;
}
.osiguranje-msp .dzs-third-section .flex-content .middle-picture {
	position: relative;
}
.osiguranje-msp .dzs-third-section .flex-content .middle-picture img {
	position: absolute;
	bottom: 0px;
}

.osiguranje-msp .sivi-box {
	background-color: #f6f6f6;
	border-bottom: 1px solid #eeeeee;
}
.osiguranje-msp .sivi-box:last-child{
	border-bottom: none;
}

.sivi-box-container  {
	margin: 30px 0px 0px 0px;
}

.osiguranje-msp-sta-pokriva {
	background-image: url("/design/osiguranje-msp-sta-pokriva-bg.jpg");
	background-position: 82% center;
	background-color: #f6f6f6;
	padding: 32px 0;
}

.osiguranje-msp .vanbolnicko-lecenje-section:after {
	background-image:none;
}

.osiguranje-msp-kome-je-namenjeno {
    background-image: url("/design/osiguranje-msp-kome-je-namenjeno-bg.jpg");
    background-position: 26% center;
    background-color: #f6f6f6;
    padding: 32px 0;
}

.vanbolnicko-lecenje-section.osiguranje-msp-kome-je-namenjeno .content-text {
    padding: 3px 0px 3px 117px;
}
.vanbolnicko-lecenje-section.osiguranje-msp-kome-je-namenjeno .content-text .right-text {
    color: #174479;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    border-left: 3px solid #174479;
    display: inline-block;
    text-align: left;
    padding: 30px 0 30px 30px;
    margin-left:46%;
}
.osiguranje-msp table {
    color: #174989;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-spacing: 6px;
    border-collapse: unset;
}
.osiguranje-msp table td {
    background-color: #fbfbfb;
    padding:8px;
    white-space: nowrap;
}
.osiguranje-msp table tr:first-child td {
    background-color: #174989;
    color: #ffffff;
}
.osiguranje-msp table tr.td-sivo-plavo td {
    background-color: #e5e5e5;
    color: #174989;
}
.thank-you-box {
	color: #174989;
	background-color: #f6f6f6;
	width:60%;
	margin:50px auto;
	padding: 30px;
}
.thank-you-box p {
	border-bottom: 2px solid #174989;
	font-size: 36px;
	padding: 30px;
	margin:50px;
	text-align: center;
}

.thank-you-box .img-responsive {
	margin: 0 auto;
}
.flex-center {
	display: flex;
	align-items: center;
}

.smart-program-body .btn.btn-default {
	margin-top: 40px;
	font-size: 22px;
	text-transform: none;
	font-weight: 300;
	padding: 3px 25px 6px 28px;
}

.container.godina-30 {
	max-width: 994px;
}
.godina-30 {
	font-size: 22px;
	color: #585858;
	text-align: center;
}
.bg-blue {
	background-color: #174479;
}
.bg-blue .godina-30, .bg-blue .godina-30 h2 {
	color:#ffffff;
}
.godina-30 h2 {
	text-align: center;
	color: #174479;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
}
.godina-30 h2 strong {
	font-weight: 800;
}
.godina-30 h2:after {
	content: none;
}
.godina-30 a.btn.btn-default {
	font-size: 14px;
}
.godina-30-ico {
	display: inline;
	margin-right: 15px;
}
.mozda-niste-znali {
	font-size: 14px;
}
.mozda-niste-znali p {
	margin: 15px 0;
	max-width: 272px;
}
.text-box-bg-bl {
	color: #ffffff;
    background-color: #144577;
    display: inline-block;
    padding: 5px 15px;
    margin: 10px 0;
}

.banca-intesa,
.banca-intesa a {
	font-family: 'Segoe Pro';
	font-size: 22px;
	font-weight: 400;
	color: #585858;
}
.banca-intesa p {
	margin: 30px 0;

}
.banca-intesa h1 {
	font-size: 44px;
	font-weight: 800;
	color: #174479;
	text-align: left;
	margin: 75px 0 10px 0;
}
.banca-intesa h2 {
	font-size: 44px;
	font-weight: 300;
	color: #174479;
	text-align: left;
	margin: 0px 0 10px 0;
}
.banca-intesa h1:after,
.banca-intesa h2:after{
	display: none;
}
.banca-intesa .box {
	font-size: 20px;
	font-weight: 400;
	color: white;
	padding: 25px 57px 25px 45px;
	margin-bottom: 20px;
}
.banca-intesa .box.orange {
	background: linear-gradient(0deg, rgba(255,147,92,1) 0%, rgba(255,87,2,1) 100%);
}
.banca-intesa .box.green {
	background: linear-gradient(0deg, rgba(10,156,79,1) 0%, rgba(1,107,51,1) 100%);
}
.banca-intesa .box.blue {
	background: linear-gradient(0deg, rgba(43,112,213,1) 0%, rgba(42,85,148,1) 100%);
}
.banca-intesa .box .title {
	display: flex;
	font-size: 45px;
	align-items: center;
	font-weight: 700;
}
.banca-intesa .box .title img {
	max-width: 87px;
	max-height: 87px;
	margin-right: 25px;
}
.banca-intesa .box table {
	min-width: 100%;
	margin-bottom: 10px;
}
.banca-intesa .box table tr:first-child > td {
	text-align: center;
	border:none;
}
.banca-intesa .box table td {
	font-size: 26px;
	border: 2px solid white;
	padding: 10px 20px;
}
.banca-intesa .box table tr td:nth-of-type(2) {
	text-align: center;
}
.banca-intesa .box a.btn {
	color:white;
	border:2px solid white;
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.banca-intesa .download {
	font-size:17px;
	font-weight: 300;
	display: flex;
	margin-bottom: 20px;
	align-items: flex-start;
}
.banca-intesa a.download  {
	font-size:17px;
	font-weight: 300;
	color: white;
}
.banca-intesa .download > div {
	max-width: 600px;
	margin-top: 4px;
}
.banca-intesa .download img {
	margin-right: 15px;
}
.banca-intesa .box .box-body {
	overflow: hidden;
}
.banca-intesa .box .box-body .box-body-content {
	margin-top: -200%;
	transition:  500ms;
}
.banca-intesa .box .box-body.active .box-body-content {
	margin-top: 0;
}
.banca-intesa input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}
.banca-intesa label {
	margin-left: auto;
	cursor: pointer;
	text-indent: -9999px;
	width: 116px;
	height: 64px;
	background: transparent;
	display: block;
	border-radius: 90px;
	position: relative;
	border:4px solid white;
}
.banca-intesa label:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 42px;
	height: 42px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}
.banca-intesa input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
.banca-intesa label:active:after {
	width: 80%;
}