@media (max-width: 768px) {
  #primary {width: 100% !important;}
  #secondary {width: 100% !important;}
  input[type=text], input[type=email], input[type=password], textarea {max-width: 95%;}
}
.hgroup {display: none !important;}
#colophon {border-top: 5px solid #eee;}
.main-navigation ul li a {
  border: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 15px 5px;
}
.idezet {
  text-align: justify;
  background: #e7f7e4;
  border-radius: 15px;
  margin-bottom: 25px;
  padding: 10px 20px;
  color: #69c;
  font-size: 1.2em;
  line-height: 1.4em;
}
.metaslider .flexslider {margin: 0 !important;}

.felhivas {
	/*display: none;*/
	background: #000000;
	padding: 20px;
	margin-bottom: 35px;
	color: #fff;
	border-radius: 25px;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.felhivas h3 {color: #fff !important;}