@font-face {
    font-family: Nobile;
    src: url(../fonts/Roboto-Light.ttf);
}
body {
  font-family: "Nobile";
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
}
a {
    text-decoration: none;
    color:black;
}
.wrapper{
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.container {
  width:90%;
  margin: 0px auto;
  position: relative;
}

.header{
  position:relative;
  height: 450px;
  padding: 50px 0px 0px 0px;
  font-family: "Nobile";
  text-align: center;
}
#title1{
  color:white;
  font-size: 42px;
  line-height: 40px;
  padding-bottom: 80px;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.78);
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  
}
#title2{
  color:white;
  font-size: 18px;
  padding: 0px 150px 120px 150px;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.78);
}
.arrow{
  text-align: center;
  padding-top: 30px;
  opacity: 0.5;
}
#map {
  height: 400px;
  width: 100%;
 }
.mainmenu{
  height: 60px;
  width: 90%;
  margin: 0 auto;
}
.mainmenuitem{
  display:inline-block;
  color:white;
  padding: 12px 25px 8px 25px;
  font-weight: bold;
  font-size: 14px;
  margin-left: 50px;
  margin-bottom: 30px;
  border: 1px solid white;
  border-radius: 7px;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.78);
  background-color: rgba(0, 0, 0, 0.8);
}
.mainmenuitem:hover{
    border: 1px solid #2af;
    background-color: rgba(0, 0, 0, 0.3);
}
.slikaindex{
  position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000;
  background-position:center center; 
  background-size: cover; 
  background-image:url(../images/bg-header3.jpg);
}
.submenu{
  
  height: 60px;
  position: absolute;
  top: 70px;
  right: 80px;
}
.submenuitem{
  float:left;
  color:white;

  padding: 3px 20px 3px 20px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 7px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.78);
  background-color: rgba(0, 170, 2500, 0.6);
}
.submenuitem:hover{
    opacity: 1;
}
#logo{
  background-image: url('../images/logo.png');
  width: 140px;
  height: 85px;
  text-align: center;
  
}
.whitecontainer{
  position:relative;
}
.whiteboxl{
  position:relative;
  float: left;
  width: 550px;
  padding-top: 30px;
  white-space: normal;
  text-align: justify;
}
.whiteboxr{
  position:relative;
  float: right;
  width: 550px;
  padding-top: 30px;
  white-space: normal;
  text-align: justify;
}
.whitetitle{
  font-family: "Nobile";
  font-size: 42px;
  color:#2af;
  margin-top: 60px;
}
.graycontainer{
  position:relative;
  height: 200px;
}
.slika{
  width:350px;
  min-height: 100px;
  margin: 20px 20px 0px 0px;
  display: inline-block;
}
.graybox{
  position:relative;
  float: left;
  width: 450px;
  padding-top: 30px;
  padding-left: 80px;
  white-space: normal;
  text-align: justify;
}
.graytitle{
  font-family: "Nobile";
  font-size: 20px;
}
.graytext{
  padding-left: 100px;
  background-repeat: no-repeat;
  min-height: 100px;
}
.graywrap{
  background-color: #f1f0f0;
}
.morebutton{
  cursor: pointer;
  opacity: 1;
}
.morebutton:hover{
  opacity: 0.8;
}
.morebutton2{
  color:#2af;
  padding: 10px 25px 8px 25px;
  font-weight: bold;
  border: 1px solid #2af;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.morebutton2:hover{
  cursor: pointer;
  background-color: #f6f6f6;
}
.contactbutton{
  color:white;
  padding: 10px 18px 7px 18px;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
 position: absolute;
 right: -50px;
 bottom: 0px;
}
.floatcontainer{
  height: 180px;
}.floatcontainer2{
  height: 180px;
}
.whatbox{
  margin-top: 50px;
  position:relative;
  float: left;
  width: 25%;
  text-align: center;
  min-height: 270px;
}
.whattitle{
  font-size: 20px;
  margin-bottom: 10px;
}
.whatdesc{
  position: absolute;
  bottom: 8px;
  background:rgba(0,0,0, 0.5);
  font-size: 14px;
  padding: 10px 10px 15px 10px;
  right:1px;
  left:2px;
  color: white;
  text-overflow: clip;
  height: 20px;
  line-height: 30px;
}
.bluewrap{
  background-color: #2af;
  background-image: url("../images/bg-wrap.jpg");
  height: 460px;
}
.bluetitle{
  font-family: "Nobile";
  font-size: 42px;
  color:white;
  margin-top: 30px;
}

.blueboxl{
  position:relative;
  float: left;
  width: 300px;
  padding-top: 30px;
  white-space: normal;
  text-align: justify;
  color: white;
}
.blueboxr{
  position:relative;
  float: right;
  width: 460px;
  white-space: normal;
  text-align: justify;
}
.location{
  width: 460px;
  height: 460px;
}
.whatwrap{
/*  height: 530px;*/
}
.partbox{
  margin-top: 50px;
  position:relative;
  display:inline-block;;
  width: 19%;
  vertical-align:top;
  text-align: center;
  font-size: 10px;
}

.partdesc{
  font-size: 12px;
  margin-bottom: 20px;
}
.partwrap{
  height: 400px;
}
.roto{
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    position:absolute;
    height: 500px;
    width: 100%;
} 
.simplepop{
  position: absolute;
  padding: 20px;
  z-index: 3000;
  margin: auto;
  top: -100px;
  left: -100px;
}
.simplepopcont{
  top:0; 
  left:0; 
  position:absolute;
}
.simplepoptop{
  top:50%; 
  left:50%; 
  width:0px; 
  height:0px; 
  position:fixed;
}
.aboutmore{
  padding-bottom: 50px;
}
.whatmore{
  text-align: left;
  padding-bottom: 50px;
  display: none;
}
.jobtitle{
  color: #2af;
  font-size: 16px;
}
.innerpic{
  position: relative;
}












#sidebar{
  width: 420px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 780px;
  /* background-image: url('images/sidebar.jpg'); */
}
#sidebartxt{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 450px;
  left: -150px;
  font-family: "Nobile";
  font-size: 170px;
  font-weight: bold;
  color: white;
  opacity: 0.7;
}
#paging{
  background-color: #DDD;
  padding-top: 50px;
  position: relative;
  height: 20px;
  padding-left: 50px;
  padding-right: 50px;
  width: 680px;
  padding-bottom: 50px;
}
.page{
  margin-right: 10px;
  cursor: pointer;
}
.page:hover{
  color: #07F;
}
.activepage{
  color: #999;
  pointer-events: none;
}
.page-buttons{
  position: absolute;
  right: 50px;
  top: 50px;
}
.purplecontainer{
  background-color: #5e647f;
  padding: 80px;
}
.purpletitle{
  font-family: "Nobile";
  font-size: 38px;
  text-align: center;
  color: white;
}
.purpletext{
  font-family: "Nobile";
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 50px 0px 0px 0px;
}
.avatarbox{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  color: #FFF;
}
.avatarbox table{
  display:inline-block;
}
.avatar{
  width: 150px;
  height: 150px;
  background-size: 150px;
  cursor: pointer;
}
.avatar:hover{
 opacity:0.5; 
}

.avatartd{
  position: relative;
}
.avatardesc{
  position:absolute;
  display: none;
  top:180px;
  left:0px;
  width: 150px;
}
.avatar:hover + div{
  display:inline;
}
.avatar img{
  width: 150px;
  height: 150px;
}
#graycontainer{
  position: relative;
  background-color: #444444;
  padding: 50px;
  font-family: "Nobile";
  color: white;
  font-size: 16px;
}
#sidebargray{
  width: 500px;
  height: 500px;
  background-color: #878787;
  position: absolute;
  top: 0px;
  left: 780px;
}
.as{
  border: 0px;
  width: 50%;
  padding: 50px;
  font-family: "Nobile";
  color: white;
  font-size: 16px;
}
.as a{
  color: #FFF; 
}
.as a:hover{
  color: #6CF; 
}
.bottomcontainer{
  position: relative;
  height: 120px;
}
.bottomlogo{
  position: absolute;
  left: 0px;
  top:30px;
}
.bottommenu{
  position: absolute;
  right: 0px;
  top:20px;
  width: 500px;
  font: font1;
}
.bottommenuitem{
  float: right;
  margin-left: 30px;
  color:black;
  padding: 15px 0px 0px 0px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Nobile";
  cursor: pointer;
}
.bottominfo{
  position: absolute;
  right: 0px;
  top:60px;
  font-family: "Nobile";
}

.bottommenuitem:hover{
  color:#999;
}
.shadow{
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 100%;
  height: 200px;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.76)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.lang{
  position: absolute;
  right: 60px;;
  top:50px;
}
.opcinenaslov{
  font-size: 26px;
  font-family: "Nobile";
}
.opcinelist{
  font-size: 26px;
  font-family: "Nobile";
  color: #6585c9;
}


.optitle{
  font-size: 44px;
  font-family: "Nobile";
  padding: 50px 0 20px 50px;
}
.opname {
  font-size: 26px;
  font-family: "Nobile";
  color: #6585c9;
  padding-left: 50px;
  padding-top: 15px;
  cursor: pointer;
}
.opname:hover {
  color:#000;
}
.opcontent{
  display: none;
}
.optext {
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
}
.greenlinks a{
  color: #FFF;
}
.greenlinks a:hover{
  color: #BFC;
}
.lightmenuitem{
  color: white;
  font-size: 28px;
}
.lightmenuitem:hover{
    color:black;
}
.simplepop{
  position: absolute;
  background-color: #FFF;
  padding: 20px;
  z-index: 3000;
  margin: auto;
  top: -100px;
  left: -100px;
}
.simplepopcont{
  top:0; 
  left:0; 
  position:absolute;
}
.simplepoptop{
  top:50%; 
  left:50%; 
  width:0px; 
  height:0px; 
  position:fixed
}
.logintxt{
  margin-top: 8px;
  height: 22px;
  padding-left: 5px;
  font-size: 13px;
}
.titlecontent{
  font-family: "Nobile";
  font-size: 36px;
  line-height: 38px;
  padding: 50px 20px 20px 20px;
}
.textcontent a{
  font-weight: bold;
  color: #549DF1;
}
.textcontent{
  padding: 0px 20px 20px 20px;
}
.menucontent{
  font-size: 22px;
  font-family: "Nobile";
  padding: 0px 0px 20px 20px;
}


#saving_anim{
  color: #F00;
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 10px;
}

.menucontent span{
  cursor: pointer;
  color: #549DF1;
  margin-right: 20px;
}
.menucontent a{
  color: #549DF1;
}


.inserter-editor-file-input{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.inserter-editor-file-text{
  margin: 10px;
  pointer-events:none;
}

.thumb {
    overflow: hidden;
    margin: 10px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
.thumb img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto; 
    height: auto;
    width: auto;
    cursor: pointer;
}

.thumb-overlay {
  position: absolute;
  top:0px;
  left: 0px;
}
.thumb-overlay-btn {
  width: 30px;
  height: 25px;
  float: left;
  color: rgba(255,255,255,0.7);
  background-color: rgba(0,0,0,0.5);
  margin-right: 1px;
  font-size: 17px;
  padding-top: 5px;
  text-align: center;
  cursor: pointer;
}
.thumb-overlay-btn:hover {
  color: #FFF;
  background-color: rgba(100,100,100,0.5);
}
