/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, object, iframe, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Avenir-Roman,Avenir-Medium,Avenir-Heavy, Arial, sans-serif;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

	nav ul {
		list-style: none;
	}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/************************************/

*:focus {
	outline: 0;
}

div {
	cursor: default;
}

/************************************/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/**********************************************************************************************/


body {
	background-attachment: fixed;
	background-color: var(--pst-color-gray-secondary-light);
	padding: 0px;
	margin: 0px;
	color: var(--pst-color-gray);
}

.all_container {
	width: 966px;
	min-height: 650px;
	min-width: 360px;
	margin: 75px auto 75px auto;
	background: #fff;
}

.header {
	position: relative;
	height: 200px;
	/*/border-bottom: 1px solid #ddd;*/
	margin: 0 20px;
}

.content {
	padding: var(--pst-margin-vertical);
	position: relative;
}

/* Header */

.head_pic {
	position: absolute;
	width: 166px;
	height: 128px;
	left: 4px;
	top: 66px;
	background: url(../images/head_pic_color.png) no-repeat center;
}

.head_posta_logo {
	background: url(../images/logo_posta_rgb.svg) no-repeat center;
	position: absolute;
	width: 116px;
	height: 54px;
	left: 50%;
	top: 40px;
	margin-left: -58px;
}

.head_title {
	position: absolute;
	width: 560px;
	height: 46px;
	left: 50%;
	top: 105px;
	margin-left: -280px;
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
}
/*
.sub_title {
	position: absolute;
	width: 540px;
	height: 16px;
	left: 50%;
	top: 164px;
	margin-left: -270px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}
*/
/* Language */

.language_container {
	position: absolute;
	width: 118px;
	height: 47px;
	top: 136px;
	right: -2px;
}

.language_box {
	height: 33px;
}

.language_item {
	position: absolute;
	/*width:22px;  XyZs: mvc */
	/*height:15px;  XyZs: mvc */
	top: 5px;
	padding: 3px;
	border-radius: var(--pst-border-radius-div);
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255,255,255,0);
	cursor: pointer;
}

	.language_item.HU {
		left: 8px
	}

	.language_item.EN {
		left: 45px
	}

	.language_item.DE {
		left: 82px
	}

	.language_item.current {
		border-color: var(--pst-color-green-border);
		cursor: default;
	}

	.language_item:hover {
		border-color: rgba(255,255,255,.4);
	}

	.language_item .flag {
		width: 22px;
		height: 15px;
		background-repeat: no-repeat;
		cursor: inherit;
	}

	.language_item.HU .flag {
		background-image: url(../images/flag_hu.svg)
	}

	.language_item.EN .flag {
		background-image: url(../images/flag_en.svg)
	}

	.language_item.DE .flag {
		background-image: url(../images/flag_de.svg)
	}


.section_header {
	position: relative;
	margin-bottom: 0px;
}

	.section_header * {
		cursor: inherit;
	}

	.section_header .section_header_box {
		background-color: var(--pst-color-green-button);
		height: 22px;
		padding-top: 8px;
		padding-left: 15px;
		border-radius: var(--pst-border-radius-div);
		font-size: 0.9rem;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		color: #fff !important;
	}

	.section_header .material-icons {
		position: relative;
		top: -10px;
		float: right;
		font-size: 2.4em;
		color: var(--pst-color-white);
	}

	.section_header.opened .section_header_box {
		background: var(--pst-color-green);
		color: #fff;
	}

	.section_header.closed .section_header_box {
		background: var(--pst-color-green-button);
		color: var(--pst-color-white);
		font-size: 0.9rem;
	}
	.section_header.closed .section_header_box:hover {
		background: var(--pst-color-green-button-hover);
	}


#section_how_it_works_content a,
#section_search_content a,
#section_faq_content a {
	color: var(--pst-color-green-button-hover);
}


.textarea_container {
	background: var(--pst-color-green);
	border-radius: var(--pst-border-radius-div);
	position: relative;
	height: 139px;
	margin-bottom: var(--pst-margin-vertical);
}

.field-validation {
	/*font-weight:bold; */
	color: red;
}


.textarea_inner_container {
	position: absolute;
	top: 36px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: var(--pst-border-radius-div);
	border: 2px solid #fff;
	box-shadow: inset 2px 2px 7px 0px rgba(0,0,0,.1);
	background: #fff;
	padding: 5px 10px;
}

.textarea_container textarea {
	font-family: inherit;
	font-size: 0.9em;
	margin: 0;
	border: 0;
	border: none;
	color: inherit;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	resize: none;
}

.textarea_label {
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.5);
	font-weight: bold;
	font-size: 1.25rem;
	position: absolute;
	top: 7px;
	left: 0px;
	right: 0px;
	text-align: center;
	cursor: inherit;
}

/**/

.input_container {
	position: absolute;
	left: 228px;
	right: 228px;
	height: 30px;
	padding: 2px 2px 2px 13px;
	background: var(--pst-color-gray-light);
	border-radius: var(--pst-border-radius-div);
}

.input_inner_container {
	height: 20px;
	border-radius: 0px 4px 4px 0px;
	box-shadow: inset 2px 2px 7px 0px rgba(0,0,0,.1);
	background: #fff;
	padding: 2px 10px 8px 10px;
}

.input_container input {
	font-size: 0.9em;
	width: 100%;
	padding: 4px 0px;
	margin: 0;
	border: 0;
	border: none;
	color: inherit;
	font-family: inherit;
	color: #1A1A1A;
}
	.input_container input::placeholder {
		color: #808080;
	}
	/********/
	.input_content .input_container {
	margin: 7px 0px 7px 0px;
	position: relative;
}

	.input_content .input_container label {
		position: absolute;
		right: 11px;
		top: 9px;
		font-size: 10px;
		background-color: #f3f3f3;
		padding: 4px;
	}

	.input_content .input_container:hover label {
		font-size: 11px;
	}

.btn_back, .btn_next, .btn_general {
	height: 32px;
	background: var(--pst-color-green-button);
	border-radius: var(--pst-border-radius-div);
	position: absolute;
	width: 215px;
	cursor: pointer;
}
	.btn_back.back_button {
		left: 0px;
	}

	.btn_next.animated {
		right: 0px;
	}

	.btn_back:hover, .btn_next:hover, .btn_general:hover, .btn_details:hover, .btn_blue_large:hover {
		background: var(--pst-color-green-button-hover);
	}

.btn_back .btn_txt, .btn_next .btn_txt, .btn_general .btn_txt {
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0rem;
	position: relative;
	top: 9px;
	width: 215px;
	cursor: inherit;
}

	.btn_back .btn_txt {
		text-align: center;
	}

.btn_next .btn_txt {
	text-align: center;
}

.btn_general .btn_txt {
	left: 20px;
	right: 20px;
	text-align: center;
}


.btn_back .btn_ikon, .btn_next .btn_ikon {
	width: 20px;
	height: 15px;
	position: absolute;
	top: 10px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: inherit;
}

.btn_back .btn_ikon {
	left: 10px;
	background-image: url(../images/arrow_duble_left.png);
}

.btn_next .btn_ikon {
	right: 10px;
	background-image: url(../images/arrow_duble_right.png);
}




.btn_container_2 {
	position: relative;
	height: 46px;
	margin-top: 20px;
}

	.btn_container_2 .btn_general.btn_1 {
		position: absolute;
		left: 0px;
		top: 5px;
		width: 212px;
	}

	.btn_container_2 .btn_general.btn_2 {
		position: absolute;
		right: 0px;
		width: 212px;
		top: 5px;
	}

.content h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: var(--pst-margin-vertical);
}

.btn_gray {
	background: var(--pst-color-green-button);
	border-radius: var(--pst-border-radius-button);
	cursor: pointer;
	height: 32px;
}

	.btn_gray .btn_txt {
		font-weight: bold;
		font-size: 0.9rem;
		text-align: center;
		position: absolute;
		top: 8px;
		left: 2px;
		right: 25px;
		cursor: inherit;
		color: var(--pst-color-white);
	}
	.btn_gray .material-icons {
		float: right;
		font-size: 2.2em;
		color: var(--pst-color-white);
		position: relative;
		top: -2px;
	}


	.btn_gray.btn_details {
		width: 150px;
		position: absolute;
		top: 12px;
		right: 12px;
	}

	.btn_gray.btn_more_details {
		width: 140px;
		position: absolute;
		bottom: 16px;
		right: 12px;
	}

/**/

.btn_blue_small {
	background: var(--pst-color-blue);
	box-shadow: 0px 2px 0px var(--pst-color-blue-light);
	border-radius: 3px;
	cursor: pointer;
	height: 22px;
}

	.btn_blue_small .btn_txt {
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		position: absolute;
		top: 5px;
		left: 2px;
		right: 25px;
		color: #fff;
		cursor: inherit;
	}

	.btn_blue_small .btn_ikon {
		width: 21px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		right: 2px;
		top: 4px;
		border-left: 1px solid #2b8ac5;
		cursor: inherit;
		background-image: url(../images/arrow_small_right_white.png);
	}

	.btn_blue_small.btn_delivery_time {
		width: 208px;
		position: absolute;
		top: 16px;
		right: 4px;
	}

/**/

.btn_blue_large {
	background: var(--pst-color-green-button);
	border-radius: var(--pst-border-radius-div);
	cursor: pointer;
	height: 32px;
}

	.btn_blue_large .btn_txt {
		font-weight: normal;
		font-size: 0.9em;
		text-align: center;
		position: absolute;
		top: 9px;
		left: 2px;
		right: 25px;
		color: #fff;
		cursor: inherit;
		text-transform: uppercase;
		font-weight: bold;
	}

	.btn_blue_large .material-icons {
		float: right;
		color: var(--pst-color-white);
		font-size: 2em;
	}

	.btn_blue_large.all_details {
		/*width: 325px;
		position: absolute;
		top: 14px;
		left:154px;*/
	}

/**/

.checkbox {
	width: 17px;
	height: 17px;
	border: 2px solid #bbb;
	border-radius: 3px;
	box-shadow: inset 2px 2px 7px 0px rgba(0,0,0,.1);
	background-color: #fff;
}

	.checkbox.checked {
		border: 2px solid #58c146;
		background-image: url(../images/checkbox_checked.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.checkbox.all {
		border: 2px solid #58c146;
	}


.more_details_item.light {
	background: #f9f9f9;
}

.more_details_item.dark {
	background: #f3f3f3;
}


/* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */

.result_item.closed .data_txt.data_1.wordwrap,
.result_item.closed .data_txt.data_2.wordwrap,
.result_item.closed .data_txt.data_3.wordwrap,
.result_item.closed .data_txt.data_4.wordwrap {
	display: block;
	overflow: inherit;
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap; /* Opera <7 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* IE */
}

/**/

.results_header_container {
	position: relative;
	margin: 0px 8px 14px 9px;
	height: 30px;
	/*display:block;*/
}

.results_header_item {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	top: 16px;
}

.data_1 {
	left: 13px;
	width: 138px;
}

.data_2 {
	left: 213px;
	width: 140px;
}

.data_3 {
	left: 365px;
	width: 140px;
}

.data_4 {
	left: 515px;
	width: 230px;
}

.result_item {
	position: relative;
	border-radius: var(--pst-border-radius-div);
	margin: 0px 8px 8px 8px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

	.result_item.closed {
		background: #f9f9f9;
		height: 160px;
	}

		.result_item.closed.nonprogress {
			background: #f9f9f9;
			height: 100px;
		}


	.result_item.opened {
		background: #fff;
		border-bottom: none;
		margin: 0px 8px 8px 9px;
		padding-top: 65px;
		padding-bottom: 16px;
	}

.checkbox.all {
	border: 2px solid #58c146;
}

.result_item.closed .checkbox {
	position: absolute;
	top: 17px;
	left: -28px;
}

.result_item.opened .checkbox {
	position: absolute;
	top: 17px;
	left: -37px;
}

.result_item.closed .data_txt {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	display: table;
	height: 40px;
	/*top:50%;
	margin-top:-20px;*/
}

.result_item.opened .data_txt div {
	display: table-cell;
	vertical-align: middle;
}

.result_item.closed .data_txt div {
	display: table-cell;
	vertical-align: middle;
}

.result_item.closed .data_txt.data_1, .result_item.closed .data_txt.data_3, .result_item.closed .data_txt.data_4 {
	display: table;
	height: 40px;
	/*top:50%;
	margin-top:-40px;*/
	margin-top: 10px;
}

.result_item.closed .data_txt.data_2 {
	display: table;
	height: 40px;
	/*top:50%;
	margin-top:-40px;*/
	margin-top: 10px;
	font-weight: normal;
}

.result_item.closed .data_complement {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	position: absolute;
	display: none;
}

/**/



.more_details_item .separation {
	display: none;
}



/**/

.result_item.closed .separator {
	display: none;
}

/**/

.line_container {
	position: relative;
	padding: 3px 0 3px 0;
	min-height: 30px;
}

.result_item.opened .data_txt.data1 {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	top: 18px;
	left: 8px;
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap; /* Opera <7 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* IE */
	width: 80%;
}

/**/

.details_section {
	position: relative;
	padding-bottom: 10px;
}

h3.details_heading {
	/*position:absolute;
	top:-20px;
	left:0px;
	right:0px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #eee;
}

.result_item.opened h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.details_container {
	float: left;
	width: 410px;
	margin-left: 16px;
}

.details_item {
	position: relative;
	height: 26px;
}

.details_label {
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
	width: 146px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.details_data {
	color: inherit;
	font-size: 0.8em;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 156px;
}


.data_txt.data_2.small_text {
	font-size: 12px;
	width: 140px;
}

/**/

.more_details_section {
	position: relative;
	padding-top: 56px;
	border-top: 1px solid #eee;
	margin: 0px 8px;
}

h3.more_details_heading {
	position: absolute;
	top: 20px;
	left: 160px;
	right: 160px;
}


.more_details_header .header_item {
	position: absolute;
	top: 12px;
	font-size: 0.9em;
	font-weight: bold;
}

.more_details_container {

}

.more_details_header {
	background-color: var(--pst-color-gray-light);
	border-radius: 6px 6px 0px 0px;
	height: 38px;
	position: relative;
}

.more_details_item {
	background: #ccc;
	position: relative;
	padding: 10px 0 10px 0;
	min-height: 36px;
}

	.more_details_item .data_txt {
		font-size: 14px;
		font-weight: bold;
		display: table;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		vertical-align: middle;
	}

.data_more_1 {
	left: 12px;
	width: 116px;
}

.data_more_2 {
	left: 190px;
	width: 116px;
}

.data_more_3 {
	left: 320px;
	width: 246px;
}

.data_more_4 {
	left: 582px;
	width: 250px;
}

.data_txt.data_more_1 {
	position: absolute;
	font-size: 12px;
	font-weight: normal;
}

.data_txt.data_more_2 {
	position: absolute;
	top: 50%;
	/* add by XyZs 2016.10.13 */
	font-weight: normal;
}

.data_txt.data_more_3 {
	position: absolute;
}

.data_txt.data_more_4 {
	position: absolute;
	top: 20px;
}

.data_sikertelen_atv {
	color: darkgray;
}

/**/

.result_all_option_container {
	position: relative;
	height: 54px;
	margin-top: 20px;
}

	.result_all_option_container .checkbox.all {
		position: absolute;
		top: 18px;
	}

.label_sum {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.result_all_option_container .label_sum {
	position: absolute;
	left: 28px;
	top: 24px;
}


.result_item.closed .checkbox {
	position: absolute;
	top: 17px;
	left: -28px;
}

.result_item.opened .checkbox {
	position: absolute;
	top: 17px;
	left: -37px;
}



.captcha-frame {
	margin-bottom: 15px;
	height: 78px;
}

.result_input {
	position: relative;
	height: 45px;
}
	.result_input .btn_back .material-icons {
		color: var(--pst-color-white);
		top: 1px;
		font-size: 2rem;
		position: absolute;
	}

	.result_input .btn_next .material-icons {
		color: var(--pst-color-white);
		position: absolute;
		top: 1px;
		right: 0px;
		font-size: 2rem;
	}
.another_search_container .g-recaptcha {
	position: absolute;
	right: 0px;
}

/**/

.result_section {
	position: relative;
	margin-top: 25px;
}

.results_options_container {
	display: block;
	position: absolute;
	width: 116px;
	height: 28px;
	right: 0px;
	top: 0px;
}

.results_options_item {
	width: 32px;
	height: 28px;
	position: absolute;
	top: 2px;
	cursor: pointer;
}

	.results_options_item.i1 {
		left: 0px;
	}

	.results_options_item.i2 {
		left: 45px;
		top: 3px;
	}

	.results_options_item.i3 {
		left: 84px;
	}

		.results_options_item .material-icons {
			color: var(--pst-color-green);
		}

	/**/
	.tabsheet_container {
		position: relative;
	}

.tab_container {
	position: relative;
	height: 59px;
}

.tab {
	position: absolute;
	width: 300px;
	height: 52px;
	border-radius: 6px 6px 0px 0px;
	top: 0px;
}

	.tab.closed {
		cursor: pointer;
	}

	.tab.t1.opened, .tab.t2.opened, .tab.t3.opened {
		background: var(--pst-color-green);
	}


.hidden {
	display: none;
}

.alpha {
	opacity: 0.3;
	background: #eee;
}

.tab.t1.closed, .tab.t2.closed, .tab.t3.closed {
	background: #eee;
}

.tab.t1 {
	left: 0px;
}

.tab.t2 {
	left: 311px;
}

.tab.t3 {
	right: 0px;
}

.tab_title {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	top: 16px;
	left: 12px;
	cursor: inherit;
}

.tab.opened .tab_title {
	color: #fff;
}

.tab.closed .tab_title {
	color: inherit;
}


.tab_txt {
	display: block;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 19px;
	right: 48px;
	cursor: inherit;
}

.tab.opened .tab_txt {
	color: #fff;
}

.tab.closed .tab_txt {
	color: inherit;
}

.tab_results_num {
	position: absolute;
	width: 31px;
	height: 26px;
	font-size: 18px;
	font-weight: bold;
	top: 10px;
	right: 10px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	cursor: inherit;
}

.tab.opened .tab_results_num {
	color: var(--pst-color-green);
	background-image: url(../images/circle_white.png);
}

.tab.closed .tab_results_num {
	color: #fff;
	background-image: url(../images/circle_blue.png);
}


.tab_bottom {
	height: 7px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: var(--pst-color-green);
}

.tabsheet_content_container {
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0px 0px 6px 6px;
	padding-top: 0px;
}

/****/
.status_ikon {
	width: 40px;
	height: 40px;
	border-radius: var(--pst-border-radius-div);
}

.result_item.closed .status_ikon {
	position: absolute;
	left: 156px;
	top: 7px;
}

.more_details_item .status_ikon {
	position: absolute;
	left: 136px;
	top: 50%;
	margin-top: -21px;
}

.status_ikon.green {
	background: var(--pst-color-green);
}

.status_ikon.blue {
	background: var(--pst-color-green);
}

.status_ikon div {
	width: 40px;
	height: 40px;
	border-radius: var(--pst-border-radius-div);
}

.status_ikon .fig_11 {
	background-image: url(../images/ikon_fig1.png);
}

.status_ikon .fig_12 {
	background-image: url(../images/ikon_fig2.png);
}

.status_ikon .fig_13 {
	background-image: url(../images/ikon_fig3.png);
}

.status_ikon .fig_14 {
	background-image: url(../images/ikon_fig4.png);
}

.status_ikon .fig_15 {
	background-image: url(../images/ikon_fig5.png);
}

.status_ikon .fig_21 {
	background-image: url(../images/ikon_fig1_level.png);
}

.status_ikon .fig_22 {
	background-image: url(../images/ikon_fig2.png);
}

.status_ikon .fig_23 {
	background-image: url(../images/ikon_fig3.png);
}

.status_ikon .fig_24 {
	background-image: url(../images/ikon_fig4_level.png);
}

.status_ikon .fig_25 {
	background-image: url(../images/ikon_fig5.png);
}

.status_ikon .fig_31 {
	background-image: url(../images/ikon_fig1_level.png);
}

.status_ikon .fig_32 {
	background-image: url(../images/ikon_fig2.png);
}

.status_ikon .fig_33 {
	background-image: url(../images/ikon_fig3.png);
}

.status_ikon .fig_34 {
	background-image: url(../images/ikon_fig4_level.png);
}

.status_ikon .fig_35 {
	background-image: url(../images/ikon_fig5.png);
}

.sort_arrow {
	color: rgb(88, 193, 70);
}

.statusbar {
	position: relative;
	height: 100px;
	margin: auto;
	width: 420px;
	margin-top: 60px;
}

.status_10 {
	position: absolute;
	top: 80px;
	left: 0%;
	width: 33.33%;
	height: 50px;
}

.status_20 {
	position: absolute;
	top: 80px;
	left: 33.33%;
	width: 33.33%;
	height: 50px;
}

.status_30 {
	position: absolute;
	top: 80px;
	left: 66.66%;
	width: 33.33%;
	height: 50px;
}

.status_image {
	display: block;
	margin: auto;
}

textarea {
	resize: none;
	overflow: auto;
}

/***************************************************************/
/***************************************************************/

.content_col_container {
	width: 447px;
}

.column_1 {
	float: left;
	margin-bottom: var(--pst-margin-vertical);
}

.column_2 {
	float: right;
}

.content_col_container.column_1 .btn_next {
	/* changed by XyZs: 2017.08.07
	position:absolute;
	top: 72px; 
	left:0px;
	right:0px;
	*/
	position: absolute;
}

.captchaDiv {
	margin-bottom: var(--pst-margin-vertical);
}

.validation_container {
	position: relative;
	/* removed by XyZs: 2017.08.07: height:33px; */
	/* changed by XyZs: 2017.11.01: margin-top:15px; */
	margin-top: 0px;
	margin-bottom: var(--pst-margin-vertical);
}
	.validation_container .btn_next .material-icons {
		position: relative;
		top: -15px;
		float: right !important;
		font-size: 2em;
		color: var(--pst-color-white);
	}

.validation_pic {
	background-color: #4999d2;
	width: 200px;
	height: 33px;
	border-radius: var(--pst-border-radius-div);
	position: absolute;
	left: 0px;
	top: 5px;
}

	.validation_pic img.s {
		display: block;
		text-align: center;
		margin-top: 5px;
	}

	.validation_pic img.l {
		display: none;
	}

.validation_refresh {
	width: 19px;
	height: 20px;
	background: url(../images/ikon_refresh.png);
	position: absolute;
	left: 212px;
	top: 12px;
	cursor: pointer;
}

.validation_input {
	width: 180px;
	height: 27px;
	border-radius: var(--pst-border-radius-div);
	background: #FFF;
	padding: 5px 10px 0px 10px;
	position: absolute;
	right: 0px;
	top: 5px;
	border: 1px solid #bbb;
}

	.validation_input input {
		font-size: 12px;
		width: 100%;
		padding: 4px 0px;
		margin: 0;
		border: 0;
		border: none;
		color: inherit;
	}

.validation_container.no_validation {
	height: 50px;
	margin-bottom: 0px;
}

	.validation_container.no_validation .validation_pic, .validation_container.no_validation .validation_refresh, .validation_container.no_validation .validation_input {
		display: none;
	}

	.validation_container.no_validation .btn_next {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
	}
/**/

h3.header_faq_group {
	position: relative;
	border-radius: var(--pst-border-radius-div);
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 10px 11px 0 22px;
	background-repeat: repeat-y;
	background-position: left;
}

	h3.header_faq_group.opened {
		background-image: url(../images/bg_green.png);
	}

	h3.header_faq_group.closed {
		background-image: url(../images/bg_gray.png);
	}

.group_content {
	padding-left: 2px;
}

	.group_content h4 {
		font-weight: bold;
		font-size: 18px;
		padding-left: 20px;
		background-position: left;
		background-repeat: no-repeat;
		margin-top: 5px;
	}


.group_content h4.opened {
	background-image: url(../images/bg_h_opened.png);
	margin-bottom: 6px;
}

.group_content h4.closed {
	background-image: url(../images/bg_h_closed.png);
	margin-bottom: 14px;
}

p {
	font-weight: normal;
	font-size: 1rem;
	padding: 0px 8px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.group_content p {
	font-weight: normal;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.result_error {
	margin-bottom: 20px;
	color: #767676;
	background: #f9f9f9;
	border-radius: var(--pst-border-radius-div);
	position: relative;
	padding: 20px 20px 20px 10px;
	position: relative;
	border-radius: var(--pst-border-radius-div);
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

	.result_error p {
		padding-left: 38px;
		margin: 0 0 10px 0;
		font-size: 14px;
		line-height: 1.6;
		background: url(../images/ikon_error.png) no-repeat left top;
	}




/*********************************************/

/**/

.popup_window {
	border-radius: var(--pst-border-radius-div);
	padding: 25px 25px 25px 25px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	font-size: 12px;
	border: #ddd 1px solid;
	color: #ff4f4f;
	background-color: #f9f9f9;
	position: absolute;
	color: #757575;
	line-height: 1.4;
}

	.popup_window .input_container {
		position: relative;
		left: 0px;
		font-size: 1rem;
	}
	.popup_window .pw_txt {
		color: inherit;
		font-size: 1rem !important;
	}

	.popup_window .btn_x .material-icons {
		color: var(--pst-color-green);
		position: absolute;
		top: 6px;
		right: 5px;
		width: 22px;
		height: 22px;
		cursor: pointer;
	}

	.popup_window .btn_txt {
		width: 120px;
		left: 0px;
		right: 0px;
	}

	.popup_window .btn_general {
		position: absolute;
		width: 120px;
		cursor: pointer;
		text-align: center;
	}

		.popup_window .btn_general.left {
			bottom: 25px;
			left: 25px;
		}

		.popup_window .btn_general.right {
			bottom: 25px;
			right: 25px;
		}

		.popup_window .btn_general .btn_txt {
			top: 6px;
		}

	.popup_window .pw_txt p {
		padding: 0px;
		margin: 10px 0px 2px 5px;
		min-height: 4px;
		font-size: inherit;
	}


.error_window {
	border-radius: var(--pst-border-radius-div);
	padding: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	font-size: 11px;
	border: #eee 1px solid;
	color: #ff4f4f;
	background-color: #f9f9f9;
	position: absolute;
}


@media screen and (max-width: 980px), handheld and (max-width: 980px) {

	.all_container {
		width: 768px;
	}

	.header {
		margin: 0 15px;
	}

	.head_posta_logo {
		top: 30px;
	}

	.head_title {
		position: absolute;
		width: 420px;
		height: 40px;
		top: 98px;
		margin-left: -210px;
		font-size: 28px;
	}

	.sub_title {
		width: 300px;
		height: 14px;
		top: 140px;
		margin-left: -150px;
		font-size: 0.7em;
	}

	.content {
		padding: 20px 15px;
	}

	.tab {
		width: 240px;
	}

		.tab.t2 {
			left: 249px;
		}

	.tab_title {
		font-size: 14px;
		top: 18px;
		left: 12px;
	}

	.results_header_container {
		display: none !important;
	}

	.tabsheet_content_container {
		padding-top: 16px;
	}

	.result_item.closed .data_complement {
		display: block;
		top: 11px;
		font-size: 12px;
	}

	.result_item.closed .data_txt.data_1, .result_item.closed .data_txt.data_2, .result_item.closed .data_txt.data_3, .result_item.closed .data_txt.data_4 {
		display: block;
		height: auto;
		margin-top: 0px;
		/*white-space:nowrap;
		overflow:hidden;*/
		font-size: 0.9em;
		/*height:14px;*/
	}

	.result_item.closed .data_txt div {
		display: block;
	}

	.result_item.closed .data_txt.data_1 {
		top: 11px;
		width: 130px;
		font-size: 14px;
	}

	.result_item.closed .data_txt.data_2 {
		top: 11px;
		max-width: 120px;
		display: table;
		height: 40px;
		/*top:50%;
		margin-top:-40px;*/
	}

	.result_item.closed .data_txt.data_3 {
		top: 11px;
		right: 210px;
		text-align: left;
		left: auto;
		width: auto;
		max-width: 210px;
	}

	.result_item.closed .data_txt.data_4 {
		top: 30px;
		right: 210px;
		text-align: left;
		left: auto;
		width: auto;
		max-width: 210px;
	}

	.data_more_1 {
		left: 12px;
		width: 116px;
	}

	.data_more_2 {
		left: 190px;
		width: 86px;
	}

	.data_more_3 {
		left: 290px;
		width: 184px;
	}

	.data_more_4 {
		left: 472px;
		width: 180px;
	}

	.details_container {
		float: left;
		width: 321px;
		margin-left: 16px;
	}

	.details_section {
		padding-bottom: 36px;
	}

	.more_details_item .data_txt {
		font-size: 0.8em;
	}

	.content_col_container {
		width: 738px;
	}

	.column_1 {
		float: none;
	}

	.column_2 {
		float: none;
	}

	.textarea_container {
		width: auto;
	}


	.btn_container_2 .btn_general.btn_1, .btn_container_2 .btn_general.btn_2 {
		width: 354px;
	}


	.validation_container.no_validation .btn_next {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		width: auto;
	}


	.validation_input {
		right: 266px;
	}

	.validation_container {
		/* removed by XyZs: 2017.08.07: 
		height:40px;
		margin-bottom:0px;
		*/
		position: relative;
		height: 32px;
	}

	.result_item.closed .data_txt.data_2.small_text {
		font-size: 14px;
		width: 220px;
		max-width: 220px;
		white-space: normal;
	}
}


@media screen and (max-width: 788px), handheld and (max-width: 788px) {

	.all_container {
		width: 480px;
		margin: 0px auto 0px auto;
	}

	.header {
		margin: 0 10px;
		height: 218px;
	}

	.head_posta_logo {
		top: 15px;
	}

	.head_pic {
		position: absolute;
		width: 130px;
		height: 90px;
		left: 4px;
		top: 114px;
		/*background:url(../images/head_pic_mono_m.png) no-repeat center;*/
	}

	.head_title {
		position: absolute;
		width: 420px;
		height: 40px;
		top: 76px;
		margin-left: -210px;
		font-size: 1.6em;
	}

	.sub_title {
		width: 300px;
		height: 14px;
		top: 120px;
		margin-left: -150px;
		font-size: 0.7em;
	}

	.language_container {
		top: 150px;
	}

	.content {
		padding: 20px 15px;
	}

	.captcha-frame {
		margin-bottom: 15px;
		height: 78px;
	}

	.result_input {
		position: relative;
		height: 99px;
	}

	.section_content_container .input_container {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
	}

	.input_container input {
		font-size: 14px;
		padding: 4px 0px;
	}

	.input_content .input_container {
		margin: 7px 0px 14px 0px;
	}

		.input_content .input_container label {
			right: 11px;
			top: -5px;
			font-size: 11px;
			background-color: #f3f3f3;
			padding: 3px;
			-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, .4);
			-moz-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, .4);
			box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, .4);
		}

		.input_content .input_container:hover label {
			font-size: 12px;
		}


	.another_search_container .btn_back {
		top: 54px;
		left: 0px;
		width: 215px;
	}

	.another_search_container .btn_next {
		top: 54px;
		right: 0px;
		/*width: 215px;*/
	}


	/****/
	.section_content_container.another_search_container {
		border-bottom: #ddd 1px solid;
		position: relative;
		/* eredmény lap - további keresés: ez totál felesleges helynek tûnik 
	margin:100px 0px 20px 0px;
	height:65px;*/
	}

	/**/

	.another_search_container .btn_back {
		position: absolute;
		left: 0px;
		width: 215px;
	}

	.another_search_container .btn_next {
		position: absolute;
		right: 0px;
		width: 215px;
	}

	.results_options_container {
		display: none;
	}


	.tab_container {
		height: 80px;
	}

	.tab {
		width: 146px;
		height: 74px;
	}

		.tab.t2 {
			left: 152px;
		}

	.tab_title {
		font-size: 16px;
		top: 10px;
		left: 2px;
		right: 2px;
		text-align: center;
	}

	.tab_txt {
		display: none;
	}

	.tab_results_num {
		top: 34px;
		right: 50%;
		margin-right: -15px;
	}

	.results_header_container {
		display: none !important;
	}

	.tabsheet_content_container {
		padding-top: 16px;
	}

	.result_item.closed {
		height: 260px;
	}
		.result_item.closed.nonprogress {
			height: 180px;
		}

		.result_item.closed .data_complement.data_2 {
			display: block;
			top: 80px;
			left: 75px;
		}

		.result_item.closed .data_txt.data_1 {
			font-size: 18px;
			left: 15px;
			top: 10px;
			width: 240px;
			height: 20px;
		}

		.result_item.closed .data_txt.data_2 {
			top: 90px;
			left: 75px;
			width: auto;
			max-width: 110px;
			height: 16px;
			display: table;
			height: 40px;
			margin-top: -20px;
		}

		.result_item.closed .data_txt.data_3 {
			top: 90px;
			right: 15px;
			text-align: right;
			left: auto;
			width: auto;
			max-width: 200px;
			height: 16px;
		}

		.result_item.closed .data_txt.data_4 {
			top: 108px;
			right: 15px;
			text-align: right;
			left: auto;
			width: auto;
			max-width: 200px;
			height: 16px;
			display: block;
			height: auto;
		}

		.result_item.closed .separator {
			display: block;
			position: absolute;
			background-color: #bababa;
			height: 1px;
			left: 10px;
			right: 10px;
			top: 80px;
		}

		.result_item.closed .data_txt.data_1, .result_item.closed .data_txt.data_2, .result_item.closed .data_txt.data_3, .result_item.closed .data_txt.data_4 {
			display: block;
			height: auto;
			margin-top: 0px;
			/*white-space: normal;
			overflow: hidden;*/
			font-size: 14px;
			width: auto;
		}

	.data_txt.data_more_1, .data_txt.data_more_2, .data_txt.data_more_3, .data_txt.data_more_4 {
		width: auto;
		text-align: left;
	}

	.result_item.opened .data_txt.data1 {
		font-size: 18px;
		width: 50%;
	}
	/*

	.btn_gray {
		height: 30px;
	}

		.btn_gray .btn_txt {
			font-size: 16px;
			top: 8px;
			left: 2px;
			right: 34px;
		}

		.btn_gray .btn_ikon {
			width: 30px;
			height: 20px;
			right: 2px;
			top: 6px;
		}

		.btn_gray.closed .btn_ikon {
			background-image: url(../images/arrow_large_down_green.png);
		}

		.btn_gray.opened .btn_ikon {
			background-image: url(../images/arrow_large_up_gray.png);
		}
		.btn_gray.btn_details {
			width: 125px;
			top: 12px;
			right: 15px;
		}

		.btn_gray.btn_more_details {
			width: 180px;
			bottom: 16px;
			right: 12px;
		}

	*/

	.btn_blue_small {
		height: 30px;
	}

		.btn_blue_small .btn_txt {
			font-size: 16px;
			top: 8px;
			left: 2px;
			right: 34px;
		}

		.btn_blue_small .btn_ikon {
			width: 30px;
			height: 20px;
			right: 2px;
			top: 6px;
			background-image: url(../images/arrow_large_right_white.png);
		}

		.btn_blue_small.btn_delivery_time {
			position: relative;
			width: auto;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
			margin: 30px 0 20px 0;
		}

	/**/

	.btn_blue_large {
		height: 32px;
	}

		.btn_blue_large .btn_txt {
			font-size: 0.9em;
			font-weight: bold;
			top: 10px;
			left: 2px;
			right: 25px;
			text-transform: uppercase;
		}

		.btn_blue_large .btn_ikon {
			width: 21px;
			height: 15px;
			right: 10px;
			top: 16px;
		}

		.btn_blue_large.all_details {
			width: auto;
			position: relative;
			top: 0px;
			left: 0px;
			margin: 0px;
		}

	/**/

	.result_item.opened {
		background: #fff;
		border-bottom: none;
		margin: 0px 8px 8px 8px;
		padding-top: 56px;
		padding-bottom: 16px;
	}

	/**/

	h3.details_heading {
		position: static;
		border-top: 1px solid #bcbcbc;
		margin: 0 12px;
		padding: 16px 0 26px 0;
	}

	.details_container {
		float: none;
		width: auto;
		margin-left: 16px;
	}

	.details_item {
		height: 30px;
	}

	.details_label {
		color: var(--pst-color-gray-light);
		font-size: 0.9em;
		font-weight: bold;
		width: 200px;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.details_data {
		color: inherit;
		font-size: 0.9em;
		font-weight: bold;
		position: absolute;
		top: 0px;
		left: 154px;
		right: 15px;
		text-align: right;
	}

	.more_details_section {
		border-top: 1px solid #bcbcbc;
		margin: 0px 12px;
		margin-top: 50px;
		padding-top: 30px;
	}

	h3.more_details_heading {
		position: static;
		margin-bottom: 0px;
	}

	.more_details_header {
		display: none;
	}

	.details_section {
		padding-bottom: 62px;
		margin-top: 50px;
	}

	.more_details_item .data_txt {
		font-size: 16px;
		font-weight: bold;
		height: auto;
	}

	.data_txt.data_more_1 {
		position: static;
		margin: 0px 10px 8px 90px;
	}

	.data_txt.data_more_2 {
		position: static;
		margin: 13px 10px 26px 90px;
		font-size: 20px;
		height: 40px;
		font-weight: normal;
	}

	.data_txt.data_more_3 {
		position: static;
		margin: 0px 10px 8px 90px;
	}

	.data_txt.data_more_4 {
		position: static;
		margin: 0px 10px 20px 90px;
	}

	.more_details_item .separation {
		display: block;
		height: 20px;
		border-top: 1px solid #bcbcbc;
		margin: 0px 15px 0px 90px;
	}

	.label_sum {
		display: none;
	}

	.result_all_option_container .checkbox.all {
		position: absolute;
		top: 12px;
	}

	/************/

	.content_col_container {
		width: 450px;
		margin: 0px;
	}
		.content_col_container.column_1 .btn_next {
			/* removed by XyZs 2017.08.07
			top:68px;
			left:0px;
			right:0px;
			*/
			position: absolute;
			top: 0px;
			right: 0px;
		}
			.content_col_container.column_1 .btn_next .btn_txt {
				font-size: 1.0rem;
				top: 9px;
			}

	.column_1 {
		float: none;
	}

	.column_2 {
		float: none;
	}

	.textarea_container {
		width: auto;
		height: 120px;
	}

	.group_content h4 {
		font-size: 14px;
	}

	h3.header_faq_group {
		font-size: 14px;
	}

	.btn_container_2 .btn_general.btn_1, .btn_container_2 .btn_general.btn_2 {
		width: 217px;
	}


	.validation_container {
		/* removed by XyZs: 2017.08.07: 
		height:78px;
		*/
		position: relative;
	}

	.validation_pic {
		width: 205px;
		height: 45px;
		left: 0px;
		top: 5px;
	}

		.validation_pic img.s {
			display: none;
		}

		.validation_pic img.l {
			display: block;
			text-align: center;
			margin-top: 8px;
		}

	.validation_refresh {
		width: 30px;
		height: 30px;
		background: url(../images/ikon_refresh_l.png);
		position: absolute;
		left: 210px;
		top: 12px;
		cursor: pointer;
	}
	.validation_container.no_validation .btn_next {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		width: auto;
	}



	.validation_input {
		right: 0px;
		width: 183px;
		height: 23px;
		padding: 10px;
	}

		.validation_input input {
			font-size: 16px;
		}

	/*****/

	.status_ikon {
		width: 50px;
		height: 50px;
	}

	.more_details_container .status_ikon {
		width: 65px;
		height: 65px;
	}

	.result_item.closed .status_ikon {
		position: absolute;
		left: 14px;
		top: 90px;
	}
	.result_item.closed .data_txt.data_2.small_text {
		font-size: 14px;
		width: 180px;
		max-width: 180px;
		white-space: normal;
	}

	.more_details_item .status_ikon {
		position: absolute;
		top: 9px;
		left: 10px;
		margin-top: 0px;
	}

	.status_ikon div {
		width: 50px;
		height: 50px;
	}

	.more_details_container .status_ikon div {
		width: 65px;
		height: 65px;
	}

	.status_ikon .fig_11 {
		background-image: url(../images/ikon_fig1_m.png);
	}

	.status_ikon .fig_12 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.status_ikon .fig_13 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.status_ikon .fig_14 {
		background-image: url(../images/ikon_fig4_m.png);
	}

	.status_ikon .fig_15 {
		background-image: url(../images/ikon_fig5_m.png);
	}

	.status_ikon .fig_21 {
		background-image: url(../images/ikon_fig1_level_m.png);
	}

	.status_ikon .fig_22 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.status_ikon .fig_23 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.status_ikon .fig_24 {
		background-image: url(../images/ikon_fig4_level_m.png);
	}

	.status_ikon .fig_25 {
		background-image: url(../images/ikon_fig5_m.png);
	}

	.status_ikon .fig_31 {
		background-image: url(../images/ikon_fig1_level_m.png);
	}

	.status_ikon .fig_32 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.status_ikon .fig_33 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.status_ikon .fig_34 {
		background-image: url(../images/ikon_fig4_level_m.png);
	}

	.status_ikon .fig_35 {
		background-image: url(../images/ikon_fig5_m.png);
	}


	.more_details_container .status_ikon .fig_11 {
		background-image: url(../images/ikon_fig1_l.png);
	}

	.more_details_container .status_ikon .fig_12 {
		background-image: url(../images/ikon_fig2_l.png);
	}

	.more_details_container .status_ikon .fig_13 {
		background-image: url(../images/ikon_fig3_l.png);
	}

	.more_details_container .status_ikon .fig_14 {
		background-image: url(../images/ikon_fig4_l.png);
	}

	.more_details_container .status_ikon .fig_15 {
		background-image: url(../images/ikon_fig5_l.png);
	}

	.more_details_container .status_ikon .fig_21 {
		background-image: url(../images/ikon_fig1_level_l.png);
	}

	.more_details_container .status_ikon .fig_22 {
		background-image: url(../images/ikon_fig2_l.png);
	}

	.more_details_container .status_ikon .fig_23 {
		background-image: url(../images/ikon_fig3_l.png);
	}

	.more_details_container .status_ikon .fig_24 {
		background-image: url(../images/ikon_fig4_level_l.png);
	}

	.more_details_container .status_ikon .fig_25 {
		background-image: url(../images/ikon_fig5_l.png);
	}

	.more_details_container .status_ikon .fig_31 {
		background-image: url(../images/ikon_fig1_level_l.png);
	}

	.more_details_container .status_ikon .fig_32 {
		background-image: url(../images/ikon_fig2_l.png);
	}

	.more_details_container .status_ikon .fig_33 {
		background-image: url(../images/ikon_fig3_l.png);
	}

	.more_details_container .status_ikon .fig_34 {
		background-image: url(../images/ikon_fig4_level_l.png);
	}

	.more_details_container .status_ikon .fig_35 {
		background-image: url(../images/ikon_fig5_l.png);
	}

	.statusbar {
		margin-top: 160px
	} 
}



@media screen and (max-width: 480px), handheld and (max-width: 480px) {

    body {
        display: block;
    }
	.head_pic {
		/*background: url(../images/head_pic_mono_s.png) no-repeat center;*/
		background-size: 98px;
	}

	.all_container {
		width: 360px !important;
		margin: 0px auto 0px auto;
	}
	.content_col_container {
		width: 100% !important;
	}

	.header {
		margin: 0 8px;
		height: 210px;
	}

	.head_posta_logo {
		top: 15px;
	}

	.head_pic {
		position: absolute;
		left: 0px;
	}

	.head_title {
		position: absolute;
		width: 340px;
		height: 40px;
		top: 82px;
		margin-left: -170px;
		font-size: 1.3em;
	}

	.sub_title {
		width: 300px;
		height: 14px;
		top: 110px;
		margin-left: -150px;
		font-size: 0.8em;
	}

	.language_container {
		top: 150px;
	}

	.content {
		padding: 10px 2px;
	}

	.section_content_container .input_container {
		position: absolute;
		left: 0px;
		right: 0px;
	}

	.section_header .section_header_box {
		font-size: 13px;
		padding-top: 10px;
		padding-left: 10px;
	}

	.section_header.i_search .section_header_box {
		font-size: 13px;
		padding-top: 10px;
		padding-left: 10px;
	}

	/*.section_content_container.another_search_container
	{
		margin:10px 0;
		height:162px;
	}*/
	.input_container input {
		font-size: 14px;
		padding: 4px 0px;
	}

	.input_content .input_container {
		margin: 7px 0px 14px 0px;
	}

		.input_content .input_container label {
			right: 7px;
			top: -5px;
			font-size: 10px;
			background-color: #f3f3f3;
			padding: 3px;
			-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, .4);
			-moz-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, .4);
			box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, .4);
		}

		.input_content .input_container:hover label {
			font-size: 11px;
		}

	.section_content_container .input_container {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
	}

	.captcha-frame {
		margin-bottom: 15px;
		height: 78px;
	}

	.result_input {
		position: relative;
		height: 150px;
	}

	.another_search_container .btn_back {
		top: 53px;
		left: 0px;
		right: 0px;
		width: auto;
	}

	.another_search_container .btn_next {
		top: 106px;
		left: 0px;
		right: 0px;
		width: auto;
	}

	.results_options_container {
		display: none;
	}

	.tab_container {
		height: 96px;
		display: flex;
		flex-direction: row;
	}

	.tab {
		position: static;
		width: 33%;
		height: 90px;
		margin-left: 4px;
	}
		.tab:first-child {
			margin-left: 0px;
		}

	.tab_title {
		position: relative;
		font-size: 16px;
		top: 10px;
		left: 2px;
		right: 2px;
		text-align: center;
	}

	.tab_txt {
		display: none;
	}

	.tab_results_num {
		position: relative;
		top: 34px;
		margin-right: 0px;
		right: -40%;
	}

	.results_header_container {
		display: none !important;
	}

	.tabsheet_content_container {
		padding-top: 16px;
	}

	.result_item.closed {
		height: 184px;
	}

		.result_item.closed .data_complement.data_2 {
			display: block;
			top: 74px;
			left: 66px;
		}

		.result_item.closed .data_txt.data_1 {
			font-size: 14px;
			left: 12px;
			top: 10px;
			width: 125px;
			height: 16px;
		}

		.result_item.closed .data_txt.data_2 {
			top: 90px;
			left: 66px;
			font-size: 16px;
			max-width: none;
			width: 260px;
			height: 18px;
		}

		.result_item.closed .data_txt.data_3 {
			top: 128px;
			right: auto;
			text-align: left;
			left: 66px;
			font-size: 14px;
			max-width: none;
			width: 187px;
			height: 16px;
		}

		.result_item.closed .data_txt.data_4 {
			top: 152px;
			right: 7px;
			text-align: left;
			left: 66px;
			font-size: 14px;
			max-width: none;
			width: 187px;
			height: 16px;
			height: auto;
		}

		.result_item.closed .separator {
			display: block;
			position: absolute;
			background-color: #bababa;
			height: 1px;
			left: 7px;
			right: 7px;
			top: 80px;
		}

	.btn_gray.btn_details {
		width: 112px;
		top: 12px;
		right: 7px;
	}

	.btn_gray.btn_more_details {
		width: 158px;
		bottom: 16px;
		right: 7px;
	}
	.btn_gray .material-icons {
		top: 0px;
	}
	.material-icons {
		font-size: 1.8em !important;
	}

	.validation_container .btn_next .material-icons {
		top: -14px;
	}

	.section_header .material-icons {
		top: -8px;
	}
	/**/
	.result_item.opened {
		background: #fff;
		border-left: 0px solid var(--pst-color-green-light);
		border-bottom: none;
		margin: 0px 8px 8px 8px;
		padding-top: 56px;
		padding-bottom: 16px;
	}

	h3.details_heading {
		position: static;
		border-top: 1px solid #bcbcbc;
		margin: 0 12px;
		padding: 16px 0 20px 0;
	}

	.details_container {
		float: none;
		width: auto;
		margin-left: 16px;
	}

	.details_item {
		height: 48px;
	}

	.details_label {
		color: #999;
		font-size: 14px;
		font-weight: bold;
		width: 200px;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.details_data {
		color: inherit;
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		top: 19px;
		left: 0px;
		right: auto;
		text-align: right;
	}

	.more_details_section {
		border-top: 1px solid #bcbcbc;
		margin: 0px 6px;
		margin-top: 30px;
		padding-top: 30px;
	}

	h3.more_details_heading {
		position: static;
		margin-bottom: 0px;
	}

	.more_details_header {
		display: none;
	}

	.details_section {
		padding-bottom: 62px;
	}

	.more_details_item .data_txt {
		font-size: 14px;
		font-weight: bold;
		height: auto;
	}


	.result_item.opened .data_txt.data1 {
		position: absolute;
		font-size: 14px;
		font-weight: bold;
		top: 10px;
		left: 12px;
		width: 45%;
	}

	.data_txt.data_more_1 {
		position: static;
		margin: 0px 10px 8px 66px;
	}

	.data_txt.data_more_2 {
		position: static;
		margin: 3px 10px 22px 66px;
		font-size: 18px;
		height: 40px;
	}

	.data_txt.data_more_3 {
		position: static;
		margin: 0px 10px 8px 66px;
	}

	.data_txt.data_more_4 {
		position: static;
		margin: 0px 10px 20px 66px;
	}

	.more_details_item .separation {
		display: block;
		height: 20px;
		border-top: 1px solid #bcbcbc;
		margin: 0px 6px 0px 66px;
	}

	.label_sum {
		display: none;
	}

	.result_all_option_container .checkbox.all {
		position: absolute;
		top: 12px;
	}

	/************/

	.content_col_container {
		width: auto;
		margin: 0px;
	}

	.column_1 {
		float: none;
	}

	.column_2 {
		float: none;
	}

	.textarea_container {
		width: auto;
		height: 124px;
	}

		.textarea_container textarea {
			font-size: 16px;
			height: 64px;
		}
		.textarea_container .textarea_label {
			font-size: 1.1rem;
		}

		.content_col_container.column_1 .btn_next .btn_txt {
			font-size: 1.0em;
			top: 10px;
		}

	.group_content h4 {
		font-size: 14px;
	}

	h3.header_faq_group {
		font-size: 14px;
	}

	.btn_container_2 .btn_general.btn_1, .btn_container_2 .btn_general.btn_2 {
		width: 149px;
	}

	.result_all_option_container .checkbox.all {
		position: absolute;
		top: 12px;
	}


	.validation_pic {
		width: 268px;
		height: 45px;
		left: 0px;
		top: 5px;
	}

		.validation_pic img.s {
			display: none;
		}

		.validation_pic img.l {
			display: block;
			margin: 8px auto 0 auto;
		}

	.validation_refresh {
		width: 30px;
		height: 30px;
		background: url(../images/ikon_refresh_l.png);
		position: absolute;
		left: auto;
		right: 0px;
		top: 12px;
		cursor: pointer;
	}

	.validation_container.no_validation .btn_next {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		width: auto;
	}

	.validation_input {
		right: 0px;
		left: 0px;
		width: auto;
		height: 23px;
		padding: 10px;
		top: 66px;
	}

		.validation_input input {
			font-size: 16px;
		}

	/******/

	.status_ikon {
		width: 50px;
		height: 50px;
	}

	.more_details_container .status_ikon {
		width: 50px;
		height: 50px;
	}

	.result_item.closed .status_ikon {
		position: absolute;
		left: 7px;
		top: 90px;
	}

	.more_details_item .status_ikon {
		position: absolute;
		top: 7px;
		left: 7px;
		margin-top: 0px;
	}

	.status_ikon div {
		width: 50px;
		height: 50px;
	}

	.more_details_container .status_ikon div {
		width: 50px;
		height: 50px;
	}


	.status_ikon .fig_11 {
		background-image: url(../images/ikon_fig1_m.png);
	}

	.status_ikon .fig_12 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.status_ikon .fig_13 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.status_ikon .fig_14 {
		background-image: url(../images/ikon_fig4_m.png);
	}

	.status_ikon .fig_15 {
		background-image: url(../images/ikon_fig5_m.png);
	}

	.status_ikon .fig_21 {
		background-image: url(../images/ikon_fig1_level_m.png);
	}

	.status_ikon .fig_22 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.status_ikon .fig_23 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.status_ikon .fig_24 {
		background-image: url(../images/ikon_fig4_level_m.png);
	}

	.status_ikon .fig_25 {
		background-image: url(../images/ikon_fig5_m.png);
	}

	.status_ikon .fig_31 {
		background-image: url(../images/ikon_fig1_level_m.png);
	}

	.status_ikon .fig_32 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.status_ikon .fig_33 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.status_ikon .fig_34 {
		background-image: url(../images/ikon_fig4_level_m.png);
	}

	.status_ikon .fig_35 {
		background-image: url(../images/ikon_fig5_m.png);
	}


	.more_details_container .status_ikon .fig_11 {
		background-image: url(../images/ikon_fig1_m.png);
	}

	.more_details_container .status_ikon .fig_12 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.more_details_container .status_ikon .fig_13 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.more_details_container .status_ikon .fig_14 {
		background-image: url(../images/ikon_fig4_m.png);
	}

	.more_details_container .status_ikon .fig_15 {
		background-image: url(../images/ikon_fig5_m.png);
	}

	.more_details_container .status_ikon .fig_21 {
		background-image: url(../images/ikon_fig1_level_m.png);
	}

	.more_details_container .status_ikon .fig_22 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.more_details_container .status_ikon .fig_23 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.more_details_container .status_ikon .fig_24 {
		background-image: url(../images/ikon_fig4_level_m.png);
	}

	.more_details_container .status_ikon .fig_25 {
		background-image: url(../images/ikon_fig5_m.png);
	}

	.more_details_container .status_ikon .fig_31 {
		background-image: url(../images/ikon_fig1_level_m.png);
	}

	.more_details_container .status_ikon .fig_32 {
		background-image: url(../images/ikon_fig2_m.png);
	}

	.more_details_container .status_ikon .fig_33 {
		background-image: url(../images/ikon_fig3_m.png);
	}

	.more_details_container .status_ikon .fig_34 {
		background-image: url(../images/ikon_fig4_level_m.png);
	}

	.more_details_container .status_ikon .fig_35 {
		background-image: url(../images/ikon_fig5_m.png);
	}

	.statusbar {
		display: none;
	}
}

