body {
	padding-top: 4.5rem;
	padding-bottom: 0;
	color: rgba(49, 55, 78, 0.72);
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	}
p {
	color: rgba(49, 55, 78, 0.72);
	font-family: 'Nunito', sans-serif;
	}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.bg-navhumanext {
	background-color: #30364D !important;
	color: #FED190 !important;
}
.bg-navhumanext-hover a:hover {
	background-color: #00cfff !important;
	color: #000000 !important;
}

.font_nunito      { font-family: 'Nunito', sans-serif; }
.font_nunito_bold { font-family: 'Nunito', sans-serif; font-weight: bold; }
.font-size-125 { font-size: 1.25em; }
.font-size-150 { font-size: 1.5em; }
.font-size-200 { font-size: 2em; }
.bg-white  { background-color: #FFF; }
.bg-header { background-color: #30364D; }
.bg-block1        { background-color: rgba(11, 7, 85, 0.06); }
.bg-block2        { background-color: rgba(143, 170, 179, 0.1); }
.bg-block1-block2 { background: linear-gradient(rgba(11, 7, 85, 0.06) 40%, rgba(143, 170, 179, 0.1) 40%); }
.bg-block2-block1 { background: linear-gradient(rgba(143, 170, 179, 0.1) 40%, rgba(11, 7, 85, 0.06) 40%); }
.title-text        { margin-top: 85px; }
.bg-title          { height: 220px; }
.bg-title-toborzas       { background-image: url("images/title-toborzas.jpg"); }
.bg-title-adminisztracio { background-image: url("images/title-adminisztracio.jpg"); }
.bg-title-szallasoltatas { background-image: url("images/title-szallasoltatas.jpg"); }
.bg-title-utaztatas      { background-image: url("images/title-utaztatas.jpg"); }
.bg-title-integracio     { background-image: url("images/title-integracio.jpg"); }
.text-white     { color: #FFF; }
.text-header     { color: #FED190; }
.text-heading    { color: #30364D; }
.text-subheading { color: rgba(49, 55, 78, 0.72); }
.text-checkmark  { color: #00B1F0; }
.border-radius56 {
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}
.height100 { min-height: 100%; }
.width100 { width: 100%; }
.hideme { display:none; visibility:hidden; }
.showme { display:inline; visibility:visible; }