/*-----------------------------------*/
#accordion {
	list-style: none;
	padding: 0 0 0 0;
    font-weight: bold;
}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
}
#accordion > li {
	cursor: auto;
	padding: 0 0 0 0px;
    color: #ffffff;
    background: #683071;
    border: 1px solid #ffffff;
}
#accordion ul li {
	cursor: auto;
	padding: 0 0 0 0px;
    color: #683071;
    background: #EACBDB;
    border: 1px solid #ffffff;
}
#accordion ul li ul li{
    color: #444444;
    background: #EACBDB;
    padding-left: 10px;
}
#accordion li ul li a span{
    padding-left: 10px;
}
#accordion a:hover {
	color: #000000 !important;
    background: #ffffff !important;
}
#accordian li.active>ul {
		display: block;
}
/*----------------------------------*/
html{
   background-color: #eeeeee;
}
body{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    /*background-image:url(../../images/background.jpg);
    background-size: content;*/
}
a:focus{
    outline-color: #FF0000;
    outline-width: medium;
    outline-style: dashed;
}
/*GLAVNE BOJE*/
.color1{
    color: #683071;
}
.color2{
    color: #993366;
}
.color3{
    color: #EACBDB;
}
.bgcolor1{
    background: #683071;
}
.bgcolor2{
    background: #993366;
}
.bgcolor3{
    background: #EACBDB;
}
.pageA4{
    width: 20cm;
    font-size: 12px;
    page-break-after: always;
    -webkit-print-color-adjust:exact;
}
.header-menu {
    margin-bottom: 2px;
}
.header-menu a{
    margin: 2px 0 4px 0;
    width: auto;
    color: #ffffff;
}

.skip-link {
  background: #993366;
  color: #fff;
  font-weight: 700;
  left: 50px;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
}
.skip-link:focus {
  transform: translateY(10px);
}

/*CUSTOM CHECKBOX - START*/
.checkbox{
      background-color: #FFFFFF;
}

.checklabel {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
}
.checklabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #eee;
}
.checklabel:hover input ~ .checkmark {
  background-color: #ccc;
}
.checklabel input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checklabel input:checked ~ .checkmark:after {
  display: block;
}
.checklabel .checkmark:after {
  left: 10px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
/*CUSTOM CHECKBOX - END*/
.w3-bar-item a{
    height: 60px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 1.1em;
}
.pagination li{
    list-style: none;
}
.video-overlay {
  display: block;
  position: relative;
}
.video-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2218%22%20viewBox%3D%22-387%20292%2024%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M-367.4%20292.2c-3.6-.2-11.6-.2-15.2%200-3.9.3-4.4%202.6-4.4%208.8%200%206.2.5%208.5%204.4%208.8%203.6.2%2011.6.2%2015.2%200%203.9-.3%204.4-2.6%204.4-8.8%200-6.2-.5-8.5-4.4-8.8zM-378%20305v-8l8%204-8%204z%22/%3E%0A%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3em 3em;
}

@media print {
.noprint {
    display: none;
  }
}

@media (min-width: 600px) {
    .mobile-only{
        display: none;
    }
}
@media (max-width: 600px) {
   #accordion {
      display: none;
   }
}

/*----------------------------------*/