* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:hover, a:active, a:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'playregular';
}
:-moz-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'playregular';
}
::-moz-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'playregular';
}
:-ms-input-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'playregular';
}

::-moz-selection {
  color: #fff;
  background: #15385F;
}
::selection {
  color: #fff;
  background: #15385F;
}


input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
  border: 1px solid #b0adad;
  color: #fff;
  font-family: playregular;
  font-size: 90%;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], select {
  height: 30px;
  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 #b0adad;
}
.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;
}
.chzn-container-single .chzn-single div b:before {
  /*content: "\e614";
  font-family: icomoon;*/
}
.chzn-container .chzn-results li.highlighted {
  background: #18385f none repeat scroll 0 0;
  color: #fff;
}
.chzn-container-active.chzn-with-drop .chzn-single {
}
.chzn-container-single .chzn-drop {
  border-top: 0;
  border-radius: 0;
}

.btn:not(.dropdown-toggle) {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b0adad;
  border-radius: 0;
  color: #777777;
  height: 26px;
  line-height: 24px;
  padding: 0 20px;
  text-transform: uppercase;
}
.btn:not(.dropdown-toggle):hover {
 background-color: #b0adad;
 border-color: #b0adad;
 color: #fff;
}
.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);
}
.btn.jmodedit:hover {
  color: #fff;
  background: #18385F;
  border-color: #fff;
}
span.icon-edit {
  padding-right: 10px;
  vertical-align: middle;
  display: inline-block;
}

a {
  color: #18385f;
}


body {
  background: #f2f2f2;
  font-family: playregular;
  font-size: 16px;
  padding-top: 68px;
  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 .content,
.site.hasContentSide .header-inner,
.site.hasContentSide .navigation .moduletable-inner,
.site.hasContentSide .footer-top-inner,
.site.hasContentSide .footer-bottom-inner {
  width: 960px;
  margin: 0 auto;
}
.site.wide:not(.hasContentSide) .header-inner, 
.site.wide:not(.hasContentSide) .footer-top-inner,
.site.wide:not(.hasContentSide) .footer-bottom-inner,
.site.wide:not(.hasContentSide) .component-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.content-wrap {
  clear: both;
}

#content-side {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  float: left;
  padding: 0 15px;
  position: relative;
  width: 300px;
  z-index: 1;
}
.hasContentSide #content {
  float: left;
  margin-left: -300px;
  padding-left: 315px;
  width: 100%;
  padding-right: 15px;
}
.hasContentSide .content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}



/* 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.kapcsolat #content h3 {
  font-family: playbold;
  font-size: 260%;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 25px;
}



/* MODULOK */
#content .moduletable {
  
}




/* Bejelentkezés modul */
#login-form {
  text-align: center;
}
#login-form .control-group {
  padding-bottom: 15px;
}
#login-form .input-prepend {
}
#login-form .input-prepend > * {
  min-width: 180px;
  width: 75%;
}
#login-form #form-login-remember input {
  margin-left: 5px;
  vertical-align: middle;
  margin-top: 0px;
}
#login-form .input-prepend .add-on {
  padding-bottom: 3px;
  display: inline-block;
}





header {
  background: #15385f url("../images/pattern_1.png") repeat scroll left top;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
header::after {
  background: #fff none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
header a {
  color: #fff;
}
.logo-wrap {
  float: left;
}
.logo-wrap img {

}
.header-a-wrap, .header-b-wrap {
  padding-left: 400px;
  text-align: right;
}
.header-a-wrap {
}



.moduletable.big_menu ul {
  list-style: none;
}
.moduletable.big_menu ul li {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 20%;
  background: #fff;
}
.moduletable.big_menu ul li a {
  height: 965px;
  display: block;
  width: 100%;
}
.moduletable.big_menu ul li a {
  background-position: center bottom;
  background-repeat: no-repeat;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.moduletable.big_menu ul li a:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.moduletable.big_menu ul li:nth-of-type(1) a {
  background-image: url(../images/menu-bg_01.jpg);
}
.moduletable.big_menu ul li:nth-of-type(2) a {
  background-image: url(../images/menu-bg_02.jpg);
}
.moduletable.big_menu ul li:nth-of-type(3) a {
  background-image: url(../images/menu-bg_03.jpg);
}
.moduletable.big_menu ul li:nth-of-type(4) a {
  background-image: url(../images/menu-bg_04.jpg);
}
.moduletable.big_menu ul li:nth-of-type(5) a {
  background-image: url(../images/menu-bg_05.jpg);
}

.moduletable.big_menu ul li a .wrap {
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  height: 70%;
  max-height: 570px;
  padding-top: 35%;
  position: relative;
  width: 100%;
}
.moduletable.big_menu ul li:nth-of-type(1) a .wrap {
  background-image: url(../images/menu_alakzat_01.png);
}
.moduletable.big_menu ul li:nth-of-type(2) a .wrap {
  background-image: url(../images/menu_alakzat_02.png);
}
.moduletable.big_menu ul li:nth-of-type(3) a .wrap {
  background-image: url(../images/menu_alakzat_03.png);
}
.moduletable.big_menu ul li:nth-of-type(4) a .wrap {
  background-image: url(../images/menu_alakzat_04.png);
}
.moduletable.big_menu ul li:nth-of-type(5) a .wrap {
  background-image: url(../images/menu_alakzat_05.png);
}

.moduletable.big_menu ul li a .wrap span {
  display: block;
  font-size: 140%;
  height: 78px;
  line-height: 120%;
  margin-bottom: 40px;
  padding: 0 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.moduletable.big_menu ul li:nth-of-type(1) a .wrap span {
  color: #454343;
}
.moduletable.big_menu ul li:nth-of-type(2) a .wrap span {
  color: #353434;
}
.moduletable.big_menu ul li:nth-of-type(3) a .wrap span {
  color: #ffffff;
}
.moduletable.big_menu ul li:nth-of-type(4) a .wrap span {
  color: #ffffff;
}
.moduletable.big_menu ul li:nth-of-type(5) a .wrap span {
  color: #ffffff;
}

.moduletable.big_menu ul li a .wrap i {
  display: block;
  font-size: 5em;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
}
.moduletable.big_menu ul li:hover a .wrap i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
}
.moduletable.big_menu ul li:nth-of-type(1) a .wrap i {
  color: #989797;
}
.moduletable.big_menu ul li:nth-of-type(2) a .wrap i {
  color: #9b9b9b;
}
.moduletable.big_menu ul li:nth-of-type(3) a .wrap i {
  color: #9abfdf;
}
.moduletable.big_menu ul li:nth-of-type(4) a .wrap i {
  color: #6a8099;
}
.moduletable.big_menu ul li:nth-of-type(5) a .wrap i {
  color: #88c6a1;
}

.moduletable.big_menu ul li a .tovabb::before {
  border: 1px solid #c8c7c7;
  border-radius: 50%;
  content: "";
  display: block;
  height: 105%;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 105%;
}
.moduletable.big_menu ul li a:hover .tovabb {
  bottom: -95px;
  transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
}
.moduletable.big_menu ul li a .tovabb {
  background: #c8c7c7 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: -180px;
  color: #2c2c2c;
  display: block;
  font-family: playbold;
  font-size: 100%;
  height: 170px;
  left: 0;
  margin: 0 auto;
  padding-top: 27px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: bottom 0.3s, background 0.3s;
  -webkit-transition: bottom 0.3s, background 0.3s;
  width: 170px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.6);
}
.moduletable.big_menu ul li:nth-of-type(1) a .tovabb {
  background: #F5F4F4;
}
.moduletable.big_menu ul li:nth-of-type(2) a .tovabb {
  background: #D0D0D0;
}
.moduletable.big_menu ul li:nth-of-type(3) a .tovabb {
  background: #4E8FC7;
  color: #fff;
}
.moduletable.big_menu ul li:nth-of-type(4) a .tovabb {
  background: #15385F;
  color: #fff;
}
.moduletable.big_menu ul li:nth-of-type(5) a .tovabb {
  background: #108D42;
  color: #fff;
}
.moduletable.big_menu ul li a .tovabb:hover {
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  background: #c8c7c7;
  color: #2c2c2c;
}
.moduletable.big_menu ul li a .tovabb .icon-angle-down {
  display: block;
  font-size: 150%;
  margin-top: -7px;
  width: 100%;
}


@media all and (min-width:640px){
  /* Resp menu */
  .resp_menu-wrap {
    display: none !important;
  }
}
/* Főmenü ============================================================================================================================= */
.resp_menu_button-wrap {
  display: none;
}
.navigation {
  background: #fff none repeat scroll 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.moduletable.fomenu ul {
  list-style: none;
}
.moduletable.fomenu ul.menu li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.moduletable.fomenu ul.menu li:not(:nth-last-of-type(1))::after {
  color: #fff;
  content: "/";
  margin-top: -11px;
  position: absolute;
  right: -5px;
  top: 50%;
}
.moduletable.fomenu ul.menu > li > a, .moduletable.fomenu ul.menu > li > span {
  color: #aec0d4;
  display: block;
  font-size: 110%;
  font-weight: bold;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
}
.moduletable.fomenu ul.menu > li > a::after, .moduletable.fomenu ul.menu > li > span::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 17px;
  position: absolute;
  width: 0;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
.moduletable.fomenu ul.menu > li.active > a::after, .moduletable.fomenu ul.menu > li.active > span::after,
.moduletable.fomenu ul.menu > li > a:hover::after, .moduletable.fomenu ul.menu > li > span:hover::after {
  width: calc(100% - 31px);
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
.moduletable.fomenu ul.menu > li.active:nth-last-of-type(1) > a::after, .moduletable.fomenu ul.menu > li.active:nth-last-of-type(1) > span::after,
.moduletable.fomenu ul.menu > li:nth-last-of-type(1) > a:hover::after, .moduletable.fomenu ul.menu > li:nth-last-of-type(1) > span:hover::after {
  width: calc(100% - 16px);
}
.moduletable.fomenu ul.menu > li:nth-last-of-type(1), .moduletable.fomenu ul.menu > li:nth-last-of-type(1) > a, .moduletable.fomenu ul.menu > li:nth-last-of-type(1) > span {
  padding-right: 0;
}
.moduletable.fomenu ul.menu li > a:focus, .moduletable.fomenu ul.menu li.active > a, .moduletable.fomenu ul li > span:focus,
.moduletable.fomenu ul.menu li:hover > a, .moduletable.fomenu ul.menu li.active > a, .moduletable.fomenu ul li:hover > span {
  background: transparent;
  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;
}





.moduletable.header_img .image {
  height: 581px;
  background-position: center center;
}





.moduletable.szolgaltatasaink {
  background: url("../images/arrow_1.png") no-repeat scroll center top, #15385f url("../images/pattern_1.png") repeat scroll left top;
  color: #fff;
  margin: 0 !important;
  padding-top: 25px;
  text-align: center;
}
.moduletable.szolgaltatasaink ul {
  list-style: outside none none;
  margin: 0;
  padding-bottom: 50px;
}
.moduletable.szolgaltatasaink ul li {
  display: inline-block;
  min-width: 195px;
  padding: 20px 0;
  vertical-align: top;
  width: 15%;
}
.moduletable.szolgaltatasaink ul li a {
  display: block;
  color: #fff;
}
.moduletable.szolgaltatasaink ul li a:hover {
  text-decoration: none;
}
.moduletable.szolgaltatasaink ul li a .icon {
  background: rgba(0, 0, 0, 0) url("../images/icon-bg.png") repeat scroll left top;
  display: inline-block;
  font-size: 65px;
  height: 213px;
  line-height: 213px;
  width: 185px;
}
.moduletable.szolgaltatasaink ul li a:hover .icon {
  background-position: right top;
  color: #15385f;
}
.moduletable.szolgaltatasaink ul li a .icon i {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.moduletable.szolgaltatasaink ul li a:hover .icon i {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.moduletable.szolgaltatasaink ul li a .name {
  display: block;
  font-family: playbold;
  font-size: 130%;
  line-height: 110%;
  min-height: 105px;
  padding: 15px;
  width: 100%;
}
.moduletable.szolgaltatasaink ul li a .reszletek::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #15375f transparent transparent transparent;
}
.moduletable.szolgaltatasaink ul li a .reszletek::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
}
.moduletable.szolgaltatasaink ul li a .reszletek {
  background: #15385f none repeat scroll 0 0;
  border: 1px solid #fff;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  position: relative;
  width: 125px;
  font-style: italic;
}
.moduletable.szolgaltatasaink ul li a .reszletek:hover {
  background: #fff none repeat scroll 0 0;
  color: #15385F;
}
.moduletable.szolgaltatasaink ul li a .reszletek:hover::before {
  border-color: #fff transparent transparent transparent;
}



.moduletable.block {
  color: #fff;
  padding: 50px 0 0;
  text-align: center;
}
.moduletable.block .icon {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  font-size: 90px;
  height: 172px;
  line-height: 180px;
  margin-top: 14px;
  position: relative;
  text-align: center;
  width: 172px;
}
.moduletable.block .icon::before {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1.08);
  width: 100%;
  z-index: 1;
}
.moduletable.block .icon::after {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1.14);
  width: 100%;
  z-index: 1;
}
.moduletable.block h1 {
  font-family: playbold;
  font-size: 3em;
  margin: 60px auto 50px;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  width: 930px;
}
.moduletable.block h1::before, .moduletable.block h1::after {
  content: "\e905";
  display: block;
  font-family: icomoon;
  font-size: 10px;
  position: absolute;
  top: 23px;
}
.moduletable.block h1:before {
  left: -50px;
}
.moduletable.block h1:after {
  transform: rotateY(180deg);
  right: -50px;
}

.moduletable.block ul:not(.normal) {
  font-size: 130%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  list-style: none;
}
.moduletable.block ul:not(.normal):nth-last-of-type(2) {
  margin-bottom: 50px;
}
.moduletable.block ul:not(.normal) li:not(:nth-last-of-type(1))::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  margin: 10px auto;
  width: 8px;
}
.moduletable.block p {
  color: #fff;
  font-family: playbold;
  font-size: 140%;
  line-height: 110%;
  margin: 0 auto 38px;
  max-width: 900px;
  text-transform: uppercase;
  width: 100%;
  padding: 0 20px;
}
.moduletable.block p:nth-last-of-type(2) {
  font-family: playregular;
  font-size: 115%;
  text-transform: none;
}
.moduletable.block .parallax-image {
  height: 400px;
  margin-top: 50px;
}
.moduletable.block small {
  display: block;
  font-size: 100%;
  font-style: italic;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}



.moduletable.block_1 {
  background: url(../images/bg-2.jpg);
  color: #2e2e2e;
}
.moduletable.block_1 .icon::before {
  border-color: #15385f;
}
.moduletable.block_1 .icon::after {
  border-color: #15385f;
}
.moduletable.block_1 .icon {
  background: #15385f;
  color: #fff;
}
.moduletable.block_1 h1 {
  width: 990px;
  color: #15385f;
}
.moduletable.block_1 ul li:not(:nth-last-of-type(1))::after {
  background: #2e2e2e none repeat scroll 0 0;
}

.moduletable.block_2 {
  background: url(../images/bg-3.jpg);
}
.moduletable.block_2 .icon {
  color: #18385b;
}
.moduletable.block_2 h1 {
  width: 895px;
}

.moduletable.block_3 {
  background: url(../images/bg-4.jpg);
  color: #2e2e2e;
}
.moduletable.block_3 .icon::before {
  border-color: #15385f;
}
.moduletable.block_3 .icon::after {
  border-color: #15385f;
}
.moduletable.block_3 .icon {
  background: #15385f;
  color: #fff;
}
.moduletable.block_3 h1 {
  color: #15385f;
  width: 765px;
}
.moduletable.block_3 ul li:not(:nth-last-of-type(1))::after {
  background: #2e2e2e none repeat scroll 0 0;
}
.moduletable.block_3 p {
  color: #15385f;
}

.moduletable.block_4 {
  background: url(../images/bg-5.jpg);
}
.moduletable.block_4 .icon {
  color: #454545;
}
.moduletable.block_4 h1 {
  width: 685px;
}



.moduletable.block_5 {
  background: url(../images/bg-1.jpg);
}
.moduletable.block_5 .icon {
  color: #249451;
}


.moduletable.block_7 {
	background: #EBEBEB url(../images/bg-2.jpg) no-repeat center bottom 400px;
	color: #2e2e2e;
}
.moduletable.block_7 .icon::before {
  border-color: #15385f;
}
.moduletable.block_7 .icon::after {
  border-color: #15385f;
}
.moduletable.block_7 .icon {
  background: #15385f;
  color: #fff;
}
.moduletable.block_7 h1 {
  color: #15385f;
  width: 470px;
}
.moduletable.block_7 ul li:not(:nth-last-of-type(1))::after {
  background: #2e2e2e none repeat scroll 0 0;
}
.moduletable.block_7 ul li.title {
	font-size: 150%;
	text-decoration: underline;
}






/* Elérhetőségek modul ============================================================================================================= */
.moduletable.elerhetosegek ul {
  list-style: outside none none;
  margin: 0;
}
.moduletable.elerhetosegek ul li {
  display: inline-block;
  font-size: 120%;
  vertical-align: middle;
}
.moduletable.elerhetosegek ul li:not(:nth-last-of-type(1))::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 10px;
  vertical-align: middle;
  width: 5px;
}
/*.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 {
  background: #b8d900 none repeat scroll 0 0;
  border-radius: 50%;
  color: #3d3e3d;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 25px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 26px;
  
  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;
  height: 30px;
  margin: 0 0 0 -1px;
  padding: 0;
  width: 30px;
  float: left;
}
.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 */
.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-style: italic;
  margin: 0;
  padding: 15px 0;
}
.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 {
  color: inherit;
  font-size: 100%;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
}
.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;
}




/* gyorskapcsolat */
.moduletable.gyorskapcsolat {
  background: #15385f url("../images/pattern_1.png") repeat scroll left top;
  color: #fff;
  padding-bottom: 50px;
}
.gyorskapcsolat-wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}
.gyorskapcsolat-wrap .left-side, .gyorskapcsolat-wrap .right-side {
  float: left;
}
.gyorskapcsolat-wrap .left-side {
  width: 30%;
}
.gyorskapcsolat-wrap .right-side {
  padding-left: 20px;
  width: 70%;
}
.gyorskapcsolat-wrap input:not(.btn), .gyorskapcsolat-wrap textarea {
  width: 100%;
}
.gyorskapcsolat-wrap .left-side .sor {
  padding-bottom: 20px;
}
.gyorskapcsolat-wrap input:not(.btn) {
  height: 40px;
}
.gyorskapcsolat-wrap .right-side textarea {
  height: 222px;
  resize: 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 .icon {
  color: #18385b;
}
.moduletable.gyorskapcsolat h1 {
  width: 660px;
}
.moduletable.gyorskapcsolat p {
  color: #8aa4c4;
  font-size: 130%;
  margin-top: -30px;
}.gyorskapcsolat-wrap input:not(.btn), .gyorskapcsolat-wrap textarea {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.moduletable.gyorskapcsolat a:hover {
  color: #fff;
}





/* Kapcsolati oldal */
body.kapcsolat .page-header {
  display: none;
}
body.kapcsolat .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 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;
}
.moduletable.google_map {
  border: 5px solid #e5e5e5;
  margin: 20px 0;
}



/* Galéria modul ============================================================================================================================= */
.moduletable.galeria_modul {
  background: #454545 url("../images/pattern_1.png") repeat scroll left top;
}
.moduletable.galeria_modul h1 {
  width: 500px;
}
.moduletable.galeria_modul .icon {
  color: #454545;
}
.moduletable.galeria_modul .popup-gallery {
  display: table;
  font-size: 0;
  line-height: 100%;
  text-align: center;
  width: 100%;
}
.moduletable.galeria_modul .popup-gallery a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
  padding-top: 20%;
  position: relative;
  vertical-align: middle;
  width: 25%;
}
.moduletable.galeria_modul .popup-gallery a img {
  float: left;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.moduletable.galeria_modul .more_button {
  text-align: center;
  padding-top: 20px;
}




/* Footer ============================================================================================================================= */
footer {
  position: relative;
  z-index: 2;
}
.footer-top {
  background: #fff none repeat scroll 0 0;
  padding: 25px 20px 15px;
  text-align: center;
}
.footer-bottom {
  background: #8E8E8E none repeat scroll 0 0;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.footer-top .moduletable.logo {
  float: left;
  padding-top: 20px;
}
.moduletable.minden_jog {
  float: right;
  text-align: right;
}
.moduletable.minden_jog a {
  color: #18385F;
}
.moduletable.minden_jog ul {
  list-style: none;
}
.moduletable.minden_jog ul li {
  display: inline-block;
}
.moduletable.minden_jog ul li .icon {
  display: none;
}
.moduletable.minden_jog ul li:not(:nth-last-of-type(1))::after {
  background: #15385f none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 10px;
  vertical-align: middle;
  width: 5px;
}
.moduletable.minden_jog p a {
  font-weight: bold;
}





/* 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 .ujkep {
  display: block;
  font-size: 80%;
  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) */
.moduletable.olvastad_mar {
  padding: 0 10px;
}
.category-module {
  list-style: outside none none;
}
.category-module li {
  display: table;
  width: 100%;
}
.category-module li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #d7d9da;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.category-module li > div {
  float: left;
  line-height: 110%;
}
.category-module li .left-side {
  width: 35%;
}
.category-module li .left-side .mod-articles-category-image a img {
  width: 100%;
}
.category-module li .right-side {
  padding-left: 15px;
  width: 65%;
}
.category-module li .right-side .mod-articles-category-title {
  color: #5a5959;
  font-style: italic;
  font-size: 90%;
  line-height: 100% !important;
}



/* Cikk lista */
.items-row {
  padding: 20px;
}
.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-position: center center;
  background-size: cover;
  border: 1px solid #d6d7d8;
  height: 206px;
  width: 100%;
  position: relative;
}
.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 .page-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
}
.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 {
  padding-left: 18px;
}

/* 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-wrap {
  margin: 0 auto;
  width: 85%;
}
.registration .control-group {
  display: table;
  padding: 10px 0;
  width: 100%;
}
.registration .control-label {
  text-align: left !important;
}
.registration .control-group:not(:nth-of-type(1)) .control-label {
  float: left;
  width: 40%;
}
.registration .control-group:not(:nth-of-type(1)) .controls {
  float: left;
  width: 60%;
}
.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;
}
.login + div .nav li {
  display: inline-block;
}
.login + div .nav li a {
}
.login + div .nav li a:hover {
  border-radius: 4px;
}
.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%;
}

#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;
}
#system-message .alert-wrap .alert {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  text-align: left;
}

/* 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;
}









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






.moduletable.bemutatkozas {
  background: #e7e7e7 url("../images/bg-6.jpg") no-repeat scroll center top;
}
.moduletable.bemutatkozas .icon::before {
  border-color: #15385f;
}
.moduletable.bemutatkozas .icon::after {
  border-color: #15385f;
}
.moduletable.bemutatkozas .icon {
  background: #15385f none repeat scroll 0 0;
  color: #fff;
  font-size: 125px;
  padding-top: 10px;
  position: relative;
}
.moduletable.bemutatkozas h1 {
  color: #15385f;
  width: 510px;
}
.cegbemutato-content {
  color: #333333;
  margin: 0 auto;
  max-width: 800px;
  text-align: justify;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.cegbemutato-content h4 {
  font-weight: bold;
  margin: 0 0 25px;
  text-align: left;
}
.cegbemutato-content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 15px;
}
.cegbemutato-content ul {
  padding-left: 30px;
}




body:not(.fooldal) .component-wrap {
  padding: 50px 0;
}


.bejelentkezes .content-wrap {
  background: #15385f url("../images/pattern_1.png") repeat scroll left top;
  color: #fff;
  padding-bottom: 40px;
}
.bejelentkezes .content-wrap .nav {
  display: none;
}




@media all and (max-width:1120px){
  .moduletable.fomenu ul.menu > li > a, .moduletable.fomenu ul.menu > li > span {
    padding: 0 10px;
  }
  .moduletable.fomenu ul.menu > li > a::after, .moduletable.fomenu ul.menu > li > span::after {
    left: 12px;
  }
  .moduletable.fomenu ul.menu > li.active > a::after, .moduletable.fomenu ul.menu > li.active > span::after, .moduletable.fomenu ul.menu > li > a:hover::after, .moduletable.fomenu ul.menu > li > span:hover::after {
    width: calc(100% - 22px);
  }
  .moduletable.fomenu ul.menu li:not(:nth-last-of-type(1))::after {
    right: -5px;
  }
}

@media all and (max-width:1090px){
  .moduletable.logo img {
    margin-top: 12px;
    width: 300px;
  }
  .header-a-wrap, .header-b-wrap {
    padding-left: 300px;
  }
}

@media all and (max-width:1040px){
  .moduletable.block_1 h1 {
    width: 750px;
  }
  .moduletable.block_2 h1 {
    width: 680px;
  }
  .moduletable.block_5 h1 {
    width: 685px;
  }
}




.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;
}





/* Frontendes admin felületek */
.com_config .control-group,
.view-profile .control-group {
  width: 100%;
  display: table;
}
.com_config .control-label,
.view-profile .control-label {
  float: left;
  width: 30%;
  padding-right: 20px;
}
.com_config .controls,
.view-profile .controls {
  width: 70%;
  float: left;
}
.com_config #content-side,
.layout-edit #content-side {
  display: none;
}
.com_config #content,
.layout-edit #content {
  width: 100%;
  margin: 0;
  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 {
  display: none;
  padding-top: 10px;
  width: 100%;
}
body.layout-edit.com_content #content > div:not(.component-wrap) {
  display: none;
}



.fooldal .component-wrap .page-header {
  display: none;
}

.radio.btn-group input[type="radio"] {
	opacity: 0;
}


.custom.header_img {
  position: relative;
}
.moduletable.header_img .content {
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding-top: 50px;
  text-align: right;
}
.moduletable.header_img .content img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.89;
  width: 200px;
}
.moduletable.header_img .content img:hover {
  opacity: 1;
}

hr {
	display: block;
	width: 120px;
	height: 63px;
	position: relative;
	margin: 0 auto;
	border: 0;
}
hr::before, hr::after {
	content: "\e905";
	display: block;
	font-family: icomoon;
	font-size: 10px;
	position: absolute;
	top: 0px;
}
hr::before {
	left: -50px;
}
hr::after {
	transform: rotateY(180deg);
	right: -50px;
}