@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300&subset=latin,latin-ext);
body {
    font-weight: normal;
    margin:0;
}
body {
    height: 100%;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    //line-height: 18px;
    background: #f2f2f2;
    background: url("../images/bg.jpg") no-repeat;
    background-position:center center !important;
    background-size: cover !important;
    font-size: 14pt;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: #2d305e;
}
h2{
  margin: 0px;
  padding:0px;
}
a {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
}
li{
    transition: all 0.5s ease 0s;
    font-size: 14pt;
    
    padding: 4px 0px;
}
li:hover{
    //border-bottom: 1px solid #333;
    background: #333;
    color: #fff;
}
a:hover {
    text-decoration: none;
}
fieldset { border: 0px; font-size: 14px; margin-left:20px;}
form { border: 0px; font-size: 14px; margin-left:20px;}

p{ font-size: 14pt; line-height: 120%;
font-family: 'Source Sans Pro', sans-serif;
}
input{
    border: 1px solid #ddd;
    padding: 5px;
    font-size:12pt;
}
textarea{
    border: 1px solid #ddd;
    font-size:12pt;
}
.header{
    width: 100%;
    position: fixed;
    background: #eaedf0;
    color: #fff;
    height: 100px;
    color: #fff;
    -webkit-box-shadow: 0px 6px 16px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 16px -8px rgba(0,0,0,0.75);
box-shadow: 0px 6px 16px -8px rgba(0,0,0,0.75);
z-index: 200;
}
.nav{
    width: 920px;
    margin: 10px auto 0px auto;
    height: 30px;
}
.meni{
    margin-top: 20px;
    margin-left: 50px;
    float: left;
    width: 500px;
}
.meni li {
  display:inline-block;
  color: #333;
  padding: 5px 7px;
  background: #fff;
  margin: 3px;
  border-radius: 3px;
}

.main{
    width: 1240px;
    margin: 0px auto 20px auto;
}
.mainins{
    height: 200px;
    margin: 0px;
    text-align: center;
    padding-top: 200px;
}
.footer{
    //background: #eaedf0;
    color: #fff;
    min-height: 100px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.okvir{
    background: #fff;
    color: #333;
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin: 40px 0px 20px 0px;
    min-height: 400px;
}
.okvirins{
    width: 900px;
    margin: 0px auto 0px auto;
    padding: 20px;
}