* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: montserrat-light;
    src: url(../fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: montserrat-extralight;
    src: url(../fonts/Montserrat-ExtraLight.otf);
}

html {
    position: relative;
    min-height: 100%;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    font-size: 16px;
    font-family: montserrat-light;
}

html {
  scroll-behavior: smooth;
}

#main_container {
    margin-bottom: 200px;
}

#footer_container {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #702c91;
}

#footer {
    height: 200px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    
}

#footer_logo {
    height: 50px;
    margin-bottom: 20px;
    margin-top: 15px;
}

#social_links {
    float: right;
    height: 35px;
    margin-top: 15px;
}

#social_links p {
    float: left;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
}

#social_links a {
    float: left;
    height: 100%;
    margin-left: 20px;
}

#social_links img {
    height: 100%;
}

#footer_info {
    color: #ffffff;
}

#footer_info a {
    text-decoration: none;
    color: #ffffff;
}

#footer_info a:hover {
    text-decoration: underline;
}

#copyright {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #ffffff;
    font-size: 14px;
}

html #footer_container {
    font-family: montserrat-extralight;
}

.mob_show, 
#menu .mob_show_inline {
    display: none;
}

#header_container {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    z-index: 1000;
}

#header {
    height: 150px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#logo {
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#mobile_logo {
    width: 250px;
    position: absolute;
    left: 20px;
    bottom: 60px;
    display: none;
}

#menu {
    list-style-type: none;
    position: absolute;
    right: 0;
    bottom: 20px;
}

#menu li {
    display: inline-block;
    margin-left: 30px;
}

#menu li a {
    text-decoration: none;
    color: #702c91;
    font-size: 18px;
    cursor: default;
}

#menu li a:hover {
    text-decoration: underline;
}

.menu_arrow_down {
    display: block;
    float: right;
    padding-left: 5px;
    color: #702c91;
    position: relative;
    bottom: 3px;
}

.submenu {
    position: absolute;
    top: 100%;
    z-index: 100;
    padding: 20px 5px 0 5px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
}

#menu .submenu li {
    margin-left: 0;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

#menu .submenu li a {
    font-size: 16px;
}

.menu_hover:hover .submenu {
    display: block;
}

.mob_home_ico {
   position: relative;
   top: 4px;
}

.mob_home_ico img {
    height: 20px;
    display: block;
}

.admin_menu {
    border-left: 1px solid #702c91;
    padding-left: 10px;
}

.block_container {
    position: relative;
}

.block {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.block_swiper2 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#main_container .swiper2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.swiper1 img {
    width: 100%;
}

.swiper2_container .swiper2_btn_next, 
.swiper2_container .swiper2_btn_prev {
    color: #702c91;
    top: 235px;
}

.swiper2_container .swiper2_btn_next {
    right: -50px;
}

.swiper2_container .swiper2_btn_prev {
    left: -50px;
}

.swiper .swiper-wrapper {
    /* padding-bottom: 30px; */
    margin-bottom: -5px;
}

.swiper2 .swiper-wrapper {
    padding-bottom: 50px;
}

.swiper .swiper-pagination-bullet-active {
    background-color: #702c91;
}

.slogan {
    font-size: 40px;
    text-align: center;
    background-color: #b3b6b8;
    color: #ffffff;
    padding: 25px 0 25px 0;
}

.slogan2 {
    font-size: 50px;
    text-align: center;
    color: #702c91;
    font-family: montserrat-extralight;
    margin-bottom: 100px;
}

.block_color1 {
    background-color: #702c91;
    color: #ffffff;
}

.block_color2 {
    background-color: #ffffff;
    color: #414042;
}

.block_color3 {
    background-color: #b3b6b8;
    color: #ffffff;
}

.block_color4 {
    background-color: #f2f2f2;
    color: #702c91;
}

.block_style1 {
    padding: 80px 0 100px 0;
}

.block_style1 h1 {
    font-size: 40px;
    margin-bottom: 50px;
}

.block_style1 p {
    font-size: 25px;
}

.block_style1 a:not(#contact_info a) {
    text-decoration: none;
    font-size: 25px;
}

.block_text1 {
    max-width: 60%;
    float: left;
}

.block_img1 {
    max-width: 40%;
    float: right;
}

.block_style2 {
    padding: 80px 0 100px 0;
}

.block_style2 h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-family: montserrat-extralight;
    color: #414042;
}

.slide_container1 {
    text-align: center;
    font-size: 16px;
    color: #702c91;
}

.slide_container1 a {
    color: #702c91;
}

.slide_img_container1 {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.slide_img_container1:hover {
    transform: scale(1.03);
}

.icon {
    text-align: center;
}

.icon p {
    font-size: 16px;
    font-weight: bold;
    color: #702c91;
    margin-top: 10px;
}

.icon_block1 {
    padding-top: 80px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon_block1 .icon {
    /* width: 14%;
    width: 14.28%; */
    width: 170px;
    margin-bottom: 20px;
}

.icon:hover {
    -ms-transform: scale(1.06); /* IE 9 */
    -webkit-transform: scale(1.06); /* Safari 3-8 */
    transform: scale(1.06); 
    transition: 0.8s ease;
    cursor: pointer;
}


#contact_info {
    width: 50%;
    float: left;
    overflow: hidden;
}

#contact_info img {
    max-height: 46px;
    margin-bottom: 30px;
}

#contact_info ul {
    list-style-type: none;
}

#contact_info ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

#contact_info ul li:first-child {
    margin-bottom: 30px;
}

.contact_info_label {
    position: absolute;
    left: 0;
    font-weight: bold;
}

#contact_info a {
    text-decoration: none;
    color: #702c91;
}

#contact_info a:hover {
    text-decoration: underline;
}

#contact_form {
    width: 50%;
    overflow: hidden;
}

.form_line {
    margin-bottom: 10px;
}

#contact_form legend {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#contact_form input[type="text"] {
    width: 100%;
    height: 50px;
    border: 2px solid #702c91;
    border-radius: 15px;
    background-color: #f2f2f2;
    padding: 0 10px 0 10px;
}

#contact_form :-ms-input-placeholder {
    color: #702c91;
}

#contact_form ::-ms-input-placeholder {
    color: #702c91;
}

#contact_form ::placeholder {
    color: #702c91;
    font-family: montserrat-light;
    font-size: 16px;
}

#contact_form textarea {
    width: 100%;
    height: 200px;
    background-color: #f2f2f2;
    border: 2px solid #702c91;
    border-radius: 15px;
    padding: 10px;
}

.form_line {
    overflow: hidden;
}

#captcha_img {
    height: 50px;
    width: 200px;
    border: 2px solid #702c91;
    border-radius: 15px;
    float: left;
    margin-right: 20px;
}

#main_container #captcha_code {
    width: 200px;
    float: left;
    background-color: #b18fc1;
    border-color: #b18fc1;
    color: #ffffff;
}

#contact_form .captcha_container :-ms-placeholder {
    color: #ffffff;
}

#contact_form .captcha_container ::-ms-placeholder {
    color: #ffffff;
}

#contact_form .captcha_container ::placeholder {
    color: #ffffff;
}

#contact_form input[type="submit"] {
    min-width: 150px;
    height: 50px;
    border: 2px solid #702c91;
    border-radius: 15px;
    background-color: #702c91;
    color: #ffffff;
    font-size: 20px;
    display: block;
    margin: 30px auto 0 auto;
}

#header_img {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

#header_img img {
    width: 100%;
}

#breadcrumbs {
    list-style-type: none;
    padding: 20px 0 20px 0;
}

#breadcrumbs li {
    display: inline-block;
    color: #414042;
    font-size: 20px;
}

#breadcrumbs li+li:before {
    padding: 0 10px 0 10px;
    content: "\2215";
}

#breadcrumbs li a {
    text-decoration: none;
    color: #414042;
}

#breadcrumbs li a:hover {
    text-decoration: underline;
}

.el2_container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.el2 {
	position: relative;
	width: 585px;
    /* max-height: 585px; */
    overflow: hidden;
    border: 1px solid #9b9c9f;
}

.el2 img {
    opacity: 1;
    max-height: 100%;
    /* max-height: 330px; */
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    display: block;
}

.el2 .news_img {
    max-height: 390px;
}

.el_tittle_show {
    opacity: 0;
	position: absolute;
	color: #ffffff;
	left: 0;
	bottom: 60px;
	padding: 30px;
	min-width: 300px;
	background-color: #702c91;
	background-color: rgba(112, 44, 145, 0.5);
	font-size: 20px;
    text-decoration: none;
    transition: 2s ease;
}

.el_tittle span {
	display: block;
	color: #f3f3f3;
	font-size: 14px;
}

.el2:hover img {
    opacity: 0.8;
}

.el2:hover .el_tittle_show, 
.el3:hover .el_tittle_show, 
.el1:hover .el_tittle_show {
    opacity: 1;
}

.el3_container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.el3 {
    width: 380px;
    /* height: 380px; */
    border: 1px solid #9b9c9f;
    overflow: hidden;
    position: relative;
}

.el3 img {
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    display: block;
}

.el1 {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.el1 img {
    width: 100%;
}

.el1_2 {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.el1_2 img {
    max-width: 100%;
}


#slideshow {
    width: 100%;
    height: 600px;
}

.button_more {

        border: 1px solid white;
        color: white;
        padding: 10px 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        cursor: pointer;
        transition-duration: 0.4s;
        border-radius: 12px;
        position: absolute;
        bottom: 0;
        left: 5px;
}

.button_more:hover {
    background-color: #702c91;
    border: 1px solid #702c91;
    color: white;
} 

.block_list {
    height: 200px;
}

.block_list ul, .block_list3 ul {
  list-style-type: none;
  color:#414042;
}

.block_list li {
    padding-bottom: 5px;
}

.list14 {
    width: 25%;
    float: left;
    text-decoration: none;

}

.list143 {
    width: 33%;
    float: left;
    text-decoration: none;

}

.block_list3 {
    overflow: hidden;
    margin-bottom: 40px;
    display: none;
}


.waviy {

    text-align: center;
    background-color: #b3b6b8;

    padding: 25px 0 25px 0;
}
.waviy span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  
  animation: flip 6s infinite;
  animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}

#login_form {
    width: 500px;
    margin: 50px auto;
}

#login_form input[type="text"], 
#login_form input[type="password"] {
    width: 100%;
    height: 30px;
    border: 1px solid #702c91;;
    background-color: #f3f3f3;
    padding: 0 5px 0 5px;
}

#login_form input[type="submit"] {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    border: 1px solid #702c91;
    background-color: #f3f3f3;
}

#login_form input[type="submit"]:hover {
    background-color: #702c91;
    color: #ffffff;
}

.upload_form {
    margin-top: 50px;
}

.upload_form label {
    display: inline-block;
    min-width: 100px;
}

.upload_form input[type="text"] {
    width: 400px;
}

.upload_form input[type="submit"] {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    border: 1px solid #702c91;
    background-color: #f3f3f3;
}

.vesti_naslov {
    margin-top: 30px;
}

.vesti_datum {
    margin-bottom: 50px;
}

.vesti_tekst p {
    margin-bottom: 10px;
}

.vesti_tekst img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fotorama {
    margin-top: 50px;
    margin-bottom: 50px;
}

.vest_del_btn {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    color: #ff0000;
    font-size: 20px;
    cursor: default;
    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.vest_del:hover {
    transform: scale(1.3);
}

#vest_del {
    width: 400px;
    height: 200px;
    border: 1px solid #414042;
    margin: 50px auto;
    position: relative;
    background-color: #b18fc1;
}

#vest_del p {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
}

.vest_del_btn_container {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

#vest_del a {
    text-decoration: none;
    color: #414042;
    background-color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    text-align: center;
    cursor: default;
}

#vest_del a:first-child {
    float: left;
    margin-left: 10px;
}

#vest_del a:last-child {
    float: right;
    margin-right: 10px;
}

#vest_del a:hover {
    background-color: #f3f3f3;
}

#pfil {
    list-style-type: none;
    overflow: hidden;
}

#pfil li {
    display: block;
    float: left;
    border-right: 1px solid #b3b6b8;
    margin-right: 5px;
    padding-right: 5px;
}

#pfil li:last-child {
    border-right: none;
}

#pfil li a {
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    
    color: #414042;
    cursor: default;
    font-size: 14px;
}

#pfil li a:hover:not(.pfil_selected) {
    color: #b18fc1;
}

#pfil li .pfil_selected {
    color: #702c91;
    font-weight: bold;
}

#portfolio .block_text1 {
    min-height: 250PX;
}

#modal_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#modal {
    width: 300px;
    height: 150px;
    background-color: #ffffff;
    position: relative;
    padding-top: 30px;
}

#modal_text {
    text-align: center;
}

#modal_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 3px 20px 3px 20px;
    border: 1px solid #414042;;
    background-color: #f3f3f3;
}

#modal_btn:hover {
    background-color: #702c91;
    color: #ffffff;
}

#dat_del_btn {
    width: 23px;
    height: 23px;
    /* border-radius: 50%; */
    border: none;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    right: 27px;
    display: none;
}

#mu_slike_label {
    float: left;
}

#mu_slike_container {
    overflow: hidden;
}

#mu_input_container {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

#mu_add_img_btn {
    display: block;
    margin-top: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid #414042;
}

.mu_input {
    padding: 3px 0 3px 0;
}

.mu_input:nth-child(even) {
    background-color: #ffffff;
}

.mu_input_del_btn {
    margin-left: 10px;
    border: none;
    background-color: transparent;
    color: #ff0000;
    font-weight: bold;
}

/* ************************ mobile menu **************************** */

#mobile_menu {
    display: none;
    background-color: #702c91;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    z-index: 1000; 
}

#mobile_menu_logo {
    height: 30px;
    margin-top: 5px;
}

#mobile_menu_btn {
    height: 100%;
    margin-left: 5px;
    /* float: left; */
    position: absolute;
    top: 0;
    left: 5px;
}

#mobile_menu_img {
    height: 100%;
}

#mobile_menu_chk {
    display: none;
}

#mobile_menu_list {
    position: fixed;
    background-color: #ffffff;
    min-width: 300px;
    height: 100%;
    z-index: 10000;
    top: 40px;
    left: -100%;
    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    border-left: 1px solid #702c91;
    border-right: 1px solid #702c91;
    border-bottom: 1px solid #702c91;
    text-align: left;
    overflow: hidden;
}

#mob_menu_overlay {
    position: fixed;
    top: 40px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-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: #454545;
    display: block;
    padding: 10px;
}

.mobile_submenu {
    background-color: #f3f3f3;
    padding: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#mobile_menu a:hover {
    background-color: #702c91;
    color: #ffffff;
}

#mobile_menu .mobile_submenu a {
    padding-left: 20px;
}

.mob_menu_arrow_right {
    float: right;
}

.mobile_submenu_back {
    border-bottom: 1px solid #ffffff;
    text-align: right;
}

.mob_submenu_arrow_left {
    float: left;
    padding: 0 20px 3px 20px;
    position: relative;
    right: 20px;
}

#mobile_menu .mobile_submenu_back a:hover {
    background-color: #ffffff;
    color: #454545;
}

#mobile_menu .mobile_submenu_back a:hover .mob_submenu_arrow_left {
    background-color: #702c91;
    color: #ffffff;
}

/* *********************** /mobile menu **************************** */