* {
    margin: 0px;
    padding: 0px;
	box-sizing: border-box;
	color: #3d3d3d
}

html {
    position: relative;
    min-height: 100%;
    font-family: tahoma;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
}

#main_container {
    margin-bottom: 180px;
}

.text_bold {
    font-weight: bold;
}

#footer_out {
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #f3f3f3;
}

#footer {
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-top: 10px;
}

#footer_logo img {
    height: 95px;
}

#footer_logo, #footer_center, #footer_right {
    display: inline-block;
    text-align: left;
}

#footer p, #footer .text_bold {
    /*color: #ffffff;*/
}

#footer_logo {
    float: left;
    text-align: left;
}

#footer_right {
    float: right;
    margin-right: 20px;
}

#footer_ref {
    width: 100%;
    /* background-color: blue; */
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer_ref p {
    background-color: #0da64b;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
}

#footer_design {
	color: #ffffff;
}

#zaglavlje_in_2 {
	max-width: 1170px;
	height: 100px;
	margin: 0 auto;
}

#logo2 img {
	height: 100px;
	float: left;
}

#zaglavlje {
    /* height: 350px; */
    width: 100%;
	margin-bottom: 20px;
}

#zaglavlje_in {
	max-width: 1170px;
	height: 350px;
	margin: 0 auto;

}

#slideshow {
	width: 800px;
	height: 350;
	float: left;
	
}

#slideshow img {
	height: 350px;
	width: 820px;
}

#logo {
	width: 330px;
	height: 350px;
	margin-bottom: 20px;
	background-color: #0da64b;
	float: right;
	overflow: hidden;
	
}


#logo p {
	color: white;
	font-size: 70px;
	text-align: right;
	margin-top: 100px;
	margin-right: 20px;
}

#logo img {
	width: 70%;
	margin-left: 15%;
	margin-top: 110px;
}

#menu {
	width: 100%;
	background-color: #0da64b;
	z-index: 100;
}

#menu_in_line {
	max-width: 1170px;
	background-color: white;
	margin: 0 auto;
	height: 100px;	
}

#menu_in {
	width: 1170px;
	height: 100px;
	background-color: #0da64b;
	position: relative;
}

#menu_in::after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -20px;
}

#menu_in ul {
	list-style-type: none;
	cursor: default;
	position: absolute;
	bottom: 20px;
}

#menu_in li {
	display: inline-block;
	margin-right: 20px;
}

#menu_in li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	cursor: default;
	border-bottom: 2px solid #0da64b;
	transition: all .2s ease-in-out;
}

#menu_in li a:hover {
	border-color: #ffffff;
}

#menu_in_logo {
	height: 90px;
	float: right;
	margin-right: 100px;
	margin-top: 5px;
	display: none;
}

#main_window {
    max-width: 1170px;
    margin: 0 auto;
   
	/* height: 1100px; */
	position: relative;
	overflow: hidden;
	padding-right: 330px;
}

#main_window_content {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-right: 20px;
}

#main_window_line {
	/* height: 1100px; */
	height: 100%;
	width: 330px;
	background-color: #0da64b;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.page_main_window {
	padding-top: 50px;
}

.product {
	/* height: 350px; */
	width: 100%;
	float: left;
	margin-top: 80px;
}

.first_product {
	margin-top: 50px;
}

.product_text {
	/* float: right; */
	width: 470px;
	display: inline-block;
	position: relative;
	padding-bottom: 50px;
}

.product img {
	float: left;
	margin-right: 20px;
	width: 320px;
}

.product_text h2 {
	margin-bottom: 20px;
}

.product li {
	margin-left: 20px;
}

.product p {
	margin-bottom: 10px;
}

.link_button {
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 450px;
	text-align: right;
	padding-right: 20px;
	/* background-color: #0da64b; */
	position: absolute;
	bottom: 0px;
	color: #0da64b;
	border-bottom: 1px solid #0da64b;
	font-weight: bold;
	transition: all .2s ease-in-out;
}

.link_button:hover {
	color: #3d3d3d;
	border-color: #3d3d3d;
}

#contact_form {
	width: 100%;
}

.form_line {
	margin-bottom: 20px;
}

#contact_form input[type="text"] {
	height: 30px;
	border: none;
	width: 100%;
	padding: 0 5px 0 5px;
	background-color: #f3f3f3;
}

#contact_form textarea {
	width: 100%;
	height: 150px;
	border: none;
	background-color: #f3f3f3;
	padding: 5px;
}

#contact_form input[type="submit"] {
	width: 100%;
	height: 30px;
	border: none;
	background-color: #f3f3f3;
	transition: all .2s ease-in-out;
}

#contact_form input[type="submit"]:hover {
	background-color: #0da64b;
	color: #ffffff;
}

#captcha_slika {
	height: 30px;
	float: left;
	margin-right: 20px;
	background-color: #f3f3f3;
}

#contact_form #captcha_text {
	width: 130px;
}

.accordian {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.acc_title {
	font-weight: bold;
	color: #454545;
	margin-bottom: 10px;
}

.acc_header {
	width: 100%;
	overflow: hidden;
	/* border-top: 1px solid #0da64b; */
	background-color: #0da64b;
}

.acc_header p {
	color: #ffffff;
	font-weight: bold;
}

.acc_btn {
	width: 100%;
	height: 40px;
	overflow: hidden;
	border: none;
	background-color: #f3f3f3;
	border-top: 1px solid #ffffff;
	cursor: pointer;
}

.acc_btn:hover .acc_row {
	/* background-color: #cccccc; */
	color: #0da64b;;
}

.acc_btn span {
	color: #454545;;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	transition: all .1s ease-in-out;
}

.accordian .panel {
	width: 100%;
	overflow: hidden;
	max-height: 0;
	/* background-color: #f3f3f3; */
	transition: all .2s ease-in-out;
}

.accordian .panel:last-child {
	border-bottom: 1px solid #0da64b;
}

.accordian .panel ul {
	margin: 10px 0 10px 0;
}

.accordian .panel li {
	list-style-type: none;
	margin: 5px 0 5px 0;
}

.accordian .panel a {
	display: block;
	margin: 10px 0 10px 0;
}

.acc_row {
	float: left;
	width: 33%;
	width: 33.33%;
	padding: 5px;
}

.product_title {
    width: 798px;
    font-weight: bold;
    color: #454545;
    margin-bottom: 10px;
    border-bottom: 1px solid #0da64b;
}

#atb_video {
	margin: 20px 0 0 5%;
	width: 90%;
}

#atb_video_page {
	margin-top: 10px;
	width: 800px;
}

#video_title {
    margin: 30px 20px 0 20px;
    color: #ffffff;
    font-weight: bold;
}

#oglas {
    /*margin: 0 20px 0 20px;*/
}

#oglas p {
    margin: 0 20px 0 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

#video_popup_container {
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#video_popup {
    width: 300px;
    height: 200px;
    background-color: #ffffff;
    margin: 50px auto;
    position: relative;
}

#video_popup_btn {
    border: none;
    width: 100%;
    height: 25px;
    background-color: #0da64b;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 0;
    
}

#proizvodi_container {
	max-width: 100%;
}

.proizvod {
	width: 48%;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 30px;
	overflow: hidden;
}

.proizvod:nth-child(2) {
	margin-left: 3%;
}

.proizvod_img {
	width: 100%;
	text-align: center;
}

.proizvod_img img {
    width: 70%;
}

.proizvod_img img {
	max-width: 100%;
}

.proizvod_naziv {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

#proizvod_det_img {
    overflow: hidden;
}

#proizvod_det_slider {
    overflow: hidden;
    max-width: 480px;
    float: left;
}

#proizvod_det_img img {
	max-height: 300px;
	max-width: 480px;
}

#proizvod_det_img_text {
    float: left;
    margin: 70px 0 0 50px;
}

.reg_text {
    font-size: 11px;
    vertical-align: top;
}

#proizvod_det_text .list_title {
    margin-bottom: 0;
    margin-top: 20px;
}

#proizvod_det_img_text ul {
    list-style-type: none;
    margin: 10px 0 0 20px;
    padding-left: 20px;
    text-indent: -20px;
}

#proizvod_det_naziv {
	margin-bottom: 20px;
}

#pr_det_naz_bold {
    font-size: 25px;
	font-weight: bold;
}

.pr_naz_bold {
    font-size: 25px;
	font-weight: bold;
}

.pr_reg_bold {
    font-weight: bold;
    vertical-align: top;
}

.color_blue {
	color: #251d4f;
}

.color_red {
	color: #b5181b;
}

.color_green {
	color: #87940b;
}

.color_yellow {
	color: #eba718;
	
}

#proizvod_det_text p {
    margin-bottom: 10px;
}

#proizvod_det_text ul {
    margin: 0 0 10px 40px;
}

.okvir {
	border: 1px solid;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
}

.okvir p {
	margin-left: 10px;
}

.okvir ul {
	width: 50%;
}

.okvir img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.border_blue {
	border-color: #251d4f;
}

.border_red {
	border-color: #b5181b;
}

.border_green {
	border-color: #87940b;
}

.border_yellow {
	border-color: #eba718;
	
}

.color_block {
    width: 100%;
    height: 150px;
	overflow: hidden;
	position: relative;
	margin: 20px 0 30px 0;
}

.color_block_alt {
	display: none;
}

.color_block_1, .color_block_2, .color_block_3 {
    height: 100%;
    float: left;
	overflow: hidden;
	position: relative;
}

.color_block_1 {
    background-color: #c50108;
    width: 300px;
}

.color_block_2 {
    background-color: #ff9c00;
    width: 250px;
}

.color_block_3 {
    background-color: #909090;
    width: 250px;
}

.block_arrow_1, .block_arrow_2, .block_arrow_3 {
    width: 0;
    height: 0;
    float: right;
}

.block_arrow_1 {
    border-top: 75px solid #ff9c00;
    border-bottom: 75px solid #ff9c00;
    border-left: 40px solid #c50108;
}

.block_arrow_2 {
    border-top: 75px solid #909090;
    border-bottom: 75px solid #909090;
    border-left: 40px solid #ff9c00;    
}

.block_arrow_3 {
    border-top: 75px solid #ffffff;
    border-bottom: 75px solid #ffffff;
    border-left: 40px solid #909090;    
}

.color_block_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.color_block_overlay_arrow {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 75px solid #ffffff;
	border-bottom: 75px solid #ffffff;
	border-left: 40px solid transparent;
}

.color_block p {
	position: absolute;
	left: 10px;
	width: 250px;
	color: #ffffff;
	z-index: 10;
}

.color_block_1 p, .color_block_2 p {
    top: 45px;
}

.color_block_3 p {
    top: 20px;
}

.el_in_line {
	overflow: hidden;
	margin-bottom: 20px;
}

.float_el {
	float: left;
	width: 50%;
}

#proizvod_det_text .float_el .list_title {
	margin-top: 0;
}

.float_el ul {
	list-style-type: none;
	width: 100%;
}

ol {
	margin-left: 40px;
}

.img_full {
	max-width: 100%;
	margin-top: 20px;
}
#zaglavlje_zeleno {
	width: 330px;
	height: 100px;
	background-color: #0da64b;
	float: right;
	overflow: hidden;
}

.cognito {
	margin: 0!important;
}

#side_menu ul {
    list-style-type: none;
    margin: 0 20px 0 20px;
}

#side_menu ul li {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-bottom: 1px;
    background-color: #ffffff;
}

#side_menu ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #0da64b;
    padding: 0 5px 0 5px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.side_menu_hover {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 1;
    transition: all .3s ease-in-out;
}

#side_menu ul li:hover .side_menu_hover {
    right: 0;
}




.o_nama_img img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}




/* *************************************** mobile menu ************************************ */

#mobile_menu {
	display: none; 
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#mobile_menu_btn {
	height: 40px;
	background-color: #0da64b;	
	border-bottom: 1px solid #F6F6F6;
}

#mobile_menu_img {
	height: 100%;
	margin-left: 5px;
	cursor: pointer;
}

#mobile_menu_chk {
	display: none;
}

#mobile_menu_list {
	position: fixed;
	background-color: #0da64b;
	width: 50%;
	z-index: 10000;
	left: -100%;
	transition: all .2s ease-in-out;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	left: -100%;
	transition: all .2s ease-in-out;
	z-index: 1000;
}

#mobile_menu_chk:checked + #mobile_menu_list {
	left: 0;
}

#mobile_menu_chk:checked ~ #menu_overlay {
	left: 0;
}

#mobile_menu_list li {
	list-style-type: none;
}

#mobile_menu_list a {
	text-decoration: none;
	color: #F6F6F6;
	padding: 7px 10px 7px 10px;
	display: block;	
}

#mobile_menu_list li:hover {
	background-color: #F6F6F6;
}

#mobile_menu_list li:hover > a {
	color: #4d4d4d;
}

.mobile_submenu {
	display: none;
	background-color: #064720;
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #F6F6F6;
}

.mobile_submenu a {
	margin-left: 20px;
}

.mobile_menu_drop:hover .mobile_submenu {
	display: block;
}

.strelica_dole {
    color: #4d4d4d;
	display: none;
}

.strelica_desno {
    color: #F6F6F6;
}

.mobile_menu_drop:hover .strelica_desno {
	display: none;
}

.mobile_menu_drop:hover .strelica_dole {
	display: inline-block;
}

.mobile_admin_menu button {
	background-color: #064720;
	color: #f6f6f6;
	height: 30px;
	width: 100%;
	border: none;
	font-size: 16px;
	text-align: left;
	padding-left: 30px;
	cursor: pointer;
}

.mobile_admin_menu button:hover {
	background-color: #f6f6f6;
	color: #064720;
}

#mobile_logo {
    height: 30px;
    margin: 5px 10px 0 0;
    float: right;
}

/* ************************************** /mobile menu ************************************ */

#mobile_slideshow {
	width: 100%;
	margin-bottom: 20px;
	display: none;
}

#mobile_slideshow img {
	width: 100%;
}

#soc_net {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

#soc_net img {
    height: 30px;
}

#soc_net a:nth-child(1) {
    float: left;
}

#soc_net a:nth-child(3) {
    float: right;
}

.link_button2 {
    background-color: #0da64b;
    width: 150px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
    border: 1px solid #0da64b;
    transition: all .2s ease-in-out;
    cursor: default;
}

.link_button2:hover {
    background-color: #ffffff;
    color: #0da64b;
}
