@CHARSET "UTF-8";

.parent {
  position: relative;
  top: 0;
  left: 5;
  max-width: 100%;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;


}
.image2 {
  position: absolute;
  top: 30px;
  left: 30px;
  border: 1px black solid;
}

@CHARSET "UTF-8";

.container-logo {
  position: relative;
  text-align: center;
  color: white;
  display: inline-block;
}


.containerx {
  position: relative;
  text-align: center;
  color: white;
  //font-family: 'Roboto Slab', sans-serif;
  background-color: #f2f2f2;
}

.containery {
  position: relative;
  //text-align: center;
//  color: white;
//  font-family: 'Roboto Slab', sans-serif;
padding-left: 100px;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-block {
  position: absolute;
  top: 0px;
  left: 50px;
  background-color: #f2f2f2;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
   height: 100px;
     width: 520px;
}

.text-block {
  position: absolute;
  top: 0px;
  left: 100px;
  background-color: white;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
   height: 100px;
     width: 520px;
}

.text-block2 {
  position: absolute;
  top: 168px;
  left: 100px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  height: 150px;
  width: 500px;
}



.corners {
  border-radius: 0px 0px 5px 5px;
  //border: 2px solid #73AD21;
 // padding: 20px;
  //width: 200px;
 
}

.extrabold {
        /* Montserrat Extra Bold = 800 */
        font-weight: 800;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

 .semibold {
        /* Montserrat Semi-bold = 600 */
        font-weight: 600;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    }
    
.bold {
        /* Montserrat Bold = 700 */
        font-weight: 700;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
    
.regular {
        /* Montserrat Regular = 400 */
        font-weight: 400;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

.blok-naslov1 {
	    font-weight: 800;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 48px;
		color: #222222;
		background-color:#f2f2f2;
		text-align: center;
		padding-top:30px;
}

.blok-naslov2 {
	    font-weight: 600;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 24px;
		color: #222222;
		background-color:#f2f2f2;
		text-align: center;
}


.blok-naslov3 {
	    font-weight: 400;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 15px;
		color: #222222;
		background-color:#ffffff;
		text-align: center;
}

.xxx {
        font-family: 'Roboto Slab', sans-serif;
        font-size: 20px;
		color: rgb(87,50,41);
		background-color:rgb(251,202,1);
		text-align: center;
		//background-color:#f39c12;
		//background-color:#fff;
		//padding-right: 16px;
		//padding-left: 16px;
		
}

.xxx2 {
        font-family: 'Roboto Slab', sans-serif;
        font-size: 16px;
		color: rgb(87,50,41);
		background-color:rgb(255,255,255);
		//background-color:#f39c12;
		//background-color:#fff;
		//padding-right: 16px;
		//padding-left: 16px;
}

.xxx3 {
        font-family: 'Roboto Slab', sans-serif;
        font-size: 32px;
		color: rgb(87,50,41);
		background-color:rgb(255,255,255);
		//background-color:#f39c12;
		//background-color:#fff;
		//padding-right: 16px;
		//padding-left: 16px;
}

.xxx4 {
        font-family: 'Roboto Slab', sans-serif;
        font-size: 15px;
		color: rgb(255,255,255);
		background-color: rgb(153,111,86); 
		//background-color:#f39c12;
		//background-color:#fff;
		//padding-right: 16px;
		//padding-left: 16px;
}


.text-block-dark-brown {
  position: absolute;
          font-family: 'Roboto Slab Bold', sans-serif;
        font-size: 14px;
		color: rgb(255,255,255);
		background-color: rgb(56,42,41);
//  top: 120px;
//  left: 100px;
  padding-left: 20px;
  padding-right: 20px;
  //height: 250px;
  width: 100%;
}


.text-block-brown {
  position: absolute;
          font-family: 'Roboto Regular', sans-serif;
        font-size: 15px;
		color: rgb(255,255,255);
		background-color: rgb(153,111,86); 
  top: 110px;
  left: 100px;
  padding-left: 20px;
  padding-right: 20px;
  //height: 250px;
  width: 520px;
  text-align: left;
}

.vertical_dotted_line
{
    border-left: 1px dashed white;
    height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
} 



th, td {
          font-family: 'Roboto Slab Bold', sans-serif;
        font-size: 14px;

}


.table-text
{
          font-family: 'Roboto Slab Bold', sans-serif;
        font-size: 14px;
		color: rgb(255,255,255);
		background-color: rgb(56,42,41);
		  padding-left: 30px;
  padding-right: 30px;
}

.table-text1
{
        /* Montserrat Bold = 700 */
        font-weight: 700;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 10px;
		color: rgb(255,255,255);
		background-color: #2b2c2e;
		// padding-left: 30px;
        padding-right: 30px;
        padding-top: 38px;
        padding-bottom: 20px;
}

.table-text1-white
{
        font-family: 'Roboto Regular', sans-serif;
        font-size: 11px;
		color: rgb(255,255,255);
		background-color: rgb(56,42,41);
		// padding-left: 30px;
        padding-right: 30px;
}


.table-text1-semibold
{
        font-weight: 600;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 10px;
		color: #ffffff;
		background-color: #2b2c2e;
		padding-left: 20px;
		padding-right: 20px;
}

.table-text1-regular
{
        font-weight: 400;
        font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 10px;
		color: #ffffff;
		background-color: #2b2c2e;
		padding-left: 20px;
		padding-right: 20px;
}

.table-text-small
{
          font-family: 'Roboto Regular', sans-serif;
        font-size: 11px;
		color: rgb(255,255,255);
		background-color: rgb(56,42,41);
		  padding-left: 30px;
  padding-right: 30px;
}

.table-text-small-bold
{
          font-family: 'Roboto Bold', sans-serif;
        font-size: 11px;
		color: rgb(255,255,255);
		background-color: rgb(56,42,41);
		  //padding-left: 30px;
  padding-right: 30px;
}



.text-block-dark-brown2 {
  //position: absolute;
  color: rgb(255,255,255);
  background-color: #2b2c2e;
  padding-left: 20px;
  padding-right: 20px;
  //padding-top: 20px;
  // padding-bottom: 20px;
  //height: 250px;
 width: 100%;
 margin-right:inherit;
 // left: 100px;
 align: center;
}



.text-block-bottom-white {
 // position: static;
		color: gray;
		background-color: #FFFFFF;
//  top: 120px;
//  left: 100px;
  padding-left: 20px;
  padding-right: 20px;
  //height: 250px;
  //width: 100%;
}

.text-bottom-black {
	color: black;
	background-color: #FFFFFF;
	align: left;
	font-family: 'Roboto Bold', sans-serif;
	font-size: 11px;
	//padding-left: 20px;
	//padding-right: 20px;
}

table.table1 {
}

table.table1 tr {
          font-family: 'Roboto Slab Bold', sans-serif;
        font-size: 14px;
		color: rgb(255,255,255);
		background-color: rgb(56,42,41);
		

}

table.table1 td {
}


table.table2 td {
          font-family: 'Roboto Slab Regular', sans-serif;
        font-size: 11px;
		color: gray;
		background-color: #ffffff;
		//padding: 10px;
}

table.table1 td {
}


.mixed {
//line-height:40px;
//font-size:14px;
vertical-align:middle;
}

.btn-loginx {
  background-color: #009c7a;
  border: 2px solid white;
  border-color: white;
  color: white;
  padding: 5px 10px 5px 10px ;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

.btn-login {
	font-family: 'Roboto Bold', sans-serif;
		color: #009c7a;
		background-color: #ffffff";
		font-size: 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 0px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px;
}

.div-lng {
  //border-top:1px solid #A6A6A6;  
  //border-bottom:1px solid #A6A6A6;  
  padding:15px 0;
  display:inline-block;
}

.ul-lng {
  padding:0;
  margin:0;
  font-family:arial;
}

.li-lng {
  list-style:none;
  display:inline-block;
  font-size:12px;
}

.span-lng {
  
  padding:5px;
  cursor:pointer;
  font-weight:bold;
  transition:all .2s ease;
  font-size:11px;
    border-radius: 50%;
    font-family: 'Roboto Bold', sans-serif;
			color: rgb(56,42,41);
}

.input-lng {
  display:none;  

}

.input-lng:checked + span {
  background:#000;
  color: rgb(251,202,1);
}

.bold {
    font-weight: 700;
}
.exposed {
    color: #fbca01;
}

a.rumen:link {color:rgb(251,202,1);}
a.rumen:visited {color:rgb(251,202,1);}
a.rumen:hover {color:rgb(251,202,1); text-decoration: underline;}

a.bel:link {color:#ffffff;}
a.bel:visited {color:#ffffff;}
a.bel:hover {color:#ffffff; text-decoration: underline;}