﻿/*******************************************************************************
 MEK.HU - Magyar Építész Kamara weboldala
********************************************************************************
 Készítette: Simon Nándor <simon.nandor@simonszoft.hu>
********************************************************************************
 mek.css
*******************************************************************************/

/*
MÉK alap szín: #669900
*/

.container {
  max-width: 98%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ml-auto, .mx-auto {
  margin:0 auto !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 20px;
}
a {
	text-decoration: none!important;
	color: #669900;
}
a:hover {
	color: #80C100;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

.mek-green {
	color: #669900;
}

.main-button a {
	display: inline-block;
	background-color: #669900;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
}

.main-button a:hover {
	background-color: #fb9857;
}

.btn-mek {
	color: #669900;
	border-color: #669900;
}

.btn-mek:hover {
	color: #fff;
	background-color: #669900;
	border-color: #669900;
  }

.heading-page {
	padding-top: 110px;
}

.page-heading {
	margin: 0px 10px;
	padding: 120px 0px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #669900;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.note-float-left {
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.note-float-right {
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#preloader {
  overflow: hidden;
  background: #669900;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
/*	height: 80px;  */
	background-color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 0;
	margin:0 auto;
}

.top-logo-header {
	margin-top: 50px;
}

.background-header .navbar {
	padding: 0;
	margin-bottom: 5px;
}

.background-header {
	top: 0;
/*	height: 80px; */
	position: fixed;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #669900!important;
}
.navbar .navbar-brand {
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #1e1e1e;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #1e1e1e;
	transition: all 0.3s;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #669900;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #669900;
	height: 46px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 25px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'FontAwesome';
}

.menu-img img{
 display: block;
}

.submenu-item {
font-size: 0.8rem;
}
.submenu-item {
color: #000000 !important;
font-size: 0.8rem;
}
.submenu-item:hover {
color: #80C100 !important;
font-size: 0.8rem;
}

.subactive {
 font-weight: bold;	
}

.subactive .link-white {
	color: #3e5e00 !important;
}

.link-white {
color: #ffffff !important;
}

.link-white:hover {
color: #000000 !important;
}

/* TABLES */

table {
 font-size: 0.9rem;	
}

.table thead th {
	background-color: #c8cccf;
}

.table a {
	color: #669900;
	}

.table a:hover {
	color: #000000;
}

.table-bordered thead th {
	border-bottom-width: 2px;
	background-color: #c8cccf;
}

/* CAT */

.cat {
	padding-top: 110px;
	color: #669900;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background-color: rgb(227,227,227);
	opacity:0.8;
	display: block;
	padding-bottom: 10px;
}

.cat a {
	color: #000000;
}

.cat a:hover {
	color: #80C100;
}


/* Banner Style */
.main-banner .container-fluid,
.blog-posts .container-fluid {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -24px;
}
.eforms .container-fluid {
	padding-left: 10%;
	padding-right: 10%;
}
.owl-banner {
	padding: none;
}

.owl-banner .item {
	position: relative;
}

.owl-banner .item .item-content {
	position: absolute;
	bottom: 20px;
	background-color: #305000;
	opacity:0.9;
	display: block;
	min-height: 130px;
	min-width: 100%;
}

.owl-banner .item .item-content .meta-category span {
	color: #80C100;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.25px;
	padding: 10px;
}

.owl-banner .item .item-content .meta-category a {
	color: #80C100;
}

.owl-banner .item .item-content .meta-category a:hover {
	color: #000000;
}

.owl-banner .item .item-content h4 {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.5px;
	padding: 10px;
}

.owl-banner .item .item-content ul li {
	display: inline-block;
	margin-right: 8px;
	padding: 5px;
}

.owl-banner .item .item-content ul li:after {
	content: '|';
	color: #fff;
	margin-left: 8px;
}

.owl-banner .item .item-content ul li:last-child::after {
	display: none;
}

.owl-banner .item .item-content ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	transition: all .3s;
}

.owl-banner .item .item-content ul li a:hover {
	color: #669900;
}

.owl-banner .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-banner .owl-nav .owl-prev {
	position: absolute;
	left: 40px;
}

.owl-banner .owl-nav .owl-next {
	position: absolute;
	right: 40px;
}

.owl-banner .owl-nav button {
	outline: none;
}

.owl-banner .owl-nav button span {
	color: #fff;
	font-size: 36px;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	background-color: rgba(250,250,250,0.3);
}

/* Search From */

.search_label {
	font-size: 1rem;
	font-weight: 700;
	color: #20232e;
	padding-top: 5px;
}


/* Call To Action */

.call-to-action {
	margin-top: 100px;
}

.call-to-action .main-content {
	padding: 40px;
	background-image: url(../images/cta-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action .main-content span {
	color: #669900;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.call-to-action .main-content h4 {
	margin-bottom: 0px;
	margin-top: 12px;
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0.25px;
}

.call-to-action .main-content .main-button {
	text-align: right;
	margin-top: 12px;
}

/* Contents, Blog Posts, News */

.mobil-freshnews {
		display: none;
}	

.mobil-content-lists {
	display: none;
}

.readmore {
	color: #669900;
	font-weight: bold;
	}

.content-fit-header {
	display: block;
	min-height: 50px;	
	overflow: hidden;
}

.blog-posts {
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.blog-posts .blog-post {
	margin-bottom: 30px;
}

.blog-thumb {
	border: 1px solid #eee;	
}

.blog-posts .blog-thumb img {
	object-fit: cover;
	width: 100%;
	overflow: hidden;
}

.blog-posts .down-content {
	padding: 10px;
	/*border-right: 1px solid #eee;
	border-left: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
}

.blog-posts .down-content .cats {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #669900;
}

.cats a {
	color: #669900;
}

.cats a:hover {
	color: #3e5e00;
}

.blog-posts .down-content h4 {
	font-size: 24px;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #20232e;
	margin: 10px 0px 12px 0px;
}

.blog-posts .down-content .post-options {
	border-top: 1px solid #eee;
	padding: 10px 10px 0px 10px;
}

.blog-posts .down-content ul.post-info {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.blog-posts .down-content ul.post-info li {
	display: inline-block;
	margin-right: 8px;
}

.blog-posts .down-content ul.post-info li:after {
	content: '|';
	color: #aaa;
	margin-left: 8px;
}

.blog-posts .down-content h4 {
	font-size: 20px;
	letter-spacing: 0.25px;
}

.mekhu {
	margin-top: 10px;
}

.mekhu h4 {
	font-size: 20px;
	letter-spacing: 0.25px;
	font-weight: 900;
	color: #20232e;
	margin: 10px 0px 12px 0px;	
}

.grid-system .down-content ul.post-info li {
	margin-right: 3px;
}

.grid-system .down-content ul.post-info li:after {
	margin-left: 5px;
}

.blog-posts .down-content ul.post-info li:last-child::after {
	display: none;
}

.blog-posts .down-content ul.post-info li a {
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
	transition: all .3s;
}

.blog-posts .down-content ul.post-info li a:hover {
	color: #669900;
}

.blog-posts .down-content p.bb {
	padding: 15px 0px;
	margin: 15px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.blog-posts .down-content ul.post-share, 
.blog-posts .down-content ul.post-open {
	text-align: right;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li,
.blog-posts .down-content ul.post-open li {
	display: inline-block;
}

.blog-posts .down-content ul.post-tags li:first-child i,
.blog-posts .down-content ul.post-share li:first-child i,
.blog-posts .down-content ul.post-open li:first-child i {
	color: #669900;
	margin-right: 5px;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	color: #aaa;
}

.blog-posts .down-content ul.post-tags li a,
.blog-posts .down-content ul.post-share li a {
	font-size: 12px;
	color: #aaa;
	font-weight: 400;
	transition: all .3s;
}

.blog-posts .down-content ul.post-tags li a:hover,
.blog-posts .down-content ul.post-share li a:hover {
	color: #669900;
}

.blog-posts .down-content ul.post-open li a:hover {
	color: #000000;
}

.blog-posts .main-button a {
	height: 60px;
	line-height: 60px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

/* CONTENT */

.content-text {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
}

.content-text p {
	margin: 0px 0px 10px 0px;
	padding: 1px;
}

.content-text ul {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 20px;
	list-style-type: square;
}

.content-text a {
	color: #669900;
}

.content-text a:hover {
	color: #000000;
}

.content-text hr {
	margin: 0;
}

.content-text img {
	margin: 0;
	max-width: 100%;
}


.intro-text {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 20px;
}

.intro-text p {
	margin: 1px;
	padding: 1px;
}

.intro-text-box {
	display: block;
	height: 150px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 20px;
}

/* Listák */

ul.page-numbers {
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0px 5px;
}

ul.page-numbers li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #7a7a7a;
	border: 1px solid #eee;
	font-weight: 500;
	transition: all 0.3s;
}

ul.page-numbers li.active a {
	background-color: #669900;
	border-color: #669900;
	color: #fff;
}

ul.page-numbers li a:hover {
	color: #669900;
}

ul.mek-list1 {
font-size: 0.9rem;
}

ul.mek-list1 li.list-items {
list-style-type: square;
margin-left: 15px;
font-size: 0.9rem;
}

ul.mek-list1 li.active {
	background-color: #669900;
	border-color: #669900;
	color: #fff;
}

ul.mek-list1 li.active h4 {
	font-size: 16px;
}

ul.mek-list1 li a {
	color: #000000;
}

ul.mek-list1 li a:hover {
	color: #669900;
}

#mek_mobilfresh_news-list {
	padding: 0;
	margin-left: 0;
	list-style: none;
	font-size: 0.9rem;
}
#mek_mobilfresh_news-list li {
	border-bottom: #3e5e00 1px solid;
	word-wrap: unset;
	padding: 5px 0;
}

/* content list */
.content-list-head {
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.content-list-item {
	margin: 0;	
}

.content-list-item-data {
	color:#7a7a7a
}

.content-list-item-data a {
	color:#7a7a7a
}

.content-list-item-data a:hover {
	color:#80C100;
}

.content-marketing, .content-marketing p, .content-marketing span {
font-size: 0.8rem;
display: block;
width: 100%;
text-align: left;
color:#aaa;
padding-top: 1rem;
}

/* BLOG POST */

.blog-posts .sidebar-heading h2 {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.blog-posts .comments {
	margin-top: 30px;
}

.blog-posts .comments ul li {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.blog-posts .comments ul li.replied {
	padding-left: 130px;
}

.blog-posts .comments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.blog-posts .comments ul li .author-thumb {
	display: inline;
	float: left;
}

.blog-posts .comments ul li .author-thumb img {
	max-width: 100px;
	display: inline;
}

.blog-posts .comments ul li .right-content {
	margin-left: 130px;
}

.blog-posts .comments ul li .right-content h4 {
	color: #20232e;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.blog-posts .comments ul li .right-content h4 span {
	font-size: 14px;
    color: #aaa;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-left: 20px;
}

.blog-posts .submit-comment {
	margin-top: 60px;
}

.blog-posts .submit-comment input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.blog-posts .submit-comment textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.blog-posts .submit-comment input::placeholder,
.blog-posts .submit-comment textarea::placeholder {
	color: #aaa;
}

.blog-posts .submit-comment button {
	display: inline-block;
	background-color: #669900;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.blog-posts .submit-comment button:hover {
	background-color: #fb9857;
}

/* Pagination */

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #669900;
	border-color: #669900;
}

.page-link {
	color: #669900;
}  

.page-link:hover {
	color: #000000;
}  


/* Sidebar */

.sidebar {
	margin-left: 30px;
}

.sidebar .sidebar-item {
	margin-top: 50px;
}

.sidebar .search {
	margin-top: 0px;
}

.sidebar .sidebar-heading h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.sidebar .search input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
}

.sidebar .search input::placeholder {
	color: #aaa;
}

.sidebar .recent-posts ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.sidebar .recent-posts ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.sidebar .recent-posts ul li h5 {
	font-size: 19px;
	font-weight: 900;
	color: #20232e;
	line-height: 30px;
	transition: all 0.3s;
}

.sidebar .recent-posts ul li h5:hover {
	color: #669900;
}

.sidebar .recent-posts ul li span {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 8px;
}

.sidebar .categories ul li {
	margin-bottom: 5px;
}

.sidebar .categories ul li:last-child {
	margin-bottom: 0px;
}

.sidebar .categories ul li a {
	font-size: 15px;
	font-weight: 700;
	color: #20232e;
	transition: all .3s;
}

.sidebar .categories ul li a:hover {
	color: #669900;
}

.sidebar .tags ul li {
	margin-right: 6px;
	display: inline-block;
	overflow: hidden;
}

.sidebar .tags ul li {
	margin-bottom: 10px;
}

.sidebar .tags ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #aaa;
	display: inline-block;
	border: 1px solid #eee;
	padding: 10px 18px;
	transition: all .3s;
}

.sidebar .tags ul li a:hover {
	background-color: #669900;
	border-color: #669900;
	color: #fff;
}


/* Footer */

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
  }

#btn-back-to-top:hover {
	background-color: #669900;
}

.footer-title-01{
	color: #669900;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 15px;

}

footer {
	font-size: 13px;
	margin-top: 40px;
	text-align: center;
	background-color: #20232e;
	padding: 2rem;
}


footer p {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

footer p a {
	color: #669900;
}

footer p a:hover {
	color: #669900;
}


/* Contact Form */

.contact-us .down-contact,
.contact-us #map {
	margin-top: 80px;
}

.contact-us .sidebar-heading h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.contact-us .contact-form input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.contact-us .contact-form textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.contact-us .contact-form input::placeholder,
.contact-us .contact-form textarea::placeholder {
	color: #aaa;
}

.contact-us .contact-form button {
	display: inline-block;
	background-color: #669900;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.contact-us .contact-form button:hover {
	background-color: #fb9857;
}

.contact-us .contact-information {
	margin-left: 30px;
}

.contact-us .contact-information ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.contact-us .contact-information ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.contact-us .contact-information ul li h5 {
	font-size: 19px;
	font-weight: 900;
	color: #20232e;
	line-height: 30px;
}

.contact-us .contact-information ul li span {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 8px;
}


/* About Us */

.about-us {
	margin-top: 100px;
	text-align: center;
}

.about-us img {
	width: 100%;
	overflow: hidden;
}

.about-us p {
	margin: 40px 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.about-us ul li {
	display: inline-block;
	margin: 0px 5px;
}

.about-us ul li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background-color: #212931;
	color: #fff;
	border-radius: 50%;
	transition: all .3s;
}

.about-us ul li a:hover {
	background-color: #669900;
}

/* CMS */
.cat {
	margin-bottom: 40px;
}

#KAM {
 display: inline;
	}
#MEK {
 display: none;
	}
#MBH{
	display: none;
	color: grey;
	font-size: 18px;
	margin-left: 15px;
	}
#MBH img{
	margin-top: 10px;
	}

.page-head {
padding-bottom: 15px;
margin-bottom: 25px;
}


.list-heading {
font-size: 1rem;
color: #20232e;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-bottom: 25px;
}

.list-heading h4 {
font-size: 1rem;
text-transform: uppercase;
font-weight: 900;
}

.text-green {
  color: #669900 !important;
}

.bg-green {
text-align: center;
background-color: #669900;
color: #ffffff;
}

.submenu-bar .container-fluid {
	padding: 0px 10px;
	margin-bottom: -24px;
}

.submenulink{
  color: #669900 !important;
}
.submenulink:hover{
  color: #000000 !important;
}

.mobil-submenu {
	display: none;
}

.mobil-bar {
	display: none;
}

/* Tartalom betöltésnél headingek resetelése */

.reset-headings {
	margin: 0;
	padding: 0;
	font-size: 15px;	
}

.reset-headings h1,
.reset-headings h2,
.reset-headings h3,
.reset-headings h4,
.reset-headings h5,
.reset-headings h6 {
	margin: 0 !important;
	padding: 10px 0px 10px 0px !important;
	font-size: 15px !important;
}

.form-icon {
	width: 15%;
}

.desk-only {
	display: block;
}