body {
	background: #ebeff2;
	
	font-family: Arial, Verdana, sans-serif, serif;
	font-size: 14px;
	color: #606569;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	color: inherit;
	font-weight: 300;
	padding: 15px 0 10px 0;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 24px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 10px 0;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.img-full-width {
	width: 100%;
	height: auto;	
}

#top-row {
	padding: 9px 0;
}

.top {
	font-size: 11px;
	line-height: 20px;
}

.new-block {
	background: #fff;
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	footer div.container {
		text-align: center
	}
	
	footer div.container div:nth-child(2) {
		border-bottom: 1px solid #ebeff2;
		border-top: 1px solid #ebeff2;
	}
}

#logo-img {
	max-height: 140px;
}

nav.navbar.navbar-default {
	background: white;
	font: inherit;
}


/******** menu ************/

.menuitem-container {
	height: 140px;
	background: white;
	text-align: center;
	font-size: 21px;
	border: 7px solid white;
}

/*.menuitem-container.upoznajte-proracun {
	font-size: 18px;
}*/

#logo .menuitem-container{
	background: #008c4f;
	border: none;
	color: #ffcb05;
	text-align: center;
	padding-top: 0.3em;
	font-size: 54px;
	font-weight: bold;
}

header {
	margin-bottom: 15px;
}

header > .row > div a{
	text-decoration: none;
}

.menuitem-container .glyphicon {
	font-size: 36px;
	margin-top: 0.5em;
}

.menuitem-container.o-proracunu {
	color: #1e8bc3;
}

.menuitem-container.o-proracunu.active, .menuitem-container.o-proracunu:hover {
	border-width:7px 0 7px 0;
	border-style:solid;
	border-color: #1e8bc3;
}

.menuitem-container.upoznajte-proracun {
	color: #f86924;
}

.menuitem-container.upoznajte-proracun.active, .menuitem-container.upoznajte-proracun:hover {
	border-width:7px 0 7px 0;
	border-style:solid;
	border-color: #f86924;
}

.menuitem-container.kreirajte-proracun {
	color: #ff9f00;
}

.menuitem-container.kreirajte-proracun.active, .menuitem-container.kreirajte-proracun:hover {
	border-width:7px 0 7px 0;
	border-style:solid;
	border-color: #ff9f00;
}

.menuitem-container.kontakt {
	color: #35bc7a;
}

.menuitem-container.kontakt.active, .menuitem-container.kontakt:hover {
	border-width:7px 0 7px 0;
	border-style:solid;
	border-color: #35bc7a;
}

/****** home big sliding banner **********/
.carousel-indicators li {
	border:1px solid #f86924;
}
.carousel-indicators li.active {
	background-color: #f86924;
}

#rotating-banner h4 {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 16px 0;
	font-size: 18px;
	line-height: 22px;
	color: #f86924;
	text-transform: uppercase;
}

.abstract-container {
	padding: 15px;	
}

#rotating-banner .glyphicon {
	color: #c5c5c5;	
}

#rotating-banner h3 {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 300;
	color: #1e8bc3;
	text-transform: uppercase;
	word-spacing: -2px;
	padding: 15px 0 19px 0;
}

/****** blocks *******/

.main-content {
	margin-bottom: 15px;
}

.generic-bock {
	padding: 15px;
	background-color: white;	
}

.inner {
	color: white;
	padding: 15px;
	margin-bottom: 15px;
}

.summary .inner {
	height: 300px;
}

.summary .inner {
	text-align: center;
}

.inner ul {
	padding: 0;
	padding-left: 15px;
}

/*.right-block .inner {
	text-align: justify;
}*/

.inner .glyphicon {
	font-size: 52px;
}

.inner a{
	color: blue;
}

.summary .inner a{
	color: white;
}

.inner.o-proracunu {
	background: #1e8bc3;
}

.inner.kontakt {
	background: #35bc7a;
}

/*.inner.neutral {
	background: #999999;
}*/

.inner.o-proracunu a{
	color: #ff9f00;
}

.summary .inner.o-proracunu a{
	color: inherit;
}

.inner.upoznajte-proracun {
	background: #f86924;
}

.inner.kreirajte-proracun {
	background: #ff9f00;
}

.inner.kontakt {
	background: #35bc7a;
}

/***********grafovi *****************/
.summary {font-weight: bold; text-align: right; padding-left: 10px}

/******footer********/
footer {
	/*background: #35bc7a;*/
	background: #008c4f;
	/*background: #3c474d;*/
	color: white;
	padding: 15px;	
}

footer a, footer a:hover {
	color: inherit;
}

.developper {
	background-color: #111; padding: 3px
}