/*!
 * Custom page styling by MOI 
 */
body {
	color: #58595b;
}
a {
    color: #00aeef;
    font-size: 15px;
    text-decoration: underline;
}
a:hover {
    color: #23bff9;
    text-decoration: none;
}
h2, h3, h4 {padding: 10px 0;}
#logo {
	margin: 20px 0;
}
#logo img{
	max-width: 150px;
}
.top-bar {
	background: #00aeef;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.top-bar .right span {
	float: right;
}
.top-bar .right a {
	text-decoration: underline;
	color: #58595b;
	font-size: inherit;
}
/** main-menu **/
.main-menu .navbar {
	background: #58595b;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #00aeef;
}
.navbar-light .navbar-nav a.nav-link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: inherit;
}
li.nav-item {
    border-right: 1px dashed #7b7b7b;
}
.navbar-expand-lg li.nav-item:first-child a.nav-link {
    padding-left: .5rem;
}
.navbar-expand-lg li.nav-item a.nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}
/** header kontakt **/
.telefonska {
    float: right;
    display: block;
    padding: 31px 0
}
.telefonska .tekst {
    text-align: right;
	width: 140px;
}
.telefonska .tekst span {
    font-size: 14px;
}
.telefonska i {
    font-size: 30px;
    float: left;
	color: #00aeef;
}
.telefonska a {
    line-height: 16px;
    display: block;
    font-size: 20px;
    text-align: right;
    font-weight: 600;
    color: #00aeef;
	text-decoration: none;
}
.dovoljenje {
    background: #58595b;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
}
.dovoljenje i {
    color: #828282;
    padding-right: 3px;
}
.vsebina {
    background: #efefef;
	padding: 20px 15px;
}
.vizitka i {
    color: #00aeef;
    font-size: 14px;
    padding-right: 2px;
}
.vizitka a {
    font-size: 15px;
    color: #58595b;
    text-decoration: none;
}
.vizitka a:hover {
    color: #00aeef;
}
.footer {
    background: #58595b;
	padding: 15px 0 2px 0;
	color: #fff;
}
.footer ul a {
    color: #efefef;
    text-decoration: none;
    font-size: 13px;
    padding: 0 8px;
}
.footer span {
    font-size: 14px;
    color: #efefef;
}
.footer .right {
    float: right;
}
@media (max-width: 460px){
	.top-bar .container {
		padding: 0;
	}
}
