body {
	background:url(/images/bg.jpg) top center repeat-x #1a1a1a;
	font-family: 'Exo 2', sans-serif;
	color:#e1e1e1;
	font-size:14px;
}

a {
	color:#e1e1e1;
	text-decoration:none;
}

a:hover {
	color:#afbf2b;
	text-decoration:none;
}

h1 {
	font-size:29px;
	color:#afbf2b;
	font-weight: 400;
}

h2 {
	font-size:26px;
	color:#afbf2b;
	font-weight: 400;
}

h3 {
	font-size:20px;
	color:#a6a6a6;
	font-weight: 400;
	margin-top:31px;
	margin-bottom:0px;
}

h4 {
	font-size:18px;
	color:#a6a6a6;
	font-weight: 400;
}

h4 {
	font-size:16px;
	color:#a6a6a6;
	font-weight: 400;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

#page {
	width:942px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width:194px;
	height:62px;
	background:url(/images/logo_big.png) top left no-repeat;
	margin-top:44px;
	margin-left:2px;
	margin-bottom:44px;
	display:block;
	font-size:0;
	text-decoration:none;
}

#menu {
	width:940px;
	height:46px;
	background:url(/images/menu_bg2.png) top left repeat-x;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	border-radius:7px;
	overflow:hidden;
}


#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#menu ul li {
	display:block;
	float:left;
	background:url(/images/menu_sep.png) top left no-repeat;
	padding-left:2px;
}

#menu ul li:first-child {
	background:none;
	padding-left:0px;
}

#menu ul li a {
	display:block;
	font-size:16px;
	color:#7e7e7e;
	height: 46px;
	line-height:46px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a.active {
	background:url(/images/menu_bg2.png) bottom left repeat-x;
	color:#ffffff;
}

#slider {
	width:920px;
	height:410px;
	border:1px solid #171717;
	background:url(/images/bgs.png) top right repeat-y #252525;
	padding:9px 10px;
	margin-top:20px;
	border-radius:7px;
}

#content {
	width:942px;
	margin-top:67px;
}

.main_items {
	width:942px;
}

.main_item {
	width:278px;
	height:358px;
	border:1px solid #171717;
	background:url(/images/bgs.png) top right repeat-y #252525;
	border-radius:7px;
	padding:15px 11px;
	margin-left:18px;
	float:left;
}

.main_items .main_item:first-child {
	margin-left:0px;
}

.main_item_title {
	display:block;
	height:21px;
	color:#a6a6a6;
	text-decoration:none;
	font-size:20px;
}

.main_item_title:hover {
	color:#afbf2b;
	text-decoration:none;
}

.main_item_image {
	display:block;
	margin-top:18px;
	max-width:278px;
	max-height:202px;
}

.main_item_image img {
	border:0px none;
	border-radius:5px;
	max-width:278px;
	max-height:202px;
}

.main_item_desc {
	margin-top:13px;
	color:#e1e1e1;
	font-size:13px;
}

.main_item_more {
	display:block;
	margin-top:17px;
	text-decoration:none;
	font-size:14px;
	color:#808080;
	font-weight:500;
}

.main_item_more:hover {
	text-decoration:none;
	color:#afbf2b;
}

.last_events {
	width:920px;
	height:auto;
	border:1px solid #171717;
	background:url(/images/bgs.png) top right repeat-y #252525;
	padding:13px 10px;
	margin-top:30px;
	border-radius:7px;
}

.last_events_title {
	font-size:20px;
	color:#a6a6a6;
	margin-bottom:14px;
}

.last_events_title a {
	color:#a6a6a6;
}

.last_events_title a:hover {
	color:#afbf2b;
}

.last_event {
	width:300px;
	float:left;
	margin-left:10px;
	margin-bottom:7px;
}

.last_event_image {
	display:block;
}

.last_event_image img {
	border:0px none;
	border-radius:5px;
	max-width:300px;
	max-height:200px;
	margin-bottom:16px;
}

.last_event_date {
	margin-top:17px;
	font-size:14px;
	color:#e1e1e1;
}

.last_event_title {
	font-size:20px;
	color:#e1e1e1;
	margin-top:12px;
	text-decoration:none;
}

.last_event_title:hover {
	color:#afbf2b;
	text-decoration:none;
}

#footer {
	margin-top:97px;
	font-size:14px;
	color:#5c5c5c;
	margin-bottom:30px;
}

.footer_left {
	width:236px;
}

.kovess_minket {
	margin-bottom:16px;
}

.facebook_icon {
	display:inline-block;
	width:36px;
	height:35px;
	font-size:0px;
	background:url(/images/facebook_icons.png) top left no-repeat;
	margin-right:20px;
}

.facebook_icon:hover {
	background-position:bottom left;	
}

.googleplus_icon {
	display:inline-block;
	width:36px;
	height:35px;
	font-size:0px;
	background:url(/images/googleplus_icons.png) top left no-repeat;
	margin-right:20px;
}

.googleplus_icon:hover {
	background-position:bottom left;	
}

.footer_center {
	width:225px;
}

.footer_center ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.footer_center ul li {
	display:block;
	margin-bottom:3px;	
}

.footer_center ul li a {
	color:#5c5c5c;
	text-decoration:none;
}

.footer_center ul li a:hover {
	color:#afbf2b;
	text-decoration:none;
}

.footer_right {
	width:236px;
	line-height:1.4em;
}

.footer_right2 {
	width:240px;
	line-height:1.4em;
}

.footer_right2 a {
	color:#5C5C5C;
}

.footer_right2 a:hover {
	color:#afbf2b;
}

.input_button {
	width:100px;
	height:34px;
	line-height:34px;
	vertical-align:middle;
	background: url(/images/button_bg2.png) left top repeat-x;
	border:1px solid #171717;
	text-align:center;
	font-size:16px;
	font-family: 'Exo 2', sans-serif;
	color:#a6a6a6;
	border-radius:5px;
	cursor:pointer;
	margin-top:40px;
	display: inline-block;
}

.input_button:hover {
	background: url(/images/button_bg2.png) left bottom repeat-x;
	color:#FFF;
}

.arajanlat_desc {
	margin-top:30px;
}

.arajanlat_tel {
	margin-top:38px;
	font-size:20px;
	color:#a6a6a6;
}

.reg_error {
	margin-top:30px;
	margin-bottom:15px;
	color:#ff0000;
}

.first_h2 {
	margin-top:-35px;
	margin-bottom:30px;
}

.inputtext {
	background:#181818;
	border:1px solid #303030;
	width:426px;
	height:38px;
	padding:0px 16px;
	color:#EEE;
	font-family: 'Signika', sans-serif;
	font-size:14px;
	border-radius:5px;
	margin-top:20px;
}

.inputtext:hover, .inputtext:focus {
	border:1px solid #afbf2b;
}

.inputtext.error {
	border:1px solid #ff0000;
}

.inputtextarea {
	background:#181818;
	border:1px solid #303030;
	width:426px;
	height:175px;
	padding:16px;
	color:#5d5d5d;
	font-family: 'Signika', sans-serif;
	font-size:14px;
	border-radius:5px;
	line-height:1.4em;
	margin-top:20px;
}

.inputtextarea:hover, .inputtextarea:focus {
	border:1px solid #afbf2b;
}

.inputtextarea.error {
	border:1px solid #ff0000;
}

.blog_list_item {
	margin-top:32px;
}

.blog_list_datum {
	color:#858585;
	font-style:italic;
}

.blog_list_title {
	color:#a6a6a6;
	font-size:20px;
	margin-top:3px;
}

.blog_list_title a {
	color:#a6a6a6;
}

.blog_list_title a:hover {
	color:#afbf2b;
}

.blog_list_desc {
	color:#e1e1e1;
	font-size:14px;
	margin-top:15px;
}

.blog_list_desc p:first-child {
	margin-top:0px;
}

.blog_list_tovabb {
	margin-top:15px;
}

.blog_list_tovabb a {
	color:#808080;
}

.blog_list_tovabb a:hover {
	color:#afbf2b;
}

.lapok {
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    vertical-align: top;
    width: auto;
}

.lapok a {
	background: url("/images/button_bg2.png") repeat-x left top;
    color: #A6A6A6;
    font-size: 14px;
	font-weight:500;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
	display:inline-block;
	width:30px;
	height:30px;
	border: 1px solid #171717;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	border-radius:5px;
}

.lapok a.active, .lapok a:hover {
	background: url("/images/button_bg2.png") repeat-x left bottom !important;
    color: #FFF !important;
    font-weight: bold !important;
}

.szolgaltatasok_content {
	width:620px;
	margin-top:40px;
}

.projekt_list_item {
	margin-top:42px;
	width:620px;
}

.projekt_list_datum {
	color:#858585;
	font-style:italic;
}

.projekt_list_title {
	color:#a6a6a6;
	font-size:20px;
	margin-top:3px;
}

.projekt_list_title a {
	color:#a6a6a6;
}

.projekt_list_title a:hover {
	color:#afbf2b;
}

.projekt_list_image {
	margin-top:15px;
	width:620px;
	height:180px;
	overflow:hidden;
	text-align:left;
	border-radius:5px;
}

.projekt_list_image img {
	border:0px none;
}

.projekt_list_desc {
	color:#e1e1e1;
	font-size:14px;
	margin-top:15px;
}

.projekt_list_desc p:first-child {
	margin-top:0px;
}

.projekt_list_tovabb {
	margin-top:15px;
}

.projekt_list_tovabb a {
	color:#808080;
}

.projekt_list_tovabb a:hover {
	color:#afbf2b;
}

.projekt_more_item {
	margin-top:30px;
	width:700px;
}

.projekt_more_galeria {
	margin-top:20px;
	width:700px;
}

.projekt_galeria_item {
	width:220px;
	height:150px;
	display:block;
	background-size:cover;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:5px;
	overflow:hidden;
}

.projekt_more_galeria .projekt_galeria_item:nth-child(3n+0) {
	margin-right:0px;
}

#header {
	position:relative;
}

.header_idezet {
	font-size:18px;
	font-style:italic;
	color:#b0b0b0;
	position:absolute;
	left:298px;
	top:7px;
	width:445px;
}

.lang_select {
	top:14px;
	left:779px;
	width:160px;
	height:25px;
	border:1px solid #181818;
	border-radius:5px;
	overflow:hidden;
	position:absolute;
}

.lang_select .lang_select_hu {
	width:79px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	border-right:1px solid #181819;
	font-size:12px;
	color:#737373;
	background:url(/images/lang_select_bg.png) left top repeat-x;
}

.lang_select .lang_select_hu:hover {
	background-position: left bottom;
	color:#FFF;
}

.lang_select .lang_select_hu.active {
	font-weight:bold;
	line-height:24px;
	background-position: left bottom;
	color:#FFF;
}

.lang_select .lang_select_es {
	width:79px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	border-left:1px solid #2d2d2d;
	font-size:12px;
	color:#737373;
	background:url(/images/lang_select_bg.png) left top repeat-x;
}

.lang_select .lang_select_es:hover {
	background-position: left bottom;
	color:#FFF;
	border-color:#a7b83b;
}

.lang_select .lang_select_es.active {
	font-weight:bold;
	line-height:24px;
	background-position: left bottom;
	color:#FFF;
	border-color:#a7b83b;
}

.hostess_list {
	width:700px;
	margin-top:40px;
}

.hostess_item {
	height:96px;
	width:210px;
	margin-right:20px;
	display:block;
	float:left;
	margin-bottom:40px;
}

.hostess_image {
	width:96px;
	height:96px;
	background:url(/images/hostess_bg.png) center center no-repeat;
	display:table-cell;
}

.hostess_image img {
	width:82px;
	height:82px;
	margin:7px;
	border-radius:41px;
}

.hostess_item:hover .hostess_image {
	background:url(/images/hostess_bg_active.png) center center no-repeat;
}

.hostess_name {
	padding-left:25px;
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	color:#e1e1e1;
	font-weight:600;
	text-decoration:none;
	line-height:1.5em;
}

.hostess_item:hover .hostess_name {
	color:#afbf2b;
}

.jelentkezes-form {
	
}

.jelentkezes-form label {
	display:block;
	padding-top:0px;
	padding-bottom: 3px;
	font-size:15px;
	margin-bottom: 10px;
}

.jelentkezes-form .inputtext {
	margin-top:0;
	margin-bottom: 20px;
}

.req {
	margin-left:4px;
	color:#ff3939;
}