@charset "utf-8";
/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table, td, th, tr {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	padding: 0;
	border-style: none;
	text-align: left;
}
.clear, .clr {
	clear: both;
}
/*********************

FONT

**********************/





@font-face {
	font-family: 'rockwell';
	src: url('../fonts/rockwell.eot');
	src: url('../fonts/rockwell.eot?#iefix') format('embedded-opentype'), url('../fonts/rockwell.woff') format('woff'), url('../fonts/rockwell.ttf') format('truetype'), url('../fonts/rockwell.svg#rockwell') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rockwell-bold';
	src: url('../fonts/rockwell-bold.eot');
	src: url('../fonts/rockwell-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/rockwell-bold.woff') format('woff'), url('../fonts/rockwell-bold.ttf') format('truetype'), url('../fonts/rockwell-bold.svg#rockwell-bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'sanchez';
	src: url('../fonts/sanchezregular.eot');
	src: url('../fonts/sanchezregular.eot?#iefix') format('embedded-opentype'), url('../fonts/sanchezregular.woff') format('woff'), url('../fonts/sanchezregular.ttf') format('truetype'), url('../fonts/sanchezregular.svg#sanchezregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: rockwell;
	color: #404041;
}
header {
	text-align: center;
	padding: 30px 0;
}
.rs-text-container {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.rs-text-container-inner {
	height: 100%;
	width: 100%;
}
.rs-text-container-inner-inner {
	position: relative;
	height: 100%;
	width: 100%;
}
.rs-text-container-inner-inner h2 {
	width: 100%;
	font-size: 50px;
	color: #fff;
	font-family: rockwell-bold;
	height: 100%;
}
h4 {
	font-size: 22px;
	font-family: rockwell;
}
.rs-text-container-inner-inner h2 > div {
	display: table;
	height: 100%;
	width: 100%;
}
.rs-text-container-inner-inner h2 > div > div {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	line-height: normal;
}
.red {
	color: #b42632;
}
section, footer {
	padding: 60px 0;
}
.gray {
	background-color: #eeeded !important;
}
.w720 {
	max-width: 720px;
	margin: 0 auto;
	width: 94%;
	line-height: 26px;
}
.w1160 {
	max-width: 1160px;
	margin: 0 auto;
	width: 94%;
}
.w500 {
	max-width: 500px;
	width: 100%;
}
.acenter {
	margin: 0 auto;
}
.table {
	display: table;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.table .row {
	display: table-row;
}
.table .column {
	display: table-cell;
	background-color: #fff;
	padding: 10px 20px;
	width: 83.48%;
	box-sizing: border-box;
	vertical-align: top;
}
.table.fel .column {
	width: 50%;
}
.kezdo .table .column {
	text-align: left;
}
.table .column .logo {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: 1px solid #ddd;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
}
.table .column .boraszat {
	display: inline-block;
	margin-left: 10px;
	padding-top: 20px;
}
.white .table .column {
	background-color: #eeeded;
}
.table .column span {
	display: block;
	padding-left: 38px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 3px;
}
.table .row .column:first-of-type {
	width: 16.52%;
}
.table.fel .row .column:first-of-type {
	width: 50%;
}
.white .table .row .column:first-of-type {
	text-align: center;
}
.gray2 {
	background-color: #CCC !important;
}
.gray3 {
	border-top: 1px dashed #ccc;
}
.white .table.threecol .row .column:nth-child(1), .gray2 .table.threecol .row .column:nth-child(1), .gray3 .table.threecol .row .column:nth-child(1) {
	width: 25%;
}
.white .table.threecol .row .column:nth-child(2), .gray2 .table.threecol .row .column:nth-child(2) {
	width: 55%;
}
.white .table.threecol .row .column:nth-child(3), .gray2 .table.threecol .row .column:nth-child(3) {
	width: 20%;
	text-align: center;
}
.gray3 .table.threecol .row .column:nth-child(2) {
	width: 45%;
}
.gray3 .table.threecol .row .column:nth-child(3) {
	width: 35%;
	text-align: center;
}
.royalSlider {
	padding: 0;
}
h3 {
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	/*margin-bottom:60px;*/

	margin-bottom: 30px;
	line-height: 40px;
}
h3 span {
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #b31f2d;
	transition: color .25s ease-in-out;
}
a:hover {
	transition: color .25s ease-in-out;
	color: #404041;
}
.redbg {
	background-color: #b42632;
	color: #fff;
}
.redbg h3 {
	color: #fff;
}
.redbg a {
	color: #000;
	transition: color .25s ease-in-out;
}
.redbg a:hover {
	color: #fff;
	transition: color .25s ease-in-out;
}
.redbg .w720 > div {
	border-bottom: 1px solid #fff;
	padding: 10px;
	text-align: center;
}
.redbg .w720 > div span {
	font-size: 14px;
}
footer > div {
	padding-bottom: 60px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px !important;
}
.contact {
	padding-top: 20px;
}
.contact .w1160 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.contact .w1160 .right img {
	margin-right: 5px;
	vertical-align: middle;
}
.contact .w1160 .right span, .contact .w1160 .right a {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
footer > div:last-of-type {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}
footer > div a {
	margin: 0 3%;
}
.button {
	display: block;
	margin: 0 auto;
	background-color: #b31f2d;
	padding: 15px;
	max-width: 300px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	transition: background-color .25s ease-in-out;
	margin-top: 20px;
	border: none;
}
.button:hover {
	background-color: #404041;
	transition: background-color .25s ease-in-out;
	color: #fff;
}
.white {
	background-color: #fff;
}
.padding30 {
	padding: 30px;
	box-sizing: border-box;
}
.white form {
	text-align: center;
	font-family: sanchez;
	line-height: normal;
}
input[type="text"], select, textarea {
	display: inline-block;
	margin: 0 auto;
	width: 40%;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-family: sanchez;
	font-size: 16px;
	box-sizing: border-box;
}
td select {
	width: 100%;
}
input[type="submit"] {
	font-family: rockwell;
	border: none;
	width: 50%;
	padding: 10px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background-color: #404041;
	transition: background-color .25s ease-in-out;
	color: #fff;
}
.center {
	text-align: center;
}
.cwhite {
	color: #fff;
}
.jv {
	width: 50%;
}
.jv td {
	padding: 5px 0;
}
.jv td label {
	display: inline-block;
	width: 90%;
	vertical-align: top;
}
.jv.fl {
	width: 100%;
}
.kezdo {
	text-align: center;
}
.kezdo .button {
	display: inline-block;
	margin: 0 5px;
}
.jv2 {
	width: 70%
}
.jv2 td {
	padding-bottom: 20px;
}
.jv2 td input[type="text"] {
	width: 100%;
}
.jv2 .third input[type="text"] {
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	width: 32.6%;
}
.jv2 .third input[type="text"]:last-of-type {
	margin-right: 0;
}
.table input[type="text"] {
	width: 100%;
	margin: 0;
}
.parallaxkep1 {
	background: url(../images/kaja.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 500px;
}
.parallax {
	display: table;
	width: 100%;
}
.parallax div {
	color: #fff;
	font-family: rockwell-bold;
	font-size: 50px;
	height: 100%;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.parallax div span {
	font-size: 30px;
}
.nobutton {
	padding: 0;
}
textarea {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 10px;
	width: 100%;
}
#layout_advertising_bottom {
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);*/

	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85) !important;
	border-top: 6px solid #dd4025;
	bottom: 0;
	height: 85px;
	left: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	box-sizing: border-box;
	z-index: 1000;
}
#layout_advertising_box_close {
	color: #000000;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	width: 14px;
	height: 13px;
	background: url(../images/layer-close.png) no-repeat;
}
#layout_advertising_box_close:hover {
	background-position: left -13px;
}
#layout_advertising_bottom div.content {
	height: 100%;
	margin: 0 auto;
	max-height: 85px;
	position: relative;
	text-align: left;
	width: 1160px;
	color: #453e3e;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	background: none;
}
#layout_advertising_bottom div.content a {
	color: #453e3e;
	text-decoration: underline;
}
#layout_advertising_bottom #pic {
/*border: 1px solid #89BFFF;*/

}
#layout_advertising_bottom .info {
	/*color: #000000;*/

	/*font-size: 14px;*/

	margin-left: 10px;
	padding-right: 10px;
	width: 540px;
	margin-top: 8px;
}
#layout_advertising_bottom .link {
	color: #89BFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
#layout_advertising_bottom #special_offer_button {
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	font-family: calibri;
}
#layout_advertising_bottom #special_offer_button:hover {
	background-color: #000;
}
#layout_advertising_bottom .border-radius-10 {
	border-radius: 10px;
}
#layout_advertising_bottom .left {
	float: left;
}
#layout_advertising_bottom .layout_advertising_bottom_button {
	background-color: #dd4025;
	/*border: 1px solid #FFFFFF;*/

	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 6px;
}
#layout_advertising_bottom .layout_advertising_bottom_button:hover {
	background-color: #000 !important;
}
.kuponkodbutton {
	margin: 0;
	width: 40%;
}
.s20 {
	font-size: 20px;
}
.iblock {
	display: inline-block;
}
.half {
	width: 50%;
}
.valign-top {
	vertical-align: top;
}
.aleft {
	text-align: left;
}
.jv input[type="text"] {
	width: 100%;
	margin-bottom: 0;
}
.halftb input[type="text"] {
	width: 49%;
}
.halftb input[type="text"]:nth-child(2) {
	margin-left: 2%;
}
.kuponos img {
	width: 100%;
	height: auto;
}
.kuponos .half h3 {
	font-size: 26px;
	text-align: left;
	line-height: normal;
	margin-bottom: 10px;
}
.union-jack {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 100%;
	overflow: hidden;
	width: 30px;
	height: 30px;
	opacity: .5;
	transition: opacity .25s ease-in-out;
}
.union-jack:hover {
	transition: opacity .25s ease-in-out;
	opacity: 1;
}
.union-jack img {
	width: 100%;
	height: auto;
}
.toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 12px;
	width: 120px;
}
.toggle-circle {
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 100%;
	line-height: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.toggled {
	height: 100%;
	overflow: hidden;
	padding: 10px 0;
	display: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}
.flex a {
	color: #0e7af4 !important;
}
.border-top {
	border-top: 1px solid #d2d2d2;
}
.desktop-banner img {
	max-width: 100%;
	height: auto;
}
.mobil-banner {
	display: none;
}
.mobil-banner img {
	width: inherit !important;
}
.w720.white.padding30.center.jegyrendeles-elkuldve-kp {
	font-size: 0;
}
.w720.white.padding30.center.jegyrendeles-elkuldve-kp .jv {
	font-size: 16px;
}
.w720.white.padding30.center.jegyrendeles-elkuldve-kp p, .w720.white.padding30.center.jegyrendeles-elkuldve-kp .error {
	font-size: 16px;
}
.w720.white.padding30.center.jegyrendeles-elkuldve-kp .half.aleft.iblock.valign-top.kupon {
	font-size: 16px;
}
