body {
	font-family: 'Open Sans', sans-serif;
}
/*
div {
	border: 2px solid red;
}*/

.clear {
	clear: both;
}

.clearfix {
	overflow: auto;
}

.kozepre {
	margin: auto;
}

/*-----------------------------Menü szinezése---------------------*/
#myNavbar li {
	background-color: #222;
	border-bottom: 4px solid transparent;
}

#myNavbar li:hover {
	background-color: #999;
	border-bottom: 4px solid aqua;
	transition: 0.5s;
}

.active {
	border-bottom: 4px solid aqua!important;
}

.active a {
	background-color: #222!important;
}

.navbar-brand {
	background-color: #222;
	border-top: 4px solid transparent;
}

.navbar-brand:hover {
	background-color: #999;
	border-top: 4px solid aqua;
	transition: 0.5s;
}
/*-----------------------------Menü szinezés VÉGE---------------------*/

.colnegyed {
	margin-bottom: 30px;
}

.iconKeretKulso:hover {
		border-color: #00ffff;
}

.ikonresz {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
}

.ikonresz2 {
	color: #7f7f7f;
	font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.iconKeretKulso {
	border-radius: 50%;
	background-color: transparent;
	border: 5px solid #cccccc;
	width: 120px;
	height: 120px;
}

.iconKeretBelso {
	border-radius: 50%;
	background-color: #cccccc;
	width: 100px;
	height: 100px;
	margin-top: 5px;
}

.iconkep {
	padding-top: 20px;
}

.iconkep:hover {
	animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.bottom50 {
	margin-bottom: 50px;
}

.kezdokep {
	background-color: #22b2c8;
	margin-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	max-height: 500px;
}

.kezdokepkep {
	margin: auto;
}

.image_off, .kezdokep:hover .image_on {
   display:none;
}
.image_on, .kezdokep:hover .image_off {
   display:block;
}

.tartalom1 {
	text-align: center;
}

.tartalom2 {
	text-align: center;
	width: 100%;
	background-color: #eee;
}

.logocsik {
	max-height: 100%;
}

.logo {
	max-width: 100%;
}

.footer {
	background-color: #101010;
	color: #ffffff;
	height: 35px;
	text-align: center;
	margin: auto;
}