body, html {
	height:100%;
	width:100%;
}
.body{
	margin:0px;
	height:100%;
	width:100%;
	vertical-align:top;
	display:block;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	background-color:#ffffff;/*dcdcdc, f6f6f6*/
}
a {
   outline: none;
}
.image { position: relative;}
.overlay { position: absolute;  width: 158px; height: 535px; top: 0; left: 0; right:0; bottom:0; display: none; background-color: rgba(0,174,239,0.4); }
.image:hover .overlay { display: block; }

.style1 {color: #E61318; text-decoration:none}
.style1 a{color: #E61318; text-decoration:none}
.style1 a:hover{color: #E61318; text-decoration:none}

.style1_grey {color: #565656; text-decoration:none}
.style1_grey a{color: #565656; text-decoration:none}
.style1_grey a:hover{color: #565656; text-decoration:none}

.style2 a{color: #0099CC; text-decoration:none}
#A_hidden {
	display: none;
}

#A:hover #A_hidden {
    display: block; 
	background-color:#cccccc;
	border: 1px solid #7c7c7c;
	position: absolute; 
	z-index:100;
	top: 0; 
	left: 0;
}
#A_hidden:hover #A_hidden {
    display: block; 
	position: absolute; 
	z-index:100;
	top: 0; 
	left: 0;
}

/* Menu Styles */


.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
	text-align:center;
	/*text-shadow: 1px 1px 0 #000;*/
}

.top-level-menu > div
{
    position: relative;
    float: left;
    height: 31px;
    width: 172px;
	background:url(images/pattern_dar.png);
	text-align:center;
	background-color: #0172a7;/*989898*/#a1a1a1;
}

.top-level-menu > div:hover { background: #254583; }


#sss input{

  border: 1px solid #afb1ae;
  height:21px;
  width : 148px;
}

/* Menu Link Styles */


.blue {color:#0099CC;}

.link a{text-decoration:none; color:#FFFFFF;}
.link a:hover{text-decoration:underline; color:#FFFFFF;}

.link2 a{text-decoration:none; color:#565656;}
.link2 a:hover{text-decoration:underline; color:#565656;}

.box4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
	border: 4px solid #999999;
	font-weight:bold;}
	



/* Menu Styles */

.third-level-menu-ver
{
    position: absolute;
    top: 0;
    right: -225px;
    width: 225px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.third-level-menu-ver > li
{
    position: relative;
	height: 33px;
    background: #c3d8ed;
	padding: 0 0 0 10px;
	margin-top:-1px;
}

.third-level-menu-ver > li li
{
   
	margin-top:0px;
	height:32px;
}
.third-level-menu-ver > li:hover { background: #CCCCCC; }

.second-level-menu-ver
{
    position: absolute;
    top: 0px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
	text-align:left;
	z-index:200;
	}

.second-level-menu-ver > li
{
    position: relative;
    height: 31px;
    background:url(images/arrow_whte.gif) no-repeat center right; background-color:#eae9e9;/*url(images/gradient.gif) repeat;  #a0a0a0*/
	padding: 0 0 0 10px;
}
.second-level-menu-ver > li:hover { background: #CCCCCC; }

.top-level-menu-ver
{
    list-style: none;
    padding: 0;
    margin: 0;
	text-align:center;
}

.top-level-menu-ver > li
{
    position: relative;
    float: left;
    height: 31px;
    width: 150px;
	text-align:center;
}
.top-level-menu-ver > li:hover { background: #CCCCCC; }

.top-level-menu-ver li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu-ver a /* Apply to all links inside the multi-level menu */
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #565656;
    text-decoration: none;
   
    
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 31px;
}
.top-level-menu-ver a:hover { color: #565656; }	


.sert_naslov {
	text-align: center;
	background-color: #0172A7;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sert_thumb {
	width: 100px;
	border-radius: 6px;
	border: 1px solid black;
}


/* Style the Image Used to Trigger the Modal */
.row1 > .column1 {
  padding: 0 5px;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Create equal columns that floats next to eachother */
.column1 {
  float: left;
  width: 13%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:darkgrey;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: darkgrey;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1600px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 55px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 1px 10px;
  color: white;
}

.sertifikat1 {
	width:35%;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* --------The grid: Four equal columns that floats next to each other */
.column2 {
  
  width: 50%;
  padding: 10px;
}

/* Style the images inside the grid */
.column2 img {
  opacity: 0.8;
  cursor: pointer;
}

.column2 img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container2 {
  position: relative;
  display: none;
	background-color: lightgray;
	padding: 10px;
	border-radius: 10px;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: black;
  font-size: 40px;
  cursor: pointer;
}