body {
  background: url('../images/bg.jpg') repeat-x #858AB5;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #2E3092;
}
body, p {
  color: #2E3092;
}
a {
  color: #2E3192;
}
a:hover {
  color: white;
  background-color: #6264C9;
}
.ikone_top {
/*    float: right;*/
    position: relative;
}
.button {
  width: auto;
  border: 1px solid #0F115F;
  padding-left: 10px;
  padding-right: 10px;
}
.button,
.button.dropdown.split>span {
  background: #2E347A url('../images/gumb_bg.jpg') top repeat-x; /*#2E3192;*/
}
.button:hover, 
.button:focus,
.button.dropdown.split:hover,
.button.dropdown.split:focus,
.button.dropdown.split>a:hover,
.button.dropdown.split>a:focus,
.button.dropdown.split>span:hover,
.button.dropdown.split>span:focus {
  background: #6264C9 url('../images/gumb_bg.jpg') bottom repeat-x; /*#2E3192;*/
}
.button.dropdown {
  padding-right: 40px;
}
.button.dropdown.split > ul li a,
.button.dropdown > ul li a {
  color: #2E347A;
}
.button.dropdown.split > ul li:hover,
.button.dropdown.split > ul li:focus,
.button.dropdown > ul li:hover,
.button.dropdown > ul li:focus {
  background-color: #2E347A;
  color: #fff;
}
.button.dropdown > ul li:hover a,
.button.dropdown > ul li:focus a {
  color: #fff;
}
.glava {
	background: url('../images/glava_web.jpg');
	height: 160px;
}
.ikone {
    padding-top: 3px;
    text-align: right;
    padding-right:0;
}
.menu {
  text-align: left;
  padding-left: 40px;
  padding-top: 88px;
  padding-right: 0;
  margin-right:0;
}
.menu_text {
  text-align: left;
  padding-left: 0px;
  padding-top: 114px;
  padding-right: 0;
  margin-right:0;
}
.menu.ftp {
    padding-top: 0;
    padding-right: 0;
    margin-right:0;
}
.ftp img {
    margin-top: -12px;
    float: right;
}
.telo {
	background: url('../images/telo_web.jpg') no-repeat;
	height: 522px;
}

.leva_stran {
  padding-top: 40px;
}
.desna_stran {
  padding: 100px 60px 0 50px;
  font-style: italic;
}
.desna_stran h1,
.desna_stran h2,
.desna_stran h3,
.desna_stran h4,
.desna_stran h5,
.desna_stran h6 {
  font-style: italic;
}
.besedilo {
  padding: 30px 30px 0 45px;
  font-weight: normal;
  font-style: normal;
  color: black;
  line-height: 1.4em;
}
.besedilo strong,
.blue {
    color: #2E3092;
    font-style: italic;
}
.bold {
  font-weight: bold;
}
.slike {
  height: 430px;
  padding-left: 10px;
}
.move_right {
    position: absolute;
    background: url('../images/desno.png') no-repeat;
    right: 5px;
    top: 200px;
    width: 25px;
    height: 48px;
}
.move_left {
    position: absolute;
    background: url('../images/levo.png') no-repeat;
    left: 5px;
    top: 200px;
    width: 25px;
    height: 48px;
}
#featuredContent { background: url('../images/spinner.gif') center center no-repeat transparent; height: 430px; }
#featuredContent img { display: none; }

#featuredContent.orbit { background: none; }
#featuredContent.orbit img { display: block; }

@media only screen and (max-width: 767px) {
  /* Small Device Styles here */
  .telo {
    background: none;
    height: none;
    margin-top: 30px;
  }
  .leva_stran {
    display: none;
  }
  .menu {
    margin-top: 30px;
	padding-left: 15px;
  }
}