* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
*:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'exo_2.0regular';
}
:-moz-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'exo_2.0regular';
}g
::-moz-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'exo_2.0regular';
}
:-ms-input-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'exo_2.0regular';
}

::-moz-selection {
  color: #fff;
  background: #0C3348;
}
::selection {
  color: #fff;
  background: #0C3348;
}


input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], textarea, select, .chzn-container-multi .chzn-choices {
  border: 1px solid #000;
  font-family: 'exo_2.0regular';
  font-size: 90%;
	color: #000;
}

input[type="text"].invalid, input[type="password"].invalid, input[type="tel"].invalid, input[type="email"].invalid, input[type="search"].invalid, textarea.invalid, select.invalid, select.invalid + .chzn-container .chzn-single,
input[type="text"].fielderror, input[type="password"].fielderror, input[type="tel"].fielderror, input[type="email"].fielderror, textarea.fielderror, select.fielderror, select.fielderror + .chzn-container .chzn-single {
  border: 1px solid red;
}
div.invalid, div.invalid a,
div.fielderror, div.fielderror a {
  color: red;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], select, .chzn-container-multi .chzn-choices {
  min-height: 30px !important;
  line-height: 100%;
  padding: 0 5px;
}
textarea {
  padding: 5px;
  min-height: 80px;
}

.chzn-container {
  text-align: left;
}
.chzn-container-single .chzn-single, .chzn-container-active.chzn-with-drop .chzn-single, .chzn-container-single .chzn-drop {
  border: 1px solid #000;
}
.chzn-container-single .chzn-single {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  height: 30px;
  line-height: 30px;
}
.chzn-container-single .chzn-single span {
  margin-right: 30px;
}
.chzn-container-single .chzn-single div {
  line-height: 29px;
  text-align: center;
  width: 30px;
}
.chzn-container-single .chzn-single div b {
  background: none;
  border: 0 !important;
}
body:not(.tpl_nonumber):not(.contentpane) .chzn-container-single .chzn-single div b {
  position: relative;
}
.chzn-container-single .chzn-single div b::before {
  content: "\e614";
  font-family: icomoon;
  position: relative;
}
.chzn-container .chzn-results li.highlighted {
  background: #b8d900 none repeat scroll 0 0;
  color: #000;
}
.chzn-container-active.chzn-with-drop .chzn-single {
}
.chzn-container-single .chzn-drop {
  border-top: 0;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

button:not(.mfp-arrow):not(.mfp-close):not(.slick-arrow):not(.slick-btn):not(.mod_search), .btn:not(.dropdown-toggle):not(.jmodedit):not(.mod_search):not(.gallery), .article_anywhere ul.actions li.edit-icon a {
  background: #252526 none repeat scroll 0 0;
  border: 1px solid #585759;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  color: #717171;
  display: inline-block;
  height: 30px;
  line-height: 32px;
  padding: 0 20px;
  text-shadow: 0 0 0 transparent;
  text-transform: uppercase;
}
button:hover:not(.mfp-arrow):not(.mfp-close):not(.slick-arrow):not(.slick-btn):not(.mod_search), .btn:hover:not(.dropdown-toggle):not(.jmodedit):not(.mod_search):not(.gallery), .btn.active, .article_anywhere ul.actions li.edit-icon a:hover {
  background-color: #585759 !important;
  border-color: #585759 !important;
  color: #fff !important;
	text-decoration: none;
}
.btn.jmodedit {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 25px !important;
  line-height: 25px;
  padding: 0;
  text-align: center;
  width: 25px !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
a, a:hover, a:active, a:focus {
  outline: 0;
  color: #A8D5E2;
}
a[href^="tel"]:hover {
	text-decoration: none;
	cursor: pointer;
}


body {
  color: #000;
  background: #f2f2f2;
  font-family: 'exo_2.0regular';
  font-size: 16px;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
body.openedMenu {
  overflow: hidden;
  position: fixed;
  top: 0; bottom: 0;
}

.site:not(.wide):not([class*="mfp"]) > *, 
.site.hasContentSide .body > .content,
.site.hasContentSide .carousel-caption,
.site.hasContentSide .header-inner,
.site.hasContentSide .navigation .moduletable-inner,
.site.hasContentSide .footer-top-inner,
.site.hasContentSide .footer-bottom-inner {
  max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
  margin: 0 auto;
}
.site.wide:not(.hasContentSide) .header-inner, 
.site.wide:not(.hasContentSide) .carousel-caption, 
.site.wide:not(.hasContentSide) .carousel-control-wrap,
.site.wide:not(.hasContentSide) .navigation,
.site.wide:not(.hasContentSide) .body > .content .moduletable:not(.google_map):not(.galeria_modul) .moduletable-inner h3 + div,
.site.wide:not(.hasContentSide) .footer-top-inner,
.site.wide:not(.hasContentSide) .footer-bottom-inner,
.site.wide:not(.hasContentSide) .component-wrap {
  width: 100%;
  max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
  margin: 0 auto;
}

#content-side {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  float: left;
  padding: 15px;
  position: relative;
  width: 245px;
  z-index: 1;
}
.hasContentSide #content {
  float: left;
  margin-left: -245px;
  padding: 0 15px 15px 260px;
  width: 100%;
}
.hasContentSide .body > .content {
  background: #fff none repeat scroll 0 0;
  position: relative;
  z-index: 1;
}
#content-side .moduletable {
  margin-bottom: 15px;
}
body:not(.fooldal) .component-wrap {
  padding-bottom: 20px;
  padding-top: 20px;
}



/* Headingek */
.page-header {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.page-header h1, .page-header h2, .page-header h3 {
  margin: 0;
}
.moduletable-inner > h3, .page-header h1, body.view-contact #content h3, div.jshop h1, legend, .accordion-heading {
  font-size: 150%;
  font-weight: normal;
  margin: 0;
  padding-bottom: 15px;
}



/* MODULOK */
#content .moduletable {
  padding-bottom: 40px;
  position: relative;
}
#content .moduletable h3 {
  font-family: "exo_2.0bold";
  font-size: 300%;
  font-weight: normal;
  margin-bottom: 50px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
#content .moduletable.blue-bg {
	background: url(../images/pattern-1.jpg);
	color: #fff;
}
#content .moduletable.gray-bg {
	background: url(../images/pattern-2.jpg);
	color: #fff;
}
#content .moduletable.light-bg {
	background: url(../images/pattern-3.jpg);
}
#content .moduletable.light-header h3 {
  background: #fff;
	color: #345364;
	position: relative;
}
#content .moduletable.blue-header h3 {
  background: #0c3348;
	color: #fff;
	position: relative;
}
#content .moduletable h3::after {
  bottom: -39px;
  content: "";
  display: block;
  height: 39px;
  position: absolute;
  width: 100%;
	z-index: 9;
}
#content .moduletable.blue-header h3::after {
  background: rgba(0, 0, 0, 0) url("../images/blue-header-item.png") repeat scroll center top;
}
#content .moduletable.light-header h3::after {
  background: rgba(0, 0, 0, 0) url("../images/light-header-item.png") repeat scroll center top;
}



/* Bejelentkezés modul */
#login-form {
  text-align: center;
}
#login-form .control-group {
  padding-bottom: 15px;
}
#login-form .controls {
  width: 100%;
}
#login-form .input-prepend {
}
#login-form .input-prepend > * {
  min-width: 180px;
  width: 75%;
}
#form-login-remember > * {
  display: inline-block;
  float: none;
  margin: 0 3px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
#login-form .input-prepend .add-on {
  padding-bottom: 3px;
  display: inline-block;
}
#login-form ul {
  font-size: 85%;
  font-style: italic;
}
#login-form .logout-button {
  padding-top: 20px;
}





header {
  background: #0c3348 none repeat scroll 0 0;
  color: #fff;
  padding: 8px 0;
  position: relative;
  z-index: 11;
}
header a {
  color: #fff;
}
.header-a-wrap .moduletable.logo {
  display: none;
}
.logo-wrap {
  float: left;
  width: 230px;
}
.logo-wrap p {
	margin: 0;
}

.moduletable.logo a {
  display: block;
  padding-top: 32%;
  position: relative;
  width: 100%;
}
.moduletable.logo img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-a-b-wrap {
  
}
.header-a-wrap {
  line-height: 100%;
  text-align: right;
}
.header-b-wrap {
  text-align: right;
}


@media all and (min-width:1000px){
  /* Resp menu */
  .resp_menu-wrap {
    display: none !important;
  }
	
	body.fixedMenu {
		padding-top: 50px;
	}
	body.fixedMenu .navigation-wrap {
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		left: 0;
		position: fixed;
		top: 0;
		z-index: 999;
	}
	body.fixedMenu .logo-wrap {
		width: 160px;
	}
	body.fixedMenu .moduletable.fomenu {
		line-height: 50px;
	}
}
/* Főmenü ============================================================================================================================= */
.resp_menu_button-wrap {
  display: none;
}
.navigation-wrap {
  background: #fff none repeat scroll 0 0;
  display: table;
  padding: 6px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.moduletable.fomenu {
  float: left;
  line-height: 74px;
  margin-left: -230px;
  padding-left: 265px;
  text-align: left;
  width: 100%;
}
.moduletable.fomenu ul {
  list-style: none;
}
.moduletable.fomenu ul.menu li {
  display: inline-block;
  padding: 0 3px;
  position: relative;
}
.moduletable.fomenu ul.menu > li > a, .moduletable.fomenu ul.menu > li > span {
  border-radius: 5px;
  color: #345364;
  display: block;
  font-size: 90%;
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
}
.moduletable.fomenu ul.menu > li > a i, .moduletable.fomenu ul.menu > li > span i {
  color: #b2afaf;
  display: inline-block;
  font-size: 18px;
  margin-right: 2px;
  margin-top: -4px;
  vertical-align: middle;
}
.moduletable.fomenu ul.menu li:hover > a, .moduletable.fomenu ul.menu li > a:focus, .moduletable.fomenu ul.menu li.active > a, .moduletable.fomenu ul li:hover > span {
  background: #345364 none repeat scroll 0 0;
  color: #fff;
}
.moduletable.fomenu ul.menu li:hover > a i, .moduletable.fomenu ul.menu li > a:focus i, .moduletable.fomenu ul.menu li.active > a i, .moduletable.fomenu ul li:hover > span i {
  color: #fff;
}
.moduletable.fomenu ul.menu # li:not(:nth-last-of-type(1)) > a, .moduletable.fomenu ul.menu > li:not(:nth-last-of-type(1)) > span {
  border-right: 1px solid #eeeeee;
}
.moduletable.fomenu ul.menu > li.deeper > ul, .moduletable.fomenu ul.menu > li.deeper > ul > li > ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 250px;
  position: absolute;
  text-align: left;
}
.moduletable.fomenu ul.menu > li.deeper:hover > ul {
  display: block;
}
.moduletable.fomenu ul.menu > li.deeper > ul > li > ul {
  display: none;
}
.moduletable.fomenu ul.menu > li.deeper > ul > li.deeper:hover > ul {
  display: block;
  left: 250px;
  top: 0;
}
.moduletable.fomenu ul.menu > li.deeper > ul li {
  width: 100%;
}
.moduletable.fomenu ul.menu > li.deeper > ul li a, .moduletable.fomenu ul.menu > li.deeper > ul li span {
  display: block;
  padding: 12px;
  color: #444;
}
.moduletable.fomenu ul.menu > li.deeper > ul li a:hover {
  text-decoration: none;
}
.moduletable.fomenu ul.menu > li.deeper > ul li:not(:nth-last-of-type(1)) a, .moduletable.fomenu ul.menu > li.deeper > ul li:not(:nth-last-of-type(1)) span {
  border-bottom: 1px solid #eeeeee;
}




/* Elérhetőségek modul ============================================================================================================= */
.moduletable.elerhetosegek ul {
  list-style: outside none none;
  margin: 0;
}
.moduletable.elerhetosegek ul li.mail {
  border-left: 1px solid #3d5c6d;
  border-right: 1px solid #3d5c6d;
}
.moduletable.elerhetosegek ul li {
  display: inline-block;
  font-size: 85%;
  padding: 0 20px;
  vertical-align: middle;
}
.moduletable.elerhetosegek ul li:nth-of-type(1) {
  padding-left: 0;
}
.moduletable.elerhetosegek ul li:nth-last-of-type(1) {
  padding-right: 0;
}
.moduletable.elerhetosegek ul li .icon {
  display: none;
}




/* Kereső ============================================================================================================================ */
.moduletable.kereso {
  display: inline-block;
}
.moduletable.kereso input {
  float: left;
  height: 30px;
  padding: 0 5px;
}
.moduletable.kereso button {
  background: #b8d900 none repeat scroll 0 0;
  border: 1px solid #000;
  float: left;
  height: 30px;
  margin: 0 0 0 -1px;
  padding: 0;
  width: 30px;
  border-radius: 0;
  color: #000;
}
.moduletable.kereso button:hover {
  background: #000;
  color: #fff;
}



/* Keresési eredmény oldal */
.search #searchForm .btn-toolbar {
  display: inline-block;
  float: left;
}
.search #searchForm .searchintro {
  display: inline-block;
  float: right;
  padding-top: 4px;
}
.search #searchForm .searchintro * {
  margin: 0;
}
.search #searchForm .btn-toolbar input {
  height: 30px;
}
.search #searchForm .btn-toolbar button {
  border-radius: 0;
  height: 30px;
  position: relative;
  top: 0;
}
.search fieldset {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  float: left;
  line-height: 2em;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
.search fieldset legend {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 145%;
  height: 40px;
  letter-spacing: 2px;
  line-height: 38px;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  text-indent: 15px;
  width: calc(100% + 20px);
}
.search .form-limit {
  clear: both;
  text-align: right;
}
.search .search-results {
  width: 100%;
}
.search fieldset label {
  display: inline-block;
  line-height: 100%;
  margin: 0;
  min-width: 25%;
  padding: 10px;
  vertical-align: middle;
}
.search fieldset label input {
  display: inline-block;
  margin: 0 5px 0 0 !important;
  position: static !important;
}
.search .result-title {
  border-top: 1px dashed #4b4236;
  font-weight: bold;
  line-height: 25px;
  margin-top: 15px;
  padding-top: 10px;
}
.search fieldset.only input {
  margin-right: 5px;
}
.search fieldset.only label {
  margin-right: 40px;
}
.search span.highlight {
  background-color: #df5468;
  color: #fff;
}
.searchintro strong {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.search button {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.searchintrokereses {
  text-align: center;
}
.search fieldset.phrases {
  margin-top: 13px;
}
.search-resultskereses {
  margin-bottom: 15px;
}
.counter {
  display: none;
}



/* Útkövetés */
.moduletable.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-style: italic;
  margin: 0;
  padding: 15px 10px;
}
ul.breadcrumb {
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: none;
}

.breadcrumb a, .breadcrumb span, .breadcrumb > .active {
  
}
.breadcrumb > li + li::before {
  display: none;
}
.breadcrumb .separator {
  padding: 0 5px;
}



/* címke felhő */
.moduletable.tag_cloud {
  padding: 0 10px;
}
.moduletable.tag_cloud ul {
  list-style: none;
}
.moduletable.tag_cloud ul li {
  display: inline-block;
  margin: 3px 1px;
  vertical-align: middle;
}
.moduletable.tag_cloud ul li a {
  background: #eceff2 none repeat scroll 0 0;
  border: 1px solid #d8d0d0;
  border-radius: 7px;
  color: #7d7a7a;
  display: inline-block;
  font-style: italic;
  font-size: 80%;
  line-height: 24px;
  padding: 0 10px;
}
.moduletable.tag_cloud ul li a:hover {
  background: #d8d0d0 none repeat scroll 0 0;
  text-decoration: none;
}




/* Képváltó =========================================================================================================================== */
.carousel-control-wrap {
  /*bottom: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 10;*/
}
.carousel-control {
  color: inherit;
  font-size: 100%;
  opacity: 0.3;
  text-shadow: 0 0 0 transparent;
  z-index: 10;
}
.carousel-control span {
  background: #fff none repeat scroll 0 0;
  color: #000;
  font-size: 45px;
  height: 40px;
  left: 0;
  line-height: 33px;
  margin: -20px auto 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 40px;
}
.carousel-inner > .item {
  background-position: center center;
  background-size: auto auto;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 50% !important;
  font-size: 0;
  height: 14px !important;
  margin: 2px !important;
  position: relative;
  width: 14px !important;
}
.carousel-indicators li:hover span, .carousel-indicators li.active span {
  background: red none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  display: block;
  height: 50%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.carousel-caption {
  bottom: 0;
  height: 100%;
  padding: 0;
  left: 0 !important;
  right: 0 !important;
}
.carousel-caption .caption-wrap {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: -85%;
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  width: 300px;
}
.carousel .item.animate .carousel-caption .caption-wrap {
  opacity: 1;
  left: 0;
  transition: left 0.5s;
}
.carousel .item.animate .carousel-caption .caption-wrap h3 {
  margin: 0;
  padding: 10px 0;
}
.carousel .item.animate .carousel-caption .caption-wrap p {
  margin: 0;
}





/* gyorskapcsolat */
.gyorskapcsolat-wrap .left-side, .gyorskapcsolat-wrap .right-side {
  float: left;
}
.gyorskapcsolat-wrap .left-side {
  width: 50%;
}
.gyorskapcsolat-wrap .right-side {
  padding-left: 20px;
  width: 50%;
}
.gyorskapcsolat-wrap input:not(.btn) {
	height: 40px;
}
.gyorskapcsolat-wrap input:not(.btn), .gyorskapcsolat-wrap textarea {
  width: 100%;
  background: #464747 none repeat scroll 0 0;
  border: 0 none;
	border-bottom: 2px solid #767777;
	color: #fff;
}
.gyorskapcsolat-wrap .left-side .sor {
  padding-bottom: 12px;
}
.gyorskapcsolat-wrap .right-side textarea {
  height: 174px;
}
.gyorskapcsolat-wrap .ujkep {
  color: #959393;
  font-size: 110% !important;
  font-style: italic;
  text-decoration: underline;
}
.gyorskapcsolat-wrap .ujkep:hover {
  text-decoration: none;
}
.gyorskapcsolat-wrap .right-side .sor.button-wrapper {
  padding-top: 10px;
  text-align: right;
}

#content-side .gyorskapcsolat-wrap .left-side, #content-side .gyorskapcsolat-wrap .right-side {
  width: 100%;
  padding: 0;
}

.moduletable.gyorskapcsolat ul {
  font-family: "exo_2.0bold";
  font-size: 125%;
  list-style: outside none none;
  margin-bottom: 30px;
  text-align: center;
  color: #b0b0b0;
}
.moduletable.gyorskapcsolat ul li {
  display: inline-block;
  padding: 0 50px;
}
.moduletable.gyorskapcsolat ul li .icon {
  background: #464747 none repeat scroll 0 0;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
  line-height: 30px;
  font-size: 85%;
}
.moduletable.gyorskapcsolat ul li a {
	color: #b0b0b0;
}


/* Kapcsolati oldal */
body.view-contact .page-header {
  display: none;
}
body.view-contact .contact-form legend {
  display: none;
}
#contact-form .control-label {
  display: none;
}
#contact-form .left-side {
  width: 40%;
  float: left;
}
#contact-form .right-side {
  width: 60%;
  padding-left: 15px;
  float: left;
}
#contact-form .control-group > * {
  width: 100%;
}
#contact-form input, #contact-form textarea {
  width: 100%;
}
#contact-form textarea {
  height: 168px;
}
#contact-form .control-group {
  margin-bottom: 15px;
}
#contact-form .btn-wrap {
  text-align: right;
}
.contact-address > div {
  display: inline-block;
  line-height: 116%;
  margin: 0;
  padding: 10px 10px 10px 50px;
  position: relative;
  vertical-align: middle;
  width: calc(50% - 3px);
}
.contact-address div h4 {
  color: #000;
  display: inline-block;
  font-size: 18px;
  height: 25px;
  left: 12px;
  line-height: 25px;
  margin: -11px 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 25px;
}
.contact-address div h4 i {
  color: #000;
}
.moduletable.google_map {
  padding: 0 !important;
}
.bt-googlemaps {
  height: 420px !important;
}
.contact-miscinfo-wrap {
  padding-top: 10px;
}
.contact-miscinfo dl dt {
  display: none;
}
.contact-miscinfo dl dd {
  margin-left: 0;
}



/* Galéria modul ============================================================================================================================= */
.moduletable.galeria_modul {
	padding: 0 !important;
}
.moduletable.galeria_modul h3 {
	margin: 0 !important;
}
.moduletable.galeria_modul .popup-gallery {
  font-size: 0;
  line-height: 100%;
  text-align: center;
}
.moduletable.galeria_modul .popup-gallery a {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  padding-top: 16%;
  position: relative;
  vertical-align: middle;
  width: 16.66%;
}
.moduletable.galeria_modul .popup-gallery a img {
  display: none;
}
.moduletable.galeria_modul .popup-gallery a .zoom {
	display: none;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.moduletable.galeria_modul .popup-gallery a:hover .zoom {
	display: block;
}
.moduletable.galeria_modul .popup-gallery a .zoom .content {
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  height: 121px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.moduletable.galeria_modul .popup-gallery a .zoom .icon {
  font-size: 80px;
}
.moduletable.galeria_modul .popup-gallery a .zoom span {
  display: block;
  line-height: 100%;
  padding-top: 15px;
  display: none;
}

.moduletable.galeria_modul .more_button {
  text-align: center;
  padding-top: 20px;
}




.moduletable.galeria_modul.projektek {
  padding-bottom: 0 !important;
  background: #fff none repeat scroll 0 0 !important;
}
.moduletable.galeria_modul.projektek h3 {
  margin-bottom: 50px !important;
}
.moduletable.galeria_modul.projektek .popup-gallery a {
  padding-top: 21%;
  width: 30%;
}



.moduletable.bemutatkozas .article_anywhere {
  font-size: 115%;
}




/* Footer ============================================================================================================================= */
footer {
  position: relative;
}
.footer-top {
  background: #d1d1d1 none repeat scroll 0 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.footer-bottom {
  background: #0c3348 none repeat scroll 0 0;
  color: #fff;
  font-size: 90%;
  letter-spacing: 2px;
  padding: 24px 0;
  text-align: center;
}
.footer-bottom .moduletable p {
	margin: 0;
}



.moduletable.minden_jog {
  float: left;
}
.moduletable.keszitette {
  float: right;
}
.moduletable.keszitette a {
  color: #fff;
}





/* Captcha ============================================================================================================================== */
.osolCaptchaBlock {
  clear: both;
  position: relative;
  width: 100%;
}
.osolCaptchaBlock > .ujkep {
  display: none !important;
}
.osolCaptchaBlock .ellenorzokod {
  text-align: left;
  width: 100%;
}
.osolCaptchaBlock .captcha_kep {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.osolCaptchaBlock .captcha_kep > img {
  max-width: 100%;
}
.osolCaptchaBlock .captcha_kep .ujkep {
  display: none !important;
}
.osolCaptchaBlock .bevitel {
  display: inline-block;
  padding-left: 27px;
  vertical-align: middle;
  width: 50%;
}
.osolCaptchaBlock .bevitel input {
  width: 100%;
}
.osolCaptchaBlock .bevitel .ujkep {
  display: block;
  font-size: 70%;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.osolCaptchaBlock > label {
  display: none !important;
}



/* Google térkép */
.moduletable.google_map .moduletable-inner {
  width: 100% !important;
}
.moduletable.google_map .gm-style-cc {
  display: none;
}



/* kategória modul (cikk lista) */
.category-module {
  list-style: none;
}
.category-module .items-row {
  padding-left: 0;
  padding-right: 0;
}
.category-module + .all_button {
  text-align: center;
}


/* Cikk lista */
.items-row {
  padding: 20px;
  display: table;
  width: 100%;
}
.items-row:not(:nth-last-of-type(1)) .item {
  border-bottom: 1px solid #d6d7d8;
  display: table;
  padding-bottom: 20px;
  width: 100%;
  margin-bottom: -20px;
}
.items-row .left-side {
  float: right;
  width: 50%;
}
.items-row .right-side {
  float: left;
  width: 50%;
}
.items-row:not(.hasIntroImg) .left-side {
  display: none;
}
.items-row:not(.hasIntroImg) .right-side {
  width: 100%;
}
.items-row .item-image {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 none;
  height: 420px;
}
.items-row .item-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.items-row .item-image a img {
  width: 100%;
  display: none;
}
.items-row .introtext {
  height: 49px;
  line-height: 100%;
  margin-bottom: 14px;
  overflow: hidden;
  padding-right: 20px;
}
.items-row .item-header {
  position: relative;
  border: 0 none;
  border-bottom: 1px solid #d7d9da;
  font-style: italic;
  margin: 0 0 15px;
  padding: 0 0 10px;
  height: 80px;
  overflow: hidden;
  display: table;
  width: 100%;
}
.items-row .item-header h2 {
  display: table-cell;
  font-size: 130%;
  line-height: 110%;
  margin: 0;
  vertical-align: middle;
  padding-right: 20px;
}
.items-row .item-header h2 a {
  color: #5a5959;
}
.items-row .article-info-term {
  display: none;
}
.items-row .article-info {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.items-row .article-info dd {
  display: inline-block;
  padding: 0 5px;
}
.items-row .readmore-wrap {
  background: #eceff2 none repeat scroll 0 0;
  border-top: 1px solid #d7d9da;
  color: #979797;
  font-size: 90%;
  line-height: 46px;
  padding: 0 10px;
}
.items-row .readmore {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  float: right;
}




/* teljes cikk */
.articleBody {
  padding: 0px;
}
.articleBody + .pagenav {
  display: none;
}
.item-page .article-info {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #d6d7d8;
  margin: 0;
}
.item-page .article-info .article-info-term {
  display: none;
}
.item-page .article-info dd {
  display: inline-block;
  padding: 10px 20px;
  font-size: 90%;
}
.item-page .article-info dd:not(:nth-last-of-type(1)) {
  border-right: 1px solid #d6d7d8;
}
.item-page .article-info dd span {
  margin-right: 5px;
}
.item-page .page-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  padding: 20px 0;
}
.item-page .page-header h2 {
  position: relative;
}
.item-page .item-image {
  padding: 20px;
}
.item-page .item-image img {
  max-width: 100%;
  width: 100%;
}
.articleBody ul:not(.sige), .article_anywhere ul:not(.sige) {
  padding-left: 30px;
  margin: -5px;
}



.fastsocialshare_container > div {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
.fastsocialshare-share-fbl, .fastsocialshare-share-fbsh {
  margin-top: -8px;
}



.vsig1_0 {
  width: 100% !important;
  text-align: center;
}
.vsig_top1_0 {
  max-height: 350px;
  width: 100% !important;
}
.vsig_top1_0 img {
  max-height: 350px;
  max-width: 100%;
}
.vsig .thumbs-wrap .vsig_cont {
  display: inline-block;
  margin: 0 7px !important;
  vertical-align: middle;
}
.vsig_ctrls {
  padding-top: 10px;
  text-align: center !important;
  width: 100% !important;
  height: auto !important;
}

.vsig_ctrls .btn {
	width: 120px;
}


/* Lapozó */
.pagination {
  width: 100%;
}
.pagination .counter {
  display: none;
}
.pagination ul {
  display: block;
  list-style: outside none none;
  width: 100%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
}
.pagination ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #d8d8d8;
  color: #5e5e5e;
  display: block;
  font-size: 80%;
  height: 33px;
  line-height: 33px;
  min-width: 33px;
}
.pagination ul li a:hover, .pagination ul li.active a {
  background-color: #b8d900;
  border-color: #b8d900;
  color: #000;
  text-decoration: none;
}



/* Regisztráció, belépés, elfelejtett jelszó/felhasználónév */
.registration legend {
  display: none;
}
.registration .control-group {
  display: table;
  padding: 10px 0;
  width: 100%;
}
.registration .control-label {
  text-align: left !important;
}
.registration fieldset + .control-group .controls {
  width: 100%;
}
.registration .control-group:not(:nth-of-type(1)) .controls input {
  width: 100%;
}
.registration .control-group .controls {
  text-align: center;
}
.registration .control-group .osolCaptchaBlock {
  margin: 0 auto 30px;
  width: 300px;
}
.registration .control-group .btn {
  margin: 10px;
}
.registration .banner-wrap {
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: center;
}
.registration .banner-wrap img {
  border: 1px solid #edecec;
  max-width: 608px;
  width: 90%;
}
.login .control-group-wrap {
  margin: 0 auto;
  padding-top: 50px;
  width: 85%;
}
.login .control-group {
  display: table;
  padding: 10px 0;
  width: 100%;
}
.login .control-label {
  text-align: left !important;
}
.login .control-group .control-label {
  float: left;
  width: 40%;
}
.login .control-group .controls {
  float: left;
  width: 60%;
}
.login .control-group .controls input {
  width: 100%;
}
.login .control-group.remember_me {
  padding-left: 40%;
}
.login .control-group.remember_me > * {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: middle;
  width: auto;
}
.login .control-group.remember_me input {
  margin-left: 6px;
  position: relative;
  top: 3px;
}
.login .control-group.button-group {
  padding-left: 40%;
}
.control-group.button-group .controls {
  display: inline-block;
  float: none;
}
.login + div .nav {
  padding-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  border: 0;
}
.login + div .nav li {
  display: inline-block;
}
.login + div .nav li a {
  border: 0;
  border-radius: 0;
}
.remind .control-group-wrap, .reset .control-group-wrap {
  margin: 0 auto;
  padding-top: 20px;
  width: 85%;
}
.remind .control-group, .reset .control-group {
  display: table;
  padding: 10px 0;
  width: 100%;
}
.remind .control-label, .reset .control-label {
  text-align: left !important;
}
.remind .control-group .control-label, .reset .control-group .control-label {
  float: left;
  width: 40%;
}
.remind .control-group .controls, .reset .control-group .controls {
  float: left;
  width: 60%;
}
.remind .control-group .controls input, .reset .control-group .controls input {
  width: 100%;
}
.remind .control-group .osolCaptchaBlock, .reset .control-group .osolCaptchaBlock {
  margin: 0 auto 30px;
  width: 300px;
}
.remind fieldset + .control-group, .remind fieldset + .control-group .controls, .reset fieldset + .control-group, .reset fieldset + .control-group .controls {
  text-align: center;
  width: 100%;
}

.profile fieldset {
  width: 100%;
}
.profile fieldset legend {
  border-bottom: 1px solid #d6d6d6;
}
.profile .btn-toolbar {
  clear: both;
  padding-top: 15px;
  text-align: center;
}
.profile .btn-toolbar li {
  display: inline-block;
  float: none !important;
  margin: 5px;
}
.user-profile dt {
  float: left;
  padding-right: 5px;
  width: 50%;
  text-align: right;
}
.user-profile dd {
  float: left;
  padding-left: 5px;
  width: 50%;
  margin: 0;
}
.user-profile fieldset + .control-group .controls {
  padding-top: 20px;
  text-align: center;
  width: 100%;
}



#system-message-wrap {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
#system-message::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#system-message {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  font-size: 0;
}
#system-message .alert-wrap {
	display: inline-block;
	font-size: 16px;
	max-width: 600px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 1045;
	margin: 0 -2px;
}
#system-message .alert-wrap .alert {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  text-align: left;
	margin-bottom: 0;
}

/* Mobil váltás =========================================================================================================================================== */
#mobilValtas-wrapper {
  display: none;
  float: left;
  width: 100%;
  clear: both;
}
#view_btn {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 8;
}

/* Lap tetejére =========================================================================================================================================== */
#toTop {
  background: url('../images/lap-tetejere.png') no-repeat scroll left top;
  bottom: 0px;
  color: transparent;
  cursor: pointer;
  display: none;
  float: right;
  height: 63px;
  margin: 0px 5px 10px 0px;
  position: fixed;
  right: 5px;
  width: 63px;
  text-indent: -999em;
  z-index: 1000;
}
#toTop:hover {
  background: url('../images/lap-tetejere_hov.png') no-repeat scroll 0px 0px transparent;
}





/* SIGE Gallery */
.sige {
  clear: both;
  display: table;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.sige_single {
  text-align: center !important;
  list-style-type: none !important;
}
.sige .sige_clr {
  clear: both;
}
.sige_thumb {
  display: inline-block;
}
.sige_thumb img {
  border: 4px solid #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  display: inline-block;
  position: relative;
  width: 100%;
}
.sige_caption {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  font-weight: bold;
  clear: both;
}
.sige_small {
  color: #666666;
  font-size: 92%;
  text-align: center;
}
.sige li {
  display: inline-block;
  float: none !important;
  height: auto !important;
  max-width: 300px;
  padding: 5px !important;
  text-align: center;
  vertical-align: top;
  width: 100% !important;
}




.articleBody .img-wrapper, .article_anywhere .img-wrapper {
  display: inline-block;
}
.articleBody .img-wrapper img, .article_anywhere .img-wrapper img {
  height: auto !important;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}






.control-group {
  display: table;
  width: 100%;
}
.control-group > .control-label {
  float: left;
  margin-bottom: 0;
  padding-right: 20px;
  padding-top: 7px;
  text-align: right;
  width: 50%;
}
.control-group .controls {
  float: left;
  width: 50%;
}



.clearfix {
  clear: both;
}
.blog-featured {
  display: none;
}
ul.unstyled {
  list-style: outside none none;
}


/* Modal */
#sbox-window {
  padding: 0;
}
body.contentpane {
  display: block;
  overflow: auto;
  position: static;
}
body.contentpane fieldset.filter input, 
body.contentpane fieldset.filter .btn {
  display: inline-block;
  height: 30px !important;
  line-height: 30px;
  margin: 0;
}
body.contentpane label[for="filter_search"] {
  margin-bottom: 0;
  margin-right: 5px;
  padding-top: 3px;
}
body.contentpane .filters {
  padding-bottom: 20px;
  text-align: right;
}
body.contentpane .filters > div {
  margin: 0 2px;
}
body.contentpane .imgOutline {
  display: inline-block;
  vertical-align: top;
}
body.contentpane .imgOutline a {
  display: inline-block;
  min-height: 81px;
  min-width: 81px;
  text-align: center;
}
body.contentpane header {
  background: #266b92 none repeat scroll 0 0;
  color: #fff;
  font-size: 180%;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
body.contentpane header .title {
  display: none;
}




.admin_menu-wrap {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.admin_menu-wrap .admin_menu-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 0;
}
.admin_menu-wrap.active .admin_menu-inner {
  width: 200px;
}
.admin_menu-wrap .icon {
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  height: 43px;
  line-height: 43px;
  position: absolute;
  right: -40px;
  text-align: center;
  top: 0;
  width: 40px;
}
.admin_menu-wrap ul li a  {
  color: #000;
}






/* Frontendes admin felületek */
.com_config #content-side,
.layout-edit #content-side {
  display: none;
}
.com_config #content,
.layout-edit #content {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.com_config #content legend,
.layout-edit #content legend {
  margin-bottom: 20px;
}
.com_config #content legend + div, .com_config #content legend + div + hr,
.layout-edit #content legend + div, .layout-edit #content legend + div + hr {
  display: none;
}
.com_config #content input,
.layout-edit #content input {
  height: 34px;
  vertical-align: middle;
}
.com_config #content .btn, .chzn-container-single .chzn-single,
.layout-edit #content .btn, .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
}
.com_config #content textarea, .com_config #content input:not([type="radio"]):not([name="jform[publish_up]"]):not([name="jform[publish_down]"]), .com_config #content .chzn-container,
.layout-edit #content textarea, .layout-edit #content input:not([type="radio"]):not([name="jform[publish_up]"]):not([name="jform[publish_down]"]), .com_content #content .chzn-container {
  width: 100% !important;
}
.com_config #content .control-group,
.layout-edit #content .control-group {
  padding: 5px 0;
}
.com_config #content .form-horizontal .checkbox, .com_config #content .form-horizontal .radio,
.layout-edit #content .form-horizontal .checkbox, .layout-edit #content .form-horizontal .radio {
  padding-top: 0;
}
.com_config #content .btn-toolbar + fieldset,
.layout-edit #content .btn-toolbar + fieldset {
  padding-top: 50px;
}
.tab-content {
  padding-top: 20px;
}
#editor-xtd-buttons {
  padding-top: 10px;
  width: 100%;
}
#editor-xtd-buttons .modal-button {
  display: none;
}
body.layout-edit .chzn-container-single .chzn-single div {
  line-height: 10px;
  text-align: center;
  width: 48px !important;
}
#jform_images_image_intro + .btn + .btn, #jform_images_image_fulltext + .btn + .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 7px;
  margin-top: 0;
}
.wf-media-input {
  margin-bottom: 10px;
}
#jform_images_image_intro + .btn + .btn span:before,
#jform_images_image_fulltext + .btn + .btn span:before {
  content: "\e904";
	font-family: icomoon;
}
#jform_publish_up_img, #jform_publish_down_img {
  margin-left: 10px;
  margin-top: -1px;
}
.article_anywhere ul.actions {
  list-style: outside none none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
li.edit-icon a span {
  margin-right: 5px;
}
body.view-form main#content > div:not(.component-wrap) {
	display: none;
}
.mceContentBody {
  background: #fff none repeat scroll 0 0 !important;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* Sütik használata infó */
#ca_banner {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  bottom: -30%;
  box-shadow: 0 0 40px #444;
  left: 0;
  padding: 20px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 16777270;
	transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
}
#ca_banner.show {
	bottom: 0;
	transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
}
#ca_banner p {
  color: #fff;
  line-height: 200%;
  margin: 0;
}
#ca_banner p button {
  margin-left: 15px;
}
#ca_banner p .modal {
  position: static;
  display: inline;
  color: #fff;
  text-decoration: underline;
}
#ca_banner p .modal:hover {
  text-decoration: none;
}




body > iframe {
  border: 0 none;
  display: block;
  font-size: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}



.mfp-wrap {
	overflow: auto;
}

.mfp-container {
  padding: 0 10px;
}
.mfp-wrap.ajax .mfp-content {
  background: #fff none repeat scroll 0 0;
  margin: 10px 0;
  max-width: 700px;
}
.mfp-wrap.ajax .mfp-content header {
  background: #789e00 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.mfp-wrap.ajax .mfp-content .item-page {
  padding: 20px;
}
.mfp-wrap.ajax .mfp-content .item-page .article-info {
  display: none;
}
.mfp-wrap.ajax .mfp-content .page-header {
  background: #b8d900 none repeat scroll 0 0 !important;
  margin: -20px;
  padding: 20px;
  margin-bottom: 20px;
}



.moduletable.accordion ul li {
}
.moduletable.accordion ul li a, .moduletable.accordion ul li span {
  display: block;
  line-height: 115%;
  padding: 8px 10px;
  width: 100%;
}
.moduletable.accordion ul li:not(:nth-of-type(1)) a, .moduletable.accordion ul li:not(:nth-of-type(1)) span {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}
.moduletable.accordion ul li a:hover, .moduletable.accordion ul li span:hover {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.moduletable.accordion ul li.parent:not(.active) > ul {
	display: none;
}
.moduletable.accordion ul li.parent.active > ul > li a, .moduletable.accordion ul li.parent.active > ul > li > span {
  padding-left: 35px;
  font-style: italic;
  font-size: 90%;
}
.moduletable.accordion ul li.parent > span::after {
	content: "\e614";
  font-family: icomoon;
  vertical-align: middle;
  margin-left: 5px;
}
.moduletable.accordion ul li.parent.active > span::after {
	content: "\e617";
}




.ng-invalid.ng-touched,
input[type="checkbox"].ng-invalid.ng-touched + label,
input[type="radio"].ng-invalid.ng-touched + label{
	background: #FFCECE;
}
input[type="radio"].ng-invalid.ng-touched + span,
input[type="checkbox"].ng-invalid.ng-touched + span,
input[type="radio"].ng-invalid.ng-touched + span a,
input[type="checkbox"].ng-invalid.ng-touched + span a {
	color: red;
	text-decoration: underline;
}



body.sajnaljuk .page-header {
  text-align: center;
}
body.sajnaljuk .articleBody {
	text-align: center;
}




.moduletable.szolgaltatasaink ul {
  list-style: outside none none;
  text-align: center;
}
.moduletable.szolgaltatasaink ul li {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  width: 33.333%;
  margin: 0 -2px;
}
.moduletable.szolgaltatasaink ul li .image-wrap {
  width: 200px;
  display: inline-block;
}
.moduletable.szolgaltatasaink ul li .title {
  color: #fff;
  display: block;
  width: 100%;
  font-family: 'exo_2.0medium';
  font-size: 150%;
  margin-top: 20px;
}



.moduletable.jarmu-gyartas {
	display: table;
	width: 100%;
}
.moduletable.jarmu-gyartas .left-side {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
}
.moduletable.jarmu-gyartas .right-side {
  display: inline-block;
  margin-left: -404px;
  padding-left: 400px;
  vertical-align: middle;
  width: 100%;
}
.moduletable.jarmu-gyartas .right-side ul {
  list-style: none;
}
.moduletable.jarmu-gyartas .right-side ul li::before {
  content: "\e90e";
  font-family: icomoon;
  font-size: 26px;
  left: 0;
  position: absolute;
  top: 16px;
}
.moduletable.jarmu-gyartas .right-side ul li {
  font-family: "exo_2.0semi_bold_italic";
  font-size: 115%;
  line-height: 110%;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-top: 15px;
  position: relative;
}



.moduletable.femszerkezetek {
	display: table;
	width: 100%;
}
.moduletable.femszerkezetek .left-side {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
}
.moduletable.femszerkezetek .right-side {
  display: inline-block;
  margin-left: -404px;
  padding-left: 400px;
  vertical-align: middle;
  width: 100%;
}
.moduletable.femszerkezetek .right-side ul {
  list-style: none;
}
.moduletable.femszerkezetek .right-side ul li::before {
  content: "\e90e";
  font-family: icomoon;
  font-size: 26px;
  left: 0;
  position: absolute;
  top: 16px;
	color: #0C3348;
}
.moduletable.femszerkezetek .right-side ul li {
  font-size: 115%;
  line-height: 110%;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-top: 15px;
  position: relative;
}


.moduletable.garancialis {
	display: table;
	width: 100%;
}
.moduletable.garancialis .left-side {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
}
.moduletable.garancialis .right-side {
  display: inline-block;
  margin-left: -404px;
  padding-left: 400px;
  vertical-align: middle;
  width: 100%;
}
.moduletable.garancialis .right-side ul {
  list-style: none;
}
.moduletable.garancialis .right-side ul li::before {
  content: "\e90e";
  font-family: icomoon;
  font-size: 26px;
  left: 0;
  position: absolute;
  top: 16px;
	color: #fff;
}
.moduletable.garancialis .right-side ul li {
  font-size: 115%;
  line-height: 110%;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-top: 15px;
  position: relative;
}




.moduletable.parallax {
  padding: 0 !important;
}
.moduletable.parallax .parallax-img {
  background: transparent none repeat scroll 0 0;
  min-height: 560px;
  margin: -80px 0;
}






/* Tiny Carousel */
#slider1 {
  height: 1%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 50px;
  position: relative;
}
#slider1 .viewport {
	height: 400px;
	overflow: hidden;
	position: relative;
}
#slider1 .buttons {
  color: #fff;
  display: block;
  font-size: 50px;
  height: 50px;
  left: 0;
  line-height: 100%;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 32px;
  margin-top: -25px;
}
#slider1 .next {
	right: 0;
	left: auto;
	top: 50%;
}
#slider1 .buttons:hover {
  opacity: 0.5;
}
#slider1 .disable {
	visibility: hidden;
}
#slider1 .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 240px;
	left: 0;
	top: 0;
}
#slider1 .overview li {
  float: left;
  height: 400px;
  margin: 0 83px 0 0;
  padding: 1px;
  width: 222px;
}
#slider1 .overview li .item .title {
  background: #dedede none repeat scroll 0 0;
  color: #345364;
  font-family: "exo_2.0extra_bold";
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
#slider1 .overview li .item .title span {
  display: inline-block;
  line-height: 115%;
  vertical-align: middle;
}


.moduletable.projects {
  background: #fff none repeat scroll 0 0 !important;
  padding: 0 !important;
}
.moduletable.projects ul {
  margin: -44px 0 0;
  text-align: center;
}
.moduletable.projects .items-row {
  display: inline-block;
  margin: 0 -2px;
  vertical-align: middle;
  width: 33.33%;
  padding: 0;
}
.moduletable.projects .items-row .right-side {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  bottom: -200px;
  color: #fff;
  left: 0;
  padding: 20px 60px;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.moduletable.projects .items-row .right-side {
  bottom: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.moduletable.projects .items-row .item-header, .moduletable.projects .items-row .item-header h2 {
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
  border: 0;
}
.moduletable.projects  .items-row .readmore-wrap {
	display: none;
}
.moduletable.projects .items-row .left-side {
  width: 100%;
  float: none;
}
.moduletable.projects .items-row .item {
  border: 0 none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: block;
}

.moduletable.nyelvvalto {
  float: left;
}
.moduletable.nyelvvalto ul {
  list-style: none;
	margin: 0;
	padding: 0;
}
.moduletable.nyelvvalto ul li {
  display: inline-block;
  padding: 0 2px;
  vertical-align: middle;
}
.moduletable.nyelvvalto ul li a:hover {
	opacity: 0.5;
}
.moduletable.nyelvvalto ul li img {
  border: 1px solid #6a828f;
}




.lang-de-de .moduletable.fomenu {
  font-size: 15px;
}