img.headerLogo {
	float: left;
}

.navbar span.myname {
	float: left;
	height: 30px;
	max-width: 150px;
	overflow: hidden;
	padding: 0 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navpic {
	float: left;
	padding-right: 9px;
}

.navbar-nav>li>a {
	line-height: 29px;
}

section.dashboard_items {
	padding: 30px 0;
}

*::-moz-selection {
	background: none repeat scroll 0 0 #56b3a6;
	text-shadow: none;
}

section h2.section-heading {
	font-size: 32px;
	color: #3a424d;
	margin-bottom: 15px;
	margin-top: 0;
}

section h3.section-subheading {
    font-family: open sans, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 65px;
	text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: open sans, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h4.service-heading {
	margin-top: 15px;
	color: #3a424d;
}

.text-muted {
	color: #777;
}

p {
	line-height: 1.75;
}

.frontpageLogo {
	padding-bottom: 0px;
}

.dashboardIcons {
	width: 82px;
	height: 82px;
	margin: 0 auto;
}

.dashboardIcons:hover {
	cursor: pointer;
}

#dashboard_items .icon1 {
	background: url("../images/dashboard_iconset_kulcsmenedzsment_01.png")
		no-repeat scroll 0 0 transparent;
	transition: background-image 1s;
}

#dashboard_items .icon2 {
	background: url("../images/dashboard_iconset_kulcsmenedzsment_01.png")
		no-repeat scroll -82px 0 transparent;
}

#dashboard_items .icon3 {
	background: url("../images/dashboard_iconset_kulcsmenedzsment_01.png")
		no-repeat scroll -164px 0 transparent;
}

#dashboard_items .icon4 {
	background: url("../images/dashboard_iconset_kulcsmenedzsment_01.png")
		no-repeat scroll -246px 0 transparent;
}

#dashboard_items .icon1:hover {
	background: url("../images/dashboard_iconset_kulcsmenedzsment_02.png")
		no-repeat scroll 0 0 transparent;
	transition: background-image 1s;
}

#dashboard_items .icon2:hover {
	background: url("../images/dashboard_iconset_kulcsmenedzsment_02.png")
		no-repeat scroll -82px 0 transparent;
}

#dashboard_items .icon3:hover {
	background: url("../images/dashboard_iconset_kulcsmenedzsment_02.png")
		no-repeat scroll -164px 0 transparent;
}

#dashboard_items .icon4:hover {
	background: url("../images/dashboard_iconset_kulcsmenedzsment_02.png")
		no-repeat scroll -246px 0 transparent;
}