/* Minification failed. Returning unminified contents.
(21,16): run-time error CSS1046: Expect comma, found '129'
(21,22): run-time error CSS1046: Expect comma, found ')'
(388,27): run-time error CSS1046: Expect comma, found '129'
(388,33): run-time error CSS1046: Expect comma, found ')'
(395,45): run-time error CSS1030: Expected identifier, found 'li'
(395,47): run-time error CSS1031: Expected selector, found ')'
(395,47): run-time error CSS1025: Expected comma or open brace, found ')'
(404,24): run-time error CSS1046: Expect comma, found '129'
(404,30): run-time error CSS1046: Expect comma, found ')'
(459,21): run-time error CSS1046: Expect comma, found '129'
(459,27): run-time error CSS1046: Expect comma, found ')'
(469,21): run-time error CSS1046: Expect comma, found '129'
(469,27): run-time error CSS1046: Expect comma, found ')'
(479,1): run-time error CSS1019: Unexpected token, found '}'
(1163,1): run-time error CSS1019: Unexpected token, found '#'
(1163,3): run-time error CSS1019: Unexpected token, found '{'
(1164,11): run-time error CSS1030: Expected identifier, found ' '
(1164,17): run-time error CSS1031: Expected selector, found ';'
(1164,17): run-time error CSS1025: Expected comma or open brace, found ';'
(1165,14): run-time error CSS1030: Expected identifier, found ' '
(1165,23): run-time error CSS1031: Expected selector, found ';'
(1165,23): run-time error CSS1025: Expected comma or open brace, found ';'
(1166,9): run-time error CSS1030: Expected identifier, found ' '
(1166,10): run-time error CSS1031: Expected selector, found '-'
(1166,10): run-time error CSS1025: Expected comma or open brace, found '-'
(1167,14): run-time error CSS1030: Expected identifier, found ' '
(1167,22): run-time error CSS1031: Expected selector, found ';'
(1167,22): run-time error CSS1025: Expected comma or open brace, found ';'
(1168,11): run-time error CSS1030: Expected identifier, found ' '
(1168,12): run-time error CSS1031: Expected selector, found '600px'
(1168,12): run-time error CSS1025: Expected comma or open brace, found '600px'
(1169,1): run-time error CSS1019: Unexpected token, found '}'
(1206,1): run-time error CSS1019: Unexpected token, found '#'
(1206,3): run-time error CSS1019: Unexpected token, found '{'
(1207,11): run-time error CSS1030: Expected identifier, found ' '
(1207,17): run-time error CSS1031: Expected selector, found ';'
(1207,17): run-time error CSS1025: Expected comma or open brace, found ';'
(1208,14): run-time error CSS1030: Expected identifier, found ' '
(1208,23): run-time error CSS1031: Expected selector, found ';'
(1208,23): run-time error CSS1025: Expected comma or open brace, found ';'
(1209,9): run-time error CSS1030: Expected identifier, found ' '
(1209,10): run-time error CSS1031: Expected selector, found '-'
(1209,10): run-time error CSS1025: Expected comma or open brace, found '-'
(1210,14): run-time error CSS1030: Expected identifier, found ' '
(1210,22): run-time error CSS1031: Expected selector, found ';'
(1210,22): run-time error CSS1025: Expected comma or open brace, found ';'
(1211,11): run-time error CSS1030: Expected identifier, found ' '
(1211,12): run-time error CSS1031: Expected selector, found '600px'
(1211,12): run-time error CSS1025: Expected comma or open brace, found '600px'
(1212,1): run-time error CSS1019: Unexpected token, found '}'
(1878,27): run-time error CSS1046: Expect comma, found '129'
(1878,33): run-time error CSS1046: Expect comma, found ')'
(1884,22): run-time error CSS1046: Expect comma, found '129'
(1884,28): run-time error CSS1046: Expect comma, found ')'
 */
body {
    margin: 0;
    font-family: "Muli", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #071f32;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

section {
	flex: 1;
}

a {
	color: rgb(76,175,80);
}

a:hover {
	color: rgb(48 129 51);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Muli", Arial, sans-serif;
    font-weight: 800;
    color: rgb(3,169,244);
}
.novosti h4 {
  color: #071f32;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
}

.sliderPin {
	display: inline-block;
    position: absolute;
    left: 15px;
    top: 30px;
    z-index: 10;
}

.sliderPin img {
	position: relative;
	z-index: 9;
}

.sliderPin span {
	background: #fff;
    border-radius: 0 12px 12px 0;
    color: #071f32;
    display: inline-block;
    padding: 5px 10px 5px 12px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    left: -9px;
    z-index: 7;
    letter-spacing: 0.3px;
}

.projekti-tablica h3 {color: #3a3a3a;}
a,
a:visited {
    text-decoration: none;
}
a:hover,
a:active {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in;
}

a:focus {
    outline: none;
    text-decoration: none;
}
a img,
img {
    border: none;
}

::placeholder{
	color:#006CB5 !important;
	font-weight:normal;
}

.clear {
    height: 1px;
    line-height: 0;
    font-size: 1px;
    clear: both;
}
.logo-wrap {
	display: flex;
}

.logo {
    display: block;
}
.logo-img {
    height: 70px;
    height: auto;
    display: block;
}

.logo-wrap .logo:first-child {
	margin-right: 30px;
}

.logo-wrap .logo:last-child {
	position: relative;
	top: 3px;
}

.linkCetvrt {display: none;}
.linkCetvrt a {
    padding: 10px 40px 10px 20px;
    background-color: #00c4ff; /*#3b991a*/
    border-radius: 3px;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.linkCetvrt a::after {
    content: "\f30f";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 9px;
}
.servisi-wrap {
    margin-bottom: 20px;
}
.servisi {
border-radius: 3px;
color: #fff;
font-size: 14px;
font-weight: normal;
display: inline-block;
padding: 5px 10px;

background: #305ad1;
text-align: center;
	margin-left: 10px;	

}


.servisi:hover {
    color: #fff;
    background-color: #21409a;
    border-color: #21409a;
}
.servisi-mob {display: none !important;}
.marg0 {
    margin: 0px;
}
.margtop0 {
    margin-top: 0px;
}
.margtop15 {
    margin-top: 15px;
}
.margtop20 {
    margin-top: 20px;
}
.margbot20 {
    margin-bottom: 20px;
}
.margtop30 {
    margin-top: 30px;
}
.margtop60 {
    margin-top: 60px;
}
.margtop90 {
    margin-top: 90px;
}
.pad0 {
    padding: 0;
}
.padleft30 {
    padding-left: 30px;
}
.relative {
    position: relative;
}

.fw100 {
    font-weight: 100;
}
.fw200 {
    font-weight: 200;
}
.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.fw800 {
    font-weight: 800;
}
.fw900 {
    font-weight: 900;
}

/* scroll na vrh */
.navrh {
    background-color: rgba(119, 135, 147, 0.87);
    padding: 5px 17px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    font-size: 24px;
}

.navrh:hover {
    color: #fff;
    background-color: #005a9c;
}

header {
    padding: 30px 0 10px 0;
}
header img {
    /* margin-left:-15px; */
}

header .href-grad {
    font-weight: bold;
    color: #163d73;
}
header .href-grad:hover {
    color: #305ad1;
}
header .druga-kol {
    position: relative;
}
h1 {
    font-size: 28px;
    font-weight: 900;
    color: #071f32;
    line-height: 34px;
    margin: 0;
    padding: 0;
    margin: 20px 0;
}
h3 {
    font-size: 22px;
    font-weight: 900;
    color: #006CB5;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.vizual {
    border-radius: 6px;
    position: relative;
}
.vizual-naslov {
  /*  margin-left: 60px;
    margin-right: 60px;
    background: #fff;
    border-radius: 6px;
    padding: 30px 35px 30px 35px;

    margin-top: -60px;
    position: relative;
    width: fit-content;
    */
}
.vizual-wrap{
	position:relative;
}


.vizual-wrap .locationPin{
	display:inline-block;
	position:absolute;
	left:15px;
	top:30px;
}

.vizual-wrap .locationPin img{
	width:60px;
	height:auto;
}

.vizual-label {
    left: 35px;
    z-index: 1;
    color: #fff;
    background: #21409a;
    font-family: "Muli", Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    border-radius: 3px;
    top: -15px;
    
    
    display: none;
    
}
.vizual-kratki {
    position: relative;
    z-index: 1;
    color: #071f32;
    padding-left: 84px;
    margin-bottom: 10px;
    padding-right: 30px;
}
.short-description p {
    margin-bottom: 15px;
}

.side-menu {
    border-radius: 6px;
	background: rgb(76,175,80);
}

/* .side-menu.unutra { */
	/* background: #006CB5;; */
/* } */

.sidebar-naslov {font-size: 18px; font-weight: bold; color: #fff !important; margin: 25px 0 0 20px; display: inline-block; margin-bottom: 20px;}

.side-menu.unutra .sidebar-naslov {
    color: #fff !important;
    padding: 25px 0 20px 20px;
    display: block;
	margin: 0;
}

.side-menu ul {
    margin: 0;
    padding: 0 0 25px 0;
	display: block;
}
.plus {display: none;}

.side-menu ul li {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid rgb(232,245,233);
    color: #fff;
}
.side-menu.unutra ul li {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #dedede;
    color: #fff;
}
.side-menu ul li a {
  color: #3e3e3e;
  color: #fff;
  padding: 15px 20px;
  display: block;
}

.side-menu ul li a:hover{
	background-color: rgb(48 129 51);
}

.side-menu.unutra ul li a {
	color: #fff;
}

.side-menu ul li.active:not(ul.druga-razina li) {
   font-weight: bold;
}

.side-menu ul li.active {
   background: #F2FAFD;
}

.side-menu.unutra ul li.active > a {
    background: rgb(48 129 51);
    color: #fff;
}

.side-menu.unutra ul li.active > a:hover {
    background: rgb(3,169,244);
    color: #fff;
}

.side-menu ul li.active .druga-razina li  {
   font-weight:normal;
}

.side-menu ul li.active .druga-razina li a  {
   padding-left: 30px;
   color:#3e3e3e;
}

.side-menu ul li.active .druga-razina li a:hover  {
   color: #fff;
}

.side-menu .druga-razina li.active {
   font-weight:700;
}

.side-menu .druga-razina li.active > a {
	display: block;
    padding: 15px;
    color: #fff;
    background: #337ab7;
	padding-left: 30px;
}

.side-menu .druga-razina li.active  .treca-razina li {
   font-weight:normal;
}

.side-menu .druga-razina li.active  .treca-razina li a {
   padding-left: 50px;
   color: #3e3e3e;
}

.side-menu .druga-razina li.active  .treca-razina li a:hover {
   color: #fff;
}

.side-menu .druga-razina li.active .treca-razina li.active > a {
   font-weight: 700;
   background: transparent;
   color: #3e3e3e;
}

.podmeni-aktivni > a {
	font-weight: 700;
	background: rgb(48 129 51);
}

.druga-razina, .treca-razina {padding-bottom: 0 !important;}

.druga-razina li a {
	background: #8fce00;
}

.druga-razina li a.active {
	background: rgb(48 129 51);
}

.side-menu ul li a:hover {
	color: #3657aa;
  color: #fff;

}


}

.side-menu ul li .sidebar-naslov {
    font-weight: bold;
    color: #071f32;
    color: #fff;
    font-size: 18px;
}
.side-menu ul li:last-of-type{padding-bottom: 0;}


.side-menu ul li:nth-last-child(-n + 1) {
    border-bottom: 0px;
}

a.sidebar-vise {
    background-color: #305ad1;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    border-radius: 3px;
    text-align: center;
}
a.sidebar-vise:hover {
    background-color: #3657aa;
}

.long-description img {
    border-radius: 5px;
}

.long-description figcaption {
    margin-top: 15px;
    margin-bottom: 0px;
}

.long-description h2 {
    margin-bottom: 10px;
}
.long-description p {
    margin-bottom: 30px;
    line-height: 25px;
}

.contact-box span:first-child {
    font-weight: bold;
}

.inner-contact {
    margin-top: 15px;
    display: flex;
    font-size: 14px;
}
.inner-contact img {
    margin-right: 10px;
}

.inner-contact a {
    color: #071f32;
}

.fotogalerija {
    margin-top: 60px;
}

.fotogalerija h4 {
    color: #071f32;
    margin-bottom: 30px;
    padding-left: 0px;
}

.select-dd,
.select-dd-ured {
    width: 100%;
}
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 3px;
    border: transparent;
    background: #eff1f6;
    padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    color: #006CB5;
    font-weight: 600;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #21409a transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #21409a transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #006CB5;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #eff1f6;
    color: #006CB5;
}
.search {
    border-color: rgb(3,169,244);
    border-radius: 3px;
    height: 42px;
    color: rgb(3,169,244);
    font-weight: bold;
	padding-right: 40px;
}
.search-wrap button {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 5px;
    top: 7px;
}

header .ured {
	display: inline-block;
}

.ured a {
	color: rgb(3,169,244);
}

.search-wrap {
    position: relative;
}
header .search-wrap {
	margin: 0 0 0 30px;
	display: inline-block;
	float: right;
	top: 10px;
}

header .search-wrap:after {
	clear: right;
}

/*table saw*/
.table {
    margin-bottom: 0;
}
.tablica td.center,
.tablica th.center {
    text-align: center;
}
.tablica {
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(49, 56, 68, 0.2);
    margin-top: 30px;
}
.tablica th {
    background-color: #046cb5;
    color: #fff;

    padding: 10px !important;
}
.tablica td {
    padding: 10px !important;
    vertical-align: middle !important;
}
.tablica {
    font-size: 15px;
    font-weight: bold;
}
/*.tablica .ured {width: 300px;}*/

.tablesaw {
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
}

.table-saw {
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(49, 56, 68, 0.2);
    overflow: hidden;
    margin-top: 30px;
}
.table-saw th {
    background-color: #3657aa;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 10px 20px 20px !important;
}
.table-saw td {
    padding: 20px 10px 20px 20px !important;
}
.tablesaw-stack td.center,
.tablesaw-stack th.center {
    text-align: center;
}
.tablesaw-stack tbody tr {
    border: 0;
}
.projekti {margin-top:30px;}
.projekti-tablica {
    padding-bottom: 10px;
    margin-top: 60px;
}

.ured-td {
    font-weight: normal;
}
.status {
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 13px;
    background: #ddd;
    padding: 0;
    color:#000;
    font-size: 15px;
    
  
    text-align: center;
}
.status.utijeku {
    background: #305ad1;
    background: transparent;
}
.status.provedeno {
    background: #01db80;
}
.status.unajavi {
    background: #d0ddff;
    color: #21409a;
}
.ListaOdbora {display: inline-block; margin-bottom: 30px;}

.detaljno {
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px;
    background: #ddd;

    text-align: center;
    font-size: 13px;
    background: #eff1f6;
    color: #21409a;
}
.vise {
    cursor: pointer;
    margin-top: 15px;
    font-weight: bold;
}

.detaljno:hover {
    background: #3657aa;
    color: #fff;
}
.status-eu {
    width: 12px;
    height: auto;
    margin: 0 auto;
}

footer {
    padding: 60px;
    background: #f5f5f5;
    margin-top: 60px;
}
footer a {
    display: inline-block;
}
.foo-tekst {
    color: #232222;
    font-size: 15px;
    margin-top: 30px;
}

.label-projekt {
    border-radius: 3px;
    background: #eff1f6;
    color: #21409a;
    padding: 10px 0 10px 20px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.label-tekst {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
}
.galerija {
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 30px;
}
#lightcase-overlay {
    background: #e1e1e2;
}
a[class*="lightcase-icon-"],
a[class*="lightcase-icon-"]:focus {
    color: #071f32;
}

.dodatna-polja a {
    color: #305ad1;
    font-weight: 600;
}
.dodatna-polja a:hover {
    text-decoration: underline;
}
.povratak {
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 9px 30px;
    background: #ddd;
    background: #305ad1;
    text-align: center;
}
.povratak:hover {
    color: #fff;
    background: #3657aa;
    box-shadow: 0 10px 30px rgba(49, 56, 68, 0.2);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: #006CB5;
    color: #fff;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: #006CB5;
    color: #fff;
    right: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 15px;
}
.swiper-button-prev,
.swiper-button-next {
    top: 45%;
	width: 40px;
    height: 40px;
    padding: 0 20px;
}
.swiper-button-prev {
    left: 0;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #0969BB;
    color: #fff;
}

.swiper-pagination-bullet{
	background: rgb(3,169,244);
}

.galerijaSlider .swiper-pagination {
    position: relative;
	bottom: 0;
}


.pagination-table {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pagination-table li {
    display: inline-block;
}

.pagination-table li.active span,
.pagination-table li a:hover,
.pagination-table li a:active,
.pagination-table li a:focus {
    background: #305ad1;
    color: #fff;
}

.pagination-table li a,
.pagination-table li span {
    color: #21409a;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    background: #eff1f6;
    border-radius: 50%;
    margin: 0 5px 0 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.select2-results__option[aria-disabled="true"] {
    display: none;
}
table .stranka {font-size: 12px !important;color:#666; margin-top: 5px;}

table .opis-promjena {font-size: 12px !important;color:#666; margin-top: 5px; transition: all 0.3s ease;}

table .stranka.listaKontakti {font-size: 15px !important;color:#071f32;}

table .title {
  font-size: 16px;
    width: 55%;
    color:#000;
    font-weight: normal;  
}
table .cijena {
    font-weight: normal;
}


.ured-td {
    color: #666;
}

.noresults {
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    background: #f9f9f9;
    border-radius: 3px;
    color: #163d73;
}

.radno-vrijeme p {
    margin-top: 10px;
}

/*----------main nav-----------*/

.no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.dark-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.main-nav {
    float: right;
    display: block;
    position: relative;
    z-index: 2;
	display: none;
}

.nav-list,
.submenu {
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
}

.nav-list li {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.nav-list > li > a {
    display: inline-block;
    color: #071f32;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: bold;
    padding:0 0 15px 0px;
    margin-left: 15px;
}

.nav-list li:hover a,
.nav-list li:focus a,
.nav-list li:active a {
    color: #007bff;
}
.show-submenu {
    position: relative;
}

.show-submenu.position {
	display: none;
}

.second-level {
	display: none;
}

.has-drop span {
	display: none;
}

.mobile_menu_close {
	display: none;
}

.ion-ios-arrow-down {
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

.show-submenu span {
    margin-left: 5px;
    cursor: pointer;
}
.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    width: 280px;
    margin: 0;
    list-style-type: none;
    text-align: left;
    padding: 20px;
    background: #e6e6e6;
    border-radius: 4px;
    z-index: 9999;
}
.submenu span {
    position: absolute;
    right: 00px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.submenu span:hover {
    transform: rotate(-90deg);
}

ul.nav-list li:nth-child(4) .submenu {
    left: -75px;
}

ul.nav-list li:nth-child(5) .submenu {
    left: -155px;
}

.submenu li {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700; 

    padding: 16px 0 5px 0px; 
}

.nav-list .submenu li a {
    font-size: 16px;
    font-weight: normal;
    color: #3e3e3e;
}

.nav-list .submenu li a:hover,
.nav-list .submenu li a:focus,
.nav-list .submenu li a:active {
    color: #305ad1;

    transition: 0.4ms ease-in-out;
    /* max-height:50px; */
}

.nav-list .submenu li a:focus span {
    transform: rotate(-90deg);
}

.nav-list .submenu li a span {
    position: absolute;
    right: 20px;
}

.nav-list .submenu ul.second-level {
    display: none;
    position: absolute;
    padding: 0;
    left: 260px;
    top: 0;
    width: 280px;
    padding: 20px;

    background: #f7f7f7;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(49, 56, 68, 0.2);
}

.nav-list .submenu .second-level a {
    font-size: 16px;
font-weight: normal;
color: #3e3e3e;

}

.mobile-nav {
    display: none;
}
.menu-btn {
    display: none;
}

/*-----------end main nav---------*/

/*----------breadcrumbs----------*/

ul.ac-breadcrumbs {
    padding: 0;
    margin-top:20px;
}

ul.ac-breadcrumbs li {
    list-style-type: none;
    display: inline;
}

ul.ac-breadcrumbs li::after {
    font-family: "Ionicons";
    content: "\f3d0";
    font-size: 16px;
    display: inline-block;
    margin-left: 3px;
    transform: rotate(-90deg);
    color: #337ab7;
}

ul.ac-breadcrumbs li:last-child::after {
    display: none;
}
/*--------end breadcrumbs------*/

.map-info {
    position: absolute;
    top: 110px;
    left: 70px;
    width: 400px;
}
.podnaslov {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.naslov h2 {
    font-size: 38px;
    line-height: 44px;
}

.naslov h2::after {
    content: "\f3d6";
    font-family: "Ionicons";
    font-size: 45px;
    position: relative;
    top: 5px;
}
# {
    float: right;
    position: relative;
    top: -30px;
    overflow: visible;
    width: 600px;
}
.mapbutton {
    margin-top: 30px;
}

.mapbutton .popis-cetvrti {
    padding: 10px 40px 10px 0px;
    border-radius: 5px;
    color: #21409a;
}

a.popis-cetvrti::after {
    content: "\f3d4";
    font-family: "Ionicons";
    font-size: 20px;
    font-weight: bold;
    position: relative;
    right: -20px;
    top: 3px;
}
.select-holder {
    display: none;
}

/*-------- karta------------*/

.karta {
    /* background-color: #f6f6f6; */
    height: 430px;

    position: relative;
    border-radius: 5px;
	
	 background: #f6f6f6 url("../img/karta_pozadina.png") no-repeat;
	 background-position: bottom left;
}

# {
    float: right;
    position: relative;
    top: -30px;
    overflow: visible;
    width: 600px;
}

/*.map-holder svg {
    width: 100% !important;
    height: auto;
    display: block;
}*/
.map-holder svg {
    width: 556px;
    height: 490px;
    display: block;
}
.heyo:hover {
    fill: #253a70;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.enabled {
    cursor: pointer;
}

.description {
    pointer-events: none;
    position: absolute;
	top:230px;
	left:70px;
	white-space:nowrap;
    z-index: 50;
    font-size: 18px;
    text-align: center;
    background: white;
    padding: 10px 15px;
    height: auto;
    margin: 0 auto;
    color: #21669e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    text-align: center;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.description.aktivan {
    display: block;
}
.description:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -22%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}
/*------------------------*/
figure {
    margin-top: 30px;
}
figure img {
    margin-bottom: 10px;
    border-radius: 6px;
}

.mobile-logo {
    display: none;
}
.opis {

    line-height: 26px;
    color: #3e3e3e;
    padding-right: 30px;
}

.opis h3{
	margin-bottom:15px;
}
.opis table {
	width: 100% !important;
}
.opis table td {width: auto !important; padding: 10px;}
.opis table tr:first-of-type {background: #f1f1f1; text-transform: lowercase; font-weight: bold;}



.ac-breadcrumbs li a {color: #999999; font-size: 15px;}
.ac-breadcrumbs li a:hover {color: #3a3a3a; text-decoration: underline;}
ul.ac-breadcrumbs li::after {color: #999999;}

.zg img {width: 200px;
	height: auto;
}

.fotogalerija a {
  
    float: left;
    display: block;
    padding: 0;
}

.fotogalerija .galerija {
    margin-bottom: 10px;
}


font {
	font-family: "Muli", Arial, sans-serif !important;
	font-size: initial !important;
}


.opis img {
	max-width: 100%;
}

.table-wrap{
	width:100%;
	overflow-x:scroll;
}

/*NOVE AKTIVNOSTI*/
@media (min-width:1200px) {
    .container {
        width: 100%;
    }
}
@media (min-width:1600px) {
    .container {
        width: 1570px;
    }
}

.nav-list.side li {
    display: block;
}

/*.side-menu.home {height: 430px;}*/

 .trazilica {
    display: flex;
    flex-wrap: wrap;
}
 .trazilica .col {
    flex: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  
}
 .trazilica .col.sec {
    padding-left: 20px;
  
}
.map-info {width:500px;}
.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 3px;
    border: 1px solid #b1c1ef;
    background: #fff;
    padding-left: 10px;
}
.ured {margin-top: 20px;}
.slika-novosti img {border-radius: 6px; aspect-ratio: 3 / 2;}
.tri-vijesti {margin-top: 20px; }
.tri-vijesti h3 {margin-bottom: 20px;}
.search-wrap {margin-bottom: 30px;}



.autocomplete-suggestions {width:auto !important; font-size: 14px !important; border: 1px solid #cfcfcf !important; border-radius: 3px !important; background: #FFF !important; cursor: default !important; overflow: auto !important; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) !important;  }
.autocomplete-suggestion { padding: 6px 10px !important; white-space: nowrap !important; overflow: hidden !important; }
.autocomplete-no-suggestion { padding: 2px 10px !important;}
.autocomplete-selected { background: #F0F0F0 !important; cursor: pointer !important; }

.map-info {
    position: absolute;
    top: 50%;
    left: 70px;
    width: 400px;
    transform: translateY(-50%);
}

.searchwrap {
    padding: 30px 10px 30px 30px;
    background: #f2f2f2;
    border-radius: 6px;
}
.btn-kreni {
    background: #006CB5;
    border-color: #006CB5;
    border-radius: 3px;
    height: 42px;
    color: #fff !important;
    font-weight: bold;
}

.btn-trazi {
    background: #006CB5;
    border: 1px solid #006CB5;
    border-radius: 3px;
    height: 42px;
    color: #21409a;
    color:#fff;
    font-weight: bold;

    border:0;
}
.btn-trazi:hover, .btn-trazi:active, .btn-trazi:focus {
	color: #006CB5; 
	background:transparent;
	border: 1px solid #006CB5;
	}

.kvartovi {
    list-style-type: none;
    padding: 0;

}
.kvartovi li {display: inline-block; margin: 10px 10px 10px 0;}
.kvartovi  a {
    display: block;
    list-style-type: none;
    border: 1px solid #006CB5;
    border-radius: 12px;
    padding: 7px 20px;
    color: #006CB5;
}
.kvartovi  a:hover {
    display: block;
    list-style-type: none;
    border: 1px solid #006CB5;
    border-radius: 12px;
    padding: 7px 20px;
    background:#006CB5;
    color: #fff
}
.mjesni-lista  {
    list-style-type: none;
    padding: 0;
}
.mjesni-lista li {display: inline-block; margin: 10px 10px 10px 0;}
.mjesni-lista  a {
    display: block;
    list-style-type: none;
    border: 1px solid #006CB5;
    border-radius: 12px;
    padding: 7px 20px;
    color: #006CB5
}
.mjesni-lista   a:hover {
    display: block;
    list-style-type: none;
    border: 1px solid #006CB5;
    border-radius: 12px;
    padding: 7px 20px;
    background: #006CB5;
    color: #fff
}

.cetvrtbtnUlica, .mobtnUlica  {
  font-size: 14px;
    display: inline-block;
    background: #fff;
    border: 1px solid #21409a;
    border-radius: 2px;
    padding: 11px 10px 4px 10px;
    color: #21409a;
    margin-left: 10px;
    height: 42px;
}
.cetvrtbtnUlica:hover, .mobtnUlica:hover {

    background: #21409a;
    color: #fff;
    border: 1px solid #21409a;


  }

  .autocomplete-suggestions {top:42px !important;}
  .slika-novosti {margin-bottom: 20px; margin-top: 10px;}
  
  .pojam-results {
	  font-weight: 700;
	  margin-bottom: 10px;
  }
  
  .search-item {
	padding: 15px 0;
  }
  
  .search-item + .search-item {
	  border-top: 1px solid #ccc;
  }
  
  .search-item a {
	color: #071f32;
    font-size: 16px;
    border-bottom: none;
    line-height: normal;
    font-weight: bold;
  }
  
  .search-item p {
	  margin: 0;
  }
  
  .mobile-search {
	  display: none;
  }
  
    .gcd_flex_wrapper {
	  display: flex;
	  align-items: center;
	  margin-top: 40px;
    margin-bottom: 40px;
  } 
  
  .gcd_img img {
	  padding-right: 30px;
  }
  
  .gcd_title {
	 color: #006EBF; 
  }
  
  .gcd_subtitle {
	color: #006EBF; 
	text-transform: uppercase;
	font-size: 18px;
  }
  
  .gcd_list {
	padding: 0;
    list-style: none;
	font-weight: normal;
  font-size: 15px;
  }
  
  .gcd_list .blue {
	  color: #006EBF;
  }
  
  .gcd_list .blue span {
	  color: #071f32;
  }
  
  .gcdi_list {
	  margin-top: 32px;
  }
  
  .gdc_link {
	  color: #071f32;
  }
  
  .gdc_link span {
	  color: #006EBF;
  }
  
  .gcd_btns {
	  margin-top: 0;
  }
  /*
  .gcd_btn {
	    display: inline-block;
		border: 1px solid #fff;
		color: #fff;
		background: #006EBF;
		border-radius: 5px;
		padding: 10px 20px;
		margin-right: 20px;
		transition: all 0.4s ease;
	}
	
	.gcd_btn:hover,
	.gcd_btn:focus	{
		color: #006EBF;
		border-color: #006EBF;
		background: #fff;
	}
  
*/
  
  /* CSS */
.gcd_btn {
  display: inline-block;
    margin-right: 10px;
	margin-top: 20px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    border: 0px;
    border:transparent;
    font-weight: 700;
    /* box-shadow: 0px 0px 14px -7px #f09819; */
    /* background-image: linear-gradient(45deg, #006CB5 0%, #90E0EF  51%, #90E0EF  100%); */
	background: #1fa6e7;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
.gcd_btn:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
	background: #006CB5;
    text-decoration: none;
  }
  
.gcd_btn:active {
    transform: scale(0.95);
  }
  
  

  
  
  .uppercase {
	  text-transform: uppercase;
  }
  
  .underline {
	  text-decoration: underline;
  }
  
  .kratki-opis {
	  margin-top: 30px;
  }
  
    .swiper-container {
      width: 100%;
      height: 100%;
	  padding: 0 10px;
    }
	
	.swiper-container.main_slider {
		width: 100%;
		margin: 0;
		border-radius: 6px;
		padding: 0;
	}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	.new_hero .swiper-pagination {
		bottom: -30px;
		left: 0;
	}
	
	.new_hero .swiper-pagination .swiper-pagination-bullet {
		margin-right: 10px;
		width: 10px;
		height: 10px;
	}


.ListaOdbora h3 {margin-top: 30px; color:#000;}



#draw {
  float: right;
  position: relative;
  top: -30px;
  overflow: visible;
  width: 600px;
}

.new_hero {
	display: flex;
    position: relative;
	margin-bottom: 20px;
}

.nh_img {
	border-radius: 6px;
}

.nh_info {
	display: none;
	background: #F0F0F0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
    padding: 50px;
    border-radius: 6px;
	z-index: 9;
}

.nh_title {
	color: #071F32;
    font-size: 32px;
    font-weight: 700;	
	margin-bottom: 30px;
	margin-top: 0;
}

.nh_txt {
	color: #071F32;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 30px;
}

.nh_link {
	display: inline-flex;
	padding: 15px 50px 15px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	background: #006CB5;
	border: 1px solid #006CB5;
	transition: all 0.4s ease;
	border-radius: 10px;
}

.nh_link:hover, .nh_link:focus, .nh_link:active {
	color: #006CB5;
	border: 1px solid #006CB5;
	background: transparent;
}

.nh_link .ion-arrow-right-c:before {
    content: "\f10b";
    position: relative;
    right: -30px;
    font-size: 18px;
    top: 1px;
    transform: rotate(-45deg);
}

.karta_sekcija {
	margin-top: 40px;
	border-radius: 6px;
}

.opis.mo_opis {
	padding-right: 0;
}

.sl_sekcija {
	display: flex;
    margin: 30px 0;
}

.sls_slika {
	flex: 1 0 50%;
    margin-right: 30px;
}

.sls_slika a {
	display: block;
	max-height: 550px;
	overflow-y: hidden;
}

/*cookies*/

.gdc-button, #gdc-accept-all{
	border-color:#006CB5;
	background-color:#006CB5;
	color:#fff;
}

.gdc-button:hover, #gdc-accept-all:hover{
	color:#006CB5;
	background-color:transparent;
	border-color:#006CB5;
}

.gdc-description a{
	color:#006CB5;
}

.gdc-options input[type=checkbox]:checked + label:before{
	background: #006CB5;
    border: 1px solid #006CB5;
}
	
.gdc-info-icon-bkg{
	fill:#006CB5;
}

.panel-group .panel {
	box-shadow:none;
		margin-bottom:15px;
	
}

.panel-default>.panel-heading{
    padding: 0;
	background-image:none !important;
	background-color:#f1f1f1;

}

.panel-heading a {
	display: block;
    padding: 10px 15px;
	line-height: 1.4;
    font-weight: 600;
}

.panel-heading a {
	background: transparent;
	color: #071f32;
}

.panel-heading a.opened {
	background: #046cb5;
	color: #fff;
}

.panel_content {
	padding: 10px 15px;
}

.foo-tekst {
    color: #232222;
    font-size: 15px;
    margin-top: 30px;
}

.footerLinkovi {
    margin-top: 20px;
}

.footerLinkovi a {
    margin-right: 15px;
}
.nl-wrap {text-align: right;}
.news-link {
  display: inline-block;
  margin-top: 25px;
  padding: 8px 18px; 
  border:1px solid rgb(48 129 51); 
  border-radius: 6px; 
  font-size: 14px;
}

.news-link:hover {
  background: rgb(48 129 51);
  color: #fff;
}

.gd-logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
}

.video-container {
    height: 360px;
    position: relative;
}

.boljiKvartBanner{
	display:block;
	margin-top:30px;
	position:relative;
}

.boljiKvartBanner img{
	border-radius:8px;
}

.boljiKvartBanner div{
    /* display:flex; */
   padding: 12px 25px 12px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #006CB5;
    border: 1px solid #006CB5;
    transition: all 0.4s ease;
    border-radius: 10px;
	position:absolute;
	bottom:15px;
	left:10px;
	justify-content:space-between;
	width:55%;
	white-space:nowrap;
}


.boljiKvartBanner div::before {
   content: "\f10b";
    position: absolute;
    right: 12px;
    font-size: 17px;
    top: 14px;
    transform: rotate(-45deg);
}

.showOnMobile{
	display:none;
}
.partneri-logo2 {display: none;
  border: 1px solid #ccc; border-radius: 12px; padding: 30px; text-align: center;
}
.partneri-logo {
  width: 80%;
} 

.gdc-button, #gdc-accept-all {
    border-color: rgb(76,175,80);
    background-color: rgb(76,175,80);
    color: #fff;
}

.gdc-button:hover, #gdc-accept-all:hover {
    color: rgb(76,175,80);
    background-color: transparent;
    border-color: rgb(76,175,80);
}

.gdc-description a {
    color: rgb(76,175,80);
}

.gdc-info-icon-bkg {
    fill: rgb(76,175,80);
}

.gdc-options input[type=checkbox]:checked + label:before {
    background: rgb(76,175,80);
    border: 1px solid rgb(76,175,80);
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1459px) {
	.nh_info {
		max-width: 350px;
		padding: 30px;
	}
	
	.nh_title {
		font-size: 28px;
		margin-bottom: 25px;
	}
	
	.nh_txt {
		font-size: 15px;
		margin-bottom: 25px;
	}
	
	.nh_link {
		padding: 11px 45px 11px 17px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 1299px){
	.boljiKvartBanner div{
		    padding: 12px 25px 12px 9px;
			font-size:13px;
	}
}

@media only screen and (max-width: 1199px) {
	.searchwrap {
		padding: 30px 15px 30px 15px;
	}
	

	
	.side-menu.home {
		display: none;
	}
	
	.boljiKvartBanner{
		display:none;
	}
	
	.boljiKvartBanner.showOnMobile{
		display:block;
		/* max-width:500px; */
		
	}
	
	.boljiKvartBanner div{
		padding: 12px 25px 12px 15px;
		font-size:15px;
		bottom: 30px;
		left: 8%;
		width: 35%;
	}
	
	
    /*-----------mobile nav----------------*/

    .main-nav {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 320px;
        margin: 0;
        padding: 40px 0 0;
        margin: 0;
        float: none;
        z-index: 101;
        background: #fff;
        overflow-y: auto;
        box-shadow: -10px 0 20px rgba(0,0,0,.3);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: none;
        transition: none;
    }
    .main-nav .nav-list {
        padding: 0;
    }
    .nav-list li {
        width: 100%;
        margin: 0;
        top: auto;
        padding: 0;
        border-bottom: 1px solid #e8e8e8;
		height:auto;
		
    }
    .nav-list li:last-child {
        border-bottom: none;
    }
    .nav-list li a {
        display: inline-block;
        width: auto;
		max-width: 90%;
        padding: 12px 27px 12px 15px;
        text-align: left;
		margin-left:0px;
		color: #071f32;
    }
    .nav-list .submenu {
        position: relative;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        box-shadow: none;
        padding: 0;
        height: auto;
    }
    ul.nav-list li:nth-child(4) .submenu{
        left:0px;
    }
    ul.nav-list li:nth-child(5) .submenu{
        left:0px;
    }
	
	.show-submenu span{
		margin-left:0;
		position:absolute;
		right:-15px;
	}
	
    .nav-list .submenu .second-level {
        box-shadow: none;
    }
    .nav-list .submenu li {
        padding: 0;
        border-bottom: none;
    }
    .nav-list .submenu a {
        padding: 8px 10px 8px 25px;
    }
	
	.nav-list .submenu  li a:hover, 
	.nav-list .submenu  li a:focus,
	.nav-list .submenu  li a:active{
		font-size:initial;
	}
	
    .nav-list .submenu ul.second-level {
        position: static;
        width: 100%;
		box-shadow:none;
    }
	
	.nav-list .submenu .second-level a{
		padding-left:50px;
	}
    
    .nav-list .submenu li a {
        border-bottom: none;
		padding-left:30px;
    }
	
	.nav-list .submenu  li a:focus span {
	transform:none;
}
	
    .menu-btn {
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
        border: none;
        padding: 5px 10px;
        background: #ffffff;
        z-index: 10;
    }
    .menu-btn .ion-navicon-round:before {
        font-size: 35px;
    }
	
	.mob-submenu {
		display: none;
	}
	
	.show-submenu.position {
		position: absolute;
		width: auto;
		display: inline-block;
		right: 0;
		top: -1px;
	}
	
	.has-drop span {
		display: inline-block;
		cursor: pointer;
	}
	
	.ion-ios-arrow-down {
		margin-left: 0;
		padding: 5px;
		position: absolute;
		right: 20px;
		top: 8px;
	}
	
	.second-level {
		padding: 0;
	}
	
	.third-level {
		display: none;
		padding: 0 0 0 20px;
	}
	
	.nav-list li:hover a, .nav-list li:focus a, .nav-list li:active a {
		color: #071f32;
	}
	
	.mobile_menu_close {
		display: inline-block;
		width: 30px;
		position: absolute;
		top: 10px;
		right: 20px;
		cursor: pointer;
		padding: 5px;
	}

    /*-----------end mobile nav--------------*/
	
	.side-menu ul {
		display: none;
	}
	.side-menu ul.pokazi{
		display:block;
	}
	
	header .ured {
		display: none;
	}
	
	.side-menu {margin-top: 20px;margin-bottom: 20px; display:none;}
	.sidebar-naslov {padding: 15px; margin: 0; display: block; position: relative;}
	.plus {display: block; position: absolute; right:15px;top:15px;}
	.projekti-tablica {margin-top: 0px;}
	
	header .search-wrap {
		margin: 0 50px 0 30px;
		position: relative;
		top: 10px;
	}
	
	.logo-img {
		width: 220px;
	}
	
	 .partneri-logo {display: none;}
  .partneri-logo2 {display: block;}
}


@media only screen and (min-width: 992px) and (max-width:1199px){

	/* .vizual-naslov { */
		/* padding: 30px 20px 30px 0; */
	/* } */
	
	.vizual-label{
		left:20px;
	}
	
	.nav-list>li>a{
		/* font-size:14px !important; */
		margin-left:10px !important;
		}
		
	/* header img{ */
			/* width:235px; */
		/* } */
	
}

@media only screen and (max-width: 991px) {
 
	.logo-img {
		width: 170px;
	}
	
	.povratak {float: none !important;}
	/* .vizual-wrap {margin-top: 20px;} */
	.search-wrap button {right: 0; border-top-left-radius: 0;border-bottom-left-radius: 0;}
	.search-wrap .search {width: 100% !important;}
	
	.karta {display: block;}
	
	
	.submenu {padding-top: 10px;}
	.submenu span {right: 13px;}
	.servisi-wrap {display: none;}
	.servisi-mob {display: inline-block !important;}
	.opis {margin: 0 0 30px 0;}
    .select-dd,
    .select-dd-ured {
        width: 99%;
    }
    .dodatna-polja {
        padding-left: 60px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        padding: 10px 20px;
    }
    .swiper-button-prev {left:0;}
	
	.vizual-naslov{
		position:relative;
		margin:0px;
		padding: 0;
	}
	
	.vizual-label{
		left:0px;
	}
	
	#draw{
        display:block;
        width: 100%;
		top: 0;
    }
   .map-info {
		left: 40px;
		width: 320px;
	}
	
	.map-holder svg {
		width: 420px;
		height: 390px;
		float: right;
	}

    .select-holder{
        display:block;
        /* width:90% !important; */
        padding: 30px 15px;
		color:#fff;
    }
    .select-holder h3{
        color:#fff;
       margin:15px 0px;
        font-size:30px;
    }

    .select-holder .select-dd{
        height:40px;
        border-radius: 5px;
        border:1px solid #071f32;
    }

    .select-holder span{
        text-transform: uppercase;
        font-weight: bold;
    }

	.select2-container{
		width:100%;
	}
	
	 .projekti-tablica .col-md-3 {
        margin-bottom: 10px;
    }
	
	.gcdi_list {
		margin-top: 0;
	}
	
	.nh_info {
		max-width: 250px;
		padding: 20px;
		right: 15px;
	}

}


@media only screen and (max-width: 767px) {
	
	h1 {
		font-size: 23px;
	}
	 	
	.ac-breadcrumbs li a {
		font-size: 14px;
	}
	
	.video-container {height: 100%;position: relative;}
	.autocomplete-suggestions{width: 92% !important}
	.novosti {margin-bottom: 30px; border-bottom:1px solid #ccc; padding-bottom: 20px;}
	.projekti-tablica {margin-top: 0px;}
	.search-wrap button {right: 0; border-top-left-radius: 0;border-bottom-left-radius: 0;}
	.search-wrap .search {width: 100% !important;}
    .select-dd,
    .select-dd-ured {
        width: 100%;
    }
   
    .projekti-tablica h3{
        margin-top:30px;
    }
    .projekti.unutra h2{
        margin-top:10px;
    }
    .vizual-naslov {
        margin-left: 0px;
        width: 80%;
        padding-left:15px;
        background-color: transparent;
    }
    .vizual-kratki {
        padding-left: 15px;
        padding-right: 0px;
    }
    .tablica {
        margin-top: 0;
    }
    .vizual-kratki {transform: none;}

    .short-description h4{
            font-size:16px;
            line-height:22px;
            margin-bottom:15px;
    }    
    .long-description{
        margin-left:0px;
    }
    .vizual-naslov {
        padding: 40px 20px;
        position: static;
        transform: translateY(0);
        padding-left: 0;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .vizual-kratki {
        margin-top:30px;
    }
	
	.btn-kreni {
		margin-top: 20px;
	}
	
	.btn-trazi {
		margin-top: 20px;
	}
	
	.ListaOdbora {
		display: block;
		margin-top: 20px;
	}
	
	#draw {
		top: 10px;
	}
	
	/* .map-holder svg { */
		/* width: auto; */
		/* height: auto; */
		/* max-width: 100%; */
		/* position: relative; */
		/* left: -30px; */
	/* } */
	
	.map-holder svg {
		position: relative;
		left: -10px;
		width: 390px;
	}
	
	.map-info {
		left: 15px;
		width: 270px;
	}
	
	.naslov h2 {
		font-size: 34px;
		line-height: 42px;
	}
	
	.new_hero {
		flex-direction: column;
	}
	
	.nh_img {
		border-radius: 6px 6px 0 0;
	}
	
	.nh_info {
		position: static;
		max-width: 100%;
		transform: none;
		border-radius: 0 0 6px 6px;
	}
	
	.ListaOdbora h3 {
		margin-bottom: 15px;
	}
	
	.swiper-container.main_slider {
		width: 100%;
		border-radius: 6px 6px 0 0;
	}
	
	.sl_sekcija {
		flex-direction: column;
		margin: 0;
	}
	
	.sls_slika {
		flex: 1 0 100%;
		margin-right: 0;
		order: 2;
		margin-top: 20px;
	}
	
	.sls_text {
		order: 1;
	}
	
	.boljiKvartBanner.showOnMobile{
		max-width:unset;
	}
	
	  .boljiKvartBanner div{
		  left: 3%;
		  width: 54%;
	  }  

	.search-wrap.header {
		display: none;
	}	

	.mobile-search {
		display: block;
		margin-top: 20px;
	}	
	
	.mobile-search .search-wrap {
		float: none;
		width: 100%;
		margin: 0;
	}
	
    
}

/* tablica breakpoint*/
@media only screen and (max-width: 639px) {
    td {
        padding-left: 15px !important;
    }
    .tablesaw .title .tablesaw-cell-label {
        display: none !important;
    }
    .tablesaw .title {
       /* background-color: #3657aa;
        color: #fff;*/
        color: #000;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 10px !important;
    }
    .tablesaw-stack td.center,
    .tablesaw-stack th.center {
        text-align: left;
    }
    .table-saw td {
        padding: 10px 0px 10px 10px !important;
    }
  
    .tablesaw .title span {
        display: block;
        max-width: 100%;
    }
	
	.karta {
		height: 500px;
	}
	
	.map-info {
		position: static;
		transform: none;
		padding: 15px;
		width: 100%;
	}
	
	.podnaslov {
		margin-bottom: 10px;
	}
	
	.naslov h2 {
		font-size: 27px;
		line-height: 34px;
		margin: 0;
	}
	
	.map-holder svg {
		float: none;
		left: 0;
	}
	
	.gcd_btn {
		padding: 15px 20px;
		font-size: 14px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 559px) {
    /* .vizual-naslov { */
        /* font-size: 22px; */
        /* line-height: 26px; */
    /* } */
    .vizual-naslov h2 {
        font-size: 26px;
        line-height: 30px;
    }
	
	.gcd_flex_wrapper {
		flex-direction: column;
		margin-top: 20px;
	}
	
	.gcd_img {
		margin-bottom: 20px;
	}
	
	.gcd_img img {
		margin: 0 auto;
	}
	
	header {
		padding: 20px 0 0 0;
	}
	
	.logo-img {
		width: 170px;
	}
	
	.gcd_img img {
		padding-right: 0;
	}
	
	.sliderPin {
		left: 10px;
		top: 15px;
	}
	
	.sliderPin img {
		max-width: 40px;
	}
	
	.sliderPin span {
		font-size: 9px;
		left: -10px;
	}
    
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 648px) {
    .dodatna-polja {
        padding-left: 30px;
    }
}
/*------------mobile nav--------------*/


@media only screen and (max-width: 479px) {
	 
	h1 {
		font-size: 22px;
	} 
	 
	.swiper-container {
	  padding: 0;
    }
	
	header .search-wrap {
		margin: 30px 0 0;
		width: 100%;
		top: 0;
	}
	
	.menu-btn {
		top: -40px;
	}
	
	.col-12 {
		width: 100%;
	}
	
	.nh_title {
		font-size: 24px;
	}
	
	.ac-breadcrumbs li a {
		font-size: 13px;
	}
	
	.karta {
		height: 470px;
	}
	
	.map-holder svg {
		width: 100%;
		left: -30px;
		height: 270px;
	}
	
	.logo-img {
		width: 130px;
	}
	
	.logo-wrap .logo:first-child {
		margin-right: 15px;
	}
}


@media only screen and (min-width:320px) and (max-width:385px){
	
    .fotogalerija a {
        width: 50%;
    }
	
	.boljiKvartBanner div {
		font-size: 13px;
	}

}

@media only screen and (max-width: 374px) {
	.logo-img {
		width: 120px;
	}	
}

@media only screen and (max-width: 320px) {
    
    .vizual-kratki {
        padding-left: 10px;
        margin-top: 10px;
        padding-right: 10px;
    }
    .projekti.unutra .vizual-kratki {
        padding-left: 10px;
        margin-top: 10px;
        padding-right: 10px;
    }
    .dodatna-polja {
        padding-left: 30px;
    }
    
    header .druga-kol {
        padding-top: 18px;
    }
}


