
body{
    margin: 0;
}
/*-------------Header Footer & Naslovnica START--------------------*/
.slicknav_menu{
    display: none;
}
header{
    display: table;
    position: relative; 
    z-index: 10;
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}
header article{
    display: table;
    width: 1200px;
    margin: 0 auto;
}
header article figure{
    display: table ;
    float: left;
    margin: 0;
}
header article figure img{
    width: 150px;
    height: auto;
}
header article nav{
    display: table;
    float: right;
    margin: 50px 0 0 0 ;
}
header article nav ul{
    list-style: none;
    display: table;
}
header article nav ul li{
    float: left;
    margin: 0 10px ;
}
header article nav ul li a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 25px;
    background-color: black;
    border-radius: 25px;
    transition: .4s;
}
header article nav ul li a:hover{
    background-color: #41E537;
    color: black;
}
.main_page_img,
.main_page_img_second,
.main_page_img_third,
.main_page_img_fourth{
    display: table;
    width: 100%;
    margin: 0;
}
.main_page_img article,
.main_page_img_second article,
.main_page_img_third article,
.main_page_img_fourth article{
    position: relative;
    display: table;
    margin: 0 auto;
    width: 1200px;
}
.main_page_img article h2,
.main_page_img_second article h2,
.main_page_img_third article h2,
.main_page_img_fourth article h2{
    display: table;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: 700;
    right: 200px;
    top: 75px;
    z-index: 10;
}
.main_page_img article figure,
.main_page_img_second article figure,
.main_page_img_third article figure,
.main_page_img_fourth article figure{
    background-color: rgb(18, 110, 0);
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.main_page_img_second article figure,
.main_page_img_third article figure,
.main_page_img_fourth article figure{
    background-color: transparent;
}
.main_page_img article figure img,
.main_page_img_second article figure img,
.main_page_img_third article figure img,
.main_page_img_fourth article figure img{
    display: block;
    margin: -120px 0 0 0;
    width: 100%;
    min-height: 100%;
    object-fit: none;
    opacity: 0.5;
}
.main_page_img_second article figure img,
.main_page_img_third article figure img,
.main_page_img_fourth article figure img{
    margin: 0 0 0 0;
    opacity: 1;
}

.main_page_first_row{
    display: table;
    width: 1200px;
    margin: 0 auto;
}
.main_page_first_row article{
    display: table;
    float: left;
    margin: 30px 40px;
    width: 220px;
    min-height: 350px;
    max-height: 350px;
    border-radius: 20px;
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 10px 10px;
}
.main_page_first_row article figure{
    display: table;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 130px;
    border-radius: 20px;
}
.main_page_first_row article figure img{
    width: 100%;
    min-height: 100%;
    position: absolute;
    border-radius: 20px;
    object-fit: cover;
}
.main_page_first_row article h2{
    display: table;
    margin: 30px auto 10px auto;
}
.main_page_first_row article h2 a{
    display: table;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: black;
    font-style: normal;
    text-decoration: none;
    overflow: hidden;
    height: 20px;
}
.main_page_first_row article p{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    max-height: 170px;
    margin: 0 0 10px 0;
}
a.btn_g,
a.btn_b,
a.btn_r,
a.btn_o{
    display: table;
    margin: 0 auto;
    padding: 7px 20px;
    background-color: #82B95E;
    border: 1px solid #82B95E;
    border-radius: 20px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
    transition: .4s;
}
a.btn_b{
    background-color: #0099CB;
    border: 1px solid #0099CB;
}
a.btn_r{
    background-color: #A49B8C;
    border: 1px solid #A49B8C;
}
a.btn_o{
    background-color: #C86D36;
    border: 1px solid #C86D36;
}
a.btn_g:hover{
    background-color: white;
    color: #82B95E;
    cursor: pointer;
}
a.btn_b:hover{
    background-color: white;
    color: #0099CB;
    cursor: pointer;
}
a.btn_r:hover{
    background-color: white;
    color: #A49B8C;
    cursor: pointer;
}
a.btn_o:hover{
    background-color: white;
    color: #C86D36;
    cursor: pointer;
}
footer{
    display: table;
    width: 100%;
    background-color: rgb(36, 36, 36);
    padding: 30px 0 0 0;
}
footer .f_div{
    display: table;
    width: 1200px;
    margin: 30px auto;
}
.f_info{
    display: table;
    font-family: 'Poppins', sans-serif;
    color: white;
    margin: 0 auto;
    width: 85%;
}
.f_info div{
    display: table;
    float: left;
}
.f_info div h3{
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.f_info div span{
    float: left;
    margin: 0 10px 0 0;
}
.f_info div p{
    margin: 10px 0;
}
.f_info div:nth-of-type(2){
    float: right;
    width: 315px;
}
.f_info div:nth-of-type(2) p a{
    text-decoration: none;
    color: white; 
    font-weight: 700;
}
.f_info div:nth-of-type(2) p a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.copyright{
    display: table;
    font-family: 'Poppins', sans-serif;
    background-color: black;
    width: 100%;
    margin: 0 auto;
    color: white;
    font-size: 14px;
}
.copyright div{
    display: table;
    width: 1200px;
    margin: 0 auto;
}
.copyright div p {
    float: left;
}
.copyright div p:nth-of-type(1) a{
    text-decoration: none;
    color: white;
    margin: 0 5px 0 0;
}
.copyright div a{
    float: right;
    color: white;
    text-decoration: none;
    margin: 0px;
}
.copyright div p a:hover,
.copyright div a:hover{
    text-decoration: underline;
}
/*-------------Header Footer & Naslovnica END--------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------Kontakt START--------------------*/
.basic_site_inner_content_contact{
    font-family: 'Poppins', sans-serif;
	width: 1200px;
	margin: 0 auto;
	padding: 60px 20px 0 20px;
	display: table;
}
.basic_site_inner_content_contact article {
	width: 500px;
	float: left;
	margin: 0;
}
.basic_site_inner_content_contact h1 {
	font-size: 36px;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px;
}
.basic_site_inner_content_contact h2 {
	font-size: 26px;
	color: black;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}
.basic_site_inner_content_contact h3 {
	font-size: 24px;
	color: black;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}
.right_column_contact {
	width: 640px;
	float: right;
	margin: 50px 0 0;
}
.basic_site_inner_content_contact iframe {
	width: 100%;
	height: 480px;
	border: none;
	outline: none;
	margin: 60px auto;
}
.basic_site_inner_content_contact .grecaptcha-logo iframe {
	width: inherit;
	height: inherit;
	border: inherit;
	margin: inherit;
}
.basic_site_inner_content_contact em {
	line-height: 26px;
    color: black;
}
.basic_site_inner_content_contact p {
	line-height: 24px;
    color: black;
}
/*contact form*/
.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}
.contact_form div {
	width: 310px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}
.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}
.contact_form div:nth-of-type(2n) {
	margin-right: 0;
}
.contact_form div.consent_data{
    width: 650px;
}
.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}
.contact_form dt {
    display: table;
	margin: 0 10px 0 0 ;
	padding: 0 !important;
    float: left;
}
.contact_form dt label {
	font-size: 16px;
	color: black;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px 5px;
	display: block;
	cursor: text;
}
.contact_form dd {
	width: 89% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.buttons_action input[type="reset"] {
    font-family: 'Poppins', sans-serif;
	background: #cdcdcd !important;
	box-shadow: none !important;
	border-radius: 25px !important;
	border: 1px solid #cdcdcd !important;
	padding: 8px 25px !important;
	font-size: 14px !important;
	color: #000 !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 5px 0 0 !important;
}
.buttons_action input[type="reset"]:hover, 
.buttons_action input[type="reset"]:focus {
	font-size: 14px !important;
	color: #fff !important;
	background: #414141 !important;
	border: 1px solid #414141 !important;
	opacity: 1;
}
.buttons_action input[type="submit"] {
    font-family: 'Poppins', sans-serif;
	background: black !important;
	border: 1px solid #131321 !important;
	box-shadow: none !important;
	border-radius: 25px !important;
	padding: 8px 25px !important;
	font-size: 14px !important;
	color: white !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}
.buttons_action input[type="submit"]:hover, 
.buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, 
.buttons_action input[type="submit"]:valid:focus {
	font-size: 14px !important;
	color:  black !important;
	background: #41E537 !important;
	border: 1px solid #41E537   !important;
	opacity: 1;
}
.contact_form dd input, 
.contact_form dd textarea, 
.contact_form dd select {
	width: 100%;
	max-width: 100%;
	padding: 13px 15px 14px;
	margin: 0 !important;
	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 0 !important;
	border: 1px solid #cdcdcd !important;
    outline: none;
	box-shadow: none !important;
	transition: all .3s linear;
	color: #2d2d2d;
	font-size: 14px !important;
	font-weight: 500;
	opacity: 1;
}
.contact_form dd textarea{
    width: 605px; 
}
.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}
.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}
.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}
.contact_form dd textarea {
	min-height: 120px;
	max-height: 120px;
	resize: none;
}
.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}
.contact_form dd select {
	padding: 8px 10px 10px;
}
.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}
/*invalid input*/
.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}
.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}
.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}
.FormButton{
	width: auto!important;
}
.contact_form dd img{
	border: none;
}
#reload_ecaptcha_contact{
	border: none;
}
.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}
.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}
.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}
.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}
/*-------------Kontakt END--------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------Osnovna & O nama START--------------------*/
.osnovna{
    display: table;
    width: 1200px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    padding: 0 20px 20px 20px;
}
.osnovna h1{
    font-size: 30px;
    margin: 20px 0 20px 0;
    font-weight: 700;
}
.osnovna figure {
    display: table;
    float: left;
    margin: 0 20px 0 0;
}
.osnovna figure img{
    width: 300px;
    height: auto;
}
.osnovna em{
    display: table;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.osnovna p{
    display: table;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.osnovna p a{
    color: black;
    text-decoration: none;
    font-weight: 700;
}
.osnovna p a:hover{
    color: #179d0a;
    text-decoration: underline;
}
/*------GALERIJA-------*/
.gallery{
    display: table;
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid lightgray;
    border: 1px solid lightgray;
    background: linear-gradient(#f2f2f2, #f0f0f0);
	background: -webkit-linear-gradient(#f2f2f2, #f0f0f0);
}
.gallery span{
    display: table;
    float: left;
    padding: 25px 5px 0px 10px;  
}
.gallery h3{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    margin: 20px 0;
    padding: 0 0px 0px 10px;  
    font-weight: 400;
}
.gallery a{
    display: table;
    width: auto;
    float: left;
    height: 100px;
    overflow: hidden;
    margin: 10px 10px !important;
    background-color: transparent !important;
}
.gallery a img{
    width: 170px !important;
    height: 100px !important;
    object-fit: cover;
}
/*------GALERIJA-------*/

/*------DOKUMENTI-------*/
.document_category {
	width: 100%;
	margin: 40px 0 0;
	padding: 25px 20px 20px;
    box-sizing: border-box;
	clear: both;
	display: table;
	background: linear-gradient(#f2f2f2, #f0f0f0);
	background: -webkit-linear-gradient(#f2f2f2, #f0f0f0);
	border: 1px solid #e0e0e0;
	border-radius: 0;
}
.document_category span{
    display: table;
    float: left;
    padding: 4px 5px 0px 0;  
}
.document_category h1,
.document_category h2 {
    font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 0 0 20px;
}
.document_category h1,
.document_category h2{
    font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: -2px 10px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.document_category ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	display: table;
	width: 100%;
}
.document_category ul li {
	width: 30%;
	margin: 0 10px 30px 10px;
	padding: 0;
	display: table;
    float: left;
}
.document_category ul li img, 
.document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}
.document_category ul li img{
	max-height: 38px;
	margin: 0 5px 0 0;
    float: left;
	padding: 0;
}
.document_category .div_image_home_downloads{
    display: table;
    float: left;
}
.document_category ul li a {
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
    color: black;
    background-color: transparent;
	font-weight: 500;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	max-height: 67px;
	max-width: 85%;
}
.document_category ul li a:hover {
    background-color: transparent;
    text-decoration: underline;
    font-size: 14px;
}
/*------DOKUMENTI-------*/
/*-------------Osnovna & O nama END--------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------2 stupca / Reference START--------------------*/
.reference{
    display: table;
    width: 1200px;
    margin: 0 auto;
}
.left_menu{
    display: table;
    float: left;
    width: 200px;
    margin: 20px 20px 0 0;
}
.left_menu ul{
    list-style: none;
    border-radius: 20px;
    padding: 0;
}
.left_menu ul li a{
    font-family: 'Poppins', sans-serif;
    display: table;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 15px;
    background-color: black;
    width: 150px;
    border-bottom: 1px solid #179d0a;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s;
}

.left_menu ul li ul{
    display: table;
    margin: 0;   
}
.left_menu ul li ul li a{
    font-size: 14px;
    border-radius: 0px ;
    background-color: rgb(80, 80, 80);
}
.left_menu nav ul li:first-of-type a{
    border-radius: 20px 20px 0 0;
}
.left_menu nav ul li:first-of-type ul li a{
    border-radius: 0 0 0 0;
}
.left_menu nav ul li:last-of-type a{
    border-radius: 0 0 20px 20px;
}
.left_menu nav ul li a.active{
    border-radius: 20px 20px 0 0;
}
.left_menu nav ul li:last-of-type a.active{
    border-radius: 0 0 0 0;
}
.left_menu nav ul li:last-of-type ul li:first-of-type a{
    border-radius: 0 0 0 0;
}
.left_menu nav ul li:last-of-type ul li:last-of-type a{
    border-radius: 0 0 20px 20px;
}
.left_menu ul li a:hover{
    background-color: #179d0a;
    color: black;
}
.right_content{
    display: table;
    width: 980px;
    margin: 20px 0;
}
.right_content article h1{
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.right_content article em{
    display: table;
    margin: 0 0 20px 0;
}
.right_content article figure{
    display: table;
    float: left;
    margin: 7px 20px 10px 0;
}
.right_content article figure a img{
    width: 300px;
    height: auto;
}
.right_content article figure a.group{
    display: table;
    float: left;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 0;
    margin: 0;
}
.right_content article p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;  
}
.right_content article a{
    display: table;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 25px;
    background-color: black;
    border-radius: 25px;
    transition: .4s;
    margin: 20px 0;
}
.right_content article a i.fas{
    margin: 0 10px 0 0;
}
.right_content a:hover{
    background-color: #179d0a;
    color: black;
}




/*-------------2 stupca / Reference END--------------------*/