body{font-family: 'Open Sans', sans-serif;}
header{background:#eee;padding: 20px 0 35px 0px;}

h1{font-size: 38px;
font-weight: bold;
margin-bottom:20px;
background:#18305f;
padding:60px;
color:#fff}

h2{margin-bottom:30px; font-weight:bold; color:#204971}
.header-language .language-selector {
    border: none;
    list-style: none;
    padding: 0;
	float:right;
}
.header-language .vr {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    left: 50%;
    background-color: #d6d6d6;
    z-index: -9999999;
    height: 80vh;
}

.header-language .language-selector .lang {
    border-radius: 50%;
    background-color: #2195d2;
    margin: 30px 0;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
	display: inline;
float: left;
margin-right: 20px;
font-size:14px;
}
.header-language .language-selector .lang a {
    color: #fff;
    text-decoration: none;
}

.header-language .language-selector .lang.selected {
    background-color: #13496b;
}

/*section {padding:100px 0px 100px 0px;}*/


footer { background:#0072bb; bottom:0px;}
footer p {color:#fff; font-size:16px; margin-top:18px;}

.istrazivanje img {
    width: 100% !important;
	margin-bottom:30px;
}