html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background: #fff;
	color: #828282;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
}

a {
	text-decoration: none;
	border: 0 none;
	color: #000;
}

a img {
	border: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #aaa;
}

img {
	max-width: 100%;
}

/** -- unique -- **/

.uppercase {
	text-transform: uppercase;
}

.smallfont {
	margin-top: -10px;
	font-size: 12px;
	line-height: 17px
}

.black {
	color: #000;
}

p.datum {
	font-size: 14px;
	line-height: 15px;
	color: #000;
	padding: 15px 0 0 0;
}

p.alcim {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding-top: 0;
}

/** -- COMMON -- **/

.des {
	display: none;
}

strong {
	font-weight: 600;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}

h1, h1 a {
	text-transform: uppercase;
}

h2, h2 a {
	font-size: 22px;
	line-height: 26px;
	color: #474747;
	text-transform: uppercase;
	padding: 15px 0;
}

.blog_hirek h2 {
	padding: 5px 0 5px 0;
}

h3, h3 a {
	color: #474747;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}

/** -- HEADER -- **/

.moduletable_logo {
	width: 30%;
	float: left;
}

.moduletable_logo p {
	padding: 0;
}

.moduletable_logo img {
	padding: 14px 0 5px 15px;
}

.moduletable_motto {
	width: 70%;
	float: left;
	text-align: right;
	padding: 10px 15px 0 0;
	font-family: 'Open Sans', sans-serif;
	color: #b8b8b8;
	font-size: 16px;
	letter-spacing: 2px;
}

/** mainmenu **/

div#maximenuck102 {
  text-align: center !important;
}

label[for="menu-toggle"] {
	background: transparent url(../images/menu-icon.png) center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: block;
	/*float: right;*/
	position: absolute;
	right: 10px;
	top: 42px;
}

#menu-toggle {
  display: none; 
}

#menu-toggle:checked + .moduletable_menu ul.nav.menu {
  display: block;
  z-index: 9999;
} 

ul.nav.menu { 
	display: none;
	position: absolute;
	padding: 20px;
	background: rgba(255, 255, 255, .9);
	left: 0;
	right: 0;
	top: 97px;
	text-align: left;
}

ul.nav.menu li {
	line-height: 22px;
}

ul.nav.menu li a {
	color: #8E8E8E;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

ul.nav.menu li a:hover, ul.nav.menu li.active a {
    color: #000;
}

ul.nav-child li {
	padding-left: 20px;
}

/** -- SLIDER -- **/

.moduletable_slide {
	margin-bottom: 25px;
}

 /** -- HOME -- **/

main#content {
	padding: 0 15px;
}

.blog-featured .items-row {
	margin: 40px 0;
}

.blog-featured .item {
	margin-bottom: 20px;
}

.blog-featured h2 {
	text-align: center;
}

.blog-featured .pull-left.item-image, .blog_hirek .pull-left.item-image {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
}

p.readmore {
	margin-bottom: 35px;
}

p.readmore a {
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 3px;
	font-size: 11px;
}

p.readmore a:hover {
	border: 1px solid #aaa;
}

/* legfrissebb kepek modul */

.moduletable.friss {
	margin: 35px 0 50px 0;
	clear: both;
	text-align: center;
}

.moduletable.friss h2 {
	border-top: 1px solid #000;
	display: inline-block;
}

.ba-gallery {
	padding-left: 5px;
}

/** hirek **/

.blog_hirek {
	padding-top: 25px;
}

.blog_hirek .item {
	text-align: center;
}

/** bemutatkozas **/

.content ul {
	list-style: inside none;
	text-align: left;
}

/** gallery **/

.ba-caption-content h3, .ba-caption-content p.short-description {
	color: #fff !important;
}

/** tanitvanyok **/


/** publikaciok **/



/** kapcsolat **/

.box {
	text-align: center;
}

.bfQuickMode section.bfElemWrap {
	margin-bottom: 10px !important;
}

.bfQuickMode .bfLabelLeft label {
	text-transform: uppercase;
	width: 30% !important;
}

.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {
	background: #fff;
	border: 2px solid #c1c1c1;
	margin-left: 30px;
	padding: 8px;
}

label#bfLabel17 {
	display: none;
}

button.button {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	background: #a3a3a3;
	border: 1px solid #a3a3a3;
	padding: 5px;
	float: right;
}

#ff_formdiv1 + div > span {
	font-size: 8px;
}

section#bfElemWrap17 {
	float: right;
	margin-right: 34px;
}

button#bfSubmitButton {
	clear: both;
}

/** -- FOOTER -- **/

footer {
	background: #231f20;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin-top: 20px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #555;
}

.moduletable.copy {
	padding-top: 10px;
	font-size: 11px;
	color: #ddd;
}

/** === IPAD === **/

@media only screen 
  and (min-width: 768px) 
  and (max-width: 1023px) {
  
  p.datum {
  	padding-top: 0;
  }
  
  .blog-featured .items-row.cols-2 .item.span6 {
  	width: 50%;
  	padding: 20px;
  }
  
  .blog-featured .pull-none.item-image {
  	float: left;
  }
  
  .blog-featured .pull-none.item-image img {
  	width: 200px;
  	height: auto;
  	margin-right: 25px;
  }
  
  .blog_hirek .items-row {
  	margin-bottom: 25px;
  }
  
  .blog_hirek .item {
  	text-align: left;
  }
  
  .blog_hirek h2 {
  	padding-top: 0;
  }
  
  .blog_hirek .pull-left.item-image {
  	float: left;
  	width: 225px;
  	height: 225px;
  	margin-right: 30px;
  }
  
  .item-page_hirek.cikk .pull-left.item-image {
  	float: left;
  	width: 225px;
  	height: auto;
  	margin-right: 30px;
  }
  
   body.pub .item-page.pub {
   	width: 70%;
   	margin: 0 auto;
   }
   
   body.pub .item-page.pub h2, body.pub .item-page.pub p.alcim {
   	text-align: center;
   }
   
   body.pub .item-page.pub h2 {
   	padding: 0 0 15px 0;
   }
   
   body.pub .item-page.pub p.datum {
   	padding-bottom: 20px;
   }
  
  .box, .moduletable.kapcs {
  	width: 50%;
  	float: left;
  }
  
  .box img {
  	margin-top: 20px;
  }
  
  .bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select {
  	width: 67% !important;
  }
  
  section#bfElemWrap17 {
  	margin-right: 0;
  }
  
  button#bfSubmitButton {
  	margin-right: 6px;
  }
  
  body.kapcs footer {
   	position: fixed;
   	bottom: 0;
   	width: 100%;
   }
	
}

/** === DESKTOP === **/

@media only screen 
  and (min-width: 1024px) {
  
.mob {
	display: none;
}

.des {
	display: block;
}

.container {
	width: 1170px;
}

p.datum {
	padding-top: 0;
}

/** header **/ 

header .container, .navig .container {
	width: 1000px;
}

.moduletable_logo {
	width: 100%;
	text-align: center;
}

.moduletable_logo img {
    padding: 34px 0 0 0;
}

.moduletable_motto {
	width: auto;
	position: relative;
	top: -70px;
	right: 0;
	float: none;
	padding: 10px 5px 0 0;
}

.navig {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 22px 0 22px 0;
}

label[for="menu-toggle"] { 
	display: none;
}

div#maximenuck102 ul.maximenuck li.maximenuck.level1.first {
	padding-left: 0;
}

div#maximenuck102 ul.maximenuck li.maximenuck.level1.last {
	padding-right: 0;
}

/*ul.nav.menu {
	display: block;
}*/

/*ul.maximenuck {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	padding: 0 20px;
}*/


/** home **/

.blog-featured .pull-left.item-image {
	width: 225px;
	height: 225px;
}

.blog-featured .items-row.cols-2 .item.span6 {
	width: 50%;
	padding: 20px;
}

.blog-featured .pull-left.item-image {
	float: left;
	margin-right: 15px;
}

.blog-featured h2 {
	padding: 0 0 5px 0;
	text-align: left;
}

/** hirek **/

body.cikk main#content {
	padding-top: 30px;
}

body.cikk .container {
	width: 1000px;
	margin: 0 auto;
}

.blog_hirek .item {
	text-align: left;
}

.blog_hirek .items-row {
	margin-bottom: 25px;
}

.blog_hirek h2 {
	padding-top: 5px;
}

.blog_hirek .pull-left.item-image {
	float: left;
	width: 225px;
	height: 225px;
	margin-right: 30px;
}

.item-page_hirek.cikk .pull-left.item-image {
	float: left;
	width: 225px;
	height: auto;
	margin-right: 30px;
}

body.pub .item-page.pub {
	width: 75%;
	margin: 0 auto;
}

body.pub .item-page.pub h2, body.pub .item-page.pub p.alcim {
	text-align: center;
}

body.pub .item-page.pub h2 {
	padding: 0 0 15px 0;
}

body.pub .item-page.pub p.datum {
	padding-bottom: 20px;
}

body.pub .item-page.pub p {
	padding-top: 10px;
}

/** contact **/

.box {
  float:left;
  width: 50%;
  padding-right:30px;
  margin-top: 25px;
}

.moduletable.kapcs {
	float:left;
	width: 50%;
	padding-right:30px;
	margin-top: 25px;
}

.bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select {
	width: 67% !important;
}

section#bfElemWrap17 {
	margin-right: 0;
}

button#bfSubmitButton {
	margin-right: 7px;
}

/** footer **/

body.kapcs footer {
 	position: fixed;
 	bottom: 0;
 	width: 100%;
 }

footer .container {
	margin: 0 auto;
	padding: 15px 0;
	color: #f1f2f2;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between; 
	-webkit-justify-content: space-between; 
	-webkit-align-items: center;
    align-items: center;
}


}



/** -- COMMON -- **/

p {
	padding: 5px 0 7px 0;
}

.clr {   
	clear: both; 
	} 

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

