p {
	margin-bottom: 10px;
}
.kassza_tartalom h4 {
	color: #E05333;
}
.input_reg {
    border: 1px solid #4d857f !important;
}
#bejelentkezes_div #loginName {
    border: 1px solid #4d857f !important;
}
#bejelentkezes_div #passwordText {
    border: 1px solid #4d857f !important;
}
.potty_div {
	position: absolute;
	right: 0;
    border-radius: 10px;
}
.potty {
	width: 20px;
	height: 20px;
	/* background-color: #ff3399; */
    border-radius: 10px;
    margin: 3px;
}
.form-control{
	    padding: 6px 12px !important;
    border: 0;
    color: #878787;
    margin-bottom: 10px;
}

.breadcrumbs_block {
	margin-bottom:60px;
	margin-top:0;
	padding:25px 30px;
	background-color:#505050;
}
.breadcrumbs_block .overlay, .breadcrumbs_block .overlay_black {display:none;}
.breadcrumbs_content {position:relative; z-index:5;}
.breadcrumbs_block h2 {margin-bottom:0; color:#E05333;}
.breadcrumbs_block h2:before {display:none;}
.breadcrumbs_block h2 span {background:none;}
.breadcrumb {
	margin:0;
	background: none;
	border-radius:0;
	padding:0;
}
.breadcrumb > li + li:before {color:#E05333;}
.breadcrumb li a {font-weight:700; color:#E05333;}
.breadcrumb li:last-child a {font-weight:400; cursor:pointer;}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #E05333;
}
.lablec_uzenet .empty-message {
    /* position: absolute; */
    right: 3px;
    top: 2px;
    color: red;
    display: none;
    overflow: hidden;
    font-size: 11px;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    z-index: 99;
}
.btn-default {
	cursor: pointer;
}
.footer_block p {
	color: #fff;
}
.footer_block input, .footer_block textarea {
	border: 0;
	background-color: #fff;
	width: 92%;
	padding: 6px 4%;
	margin-bottom: 3px;
}
.footer_block textarea {
	height: 80px;
}
.hirlevel_box {
    background: #ffffff;
    border-bottom: 2px solid #e05339;
    width: 90%;
    /* color: #878787; */
    padding: 5%;
    margin-bottom: 30px;
}
.hirlevel_box input[type="text"] {
    background-color: #FCF9F2;
    width: 90%;
    margin-bottom: 10px;
    border: 0;
	padding: 10px 5%;
}
.gomb {
    color: #ffffff;
    padding: 8px 20px;
    text-transform: uppercase;
    text-align: center;
    background: #e05339;
    border-radius: 6px;
    display: inline-block;
	border: 0;
	cursor: pointer;
}
.gomb:hover {
    background: #1B923D;
    color: #ffffff;
}
.post3 .item_head img {
    max-height: 48px;
    max-width: 48px;
}
.caption .caption_description a {
    color: #ffffff;
    padding: 8px 20px;
    text-transform: uppercase;
    text-align: center;
    background: #e05339;
    border-radius: 9px;
    display: inline-block;
}
.caption .caption_description a:hover {
    background: #1B923D;
    color: #ffffff;
}
.item_head h2 {
	font-size: 20px;
}
.google-map1 iframe {
    pointer-events: none;
}
.google-map1 iframe.clicked {
    pointer-events: auto;
}


.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.padbot0 {
	padding-bottom: 0px !important;
}
.padbot10 {
	padding-bottom: 10px !important;
}
.padbot20 {
	padding-bottom: 20px !important;
}
.padbot30 {
	padding-bottom: 30px !important;
}
.padbot40 {
	padding-bottom: 40px !important;
}
.padbot50 {
	padding-bottom: 50px !important;
}
.padtop0 {
	padding-top: 0px !important;
}
.padtop10 {
	padding-top: 10px !important;
}
.padtop20 {
	padding-top: 20px !important;
}
.padtop30 {
	padding-top: 30px !important;
}
.padtop40 {
	padding-top: 40px !important;
}
.padtop50 {
	padding-top: 50px !important;
}
.margtop0 {
	margin-top: 0px !important;
}
.margtop3 {
	margin-top: 3px !important;
}
.margtop10 {
	margin-top: 10px !important;
}
.margtop20 {
	margin-top: 20px !important;
}
.margtop30 {
	margin-top: 30px !important;
}
.margtop40 {
	margin-top: 40px !important;
}
.margtop50 {
	margin-top: 50px !important;
}
.margbot0 {
	margin-bottom: 0px !important;
}
.margbot10 {
	margin-bottom: 10px !important;
}
.margbot20 {
	margin-bottom: 20px !important;
}
.margbot30 {
	margin-bottom: 30px !important;
}
.margbot40 {
	margin-bottom: 40px !important;
}
.margbot50 {
	margin-bottom: 50px !important;
}
/* Bootstrap3 alert Resposive table */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Bootstrap3 alert */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/* Kategória menü */
ul.topnav {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
	
}
ul.topnav li {
	list-style-type:none;
}
.active a {
	background-color: #F5F5F5;
}
ul.topnav li a {
	padding: 11px 8px 10px 24px;
	display: block;
	/* font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 16px; */
	line-height: 20px;
	background-color: #fff;
	margin-bottom: 3px;
	/* border-left: 3px solid #e1e1e1; */
}
ul.topnav li a:hover { /*Főmenü*/
	background-color: #ff8e75;
    color: #fff;
	/* border-left: 3px solid #4791D2; */
}
ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}
ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}
ul.topnav ul li a { /* 1. almenü*/
	padding-left: 40px;
	font-weight: normal;
	outline:0;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	background-color: #f7f2e0;
}
ul.topnav ul li a:hover {
	background-color: #ff8e75;
}
ul.topnav ul ul li a { /* 2. almenü*/
	padding-left: 60px;
	background-color: #f7f2e0;
}
ul.topnav ul ul li a:hover {
	/* background-color: #374e6b; */
}
ul.topnav span{
	float:right;
}
ul.sidebar_topnav li a {
	background-color: #E1E1E1;
}
.nyitva { /* nyitott állapotban */
	background-color: #F5F5F5 !important;
	/* border-left: 3px solid #4791D2 !important; */
}

.mobil_kat_lenyito {
	display: none;
    font-size: 24px;
    float: right;
    margin-top: -2px;
	cursor: pointer;
}
.mobil_kat_lenyito_allando {
	display: inline;
    font-size: 32px;
    float: right;
    margin-top: -5px;
	cursor: pointer;
}
.kategoria_menu_zart {
	display: none;
}
.term_cim {
	padding: 11px 8px 10px 24px;
	background-color: #fff;
	margin-bottom: 3px;
	/* border-left: 3px solid #e1e1e1; */
	 text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	color: #e05339;
}
.sidebar_term_cim {
	background-color: #E1E1E1;
}
/*Kinyíló kosár*/
.slide-out-div {
    padding: 20px 16px;
    width: 250px;
	min-height: 200px;
	max-height: 306px !important;
	/*background: url('images/bg_oldal_kosar.png');*/
	background-color: #fff;
	border-top: 1px solid #dbdbdb;
	border-radius: 5px;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(142, 142, 142, 1);
	box-shadow: 0px 2px 8px 0px rgba(142, 142, 142, 1);
}
/*Kinyíló kosár VÉGE*/


/* --------------------------------------- Responsive --------------------------------------- */

@media (max-width: 768px) {
	.camera_pag {
		display: none !important;
	}
	.caption .caption_description {
		width: auto;
		margin: 24px auto 0;
	}
	.mobil_kat_lenyito {
		display: inline;
	}
	.topnav, .mobilon_eltunik {
		display: none;
	}
}




.checkhack {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkhack input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkhack:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkhack input:checked ~ .checkmark {
    background-color: #e05339;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkhack input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkhack .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#popup {
    display: none;
    position: fixed;
    top: 25%;
    left: 30%;
    z-index: 999999;
    background-color: rgba(255,255,255,1.0);
    width: 40%;
    text-align: left;
    padding: 30px 25px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.75);    
}

#popup .fa {
  color: red;
  position: absolute;
  font-size: 25px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
