* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    font-family: "Arial Narrow", Arial;
}

#main_container {
    margin: 0 auto 100px;
    /* background-color: #f3f3f3; */
}

#footer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
    background-color: #dadada;
}

h1 {
    height:100px;
    line-height: 100px;
    padding-left: 100px;
}

.h1_1 {
    background-color: #ed1c24;
    color: #ffffff;
}

.h1_2 {
    /* background-color: #ffffff; */
    color: #ed1c24;
    /* margin-top: -50px; */
}

h2 {
    color: #ed1c24;
    text-align: center;
    font-size: 30px;
}

.hide_element {
    display: none;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.block_container {
    width: 100%;
}

.block {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
    /* background-color: #ffffff; */
    overflow: hidden;
}

.menu_link {
    position: relative;
    bottom: 40px;
}

#zaglavlje_container {
    width: 100%;
}

#zaglavlje {
    max-width: 1200px;
    margin: 0 auto;
    height: 100px;
    /* padding-top: 10px; */
    padding: 10px 10px 0 10px;
    background-color: #ffffff;
}

#menu_container {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    z-index: 1000;
    background-color: #ffffff;
}

#menu {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    /* background-color: #ffffff; */
}

#menu ul {
    list-style-type: none;
    overflow: hidden;
    float: right;
}

#menu li {
    float: left;
    margin-left: 20px;
	font-weight: bold;
	font-size: 19px;
}

#menu a {
    text-decoration: none;
    display: block;
    color: #000000;
    height: 40px;
    line-height: 40px;
    cursor: default;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#menu a:hover {
    color: #ed1c24;
}

#menu #menu_logo {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #ed1c24;
    position: relative;
    top: 100px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#logo {
    text-decoration: none;
    color: #ed1c24;
    font-weight: bold;
    font-size: 35px;
}

#social_media_links {
    float: right;
}

#social_media_links a {
    float: left;
    margin-left: 10px;
}

#social_media_links img {
    height: 40px;
}

#index_slideshow_container {
    width: 100%;
    background-color: #ed1c24;
}

#index_slideshow {
    max-width: 1200px;
    margin: 0 auto;
    /* background-color: #ed1c24; */
    overflow: hidden;
}
#index_slideshow img {
    width: 100%;
    display: block;
    margin: 25px auto;
}

.index_text_center {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 50px;
}

#index_zo {
    padding: 20px 0;
}

.index_block_color1 {
    background-color: #dadada;
}

.index_block_color2 {
  /*  background-color: #ed1c24; */
}

#index_blocks3 {
    width: 100%;
    overflow: hidden;
}

.inline_block3 {
    width: 33%;
    width: 33.33%;
    float: left;
    text-align: center;
}

.circle {
    width: 150px;
    height: 150px;
    background-color: #ed1c24;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 10px solid #000000;
    margin-bottom: 10px;
}

.circle p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #ffffff;
}

.inline_block3_text p {
    max-width: 250px;
    display: inline-block;
}

#index_tp {
    overflow: hidden;
    position: relative;
}

#tp_line {
    width: 100%;
    height: 50px;
    background-color: #ed1c24;
    margin-bottom: -40px;
}

#index_tp_img {
    width: 50%;
    float: left;
    margin-left: 2%;
	heigth: 500px;
}

#index_tp_img img {
	width: 100%;
}

:root {
	--swiper-theme-color: #ffffff!important;
}

#index_tp_text {
    background-color: #ffffff;
	float: right;
    margin-right: 2%;
    width: 43%;
    height: 100%;
    border: 1px solid #dadada;
    padding: 10px;
}

.index_tp_text_el {
	width: 50%;
	height: 100%;
	float: left;
	padding: 10px;
}

.index_tp_text_el:first-child {
	border-right: 1px solid #dadada;
}

#index_tp_text p {
	margin-bottom: 10px;
}

#index_tp_text ul {
	margin-left: 20px;
}

.index_tp_text_title {
	color: #ed1c24;
	font-size: 18px;
}

#index_ok {
    padding: 20px 2% 50px 2%;
    text-align: center;
}

#index_ok img {
	height: 70px;
	
}

#index_ok a:first-child {
    float: left;
}

#index_ok a:last-child {
    float: right;
}

.inline_block_img img{
	width: 190px;
	height: 120px;
	margin-bottom: 20px;	
}


#index_blocks4 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
    /* background-color: #dadada; */
}

.inline_block4 {
    width: 20%;
    min-height: 200px;
    background-color: #ed1c24;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    overflow: hidden;
    color: #ffffff;
    padding: 5px;
}

.inline_block4 .inline_block_title {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

.inline_block4 p {
    text-align: left;
}

/* ************************************************ kontakt *************************************************** */

#kontakt_form {
    background-color: #ed1c24;
    padding: 20px 20px 60px 20px;
    overflow: hidden;
    position: relative;
}

#kontakt_form img {
    width: 40%;
    float: left;
}

#kontakt_form form {
    width: 57%;
    float: right;
    color: #ffffff;
    position: relative;
}

.form_row {
    margin-bottom: 20px;
}

.form_row_2 {
    width: 50%;
    float: left;
}

.form_row label {
    display: block;
    margin-bottom: 10px;
}

.form_row input[type="text"] {
    border: none;
    background-color: #ed1c24;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 25px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 5px 0 5px;
}

.form_row_inline .form_row {
    width: 47%;
    float: left;
}

.form_row_inline .form_row:first-child {
    margin-right: 6%;
}

.form_row textarea {
    border: none;
    background-color: #ed1c24;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 150px;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #ffffff;
}

.form_row img {
    height: 54px;
    background-color: #ffffff;
}

.form_row input[type="submit"] {
    border: none;
    background-color: #ed1c24;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    margin-top: 50px;
    height: 25px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border: 1px solid white;
}

.form_row input[type="submit"]:hover {
    color: #ed1c24;
    background-color: #ffffff;
}

#kontakt_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px 0 20px;
    text-align: center;
    color: #ffffff;
}

#kontakt_footer p {
    display: inline-block;
}

#kontakt_footer a {
    color: #ffffff;
}

#kontakt_footer a:hover {
    color: #dadada;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#email_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
}

#email_poruka {
    width: 90%;
    height: 130px;
    background-color: #ed1c24;
    margin: 50px auto;
    padding-top: 20px;
    position: relative;
}

#email_poruka p {
    color: #ffffff;
    text-align: center;
}

#email_poruka_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    background-color: #ffffff;
    color: #ed1c24;
    height: 25px;
    padding: 0 20px 0 20px;
    min-width: 80px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#email_poruka_btn:hover {
    background-color: #dadada;
}

/* *********************************************** /kontakt *************************************************** */

#footer_inner {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: #ffffff; */
    padding-top: 30px;
}

#copyright {
    text-align: center;
}
/* *********************************************** kalkulator *************************************************** */

#kalkulator_block {
    width: 96%;
    /* border: 1px solid #dadada; */
    margin: 20px auto;
    overflow: hidden;
    background-color: #dadada;
}

#kalkulator_form {
    width: 50%;
    float: left;
    padding: 10px;
    background-color: #ed1c24;
    color: #ffffff;
}

.form_row {
    
}

.form_row label {
    float: left;
    min-width: 230px;
}

.form_row input[type="number"] {
    width: 100px;
    height: 25px;
    padding-left: 5px;
}

.form_row select {
    border: none;
    width: 50px;
    height: 25px;
    background-color: #ffffff;
}

.form_row select:hover {
    background-color: #dadada;
}

#kalkulator_form .form_row input[type="submit"] {
    background-color: #ffffff;
    color: #454545;
}

#kalkulator_form .form_row input[type="submit"]:hover {
    background-color: #dadada;
}

#kalkulator_rezultat {
    width: 45%;
    float: right;
    color: #454545;
    margin: 10px 10px 0 0;
    background-color: #ffffff;
}

#kalkulator_rezultat, #kalkulator_rezultat td {
    border: 1px solid #454545;
    border-collapse: collapse;
}

#kalkulator_rezultat td:nth-child(2) {
    min-width: 100px;
    text-align: right;
}

#kalkulator_rezultat td {
    height: 25px;
    padding: 0 5px 0 5px;
}

#kalkulator_rezultat tr:last-child {
    font-weight: bold;
}



/* ********************************************** /kalkulator *************************************************** */

/* ********************************* mobile menu ****************************** */

#mobile_menu {
    display: none;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    /* text-align: center; */
    border-bottom: 1px solid #ed1c24;
    height: 40px;
}

#mobile_menu_logo {
    height: 30px;
    margin-top: 5px;
    margin-left: 50px;
}

#mobile_menu_btn {
    height: 100%;
    /* float: left; */
    margin-left: 5px;
    /* position: absolute;
    left: 0;
    top: 0; */
    float: left;
}

#mobile_menu_img {
    height: 100%;
}

#mobile_menu_chk {
    display: none;
}

#mobile_menu_list {
    position: fixed;
    background-color: #ed1c24;
    min-width: 300px;
    height: 100%;
    z-index: 10000;
    top: 40px;
    left: -100%;
    transition: all .2s ease-in-out;
    text-align: left;
    border-left: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    border-bottom: 1px solid #ed1c24;
    overflow: hidden;
}

#mob_menu_overlay {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    left: -100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1000;
}

#mobile_menu_chk:checked + #mobile_menu_list {
    left: 0;
}

#mobile_menu_chk:checked ~ #mob_menu_overlay {
    left: 0;
}

#mobile_menu_list li {
    list-style-type: none;
}

#mobile_menu_list a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 10px;
    /* padding: 0 10px 0 10px; */
    /* height: 40px;
    line-height: 40px; */
}

.mobile_submenu {
    background-color: #f04248;
    padding: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#mobile_menu a:hover {
    background-color: #ffffff;
    color: #ed1c24;
}

#mobile_menu .mobile_submenu a {
    padding-left: 20px;
}

/* .mobile_menu_drop:hover .mobile_submenu {
    display: block;
} */

.mob_menu_arrow_right {
    float: right;
}

.mobile_submenu_back {
    border-bottom: 1px solid #ffffff;
    text-align: right;
}

.mob_submenu_arrow_left {
    float: left;
    padding: 3px 20px 3px 20px;
    position: relative;
    right: 20px;
}

#mobile_menu .mobile_submenu_back a:hover {
    background-color: #f04248;
    color: #ffffff;
}

#mobile_menu .mobile_submenu_back a:hover .mob_submenu_arrow_left {
    background-color: #ffffff;
    color: #ed1c24;
}

/* .mob_menu_arrow_down {
    display: none;
} */

/* .mobile_menu_slide:hover .mob_menu_arrow_right {
    display: none;
} */

/* .mobile_menu_slide:hover .mob_menu_arrow_down {
    display: inline-block;
} */

#mobile_lang {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
}

.mobile_lang_link {
    text-decoration: none;
    color: #ed1c24;
    margin-right: 10px;
    border-bottom: 2px solid #ffffff;
}

.mobile_lang_active {
    border-color: #ed1c24;
}

/* ******************************** /mobile menu ****************************** */