\body{
  font-family: 'Open Sans', sans-serif;
}

/*ALERT DIV*/

#alertdiv{

width: 400px;
height: 190px;

border: 3px rgb(245, 0, 0) solid;

padding: 88px;

background: rgba(247, 66, 66, 0.18);

color: rgb(25,25,25);
font-size: 18px;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
text-align: center;

line-height: 2em;

}

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
	
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F2F2ED;
    width: 80%;
    padding: 20px;
	border: 3px solid #AAA;
}


/* ************** Bootsrap modify ************** */

.row {
   margin-right: 0px; 
   margin-left: 0px; 
}

.text-justify {
  text-align: justify;
}

.panel-group .panel {
  border-radius: 0px;
}

#example {
    /*max-width: 1100px !important;*/
}
#example input {
  width: inherit;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2eb6d1;
  border-color: #2eb6d1;
}
.panel-primary {
  border-color: #2eb6d1;
}

/* ************** Bootsrap modify DONE ************** */

/* ************** Datatables costum CSS     ************** */

  .col-0{
    /*background-color: red;*/
    max-width: 100px ;
  }
  .col-1{
    /*background-color: red;*/
    max-width: 200px ;
  }
  .col-2{
    /*background-color: red;*/
    max-width: 50px ;
  }


/* ************** Datatables costum CSS DOne ************** */
/* ************** INFO hero part ************** */

.info {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #2eb6d1;
  color: #333;
  text-align: center;
}

.info_heading {
  display: inline-block;
  margin-top: 29px;
  color: white;
  font-size: 33px;
  font-weight: 600;
}
.info_i.age {
  margin-top: -40px;
  margin-right: 20px;

}
.info_paaragraph {
  display: inline-block;
  margin-top: 12px;
  color: white;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  text-transform: none;
}
/* INFO hero part END*/

/* Aktuelnosti images  */

.post_type_title .image_type {background-image:url(../images/pubh/type_image.png);
}
.post_type_title .text_type {background-image:url(../images/pubh/type_text.png);
}
.post_type_title .video_type {background-image: url(../images/pubh/type_video.png);
}

/*Aktuelnosti article title*/
.aktuelnosti_t{

  color:#2eb6d1;

}


/* Aktuelnosti images END */

/*    Right menu   */

.rmenub{
   background-color: #f8f8f8;
  /*background-color: #C8ECFF;*/
  border-bottom: 1px #D0D0D0 solid;
  /*border-top: 1px #D0D0D0 solid;*/
  /*border-left: 1px #D0D0D0 solid;*/
  /*border-right: .3px #D0D0D0 solid;*/
  margin-bottom: 3px !important;
  padding: 3px;
}



/*		FOOTER 		*/

.footer {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #c7c1c1;
  padding-top: 15px;
  align-content: center;
}


/*		FOOTER END	*/



/* ***********  HERO nav      ********************* */

.hero, .hero a, .hero h4, .hero p{
  font-family: 'Open Sans', sans-serif;
  color:#676a6c;
}

.hero .clearfix{
  margin-bottom: 19px;
}
.hero h4{
  color: #000;
  text-transform: uppercase;
}
.hero p{
  color: #ccc;
}

.hero_div {
  background-color: white;
  opacity: 0;
  padding-left: 11%;
}

.hero_text {
  font-size: 12px;
  text-transform: none;
  color:#ccc;
}

.hero_bg{

  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  display:inline-block;

  transition-timing-function: ease-in;
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.hero_cal .hero_bg {
  background-image: url('../images/pubh/calendar.jpg');
}
.hero_cal:hover .hero_bg {
  background-image: url('../images/pubh/calendar_blue.jpg');
}

.hero_bulb .hero_bg {
  background-image: url('../images/pubh/bulb.jpg');
}
.hero_bulb:hover .hero_bg {
  background-image: url('../images/pubh/bulb_blue.jpg');
}

.hero_check .hero_bg {
  background-image: url('../images/pubh/forms.jpg');
}
.hero_check:hover .hero_bg {
  background-image: url('../images/pubh/forms_blue.jpg');
}

.hero_head .hero_bg {
  background-image: url('../images/pubh/head.jpg');
  
}

.hero_head:hover .hero_bg {
  background-image: url('../images/pubh/head_blue.jpg');
}

.hero_mouse .hero_bg {
  background-image: url('../images/pubh/mouse.jpg');
}

.hero_mouse:hover .hero_bg {
  background-image: url('../images/pubh/mouse_blue.jpg');
}

.hero_safe .hero_bg {
  background-image: url('../images/pubh/safe.jpg');
}
.hero_safe:hover .hero_bg {
  background-image: url('../images/pubh/safe_blue.jpg');
}

.hero_anketa3 .hero_bg {
  background-image: url('../images/pubh/checklist.jpg');
}
.hero_anketa3:hover .hero_bg {
  background-image: url('../images/pubh/checklist_blue.jpg');
}

.hero_naknade .hero_bg {
  background-image: url('../images/pubh/fees.jpg');
}
.hero_naknade:hover .hero_bg {
  background-image: url('../images/pubh/fees_blue.jpg');
}

.hero_fiskalizacija .hero_bg {
  background-image: url('../images/pubh/fiscal.jpg');
}
.hero_fiskalizacija:hover .hero_bg {
  background-image: url('../images/pubh/fiscal_blue.jpg');
}
.hero_cef .hero_bg  {
  background-image: url('../images/pubh/cef1.jpg');
}   
.hero_cef:hover .hero_bg {
  background-image: url('../images/pubh/cef2.jpg');
} /*Alisa 03.04.2019 - dodavanje ikone za CEF*/
.hero_youtube  {
  background-image: url('../images/pubh/yt3.jpg');
}   /*Alisa 16.01.2018*/

.hero_youtube:hover  {
  background-image: url('../images/pubh/yt4.jpg');
} /*Alisa 16.01.2018*/

.hero_facebook  {
  background-image: url('../images/pubh/fb3.jpg');
}   /*Alisa 16.01.2018*/

.hero_facebook:hover  {
  background-image: url('../images/pubh/fb4.jpg');
} /*Alisa 05.12.2019*/

.hero_twit  {
  background-image: url('../images/pubh/twit3.jpg');
}   /*Alisa 16.01.2018*/

.hero_twit:hover  {
  background-image: url('../images/pubh/twit4.jpg');
} /*Alisa 30.09.2020*/

/* ***********  HERO nav END  ********************* */

/* ***********  RMENU nav      ********************* */

.hero1 > .row{
   
    /*padding-top: 20px;AMH*/
    padding-bottom: 20px;

}


.hero1, .hero1 a, .hero1 h4, .hero1 p{
  font-family: 'Open Sans', sans-serif;
  color:#676a6c;
}

.hero1 .clearfix{
  margin-bottom: 1px;
}
.hero1 h4{
  color: #666;
  text-transform: none;
  font-size: 16px;
  margin-top: 20px;

}
.hero1 p{
  color: #ccc;

}

.hero_div1 {
  background-color: white;
  opacity: 0;
  padding-left: 11%;
}

.hero_text1 {
  font-size: 12px;
  text-transform: none;
  color:#ccc;
}

.hero_bg1{

  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  display:inline-block;

  transition-timing-function: ease-in;
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.rmenub:hover h4 {

  color: #2eb6d1;

}

.hero_cal1 .hero_bg {
  background-image: url('../images/pubh/blue/calendar.jpg');
}
.hero_cal1:hover .hero_bg {
  /*background-image: url('../images/pubh/calendar_blue.jpg');*/
}

.hero_bulb1 .hero_bg {
  background-image: url('../images/pubh/blue/bulb.jpg');
}
.hero_bulb1:hover .hero_bg {
  /*background-image: url('../images/pubh/blue/bulb_blue.jpg');*/
}

.hero_check1 .hero_bg {
  background-image: url('../images/pubh/blue/forms1.jpg');
}
.hero_check1:hover .hero_bg {
  /*background-image: url('../images/pubh/blue/forms_blue.jpg');*/
}

.hero_head1 .hero_bg {
  background-image: url('../images/pubh/blue/head.jpg');
}
.hero_head1:hover .hero_bg {
  /*background-image: url('../images/pubh/blue/head_blue.jpg');*/
}

.hero_mouse1 .hero_bg {
  background-image: url('../images/pubh/blue/mouse.jpg');
}
.hero_mouse1:hover .hero_bg {
  /*background-image: url('../images/pubh/blue/mouse_blue.jpg');*/
}

.hero_safe1 .hero_bg {
  background-image: url('../images/pubh/blue/safe.jpg');
}
.hero_safe1:hover .hero_bg {
  /*background-image: url('../images/pubh/blue/safe_blue.jpg');*/
}

.hero_anketa31 .hero_bg {
  background-image: url('../images/pubh/blue/checklist.jpg');
}
.hero_anketa31:hover .hero_bg {
 /* background-image: url('../images/pubh/checklist_blue.jpg');*/
}

.hero_naknade1 .hero_bg {
  background-image: url('../images/pubh/blue/fees1.jpg');
}
.hero_naknade1:hover .hero_bg {
  /* background-image: url('../images/pubh/fees_blue.jpg'); */
}

.hero_fiskalizacija1 .hero_bg {
  background-image: url('../images/pubh/blue/fiscal1.jpg');
}
.hero_fiskalizacija1:hover .hero_bg {
 /* background-image: url('../images/pubh/fiscal_blue.jpg'); */
}

.hero_cef1 .hero_bg {
  background-image: url('../images/pubh/blue/cef3.jpg');
}
.hero_cef1:hover .hero_bg {
 /* background-image: url('../images/pubh/fiscal_blue.jpg'); */
}

/* ***********  REMENU nav END  ********************* */





/* *************  NAvbar costum styles ************* */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  /*border-color: #e7e7e7;*/

}

/*.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
*/
.navigacija{
    border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* *************  NAvbar costum styles END ********* */


/*HEADER styles*/

#Header{

  height: 150px;
  padding-top: 33px;
  min-height: 180px;
  /*background-color: #eee;*/

}

#Header:after{
  content: " ";
  background-image: url('../images/pubh/memo100.jpg');
  background-size: 60%, contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

    position: absolute;
  z-index: -1;  }


#Header a{
  display:inline;
}
#Header a:hover{
  display:inline;
  font-weight: 700;
  text-decoration: underline;

}


/*JQUERY AUTOCOMPLETE BOOTSTRAP STYLES*/

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }
  }
}


  /*add color for navabr on ALL devices*/
  .navbar-default, .topnav{
    background-color: #2eb6d1;
    border-color: #2eb6d1;
  }


/* ************************************************************************ */
/* ************************   ACORDION    ********************************* */

.panel-group {
  width: 100%;
}

.panel-group .panel + .panel {
  margin-top: -1px;
}

.panel-heading, .panel-body{

  background-color: #f8f8f8;

}


/* ************************************************************************ */


/* **************************   Novosti  ************************************ */
.novosti{
  background-color: #eee;
  /*background-color: #f8f8f8;*/
}


/* ************************************************************************ */

.tp-banner {
  height: 500px !important;
 
  }

@media (max-width: 1680px) {

  #Header{

  height: 150px;

  }

@media (max-width: 1366px) {

  #Header{

  height: 150px;

  }

  .tp-banner {
  height: 500px !important;
  }
}

@media (max-width: 1024px) {

#Header{

  height: 130px;

  }

  .tp-banner {
  height: 300px !important;
  }
  
  .nav-justified > li {

  display: block;
}

}

@media (max-width: 768px) {

  #Header{

  height: 100px;
  padding-top: 11px;

  }

 /* #Header:after{
    content: " ";
    background-image: url('../images/pubh/banner_pu_small.jpg');
    background-size: 100%, cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

      position: absolute;
    z-index: -1;  }
    .header{
      padding:10px;
    }*/
   .header-right{
    width: 100px;
   }
  .navlinks:hover {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navlinks:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navlinks.w--current:hover {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .info{
    display:none;
  }




  .navbar-collapse{
    max-height: 500px;
  }



}


@media (max-width: 480px) {
  #Header{

  height: 70px;

  }

  .tp-banner {
  height: 300px !important;
  }
}

@media (max-width: 320px) {
  #Header{

  height: 70px;

  }

}
/*Header styles END*/


