* {
	font-family: 'Open Sans', sans-serif;
}

html, body, div, img, iframe, 
h1, h2, h3, h4, ul, li, 
p, a, span {

	margin:0;
	padding:0;
	outline:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
}

a, .content .contentInner .homepageBox h3, .content .contentInner .offerBox h3 {

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

body {

	height:100%;
	min-width:1020px;
	background-color:#25020e;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image:url(images/fix_bg.jpg);
}

.clear {

	clear:both;
}

.center {

	width:1020px;
	position:relative;
	margin:0 auto 0 auto;
}

/*
 * Header
 */

#header {

	top:0;
	left:0;
	width:100%;
	height:125px;
	display:block;
	position:fixed;
	min-width:1020px;
	background:rgba(21, 20, 20, 0.6);
	box-shadow:0 5px 5px rgba(0, 0, 0, 0.1);
	z-index:100;
}

#header #logo {

	width:1020px;
	height:70px;
	display:block;
	text-decoration:none;
}

#header #nav {

	width:1020px;
	height:55px;
	display:block;
	background-color:#ffffff;
	background:url(images/menu_bg.png) repeat-x;
}

#header #nav #menu {

	height:55px;
	display:block;
}

#header  #nav #menu ul {

	list-style:none;
}

#header #flags {

	top:25px;
	right:5px;
	width:auto;
	height:auto;
	display:block;
	position:absolute;
}

/*
 * Menü
 */

#menu > ul {
	list-style:none;
	z-index: 1000;
	text-align:center;
}
#menu > ul > li {
	width:auto;
	height:55px;
	display:inline-block;
}
#menu > ul > li > a {

	width:auto;
	height:55px;
	display:block;
	color:#40052a;
	font-size:14px;
	line-height:55px;
	font-weight:normal;
	text-decoration:none;
	padding:0 18px 0 18px;
	text-transform:uppercase;
}
#menu > ul > li > a:hover {
	color:#ffffff;
	background:url(images/menu_bg_hover.png);
}
#menu > ul > li > ul, #menu > ul > li > ul > li > ul {
	display:none;
}


/*
 * Content
 */

#content {

	width:100%;
	height:auto;
	display:block;
	min-width:1020px;
	position:relative;
} 

.content {

	width:100%;
	height:auto;
	display:block;
	min-width:1020px;
	position:relative;
	margin-bottom:268px;
	background-color:#25020e;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(images/content_bg.png);
	box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.8);
}

	.contentInner {

		width:960px;
		height:auto;
		padding:30px;
		display:block;
		position:relative;
	}

	.contentInner p {

		color:#ffffff;
		display:block;
		font-size:14px;
		line-height:18px;
		padding:0 0 20px 0;
	}

		.contentInner p:last-child {
			padding:0;
		}

	.contentInner h2 {
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		text-transform: uppercase;
	}

.content .contentInner img {

	display:block;
	max-width:960px;
	margin-bottom:20px;
}

/*
 * Homepage Box
 */

.content .contentInner #homepageBoxes {

	display:block;
	margin:0 0 20px 0;
}
 
.content .contentInner #homepageBoxes .homepageBox {

	float:left;
	width:286px;
	height:264px;
	position:relative;
	margin:0 48px 48px 0;
	border:solid 1px #ffffff;
}

.content .contentInner #homepageBoxes .homepageBox img {

	width:286px;
	height:264px;
	display:block;
	background:#000000;
}

.content .contentInner #homepageBoxes .homepageBox h3 {

	left:0;
	bottom:0;
	width:266px;
	color:#ffffff;
	display:block;
	font-size:20px;
	text-align:right;
	font-weight:bold;
	position:absolute;
	text-transform:uppercase;
	background-repeat:repeat-x;
	padding:20px 10px 10px 10px;
	background-position:left bottom;
	background-image:url(images/homepagebox_bg.png);
	text-shadow:0 2px 1px rgba(0, 0, 0, 0.4);
	z-index:1;
}

.content .contentInner #homepageBoxes .homepageBox a {

	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:none;
	position:absolute;
	z-index:2;
}

/*.content .contentInner #homepageBoxes .homepageBox a:hover ~ h3 {

	background:rgba(109, 68, 80, 0.8);
}*/

.content .contentInner #homepageBoxes .homepageBox a:hover {

	background:rgba(255, 255, 255, 0.1);
}

/*
 * Homepage Content boxes
 */

.content .contentInner .homepageContentBox {

	width:960px;
	display:table;
	margin:30px 0 0 0;
}

.content .contentInner .homepageContentBox .homepageContentLeftBox, .content .contentInner .homepageContentBox .homepageContentRightBox {

	width:480px;
	height:100%;
	display:table-cell;
}

	.content .contentInner .homepageContentBox .homepageContentLeftBox {

		padding:0 30px 0 0;
	}

	.content .contentInner .homepageContentBox .homepageContentRightBox {

		padding:0 0 0 30px;
	}

.content .contentInner .homepageContentBox .homepageContentLeftBox p,
.content .contentInner .homepageContentBox .homepageContentRightBox p {

	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	font-weight: normal;
}

.content .contentInner .moreInfoButton {

	width:150px;
	height:42px;
	float:right;
	display:block;
	direction:ltr;
	margin:10px 0 0 0;
	text-indent:-9876px;
	text-decoration:none;
	background:url(images/more_info.png) no-repeat;
}

.content .contentInner .more-info-link {

	float:right;
	color:#ffffff;
	display:block;
	font-size:20px;
	margin:10px 0 0 0;
	border-radius:2px;
	text-decoration:none;
	padding:4px 8px 4px 8px;
	border:1px solid #ffffff;
	background:rgba(0,0,0,0.2);
}

.content .contentInner .more-info-link:after {

	content:' »';
}

.content .contentInner .more-info-link:hover {

	background:rgba(0,0,0,0.8);
}

/*
 * Foot Content Left
 */

.footContent .contentInner #footContentLeft {

	float:left;
	width:580px;
	display:block;
	padding-right:70px;
	background-repeat:repeat-y;
	background-position:right top;
	background-image:url(images/v_dots.png);
}

.footContent .contentInner #footContentLeft .sep {

	width:580px;
	height:1px;
	display:block;
	margin:40px 0 40px 0;
	background-repeat:repeat-x;
	background-position:left top;
	background-image:url(images/h_dots.png);
}

.footContent .contentInner #footContentLeft iframe {

	width:580px;
	height:435px;
	display:block;
	background:#000000;
}

/*
 * Homepage Right
 */

.footContent .contentInner #footContentRight {

	float:right;
	width:280px;
	display:block;
	padding-left:30px;
}

.footContent .contentInner #footContentRight .sep {

	width:280px;
	height:1px;
	display:block;
	margin:20px 0 20px 0;
	background-repeat:repeat-x;
	background-position:left top;
	background-image:url(images/h_dots.png);
}

	.footContent .contentInner #footContentRight .imgButton {

		width:260px;
		height:60px;
		display:block;
		margin:0 0 15px 20px;
	}

	.footContent .contentInner #footContentRight .imgButton img {

		width:260px;
		height:60px;
		display:block;
	}

	.footContent .contentInner #footContentRight img {

		max-width:260px;
	}

.footContent .contentInner #footContentRight #socialMedia {

	width:260px;
	height:35px;
	display:block;
	margin:0 0 20px 20px;
}

.footContent .contentInner #footContentRight #socialMedia a {

	float:left;
	width:35px;
	height:35px;
	display:block;
	margin-right:10px;
}

.footContent .contentInner #footContentRight #socialMedia a img {

	width:35px;
	height:35px;
	display:block;
}

.footContent .contentInner #footContentRight #ourPartners {

	width:260px;
	margin-left:20px;
}

/*
 * Offer Box
 */

.content .contentInner #offerBoxes {

	display:block;
	margin:0 0 20px 0;
}
 
.content .contentInner #offerBoxes .offerBox {

	float:left;
	width:300px;
	height:220px;
	position:relative;
	margin:0 20px 20px 0;
}

.content .contentInner #offerBoxes .offerBox img {

	width:300px;
	height:220px;
	display:block;
	background:#000000;
}

.content .contentInner #offerBoxes .offerBox h3 {

	left:0;
	bottom:0;
	width:300px;
	height:60px;
	color:#ffffff;
	display:block;
	font-size:16px;
	line-height:60px;
	text-align:center;
	position:absolute;
	background:rgba(0, 140, 63, 0.8);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.4);
	z-index:1;
}

.content .contentInner #offerBoxes .offerBox a {

	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:none;
	position:absolute;
	z-index:2;
}

.content .contentInner #offerBoxes .offerBox a:hover ~ h3 {

	background:rgba(205, 42, 62, 0.8);
}

/*
 * Offer Left
 */

.content .contentInner #offerDataLeft {

	float:left;
	width:610px;
	display:block;
	padding-right:30px;
	background-repeat:repeat-y;
	background-position:right top;
	background-image:url(images/v_dots.png);
}

.content .contentInner #offerDataLeft .sep {

	width:610px;
	height:1px;
	display:block;
	margin:20px 0 20px 0;
	background-repeat:repeat-x;
	background-position:left top;
	background-image:url(images/h_dots.png);
}

/*
 * Offer Right
 */

.content .contentInner #offerDataRight {

	float:right;
	width:270px;
	display:block;
	padding-left:30px;
}

.content .contentInner #offerDataRight .sep {

	width:270px;
	height:1px;
	display:block;
	margin:20px 0 20px 0;
	background-repeat:repeat-x;
	background-position:left top;
	background-image:url(images/h_dots.png);
}

	.content .contentInner #offerDataRight .imgButton {

		width:270px;
		height:65px;
		display:block;
		margin:0 0 20px 0;
	}

	.content .contentInner #offerDataRight .imgButton img {

		width:270px;
		height:65px;
		display:block;
	}

/*
 * Offer Datasheet
 */

#offersFrontDatasheet {

	padding:0;
	width:100%;
	height:auto;
	border:none;
	display:block;
	margin:20px 0 20px 0;
}

#offersFrontDatasheet #offerName {

	margin:0;
	padding:0;
	border:none;
	display:block;
	color:#000000;
	font-size:22px;
	font-weight:bold;
}

	#offersFrontDatasheet #offerName span {

		font-weight:normal;
	}

#offersFrontDatasheet #locationInfo {

	padding:0;
	border:none;
	display:block;
	color:#000000;
	font-size:14px;
	font-weight:normal;
	margin:5px 0 10px 0;
}

#offersFrontDatasheet #locationInfo span {

	color:#b3b3b3;
}

#offersFrontDatasheet #offerInfo {

	padding:0;
	width:100%;
	border:none;
	display:table;
	margin:20px 0 20px 0;
	padding:10px 0 10px 0;
	border-collapse:separate;
	border-spacing:10px;
}

#offersFrontDatasheet #offerInfo p {

	margin:0;
	width:auto;
	height:100%;
	padding:5px;
	color:#000000;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	display:table-cell;
	background:#f2f2f2;
}

#offersFrontDatasheet #offerInfo p span {

	margin:0;
	padding:0;
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
}

#offersFrontDatasheet .offerSubTitle {

	padding:0;
	border:none;
	color:#008c3f;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

#offersFrontDatasheet .offerIncludeInfo {

	border:none;
	padding:10px;
	color:#000000;
	display:block;
	font-size:14px;
	margin:0 0 20px 0;
	font-weight:normal;
}

#offersFrontDatasheet .offerDescription {

	border:none;
	color:#000000;
	display:block;
	font-size:14px;
	margin:0 0 40px 0;
	font-weight:normal;
	padding:10px 10px 40px 10px;
	background-repeat:repeat-x;
	background-position:left bottom;
	background-image:url(images/h_dots.png);
}

#offersFrontDatasheet .offerDescription * {

	border:none;
}

#offersFrontDatasheet #offerPrice {

	width:auto;
	height:100%;
	padding:5px;
	display:block;
	color:#484838;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	margin:0 0 20px 0;
}

	#offersFrontDatasheet #offerPrice span {

		font-size:14px;
		font-weight:normal;
	}

#offerDataRight #offerRequestButton {

	width:270px;
	color:#ffffff;
	display:block;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	padding:15px 0 15px 0;
	background:rgba(0, 140, 63, 1);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.4);
}

#offerDataRight #offerRequestButton:hover {

	background:rgba(205, 42, 62, 1);
}

/*
 * Slider
 */
 
#slider {

	width:100%;
	height:100%;
	display:block;
	min-width:1020px;
	min-height:510px;
	position:fixed;
	background-size:cover;
	background-color:#25020e;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image:url(images/fix_bg.jpg);
	z-index:-1;
}

#revslider {
	top:0;
	width:100%;
	height:auto;
	display:block;
	min-width:1020px;
	max-height: 868px;
	position:relative;
	background:none;
	box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.3);
}

/*
 * Kwicks
 */

.kwicks {
	top:125px;
	width:1020px;
	height:385px;
	display:block;
	background:#ffffff;
	position:relative;
	box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.kwicks > li {
	/* overridden by kwicks but good for when JavaScript is disabled */
	float:left;
	height:385px;
	margin:0 0 0 0;
	position:relative;
	background:#000000;
}

	.kwicks > li img {
		top:0;
		left:0;
		margin:0;
		padding:0;
		width:500px;
		height:305px;
		display:block;
		position:absolute;
	}

	.kwicks > li .arrow {
		top:299px;
		left:30px;
		margin:0;
		padding:0;
		width:11px;
		height:6px;
		display:block;
		position:absolute;
		background:url(images/slider_arrow.png) no-repeat;
		z-index:5;
	}

	.kwicks > li .info {
		top:305px;
		left:0;
		width:500px;
		height:76px;
		display:block;
		position:absolute;
		border-top:solid 4px #ffffff;
	}

	.kwicks > li .info h3 {
		padding:0;
		display:block;
		color:#ffffff;
		font-size:18px;
		margin:5px 10px 5px 10px;
		text-transform:uppercase;
	}

	.kwicks > li .info p {
		padding:0;
		display:block;
		color:#ffffff;
		font-size:10px;
		margin:5px 10px 5px 10px;
	}

.kwicks > li a {
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:1;
}

	/*.kwicks > li a:hover {
		background:rgba(255,255,255,.2);
	}*/

/*
 * Foot content
 */

.footContent {

	width:100%;
	height:auto;
	display:block;
	min-width:1020px;
	position:relative;
	background-color:#25020e;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(images/content_bg.png);
	box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.8);
}

/*
 * Footer
 */

#footer {

	width:100%;
	height:60px;
	display:block;
	min-width:1020px;
	position:relative;
	background:url(images/footer_bg.png) repeat-x;
}

#footer p {

	display:block;
	color:#999999;
	font-size:14px;
	line-height:60px;
	text-align:center;
}

	#footer p span {

		font-weight:bold;
	}

	#footer p a {

		color:#999999;
		text-decoration:underline;
	}

	#footer p a:hover {

		text-decoration:none;
	}

/*
 * Skype Button
 */

#SkypeButton_Call {

	top:40%;
	right:0;
	width:auto;
	height:auto;
	display:block;
	position:fixed;
	background:rgba(0, 0, 0, 0.8);
	box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.1);
	z-index:9999;
}

/*
 * Felugró ablakot meghívó gomb
 */
.open-popup-button a {

	width:auto;
	padding:15px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	background:rgba(0, 0, 0, 1);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.4);
}

.open-popup-button a:hover {

	color:#000000;
	background:rgba(255, 255, 255, 1);
}

h1 {
color: #ffffff;
font-size: 25px;
font-weight: 600;
margin: 0 0 15px;
padding: 0 0 10px;
text-indent: 5px;
text-transform: uppercase;}

h2 {
color: #ffffff;
font-size: 20px;
font-weight: 600;
margin: 0 0 10px;
padding: 0 0 10px;
text-indent: 5px;
text-transform: uppercase;}