/* izmjene u html-u:

header .container_fluid > header .container

.navbar-toggle dodana klasa .collapsed

checkboxevi, radio i file polja

*/

:root {
    --prim: #26af7b;
    --primhover: #21976a;
    --accent: #4a70b8;
    --accent2: #709fcc;
    --headings: #3c6858;
    --txt: #222;
    --border: #dfdfdf;
    --border2: #c4c4c4;
}

body {
	font-size: 16px;
	line-height: 150%;
	background: #fff;
}

p {margin: 0 0 30px 0;}
ul, ol, p:has(+ p), p:has(+ ul), p:has(+ ol) {margin: 0 0 15px 0; }

h1, h2, h3 {
	font-weight: bold;
	line-height: 130%;
	/*color: var(--headings); */
    background-image: -webkit-linear-gradient(90deg, var(--headings), var(--prim));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 48px;
    margin: 0 0 15px;
}
h2 {font-size: 32px;}
h3 {font-size: 24px;}

img,
#header {
	-webkit-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

#header {
	background: #fff;
	z-index: 5;
	box-shadow: 0px 0 35px rgba(0,0,0,0.2);
	border: none !important;
	height: auto;
	height: 110px;
}

#header.fixed-position {
	height: 80px;
}

.navbar-default .navbar-nav {
    background: transparent;
	width: 100%;
    padding: 0;
}

.default-page #main {
    padding-top: 110px !important;
}

#header > .container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 30px; 
}

#header > .container:before,
#header > .container:after {
    display: none; 
}

.logo {
	height: auto;
	padding: 15px 15px 15px 0;
	width: 180px;
	max-width: 180px;
}

.logo img {
	height: 83px;
	width: auto;
}

#header.fixed-position .logo img {
	height: 50px;
}

.navbar-default {
    display: block;
}

.navbar-collapse.collapse {
    display: flex !important;
}

.navbar-default .navbar-nav > li,
#header.fixed-position .navbar-default .navbar-nav > li {
    padding: 0 1px 0;
}

.navbar-default .navbar-nav > li > a,
#header.fixed-position .navbar-default .navbar-nav > li > a {
    color: var(--txt);
    padding: 20px;
    height: auto; 
}
.navbar-default .navbar-nav > li:last-child > a,
#header.fixed-position .navbar-default .navbar-nav li:last-child > a {
    padding: 20px 0 20px 20px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
#header.fixed-position .navbar-default .navbar-nav > li > a:hover,
#header.fixed-position .navbar-default .navbar-nav > li.active > a {
    color: var(--prim);
}

.alert {
	padding-left: 40px;
	display: block;
	position: relative;
}
.alert i.icon{
	position: absolute;
	left: 15px;
	top: calc(50% - 8px);
}






.footer-bottom {
    text-align: left;
}

table {
    background: #fafafa;
	border: 1px solid var(--border);
	moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
table, table caption, table td, table th, .form-control {
	border: 1px solid var(--border);
    border-radius: 4px;
}*/

table caption {
    background: var(--accent2);
    color: white;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    font-size: 20px; 
    background-image: -webkit-linear-gradient(180deg, var(--accent2), var(--accent));
}

table table {margin: 0; border: none; }
table table tr:last-child td, 
table table tr:last-child th {
    border-bottom: none; 
}

table table td, 
table table th {
	padding: 0.5em 1em 0.5em 0;
	border-bottom: 1px solid var(--border);
	width: auto;
	max-width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll {
	width: 100%;
	overflow-x: auto;
	padding: 0;
	margin: 0 0 2em;
}

.scroll table {
	min-width: 940px;
	margin-bottom: 5px;
	margin-top: 0;  
}
.scroll table td,
.scroll table th {
	display: table-cell;
	width: auto;
}

figure {margin: 0 0 30px 0;}

figcaption {
	font-size: 12px;
	display: block;
	padding: 0;
}

.downloads {
	width: 100%;
	padding: 0 0 30px 0;
}

.downloads a {
	display: block;
	overflow: hidden;
	line-height: 32px;
	font-size: 14px;
}

.downloads a i {
	font-size: 24px;
	width: 35px;
}

.btn.btn {
    font-weight: 700;
    padding: 3px 20px;
    letter-spacing: 1px;
    min-width: 150px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 4px; 
}
.btn.btn:hover {
	 border-radius: 4px;
}

.btn.btn-default{
	border-color: var(--prim);
    background: var(--prim);
}
.btn.btn-default:hover {
    border-color: var(--primhover);
    background: var(--primhover);
}
.btn.btn-sec:hover {
    border-color: var(--primhover);
    background: var(--primhover);
}

.btn.btn + .btn.btn {
	margin-left: 16px;
}

.hint-block.hint-block,.help-block.help-block, .small, small{
	margin-bottom: 0;
	font-size: 85%;
	margin-top: 5px;
	display: block;
	font-weight: 400;
	color:black 	
}
.help-block.help-block {color: red;}

.holder {display: flex; gap: 10px 30px; flex-wrap: wrap; }

.form-control {
    border: 1px solid var(--border2) !important;
    height: 46px;
    font-size: 16px;
    color: var(--txt);
    border-radius: 4px !important;
}

.form-control:focus {
    border: 1px solid var(--border2) !important;
}

textarea.form-control,
select[multiple] {padding-top: 10px; padding-bottom: 10px; }
select[multiple] {height: 105px; }
select[multiple] option {padding: 5px 10px;  }

label {margin-bottom: 0; }
.required label:after, .captcha label:after{
	content:'*';
	color:red;
}

.checkbox label, .radio label {padding-left:0; }

input[type="checkbox"],
input[type="radio"] {
  opacity: 0; position: absolute; width: 0; height: 0; 
}

label input[type="checkbox"] + span:before,
label input[type="radio"] +  span:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--border2);
    border-radius: 2px;   
    position: absolute;
    top: 0;
    left: 0; 
    background: white;
    content: '';
	padding: 3px;
}
label input[type="radio"] + span:before {
    border-radius: 20px;   
}

label input[type="checkbox"]:checked + span::before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: white;
    background-color: var(--accent);
    border-color: var(--accent);
}
label input[type="radio"]:checked + span::before {
  content: "\f111";
  font: normal normal normal 12px/15px FontAwesome;
  color: var(--accent);
  background-color: white;
  border-color: var(--accent);
  text-align: center;
}

label input[type="checkbox"] + span,
label input[type="radio"] + span{
    position: relative; 
	display: inline-block;
	width: 100%;
	text-align: left;
    padding-left: 40px; 
    line-height: 26px; 
    font-weight: 400; 
}
.required .radio label:after, .required .checkbox label:after, .required.radio label:after, .required.checkbox label:after {
    content: '';
}

.form-group {
	position: relative;
	margin: 0;
}
.input-group-btn {
    position: static;
}

.styled-upload {
	height: 42px;
	margin: 0;
	position: relative;
  	display: table;
  	border-collapse: separate;
  	width: 100%;
 }

.styled-upload input[type="file"]:focus + .btn-success, 
.styled-upload input[type="file"].focus + .btn-success {
	color: #fff;
	background-color: var(--accent);
	border-color: var(--accent);
}

.styled-upload input[type="file"]{
	background: grey;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 46px;
}
.styled-upload input.filename-show {
	position: relative;
	z-index: 5;
	top: 0;
	left: 0;
	padding-left:15px;
	border: 1px solid var(--border2);
}


.styled-upload.styled-upload button {
	height: 46px;
	position: relative;
	z-index: 10;
	top: 0;
	right: 0;
	background: var(--prim);
	color: white;
	padding: 0 16px;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	min-width: auto;
	line-height:normal;
}
.styled-upload button.remove-file-action {
	width: 46px;
	left: 0;
}
.styled-upload button.remove-file-action:hover {
	background: var(--primhover);
}



input[type=file]:hover + button.btn-flat {background: var(--primhover);}



.booking-form .form-holder, .twocol-form .form-holder {
    box-shadow: none;
    background: #f1f1f1;
    border: 2px solid var(--border2);
    /* padding: 20px 10px; */
    margin-bottom: 45px; border-radius: 3px; 
}








.booking-form .form-holder .hold > label, 
.twocol-form .form-holder .hold > label {margin-bottom: 10px;}




@media (max-width: 991px){

    .default-page #header {position: static; }
 /*   .default-page #main {padding-top: 0 !important;}*/

    .navbar-collapse {height: 0; background: #f3f3f3; }

    .navbar-collapse.collapse {height: 0; }
    .navbar-collapse.collapsing,
    .navbar-collapse.collapse.in {height: auto; }

    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        display: block !important; position: absolute; top: -2px !important; width: 100vw; border: none !important; z-index: 10; 
        overflow-y: hidden;  left: 50%; transform: translateX(-50%);
    }

    .navbar-collapse.collapse.in {
        overflow-y: auto;  
    }

    .navbar-default .navbar-nav > li {border-top: 1px solid var(--border2);    }
    .navbar-default .navbar-nav > li:last-child {border-bottom: 1px solid var(--border2);    }

    .navbar-default .navbar-toggle {
        left: auto;
        top: -70px;
        right: 0; z-index: 12; 
    }

    .logo {margin: 0; width: 100%; display: block;}

    #header > .container {
        display: block !important;
    }

    .navbar-default .navbar-nav li a {
        max-width: 750px; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: var(--prim);
        background-color: transparent;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle .icon-bar {-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
    .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
    .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:first-of-type {opacity: 1; transform: rotate(45deg) translateX(10px); }
    .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:last-of-type {opacity: 1; transform: rotate(-45deg) translateX(11px); }
    .navbar-default .navbar-toggle:not(.collapsed) {transform: translateX(-10px);}

    table th,
    table td {
        width: 100%; display: block;
    }

    table th {border-bottom: none; padding-bottom: 0; }
    table th + td {padding-top: 0.5em; }
    table td:has(+ td) {padding-top: 0.5em; padding-bottom: 0; border-bottom: none; }
    table td:has(+ td):first-child {padding-top: 1em; border-top: 1px solid var(--border); }
    table td + td:last-child {border-bottom: none; }
    table th + th:last-child {border-bottom: none; padding-bottom: 1em;} 

    

    .scroll {padding: 0 1px 0 0; }
    .scroll table td,
    .scroll table th { border-bottom: 1px solid var(--border);  }

    .scroll table td:has(+ td):first-child {
        padding-top: 1em;
        border-top: none;
    }
    .scroll table td + td:last-child,
    .scroll table th + th:last-child {
        border-bottom: 1px solid var(--border); 
    }
    .scroll table th {
        padding-bottom: 1em;
    }
    .scroll table td, 
    .scroll table td:has(+ td) {padding: 1em; }






    table table td, 
    table table th {padding: 0.5em 1em 0.5em 0 !important; border-bottom: 1px solid var(--border); width: 100%; max-width: 100%; }

    table table tr:first-child td:first-child {
        border-top: none !important;
    }

    table table tr:last-child td, table table tr:last-child th {
        border-bottom: 1px solid var(--border)
    }

    table table td:has(+ td):first-child {
        border-top: 1px solid var(--border)
    }

    table table tr:first-child th:last-child,
    table table tr:first-child td:last-child,
    table table tr:last-child th:last-child,
    table table tr:last-child td:last-child {border-bottom: none; }

}



@media (max-width: 767px) {
    .footer-bottom {text-align: center;}
    .booking-form .form-holder, 
    .twocol-form .form-holder {padding: 1em; }
}



@media (max-width: 450px) {
    .checkbox_item, 
    .radio_item {width: 100%; }
}









/***/
.p404 h1{font-size:140px}

article .img-wrap{}


/*captcha*/
.captcha{position:relative;}
.captcha >img{position:absolute;bottom:0;right:0;}


.holder.checkbox label {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}







