﻿
body {
  background: white;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
.row li{
	position:relative;
 width:320px;
 left:-24px;
 font-size:1vw;
}
a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.knaslov {
    position: absolute;
    left: 20%;
    top: 14%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center; /* Centriranje sadržaja horizontalno */
    height: 26px;
    border-radius: 12px;
    border: 2px solid white;
    background-color: #F98F41;
    width: 50%;
    text-align: center; /* Centriranje teksta unutar diva */
}

.knaslov {
    position: fixed;
    left: 20%;
    top: 12%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center; /* Centriranje sadržaja */
    height: 30px;
    border-radius: 12px;
    border: 2px solid white;
    background-color: #F98F41;
    width: 60%; /* Širina div-a se može prilagoditi */
    text-align: center; /* Centriranje teksta unutar diva */
}
.calendar-container {
    position: fixed;
    left: 20%;
    top: 17%;
    padding: 20px;
    height: 680px;
    border-radius: 12px;
    border: 2px solid white;
    background-color: #F98F41;
    width: 60%;
    
}

        
        
        .month {
			position:relative;
			top:0;
            width:182px;
			height:250px;
			float:left;
            background: transparent;
            border: 1px solid #ccc;
            border-radius: 10px;
            
        }
        .month-name {
            background: #ff944d;
            color: white;
            text-align: center;
            padding: 6px;
            font-weight: bold;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
        .days {
            display: flex;
            flex-wrap: wrap;
        }
        .day {
            width: 14.28%;
            padding: 10px 0;
            text-align: center;
            color: white;
            font-size: 14px;
        }
   

#calendar {
    width: 60%; /* Kalendar će zauzeti cijeli širinu div-a */
    height: 85%; /* Kalendar će zauzeti cijelu visinu diva */
}
.zvucnix{
	position:absolute;
	left:8%;
	top:20%;
	height:450px;
	padding:20px;
	border-radius:12px;
	border:2px solid white;
	background-color:#F98F41;
	width:20%;
}
.detalji {
	position:relative;
    background-color: #3498db;
    top:-1px;
	left:3px;
	width:30%;
	color: white;
    padding: 3px 6px;
    border: none;
    border-radius: 2px;
	cursor:pointer;
}

.btn-uredi {
    background-color: #f1c40f;
    color: black;
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
}

.btn-obrisi {
    background-color: #e74c3c;
    color: white;
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width:100%;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: linear-gradient(45deg, #4A91E6, #4A91E6);
  padding: 20px 0;
  height: 82px;
  border-bottom:2px solid #3975BD;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(10deg, rgba(29, 115, 219, 0.4), rgba(29, 115, 219, 0.4)), url("../images/team1.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 82%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(77.4% + 0px);
  bottom: 0;
  top: 5px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 460px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
  top:24px;
  background-color:#F98F41;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 80px;
  height:22px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: left;
  margin: 0;
  width:100%;
  z-index:10000;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
	  left:130px;
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: -12px;
  top: -14px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../images/team1.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features h4, #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/
#pricing {
	position:relative;
	top:360px;
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
	position:relative;
  padding: 60px 0;
  overflow: hidden;
  top:240px;
  height: 560px;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
#team {
	position:relative;
	top:300px;
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#main_video {
  position:relative;
  width:100%;
  margin:auto;
  height:auto;
  
}
#gallery {
  position:relative;
  width:80%;
  margin:auto;
  top:340px;
  background: #fff;
  padding: 60px 0 0 0;
  padding-bottom:30px;
  height:auto;
  overflow: hidden;
}
#gallery_video {
  position:relative;
  width:84%;
  top:300px;
  left:8.6%;
  background: transparent;
  padding-bottom:16px;
  height:auto;
  overflow: auto;
}
#gallery .container-fluid {
  padding: 0px;
  width:96%;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
	position:relative;
	top:300px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}
.custom-class {
	position:relative;
	width:100%;
padding: 10px;
}

/*********************************Vlado*******************************/

.check{
	position:relative;
	float:left;
	left:44px;
	top:-30px;
	z-index:1000;
}
.rb{
	font-size:0.6vw;
}
.rbakc{
	position:relative;
	font-size:0.6vw;


}
.rad{
	position:absolute;
	top:0;
	left:0;
	background:#89B3CB;
	width:100%;
	height:100%;
}
.zabiljeska {
    width: 100%;
    max-width: 830px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
	color:#8D8E8D;
    font-family: Arial, sans-serif;
    resize: vertical;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.zabiljeska:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
    outline: none;
}
.napomena-label {
    color: #308445;
    font-weight: bold;
    font-size: 0.7vw;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 6px;
}
.nazivart {
	position:absolute;
    color: #308445;
	left:96px;
	top:0;
    font-weight: bold;
    font-size: 0.7vw;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 6px;
	z-index:500;
}

.napomena-cijena {
	position:absolute;
	top:142px;
    color: #308445;
	left:220px;
    font-weight: bold;
    font-size: 0.7vw;
	color:red;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 6px;
}
.napomena-ukupno {
	position:relative;
    color: #308445;
	left:56px;
    font-weight: bold;
    font-size: 0.7vw;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 6px;
}
.napomena-provizija {
	position:relative;
    color: #308445;
	left:68px;
    font-weight: bold;
    font-size: 0.7vw;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 6px;
}
.cijena_dogovoreno {
    position:relative;
	width: 116px;
	height:26px;
	left:50px;
    padding: 4px;
	color:#8D8E8D;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.87vw;
    font-family: Arial, sans-serif;
}
.ukupno_dogovoreno {
	position:relative;
    width: 116px;
	left:56px;
	height:26px;
    padding: 4px;
	color:#8D8E8D;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.87vw;
    font-family: Arial, sans-serif;
}
.provizija_iznos {
	position:relative;
    width: 116px;
	height:26px;
	left:66px;
    padding: 4px;
	color:#8D8E8D;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.87vw;
    font-family: Arial, sans-serif;
}
.minkolicina_dogovoreno {
    width: 116px;
	height:26px;
    padding: 4px;
	color:#8D8E8D;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.87vw;
    font-family: Arial, sans-serif;
}
#dogovorenoDiv{
	position:relative;
	top:2%;
	width:98%;
	float:left;
	padding:30px;
	font-size:0.8vw;
	left:-3.8%;
	background-color:96DBA8;
	height:auto;
	border:1px solid #A6C8AF;
	//max-height:68%;
	z-index:12;
} 
.statusDiv{
	position:absolute;
	top:32%;
	width:100%;
	float:left;
	padding:30px;
	font-size:0.8vw;
	left:-3.8%;
	background-color:transparent;
	height:auto;
	border:2px solid 96DBA8;
	//max-height:68%;
	z-index:12;
}
.job{
	position:relative;
	top:12%;
	width:50%;
	float:left;
	padding:30px;
	font-size:0.8vw;
	left:4%;
	background-color:white;
	height:auto;
	min-height:84%;
	z-index:12;
}
.detalji_job{
	position:relative;
	top:12%;
	width:50%;
	float:left;
	padding:30px;
	font-size:0.8vw;
	left:25%;
	background-color:white;
	height:auto;
	min-height:84%;
	z-index:12;
}
.job1{
	position:relative;
	top:12%;
	width:42%;
	padding:26px;
	float:left;
	font-size:0.8vw;
	left:5%;
	background-color:white;
	height:auto;
	min-height:84%;
	z-index:12;
}
.job2{
	position:relative;
	top:12%;
	width:80%;
	padding:26px;
	float:left;
	font-size:0.8vw;
	left:10%;
	background-color:#FCFAE3;
	height:auto;
	min-height:84%;
	z-index:12;
}
.logo-blok{
	position:relative;
	top:7%;
	width:25%;
	left:59%;
	height:53%;
	z-index:12;
}
.fotka img {
	border-radius: 6px;
	border:1px solid #123F81;
}
.ddan, .ddan1{
	position:relative;
	top:0;
	width:100%;
	text-align:center;
	font-size:1vw;
	color:white;
	height:auto;
	z-index:400;
}
.akreditacija{
	position:absolute;
	top:76px;
	width:300px;
	left:7%;
	height:26%;
	border-radius:12px;
	background-image: url('../images/akreditacija/akr.jpg');
	background-size: 100% 100%;
	border:1px solid #434785;
	z-index:100;
}

.fotka{
	position:absolute;
	top:24px;
	width:30%;
	left:7%;
	height:68%;
	border-radius:4px;
	z-index:100;
}
.akviz{
	position:absolute;
	top:56.4%;
	width:47%;
	left:48%;
	text-align:center;
	color:#34375B;
	height:10.6%;
	font-size:0.8vw;
	border-radius:4px;
	z-index:100;
}
.wspp{
	position:absolute;
	top:66.6%;
	width:47%;
	left:48%;
	text-align:center;
	color:#34375B;
	height:10.6%;
	font-size:0.8vw;
	border-radius:4px;
	z-index:100;
}
.wweb{
	position:absolute;
	top:78%;
	width:47%;
	left:48%;
	text-align:center;
	color:#34375B;
	height:10.6%;
	font-size:0.8vw;
	border-radius:4px;
	z-index:100;
}
.imp{
	position:relative;
	top:11%;
	width:46%;
	left:48%;
	text-align:center;
	color:#34375B;
	height:14.6%;
	font-size:0.8vw;
	border-radius:4px;
	z-index:100;
}
.imp1{
	position:relative;
	top:13%;
	width:46%;
	left:48%;
	text-align:center;
	color:#34375B;
	height:14.6%;
	font-size:0.8vw;
	border-radius:4px;
	z-index:100;
}
.izn{
	position:relative;
	top:0;
	padding-left:10px;
	border-radius:6px;
	border:1px solid #C8D1DF;
	width:100%;
	height:100%;
}
.client{
	position:relative;
	top:30px;
	width:100%;
	left:5%;
	height:auto;
}
.client1{
	position:relative;
	top:0px;
	height:74%;
	width:100%;
	height:auto;
	overflow-y: auto;
}
.clime{
	position:relative;
	top:2px;
	width:230px;
	left:-34px;
	padding-left:10px;
	float:left;
	border-radius:5px;
	border:1px solid #89B3CB;
	height:auto;
}
.search{
    position: relative;
    top:0;
	left:0;
	width:100%;
	height:37px;
	background-color:#88B9FA;
	border:1px solid #AAAAAA;
	z-index:1000;
	display:none;
}
.trazi{
	position: absolute;
	height:32px;
	width:32px;
	left:26%;
	cursor:pointer;
}
.zabiljeska-vw {
    width: 100%;
    height: 600px;
    font-size: 0.78vw;
    padding: 10px;
    box-sizing: border-box;
    resize: vertical;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.4;
}
.rr{
	position:relative;
	top:0;
	width:100%;
	height:3%;
}
.clp{
	position:relative;
	top:2px;
	width:29.8%;
	left:0.2%;
	float:left;
	padding-left:6px;
	display: flex;          /* Koristi flexbox za poravnavanje */
   //justify-content: space-between; /* Razmak između teksta i gumba */
    align-items: center;   /* Vertikalno centriranje */
	font-size:0.6vw;
	background-color:#E9E9ED;
	height:2.94%;
}
.select-button {
	position:relative;
	width:100%;
	padding:4px;
    margin-left: auto;
	border:0;
	cursor: pointer;
}


textarea#text{
	display:none;
}
.izbor1{
	position:absolute;
	top:2px;
	width:120px;
	padding-left:0;
	float:left;
	left:52%;
	text-align:center;
	height:auto;

}
.izbor2{
	position:absolute;
	top:2px;
	width:120px;
	padding-left:0;
	float:left;
	left:66%;
	text-align:center;
	height:auto;

}
.izbor3{
	position:absolute;
	top:2px;
	width:120px;
	padding-left:0;
	float:left;
	left:80%;
	text-align:center;
	height:auto;
}
.clije{
	position:relative;
	top:0;
	width:90%;
	padding-left:4px;
	float:left;
	left:0;
	color:white;
	background-color:#96DBA8;
	border-radius:6px;
	text-align:center;
	border:1px solid #89B3CB;
	height:auto;
}
.clije:hover{
	background-color:#50E476;
	color:white;
	cursor: pointer;
 	cursor: hand;
}
.clij{
	position:relative;
	top:0;
	width:90%;
	padding-left:4px;
	float:left;
	left:0;
	color:white;
	background-color:#96DBA8;
	border-radius:6px;
	text-align:center;
	border:1px solid #89B3CB;
	height:auto;
}
.clij:hover{
	background-color:#50E476;
	color:white;
	cursor: pointer;
 	cursor: hand;
}
.cli{
	position:relative;
	top:0;
	width:90%;
	padding-left:4px;
	float:left;
	left:0;
	color:white;
	background-color:#ED8888;
	border-radius:6px;
	text-align:center;
	border:1px solid #89B3CB;
	height:auto;
}
.cli:hover{
	background-color:#FD4D4D;
	color:white;
	cursor: pointer;
 	cursor: hand;
}
.cl{
	position:relative;
	top:0;
	width:99%;
	padding-left:4px;
	float:left;
	left:0;
	color:white;
	background-color:#BBE3F9;
	border-radius:6px;
	text-align:center;
	border:1px solid #89B3CB;
	height:auto;
}
.cl:hover{
	background-color:#6DC5F8;
	color:white;
	cursor: pointer;
 	cursor: hand;
}
.clopis{
	position:relative;
	top:0;
	left:12px;
	width:24%;
	float:left;
	border-radius:5px;
	padding-left:10px;
	border:1px solid #89B3CB;
	height:auto;
}
.clmob{
	position:relative;
	top:0;
	width:10%;
	left:24px;
	float:left;
	padding-left:10px;
	border-radius:5px;
	border:1px solid #89B3CB;
	height:auto;
}
.cltema{
	position:relative;
	top:0;
	width:26%;
	left:0;
	float:left;
	border-radius:5px;
	padding-left:10px;
	border:1px solid #89B3CB;
	height:auto;
}
.tema{
	position:relative;
	top:0;
	width:32%;
	left:0;
	float:left;
	font-size:0.61vw;
	background-color:#E9E9ED;
	border-radius:2px;
	padding-left:6px;
	border:1px solid #89B3CB;
	height:100%;
}
.tema1{
	position:relative;
	top:0;
	width:22%;
	left:0;
	float:left;
	font-size:0.61vw;
	background-color:#E9E9ED;
	border-radius:2px;
	padding-left:6px;
	border:1px solid #89B3CB;
	height:100%;
}
.tema2{
	position:relative;
	top:0;
	width:26%;
	left:0;
	float:left;
	font-size:0.61vw;
	background-color:#E9E9ED;
	border-radius:2px;
	padding-left:6px;
	border:1px solid #89B3CB;
	height:100%;
}
.tema3{
	position:relative;
	top:0;
	width:19%;
	left:0;
	float:left;
	font-size:0.61vw;
	background-color:#E9E9ED;
	border-radius:2px;
	padding-left:6px;
	border:1px solid #89B3CB;
	height:100%;
}

.azuriraj{
	display:none;
}
.cltext{
	position:absolute;
	left:0;
	top:100px;
	padding-left:12px;
	padding-right:12px;
	border:1px solid red;
	background-color:#FAFBE5;
	width:100%;
	height:80%;
	max-height:100%;
	color:#6E97AE;
}

#text {
	width: 100%;
	height: 600px;
}
.history{
	position:relative;
	top:1%;
	padding-left:12px;
	padding-right:12px;
	border:1px solid #89B3CB;
	height:45%;
	color:#6E97AE;
}
.clhistory{
	position:relative;
	top:0;
	padding-bottom:14px;
	text-align:justify;
	height:auto;
	color:#6E97AE;
}
.videoarea{
	position:relative;
	top:-34px;
	left:0px;
	border:0;
	width:90%;
	font-family:verdana;
	font-size:0.8vw;
	height:200px;
	z-index:12;
}
.qrcode{
	position:relative;
	top:140px;
	margin: auto;
	height:40%;
	width:40%;
	background-color:white;
	padding:20px;
}
.artikal{
	position:relative;
	left:46%;
	top:180px;
	font-family:verdana;
	font-size:1vw;
	color:white;
	border-radius:6px;
	width:200px;
	text-align:center;
	z-index:1000;
	display:none;
}
.send{
	position:relative;
	left:77%;
	top:30px;
	padding-left:10px;
	font-family:verdana;
	font-size:1vw;
	color:#97989A;
	height:36px;
	cursor: pointer;
 	cursor: hand;
	border:1px solid white;
	border-radius:6px;
	width:160px;
	background-color:#DDDEDF;
}
.qrdata{
	position:relative;
	left:0;
	top:77px;
	padding-left:10px;
	font-family:verdana;
	font-size:0.8vw;
	color:#97989A;
	height:36px;
	border:1px solid white;
	border-radius:6px;
	width:100%;
	background-color:#DDDEDF;
}
.qr_sub{
	position:relative;
	left:0%;
	top:89px;
	float:center;
	padding-left:10px;
	font-family:verdana;
	font-size:1vw;
	color:#97989A;
	height:36px;
	border:0px;
	border-radius:6px;
	width:10%;
	background-color:#DDDEDF;
}
.code{
	position:relative;
	margin:0 auto;
	top:30px;
	height:290px;
	width:400px;
	text-align:center;
	
}
.kodo{
	position:relative;
	top:30px;
	left:0;
	height:180px;
	width:100%;
}
.qrnaslov{
	position:relative;
	margin:0 auto;
	top:60px;
	height:300px;
	width:300px;
	text-align:center;
}

#m4r1InfoMrPS{
	position:relative;
	top:-12px;
	left:-32px;
	height:100%;
	font-size:1.4vw;
	border:1px solid white;
	background-color:#05087D;
	color:white;
	text-align:center;
	width:70px;
}
.galerija{
	position:relative;
	top:160px;
	margin:auto;
	height:auto;
	width:60%;
}
.osnovni{
	position:relative;
	top:0;
	float:left;
	height:8%;
	width:10%;
}
.gal_kod{
	position:relative;
	top:0;
	text-align:center;
	float:left;
	cursor: pointer;
 	cursor: hand;
	border:1px solid yellow;
	height:90%;
	width:94%;
}
.imekoda{
	position:absolute;
	top:78%;
	text-align:center;
	left:0;
	font-size:0.52vw;
	background-color:black;
	color:yellow;
	height:22%;
	width:100%;
}
.messageDiv{
	position:relative;
	top:12px;
	float:left;
	left:49.6%;
	text-align:center;
	padding-top:4px;
	font-size:1vw;
	height:30px;
	width:40px;
}
.euro{
	position:relative;
	top:-40px;
	float:left;
	left:40px;
	text-align:center;
	font-size:1.2vw;
	color:white;
	background-color:transparent;
	height:32px;
	width:40%;
}
.zastavica{
	position:relative;
	top:0;
	float:left;
	left:319px;
	text-align:center;
	font-size:1.2vw;
	color:white;
	border-radius:6px;
	height:32px;
	width:50px;
}
.registracija{
 position:absolute;
 width:32%;
 height:624px;
 margin:auto;
 padding:26px;
 border-radius:16px;
 background-color:#1D73DB;
 top:100px;
 left:34%;
 border:2px solid white;
}
.vrh{
 position:absolute;
 width:100%;
 height:80px;
 margin:auto;
 padding:26px;
 border-radius: 16px 16px 0px 0px;
 background-color:#1D73DB;
 top:26px;
 left:0;
 border:0;
 border-bottom:2px solid white;
}

.text1{
 position:relative;
 top:0;
 left:-2;
 text-align:center;
 height:36px;
 width:99.2%;
 background-color:white;
 border-radius:0;
 border:0;
 border-right:2px solid #1D73DB;
}
.text2{
 position:relative;
 top:0;
 left:0;
 float:left;
 padding-left:8px;
 text-align:left;
 height:36px;
 color:#8C8E8E;
 width:50%;
 border-radius:0;
 border:0;
 border-right:2px solid #1D73DB;
}
.text26{
 position:relative;
 top:0;
 left:0;
 float:left;
 padding-left:8px;
 text-align:left;
 height:36px;
 color:#8C8E8E;
 width:100%;
 border-radius:0;
 border:0;
 border-right:2px solid #1D73DB;
}
.text2v{
 position:relative;
 top:0;
 left:0;
 float:left;
 padding-left:8px;
 text-align:left;
 height:36px;
 color:#8C8E8E;
 width:50%;
 border-radius:0;
 border:0;
 border-right:2px solid #1D73DB;
}
.text3{
 position:relative;
 top:0;
 left:0;
 float:left;
 padding-left:8px;
 text-align:left;
 height:36px;
 width:25%;
 border:0;
 padding-top:6px;
 background-color:white;
 border-right:2px solid #1D73DB;
}

#accordion{
 position:relative;
 top:0;
 left:10%;
 float:left;
 color:#8F8F92;
 text-align:justify;
 height:300px;
 font-size:1vw;
 width:33.3%;
}

.contract{
	position:relative;
	top:30px;
	left:0%;
	height:524px;
	padding:30px;
	overflow:auto;
	font-size:0.8vw;
	text-align:justify;
	background-color:#EFF5F5;
	width:100%;
    display:none;
}
.unesinaslov{
	position:relative;
	top:-30px;
	left:0%;
	height:22px;
	font-size:1.2vw;
	text-align:center;
	color:#8B8D90;
	background-color:white;
	width:100%;
}
.contract1{
	position:absolute;
	top:0;
	left:0%;
	height:622px;
	padding:30px;
	border-radius:14px;
	border:1px solid white;
	font-size:0.8vw;
	text-align:justify;
	background-color:white;
	width:100%;
    display:none;
}
.container_affiliate{
	position:relative;
	top:-66px;
	padding-top:0px;
	left:0;
	height:560px;
	width:100%;	
}
.srednja{
	position:relative;
	top:-14px;
	left:10%;
	height:auto;
	width:80%;
}

.sredina2a{
	position:relative;
	top:2px;
	width:79.4%;
	height:36px;
	left:10.2%;
	text-align:center;		
}
.sredina2{
	position:relative;
	top:10px;
	width:80%;
	height:40px;
	left:10%;
	font-size:2vw;
	text-align:center;		
}
.sredina2_text{
	position:relative;
	top:0px;
	width:95%;
	height:35px;
	left:0;
	text-align:left;
	padding-left:10px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;		
}
.sredina_pola{
	position:relative;
	top:0px;
	padding-top:8px;
	padding-bottom:8px;
	width:44%;
	height:35px;
	left:7px;
	float:left;
	color:blue;
	cursor: pointer;
 	cursor: hand;
	text-align:left;
	font-size:0.9vw;
	padding-left:8px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;		
}
.sredina_pola:hover{
	color:green;
}
.sredina2a_text{
	position:relative;
	top:-20px;
	width:95%;
	height:100%;
	left:-1px;
	text-align:left;
	padding-left:10px;
	border-radius:2px;
	background-color:#F98F41;
	border:1px solid #868784;	
}
.sredina1_pola{
	position:relative;
	top:0px;
	padding-top:8px;
	width:44%;
	height:35px;
	left:9.6%;
	float:left;
	color:#929398;
	text-align:left;
	padding-left:10px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;		
}
.tab21{
	position:absolute;
	left:77.2%;
	top:255px;
	border:2px solid white;
	font-family:verdana;
	font-size:1.2vw;
	color:#97989A;
	height:auto;
	background-color:white;
	max-height:292px;
	overflow:auto;
	width:262px;
}
#slika1{
	position:relative;
	top:3px;
	left:0%;
	padding-left:8px;	
	width:100%;
	cursor: pointer;
 	cursor: hand;
	float:left;
	height:26px;
	z-index:1000;
}

.slika3{
	position:relative;
	top:0px;
	left:-4px;
	font-family:verdana;
	font-size:0.84vw;
	float:left;
	margin: 5px;
	background-image: url('../images/aff.jpg');
	background-size: 100% 100%;
	width:99.8%;
	height:122px;
}
.slika4{
	position:relative;
	top:0px;
	left:-4px;
	font-family:verdana;
	font-size:0.84vw;
	float:left;
	margin: 5px;
	background-image: url('../images/afff.jpg');
	background-size: 100% 100%;
	width:99.8%;
	height:122px;
}
.video1{
	position:absolute;
	top:50px;
	float:left;
	margin: 5px;
	left:16px;
	float:left;
	width:90%;
	height:262px;
}
.opis_video1 {
	position:relative;
	top:10px;
	left:0px;
	float:left;
	color:#8B8B92;
	font-family:verdana;
	font-size:0.80vw;
	width:94%;
	height:200px;
}
.opi{
	font-family:verdana;
	font-size:0.84vw;
}
.desno{
	position:relative;
	top:3px;
	left:10%;
	float:left;
	background-image: url('../images/mobi.jpg');
    background-size: 100% 100%;
	text-align:justify;
	height:522px;
	width:46.7%;
}



.log:hover{
	background-image: url('../images/login_hover.png');  
}
.logout{
	position:fixed;
	width: 310px;
	left:74.4%;
	font-size:13px;
	height:30px;
	top:32px;
	color:white;
	background-color:#1359A9;
	text-align:left;
	padding-left:10px;
	border-radius: 20px;
	border:2px solid white;
	padding-top:4px;
	padding-bottom:6px;
	background-size:100% 100%;
	z-index:200;
	
}
.logout:hover{
	
	background-color:#99C4F3;
	color:black;
}
.logout_{
	position:absolute;
	width: 28px;
	height:28px;
	top:0px;
	left:91.2%;
	background-image: url('../images/logout.png');
		background-size:100% 100%;
	z-index:10;
	}
.logout_:hover{	
background-image: url('../images/logout_hover.png');
}


.log_mail{
	position:absolute;
	height:22px;
	width:47%;
	font-size:0.8vw;
	top:3px;
	background-color:#99C4F3;
	border-radius:12px;
	padding-bottom:3px;
	padding-left:6px;
	border:1px solid white;
	left:3px;
	z-index:200;
}
.log_ime{
	position:absolute;
	width: 37%;
	height:22px;
	font-size:0.8vw;
	top:3px;
	background-color:#99C4F3;
	border-radius:12px;
	padding-left:6px;
	left:50%;
	border:1px solid white;
	z-index:200;
}
.drzava {
  position:absolute;
  width:300px;
  height:auto;
  left:20%;
  border-radius: 15px;
  top:130px;
}

.tablavideo {
  position:absolute;
  overflow: hidden;
  width:780px;
  left:40%;
  top:130px;
  margin:0 auto;
  border:1px solid white;
}
.tablavideo1 {
  position:absolute;
  overflow: hidden;
  width:780px;
  left:40%;
  top:150px;
  margin:0 auto;
  border:1px solid white;
}
.texte{
	position:relative;
	top:0px;
	left:2%;
	text-align:center;
	color:white;
	font-size:4vw;
	height:37px;
	width:96%;
}
.textb{
	position:relative;
	top:-25px;
	left:1%;
	height:37px;
	width:98%;
color:white;
}
.texto{
	position:relative;
	top:0px;
	left:0;
	background-color:white;
	height:30px;
	width:100%;
	border:0;
}
.exto{
	position:relative;
	top:0px;
	left:0;
	background-color:white;
	height:30px;
	width:34%;
	border:0;
}
.textoa{
	position:relative;
	top:0px;
	left:0px;
	padding-top:0;
	padding-left:3%;
	padding-bottom:6px;
	border:0px;
	background-color:#F8C59F;
	font-size:0.8vw;
	height:32px;
	width:100%;
}
.textoa:hover{
	background-color:#F98128;
	border:2px solid white;
	cursor: pointer;
 	cursor: hand;
}
.textz{
	position:relative;
	top:0px;
	left:0px;
	background-color:#F88F41;
	text-align:center;
	color:white;
	border:2px solid white;
	border-top:0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	height:37px;
	width:100%;
}
.btextb{
	position:relative;
	top:0px;
	left:0;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:0px;
	border-top:0px;
	background-color:#F88F41;
	text-align:center;
	height:37px;
	width:100%;
}
.tablica_isplate {
  position:absolute;
  overflow: auto;
  width:40%;
  overflow:auto;
  top:150px;
  left:30%;
  border:1px solid white;
}
.sredina_pola5{
	position:absolute;
	top:112px;
	padding-top:0;
	width:4%;
	height:38px;
	left:30%;
	float:left;
	color:red;
	font-family:verdana;
	font-size:1.2vw;
	text-align:left;
	padding-left:10px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;		
}
.sredina1_pola5{
	position:absolute;
	top:112px;
	padding-top:0;
	width:4%;
	height:38px;
	left:34%;
	float:left;
	color:red;
	font-family:verdana;
	font-size:1.2vw;
	text-align:left;
	padding-left:10px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;				
}
.isplata {
  position:absolute;
  top:112px;
  width:200px;
  left:58%;
  font-size:1vw;
  font-family:verdana;
  color:white;
  border-radius:0;
  height:auto;
}

.isplata_prov {
  position:relative;
  top:10%;
  width:60%;
  left:20%;
  font-size:0.7vw;
  font-family:verdana;
  color:white;
  border-radius:0;
  height:34px;
}
.isplati{
  position:relative;
  top:120px;
  width:60%;
  left:20%;
  font-size:1vw;
  font-family:verdana;
  color:green;
  border-radius:0;
  height:auto;
}
.menu {
  position:relative;
  top:30px;
  width:50%;
  left:25%;
  font-size:1vw;
  font-family:verdana;
  color:white;
  height:auto;
}
.poslati{
	position:absolute;
	top:200px;
	width:90px;
	font-size:0.8vw;
	height:30px;
	left:49%;
z-index:20000;	
}
.print{
	position:absolute;
	top:7%;
	width:60px;
	height:30px;
	left:30%;
	text-align:center;
	z-index:1000;	
}

.a4{
	position:relative;
	top:100px;
	width:1200px;
	height:1600px;
	background-color:white;
	margin:0 auto;
	text-align:center;		
}
.printkod1{
	position:absolute;
	top:8%;
	width:100%;
	height:92%;
}
.print1{
	position:absolute;
	top:0%;
	width:49.9%;
	border:2px solid red;
	height:280px;
	float:left;	
}
.print2{
	position:relative;
	top:0px;
	width:33.3%;
	height:240px;
	float:left;
}
.print3{
	position:relative;
	top:0px;
	width:25%;
	height:540px;
	float:left;
}
.print4{
	position:relative;
	top:0px;
	width:20%;
	height:380px;
	float:left;	
}
.vrhx{
	position:relative;
	top:0;
	width:1200px;
	height:8%;
	background-color:#CBD5EB;
	border-bottom:1px solid #AEB8D0;
	padding:2%;
	padding-left:0;
	padding-right:0;
	left:0;
	font-size:1.4vw;
	color:#758097;
	text-align:center;		
}
.ziro{
	position:relative;
	top:10%;
	width:100%;
	font-size:0.45vw;
	padding:0;
	text-align:center;
	padding-right:40px;
	left:0;
	color:#758097;
}
.kodigo{
	position:absolute;
	top:12%;
	width:38%;
	height:76%;
	float:left;
	padding-right:10px;
	left:6%;
}
.kodigo1{
	position:absolute;
	top:5%;
	width:76%;
	height:38%;
	float:left;
	padding-right:10px;
	left:11%;	
}
.prvi1{
	position:relative;
	top:3%;
	width:48%;
	height:17%;
	float:left;
	padding-right:10px;
	left:6%;
	
}
.prvi2{
	position:absolute;
	top:12%;
	width:37%;
	height:13%;
	padding-right:4%;
	left:57%;
}
.drugi{
	position:relative;
	top:12%;
	width:34%;
	height:12%;
	padding-right:4%;
	left:6%;
	background-image: url('../images/logo4.jpg');
    background-size:100% 100%;
}
.drugi1{
	position:relative;
	top:2%;
	width:29%;
	height:10%;
	padding-right:4%;
	left:42%;
	background-image: url('../images/logo4.jpg');
    background-size:100% 100%;
}
.drugi2{
	position:relative;
	top:-5.6%;
	width:21.6%;
	height:7.6%;
	padding-right:4%;
	left:73%;
	background-image: url('../images/logo4.jpg');
    background-size:100% 100%;
}
.treci{
	position:relative;
	left:6%;
	top:-3%;
	width:23%;
	height:30%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.treci1{
	position:relative;
	left:33%;
	top:-31%;
	width:20%;
	height:28%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.treci2{
	position:relative;
	left:57%;
	top:-56%;
	width:18%;
	height:25%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.treci3{
	position:relative;
	left:79%;
	top:-77%;
	width:15%;
	height:21%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.cetvrti{
	position:relative;
	left:6%;
	top:-75%;
	width:13%;
	height:18%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.cetvrti1{
	position:relative;
	left:22%;
	top:-91%;
	width:11%;
	height:15.6%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.cetvrti2{
	position:relative;
	left:36%;
	top:-105%;
	width:10%;
	height:14%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.cetvrti3{
	position:relative;
	left:49%;
	top:-117%;
	width:8.6%;
	height:12%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.cetvrti4{
	position:relative;
	left:60.6%;
	top:-127%;
	width:7.4%;
	height:10%;
	padding-right:4%;
	background-image: url('../images/logov.png');
    background-size:100% 100%;
}
.aff_user{
	position:relative;
	left:43%;
	top:114px;
	width:200px;
	height:36px;
}
.aff{
	position:relative;
	left:42.8%;
	top:114px;
	width:72px;
	height:34px;
	z-index:1000;
}

.sredina20{
	position:relative;
	top:-3px;
	width:228px;
	height:40px;
	border:1px solid white;
	left:0px;
	text-align:center;		
}
.sredina2_text2{
	position:relative;
	top:0px;
	width:50%;
	height:39px;
	left:0;
	float:left;
	text-align:left;
	padding-left:10px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;		
}
.conttablica {
  position:absolute;
  width:66%;
  top:190px;
  left:30%;
}
.tablica {
  position:absolute;
  overflow: auto;
  width:90%;
  overflow:auto;
  top:130px;
  left:5%;
  border:1px solid white;
}
.tablicaex {
  position:relative;
  overflow: auto;
  width:100%;
  left:0;
  overflow:auto;
  float:left;
  top:0;
}
.tablicaxxx {
  background:#88B9FA; 
  text-align:right; 
  padding-right:5px; 
  font-size:0.7vw; 
  color:black;
}

.napl {
  position:absolute;
  height:300px;
  width:20%;
  overflow:auto;
  top:20px;
  left:2%;
  border:1px solid #B8B8B8;
  border-radius:10px;
}
.napla {
  position:absolute;
  height:210px;
  width:25%;
  overflow:auto;
  top:20px;
  left:0;
  border:1px solid #B8B8B8;
  border-radius:10px;
}
.tabla {
  position:absolute;
  overflow: auto;
  width:90%;
  overflow:auto;
  top:0;
  left:5%;
  border:1px solid white;
}
.naslovi {
  position:absolute;
  width:33%;
  height:auto;
  font-family:verdana;
  font-size:1.4vw;
  padding-bottom:6px;
  text-align:center;
  color:white;
  top:80px;
  left:33%;
  z-index:1000;
}
.mreze{
  position:absolute;
  width:24%;
  top:160px;
  font-size:1vw;
  color:white; 
  left:25%;
  text-align:center;
  height:39px;
  float:left;
}
.tablamreza {
  position:absolute;
  overflow: hidden;
  width:300px;
  left:51%;
  top:160px;
  margin:0 auto;
  border:1px solid white;
}
.administrator {
  position:absolute;
  width:300px;
  height:auto;
  left:10%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  top:1px;
}
.tablasirina {
  width:120px;
}
.tablaadministrator {
  position:absolute;
  width:60%;
  left:32%;
  top:20%;
  margin:0 auto;
  border:1px solid white;
  overflow:auto;
}
.tablaa{
  position:relative;
  width:80%;
  left:10%;
  top:30%;
  margin:0 auto;
  background-color:red;
  border:3px solid white;
  overflow:auto;
}
.tabladrzava {
  position:absolute;
  overflow: hidden;
  width:300px;
  left:51%;
  top:130px;
  margin:0 auto;
  border:1px solid white;
}
.pozicija{
 position:absolute;
 top:120px;
 left:38%;
 height:200px;
 width:400px;
 z-index:1;
}
.prevodi {
  position:absolute;
  width:50%;
  height:26px;
  top:50px;
  left:25%;
}
.prevodi .pozicija {
  top:0px;
 width:100%;
 height:24px;
 left:100px;
}
#en{
    position:absolute;
	left:0%;
	width:2.4%;
	height:4.7%;
	top:2%;
	cursor: pointer;
 	cursor: hand;
	z-index:300;
	}
#es{
    position:absolute;
	left:12.5%;
	width:2.4%;
	height:4.7%;
	top:2%;
	cursor:pointer;
 	cursor:hand;
	z-index:300;
	}  
#hr{
    position:absolute;
	left:25%;
	width:2.4%;
	height:4.7%;
	top:2%;
	cursor: pointer; 
	cursor: hand;
	z-index:300;

  }   

#nje{
    position:absolute;
	left:37.5%;
	width:2.4%;
	height:4.7%;
	top:2%;
	z-index:200;
	cursor: pointer; 
	cursor: hand;
	z-index:300;

  }   

#srb{
    position:absolute;
	left:50%;
	width:2.4%;
	height:4.7%;
	top:2%;
	z-index:200;
	cursor: pointer; 
	cursor: hand;
	z-index:300;

  } 
#alb{
    position:absolute;
	left:62.5%;
	width:2.4%;
	height:4.7%;
	top:2%;
	z-index:200;
	cursor: pointer; 
	cursor: hand;
	z-index:300;

  }    
#fr{
    position:absolute;
	left:75%;
	width:2.4%;
	height:4.7%;
	top:2%;
	z-index:200;
	cursor: pointer; 
	cursor: hand;
	z-index:300;

  }
 #tr{
    position:absolute;
	left:87.5%;
	width:2.4%;
	height:4.7%;
	top:2%;
	z-index:200;
	cursor: pointer; 
	cursor: hand;
	z-index:300;

  }
.zvucnizapis{
	position:absolute;
	left:4%;
	top:170px;
	height:340px;
	width:740px;
	padding:16px;
	background-color:#05087D;
	border-radius:16px;
	border:2px solid white;
	box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
}
.tablicab{
	position:absolute;
	left:48%;
	top:16px;
	border:2px solid white;
	font-family:verdana;
	font-size:1.4vw;
	color:#97989A;
	height:auto;
	width:380px;
}
.tablicabb{
	position:absolute;
	left:48%;
	top:16px;
	border:2px solid white;
	font-family:verdana;
	font-size:1.4vw;
	color:#97989A;
	height:auto;
	width:380px;
}
.alertok{
position:fixed;
left:0%;
width:100%; 
height:auto;
top:120px;
font-size:1.1vw;
text-align:center;
color:white;
z-index:320;
}
.alertno{
position:fixed;
left:0%;
width:100%; 
height:auto;
top:120px;
font-size:1.1vw;
text-align:center;
color:red;
z-index:320;
}
.zvucni{
	position:relative;
	left:0%;
	top:0px;
	height:276px;
	padding:20px;
	border-radius:12px;
	border:2px solid white;
	background-color:#F98F41;
	width:46%;
}
.odabir{
position:absolute;
top:42%;
left:32.8%;
width:35%;
height:auto;	
z-index:20;
}
.zastave1{
position:relative;
top:164px;
height:310px;
left:0%;
width:99.8%;	
z-index:20;

}
.zastave{
position:relative;
top:104px;
height:360px;
left:0%;
width:99.8%;	
z-index:20;
}
.odabir1{
position:absolute;
top:24%;
left:33%;
width:33%;
height:auto;	
z-index:20;
}
.mobitel{
position:fixed;
width:24%;
top:5%;
left:37.8%;
height:660px;
-webkit-box-shadow: 0px 0px 45px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 45px -13px rgba(0,0,0,0.75);
box-shadow: 0px 0px 45px -13px rgba(0,0,0,0.75);
background-color:#406094;
border:8px solid #04255C;
border-radius:26px;	
z-index:20;
}
.ilustracija{
	position:relative;
	left:33%;
	height:200px;
	border:1px solid #1C3156;
	width:33%;
}
.naslovb{
	position:relative;
	top:-10px;
	left:4px;
	width:276px;
	padding-left:8px;
	line-height:120%;
	padding-bottom:10px;
	font-size:1vw;
	text-align:center;
	color:white;
	background-color:#E3701B;
	border-radius:6px;
	border:1px solid white;
	height:60px;
	z-index:10;
}
.inp{
	position:relative;
	left:1%;
	top:0%;
	padding-right:8px;
	padding-top:6px;
	border-radius:6px;
	height:62px;
	width:48%;
}
.inpa{
	position:relative;
	left:0;
	top:0%;
	padding-right:8px;
	padding-top:0;
	border-radius:6px;
	height:56px;
	width:99%;
}
.input{
	position:relative;
	left:0%;
	top:0%;
	padding-right:8px;
	padding-top:6px;
	padding-left:9px;
	border-radius:6px;
	border:1px solid white;
	background-color:#E3701B;
	height:52px;
	width:276px;
}
.text_sub{
	position:relative;
	left:1%;
	top:0%;
	padding-left:10px;
	font-family:verdana;
	font-size:1.4vw;
	color:#97989A;
	height:36px;
	cursor: pointer;
 	cursor: hand;
	border:0px;
	border-radius:6px;
	width:96.4%;
	background-color:#DDDEDF;
}
.text_submit {
	position:relative;
	left:0%;
	top:0;
	height:40px;
	padding:3px;
	width:86%;
}
.text_submit_zvuk {
	position:relative;
	left:0%;
	top:0;
	height:40px;
	padding:3px;
	width:86%;
}
.slikovnizapis1{
	position:absolute;
	left:56%;
	top:240px;
	height:320px;
	width:600px;
	padding:16px;
	background-color:#05087D;
	border-radius:16px;
	border:2px solid white;
	box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
}
.zvucni1a{
	position:absolute;
	left:2%;
	top:12px;
	height:292px;
	padding:20px;
	border-radius:12px;
	border:2px solid white;
	background-color:#F98F41;
	width:50%;
}
.zvucni1{
	position:absolute;
	left:56%;
	top:170px;
	height:340px;
	padding:20px;
	border-radius:12px;
	border:2px solid white;
	background-color:#F98F41;
	width:40%;
}
.naslovbb{
	position:relative;
	top:-10px;
	left:0px;
	width:240px;
	padding-left:6px;
	line-height:120%;
	padding-bottom:6px;
	padding-top:16px;
	font-size:1vw;
	text-align:center;
	color:white;
	background-color:#E3701B;
	border-radius:6px;
	border:1px solid white;
	height:50px;
	z-index:10;
}
.naslovbbb{
	position:relative;
	top:-10px;
	left:0px;
	width:240px;
	padding-left:6px;
	line-height:120%;
	padding-bottom:16px;
	padding-top:6px;
	font-size:0.8vw;
	text-align:center;
	color:white;
	background-color:#E3701B;
	border-radius:6px;
	border:1px solid white;
	height:50px;
	z-index:10;
}
.inpuut{
	position:relative;
	left:0;
	top:0;
	padding-right:8px;
	padding-top:10px;
	padding-left:0px;
	border-radius:6px;
	border:1px solid white;
	background-color:#E3701B;
	height:52px;
	width:103%;
}
.inpuutu{
	position:relative;
	left:-10px;
	top:10px;
	padding-right:8px;
	padding-top:6px;
	padding-left:13px;
	border-radius:6px;
	cursor: pointer;
 	cursor: hand;
	font-family:verdana;
	border:1px solid white;
	background-color:#E3701B;
	height:44px;
	width:103%;
}
.inpuutu:hover{
	border:3px solid white;
	color:white;
	font-size:1.2vw;
}
.pravilnik{
	position:absolute;
	left:0%;
	top:-30px;
	background-color:white;
	padding:30px;
	line-height: 110%;
	font-family: "Times New Roman", Times, serif;
	color:#929398;
	font-size:1vw;
	padding-top:40px;
	padding-bottom:80px;
	width:100%;
	z-index:200;
}
.naslov_ugovor{
  position:absolute;
  top:20px;
  margin:0 auto;
  width:90%;
  height:auto;
  color:#98999B;
  text-align:center;
  font-family:verdana;
  font-size:1.4vw;
  z-index:1000;
}
.produzenje{
	position:absolute;
	top:120px;
	left:88.2%;
	text-align:center;
	height:21px;
	width:100px;
	z-index:100;
}
.tablica_produzenje {
  position:absolute;
  overflow:auto;
  width:90%;
  top:150px;
  height:auto;
  max-height:556px;
  left:5%;
  border:1px solid white;
}
.tablicabravo{
	position:absolute;
	left:76%;
	top:180px;
	border:2px solid white;
	font-family:verdana;
	font-size:1.2vw;
	color:#97989A;
	height:auto;
	background-color:white;
	max-height:320px;
	overflow:auto;
	width:294px;
}
.qr{
position:relative;
top:0px;
left:0px;
width:30px;
height:30px;
background-image: url('../images/kod.jpg');
background-size:100% 100%;
border-radius:6px;
border:1px solid #7190F6;	
z-index:20;
}
.qr1{
position:relative;
top:0px;
left:0px;
width:30px;
height:30px;
background-image: url('../images/del.png');
background-size:100% 100%;
border-radius:6px;
border:1px solid #7190F6;	
z-index:20;
}
.qr:hover{
background-image: url('../images/kodhover.jpg');
}
.tablaposao{
  position:absolute;
  width:90%;
  left:5%;
  top:150px;
  margin:0 auto;
  border:1px solid white;
  overflow:auto;
}
.videocontainer1{
	position:absolute;
	top:13%;
	left:8%;
	height:auto;
	width:84%;
	z-index:1000;
}
.videcontrols{
	position:relative;
	top:20px;
	
}
.vide{
	position:relative;
	top:0;
	left:1px;
	width:100%;

	z-index:1000;
}
.text_sub5{
	position:relative;
	left:6px;
	top:0%;
	float:right;
	padding-left:10px;
	font-family:verdana;
	font-size:1.4vw;
	color:#97989A;
	height:36px;
	border:0px;
	width:100%;
	background-color:#DDDEDF;
}
.area{
	position:relative;
	top:0px;
	left:6px;
	border:0;
	padding:14px;
	border-radius: 7px 8px 0px 0px;
	width:100%;
	height:400px;
	z-index:12;
}
.area1{
	position:relative;
	top:-30px;
	left:0;
	border:0;
	border-radius: 7px;
	width:100%;
	height:520px;
	z-index:12000;
}
.textarea{
	position:absolute;
	top:240px;
	left:11.4%;
	width:40%;
	padding:20px;
	background-color:#14086F;
	box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
	border-radius:16px;
	border:2px solid white;
	height:auto;
	z-index:1;
}
.obavijesta{
	position:fixed;
	top:100px;
	left:11.3%;
	width:78.1%;
	color:white;
	padding-top:0px;
	background-color:#BFDEBF;
	text-align:center;
	height:74px;
	font-size:1.6vw;
	z-index:10000;
}
.obavijest1{
	position:fixed;
	top:90px;
	left:0%;
	width:100%;
	background-color:white;
	height:98px;
	z-index:10000;
}
.container1{
	position:absolute;
	top:40px;
	left:10%;
	height:500px;
	min-height:480px;
	width:80%;
}
.exitt{
	position:relative;
	left:99%;
	top:-50px;
	height:30px;
	padding:10px;
	padding-top:6px;
	background-size:100% 100%;
	background-image: url('../images/x.png');
	cursor: pointer;
 	cursor: hand;
	width:30px;
}
.exitt:hover{
	background-color:red;
}
.exit{
	position:relative;
	left:99.4%;
	top:-20px;
	height:30px;
	padding:10px;
	padding-top:6px;
	background-size:100% 100%;
	background-image: url('../images/x.png');
	cursor: pointer;
 	cursor: hand;
	width:30px;
}
.exit:hover{
	background-color:red;
}
.exit1{
	position:relative;
	left:224px;
	top:-28px;
	height:20px;
	padding:0px;
	cursor: pointer;
 	cursor: hand;
	border-radius:2px;
	border:1px solid white;
	width:20px;
}
.akcija1{
	position:relative;
	top:200px;
	left:7%;
	width:40%;
	color:white;
	padding-top:10px; 
	text-align:center;
	height:130px;
	opacity:0.8;
	background-size:100% 100%;
	background-image: url('../images/podl.png');
	font-family:verdana;
	box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.75);
	border: 2px solid white;
	border-radius: 0px 0px 14px 14px;
	font-size:1vw;
	z-index:112;
	//display:none;
}
.posjete{
	position:absolute;
	top:0px;
	left:2px;
	height:14px;
	width:auto;
	font-size:12px;
	color:#355475;
}
.posjete1{
	position:absolute;
	top:0;
	left:2px;
	height:14px;
	width:auto;
	font-size:12px;
	color:#89B3CB;
}
.container1a{
	position:absolute;
	top:40px;
	left:10%;
	height:500px;
	min-height:480px;
	width:80%;
}
.container2{
	position:absolute;
	top:200px;
	left:10%;
	height:300px;
	min-height:480px;
	width:80%;
}
.sample{
	position:absplute;
	height:280px;
	float:left;
	top:50px;
     width: 418px;
	 padding-left:1.6%;
	 padding-bottom:1.6%;
	 z-index:2000;
}
.primjer{
	position:relative;
	height:100%;
     width: 100%;
}
.copy{
	position:absolute;
	top:3px;
	left:80%;
	width: 70px;
	background-image: url('../images/download.png');
	background-size:100% 100%;
	height:34px;
	z-index:1000;
}
.copy:hover{
	background-image: url('../images/download_hover.png');
}
.slikadownload{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
.imgcopy{
	position:relative;
	top:18px;
	left:18px;
	cursor: pointer;
 	cursor: hand;
	width:30px;
	height:30px;
	z-index:10;
}
.imgcopy:hover{
	position:relative;
	top:15px;
	left:15px;
	width:36px;
	height:36px;
	
}
.vidpodnaslov{
	position:relative;
	top:-5px;
	left:-4px;
	width: 97.2%;
	font-family:verdana;
	font-size:0.8vw;
	text-align:center;
	border: 1px solid black;
	border-radius: 0px 0px 12px 12px;
	border-top:0;
	background-color:yellow;
	height:32px;
	z-index:10;
}
.vidpodnaslov1{
	position:relative;
	top:-8px;
	left:0px;
	width: 99.2%;
	font-family:verdana;
	font-size:0.8vw;
	text-align:center;
	border: 1px solid black;
	border-radius: 0px 0px 12px 12px;
	border-top:0;
	background-color:yellow;
	height:32px;
	z-index:10;
}
#copyNotification {
  display: none;
  position: fixed;
  top:80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F98F41;
  color: white;
  padding: 5px;
  border-radius: 5px;
  z-index:10000;
}
.datagrid  td {
  background-color: white;
}
.copyNotification {
  display: none;
  position: fixed;
  top:80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F98F41;
  color: white;
  padding: 5px;
  border-radius: 5px;
  z-index:10000;
}
.affil_container{
	position:absolute;
	top:130px;
	left:10%;
	height:auto;
	min-height:520px;
	width:80%;
}
.hustar{
	position:relative;
	top:4px;
	left:0%;
	height:auto;
	width:98%;
}
.contentxaff {
  position:relative;
  top:15%;
  width:60%;
  left:20%;
  height:550px;
  max-height:550px;
  min-height:400px;
  box-shadow: 0px -4px 33px -11px rgba(0,0,0,0.75);
  background-color: #526CBF;
  padding: 16px;
  border-radius:8px;
  overflow:auto;
}
.stat_naslovaff {
  position:absolute;
  top:10px;
  width:90%;
  left:5%;
  font-size:1.2vw;
  color:white;
  height:auto;
  margin:auto;
  text-align:center;
  padding: 6px;
  padding-top:0;
}
.statistikaaff{
	position:relative;
	top:12px;
	left:0%;
	padding:0px;	
	width:100%;
	float:left;
	border:1px solid white;
	height:auto;
	max-height:480px;
	border-left:1px solid #B2C6E7;
	border-right:1px solid #B2C6E7;
	overflow:auto;
}
.container5{
	position:absolute;
	top:120px;
	left:10%;
	height:auto;	
	width:80%;
	z-index:1000;
}
.contentx {
  position:relative;
  top:15%;
  width:60%;
  left:20%;
  height:auto;
  min-height:400px;
  box-shadow: 0px -4px 33px -11px rgba(0,0,0,0.75);
  background-color: #526CBF;
  padding: 16px;
  border-radius:8px;
  overflow:auto;
}
.stat_naslov {
  font-size:1.8vw;
  color:white;
  height:auto;
  padding: 6px;
}
.statistika{
	position:relative;
	top:0%;
	left:0%;
	padding:0px;	
	width:100%;
	float:left;
	height:auto;
	border-left:1px solid #B2C6E7;
	border-right:1px solid #B2C6E7;
}
.qrr{
position:relative;
top:0px;
left:0px;
width:20px;
height:20px;
background-image: url('../images/kod.jpg');
background-size:100% 100%;
border-radius:6px;
border:1px solid #7190F6;	
z-index:20;
}
.qrr:hover{
background-image: url('../images/kodhover.jpg');
}
.container6{
	position:absolute;
	top:150px;
	left:10%;
	height:500px;	
	width:80%;
	z-index:1000;
}
.contentxy {
  position:relative;
  top:-50px;
  width:60%;
  left:20%;
  height:540px;
  min-height:400px;
  border:2px solid white;
  box-shadow: 0px -4px 33px -11px rgba(0,0,0,0.75);
  background-color: #526CBF;
  padding: 16px;
  border-radius:8px;
  overflow:auto;
}
.barcontainer {
  position: relative;
  border-radius: 5px 5px 0 0;
  width: 100%;
  left:40%;
  top:70px;
  height: 23vw; 
  z-index: 1;
}
.barcontainerheader {
  display: inline;
  position: absolute;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #663399;
  border-bottom: 1px solid black;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 0 black;
  z-index: 0;
  display:none;
}
.bar {
  position: absolute;
  display: inline-block;
  bottom: 0;
  float:right;
  border: 1px solid black;
  border-radius: 6px 6px 0 0;
  width: 12%;
  font-size:0.8vw;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 0 black;
  box-shadow: 0px 0px 18px -8px rgba(8,1,8,1);
  z-index:55;
}

.barlabel {
  position: absolute;
  border-top: 0px solid black;
  bottom: 0;
  width: 100%;
  text-shadow: 1px 1px 0px black;
  color: white;
  font-size:1vw;
  z-index:1;
}
.zast {
  position: absolute;
  border-top: 0px solid black;
  bottom: 0;
  top:6px;
  width: 100%;
  text-shadow: 1px 1px 0px black;
  color: white;
  font-size:1vw;
  z-index:1;
}
.bar:nth-child(2) {
  left: 15%;
  background: #9122E6;
}

.bar:nth-child(3) {
  left: 30%;
   background: #BCF267;
}

.bar:nth-child(4) {
  left: 45%;
background: #F2BF67;
}

.bar:nth-child(5) {
  left: 60%;
background: #6BF267;
}

.bar:nth-child(6) {
  left: 75%;
  background: #F267AF;
}

.bar:nth-child(7) {
  left: 90%;
  background: #67E7F2;
}
.opisati{
	position:absolute;
	top:110px;
	left:20.4%;
	padding:0px;	
	width:28%;
	padding-left:14px;
	padding-right:14px;
	float:left;
	line-height: 120%;
	text-align:justify;
	font-family:verdana;
	color:white;
	font-size:0.94vw;
	height:260px;
	z-index:50;
}
.registration{
	position:relative;
	top:70px;
}

.naslov_liric{
	position:absolute;
	top:100px;
	width:50%;
	left:25%;
	height:auto;
	font-family:verdana;
	font-size:1vw;
	color:white;
	text-align:center;	
}
.liric{
	position:absolute;
	top:160px;
	width:50%;
	left:25%;
	height:auto;
	max-height:500px;
	font-family:verdana;
	font-size:0.8vw;
	color:#8F8F92;
	overflow:auto;
	line-height: 110%;
	text-align:justify;
	background-color:white;
	padding:20px;
	padding-top:24px;
	border:2px solid white;
	border-radius:14px;	
}
.ex{
	position:absolute;
	top:6px;
	left:97.4%;
	padding:3px;
	padding-top:2px;
	padding-bottom:5px;
	border:1px solid green;
	border-radius:4px;
	font-size:16px;
	cursor: pointer;
 	cursor: hand;
}
.exita:hover, .exitb:hover{	
	background-color:red;	
}
.dobavljac{
	position:absolute;
	left:52%;
	top:172px;
	font-family:verdana;
	font-size: 14px;
	line-height: 1.30;
	font-weight: 300;
	background-color:white;
	color:#6B6969;
	height:auto;
	width:48%;
	z-index:500;
}
.uplati{
	position:relative;
	left:34px;
	top:20px;
	font-family:verdana;
	font-size:0.8vw;
	text-align:center;
	border-radius:16px;
	border:0;
	background-color:#90B8EA;
	color:white;
	height:30px;
	width:100px;
	z-index:500;
}
.uplati:hover{
	cursor: pointer;
 	cursor: hand;
	background-color:#5A98E4;
}
.naziv_koda{
	position:absolute;
	left:32%;
	top:100px;
	padding-top:6px;
	font-family:verdana;
	font-size:1.4vw;
	text-align:center;
	color:white;
	height:28px;
	width:500px;
	z-index:500;
}
.broj_proizvoda{
	position:relative;
	left:0px;
	top:30px;
	font-family:verdana;
	font-size: 3.4vw;
	text-align:left;
	line-height: 1.30;
	font-weight: 300;
	border-right:1px solid #6B6969;
	background-color:white;
	color:#6B6969;
	height:auto;
	width:50%;
	z-index:500;
}
.firma{
	position:relative;
	float:right;
	right:0px;
	top:0px;
	font-family:verdana;
	font-size: 14px;
	text-align:left;
	line-height: 1.30;
	font-weight: 300;

	background-color:white;
	color:#6B6969;
	height:auto;
	width:98%;
	z-index:500;
}

.caption{
	position:relative;
	left:0px;
	top:200px;
	padding-top:6px;
	font-family:verdana;
	font-size:1.4vw;
	text-align:center;
	color:#273C61;
	background-color:white;
	height:28px;
	width:100%;
}
.paypal{
	position:absolute;
	left:30%;
	top:160px;
	padding:20px;
	font-family:verdana;
	font-size:0.9vw;
	text-align:justify;
	background-color:white;
	color:#808183;
	height:400px;
	width:40%;
	z-index:500;
}
.opis_proizvoda{
	position:relative;
	margin:0 auto;
	top:20px;
	font-family:verdana;
	font-size: 14px;
	text-align:center;
	line-height: 1.30;
	font-weight: 300;
	text-align:justify;
	background-color:white;
	color:#6B6969;
	height:auto;
	width:90%;
	z-index:500;
}
.iframeclass{
	position:relative;
	height:240px;
     width: 386px;
	 left:-4px;
}
.slogiranje {
  position:absolute;
  width:310px;
  top:20px;
  color:white;
  padding-left:10px;
  border-radius: 20px;
  border:2px solid white;
  background-color:#1359A9;
  height:31px;
  left:76%;
  z-index:100;
}	
#plavikod {
  position:relative;
  top:30px;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  height:400px;
  padding-left:150px;
  padding-bottom:80px;
  left:0%;
  z-index:11;
}

.plavitext1 {
  position:relative;
  top:1px;
  width:37%;
  float:left;
  padding:14px;
  line-height: 110%;
  font-family:verdana;
  font-size:1vw;
  text-align:justify;
  color:#83888E;
  background-color:white;
  height:550px;
  left:0%;
  z-index:10000;
}
.kod{
  position:relative;
  float: left;
  top:1px;
  margin-right: 10px;
  margin-bottom: 0px;
  width:160px;
  height:160px;
  left:0;
  background-image: url('../images/marsell.jpg');
  background-size: 100% 100%;
  z-index:50;
}
.kod:hover{
  top:-2px;
  width:166px;
  height:166px;
  left:-3px;
}
.kod1{
  position:relative;
  float: left;
  top:1px;
  margin-right: 10px;
  margin-bottom: 0px;
  width:240px;
  height:160px;
  left:0;
  background-image: url('../images/marsell.jpg');
  background-size: 100% 100%;
  z-index:50;
}
			
.plavitext1a {
  position:relative;
  top:20px;
  width:100%;
  float:left;
  background-image: url('../images/film.jpg');
  background-size: 100% 100%;
  height:102px;
  left:0;
  z-index:10000;
}		
.plavitext2 {
  position:absolute;
  top:0;
  width:710px;
  float:left;
  background-image: url('../images/qr.png');
  background-size: 100% 100%;
  height:450px;
  left:100%;
  z-index:10000;
}	
.containe{
  position:absolute;
  width:313px;
  top:26px;
  color:white;
  padding-left:10px;
  border-radius: 20px;
  border:2px solid white;
  background-color:#1359A9;
  height:31px;
  left:76%;
  z-index:100;
	}
.log{
	position:absolute;
	width: 28px;
	height:28px;
	top:0px;
	left:91%;
	background-image: url('../images/login.png');
	background-size:100% 100%;
	z-index:10;
	}
.none{
	display:none;
	}
.text{
 position:relative;
 top:120px;
 left:0;
 background-color:transparent;
 text-align:center;
 height:37px;
 width:100%;
}
.text12{
position:relative;
width:99.6%;
font-size:0.85vw;
padding-top:4px;
height:36px;
background-color:white;
line-height: 110%;
}
.text1{
width:100%;
}
.text1a{
 position:relative;
 top:-24px;
 left:0;
 text-align:center;
 height:36px;
 font-size:1vw;
 width:99.6%;
 border-radius:0;
 border:0;
 z-index:100;
}
.text1a:hover{
 background-color:#F1911F;
}
select#duzina option[value="1000"]{
  color: green;
}
select#slika option[value="10"]{
  color: green;
}
select#glazba option[value="3"]{
  color: green;
}
select#statistika option[value="3"]{
  color: green;
}
select#izmjena option[value="2"]{
  color: green;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {

/*body::before {
    content: "tablet to some desktop media query (320 > 480) fired";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
*/
.none{
	display:none;
	}
#plavikod {
  position:relative;
  top:5px;
  width:100%;
  height:580px;
  padding-left:150px;
  padding-bottom:80px;
  left:0%;
  z-index:11;
}
.plavitext1 {
  position:absolute;
  width:100%;
  line-height: 110%;
  font-family: verdana;
  color:#929398;
  font-size:3.6vw;
  padding-left:10px;
}
.kod{
  position:relative;
  top:0px;
  width:100px;
  height:100px;
  left:0;
  float: left;
  margin: 5px;
  background-image: url('../images/marsell.jpg');
  background-size: 100% 100%;
  z-index:50;
}			

.plavitext2 {
  position:relative;
  top:24px;
  width:107%;
  float:left;
  background-image: url('../images/qr.png');
  background-size: 100% 100%;
  height:150px;
  left:-10px;
  z-index:10000;
}
.sredina2{
	position:relative;
	top:-10px;
	width:80%;
	height:40px;
	left:10%;
	font-size:4vw;
	text-align:center;		
}
#country{
	position:relative;
font-size:10wv;	
}
.kako{
	position:relative;
	top:0px;
	width:100%;
	height:36px;
	left:0;
	border-radius:0;
	border:1px solid #868784;
	font-size:4vw;
	text-align:center;		
}

.sredina2a{
	position:relative;
	top:-8px;
	width:76%;
	height:40px;
	left:12%;
	font-size:4vw;
	text-align:center;		
}
.sredina1{
	font-family:verdana;
font-size:3.5vw;	
}
.opi{
	position:relative;
	font-family:verdana;
	color:#8F8F92;
	width:116%;
	left:-8%;
	font-size:4vw;
	padding:6px;
}

.opis_video1 {
	position:relative;
	font-family:verdana;
	font-size:4vw;
	width:100%;
	top:-4px;
	padding:6px;
}
.iframeacordion{
position:relative;
height:200px;
width: 100%;
left:0;
}
.video1{
	position:absolute;
	top:34px;
	left:-1px;
	float:left;
	width:99%;
	height:326px;
}
#accordion h3 {
  font-weight: 10;
  margin-bottom: 5px;
  font-size: 14px;
}
#accordion{
 position:relative;
 top:-50px;
 left:1%;
 float:left;
 color:#8F8F92;
 text-align:justify;
 height:300px;
 width:98%;
}
.text1a{
 position:relative;
 top:0;
 left:0;
 text-align:center;
 height:36px;
 font-size:4vw;
 width:99.4%;
 border-radius:0;
 border:0;
}
.text1a:hover{
 background-color:#F1911F;
}

.text2, .text3, .text1{
font-family:verdana;
font-size:3.2vw;
height:35px;

}
.text12{
position:relative;
width:99.4%;
font-size:3.5vw;
padding-top:4px;
height:35px;
background-color:white;
line-height: 110%;
}
.text1{
width:99.8%;
}
p.text1{
border:0;
}
.registration{
	position:relative;
	top:60px;
	left:-5px;
}
.vidpodnaslov{
	position:relative;
	top:-7px;
	left:0px;
	width: 100%;
	font-family:verdana;
	font-size:3.8vw;
	text-align:center;
	border: 1px solid black;
	border-radius: 0px 0px 12px 12px;
	border-top:0;
	background-color:yellow;
	height:30px;
	z-index:10;
}




#about {
  position:relative;
  width:100%;
}

.zastavica{
	position:relative;
	top:2px;
	float:left;
	left:206px;
	text-align:center;
	font-size:1.2vw;
	color:white;
	border-radius:6px;
	height:32px;
	width:50px;
}
.vrh{
 position:absolute;
 width:101.1%;
 height:60px;
 margin:auto;
 padding:26px;
 border-radius: 16px 16px 0px 0px;
 background-color:#1D73DB;
 top:-60px;
 left:-2px;
 border:2px solid white;
}
.registracija{
 position:absolute;
 width:98%;
 height:490px;
 margin:auto;
 padding:26px;
  padding-top:18px;
border-radius: 0px 0px 16px 16px;
 background-color:#1D73DB;
 top:150px;
 left:1%;
 border:2px solid white;
}

.desno{
 display:none;
}
#m4r1InfoMrPS{
	position:relative;
	top:-4px;
	left:0;
	height:30px;
	font-size:5vw;
	border:1px solid white;
	background-color:#05087D;
	color:white;
	text-align:center;
	width:100%;
}
.messageDiv{
	position:relative;
	top:-8px;
	float:left;
	left:38%;
	text-align:center;
	font-size:1vw;
	height:30px;
	width:70px;
}
.euro{
	position:relative;
	top:-33px;
	float:left;
	left:70px;
	text-align:center;
	font-size:5.4vw;
	color:white;
	background-color:transparent;
	height:32px;
	width:40%;
}
.sredina2_text{
	position:relative;
	top:0px;
	width:95%;
	height:35px;
	left:0;
	font-size:5vw;
	text-align:left;
	padding-left:10px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;		
}
.sredina_pola{
	position:relative;
	top:0px;
	padding-top:8px;
	padding-bottom:8px;
	width:50%;
	height:35px;
	left:6px;
	float:left;
	color:red;
	text-align:left;
	font-size:3vw;
	padding-left:6px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;		
}
.sredina1_pola{
	position:relative;
	top:0px;
	padding-top:8px;
	width:45%;
	height:35px;
	left:2%;
	font-size:3vw;
	float:left;
	color:#929398;
	text-align:left;
	padding-left:10px;
	border-radius:0;
	border:1px solid #868784;
	background-color:white;		
}
.sredina2a_text{
	position:relative;
	top:-25px;
	width:95%;
	height:100%;
	left:-1px;
	text-align:left;
	padding-left:10px;
	border-radius:2px;
	background-color:#F98F41;
	border:1px solid #868784;	
}
.srednja{
	position:relative;
	top:16px;
	left:10%;
	height:370px;
	width:80%;
}
.pravilnik{
	position:absolute;
	left:0;
	top:72px;
	background-color:white;
	padding:14px;
	line-height: 110%;
	font-family: verdana;
	color:#929398;
	font-size:3vw;
	padding-top:80px;
	border:2px solid blue;
	padding-bottom:10px;
	width:100%;
	z-index:10;
}
.naslov_ugovor{
font-size:4vw;
top:13%;
z-index:11;
}
.t_pravilnika{
position:relative;
top:-30px;
border:2px solid red;
}
#gallery_video {
  position:relative;
  width:98%;
  top:0;
  left:1%;
  background: transparent;
  padding-bottom:30px;
  height:auto;
  z-index:100;
  overflow: auto;
}
#main_video {
  position:relative;
  width:100%;
  margin:auto;
  height:200px;
  top:30px;
}

.xsample{
  position:relative;
  height:100%;
  float:left;
  top:0%;
  width: 100%;
  z-index:2000;
}
.primjer{
	position:relative;
	height:230px;
     width: 100%;
	 left:-4px;
}
.iframeclass{
	position:relative;
	height:200px;
     width: 100%;
	 left:1px;
}
#intro {
  width: 100%;
  height: 90vh;
  background: linear-gradient(10deg, rgba(29, 115, 219, 0.4), rgba(29, 115, 219, 0.4)), url("../images/team1.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
#intro1 {
  width: 100%;
  height: 90vh;
  background:#89B3CB;
  background-size: cover;
  position: relative;
}

#harmon{
 position:relative;
 top:60px;
 height:auto;
}
#faq {
  padding: 60px 0;
  top:220px;
  height:800px;
  overflow: hidden;
}
.container_affiliate{
	position:relative;
	top:0px;
	padding-top:0px;
	left:0;
	height:520px;
	width:100%;
z-index:120;	
}
#gallery {
  position:relative;
  width:98%;
  margin:auto;
  top:80px;
  background: #fff;
  padding: 20px 0 0 0;
  padding-bottom:0;
  height:auto;
  overflow: hidden;
}
#pricing {
  position:relative;
  top:100px;
  padding: 60px 0 60px 0;
  overflow: hidden;
}
#team {
  position:relative;
  top:100px;
  padding: 60px 0;
  overflow: hidden;
}
#contact {
  position:relative;
  top:100px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

.slogiranje {
  position:absolute;
  width:316px;
  top:8px;
  color:white;
  padding-left:10px;
  border-radius: 20px;
  border:2px solid white;
  background-color:#1359A9;
  height:32px;
  left:1%;
  z-index:100;
}
.log_mail{
	position:relative;
	height:22px;
	width:155px;
	font-size:4vw;
	top:0;
	background-color:#99C4F3;
	border-radius:12px;
	padding-bottom:3px;
	padding-left:6px;
	border:1px solid white;
	left:-7px;
	z-index:200;
}

.log_ime{
	position:relative;
	width: 110px;
	height:23px;
	font-size:4vw;
	top:1px;
	background-color:#99C4F3;
	border-radius:12px;
	padding-bottom:2px;
	padding-left:6px;
	left:-6px;
	border:1px solid white;
	z-index:200;
}
.log{
	position:absolute;
	width: 28px;
	height:28px;
	top:0px;
	left:91%;
	background-image: url('../images/login.png');
	background-size:100% 100%;
	z-index:10;
	}
.containe{
  position:absolute;
  width:313px;
  top:10px;
  color:white;
  padding-left:10px;
  border-radius: 20px;
  border:2px solid white;
  background-color:#1359A9;
  height:31px;
  left:1%;
  z-index:100;
	}
.cao{
  position:absolute;
  top:1px;
  left:1%;
  z-index:100;
	}
.log1{
	position:absolute;
	width: 28px;
	height:28px;
	top:-1px;
	left:280px;
	background-image: url('../images/logout.png');
	background-size:100% 100%;
	z-index:10;
	}
.prevodi {
  position:absolute;
  width:100%;
  height:26px;
  top:50px;
  left:1%;
}
.text{
 position:relative;
 top:0px;
 left:0;
 background-color:transparent;
 text-align:center;
 height:37px;
 width:100%;
}	
}






















